:root 
{
  --primary-color: #1159d6;
  --secondary-color: yellow;
  --third-color: #2D2D2D;
}
/* * 
{
    border: 1px solid var(--primary-color);  
} */
body
{
    font-size: 16px;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
}
html
{
    overflow-x: hidden;
}
footer
{
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    /* background-color: #f2f2f2; */
    background: var(--third-color);
}
/* Registration Form */
.error-p
{
    border: 2px solid red;
    color: red;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px;
    margin-top: 10px;
}
/* General */
.container-95
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.container-90
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.container-80
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.vertical-align-middle
{
    display: flex;
    align-items: center;
}
.mob-show
{
    display: none!important;
}
.resp-img
{
    width: 100%;
}
/*Top Bar*/
.top-bar
{
    background-color: var(--primary-color);
    padding: 10px 0px 5px 0px;
    color: #fff;
    font-weight: 600;
}
.top-bar-row
{
    height: 30px;
}
.top-bar-contact-details p
{
    margin-bottom: 0px;
    text-align: right;
}
.top-bar-contact-details p i
{
    padding: 0px 10px;
}
.top-bar-social
{
    text-align: left;
}
.top-bar-contact-details .mob-and-mail a
{
    color: #fff;
}
.top-bar-social i
{
    text-align: center;
    color: var(--primary-color);
    /* padding: 0px 10px; */
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 12px;
    margin: 0px 3px;
    transition: all 0.3s ease;
}
.top-bar-social i:hover
{
    box-shadow: 1px 1px 10px #fff;
}
.main-logo
{
    height: 65px;
}
.nav-item .nav-link
{
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
.nav-item .nav-link:hover
{
    color: var(--primary-color);
    text-decoration: underline;
}
.nav-item
{
    margin: 0px 7px;
}
.breadcrumb-bg
{
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: grey;
    background-position: center;
    background-size: cover;
    position: relative;
}
.breadcrumb-opacity
{
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    height: 100%;
}
.breadcrumb-bg ol
{
    list-style-type: none;
    padding-left: 0px;
}
.breadcrumb-bg ol li, .breadcrumb-bg ol li a
{
    display: inline-block;
    color: #292929;
    font-weight: 700;
    font-size: 18px;
}
.breadcrumb-bg ol li i
{
    padding: 0px 10px;
}
.breadcrumb-bg h2
{
    color: #000;
    padding-left: 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.breadcrumb-bg-div
{
    background-color: rgba(100,100,100,0.1);
    /* background-color: rgba(0,0,0,0.1); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* Footer */
.footer-ul
{
    list-style-type: square;
}
.footer-ul li
{
    margin: 7px 0px;
    color: #fff;
}
.footer-h3
{
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 10px 0px 15px 0px;
}
.footer-ul li a
{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.footer-ul li a:hover
{
    color: var(--primary-color);
    text-decoration: underline;
}
.footer-about img
{
    height: 70px;
    margin-bottom: 10px;
}
.footer-about p
{
    text-align: justify;
    line-height: 20px;
    font-size: 15px;
}
.footer-contact-ul, .footer-social-ul
{
    padding-left: 0px;
    list-style-type: none;
}
.footer-contact-ul
{
    margin-top: 25px;
}
.footer-contact-ul li
{
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0px;
    color: #fff;
}
.footer-contact-ul li i
{
    padding-right: 10px;
    font-size: 18px;
}
.footer-social-ul li
{
    display: inline-block;
    margin: 0px 5px;
}
.footer-social-ul li a i
{
    height: 40px;
    width: 40px;
   text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}
.footer-social-ul li a .fa-whatsapp
{
    background-color: #25D366;
    font-size: 20px;
}
.footer-social-ul li a .fa-whatsapp:hover
{
    background-color: #fff;
    color: #25D366;
    box-shadow: 1px 1px 10px gray;
}
.footer-social-ul li a .fa-facebook
{
    background-color: #4267B2;
}
.footer-social-ul li a .fa-facebook:hover
{
    background-color: #fff;
    color: #4267B2;
    box-shadow: 1px 1px 10px gray;
}
.footer-social-ul li a .fa-instagram
{
    background-color: #e4405f;
}
.footer-social-ul li a .fa-instagram:hover
{
    background-color: #fff;
    color: #e4405f;
    box-shadow: 1px 1px 10px gray;
}
.footer-social-ul li a .fa-twitter
{
    background-color: #1da1f2;
}
.footer-social-ul li a .fa-twitter:hover
{
    background-color: #fff;
    color: #1da1f2;
    box-shadow: 1px 1px 10px gray;
}
.footer-social-ul li a .fa-youtube
{
    background-color: #cd201f;
}
.footer-social-ul li a .fa-youtube:hover
{
    background-color: #fff;
    color: #cd201f;
    box-shadow: 1px 1px 10px gray;
}
.footer-tags
{
    display: none;
}
.footer-tags-ol
{
    list-style-type: none;
    padding-left: 0px;
}
.footer-tags-ol li
{
    display: inline;
}
.footer-tags-ol li a
{
    font-size: 14px;
    color: black;
}
.footer-tags-ol li:after
{
    content: " | ";
}
/* Main page CSS */
.main-h1
{
    text-align: center;
    font-size: 26px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.main-content
{
    margin-top: 50px;
}
.contact-left-points-div
{
    display: flex;
    align-items: center;
}
.contact-left-points-div .icon, .feauture-div .icon
{
    display: inline-block;
    font-size: 20px;
    background-color: var(--primary-color);
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-right: 20px;
}
.contact-left-points-div .text
{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: gray;
}
.contact-left-points-div .text .heading
{
    color: #000;
    font-size: 20px;
}
.contact-left-points-div .text .address
{
    font-size: 16px;
}
.contact-h2
{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.contact-social-div
{
    text-align: center;
    margin-top: 30px;
}
.main-h2
{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.body-p
{
    text-align: justify;
}
.body-p .cap
{
    font-size: 28px;
    font-weight: 600;
}
.about-right-banner
{
    width: 100%;
    /* box-shadow: 1px 1px 10px #ddd; */
}
.about-points-main-div
{
    margin: 50px auto;
}
.about-points-div
{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    background: var(--primary-color);
}
.about-points-div .count
{
    background-color: #fff;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    margin-right: 10px;
    color: var(--primary-color);
}
.why-digi-h2
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 26px;
}
.about-points-div .text
{
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}
.founder-p
{
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}
.founder-name
{
    font-weight: 700;
    color: var(--primary-color);
}
.founder-div h3
{
    text-align: center;
    color: var(--primary-color);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
}
.founder-div
{
    margin: 50px auto;
}
.about-digital-h2
{
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 12px;
}
.success-p
{
    border: 2px solid green;
    color: green;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px;
    margin-top: 10px;
}
.success-p i
{
    margin-right: 10px;
}
.form-div
{
    border: 1px solid #ddd;
    padding: 30px;
    box-shadow: 1px 1px 10px #ddd;
}
.contact-div-h2
{
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pricing-main-div
{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    padding-bottom: 30px;
}
.pricing-main-div h2
{
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0px;
    font-size: 20px;
}
.pricing-main-div .pricing
{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    /* border-bottom: 1px solid #ddd; */
    padding: 8px 0px;
}
.pricing-main-div h4
{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #5d5d5d;
    padding: 8px 0px;
    color: #fff;
    letter-spacing: 1px;
}
.pricing-main-div h4 span
{
    display: block;
    /* text-transform: none; */
    font-weight: 500;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 0px;
}
.pricing-main-div .main-h3
{
    text-align: center;
}
.pricing-main-div .main-h3 a
{
    background-color: var(--primary-color);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.pricing-main-div .main-h3 a:hover
{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
}
.pricing-main-div .main-h3 a i
{
    padding-right: 10px;
}
.pricing-main-div ul
{
    list-style-type: square;
    /* border: 2px solid red; */
    min-height: 375px;
}
.pricing-main-div ul li
{
    font-weight: 500;
    padding: 5px 0px;
}
.pricing-main-div .pricing span
{
    font-size: 18px;
    padding-left: 10px;
}
.year-pricing-div
{
    margin-top: 50px;
}
.year-pricing-div .year-pricing-h2
{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.year-pricing-div .year-pricing-h2 span
{
    color: var(--primary-color);
}
.bulk-orders-div
{
    margin-top: 50px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    padding: 30px;
}
.bulk-orders-div h2
{
    color: var(--primary-color);
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 22px;
    margin-bottom: 0px;
}
.bulk-orders-div p
{
    font-weight: 500;
}
.bulk-orders-div h4 a
{
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 53px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.bulk-orders-div h4 a:hover
{
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 1px 1px 10px #ddd;
    border: 1px solid #ddd;
}
.bulk-btn-div
{
    text-align: center;
}
/* Feautures */
.feauture-div .text
{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: gray;
}
.feauture-div .text .heading
{
    color: #000;
    font-size: 18px;
}
/* Index Page */
.carousel-item img
{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.carousel-caption
{
    color: #000;
    top: 25%;
    left: 12%;
    right: auto;
    bottom: auto;
    text-align: left;
}
.carousel-caption h2, .carousel-caption h1
{
    width: 75%;
    font-weight: 700;
    text-transform: uppercase;
    color: #0e4b67;
    font-size: 30px;
}
.carousel-caption h1 span
{
    color: #ce023a;
}
.carousel-caption h5
{
    width: 75%;
    font-weight: 600;
    margin-top: 30px;
    font-size: 22px;
    /* color: #333; */
}
.sec-slider h1, .sec-slider h5
{
    width: 55%;
}
.home-dis-adv-pvc-h
{
    text-align: left;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 34px;
}
.home-dis-adv-pvc-h span
{
    color: var(--primary-color);
    font-weight: 700;
}
.home-dis-adv-pvc-points
{
    margin: 15px 0px;
    border-bottom: 1px solid #ddd;
}
.home-dis-adv-pvc-points:last-child
{
    border-bottom: none;
}
.home-dis-adv-pvc-points .count
{
    display: inline-block;
    font-size: 20px;
    background-color: var(--primary-color);
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-right: 20px;
    font-weight: 700;
}
.home-dis-adv-pvc-points .text
{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.home-btn-div
{
    margin: 10px auto 40px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.home-btn-div:last-child
{
    border-bottom-color: transparent;
    margin-top: 30px;
}
.pvc-vs-dvc-h2
{
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
.home-table thead
{
    background-color: var(--primary-color);
    color: #fff;
}
.home-table thead tr th i
{
    padding-right: 10px;
}
.home-table tbody tr td
{
    text-align: center;
    font-weight: 500;
}
.home-table tbody tr .td-th i
{
  padding-right: 8px;
}
.home-table tbody tr td i
{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.home-table tbody tr td:first-child
{
    text-align: left;
}
.home-btn-div
{
    text-align: center;
}
.home-primary-btn
{
    display: inline-block;
    margin: 0px 10px;
}
.home-primary-btn a
{
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 17px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.home-primary-btn a i
{
    padding-right: 8px;
}
.home-primary-btn a:hover
{
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 1px 1px 10px #ddd;
    border: 1px solid #ddd;
}
.dvc-feat-h2
{
    margin-bottom: 30px;
}
.account-process-div .steps-h
{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
.account-process-div .steps-h span
{
    background-color: var(--third-color);
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.account-process-h
{
    margin-bottom: 30px;
}
.account-process-h3
{
    text-align: center;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 22px;
}
.account-process-div img
{
    box-shadow: 1px 1px 10px #ddd;
    border: 1px solid #ddd;
    padding: 10px 0px;
    margin-bottom: 15px;
    height: 280px !important;
}
.account-process-div p
{
    text-align: center;
    line-height: 22px;
}
.card-type
{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    padding: 20px 20px 30px 20px;
    text-align: center;
}
.card-type i
{
    font-size: 32px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
}
.card-type a
{
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: underline;
}
.types-h3
{
    color: #000;
    font-weight: 600;
}
/* Form Style */

label
{
    font-weight: 500;
    /* color: var(--primary-color); */
}
.form-control
{
    color: #000;
}
.btn-primary
{
    background-color: var(--primary-color);
    border: none;
    border-radius: 0px;
    padding: 7px 15px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.btn-primary i
{
    margin-right: 5px;
}
.btn-primary:hover
{
    background-color: #fff;
    color: var(--primary-color);
    box-shadow: 1px 1px 10px #ddd;
    border: 1px solid #ddd;
}
.form-prefix
{
    /* border: 2px solid red; */
    min-width: 45px!important;
    max-width: 45px!important;
    text-align: center;
}
.form-prefix i
{
    font-size: 16px;
}
.form-prefix .bit-i-lg
{
    font-size: 18px;
}
.carousel-control-prev i, .carousel-control-next i
{
    color: #fff;
    background-color: gray;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.template-mask-div
{
    background-color: #000;
    width: 100%;
    height: 100%;
    position: relative;
}
.template-mask-div img
{
    width: 100%;
    opacity: 1;
    display: block;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 10px #ddd;
    border: 1px solid #ddd;
    padding: 10px 0px;
    background-color: #fff;
}
.template-mask-div .template-text
{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.4s ease;
    width: 90%;
}
.template-mask-div:hover .template-ss-img
{
    opacity: 0.3;
}
.template-mask-div:hover .template-text
{
    opacity: 1;
}
.template-text h3
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}
.template-text .home-primary-btn a
{
    padding: 3px 20px;
    font-size: 16px;
}
.temp-icon i
{
    font-size: 18px;
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.temp-icon
{
    margin-bottom: 15px;
    /* display: none; */
}
.home-templates-row
{
    margin-bottom: 30px;
}
.more-themes-div
{
    text-align: center;
}
.more-themes-div h3
{
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 5px;
}
.more-themes-div h4
{
    font-size: 20px;
}
.more-themes-div img
{
    height: 250px;
}
.footer-copyright-h3
{
    text-align: center;
    background-color: var(--third-color);
    font-size: 14px;
    color: #fff;
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    border-top: 1px solid #4a4a4a;
}
.footer-payment-img img
{
    background-color: #fff;
    padding: 5px;
    width: 90%;
    border-radius: 10px;
}
.active-nav
{
    /* background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5); */
    background: linear-gradient(90deg, #00dbde, rgb(175, 22, 175), #00dbde);
    box-shadow: 1px 1px 10px #d9d9d9;
    background-size: 300% 100%;
    transition: all 0.6s ease-in-out;
}
.active-nav i
{
    margin-right: 8px;
}
.active-nav:hover
{
    background-position: 100% 0;
}
.active-nav a
{
    color: #fff!important;
    font-weight: 600!important;
    font-size: 15px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    line-height: 25px!important;
    letter-spacing: 1px;
}
.active-nav a:hover
{
    text-decoration: none!important;
}
#navbar-container
{
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 8px 2px -6px #ddd;
    border-bottom: 1px solid #ddd;
}
.sticky 
{
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .page-content 
{
    padding-top: 91px;
}
.features-gif
{
    height: 400px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #a8a8a8;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.features-ul
{
    margin: 15px 0px 35px 0px;
    list-style-type: square;
    padding-left: 20px;
}
.features-ul li
{
    margin: 15px 0px;
    font-weight: 500;
    font-size: 17px;
}
.about-digital-h2 i
{
    margin-right: 10px;
}
.features-btn a
{
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 15px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.features-btn a:hover
{
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
}
.features-btn 
{
    font-size: 16px;
    margin-left: 5px;
}
.features-btn i
{
    padding-right: 8px;
}
.even-feat-row
{
    background: #f0f0f0;
    padding: 20px 0px;
    margin: 20px 0px;
}
.feautures-button a
{
    padding: 5px 12px;
    font-size: 16px;
}
.video-length-text
{
    text-align: center;
    font-style: italic;
}
.demo-h3
{
    font-size: 22px;
    margin-bottom: 20px;
    /* color: var(--primary-color); */
    font-weight: 700;
}
.demo-theme-div
{
    text-align: center;
    border: 1px solid #ddd;
    padding: 20px 0px;
    box-shadow: 1px 1px 10px #ddd;
    /* background: #f5fffe; */
}
.demo-btn
{
    margin-top: 15px;
}
.demo-ss-img
{
    width: 100%;
}
.feat-btn-group
{
    /* border: 2px solid green; */
    display: none;
}
.green-btn a
{
    background-color: #00bd32!important;
}
.green-btn a:hover
{
    background-color: #fff!important;
    color: green!important;
}
.green-btn-btn
{
    background-color: #00bd32!important;
}
.green-btn-btn:hover
{
    background-color: #fff!important;
    color: green!important;
}
.vs-span
{
    color: var(--primary-color);
}
.reset-password-main-div
{
    width: 40%;
    border: 1px solid #ddd;
    padding: 50px;
    box-shadow: 1px 1px 10px #ddd;
}
.reset-password-main-div .form-group
{
    margin: 30px 0px;
}
.token-error-div .main-h1 i
{
    margin-right: 10px;
}
.token-error-div p
{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.token-error-div p a
{
    text-decoration: underline;
}
.token-error-div p a i
{
    padding-left: 5px;
}
.home-templates-row .col-6
{ 
    margin: 15px 0px;
}
/* ================================ */
/* ========== Mobile CSS ========== */

@media only screen and (max-width: 600px)
{
    /* *
    {
        border: 1px solid red;
    } */
    .mob-show
    {
        display: block!important;
    }
    .mob-none
    {
        display: none!important;
    }
    .container-90
    {
        width: 95%;
    }
    .container-80
    {
        width: 90%;
    }
    .top-bar-row
    {
        height: auto;
    }
    .top-bar-contact-details p i
    {
        padding-left: 5px;
    }
    .top-bar-contact-details p
    {
        text-align: center;
        font-size: 15px;
    }
    .top-bar-social
    {
        display: none;
    }
    .navbar-toggler
    {
        border: 1px solid #bbb;
        box-shadow: 1px 1px 10px #ddd;
        border-radius: 0px;
    }
    .navbar-toggler i
    {
        font-size: 26px;
    }
    .main-logo
    {
        height: 60px;
    }
    .navbar-nav .nav-item
    {
        margin: 3px 0px;
    }
    .navbar-nav .nav-item a
    {
        border: 1px solid #ddd;
        padding: 5px 10px;
        font-size: 16px;
    }
    .nav-social-ul
    {
        text-align: center;
        margin-top: 5px;
    }
    .footer-ul
    {
        padding-left: 15px;
    }
    .footer-last-contact-div
    {
        text-align: center;
        display: none;
    }
    .footer-contact-ul
    {
        margin-top: 0px;
    }
    .footer-contact-ul li
    {
        margin: 0px;
    }
    .footer-ul li a
    {
        font-weight: 500;
    }
    .footer-tags
    {
        width: 95%;
        margin: 0px auto;
    }
    .breadcrumb-bg
    {
        height: 250px;
    }
    .breadcrumb-bg h2
    {
        font-size: 28px;
    }
    .breadcrumb-bg ol li a
    {
        font-size: 16px;
    }
    .breadcrumb-bg ol li i
    {
        padding: 0px 5px 0px 10px;
    }
    .main-h1
    {
        font-size: 22px;
        margin-bottom: 30px;
    }
   .contact-h2
   {
       font-size: 20px;
   }
   .contact-left-points-div .text
   {
       font-size: 16px;
       font-weight: 500;
   }
   .contact-left-points-div .text .heading
   {
        font-size: 18px;
   }
   .mob-form-h2
   {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
   }
   .mob-form-h2 i
   {
       padding-right: 10px;
   }
   .pricing-main-div
   {
       margin-bottom: 30px;
   }
   .pricing-main-div-last
   {
       margin-bottom: 0px;
   }
   .year-pricing-div .year-pricing-h2
   {
       font-size: 22px;
   }
   .bulk-orders-div
   {
       margin: 30px 5px 0px 5px;
       text-align: center;
   }
   .bulk-orders-div h2
   {
       margin-bottom: 10px;
   }
   .why-digi-h2
   {
       margin-top: 25px;
       font-size: 22px;
   }
   .about-right-banner
   {
       box-shadow: none;
   }
   .carousel-item img
   {
       height: 300px;
   }
   .home-dis-adv-pvc-h
   {
       font-size: 22px;
       text-align: center;
   }
   .home-table thead tr th i
   {
       display: none;
   }
   .card-type
   {
       margin-bottom: 20px;
   }
   .home-dis-adv-pvc-points .text
   {
       font-size: 17px;
   }
   .home-dis-adv-pvc-points .count
   {
       margin-right: 15px;
   }
   .carousel-caption
   {
       color: #000;
       top: 15%;
       left: 12%;
       right: auto;
       bottom: auto;
       text-align: left;
   }
   .carousel-caption h2, .carousel-caption h1
   {
       width: 95%;
       font-weight: 700;
       font-size: 22px;
   }
   .carousel-caption h5
   {
       width: 95%;
       font-weight: 600;
       margin-top: 20px;
       font-size: 18px;
   }
   .form-div
    {
        border: 1px solid #ddd;
        padding: 30px 15px;
        box-shadow: 1px 1px 10px #ddd;
    }
    .breadcrumb-bg-div
    {
        /* background-color: rgba(0,0,0,0.1); */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .breadcrumb-bg ol li, .breadcrumb-bg ol li a
    {
        color: #000;
        font-size: 17px;
    }
    .breadcrumb-bg h2
    {
        color: #000;
        font-size: 22px;
    }
    .carousel-control-prev i, .carousel-control-next i
    {
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 16px;
    }  
    .footer-about img
    {
        height: 65px;
    }
    .main-h2
    {
        font-size: 17px;
    }
    .about-digital-h2
    {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0px;
    }
    .about-points-div .text
    {
        font-size: 17px;
    }
    .founder-p
    {
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
    }
    .founder-name
    {
        font-weight: 600;
    }
    .founder-div h3
    {
        font-size: 22px;
    }
    .pvc-vs-dvc-h2
    {
        font-size: 20px;
    }
    .account-process-div .steps-h
    {
        font-size: 22px;
    }
    .account-process-h3
    {
        font-size: 20px;
    }
    .types-h3
    {
        font-size: 19px;
    }
    .pricing-main-div ul
    {
        min-height: auto;
    }
    .home-templates-row .col-6
    {
        margin-bottom: 20px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .home-templates-row
    {
        margin-bottom: 0px;
    }   
    .template-text h3
    {
        font-size: 16px;
    }
    .more-themes-div h3
    {
        font-size: 24px;
    }
    .more-themes-div h4
    {
        font-size: 17px;
    }
    .more-themes-div img
    {
        height: 200px;
    }
    .footer-payment-img .footer-h3
    {
        text-align: center;
    }
    .footer-payment-img img
    {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .footer-copyright-h3
    {
        font-size: 12px;
    }
    .sticky + .page-content 
    {
        padding-top: 86px;
    }
    .features-ul li, .features-btn 
    {
        /* font-weight: 400; */
        font-size: 15px;
    }
    .features-btn
    {
        text-align: center;
    }
    .features-ul
    {
        margin: 20px 0px;
        list-style-type: square;
        padding-left: 20px;
    }
    .features-ul li
    {
        margin: 12px 0px;
    }
    .features-content
    {
        margin-top: 50px;
    }
    .feat-btn-group
    {
        text-align: center;
    }
    .feautures-button a
    {
        font-size: 16px!important;
    }
    .demo-h3
    {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .demo-btn a
    {
        font-size: 15px!important;
    }
    .demo-btn
    {
        margin-top: 10px!important;
    }
    .reset-password-main-div
    {
        padding: 50px 20px;
    }
}