


.header .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.rightHeader {
    float: right;
    padding: 7px 7px;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-right: 10px;
    justify-content: end;


}

.whatsappBtn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.whatsappBtn svg {
    width: 25px;
    height: 25px;
    color: #25D366;
}

.rightHeader .call_btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3e3f95;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;

}

.call_btn svg {
    width: 26px;
    height: 26px;
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}

.call_btn:hover,
.call_btn:focus {
    color: #03b0f0;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.submitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: 0.3s;
}

.submitBtn:hover {
    background: linear-gradient(90deg, #01aeee, #0678a2);
    color: #fff;
}



.bannerSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    background-image: radial-gradient(circle farthest-side at 50% 50%, #fbfeff, #eee);
    background-image: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(233, 233, 242) 100%);
}

.bannerSection:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f2f2f7;
    background-repeat: no-repeat;
    border: solid #f2f2f7;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.bannerLeft {
    padding: 0px 0;
}

.bannerSection .bannerTitle {
    font-size:25px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.bannerSection .bannerTitle span {
    color: #3e3f95;
}

.bannerSection p {
    font-size: 15px;
    color: #333;
    margin: 0 0 15px;
    line-height: 24px;
}

.testGroup {
 display: flex;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
}

.testGroup p {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 15px;
}

.testGroup p a {
    color: #01aeee;
    cursor: pointer;
}

.testGroup strong {
    color: #3e3f95;
}

.testGroup label {
    cursor: pointer;
}

.testGroup .proControl {
    margin-left: 15px;
    border-radius: 20px;
    border: 1px solid #01aeee;
}

.testGroup .proControl label {
    transition: background-color 0.5s ease;
    cursor: pointer;
    font-size: 15px;
    margin: 0px;
    border-radius: 20px;
    padding: 4px 15px;
    font-weight: normal;
}

.testGroup .proControl label.active {
    background: linear-gradient(90deg, #01aeee, #0678a2);
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
}

.certificateValidity {
    display: flex;
}

.certificateValidity #certificate,
.certificateValidity #validity,
.certificateValidity #brands {
    margin-left: 5px;
    color: #3e3f95;
}

.certificateValidity .moreBtn {
    margin-left: 10px;
    position: relative;
}

.certificateValidity .moreBtn span {
    color: #01aeee;
    cursor: pointer;
}

.moreBtn ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 150px;
    padding: 5px 10px;
    z-index: 2;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    margin: 0;
}

.moreBtn ul li {
    display: block;
    list-style: none;
    cursor: pointer;
}

.moreBtn ul li:hover {
    color: #3e3f95;
}

.dgft {

    position: relative;
}



.buyCertificate {
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    
    margin-top: 10px;
    color: #fff;
}

.buyCertificate:hover,
.buyCertificate:focus {
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}

.reqCertificate {
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    margin-top: 10px;
    color: #fff;
}

.reqCertificate:hover,
.reqCertificate:focus {
    background: linear-gradient(90deg, #01aeee, #0678a2);
    color: #fff;
}



.digitalSignature {
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 30px 0;
}

.title_1 {
    color: #3e3f95;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.digitalSignature ul {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    padding: 0;
    flex-flow: row wrap;
    max-width: 100%;

}

.digitalSignature ul li {
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
    position: relative;
    z-index: 5;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}



.certificate1 {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ced2fd;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 20px 15px;
    /*👉box-shadow: 0 0 7px rgb(33 141 210 / 10%);👈*/
    text-align: center;
    color: #0e81b9;
    background: #f1f2ff;
}

.certificate1:hover {
    border-bottom: 5px solid #03B0EF;
    transform: translateY(-10px);
    background-color: #eaf9ff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.certificate1 img {
    margin-bottom: 10px;
    width: 60px;
}

.certificate1 .certificateTitle {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    height: auto;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.certificate1 .for {
    font-weight: 400;
    font-size: 14px;
    color: #03B0EF;
}

.aboutTeam {
    float: left;
    width: 100%;
    padding: 40px 0 30px;
    margin: 0;
    background: #f1f2ff;
    position: relative;
}



.servicePackage {
    float: left;
    width: 100%;
    margin: 0;
    padding: 60px 0 30px;
    background: #fff;
}

.maxWidth {
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
}

.paymentModule {
    float: left;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background: #3e3f95;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.paymentModule .title_2 {
    color: #fff;
    margin-bottom: 30px;
}

.secondModule {
    margin-bottom: 20px;
}

.paymentModule .container {
    position: relative;
}

.moduleBox {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    position: relative;
    background: #4849a8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.moduleBox:before {
    content: '';
    position: absolute;
    left: -1000%;
    top: 0;
    width: 1000%;
    height: 100%;
    display: block;
    background: #4849a8;
    z-index: -1;
}

.moduleBox .part-icon {
    width: 90px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3e3f95;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 15px;
    position: relative;
}

.moduleBox .part-icon span.step-num {
    position: absolute;
    top: 35%;
    right: auto;
    left: -63px;
    width: 60px;
    height: 25px;
    padding: 0 10px;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 700;
}

.moduleBox .part-icon span.step-num:after {
    content: "";
    position: absolute;
    right: -8px;
    top: 5px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0678a3;
}

.moduleBox .part-icon img {
    width: 50px;
}

.moduleTitle {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}

.moduleBox p {
    font-size: 15px;
    color: #ccc;
    margin: 0 0 10px;
    padding: 0;
}

.moduleBox:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 125px solid transparent;
    border-left: 32px solid #4849a8;
    border-bottom: 125px solid transparent;
    top: 0;
    right: -32px;
    z-index: 99;
}

.moduleBox2 {
    background: #5354bb;
    padding-left: 20px;
}

.moduleBox2:before {
    background: #5354bb;
    z-index: -2;
}

.moduleBox2:after {
    border-left-color: #5354bb;
}

.moduleBox3 {
    background: #4849a8;
}

.moduleBox3:before {
    background: #4849a8;
    z-index: -3;
    right: -1000%;
}

.moduleBox3:after {
    content: "";
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    right: -1000%;
    background: #4849a8;
    border: 0;
}

.moduleBtn {
    border-radius: 30px;
    padding: 5px 18px;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    margin-top: 10px;
    color: #fff;
    margin-left: 5px;
}

.paymentModule .moduleBtn {
    padding: 10px 25px;
    font-size: 16px;
}

.moduleBtn:hover,
.moduleBtn:focus {
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}

.footerPlan {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ddd;
}

.footerPlan .buyBtn {
    border-radius: 30px;
    padding: 5px 18px;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    margin-top: 10px;
    color: #fff;
}

.footerPlan .renewBtn {
    border-radius: 30px;
    padding: 5px 18px;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    margin-top: 10px;
    color: #fff;
    margin-left: 5px;
}

.buyBtn:hover,
.buyBtn:focus {
    background: linear-gradient(90deg, #01aeee, #0678a2);
    color: #fff;
}

.renewBtn:hover,
.renewBtn:focus {
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}



.pertner_flexio {
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    position: relative;
    width: 120px;
}

.pertner_flexio img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    width: auto;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 10px 15px;
}

.faq_section {
    float: left;
    width: 100%;
    /* background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-size: 65% 95%;
    background-position: right; */
    padding: 40px 0 10px 0;
}

/* .faq_section p{ max-width: 900px; margin: 0 auto; margin-bottom: 30px;} */
.accordion-item {
    margin-bottom: 15px;
    border-radius: 5px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    font-weight: normal;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #fff;
    background: linear-gradient(90deg, #3e3f95, #20216a);
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}


.companyFeatures {
    float: left;
    width: 100%;
    padding: 30px 0 30px;
    margin: 0;
    background: #3e3f95;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    position: relative;
    overflow: hidden;
}

.companyFeatures:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f2ff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}


.companyFeatures .container {
    position: relative;
}


.singleFeatures {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    position: relative;
    text-align: center;
}

.singleFeatures .number_2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.singleFeatures .title_4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}


.certificateSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #f1f2ff;
}

.certificateSection:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #f1f2ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}


.certificateSection .title_1 {
    max-width: 600px;
    margin: 0 auto 20px;
}


#certificates {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#certificates .certificate {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;
    position: relative;
    background: #fff;
    height: 400px;
    border: 1px solid #d6d7e8;
    border-radius: 12px;
    overflow: hidden;
}

#certificates .certificate img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

#certificates .title_5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #09334f;
}

#certificates .owl-prev,
#certificates .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    border-radius: 100%;
    z-index: 9
}

#certificates .owl-nav .owl-prev {
    left: -20px;
}

#certificates .owl-nav .owl-next {
    right: -20px;
}

#certificates .owl-prev:hover,
#certificates .owl-next:hover {
    background: #f7b11b;
    color: #fff;
    border-color: #f7b11b
}

#certificates .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto
}





.footer_info {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.footer_info p {
    color: #fff;
}

.footer_info h6 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #01aeee;
    margin: 0 0 15px;
    padding: 0;
}

.footer_info h6 span {
    color: #01aeee;
}

.footer_info ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.footer_info ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 5px;
}

.footer_info ul li a {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: flex;
    padding: 0 0px 0 18px;
    line-height: 24px;
    align-items: center;
}

.footer_info ul li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'></path></svg>");
}

.footer_info ul li a:hover {
    color: #01aeee;
}

footer .footer_contact {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .footer_contact li {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

footer .footer_contact li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 0;
}

footer .footer_contact li a:before {
    content: none;
}

footer .footer_contact li a:hover {
    color: #01aeee
}

footer .footer_contact li a:focus {
    color: #01aeee
}

footer .footer_contact li svg {
    position: relative;
    text-align: center;
    margin-right: 15px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    color: #01aeee
}

footer .footer_contact li strong {
    display: block;
    text-transform: uppercase
}

ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: auto;
}

ul.social li {
    margin: 3px 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
    padding: 0;
}

ul.social li a::before {
    content: none;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}



ul.footer-menu {
    text-align: center;
    border-top: 1px solid;
    padding-top: 10px;
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
}

ul.footer-menu li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

ul.footer-menu li a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500;
}

ul.footer-menu li a:hover,
ul.footer-menu li a:focus {
    color: #01aeee
}


.payment {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.payment .pay1 {
    margin: 0 2px;
    border: 1px solid #40429b;
    padding: 5px 10px;
    background: #fff;
    width: 85px;
}

.text_desc {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}

.text_desc h4 {
    font-size: 16px;
    margin: 0;
    padding: 0 0 8px;
    font-weight: 600;
    color: #fff;
}

.text_desc p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    color: #fff;
}

.copy {
    float: left;
    width: 100%;
    background: #11114a;
    color: #fff;
    padding: 7px 0;
    font-size: 13px;
    text-align: left;
}

.copy a {
    color: #01aeee;
    display: inline-block;
}

.copy a:hover {
    color: #01aeee;
}

.text-right {
    text-align: right;
}

.copy svg {
    color: #fff;
}




.review-area {
    float: left;
    width: 100%;
    background: #f1f2ff;
    padding: 40px 0 30px;
    margin: 0
}

.review-area h2 {
    padding: 0 0 9px 0
}

.review-area h2 strong {
    color: #333;
    font-size: 35px;
    font-weight: 600
}

.review-area h2 span {
    color: #1178ba;
    font-size: 35px;
    font-weight: 600
}

.reviews {
    float: left;
    width: 100%;
    text-align: center
}

.reviews img {
    width: 190px;
    height: auto;
    display: inline-block
}

.reviews p {
    font-size: 18px;
    text-align: center
}

.frame {
    max-width: 100%;
    margin: 30px auto 30px;
    border-radius: 5px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    position: relative;
    z-index: 2
}

.location_title {
    display: block;
    position: relative;
    text-align: center;
    margin-top: -50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.location_title img {
    width: 35px;
    height: auto;
}

.location_title span {
    display: inline-block;
    margin-bottom: 25px;
}

.location_title span:after,
.location_title span:before {
    content: "";
    height: 26px;
    width: 41%;
    position: absolute;
    top: 40%;
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 1px 0 0;
}

.location_title span:after {
    left: -25px;
    border-radius: 5px 0 0
}

.location_title span:before {
    right: -25px;
    border-radius: 0 5px 0 0
}

.t-holder {
    margin-top: 20px;
    display: table;
    display: flex;
    align-items: center;
    width: 100%
}

.location {
    vertical-align: top;
    width: 25%;
    position: relative;
    transition: width .5s linear;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle
}

.location:not(:first-child):not(.active):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%
}

.location.active {
    width: 50%
}

.location.active:before {
    background: 0
}

.location .location_image {
    transition: all .5s linear;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 330px;
    width: 0;
    overflow: hidden;
    text-align: right
}

.location .location_image:first-child {
    right: 360px
}

.location .location_image img {
    max-width: 999px
}

.location.active .location_image {
    width: 50%;
}

.location:first-child.active .location_image {
    width: 50%;
}

.location .content {
    padding: 0 20px 0 0;
    float: right;
    width: 50%;
}

.location:last-child .content {
    padding: 0;
}

.location.active .content {
    width: 50%;
}


.location .content .locationTitle {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin: 0 0 7px;
    padding: 0
}

.location .content p {
    font-style: normal;
    display: block;
    font-size: 14px;
    padding: 4px 0 0;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.location .content a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.map {
    float: left;
    width: 100%;
    /* margin: 15px 0 0; */
}

.content {
    margin: 0;
    /* padding: 20px 0; */
    float: left;
    width: 100%;
}

.content .locationTitle {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin: 0 0 7px;
    padding: 0
}

.content p {
    font-style: normal;
    display: block;
    font-size: 14px;
    padding: 4px 0 0;
    margin-bottom: 10px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.content a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.content a svg {
    margin-right: 5px
}


/* About page */

.breadcum {
    float: left;
    width: 100%;
    position: relative;
    background-position: center;
    padding: 90px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.breadcum:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 62, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
}

.breadcum .cat_title {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 3px;
    background: var(--liner1);
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: 600;
    color: #666;
    float: left;
    line-height: 40px;
    font-size: 14px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}


.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
    font-weight: bold;
}


.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 13px 10px;
    color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #111962;
}

.about-page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: url(../images/shape/bg-g1.webp) no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.about-page::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: white;
    opacity: 0.7;
}

/* .about-page::after {
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    opacity: 0.2;
    filter: blur(100px);
    content: "";
    left: auto;
    top: -200px;
    right: -200px;
    bottom: auto;
    background-image: linear-gradient(45deg, var(--blue), va);
} */
/*
.about-page::before{
    position: absolute;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(45deg, #800080, #DB7093);
    opacity: 0.2;
    filter: blur(100px);
    content: "";
} */

.about-page .about-img {
    float: right;
}

.about-page .about-img img {
    width: 500px;
    margin-left: 30px;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.5);
}

.about-page .about-inner .about-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 20px;
    line-height: normal;
}

.about-page .about-inner p {
    line-height: 27px;
    font-size: 15px;
    color: #42464f;
    text-align: justify;
}

