:root {
    --primary-color: #12AD2B;
    --secondary: linear-gradient(90deg, #12AD2B 4.63%, #6AB2E7 88.9%);
    --white: #ffffff;
    --black: #00000;
}

body {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    max-width: 1920px;
    margin: 0 auto !important;
    width: 100%;
}

h1,
h2,
h3 {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: black;
}

p {
    margin: 0;
}

.djib-text {
    color: var(--primary-color);
}

.fs-xs {
    font-size: 12px;
}

.secondary-text {
    background: var(--secondary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.djib-button {
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color) !important;
    font-weight: 600;
    border-radius: 8px;
    background: #FFF;
    font-size: 13px;
    position: relative;
    background: linear-gradient(to left, #FFF 50%, #12AD2B 50%) right;
    background-size: 400%;
    transition: .9s ease-out;
}

.country-search-btn {
    margin: 26px 0 0 0;
    padding: 10px 14px;
    width: 100%;
}

.djib-button:hover {
    color: white !important;
    border: 2px solid var(--primary-color);
    background-position: left;
}

.djib-button:hover path {
    fill: white;
}

.btn-form {
    padding: 12px 20px;
}

.top-heading {
    position: relative;
    width: fit-content;
    text-transform: capitalize;
}

.top-heading:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 99%;
    height: 2px;
    background: var(--secondary);
    z-index: 0;
}

.top-heading:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M7.5 0L9.18386 5.18237H14.6329L10.2245 8.38525L11.9084 13.5676L7.5 10.3647L3.09161 13.5676L4.77547 8.38525L0.367076 5.18237H5.81614L7.5 0Z" fill="%23D7141A"/></svg>') no-repeat center;
    bottom: -10px;
    right: -12px;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #212529A5;
}

.top-heading-para {
    font-size: 14px;
}

.master-bg {
    background: url("../images/master-bg.webp") no-repeat top;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/*--- pagination style ---*/
.pagination .page-item .page-link {
    background-color: white;
    color: var(--primary-color);
    font-size: 13px;
}

.pagination .page-item.active .page-link {
    color: white !important;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/*--- end pagination style ---*/
/*---Select 2 style---*/
.select2-container--default .select2-selection--single {
    padding: 6px 5px !important;
    position: relative;
}

.select2-container .select2-selection--single {
    height: 44px !important;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.select2-results__option {
    font-size: 12px;
}
.form-floating > .form-control::placeholder {
    color: revert !important;
}

.form-floating > .form-control:not(:focus)::placeholder {
    color: transparent !important;
}

/*-- end select2 style--*/

/* navbar css start */
header {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 568px) {
    header {
        position: relative;
    }
}

header .nav-link {
    font-weight: 600;
    display: flex;
    align-items: center;
}

header .nav-link span {
    margin-right: 4px;
}

header .nav-link.active {
    color: var(--primary-color) !important;
}

.header .nav-link.active,
.header .nav-link:hover span,
.header .nav-link ul li:hover a {
    color: var(--primary-color);
}

.header .nav-item .dropdown-item {
    font-size: 13px !important;
    font-weight: 600;
    color: var(--bs-nav-link-color);
}

.header .dropdown-item.active, .dropdown-item:hover {
    color: var(--primary-color) !important;
}

.header .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-white) !important;
    text-decoration: none;
    background-color: var(--primary-color) !important;
}

/* navbar css end */

/* footer css start */
.footer {
    background: url("../images/footer-bg.webp") no-repeat center;
    background-size: cover;
    position: relative;
    color: #494951;
}

.footer .footer-top-border {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 36px;
}

.footer .footer-bottom-border {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
}

.footer li:hover a {
    color: var(--primary-color) !important;
}


.footer .footer-follow-us a {
    height: 24px;
    width: 24px;
    background: #e4e4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 4px;
}


.footer-follow-us .bi-instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-follow-us .bi-whatsapp {
    color: #25D366;
}

.footer-follow-us .bi-youtube {
    color: #FF0000;
}


.footer-link ul li {
    margin: 12px 0;
}

.footer .follow-us img {
    width: 18px;
    height: 18px;
}

.footer-link ul {
    list-style-type: none;
    padding-left: 0;
}

/* footer css end */

/* terms page css start */
.refund-hero {
    background: url("../images/refund-hero-img.webp") no-repeat left;
    background-size: cover;
    padding: 7% 0;
}

.privacy-hero {
    background: url("../images/privacy-hero-img.webp") no-repeat left;
    background-size: cover;
    padding: 7% 0;
}

.terms-hero {
    background: url("../images/terms-hero-img.webp") no-repeat left;
    background-size: cover;
    padding: 7% 0;
}

/* terms page css end */

/* track page css start */
.track-hero {
    background: linear-gradient(90deg, #ffffff, #ffffffb5), url(../images/track-hero-bg.webp) no-repeat top right;
    background-size: contain;
    padding: 3% 0;
}

.track-hero form .form-control {
    border-radius: 8px;
    border: 1px solid #C1C1C1;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
    font-size: 13px;
    padding: 14px;
}

.track-upload-note {
    border-radius: 10px;
    border: 1px solid #6AB2E7;
    background: rgba(106, 178, 231, 0.20);
    box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.ts-wrapper {
    padding: 50px 0;
}

.ts-header h1 {
    color: var(--black, #353535);
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0;
}

.ts-form {
    margin: 30px 0;
}

.ts-form input {
    padding: 14px 12px;
    border-radius: 8px;
    border: 1px solid rgba(225, 225, 227, 0.50);
    background: #FCFCFC;
    font-size: 13px;
    font-weight: 400;
}

.ts-form .btn-search {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
    outline: none;
}

.ts-note {
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #FFEDEF;
    padding: 16px;
    margin: 30px 0;
}

.ts-note ul li {
    font-weight: 400;
    color: var(--primary-color);
    margin: 8px 0;
}

.ts-card {
    display: inline-flex;
    border: 1px solid #e4e4e4;
    padding: 6px 20px;
    border-radius: 8px;
    max-width: 360px;
    width: 100%;
}

.ts-card p {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
}

.ts-card span {
    font-size: 13px;
    font-weight: 400;
}

.ts-body-visa, .ts-body-addon {
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    background: var(--white);
}

.ts-body-visa h2, .ts-body-addon h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ts-body-box_rlt-count {
    width: 100px;
}

.ts-body-box_rlt-count p {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
}

.ts-body-box {
    display: flex;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: linear-gradient(45deg, #fff2e19e, #f8fafc);
    align-items: center;
    margin-bottom: 15px;
}

.ts-body-box_left {
    width: 20%;
}

.btn-extension {
    background-color: #dc3545;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    border-radius: 4px;
}
.btn-reapply{
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    border-radius: 4px;
}

.ts-body-box_left .ts-body-box_left_profile img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}

.ts-body-box_left_profile p {
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0;
}

.ts-body-box_left_profile span {
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0;
}

.ts-body-box_right {
    width: 80%;
}

.ts-body-box_rlt_top {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

.ts-body-box_rlt p {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
}

.ts-body-box_rlt span {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.ts-header h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.ts-body-addon .ts-body-box_rlt_top {
    margin-bottom: 10px;
}

.ts-body-box_left_profile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ts-body-box_rlt .Active, .ts-body-box_rlt .Completed {
    padding: 4px 10px 4px 10px;
    color: var(--white);
    background: rgba(72, 187, 120, 1);
    border-radius: 20px;
}

.ts-body-box_rlt .Block, .ts-card-right .UnPaid {
    padding: 4px 10px 4px 10px;
    color: var(--white);
    background: rgba(229, 62, 62, 1);
    border-radius: 20px;
}

.ts-body-box_rlt .Pending, .ts-body-box_rlt .Draft {
    padding: 4px 10px 4px 10px;
    color: var(--white);
    background: rgba(243, 156, 18, 1);
    border-radius: 20px;
}

.ts-body-box_rlt .Partial-Submitted {
    padding: 4px 10px 4px 10px;
    background: rgba(243, 18, 179, 1);
    color: var(--white);
    border-radius: 20px;
}

.ts-body-box_rlt .Submitted, .ts-card-right .Partial-Paid {
    padding: 4px 10px 4px 10px;
    background: rgba(22, 71, 177, 1);
    color: var(--white);
    border-radius: 20px;
}

.ts-body-box_rlt .Verified, .ts-card-right .Paid {
    padding: 4px 10px 4px 10px;
    background: rgba(72, 187, 120, 1);
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Under-Review {
    background-color: #5A4FCF;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Under-Embassy {
    background-color: #B284BE;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Trash {
    background-color: #1B1B1B;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Cancelled {
    background-color: #1CA9C9;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .On-Hold {
    background-color: #E3F988;
    padding: 4px 10px 4px 10px;
    color: var(--black);
    border-radius: 20px;
}

.ts-status-visa .Imm-Sent {
    background-color: #EEDC82;
    padding: 4px 10px 4px 10px;
    color: var(--black);
    border-radius: 20px;
}

.ts-status-visa .Visit-Required {
    background-color: #FF4F00;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Black-Listed {
    background-color: #A0785A;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Rejected {
    background-color: #4A412A;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Approved {
    background-color: #03C03C;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Ready-To-Dispatch {
    background-color: #00563B;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Dispatched {
    background-color: #568203;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Over-Stay {
    background-color: #B7410E;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Absconding {
    background-color: #905D5D;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Exit {
    background-color: #C40234;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .Blocked {
    background-color: #ED1B24;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px;
}

.ts-status-visa .In-Process {
    background-color: #90EE90;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px
}

.ts-status-visa .Booked {
    background-color: #AFDBF5;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px
}

.ts-status-visa .Scheduled {
    background-color: #C19A6B;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px
}

.ts-status-visa .Closed {
    background-color: #800000;
    padding: 4px 10px 4px 10px;
    color: var(--white);
    border-radius: 20px
}

.ts-btn-pay {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 36px;
    border-radius: 4px;
    margin: 6px 0;
    border: 1px solid var(--primary-color);
    display: inline-flex;
}

.btn-pay-upload {
    font-size: 13px;
    font-weight: 500;
    color: #1d8fb3;
    background-color: rgba(29, 143, 179, 0.2);
    padding: 4px 16px;
    display: inline-block;
    border-radius: 20px;
}

.ts-note-pay {
    background-color: rgb(189 58 58 / 12%);
    border: 2px solid #bd3a3a;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    color: #bd3a3a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 992px) {
    .ts-body-box {
        display: block;
    }

    .ts-body-box_left, .ts-body-box_right {
        width: 100%;
        margin: 10px 0;
    }

    .ts-body-box_left_profile {
        justify-content: start;
    }

    .ts-body-visa, .ts-body-addon {
        overflow: auto;
    }

    .ts-body-box_rlt_top {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
    }

    .ts-body-box_rlt_top .ts-body-box_rlt {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .ts-body-box_rlt_top {
        flex-wrap: wrap;
        width: auto;
    }

    .ts-body-box_rlt_top .ts-body-box_rlt {
        margin-bottom: 14px;
        width: 100%;
    }
}

/* track page css end */
/* payment page css start */

.payment-hero {
    padding: 4% 0;
}

.pay-reciet {
    border-radius: 8px;
    border: 1px solid #12AD2B;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 8%;
    margin: 15% 5% 3% 5%;
    position: relative;
}

@media (max-width: 568px) {
    .pay-reciet {
        padding: 2%;
        margin: 20% 0 3% 0;
    }
}

.pay-reciet .pay-img {
    position: absolute;
    background: white;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 86px;
    width: 86px;
    box-shadow: 0 -4px 7px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay-img span{
    scale: 80%;
}

.pay-reciet-details {
    position: relative;
    padding: 4%;
    border-radius: 8px;
    border: 2px solid #E1E1E3;
    margin: 5% 1%;
}

.pay-reciet-details p {
    margin: 4px 0;
}

.pay-reciet-details .pay-reciet-details-heading {
    position: absolute;
    top: -10px;
    background: white;
}

.pay-success-note {
    border-radius: 4px;
    border: 1px solid #6AB2E7;
    background: rgba(106, 178, 231, 0.10);
}

.pay-fail-note {
    color: #CD0F24;
    border-radius: 4px;
    border: 1px solid #CD0F24;
    background: rgba(106, 178, 231, 0.10);
}

.pay-note {
    margin: 15px 0;
    border-radius: 4px;
    padding: 10px;
}

.pay-note span {
    color: #FF0000;
    margin-bottom: 0;
}

.pay-note_notes {
    color: #FF0000;
    margin-bottom: 0;
    font-size: 13px;
}

.pay-note__heading {
    font-size: 15px;
    font-weight: 700;
    color: #F00;
    margin-bottom: 15px;
}

.pay-note ul {
    list-style: none;
    padding: 0;
    margin-left: 15px;
}

.pay-note ul li {
    font-size: 12px;
    margin: 10px 0;
}

.pay-failed h3 {
    color: #F00;
}

.pay-failed .pay-note {
    border-radius: 4px;
    background: rgba(255, 0, 0, 0.08);
}

.pay-failed .pay-note p {
    color: #F00;
    font-size: 13px;
}

/* payment page css end */


/* document upload page css start */

.doc-hero {
    background: url("../images/doc-hero-bg.webp") no-repeat right;
    background-size: cover;
}

.doc-hero-profile-table {
    background: white;
    border: 2px solid #E1E1E3;
    border-radius: 10px 50px 50px 10px;
}

.doc-upload-files {
    background: white;
    border: 2px solid #E1E1E3;
    border-radius: 8px;
}

.doc-upload-files p span {
    font-size: 12px;
}

.doc-pending__wrapper {
    padding: 20px 0;
}

.doc-pending__header h1 {
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}

.doc-pending__form {
    margin: 30px 0;
}

.doc-pending__body__box {
    padding: 15px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
}

.doc-pending__body__box h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.doc-pending__body__box h5 span {
    float: right;
}

.doc-pending__remark {
    padding: 15px;
    margin: 10px 0;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
}

.doc-pending__remark h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.doc-pending__remark__body {
    color: var(--primary-color);
    padding: 0 20px;
}

.doc-pending__body .document-box {
    background: #fff;
}

.doc-pending__form .document-box img {
    padding-bottom: 0;
    margin: 0 auto;
}

.doc-pending__body .application-form_info {
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0;
    text-transform: capitalize;
}

.doc-pending__body .passport_head_point {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: capitalize;
}

.doc-pending__body .btn-upload {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 30px;
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
}

.doc-pending__form input {
    display: none;
}

.document__view {
    display: none;
}

#OpenImgUpload {
    font-size: 13px;
    font-weight: 400;
    border: 0;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .doc-hero {
        background: url("../images/doc-hero-bg.webp") no-repeat left;
        background-size: cover;
    }
}

/* document upload page css end */

/* faq page css start */
.faq-hero {
    background: url("../images/faq-hero-bg.webp") no-repeat right;
    background-size: cover;
    padding: 7% 0;
}

.faq-hero-content p {
    color: var(--primary-color);
}

.faqs-query .faqs-ques-category .btn {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    width: 60%;
    color: var(--primary-color);
    margin: 8px;
    display: flex;
}

.faqs-ques-category .nav-pills .nav-link.active,
.faqs-ques-category .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--primary-color);
}

.faqs-ques-category .btn:hover {
    background-color: var(--primary-color);
    color: white;
    transform: scale(1.08);
}

.faq-query-ques .accordion {
    border-radius: 10px;
    border: 1px solid #F6EBDE;
    background: linear-gradient(138deg, #FCFCFC 0%, #F6F8F9 98.13%);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.08);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
}

.faq-query-ques ol li::marker {
    font-weight: 400;
    font-size: 16px;
}

.faq-query-ques .accordion-body {
    border-radius: 0;
    border-bottom: 2px solid rgba(97, 97, 97, 0.25);
}

.faq-query-ques .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 0;
    border-bottom: 2px solid rgba(97, 97, 97, 0.25);
}

.faq-query-ques .accordion-button {
    font-size: 14px;
    font-weight: 600;
}

.faq-query-ques .accordion-button:not(.collapsed) {
    color: var(--primary-color) !important;
    background-color: transparent;
}

/* faq page css end */


/* contact us page css start */

.contact-hero {
    background: linear-gradient(45deg, #ffffff85, #ffffffab), url(../images/contact-us-bg.webp) no-repeat left;
    background-size: cover;
}

@media only screen and (max-width: 576px) {
    .contact-hero-row {
        flex-direction: column-reverse;

    }
}

.contact-location {
    background-color: #C4D9ED;
    position: relative;
    overflow: hidden;
}

.contact-location-map iframe {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 15px;
    z-index: 4;
}

.contact-location:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-left: 500px solid transparent;
    border-bottom: 670px solid rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.contact-location:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-left: 465px solid transparent;
    border-top: 572px solid rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.contact-icon-box {
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 50%;
}
.contact-form .form-control {
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    background: #FEFDFC;
    color: #444;
    margin: 10px 0;
    padding: 10px;
    font-size: 13px;
}

textarea {
    height: 100px !important;
}

/* contact us page css end */

/* visa dynamic page css start */

.visa-dynamic-hero {
    position: relative;
    background: url("../images/visa-india-bg.webp") no-repeat center;
    background-size: cover;
}

.visa-dynamic-content {
    z-index: 1;
    position: relative;
}

.visa-dynamic-body-container {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.02);
    padding: 2%;
}
/* visa dynamic page css end */

/* document upload section start */
.form-information .doc-upload-passport {
    display: grid;
    justify-content: center;
    border: 1px solid #353535;
    padding: 8px 7px;
    text-align: center;
    border-radius: 8px;
    margin: 10px 0;
    position: relative;
}

.form-information .doc-upload-passport img {
    margin: 18px;
}

.form-information .doc-upload-passport h5 {
    position: absolute;
    top: -10px;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    left: 8px;
    background: #F9FBFC;
    padding: 0 4px;
}

.form-information .doc-upload-passport h6 {
    margin: 10px 0;
    font-weight: 600;
}

.form-information .doc-upload-passport p {
    color: rgba(206, 17, 38);
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.document-box {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}

.document-box .document-box_header {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    left: 4px;
    text-transform: uppercase;
    color: #616161;
}

.document-box img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.passport_show {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.document-box .document-box_head {
    display: block;
    margin: 10px auto;
    text-align: center;
    background-color: var(--primary-color);
    color: white;
    padding: 6px 0;
    border-radius: 4px;
}

.document-box .hint-form {
    font-size: 11px;
    font-weight: 500;
    color: #cc0303;
    text-align: center;
}

.passport_upload, .photo_upload, .document_upload {
    display: none;
}

.passport_btn, .photo_btn, .document_btn {
    cursor: pointer;
}
/* document upload section end */

/* article detailed page css start */

.article-detailed-left-top-img {
    border-radius: 15px;
    background-color: #d4ffd8;
    width: fit-content;
}


.article-detailed-left-top-img img {
    border-radius: 15px;
}

.article-detaile-right a {
    text-decoration: none;
    color: black;
}

.article-detaile-right .article-latest-blogs {
    border-bottom: 1px solid #a6a6a6;
}

.page-description h1,
.page-description h2,
.page-description h3,
.page-description h4,
.page-description h5,
.page-description h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 8px 0;
}

.page-description p,
.page-description ul li,
.page-description ol li {
    margin: 6px 0;
    font-size: 13px;
}

.page-description img {
    width: 100%;
    height: auto;
}

.page-description a {
    color: var(--primary-color);
}

.btn-block {
    background: var(--primary-color) !important;
    color: white !important;
    border: 0;
    font-size: 16px;
    width: auto !important;
    padding: 12px 50px;
    margin: 10px auto !important;
    border-radius: 30px !important;
}

.latest-post-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 190px;
}

.latest-post-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.article-detaile-right .article-latest-blogs {
    border: 1px solid #a6a6a6;
    border-radius: 16px;
    overflow: hidden;
}

.bd-comment-form {
    margin: 20px 0;
}

.bd-comment-form h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    color: var(--black);
}

.bd-comment-form input, .bd-comment-form textarea {
    display: flex;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #9D9D9D;
}

.btn-comment {
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    margin: 20px 0;
}

/* article detailed page css end */

/* about us hero page css start */

.about-us-hero {
    background: url("../images/about-us-hero-bg.webp") no-repeat left;
    background-size: cover;
    padding: 4% 0;
}

.about-us-hero h1,
.about-us-services h2,
.about-us-goal h2 {
    /*background: var(--secondary);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    position: relative;
    width: fit-content;
}

.about-us-services h3,
.about-us-goal h3 {
    margin: 8px 0;
}

.about-us-hero h1:before,
.about-us-services h2:before,
.about-us-goal h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 99%;
    height: 2px;
    background: var(--secondary);
    z-index: 0;
}

.about-us-hero h1:after,
.about-us-services h2:after,
.about-us-goal h2:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M7.5 0L9.18386 5.18237H14.6329L10.2245 8.38525L11.9084 13.5676L7.5 10.3647L3.09161 13.5676L4.77547 8.38525L0.367076 5.18237H5.81614L7.5 0Z" fill="%23D7141A"/></svg>') no-repeat center;
    bottom: -10px;
    right: -12px;
}


.about-us-service {
    background: url("../images/about-us-service-bg.webp") no-repeat right;
    background-size: contain;
    width: 285px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-goal {
    background: url("../images/about-us-goal-bg.webp") no-repeat top;
    background-size: cover;
}

.about-us-hero h1 {
    font-size: 2rem;
    color: var(--primary-color);
}

.about-us-hero h2 {
    font-size: 1.7rem;
    padding: 10px 0;
}

.about-us-goal h2 {
    color: var(--primary-color);
    font-size: 1.7rem;
}

.about-us-goal h3 {
    font-size: 1.2rem;
    padding: 10px 0;
}
.about-us-achievements .scale-down{
    scale: 0.9;
}
/* about us hero page css end */

/* steps page css start */

.steps-hero {
    background: url("../images/steps-hero-bg.webp") no-repeat left;
    background-size: cover;
    padding: 6% 0;
}

.step-container {
    border: 3px solid #A5CBE7;
    position: relative;
    margin: 6% 0;
}

.step-no {
    position: absolute;
    top: -1%;
    left: 26%;
    transform: translate(0%, -50%);
    background: #F6FBFB;
    width: 40%;
    padding: 2px 10px;
}

@media (max-width: 767.5px) {
    .step-no {
        left: 1%;
    }
}

@media (min-width: 992px) {
    .step-no-img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 260px;
    }
}

/* steps page css end */


/* article page css start */
.article-hero {
    background: url("../images/article-hero-bg.webp") no-repeat left;
    background-size: cover;
    padding: 4% 0;
}


.blog-description img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.article-card {
    border-radius: 10px;
    border: 1px solid #D8EEFF;
    background: #f4f4f4;
    padding: 2%;
}

.article-card:hover {
    box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.25);
}

.article-card-img {
    position: relative;
}

.article-card-img img {
    max-height: 170px;
    width: 100%;
    min-height: 170px;
}

.article-card-tag {
    border-radius: 0 10px 10px 0;
    border: 0.4px solid #D3A765;
    border-left: none;
    background: #FFF;
    width: fit-content;
    padding: 0.5% 2%;
    position: absolute;
    top: 10px;
    left: 0;
}

.article-card-body {
    border-radius: 10px;
    background: #f8f8f8;
}

.article-card-content {
    padding: 2%;
}

.article-card-footer {
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding: 2%;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.pagination .page-item .page-link {
    background-color: var(--white);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
}

.blog-description img {
    width: 100%;
    height: auto;
}

/* article page css end */


/* visa type css start */
.visa-type-wrapper .category-tabs {
    border-bottom: 2px solid #a4a4a4;
    width: fit-content;
    font-weight: 500;
}

.visa-type-wrapper .category-tabs .nav-link {
    min-width: 80px;
    color: #a4a4a4;
}

.visa-type-wrapper .category-tabs .nav-pills .nav-link.active,
.visa-type-wrapper .category-tabs .nav-pills .show > .nav-link {
    color: black;
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid #6AB2E7;
    position: relative;
    margin-bottom: 5px;
}

.visa-type-wrapper .category-tabs .nav-pills .nav-link.active:before {
    content: "";
    position: absolute;
    width: 104%;
    height: 10px;
    background: #6AB2E7;
    border-radius: 10px;
    bottom: -12px;
    left: -2px;
}

.visa-type-hero {
    background: url("../images/visa-type-hero-bg.webp") no-repeat center;
    background-size: cover;
    padding: 6% 0;
}

.visa-type-hero-form {
    background: rgba(255, 255, 255, 0.80);
    border-radius: 20px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
}

.about-country-content {
    position: relative;
    padding: 2%;
    background: white;
    border: 2px solid var(--primary-color);
    border-radius: 16px;
}

.about-country-content .country-content {
    overflow: hidden;
    transition: height 0.3s ease;
    height: 120px;
}

.about-country-content .expand-btn {
    cursor: pointer;
}



.visa-card-box {
    position: relative;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="370" height="201" viewBox="0 0 370 201" fill="none"><path d="M360.793 44.7039C360.793 49.9084 364.574 54.2192 369.425 54.5907V63.9197C350.74 64.2053 335.729 80.4716 335.729 100.426C335.729 120.381 350.74 136.647 369.425 136.933V146.262C364.574 146.634 360.793 150.944 360.793 156.149C360.793 161.353 364.574 165.664 369.425 166.036V172.641C364.574 173.012 360.793 177.323 360.793 182.528C360.793 187.732 364.574 192.043 369.425 192.415V200.353H1.07904V192.438C6.10075 192.257 10.068 187.859 10.068 182.528C10.068 177.197 6.10074 172.799 1.07904 172.618V166.058C6.10074 165.878 10.068 161.48 10.068 156.148C10.068 150.817 6.10075 146.419 1.07904 146.238V136.933C19.7639 136.647 34.7745 120.381 34.7745 100.426C34.7745 80.4716 19.7639 64.2053 1.07904 63.9197V54.6139C6.10075 54.4332 10.068 50.0351 10.068 44.7039C10.068 39.3727 6.10074 34.9747 1.07904 34.794V28.2349C6.10075 28.0542 10.068 23.6562 10.068 18.325C10.068 12.9937 6.10075 8.59573 1.07904 8.41504V0.5H369.425V8.43825C364.574 8.80968 360.793 13.1204 360.793 18.325C360.793 23.5294 364.574 27.8407 369.425 28.2117V34.8172C364.574 35.1886 360.793 39.4994 360.793 44.7039Z" fill="%23F9F9F9" stroke="%23E6E6E6"/></svg>') no-repeat center;
    background-size: contain;
    max-width: 370px;
    min-height: 180px;
}

.visa-card {
    position: relative;
    z-index: 1;
    width: 268px;
    height: auto;
    margin: 0 auto;
    top: 8px;
    text-align: center;
}

.visa-card-type {
    font-size: 15px;
}

.visa-card-btn {
    padding: 4% 10%;
}

@media (max-width: 400px) {
    .visa-card img {
        max-height: 40px;
        max-width: 40px;
    }
}

.visa-card-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/visa-card-bg.webp") no-repeat center;
    background-size: contain;
}

.visa-card-box:hover {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="370" height="201" viewBox="0 0 370 201" fill="none"><path d="M360.793 44.7039C360.793 49.9084 364.574 54.2192 369.425 54.5907V63.9197C350.74 64.2053 335.729 80.4716 335.729 100.426C335.729 120.381 350.74 136.647 369.425 136.933V146.262C364.574 146.634 360.793 150.944 360.793 156.149C360.793 161.353 364.574 165.664 369.425 166.036V172.641C364.574 173.012 360.793 177.323 360.793 182.528C360.793 187.732 364.574 192.043 369.425 192.415V200.353H1.07898V192.438C6.10069 192.257 10.0679 187.859 10.0679 182.528C10.0679 177.197 6.10068 172.799 1.07898 172.618V166.058C6.10068 165.878 10.0679 161.48 10.0679 156.148C10.0679 150.817 6.10068 146.419 1.07898 146.238V136.933C19.7639 136.647 34.7744 120.381 34.7744 100.426C34.7744 80.4716 19.7639 64.2053 1.07898 63.9197V54.6139C6.10068 54.4332 10.0679 50.0351 10.0679 44.7039C10.0679 39.3727 6.10068 34.9747 1.07898 34.794V28.2349C6.10068 28.0542 10.0679 23.6562 10.0679 18.325C10.0679 12.9937 6.10068 8.59573 1.07898 8.41504V0.5H369.425V8.43825C364.574 8.80968 360.793 13.1204 360.793 18.325C360.793 23.5294 364.574 27.8407 369.425 28.2117V34.8172C364.574 35.1886 360.793 39.4994 360.793 44.7039Z" fill="%23FFF" stroke="%2312AD2B"/></svg>') no-repeat center;
    background-size: contain;
}
.document-required-icon{
    background: url("../images/about-document-required-bg.webp") no-repeat center;
    background-size: contain;
    padding: 16px;
}
.document-required-visa {
    max-width: 300px;
    margin: 16px 0;
}

.document-required-number {
    border-right: 1px solid #B01A1C;
}

.doc-upload-must-note {
    border-radius: 10px;
    border: 1px solid #1A1A1A;
    background: rgba(26, 26, 26, 0.05);
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
    width: 90%;
}


.visa-type-benefit {
    background: url("../images/visa-type-benefit-bg.webp") no-repeat left;
    background-size: cover;
    padding: 3%;
}

/* visa type page css end */

/* home page css start */
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item,
.hero .carousel-item img{
    width: 100%;
    height: 100%;
}

.home-hero {
    padding: 3%;
    position: relative;
}

.step-to-apply {
    background: url("../images/step-to-apply-bg.webp") no-repeat left;
    background-size: cover;
}

.step-to-apply .carousel {
    position: relative;
}

.step-carousel-btn {
    position: relative;
    width: 200px;
    margin: 0 auto;
    bottom: -40px;
}

.step-carousel-btn .carousel-indicators {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.step-carousel-btn .carousel-indicators button {
    height: 0;
    scale: 0.6;
    border-radius: 100px;
    background: #6AB2E7;
}

.step-carousel-btn .carousel-indicators button.active {
    scale: 1;
}

.country-eligible {
    background: #F7F7F7 url("../images/country-eligible-bg.webp") no-repeat top right/auto;
    border-radius: 10px;
    border: 1px solid #F6EEDE;
    box-shadow: 1px 2px 8px 0 rgba(26, 26, 26, 0.40);
    padding: 24px;
}

.country-eligibility-search .input-group {
    background: linear-gradient(white, white) padding-box,
    var(--secondary) border-box;
    border-radius: 7px;
    border: 1px solid transparent;
}
.country-eligibility-search .input-group-text{
    background: transparent;
    border-right: 0;
}
.country-eligibility-search input{
    padding: 10px;
    border-left: 0;
}
.eligible-countries {
    margin: 0;
    padding: 0;
    max-height: 116px;
    overflow: hidden;
    transition: max-height 1.4s ease-in-out;
}
.eligible-countries li {
    list-style: none;
    display: inline-block;
    width: 16%;
}

@media screen and (max-width: 767px) {
    .eligible-countries li {
        list-style: none;
        display: inline-block;
        width: 48%;
        margin: 10px 2px;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .eligible-countries li {
        list-style: none;
        display: inline-block;
        width: 32%;
        margin: 10px 4px;
    }
}

.home-country {
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    background: var(--white);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 4px;
    margin: 8px 4px;
    font-size: 12px;
}

.home-country::before {
    content: "";
    position: absolute;
    bottom: -90px;
    right: -60px;
    width: 500px;
    height: 500px;
    background-color: #12AD2B10;
    border-radius: 50%;
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom right;
    transition: transform 2s ease;
    z-index: 0;
}
.home-country:hover::before {
    transform: scaleX(1) scaleY(1);
}
.home-country svg {
    width: 18px;
    height: 18px;
    transition: transform 0.5s ease;
}
.home-country:hover svg {
    transform: rotate(-45deg);
}
.home-country:hover {
    background: linear-gradient(white, white) padding-box,
    var(--secondary) border-box;
    border: 1px solid transparent;
}

.why-us {
    background-image: url("../images/why-us-bg-pattern-left.webp"), url("../images/visa-img-bottom-right.webp");
    background-repeat: no-repeat;
    background-position: left, bottom right;
}

.why-us-box-border {
    height: 5px;
    width: 100%;
    margin: 20px 0;
    border-bottom: 5px dashed #E8F0F8;
}

.why-us-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #666666;
    position: relative;
    top: -8px;
}

.sample-visa {
    background: url("../images/sample-evisa-bg.webp") no-repeat center;
    background-size: contain;
}

.sample-visa-container {
    border-radius: 10px;
    border: 1px solid #6AB2E7;
    background: #3C3C3C;
    box-shadow: 1px 2px 8px 0 rgba(26, 26, 26, 0.40);
    padding: 2%;
}
.sample-visa-container ul li{
    margin: 8px 0;
}

.heading-top {
    background: linear-gradient(90deg, #12AD2B 0%, #FFF 50.9%, #FFF 50.91%, #6AB2E7 100%);
    width: 69px;
    height: 5px;
}

.testimonials .carousel .carousel-inner {
    max-width: 700px;
    padding: 45px 4%;
    margin: 3% 0;
}

.testimonials .testimonial-comment:before {
    content: "";
    position: absolute;
    left: -36px;
    top: -20px;
    background: url("../images/comma-top-left.webp") no-repeat center;
    width: 40px;
    height: 41px;
}

.testimonials .testimonial-comment:after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -20px;
    background: url("../images/comma-bottom-right.webp") no-repeat center;
    width: 40px;
    height: 41px;
}

.testimonials .carousel-control-prev svg,
.testimonials .carousel-control-next svg {
    border: 2px solid black;
    border-radius: 50%;
    padding: 1%;
}

@media (max-width: 992px) {
    .testimonials .carousel-control-prev,
    .testimonials .carousel-control-next {
        bottom: -200px;
    }

}

@media (max-width: 1000px) {
    .testimonials .carousel .carousel-indicators .active {
        background-color: transparent;
        width: auto;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        display: block;
    }
}

.testimonial-profile-img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.blog-card {
    background: #FFFfff;
    border-radius: 8px;
    box-shadow: 4px 2px 8px rgb(210 210 210 / 37%);
}

.blog-card-img img {
    max-height: 131px;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.blog-card:hover {
    filter: drop-shadow(0px 2px 8px rgba(42, 42, 42, 0.24));
}

.blog-card-content {
    padding: 2%;
}

.blog-card hr {
    margin: 8px 0;
}
.feature-urgent{
    border-radius: 4px;
    background: rgba(19, 141, 117, 0.08);
    display: flex;
    align-items: center;
    margin: 30px 0;
    padding: 12px;
}
.feature-urgent-info{
    margin-left: 20px;
}
.feature-urgent-info h2{
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 900;
    margin: 5px 0;
}
.feature-urgent-info p{
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .feature-urgent{
        display: block;
        text-align: center;
    }
}

/* home page css end */

/*ui changes*/
/*--- review style --*/
.review-wrapper{
    background: #F9F9F9;
    padding: 20px 0;
}
.review-header{
    background: var(--white);
    padding: 24px;
    border-radius: 8px;
}
.review-body{
    background: #fffbf7;
    padding: 24px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.review-body:before{
    content: "";
    position: absolute;
    left: -10px;
    bottom: -60px;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    opacity: 0.1;
    background: linear-gradient(151deg, rgba(235, 119, 36, 0.71) 30.39%, rgba(246, 159, 53, 0.71) 84.52%);
}
.review-body:after{
    content: "";
    position: absolute;
    right: -10px;
    top: -60px;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    opacity: 0.1;
    background: linear-gradient(151deg, rgba(235, 119, 36, 0.71) 30.39%, rgba(246, 159, 53, 0.71) 84.52%);
}

.green--line{
    background: linear-gradient(180deg, #4AC14B 0%, #06853A 100%);
    width: 50%;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.pink--line{
    background: #B8DB47;
    width: 40%;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.yellow--line{
    background: #E5D473;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.blue--line{
    background: #FF914D;
    width: 20%;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.red--line{
    background: #F66;
    width: 10%;
    height: 8px;
    border-radius: 10px;
    display: inline-block;
}
.review-header-av-rating sup{
    top: -2.5em;
}
/*-- end review style ---*/

/*--- start sprite image css ---*/
.sprite-inline{
    display: inline-block;
}
.bg-nav-process {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -44px;
}

.bg-nav-types-visa {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -84px;
}

.bg-nav-about-us {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -124px;
}

.bg-nav-contact-us {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -164px;
}

.bg-nav-home {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -204px;
}

.bg-must-have-note {
    width: 24px;
    height: 24px;
    background: url("../images/css-sprites.png") -10px -413px;
}

.bg-marker-li {
    width: 11px;
    height: 14px;
    background: url("../images/css-sprites.png") -10px -10px;
}

.bg-important-note {
    width: 24px;
    height: 24px;
    background: url("../images/css-sprites.png") -10px -457px;
}

.bg-about-document-accuracy {
    width: 173px;
    height: 171px;
    background: url("../images/css-sprites.png") -10px -5242px;
}

.bg-about-application-approved {
    width: 173px;
    height: 171px;
    background: url("../images/css-sprites.png") -10px -5433px;
}

.bg-about-express-service {
    width: 173px;
    height: 171px;
    background: url("../images/css-sprites.png") -10px -5624px;
}

.bg-payment-failed {
    width: 88px;
    height: 88px;
    background: url("../images/css-sprites.png") -10px -3708px;
}

.bg-payment-successfull {
    width: 87px;
    height: 87px;
    background: url("../images/css-sprites.png") -10px -3601px;
}

.bg-about-years-experience {
    width: 173px;
    height: 171px;
    background: url("../images/css-sprites.png") -10px -5815px;
}

.bg-process-step5-icon {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.png") -10px -4392px;
}

.bg-process-step3-icon {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.png") -10px -4562px;
}

.bg-process-step2-icon {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.png") -10px -4732px;
}

.bg-process-step4-icon {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.png") -10px -4902px;
}

.bg-process-step1-icon {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.png") -10px -5072px;
}

.bg-document-required-ticket {
    width: 124px;
    height: 124px;
    background: url("../images/css-sprites.png") -10px -3816px;
}

.bg-document-required-photo {
    width: 124px;
    height: 124px;
    background: url("../images/css-sprites.png") -10px -3960px;
}

.bg-document-required-passport {
    width: 124px;
    height: 124px;
    background: url("../images/css-sprites.png") -10px -4104px;
}

.bg-document-required-hotel {
    width: 124px;
    height: 124px;
    background: url("../images/css-sprites.png") -10px -4248px;
}

.bg-benefit-hotel-reservation {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -825px;
}

.bg-benefit-side-ticket {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -897px;
}

.bg-benefit-quick-time {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -969px;
}

.bg-benefit-comfortable-process {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -1041px;
}

.bg-benefit-satisfaction {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -1113px;
}

.bg-benefit-status-tracking {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -1185px;
}

.bg-benefit-on-holidays {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -1257px;
}

.bg-benefit-visa-approval {
    width: 52px;
    height: 52px;
    background: url("../images/css-sprites.png") -10px -1329px;
}

.bg-photo-upload {
    width: 75px;
    height: 75px;
    background: url("../images/css-sprites.png") -10px -2392px;
}

.bg-passport-upload {
    width: 75px;
    height: 75px;
    background: url("../images/css-sprites.png") -10px -2487px;
}

.bg-document-upload {
    width: 75px;
    height: 75px;
    background: url("../images/css-sprites.png") -10px -2582px;
}

.bg-about-business-visa {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1401px;
}

.bg-about-visa-extenstion {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1481px;
}

.bg-about-tourist-visa {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1561px;
}

.bg-about-transit-visa {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1641px;
}

.bg-why-us-secure {
    width: 84px;
    height: 86px;
    background: url("../images/css-sprites.png") -10px -3283px;
}

.bg-why-us-quick {
    width: 84px;
    height: 86px;
    background: url("../images/css-sprites.png") -10px -3389px;
}

.bg-why-us-anytime {
    width: 85px;
    height: 82px;
    background: url("../images/css-sprites.png") -10px -2977px;
}

.bg-why-us-customer {
    width: 85px;
    height: 82px;
    background: url("../images/css-sprites.png") -10px -3079px;
}

.bg-why-us-mindoc {
    width: 85px;
    height: 82px;
    background: url("../images/css-sprites.png") -10px -3181px;
}

.bg-why-us-assurance {
    width: 84px;
    height: 86px;
    background: url("../images/css-sprites.png") -10px -3495px;
}

.bg-contact-website {
    width: 23px;
    height: 23px;
    background: url("../images/css-sprites.png") -10px -284px;
}

.bg-contact-phone {
    width: 24px;
    height: 24px;
    background: url("../images/css-sprites.png") -10px -501px;
}

.bg-contact-mail {
    width: 23px;
    height: 23px;
    background: url("../images/css-sprites.png") -10px -327px;
}

.bg-contact-location {
    width: 23px;
    height: 23px;
    background: url("../images/css-sprites.png") -10px -370px;
}

.bg-visa-card-transit {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1721px;
}

.bg-visa-card-tourist {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1801px;
}

.bg-visa-card-extenstion {
    width: 61px;
    height: 61px;
    background: url("../images/css-sprites.png") -10px -2041px;
}

.bg-visa-card-business {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1881px;
}

.bg-visa-card-ata {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.png") -10px -1961px;
}

.bg-home-quality-simple {
    width: 50px;
    height: 50px;
    background: url("../images/css-sprites.png") -10px -545px;
}

.bg-home-quality-anytime {
    width: 50px;
    height: 50px;
    background: url("../images/css-sprites.png") -10px -615px;
}

.bg-home-quality-pricing {
    width: 50px;
    height: 50px;
    background: url("../images/css-sprites.png") -10px -685px;
}

.bg-home-hero-global-reach {
    width: 70px;
    height: 70px;
    background: url("../images/css-sprites.png") -10px -2122px;
}

.bg-home-quality-assistance {
    width: 50px;
    height: 50px;
    background: url("../images/css-sprites.png") -10px -755px;
}

.bg-home-hero-success-rate {
    width: 70px;
    height: 70px;
    background: url("../images/css-sprites.png") -10px -2212px;
}

.bg-home-hero-processing-time {
    width: 70px;
    height: 70px;
    background: url("../images/css-sprites.png") -10px -2302px;
}

.bg-home-hero-secure-stamp {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.png") -10px -2677px;
}

.bg-home-hero-satisfied-stamp {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.png") -10px -2777px;
}

.bg-home-hero-approved-stamp {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.png") -10px -2877px;
}

.bg-nav-track-status {
    width: 20px;
    height: 20px;
    background: url("../images/css-sprites.png") -10px -244px;
}
/*--- end sprite image css ---*/


/*---new design visa form style --*/
.visa-form-header{
    padding: 50px 0;
    background: url("../images/application-form-hero-bg.webp") no-repeat center/cover;
    width: 100%;
    height: auto;
    position: relative;
}
.visa-form-trusted{
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid rgba(19, 161, 0, 0.22);
    background: #E7F6E6;
}
.visa-form-trusted span{
    color: #009111;
    font-size: 10px;
    line-height: normal;
}
.visa-form-header h1{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
    margin: 18px 0 10px 0;
}
.visa-form-header h1 strong{
    font-weight: 900;
}
.visa-form-feature{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}
.visa-form-feature-box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.visa-form-feature-box img{
    width: 36px;
    height: 36px;
}
.visa-form-feature-box p{
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
}
.visa-form-feature-box small{
    color: #676767;
    font-size: 10px;
    font-weight: 300;
}
.visa-form-body-head{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.visa-form-body-head .sub-heading h2{
    font-size: 18px;
    margin: 0;
}
.visa-form-body-head .sub-heading p{
    margin: 4px 0;
    font-size: 13px;
    font-weight: 200;
}
.visa-form-body-head .sub-heading p strong{
    font-weight: 600;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visa-form-body-progress{
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.progress-box{
    text-align: center;
}
.progress-circle{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100%;
    background: rgb(212 237 255);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.progress-box.active .progress-circle{
    animation: pulseGlow 2.5s ease-in-out infinite;
}
.progress-circle-inner{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid rgba(30, 206, 222, 0.22);
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-box.active .progress-circle-inner{
    border: 1px solid #6AB2E7;
    background: #6AB2E7;
    box-shadow: 1px 1px 4px 0 rgba(23, 23, 23, 0.41);
}
.progress-box.active .progress-circle{
    background: rgb(182 231 255);
}

.progress-box-fill-form::before{
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: #D9D9D9;
    width: 41%;
    height: 4px;
}
.progress-box-fill-form::after{
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: #16171B;
    width: 0;
    height: 4px;
    transition: width 2s ease-in-out;
}
.progress-box-fill-form.animate-progress::after {
    width: 25%;
}
.progress-box-review-details:before{
    content: "";
    position: absolute;
    right: 80px;
    top: 40px;
    background: #D9D9D9;
    width: 44%;
    height: 4px;
}
.progress-box span{
    display: block;
    color: #16171B;
    font-size: 13px;
}
.progress-box small{
    color: #505050;
    font-size: 10px;
    font-weight: 300;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgb(136, 220, 245);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(79, 172, 254, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(79, 172, 254, 0);
    }
}
.visa-form-body-step-info{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.visa-form-body-step-info p{
    padding: 8px 12px;
    margin: 0;
    border-radius: 12px;
    border: 1px solid rgba(46, 95, 169, 0.22);
    background: #F4F8FF;
}
.visa-form-body-step-info p span{
    font-size: 12px;
    color: var(--primary-color);
}
.visa-form-body-step-info .btn-primary{
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border-color: var(--primary-color) !important;
    padding: 10px 30px;
}
.visa-form-card{
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: linear-gradient(136deg, #FFF 0.41%, #F5FFF6 76.29%, #FFF 100%);
    box-shadow: 8px 8px 44px 0 rgba(0, 0, 0, 0.06);
}
.visa-form-card-contact{
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #BAF5C5;
    background: #EEFFED;
}
.visa-form-card-head{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
}
.visa-form-card-head .sub-heading h2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--primary-color);
}
.visa-form-card-head .sub-heading p{
    color: #6C6C6C;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.visa-form-card .form-label{
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #626262;
    display: flex;
}
.visa-form-card .form-control{
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
.visa-form-card input:disabled{
    background: #d2d2d2;
}
.visa-form-card input::placeholder{
    font-size: 12px;
    font-weight: 300;
}
.visa-form-card .select2-container--default .select2-selection--single{
    height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
    border-radius: 0;
}
.visa-form-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}
.visa-form-card .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.visa-form-card-check .form-check-input{
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.visa-form-submit-card{
    border-radius: 4px;
    background: #E0F1FF;
    box-shadow: 4px 4px 22px 0 rgba(0, 0, 0, 0.08);
}
.visa-form-submit-card .sub-heading .texts-blue{
    color: var(--secondary);
}
.visa-form-submit .btn-primary{
    border-radius: 8px;
    background: var(--primary-color, #E20934) !important;
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    border: 1px solid var(--primary-color) !important;
    transition: all 0.5s linear;
    color: var(--white) !important;
}
.visa-form-submit .btn-primary:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.4);
    background: var(--primary-color);
}
.visa-form-submit ul li{
    margin: 8px 0;
    font-size: 13px;
    color: #454545;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
}
.note-card{
    display: flex;
    padding: 12px;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #12AD2BFF;
    background: #effff2;
}
.visa-form-submit .note-card p,.visa-form-submit .note-card i{
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
}
.visa-form-faqs-card{
    border-radius: 12px;
    background: var(--white);
}
.visa-form-faqs-card .visa-form-card-head{
    color: #313131;
}
.visa-form-faqs-card .sub-heading-faqs h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.visa-form-faqs .accordion-button{
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    background: var(--white);
    color: var(--black);
}
.visa-form-faqs .accordion-body{
    padding: 6px;
    font-size: 13px;
    color: #5f5f5f;
}
.visa-form-faqs-card .accordion-item{
    background: transparent !important;
}
.visa-form-faqs-card .accordion-button:not(.collapsed){
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    box-shadow: none;
}
.visa-form-support{
    background: #F6F6F6;
    padding: 16px;
    border-radius: 0 0 12px 12px;
}
.visa-form-support-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.visa-form-support-head h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--black);
}
.visa-form-support .phone-card{
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.08);
    margin: 8px 0;
    color: var(--black);
}
.visa-form-support .phone-card .whatsapp-color-text{
    color: #3EC456;
}
.visa-form-card .note-card{
    border: 1px solid #4DB65D;
    background: #f0fff1;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    color: #40a24f;
    display: flex;
    margin-top: 20px;
}
.visa-form-card .text-danger{
    font-size: 13px;
    font-weight: 400;
}
hr{
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 1;
}
.form-progress-wrapper {
    background: #E3E3E3;
    height: 4px;
    border-radius: 4px;
}
.form-progress-bar {
    border-radius: 100px;
    background: var(--primary-color);
    box-shadow: 0 0 2px 0 rgba(183, 109, 5, 0.44), 0.4px 0.4px 3px 0 rgba(219, 143, 35, 0.44);
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
}
.form-progress-label {
    text-align: right;
    font-size: 14px;
    color: #585858;
}
.visa-form-body aside{
    position: sticky;
    top: 84px;
}
.btn-same{
    border-radius: 6px;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    box-shadow: 0 0 2px 0 rgb(135 139 137 / 44%), 0.4px 0.4px 4px 0 rgb(65 64 64 / 31%);
    padding: 8px 12px;
    border: none;
    font-size: 10px;
    color: var(--white);
}
.visa-form-card-check .form-check{
    display: flex;
    align-items: center;
}
.visa-form-card-check .form-check-label{
    font-size: 10px;
}
.document-box{
    border: 2px dashed #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    position: relative;
    text-align: center;
}
.document-box .document-box_header{
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -14px;
    background-color: var(--white);
    display: inline-block;
    padding: 0 10px;
    left: 6px;
    text-transform: uppercase;
    color: #616161;
}
.document-box img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.document-box .document-box_head{
    display: block;
    margin: 5px auto;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 6px 0;
    border-radius: 4px;
}
.document-box .hint-form{
    font-size: 11px;
    text-align: center;
    font-weight: 300;
    color: #616161;
}
.passport_upload,.photo_upload,.document_upload{
    display: none;
}
.passport_btn,.photo_btn,.document_btn{
    cursor: pointer;
}
.important-note{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6px 10px;
    border-radius: 4px;
}
/*---end visa application---*/
/*-- new checkout page style---*/
.check-wrapper{
    position: relative;
    overflow-x: hidden;
}
.check-form-header{
    position: relative;
    padding: 50px 0;
    background: url("../images/checkout-hero-bg.webp") no-repeat center/cover;
    width: 100%;
    height: auto;
}
.check-form-header h1{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}

.check-body .fill-bar.animate-progress::after {
    width: 75%;
    z-index: 1;
}
.check-applicant-body{
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FEFEFE 0%, #F3FAFF 100%);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}
.check-applicant-card .accordion-item {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #EBFFEB;
}
.check-applicant-card .accordion-header{
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #DBFBE0;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.check-applicant-card .accordion-header h4{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.check-applicant-card h3{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.check-applicant-card .applicant-head{
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #626262;
    margin-bottom: 8px;
}
.check-applicant-card .applicant-info{
    display: block;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(96deg, #363636 0%, #494949 104.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}
.check-applicant-service-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.check-applicant-service-header h2{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}
.check-service-flash{
    display: flex;
    height: 26px;
    padding: 4px 12px 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    border: 1px solid #697FE9;
    background: #F6F8FF;
}
.check-service-flash p{
    background: linear-gradient(90deg, #697FE9 22.12%, #5239DF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
}
.check-service-card-outer{
    position: relative;
}
.check-service-card-outer .btn-check{
    position: absolute;
    clip: auto;
    pointer-events: none;
    width: 20px;
    height: 20px;
    top: 24px;
    right: 6px;
}
.check-service-card{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.check-applicant-service .btn{
    margin: 20px 0;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FAFAFA;
    color: #626262;
    padding: 8px 0 0;
}
.check-applicant-service .btn:hover{
    border: 1px solid #D1D5DC;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: 1px solid #127CA6;
    background: #FFF;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25), 6px 6px 22px 0 rgba(0, 0, 0, 0.08);
}
.btn-check:checked+.btn .check-service-card-time{
    border-top: 1px solid #FFE6C2;
    background: #E7F5FA;
}
.btn-check:checked+.btn .check-service-card h3,.btn-check:checked+.btn .check-service-card .service-rate{
    color: var(--primary-color);
}
.check-service-card small{
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 30px;
    display: block;
    width: 100px;
    border-radius: 0 20px 20px 0;
    background: #FFE6C2;
    padding: 4px 0;
    color: #636a6c;
    font-weight: 500;
}
.check-service-card-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #F2F2F2;
    margin-top: 40px;
}
.btn-check:checked+.btn .check-service-card-icon{
    background: var(--primary-color);
}
.btn-check:checked+.btn .services-rate{
    color: var(--primary-color);
}
.btn-check:checked+.btn .check-service-card-icon .service-default,.service-active{
    display: none;
}
.btn-check:checked+.btn .check-service-card-icon .service-active{
    display: block;
}

.check-service-card-time{
    display: flex;
    padding: 6px 24px 6px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    border-radius: 0 0 12px 12px;
    border: 1px solid rgba(98, 98, 98, 0.12);
    background: #F9FAFB;
    color: #626262;
}
.check-service-card-time p{
    font-size: 13px;
    margin: 0;
}
.form-check-input:checked{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-delete-ck{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #CD0000;
    background: #CD0000;
    color: var(--white);
    font-size: 16px;
    box-shadow: -0.5px -0.5px 2px 0 rgba(205, 0, 0, 0.12), 1px 1px 4px 0 rgba(205, 0, 0, 0.12);
}
.btn-edit-ck{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #316AFD;
    background: rgba(255, 255, 255, 0.01);
    color: #316AFD;
    font-size: 16px;
    box-shadow: -0.5px -0.5px 2px 0 rgba(49, 106, 253, 0.12), 1px 1px 4px 0 rgba(49, 106, 253, 0.12);
}
.check-addons .btn{
    padding: 0;
    margin: 0;
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    background: var(--white);
    box-shadow: 8px 8px 33px 0 rgba(0, 0, 0, 0.06);
}
.check-addons .btn-check {
    position: relative;
    top: 48px;
    left: 14px;
    width: 18px;
    height: 18px;
}
.visa-form-addon-field .form-check-input{
    width: 20px;
    height: 20px;
}
.check-addon-card{
    padding: 8px;
}
.check-addon-card h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.check-addon-card p{
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.check-addon-rate p{
    font-size: 13px;
    font-weight: 300;
    border-radius: 4px;
    border: 1px solid #EF4123;
    background: #FFF3F3;
    color: #EF4123;
    margin-top: 4px;
}
.check-addon-rate del{
    font-size: 12px;
    font-weight: 300;
    color: #616158;
}
.check-addon-rate span{
    font-size: 22px;
    font-weight: 600;
    color: #353535;
}
.check-applicant-flash{
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #697FE9;
    background: #F6F8FF;
    color: var(--primary-color);
}

.check-summary-card{
    padding-top: 10px;
    border-radius: 12px;
    background: #EBFFEB;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}
.check-booking-box{
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid #F09400;
    background: rgba(255, 255, 255, 0.70);
    margin: 0 10px;
}
.check-booking-box-info p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    background: linear-gradient(90deg, #F09400 22.12%, #EE6F00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.check-booking-box-info span{
    color: #626262;
    font-size: 13px;
    font-weight: 300;
}
.check-booking-box-circle{
    display: flex;
    width: 66px;
    height: 66px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(90deg, #F09400 22.12%, #EE6F00 100%);
    flex-shrink: 0;
}
.check-booking-box-circle-inner{
    display: flex;
    width: 63px;
    height: 63px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border-radius: 100%;
    flex-shrink: 0;
}
.check-booking-box-circle .booking-time{
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    background: linear-gradient(90deg, #F09400 22.12%, #EE6F00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.check-booking-box-circle .booking-mins{
    color: #626262;
    font-size: 11px;
    font-weight: 300;
    line-height: 12px;
}
.check-summary-total{
    display: flex;
    justify-content: space-between;
}
.check-summary-total p{
    font-size: 24px;
    font-weight: 600;
    color: #4A4A4A;
}
.check-summary-total-price small{
    font-size: 12px;
    background: linear-gradient(96deg, rgba(54, 54, 54, 0.60) 0%, rgba(73, 73, 73, 0.60) 104.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.check-summary-promo-head p{
    color: #353535;
    line-height: 14px;
}
.check-payment-secure{
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: var(--white);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.15);
    margin: 20px 0;
}
.check-payment-secure-header{
    display:flex;
    align-items: center;
    gap: 10px;
}
.check-payment-secure-header h3{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: var(--black);
}
.check-payment-secure-icon{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 8px;
}
.check-payment-secure .btn-group .form-check-input{
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
}
.check-payment-secure .btn-group .form-check-label{
    padding: 16px 16px 16px 40px;
    color: var(--black);
    margin-bottom: 12px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FEFEFE;
}
.check-btn-terms{
    font-weight: 500;
    color: var(--primary-color);
}
.btn-pre-submit{
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    background: var(--primary-color) !important;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid var(--primary-color) !important;
    transition: all 0.5s linear;
    color: var(--white) !important;
    padding: 14px 20px;
}
.btn-pre-submit:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.4);
    background: var(--primary-color) !important;
}
.check-summary-subtotal-head{
    font-size: 15px;
    font-weight: 500;
    color: #616161;
}
.summary-toggle-btn{
    background: transparent;
    border: 0;
}
.summary-toggle-btn .bi::before{
    font-weight: 800 !important;
}
.check-summary-subtotal-body {
    height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    color: #4A4A4A;
    font-size: 13px;
}
.check-summary-subtotal-body p{
    margin-bottom: 12px;
}

.summary-discount .summary-dis{
    font-weight: 600;
    margin-bottom: 0;
    background: linear-gradient(90deg, #EF4123 0%, #EE3F25 51.5%, #D11450 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.summary-discount .summary-value{
    display: flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white);
    border-radius: 2px;
    margin-bottom: 0;
    background: linear-gradient(90deg, #EF4123 0%, #EE3F25 51.5%, #D11450 100%);
}
.check-summary-promo-body .btn-outline-primary{
    border-radius: 8px !important;
    font-weight: 600;
    background: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.check-summary-promo-body .btn-outline-primary span{
    color: var(--primary-color);
    min-height: 27px;
    display: block;
}
.check-summary-promo-body input{
    font-size: 13px;
    padding: 10px;
    color: #5C5C5C;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: var(--white);
}
.check-summary-promo-body small{
    font-size: 10px;
}
.form-submit-card{
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(50, 200, 76, 0.22);
    background: var(--white);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.08);
    margin: 4px;
    opacity: 0;
    transform: translateX(100%);
    animation: cardSlide 140s linear infinite;
    position: absolute;
    right: 0;
    top: 0;
}

.form-submit-card:nth-child(1) {
    animation-delay: 20s;
}
.form-submit-card:nth-child(2) {
    animation-delay: 50s;
}
.form-submit-card:nth-child(3) {
    animation-delay: 90s;
}
.form-submit-card:nth-child(4) {
    animation-delay: 140s;
}
.form-submit-card:nth-child(5) {
    animation-delay: 200s;
}
.form-submit-card:nth-child(6) {
    animation-delay: 280s;
}

@keyframes cardSlide {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    1.1% {
        opacity: 1;
        transform: translateX(0);
    }
    6.8% {
        opacity: 1;
        transform: translateX(0);
    }
    8.8% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.form-submit-name{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}
.form-submit-text{
    color: #626262;
    font-weight: 300;
    padding: 0 8px;
    margin-bottom: 4px;
    font-size: 12px;
}
.form-submit-name .bi-circle-fill{
    color: #32C84C;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
}
.form-submit-name strong{
    font-weight: 600;
}
.form-submit-card small{
    display: block;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.check-feature{
    gap: 10px;
}
.check-feature-card{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #646464;
}

.add-applicant-button .btn-primary{
    border-radius: 8px;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.14);
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px 10px 12px;
}
.check-flash{
    padding: 4px 16px 4px 4px;
    border-radius: 100px 8px 100px 100px;
    background: linear-gradient(90deg, #FFBB4D 22.12%, #FF8D28 100%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--black);
    width: 100%;
}
.check-flash-info h2{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.check-flash-icon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: rgb(255 255 255 / 50%);
}
.check-flash-icon img{
    width: 24px;
    height: 24px;
}
.check-flash-info span{
    line-height: normal;
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .form-submit-cards{
        display: none;
    }
    .visa-form-card{
        padding: 12px;
    }
}
/*---end checkout page style--*/