.about-page .about-inner h2,
.about-page .about-inner h3 {
    font-size: 25px;
    color: var(--black);
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 800;
}

.about-page .about-inner ul {
    text-align: justify;
    color: #42464f;
}



/* contact page */

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden;
}

.contact_details .title_h2_2 {
    color: var(--blue);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
}

.contact_details p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.contact_details .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
    color: var(--blue);
}

.contact_details .address_list li a {
    color: #333;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .title_h2_2 {
    color: var(--blue);
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form_grid .title_h2_2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    font-weight: 800;
    padding: 0;
    color: var(--blue);
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 0px;
    background-color: #fbfbfd;
}


.form-group .form-control .btn:hover{
    text-decoration: none;
    background-color: transparent;
}

.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:active:focus {
  background-color: transparent !important;
  color: #dc3545; /* Bootstrap danger red */
  border-color: #dc3545;
  box-shadow: none;
}



.form-group textarea.form-control {
    height: 100px;
}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: var(--blue);
}

.contact_map {
    float: left;
    width: 100%;
    height: 500px;
}

/* products page */

.certificate-page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: whitesmoke;
}

.certificate-bx {
    margin-bottom: 40px;
}

.certificate-bx .img-bx {
    /* float: right; */
    /* width: 100%;
    max-width: 500px; */
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 0 20px 20px; */
}

.certificate-bx .img-bx img {
    max-width: 250px;
    width: 100%;
    margin: 20px auto;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 29px #d1d3ed63;
}

/* .certificate-bx.rtl .img-bx{
    float: left;
} */

.certificate-bx p {
    font-size: 15px;
    color: #42464f;
}

.certificate-bx .moduleBtn {
    border-radius: 3px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
}

.certificate-bx .des-bx .certificate-title {
    color: var(--black);
    font-weight: 700;
    position: relative;
    padding-top: 14px;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 26px;
    display: inline-block;
}

.certificate-bx .des-bx .certificate-title::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 4px;
    border-radius: 2px;
    width: 60px;
    background: var(--liner1);
}

.certificate-bx .des-bx ul {
    margin: 0 0 10px;
    padding: 0;
    font-size: 15px;
    color: #42464f;
}

.certificate-bx .des-bx ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.certificate-bx .des-bx ul li::before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}



/* products page */

.product-page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f4f7fe;
}

.productbg {
    padding: 40px 0 !important;
    background: #f4f7fe !important;
}

.product-page .related-category {
    /* padding: 0 15px; */
    /* background-color: #fff; */
    /* box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); */
    /* border-radius: 3px; */
    padding-bottom: 0;
    margin-top: 30px;
}

.product-page .related-category li a {
    padding: 15px;
    margin-bottom: 10px;
    /* border: 2px solid red; */
    background-color: white;
    border-left: 6px solid #dbdbdb;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #666;
    font-weight: 600;
    transition: 0.6s;
}

.product-page .related-category li a.active,
.product-page .related-category li a:hover {
    padding: 15px;
    margin-bottom: 10px;
    /* border: 2px solid red; */
    background-color: white;
    border: 1px solid #E3E3E3;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #222;
    /* scale: 1.03; */
    /* transform: translateX(-5px); */
}


.product-page .product-content {
    margin: 40px 0px;
    /*    background-color: #f1f4fd;
    border: 1px solid rgba(224, 224, 232, 0.6);*/
    border-radius: 15px;
}

.product-page .product-content1 {
    margin: 40px 0px;
    background-color: #fff;
    border: 1px solid rgba(224, 224, 232, 0.6);
    padding: 40px;
    border-radius: 15px;
}

/*
.product-page .product-content{
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
}
*/


.product-page ._mob_num_set {
    color: #222;
    font-weight: 600;
}

.product-page ._ref {
    color: var(--blue);
    font-size: 13px;
}

.product-page ._ref:hover {
    text-decoration: underline;
    color: var(--blue);
}



.product-page .login-form .form-bx {
    margin-top: 20px;
    text-align: left;
}

.product-page .login-form .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-page .login-form .form-group label {
    font-size: 14px;
    color: #444;
    line-height: normal;
}

.form-bx .form-group label.error {
    position: absolute;
    bottom: -18px;
    font-size: 13px;
    color: red;
}

#paymentPage label.error {
    font-size: 13px;
    color: red;
    width: 100%;
}

.form-control.error {
    border: 1px solid #f1aeb5;
    background: #f8d7da;
    color: #58151c;
}

.form-control.valid {
    border: 1px solid #989898;
    background: #e2e3e5;
    color: #2b2f32;
}

.product-page .login-form .input-group {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;
    margin-bottom: 20px;
}

.product-page .login-form .input-group .input-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page .login-form .input-group input,
.product-page .login-form .input-group select {
    border: 0;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 65px;
    height: 38px;
}

.product-page .login-form .submitBtn {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-page .product-content ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.product-page .product-content .product-title {
    /*    font-size: 25px;
    font-weight: 700;
    color: var(--blue);
    line-height: normal;
    margin-bottom: 10px;*/
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--blue)
}

.product-page .product-content .product-title:before {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #00afef;
    z-index: 1;
    margin-left: 0;
    bottom: 0;
    left: 0;
}

.product-page .product-content h2,
.product-page .product-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: normal;
    margin-bottom: 10px;
}

.product-page .product-content p {
    text-align: justify;
}

.accordion-button:focus {
    box-shadow: none;
}

.product-page .product-content .accordion-button {
    font-size: 16px;
}

.product-page .product-content ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.product-page .product-content ul li::before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.steps-sec {
    float: left;
    width: 100%;
    margin: 0;
    padding: 00px 0 0;
}



.steps-sec-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--blue);
    line-height: 30px;
}

.white {
    color: #fff !important;
}

.steps-sec .steps {
    max-width: 1000px;
    margin: 15px auto 0;
    /* border: 2px solid red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.steps-sec .step-bx {
    /* border: 2px solid #000; */
    text-align: center;
    position: relative;
}

.steps-sec .step-bx.done .step-count::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="hsl(120, 42%, 54%)" class="bi bi-check2-square" viewBox="0 0 16 16"> <path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z"/> <path d="m8.354 10.354 7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z"/></svg>');
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 100%;
    color: hsl(120, 42%, 54%);
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.steps-sec .step-bx.done::before {
    background-color: hsl(120, 42%, 54%);
}

.steps-sec .step-bx.done .step-des {
    color: hsl(120, 42%, 54%);
}

.steps-sec .step-bx.active .step-count {
    color: #00afef;
    /*border: 5px solid var(--blue);*/
}

.steps-sec .step-bx.active .step-des {
    color: #00afef;
}

.steps-sec .step-bx::before {
    width: 75px;
    position: absolute;
    height: 1px;
    display: block;
    background-color: #e0e0e0;
    /* transform: translate(-95px, 21px); */
    content: "";
    top: 40%;
    left: 106%;
    border-radius: 3px;
}

.steps-sec .step-bx:last-child::before {
    content: none;
}

.steps-sec .step-bx .step-count {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin: 0 auto 5px;
    /*background-color: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding: 10px
}

.steps-sec .step-bx .step-des {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}

/* login page */

.login-page {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* background-image: url(../images/login-bg.jpg); */
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    float: left;
    width: 100%;
}

#bulkBuy .modal-content {
    border-radius: 2px;
}

.login-form .logo {
    margin-bottom: 20px;
}

.login-form .login-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--blue);
}

/* .login-form::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 14, 62, 0.8);
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
} */

.login-form {
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.login-form .form-bx {
    margin-top: 30px;
    text-align: left;
}

.login-form .form-group {
    margin-top: 8px;
    margin-bottom: 0;
}

.login-form .form-group label {
    font-size: 13px;
    color: #444;
    line-height: normal;
}

.login-form .input-group {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;
}

.login-form .input-group input,
.login-form .input-group select {
    border: 0;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 2px;
    height: 35px;
}

.login-form .input-group .input-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form .submitBtn {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
}

.login-form .shift {
    margin: 0;
    line-height: normal;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}

.login-form .shift a {
    color: var(--blue);
}



/* download */

.download_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 20px;
}

.download_page .download-title {
    color: var(--blue);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.download_page table {
    max-width: 850px;
    margin: 0 auto 30px;
    min-width: 550px;
}

.download_page table a {
    color: var(--blue);
    text-decoration: underline;
}

.download_page table thead {
    background: var(--blue);
    color: white;
}

.download_page .option-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.download_page .option-ul li a {
    border: 1px solid #666;
    margin-right: 15px;
    color: #666;
    padding: 5px 12px;
    font-weight: 500;
    border-radius: 8px;
    transition: 0.4s;
    margin-bottom: 15px;
}

.download_page .option-ul li a:hover {
    background-color: var(--blue);
    border-color: var(--blue);
    color: white;
}

.make-payment {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: white;
}



.make-payment .user-des {
    /*background: linear-gradient(90deg, #01aeee, #0678a2);*/
    /*padding: 10px 20px;*/
    width: 100%;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 10px;
}

.make-payment .user-des .title {
    font-size: 20px;
    color: #00afef;
    line-height: normal;
    margin-bottom: 0px;
}

.make-payment .user-des .title .edit-save-btn {
    font-size: 17px;
    cursor: pointer;
}

.make-payment .user-des p {
    color: 000;
    margin-bottom: 0;
}

.make-payment .number-bx {
    display: block;
    margin-bottom: 15px;
    align-items: center;
}

.make-payment .number-bx span {
    margin-right: 15px;
    display: inline-block;
}

.make-payment .number-bx span.number {
    font-size: 18px;
    margin-right: 5px;
    font-weight: 600;
    /* display: flex; */
    float: left;
}

.Flag {
    width: 25px;
    margin-right: 4px;
}

.make-payment .number-bx .change-btn {
    color: #01aeee;
    font-size: 12px;
    font-weight: 600;
}


.form-check-input:focus {
    border-color: #00afef;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #3e3f95;
    border-color: #3e3f95;
}

.input-group-text {
    font-size: 14px;
    cursor: pointer;
}

.form-check {
    min-height: auto;
}

.form-switch .form-check-input {
    width: 50px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300afef'/%3e%3c/svg%3e");
}

.modal-header {
    padding: 12px 18px;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 17px;
    color: var(--blue);
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.coupon_form {
    position: relative;
    margin-bottom: 5px;
}

.coupon_form input {
    border: 1px #dedede solid;
    border-radius: 0px;
    width: 100%;
    font-size: 15px;
    margin: 0;
    height: 40px;
}

.coupon_form .apply_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--blue);
    color: white;
    border: 0;
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
    font-weight: 500;
}

.coupons_text {
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.coupons_text a {
    display: inline-block;
    color: var(--blue);
}

.make-payment .table.table-totals tr {
    border: 0;
}

.make-payment .table tr th,
.make-payment .table tr td {
    border: 0 !important;
    padding: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.make-payment table tr td:nth-child(1) {
    width: auto !important;
}

.make-payment .table tbody tr:last-child td {
    padding-bottom: 1rem;
}

.make-payment .table tr td.free {
    color: hsl(120, 42%, 54%);
    text-transform: uppercase;
    font-weight: bold;
}

.make-payment .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.make-payment .table tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    color: #333;
    width: auto !important;
}

.toggle-select {
    display: none;
}

.payable {
    color: #fe616f;
}

.info {
    color: #ff7e0a;
    position: relative;
    cursor: pointer;
}

.info .info-cmt {
    font-size: 12px;
    visibility: hidden;
    min-width: 320px;
    background-color: #fff3cd;
    border: 1px solid #e5d398;
    color: #664d03;
    top: 20px;
    text-align: left;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    line-height: 18px;
}

.info:hover .info-cmt {
    visibility: visible;
    opacity: 1;
}

.order_btn {
    width: 100%;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}

.order_btn:hover {
    background: linear-gradient(90deg, #01aeee, #0678a2);
}


.document_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
}

.document-bx {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 #ccc;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 700px;
    overflow: hidden;
}

.pd20 {
    padding: 15px 20px;
}

.document-bx ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 0px;
}

.document-bx ul li {
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    color: grey;
}

.document-bx .document-title {
    font-weight: 600;
    color: var(--blue);
    font-size: 19px;
    margin-bottom: 5px;
}

.document-bx .input-group-text {
    color: white;
    background: var(--blue);
    cursor: pointer;
}

.upload-btn {
    padding: 10px 35px;
    border-radius: 5px;
    outline: 0;
    border: 1px dashed var(--blue);
    color: var(--blue);
    background: white;
    font-weight: 500;
    display: initial;
    font-size: 18px;
}

.document_page .upload-btn:hover,
.document_page .upload-btn:focus,
.document_page .upload-btn:active {
    border-style: solid;
    background: var(--liner1);
    color: white;
}

.kyc-verfiy-bx {
    padding: 20px;
}

.kyc-verfiy-bx p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-bottom: 0px;
}

.kyc-verfiy-bx .kyc-verify-title {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: var(--blue);
    margin-bottom: 12px;
}

.btn-1,
.btn-2 {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 25px;
    border-radius: 4px;
    transition: all .3s ease;
    border: none;
    outline: none;
}

.btn-1 {
    background: var(--liner1);
}

.btn-2 {
    background: var(--liner2);
}

.btn-1:hover {
    color: white;
    background: var(--liner2);
}

.btn-2:hover {
    color: white;
    background: var(--liner1);
}

.thankYou-bx {
    padding: 20px;
}

.thankYou-bx img {
    max-width: 300px;
    margin: 0 auto 35px;
    display: block;
}

.thankYou-bx .thankYou-title {
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--blue);
}

.thankYou-bx p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
    line-height: 20px;
}

.dashboard_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f4f7fe;
}

.dashboard_page .dashboard-links {
    margin-bottom: 0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 #ccc;
    background: #fff;
}

.dashboard_page .dashboard-links li a {
    border-top: 1px solid #e9e9e9;
    padding: 13px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #666666;
    font-weight: 500;
    transition: all 0.3s ease;
    /* background: #a8b4eb; */
    font-size: 16px
}

.dashboard_page .dashboard-links li:first-child a {
    border-top: 0px;
}

.dashboard_page .dashboard-links li a svg {
    margin-right: 5px;
}

.dashboard_page .dashboard-links li a:hover,
.dashboard_page .dashboard-links li a.active {
    color: #01aeee;
    background: #e5f4fd;
}

.dashboard_page .dashboard-links li:last-child a {
    margin-bottom: 0px;
}


.dashboard_page .dashboard-bx .profile-bar {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px 0 #ccc;*/
    background-color: #01aeee;
}

.profile-bx {
    display: flex;
    align-items: center;
}

.profile-bx .profile-icon {
    color: #3e3f95;
    border: 7px solid;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    background: white;
    margin-right: 15px;
}

.profile-bx .profile-icon {
    color: #01aeee;
    border: 7px solid;
    border-radius: 20px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    background: white;
    margin-right: 15px
}

.profile-bx .profile-des .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.profile-bx .profile-des a {
    color: #fff;
    font-size: 13px;
}

.recent-order-bar {
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.recent-order-bar .recent-order-title {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
    background: #e5f4fd;
    padding: 5px 10px;
    border-radius: 7px 7px 0px 0px;
}

.recent-order-bar .order-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recent-order-bar .order-details li {
    font-weight: 500;
    color: #333;
}

.recent-order-bar .order-details li span {
    color: #01aeee;
    font-weight: 600;
}

.recent-order-bar .upload-btn {
    padding: 4px 14px !important;
    font-size: 12px;
    width: 135px;
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
}

.dashboard-bx .dashboard-title {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 7px;
    background-color: #01aeee;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.profile-edit-bar .form-control {
    height: 45px;
    border-radius: 0px;
}

.order-details-bar .details-bx,
.order-details-bar .address-bx {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    /*box-shadow: 0 2px 5px 0 #ccc;*/
    background-color: #f7e5e9;
    border-radius: 7px;
}

.order-details-bar .table.table-totals tr {
    border: 0;
}

.order-details-bar table tr td:nth-child(1) {
    width: auto !important;
}

.order-details-bar .table tbody tr:last-child td {
    padding-bottom: 1rem;
}

.order-details-bar .table tr th,
.order-details-bar .table tr td {
    border: 0 !important;
    padding: 5px 0;
    font-size: 14px;
    line-height: normal;
}

.details-bx .table tr td.free {
    color: forestgreen;
    text-transform: uppercase;
    font-weight: bold;
}

.order-details-bar .table tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.order-details-bar .table tfoot tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 16px;
    color: #333;
    width: auto !important;
}

.order-details-bar .details-bx .Order-id {
    font-size: 18px;
    font-weight: 700;
    color: #fe616f
}

.order-details-bar .details-bx .Order-date {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.order-details-bar .address-bx {
    background: #cae3ef;
}

.order-details-bar .address-bx .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3e3f95;
}

.order-details-bar .address-bx .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.order-details-bar .address-bx .address-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-details-bar .address-bx .address-details li {
    font-size: 14px;
    color: #646464;
    padding-top: 5px;
}

.order-details-bar .address-bx .address-details li span {
    color: #333;
    font-weight: 500;
}

.order-history-bar {
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

.order-table {
    min-width: 700px;
}

.order-table thead {
    color: white;
    background: var(--liner1);
}

.order-table .download-btn {
    display: block;
    border: 1px dashed var(--blue);
    color: var(--blue);
    border-radius: 5px;
    max-width: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0px;
}

.order-table tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
}

.doc-bar .doc-bx {
    border: 1px solid #eee;
    box-shadow: 0 2px 5px 0 #ccc;
    background-color: #f3f3f3;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.doc-bar .doc-bx img {
    display: block;
    height: 150px;
    object-fit: cover;
    object-position: top center;
}


.doc-bar .doc-bx .doc-title {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding: 5px 0;
}

.custom-ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.custom-ul li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.custom-ul li span {
    font-weight: 600;
    margin-left: 5px;
}

.custom-ul li::before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.price-table {
    max-width: 100%;
    min-width: 700px;
    margin: 0 auto;
}

.price-table thead {
    color: white;
    background: var(--liner1);
}

.price-table td {
    vertical-align: middle;
}

.price-table img {
    display: block;
    max-height: 30px;
    margin: 0 auto 10px;
}

.price-table td img:last-child {
    margin-bottom: 0px;
}

.fullWidth {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fullWidth:last-child {
    margin: 0;
}

.fullWidth .year {
    margin-right: 15px;
}

.fullWidth .logo3 {
    width: 100px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #e7e7e7;
    padding: 6px;
}

.price-table td .price,
.price-table td .btn-1 {
    line-height: 30px;
    display: block;
    margin-bottom: 8px;
    padding: 0;
    width: 90px;
}


.price-table td .price:last-child,
.price-table td .btn-1:last-child {
    margin-bottom: 0px;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    line-height: normal;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market_area h3 {
    float: left;
    display: block;
    font-size: 18px;
    padding: 10px 0 5px;
    font-weight: 600;
}

.market_area h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.er {
    color: red
}

.downloadfileBox {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f4f7fe;
}

.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 8px 8px 0px 0px rgba(1, 174, 238, 0.5);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 200px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #3e3f95;
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
    padding-top: -2px;
}

.video_gallery i {
    line-height: inherit;
    color: #ff4f47;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 16px;
    color: #333;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.video_gallery h3 svg {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}

.buyToken {
    float: left;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.buyToken:hover {
    transform: translateY(-5px);
    scale: 1.02;
    z-index: 2;
    border-radius: 12px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

.buyToken .image {
    width: 100%;
    height: 250px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.buyToken .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.tokenInfo {
    float: left;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
}

.tokenTitle {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3e3f95;
    font-weight: 600;
    margin-bottom: 5px;
    background: #f4f7fe !important;
    padding: 5px;
}

.fromPrice {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    text-align: center;
    display: block;
    margin-bottom: 0px;
    line-height: normal;
}

.taxIncluded {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-bottom: 5px;
}

.packof {
    width: 100%;
    border: 1px solid #ced2fd;
    border-radius: 4px;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 10px;
}

.addTocart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: 0.3s;
}

.addTocart:hover {
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}

.summaryBox {
    font-size: 14px;
    margin: 0px;
    background: #fff;
    box-shadow: 1px 3px 2px #eee;
    padding: 15px 15px 5px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}

.ttips {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.ttips .ttipContent {
    font-size: 13px;
    visibility: hidden;
    min-width: 320px;
    background-color: #fff9f3;
    border: 1px solid #eec592;
    color: #000;
    left: -15px;
    top: 20px;
    text-align: left;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.ttips .ttipContent p {
    margin-bottom: 0px !important;
}

.fields-font {
    color: #2271b2;
    font-weight: 400;
}

.ttips:hover .ttipContent {
    visibility: visible;
    opacity: 1;
}

.usbToken {
    border-radius: 4px;
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tokenSection .usbToken {
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: 19px;
}

.tokenBold {
    font-weight: bold;
}

.usbToken span {
    font-size: 12px;
}

.usbToken img {
    height: 40px;
    position: absolute;
    right: 10px;
}

.summaryBox .form-group {
    display: flex;
    align-items: center;
}

.summaryBox .form-group span {
    margin-right: 5px;
}

.summaryBox .form-group .form-control {
    max-width: 200px;
}

.priceDetails .title h3 {
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 10px;
    font-weight: bold;
}

.priceTxt {
    font-size: 14px;
}

.priceDetails .totalcost {
    font-size: 16px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 5px;
}

.order_btn {
    border: 0;
    outline: 0;
    border-radius: 4px;
}



.wrapper {
    width: 50%;
    float: left;
    display: flex;
    align-items: self-start;
    margin-bottom: 10px;
    margin-top: 15px;
}


.wrapper .tokenGroup label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /*background: linear-gradient(90deg, #3e3f95, #20216a);*/
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border: none;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #01aeee;
    font-weight: 600
}

.tokenGroup input[type="radio"] {
    display: none;
}

.tokenGroup input[type="radio"]:checked~label {
    border-color: #0069d9;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    color: #fff;
}

.fromPrice1 {
    font-size: 22px;
    color: var(--blue);
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    font-weight: 600;
}

.continueBtn {
    width: auto;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #01aeee, #0678a2);
    border: 0;
}

.continueBtn:hover {
    background: linear-gradient(90deg, #3e3f95, #20216a);
    color: #fff;
}

.w100 {
    width: 100%;
}


.download-token {
    position: relative;
    background-image: url("../images/download-token-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    float: left;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 140px;
}

.download-token:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    z-index: -1;
    background-color: #022d58;
}

.download-token-title {
    position: relative;
    /* padding-left: 20px; */
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 3px;
    color: #fff;
}

/*
.download-token-title:before,
.download-token-title:after {
    content: "";
    height: 12px;
    width: 2px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
    transform: rotate(20deg);
    background-color: #00afef;
} */

.download-token-title:before {
    left: 6px;
}

.download-token-title:after {
    left: 0;
}

.download-token p {
    color: #fff;
}

.download-token table thead tr th {
    color: #00afef
}

.download-token table tbody tr th {
    color: #fff;
}

.download-token table tbody tr td {
    color: #fff;
}

.download-token table tbody tr td a {
    color: #fff;
    transition: 0.3s;
}

.download-token table tbody tr td a:hover {
    padding-left: 5px;
    color: #00afef;
}

.download-token thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.about-digital-signature {
    padding-bottom: 70px;
}

.about-digi-sign-imgbox {
    position: relative;
    z-index: 1;
    margin-top: -90px;
    margin-bottom: 35px;
}

.about-digi-sign-content {
    padding-top: 80px;
    padding-left: 25px;
}

.download-digi-title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    color: #3e3f95;
    font-weight: 600
}

.download-digi-sign-listing {
    list-style-type: none;
    padding-left: 15px;
}

.download-digi-sign-listing li {
    line-height: 32px;
    padding-left: 25px;
    position: relative;
}

.download-digi-sign-listing li a {
    color: #222
}

.download-digi-sign-listing li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 0;
    background-color: #00afef;
}

.download-digi-sign-listing li a:visited,
.download-digi-sign-listing li a:focus,
.download-digi-sign-listing li a:active {
      background: transparent;  
    color: #222;
    outline: none;
    text-decoration: none;
}



.alert-primary p {
    /* display: flex; */
    margin: 0px;
}

.payment-right {
    background: #f6f6f6;
    padding: 20px 30px 40px;
    position: relative;
}

.payment-right:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, rgba(251, 251, 253, 1) 100%);
}

.payment-right:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, rgba(251, 251, 253, 1) 100%);
}


.mt15 {
    margin-top: 15px;
}



.bg-blue {
    background: #0c3c6d;
    color: #fff;
    padding: 0px
}

.bg-blue p {
    color: #fff;
}

.bg-blue .user-des-2 .title {
    color: #00afef;
    font-size: 20px;
}

.mt-20 {
    margin-top: 20px
}



.cat-area {
    position: relative;
    background-image: url("../images/digital-sign-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cat-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
    z-index: -1;
    background-color: #022d58;
}

.extra_margin {
    float: right;
    margin-top: 50px;
}

.cat_title-2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    font-style: italic;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 36px;
}


.related-cat ul {
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    padding: 0;
    flex-flow: row wrap;
    max-width: 1024px;
    overflow: hidden;
}

.related-cat ul li {
    list-style: none;
    text-align: center;
    width: calc(100% / 5);
    position: relative;
    z-index: 5;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    height: 150px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.8) !important;
}

.related-cat ul li a {
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 0 0 15px;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    color: #fff !important;
    background: #f1f2ff;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    font-size: 16px
}

.related-cat ul li:nth-child(1) {
    background: #2c3f66;
}

.related-cat ul li:nth-child(2) {
    background: #4b6285;
}

.related-cat ul li:nth-child(3) {
    background: #6984a3;
}

.related-cat ul li:nth-child(4) {
    background: #8aa4c5;
}

.related-cat ul li:nth-child(5) {
    background: #abc4e7;
}

.related-cat ul li:hover {
    background: #3e3f95 !important
}

.up-doc-1 {
    background: #01aeee;
    width: 100%;
    height: 170px;
}

.up-doc-2 {
    background: #3e3f95;
    width: 100%;
    height: 170px;
    overflow: hidden
}

.doc-upload {
    position: relative;
    z-index: 5;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.doc-upload svg {
    width: 200px;
    color: #fff;
    height: 200px;
    transform: rotate(25deg);
    margin-left: -30px;
    opacity: 0.3;
}

.mt20 {
    margin-top: 20px;
}

.radio-button-group input {
    display: none
}

.btn-11 {
    background: #fff;
    color: #333;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 25px;
    border-radius: 4px;
    transition: all .3s ease;
    border: none;
    outline: none;
}

.text-success {
    color: #28a745 !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #e5f4fd !important;
    --bs-table-accent-bg: none !important;
}

.form-control:disabled {
    background: #e5f4fd !important;
}

.mb0 {
    margin-bottom: 0px;
}



.notice-title {
    font-weight: 700;
}

.pt0 {
    padding-top: 0px
}

.mt0 {
    margin-top: 0px !important;
}

.product_right_image {
    float: right;
    max-width: 320px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 320px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .07);
    background: #fff;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.download-pdf-tutorials {
    margin: 0 0 25px;
    padding: 0;
}

.download-pdf-tutorials li {
    line-height: 28px;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    /*    display: flex;*/
    align-items: center;
    list-style-type: none;
    border-bottom: 1px dashed #efefef;
    padding: 10px 0px;
}

.download-pdf-tutorials li:last-child {
    border: none
}

.download-pdf-tutorials li a {
    vertical-align: middle;
    align-items: center;
    height: 28px;
    color: #333;
    font-weight: 600;

}

.download-pdf-tutorials li a svg {
    float: left;
    color: #cb0606;
    margin-right: 10px;
    vertical-align: middle;
    align-items: center;
    height: 28px;
    width: 22px;
}

.download-pdf-tutorials li a .title {
    line-height: 15px;
}
.download-pdf-tutorials li a:focus,
.download-pdf-tutorials li a:active{
    background: transparent;
}

.title_3 {
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}


.required-documents {
    background: #e5f4fd;
    /* box-shadow: 3px 3px 20px #efefef; */
    margin: 10px 0px 0px;
    border-radius: 10px;
    padding: 5px 25px;
    border: 1px solid #ade7fc;
}

.required-documents .user-des-2 .title {
    padding-top: 10px;
}

.required-documents .user-des-2 {
    margin-bottom: 0px !important;
    margin: 0px 0px 5px 0px !important;
    padding: 0px 5px 5px !important;
}

.required-documents ol {
    list-style-type: none;
    margin-bottom: 10px;
    color: #fff;
    padding: 0px;
}

.required-documents ol li {
    color: #333;
    font-size: 15px;
    margin: 5px 0px;
    padding: 0px 15px 0px 35px;
    background: url(../images/check-sign.png)no-repeat 10px 10px;
}

.required-documents ol li::marker {
    color: #fff;
    font-weight: bold
}

.alert-blue {
    background: #00afef;
    color: #fff;
    border: none;
    padding: 8px 15px !important;
}


.payonline-breadcumb {
    float: left;
    width: 100%;
    position: relative;
    background-position: center;
    padding: 30px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.payonline-breadcumb:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
    background-color: #022d58;
    top: 0;
    left: 0;
    content: '';
}

.payonline-breadcumb .cat_title {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    border-radius: 3px;
    background: var(--liner1);
}

.cb30 {
    clear: both;
    height: 30px;
}

.paymentby {
    font-size: 16px;
    color: #333;
    width: auto !important;
    font-weight: bold;
}

.pd0 {
    padding: 0px;
}

.pd25 {
    padding: 25px;
}

.hdtext-product-summary {
    background: #00afef;
    line-height: 40px;
    color: #fff !important;
    padding: 1px 15px;
    border-radius: 2px;
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}

.usb-token-btn {
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #3e3f95, #20216a);
    border: 0px;
    display: inline-block;
}

.usb-token-btn:hover {
    background: linear-gradient(90deg, #01aeee, #0678a2);
    color: #fff;
}

.payment-section label {
    letter-spacing: -0.2px;
}

.coupon-container {
    margin: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.coupon-code1 {
    line-height: 22px;
    padding: 12px 0;
}

.coupon-code1 h4 {
    font-size: 15px;
    margin: 0px;
    display: inline-flex;
    margin-bottom: 0px;
}

.coupon-code1 a#btnApplyCoupon {
    color: #00afef;
    padding-left: 5px;
}

.payment-right ol {
    margin-bottom: 10px;
}

.free-items {
    background: #ffece0;
    border: 1px dashed #ff690a;
    padding: 15px;
    margin: 20px 0px;
}

.free-items .blue-text {
    color: #ff690a;
    font-size: 16px;
}

.free-items .blue-text-b {
    color: #ff690a;
    font-size: 16px;
    font-weight: bold
}

.free-items table {
    margin-bottom: 5px;
}

.free-items .table tbody tr:last-child td {
    padding-bottom: 0px !important;
}

.free-items .table.table-totals tr {
    border: 0px;
}

.free-items thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: none;
}


.watchdataToken,
.usbToken {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 8px;
    background-color: #fff;
    position: relative;
    margin-left: 0px !important;
}

.tokenBorder {
    border: 1px solid #00afef !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 225, 0.14);
}

.tokenSection input {
    margin-top: 5px;
}

.tokenSection img {
    height: 40px;
    position: absolute;
    right: 10px;
}

.tokenSection label {
    font-weight: normal;
    text-align: left !important;
    margin-bottom: 0px;
    margin-left: 10px;
    line-height: 19px;
}

.filter-box label {
    vertical-align: top;
    margin-right: 10px;
}

.tokenBold {
    font-weight: bold;
}

.tokenSection input {
    margin-top: 5px;
}

.tokenSection .usbToken:active,
.tokenSection .usbToken:hover,
.tokenSection .usbToken:focus {
    border: 1px solid #3e3f95
}

.tokenselect {
    width: 100%
}

.alert.alert-primary.notification {
    padding: 15px 10px;
    position: relative;
    padding-left: 25px;
}

.alert.alert-primary.notification::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #00afef;
}

#token .modal-body {
    background-color: #f8d7da;
    color: #dc2c3e;
    padding-left: 25px;
    padding-right: 25px;
}

#token p {
    color: #dc2c3e;
    text-align: justify;
}

.save-note {
    animation: blink-text 1.5s ease-in-out infinite;
    display: none;
}


@keyframes blink-text {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.term_check {
    font-size: 14px;
    line-height: 20px;
}

.term_check a {
    color: var(--blue);
    transition: 0.3s;
}

.term_check a:hover {
    text-decoration: none;
    color: var(--light-blue);
}

.term_check input {
    margin-right: 6px;
    border-radius: 1px !important;
}

.req_doc {
    border-radius: 1px !important;
    border: 1px dashed #0f5132;
}

.req_doc ol {
    font-size: 14px;
}


#cat_price_section {
    margin-left: 3px;
}

#old_price {
    color: red;
    font-size: 13px;
}

._login {
    background: #f1f2ff;
    padding: 0px 10px;
    border-radius: 10px;
    font-size: 12px;
    color: #555;
    transition: 0.3s;
    box-shadow: rgb(4 4 4 / 29%) 1px 1px 1px 1px;
    display: flex;
    align-items: center;
    
    
}

._login:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 3px;
    color: #555;
}

._login ._tx {
    text-align: right;
}

._login strong {
    display: block;
    font-size: 13px;
}

.tt_bx {
    text-align: center;
    margin-bottom: 30px;
}

.tt_bx .subtt {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 5px;
    background: rgb(62 63 149 / 10%);
    color: #3e3f95;
    display: inline-block;
}

.tt_bx .tt {
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
}

._login._out {
    height: 45px;
    color: white;
    padding: 8px 15px;
    background: var(--liner1);
}

.review_sec {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 0;
    background: url(../images/shape/bg-g1.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    color: var(--black);
}

.review_item {
    padding: 35px 30px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    direction: ltr;
    position: relative;
    z-index: 1;
}

.review_item .clint-info-wrapper {
    display: flex;
    align-items: center;
}

.review_item .clint-info-wrapper .thumb {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 70px;
    width: 70px;
    padding: 3px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    min-width: 70px;
    border: 2px solid #2f57ef21;
}

.review_item .clint-info-wrapper .client-info {
    padding-left: 15px;
}

.review_item .clint-info-wrapper .client-info .title {
    color: var(--black);
    font-weight: 700;
    font-size: 17px;

}

.review_item .clint-info-wrapper .client-info span {
    color: #6b7385;
    font-weight: 500;
    font-size: 15px;
}

.review_item::before {
    position: absolute;
    content: "";
    right: 35px;
    top: 35px;
    z-index: -1;
    background-image: url(../images/icon/quote.svg);
    background-repeat: no-repeat, repeat;
    width: 52px;
    height: 44px;
}

.review_item .description {
    margin-top: 15px;
}

.review_item .description p {
    margin-bottom: 0;
    color: #6b7385;
}

.country-code {
    width: 133px;
    font-size: 14px;
    border-right: 0;
    border-radius: 0;
    color: #777;
}

#otp-timer,
#resent-otp {
    font-size: 13px;
    color: #666;
}

#otp-timer a,
#resent-otp a {
    display: inline;
    color: var(--blue);
    font-weight: 600;
    color: var(--blue);
    text-transform: capitalize;
}

.top-nav {
    padding: 13px 0;
    margin: 0;
    display: inline-flex;
    list-style: none;
    gap: 25px;
    margin-right: 30px;
}

.top-nav li a {
    color: #666;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    transition: .2s;
}

.top-nav li a::before {
    content: "|";
    position: absolute;
    top: -0px;
    left: -14px;
    font-weight: 500;
    font-size: 13px;
    color: #666;
}

.top-nav li:first-child a:before {
    content: none
}


.top-nav li a:hover {
    color: var(--blue);
}

span.frm-error {
    color: red;
    font-size: 10px;
    float: right;
}

.cs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.cs_container .csPanel {
    width:35%;
    display: table-cell;
    background-color: #fff;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 #989cb0;
    box-shadow: 0 2px 6px 0 #989cb0;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .cs_container .csPanel {
        width: 80%; /* Adjust width to fit mobile screen */
        display: block; /* Ensure it displays as a block element */
        border-radius: 0; /* Reset border radius */
        box-shadow: 0 2px 6px 0 #989cb0; /* Remove box-shadow */
        padding: 10px; /* Adjust padding for mobile */
    }
}

.otpLogin input[name=mobile]{
    padding-left: 68px !important;
}

.cs_container .csPanel:last-child {
    background-color: rgba(38, 43, 72, .92);
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 3px 6px #989cb0;
    box-shadow: 0 3px 6px #989cb0;
    background: linear-gradient(90deg, #20216a, #3e3f95);
    max-width: 600px;
    width: 80%;
}

.cs_container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width:970px;
    width:100%;
    margin:0 auto;
    justify-content:center
}


 
 .brand-logo{
    margin-top:0;
    margin-bottom:20px;
    filter:brightness(0) invert(1)
}
 .loginInfo p{
    color:#fff;
    margin:0 0 10px;
    font-weight:600
}
 .loginInfo p{
    color:#fff;
    margin:0 0 10px;
    font-weight:400;
    font-size:14px;
    line-height:22px
}
 .loginInfo ul{
    float:left;
    width:100%;
    margin:0 0 10px 15px;
    padding:0
}
 .loginInfo ul li{
    list-style:circle;
    margin:3px 0;
    font-size:13px;
    color:#fff
}
 .loginInfo .loginFeature{
    margin:0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    gap:5px
}
 .loginInfo .loginFeature li{
    list-style:none;
    text-align:center;
    width:calc(98% / 2);
    position:relative;
    z-index:5;
    display:flex;
    color:#fff;
    padding:5px;
    border-radius:3px
}
 .loginInfo .loginFeature li .icons{
    width:40px;
    height:40px;
    margin-right:10px
}
 .loginInfo .loginFeature li .icons svg{
    width:40px;
    height:40px
}
 .loginInfo .loginFeature li .featureInfo{
    text-align:left;
    line-height:22px;
    font-size:14px
}
 .csPanel .login-title{
    font-size:20px;
    font-weight:800;
    color:var(--blue)
}
 .csPanel .form-bx{
    margin-top:30px;
    text-align:left
}
 .csPanel .form-group{
    margin-top:8px;
    margin-bottom:20px
}
 .csPanel .form-group label{
    font-size:13px;
    color:#444;
    line-height:normal
}

 .csPanel .input-group .input-icon{
    width:40px;
    display:flex;
    align-items:center;
    justify-content:center
}
 .input-icon.width65{
    width:65px!important
}
 .csPanel .submitBtn{
    width:100%;
    margin-top:20px;
    text-transform:uppercase;
    font-size:14px;
    border-radius:2px
}

 .csPanel .shift{
    margin:0;
    line-height:normal;
    margin-top:20px;
    font-size:13px;
    font-weight:500
}
 .csPanel .shift a{
    color:var(--blue)
}



.brand-logo {
    margin-top: 0;
    margin-bottom: 35px;
    filter: brightness(0) invert(1);
}

.loginInfo p {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}

.loginInfo ul {
    float: left;
    width: 100%;
    margin: 0 0 10px 15px;
    padding: 0;
}

.loginInfo ul li {
    list-style: circle;
    margin: 3px 0;
    font-size: 13px;
    color: #fff;
}

.csPanel .login-title {
    font-size: 20px;
    font-weight: 800;
    color: #111962;
}

.csPanel .form-bx {
    margin-top: 30px;
    text-align: left;
}

.csPanel .form-group {
    margin-top: 8px;
    margin-bottom: 20px;
}

.csPanel .form-group label {
    font-size: 13px;
    color: #444;
    line-height: normal;
}

.csPanel .input-group {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;

}

.csPanel .input-group input,
.csPanel .input-group select {
    border: 0;
    margin: 0 !important;
    font-size: 14px;
    padding-left: 2px;
    height: 35px;
}

.csPanel .input-group .input-icon {
    width: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.input-icon.width65 {
    width: 65px !important;
}

.csPanel .submitBtn {
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px;
}

.csPanel .shift {
    margin: 0;
    line-height: normal;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
}

.csPanel .shift a {
    color: var(--blue);
}


.input-group {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 3px;
}

.input-group .input-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group .form-control {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background-color: #fbfbfd;
}

#preloader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #302d2d91;
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.codeImg {
    width: 60px !important;
    font-size: 13px;
}

.codeImg img {
    width: 20px;
    margin-right: 2px;
}

.csPanel .login-title {
    margin-bottom: 20px;
}

.inputTitle {
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 99;
    background: #fff;
    padding: 2px 2px;
}

.orLine {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 10px 0 30px;
    float: left;
}

.orLine::before,
.orLine::after {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 9;
}

.orLine span {
    background: #fff;
    font-size: 13px;
    color: #333;
    position: absolute;
    padding: 2px 5px;
    left: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    max-width: 30px;
    margin: 0 auto;
}

#getOtp {
    cursor: pointer;
    border-left: 3px solid #ccc;
    background: #eee;
}
#getOtp:hover {
    background : #ccc;
}

.mobileInput .form-control {
    padding-left: 35px;
}

.flagIcon {
    position: absolute;
    top: 5px;
    left: 5px;
}

.brandValidity {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-top: 10px
}

.brandValidity .brandName {
    display: block;
}

.brandValidity .validity {
    display: block;
}

.errorForm {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
}

.input-icon {
    width: 40px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #fff;
    z-index: 9;
}

.csPanel .input-group input,
.csPanel .input-group select {
    padding-left: 45px;
}
.csPanel .input-group.mobileNumber input{
    padding-left: 75px;
}
.homeBanner{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.homeBanner video{
    width: 100%;
    height: auto;
}

/* product form css*/
.section_holder27 .styled-select {
    border: 1px solid #181a87;
    background: #111962;
    color: white !important;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 5px 1px #909090;
    font-size: 14px;position:relative;
}
.section_holder27 .styled-select select {
    background-color: transparent;
    border: none;position: relative;
    color: #fff; 
    font-size: 16px;
    font-weight: 500;
}
button.dropdown-expander.bg-transparent.text-white.position-absolute.translate-middle.top-50.end-0.ms-1.border-0 {
    content: '\25BC';
    right: -8px !important;
}
.styled-select::after{
    content: '\25BC';
    position: absolute;
    top: -4px;
    right: 0;
    padding: 1em;
    background-color: transparent;
    transition: .25s all ease;
    pointer-events: none;
}
.styled-select:hover::after{
    color:#f39c12;
}
.section_holder27 label.custom-select.select {
    width: 100%;
    position: relative;
    background: #333;
    border-radius: 15px 15px 0px 0px;
}

.section_holder27 .col-lg-12.sky-form button.btn.btn-primary.buy-now-button {
    padding: 2px 13px;
    font-size: 13px;
    background: #26ade4;
    border: 1px solid #26ade4;
}
.section_holder27 table.table.table-hover thead {
    border-bottom: 2px solid #ccc;
}
.section_holder27 .table > tbody tr
{
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
 .section_holder27 .table > tbody tr td {
    vertical-align: baseline;
}
table.table.table-hover.mb-0.mt-2 button.buyCertificate {
    margin: 0px;
}
.section_holder27 .table > tbody tr:last-child{border-bottom:none;}


/* css update for table */

.section_holder27 .table > tbody tr td {
    vertical-align: baseline;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.section_holder27 .table > tbody tr td {
    vertical-align: baseline;
    border: 1px solid #ccc;
}
.section_holder27 table.table.table-hover thead th {
    text-transform: uppercase;
    border: 1px solid #ccc;
    background: #eee;
    border-bottom: 0px;
}
.section_holder27 table.table.table-hover thead {
    border-bottom: 1px solid #ccc;
}
table.table.table-hover.mb-0.mt-2 button.buyCertificate {
    margin: 0px;
    height: 36px;
    line-height: 36px;
    width: 100px;
    padding: 0px;
    font-size: 13px;
}
.chooseProduct button#proceed {
    margin-top: 0px;
}
/* .section_holder27 .select-box:before{content:'';position:absolute;z-index:9;width:20px;height:20px;top:10px;right:10px;background-image:url(../images/download.svg);background-repeat:no-repeat;background-size:content;} */