:root {
    --primary-color: #2F2F2F;
    --secondary: #CE1126;
    --white: #ffffff;
    --black: #000000;
}

body {
    font-size: 13px;
    font-family: roboto, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
}

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

p {
    margin: 0;
}

.fs-xs {
    font-size: 0.7rem;
}

.egyp-text,.egypt-text {
    color: var(--secondary);
}

.egyp-button {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 600;
    border-radius: 8px;
    background: #FFF;
    transition: .4s ease;
}

.egyp-button:hover {
    color: white;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.egyp-button:hover path {
    fill: white;
}
.text-primary {
    color: var(--secondary) !important;
}

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

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

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

.form-floating > .form-control::placeholder {
    color: revert !important;
}

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

/* navbar css start */

header {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 2px 0 #4444442b;
}

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

.header .nav-item {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.header .nav-link {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.header .nav-item a {
    display: flex;
    align-items: center;
}

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

.header .nav-item span {
    margin-right: 3px;
}

.nav-link img {
    width: auto;
    height: 20px;
}

/* .nav-link.active .active-img {
    display: inline-block !important;
}

.nav-link:not(.active) .inactive-img {
    display: inline-block !important;
} */

/*.nav-whatsapp-contact {*/
/*    border: 8px solid #5DC90A;*/
/*    border-radius: 50px;*/
/*    position: relative;*/
/*}*/

/*.nav-whatsapp-contact:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="54" viewBox="0 0 29 54" fill="none"><path d="M0.525992 1.44506C2.91051 -0.518654 6.32365 -0.37839 8.52115 1.77235C15.5344 8.78563 25.0725 20.755 28.4388 25.1032C29.1869 26.0383 29.1869 27.3474 28.4388 28.2825C25.0725 32.584 15.5812 44.5066 8.56789 51.5199C6.3704 53.7174 2.91052 53.9044 0.572764 51.9407C0.541594 51.9095 0.510418 51.8783 0.479248 51.8471C8.19385 46.1898 13.2434 37.166 13.2902 26.9266C13.3837 16.4535 8.33411 7.19595 0.525992 1.44506Z" fill="%2301CF2D"/></svg>') no-repeat center;*/
/*    background-size: contain;*/
/*    width: 28px;*/
/*    height: 48px;*/
/*    right: -27px;*/
/*    top: -7px;*/
/*}*/

/*.nav-whatsapp-icon {*/
/*    background: #5DC90A;*/
/*    border-radius: 50px;*/
/*    height: 34px;*/
/*    width: 34px;*/
/*    position: relative;*/
/*    left: -9px;*/
/*}*/

/*.nav-whatsapp-content {*/
/*    height: 32px;*/
/*    width: 136px;*/
/*    font-size: 10px;*/
/*}*/

/*.whatsapp-contact-text {*/
/*    font-size: 10px;*/
/*}*/

.header .nav-item .dropdown-item {
    font-size: 13px !important;
    font-weight: 600;
}

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

/* navbar css end */

/* footer section css start */

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

.footer-top {
    background: url("../images/footer-top-bg.webp") no-repeat top;
    background-size: contain;
    padding: 6% 0 2% 0;
}

.footer-top ul {
    list-style: none;
}

.footer-bottom {
    background: var(--primary-color);
    padding: 16px 0;
}

.footer .footer-follow-us a {
    height: 24px;
    width: 24px;
    background: #e4e4e4;
    border-radius: 50%;
    display: flex;
    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: red
}

.footer-follow-us .bi-linkedin {
    color: #0a58ca;
}

.footer-follow-us .bi::before,
[class*=" bi-"]::before {
    vertical-align: -.3em
}

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

/* footer section css end */

/*from floating css start*/
/*---Select 2 style---*/
.select2-container--default .select2-selection--single {
    padding: 6px 0 !important;
    position: relative;
}

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

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

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

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

.select2-results__option {
    font-size: 12px;
}

/*-- end select2 style--*/
.form-floating > .form-control::placeholder {
    color: revert !important;
}

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

/*from floating css end*/
/* terms page css */
.term-hero {
    background: url("../images/terms-hero-bg.webp") no-repeat center;
    background-size: cover;
}

.term-hero img {
    width: 350px;
}

/* terms page end */
/* track page css start */
.track-hero {
    background: url("../images/track-hero-bg.webp") no-repeat top;
    background-size: cover;
}

.track-hero-note {
    border-radius: 10px;
    border: 2px solid var(--secondary);
    background: #F8F1F2;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.16);
}
/* track page css end */


/* payment pages css start */

.pay-reciet {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.pay-reciet-right {
    border: 1px solid #E1E1E3;
    border-radius: 16px;
    padding: 3%;
    background: white;
    margin: 3% auto;
}

.pay-reciet-success,
.pay-reciet-failed {
    position: relative;
    overflow: hidden;
}

.pay-reciet-success:before,
.pay-reciet-failed:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: #5DC90A;
    left: -230px;
    top: 50%;
    transform: translatey(-50%);
    z-index: 0;
}

.pay-reciet-failed:before {
    background: #FF270E;
}

@media (max-width: 576px) {
    .pay-reciet-success:before,
    .pay-reciet-failed:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .pay-reciet-success:before,
    .pay-reciet-failed:before {
        display: block;
        content: "";
        position: absolute;
        height: 400px;
        width: 400px;
        border-radius: 50%;
        background: #5DC90A;
        top: -230px;
        left: 50%;
        transform: translatex(-50%);
        z-index: 0;
    }

    .pay-reciet-failed:before {
        background: #FF270E;
    }
}

.pay-success-left {
    border-radius: 16px;
    color: #5DC90A;
    position: relative;
    z-index: 4;
    height: 100%;
}

.pay-fail-left {
    border-radius: 16px;
    color: #FF270E;
    position: relative;
    z-index: 4;
    height: 100%;
}

.pay-success-left svg {
    background: white;
    border-radius: 50%;
    border: 5px solid #5dc90a;
}

.pay-fail-left svg {
    background: white;
    border-radius: 50%;
    border: 5px solid #FF270E;
}

.pay-fail-note {
    border: 1px solid #FF0000;
    border-radius: 8px;
    background: #FF000008;
    color: #FF0000;
}

.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, .pay-note ul li strong {
    color: #F00;
}

.pay-failed .pay-note {
    border-radius: 4px;
    background: white;
}

.pay-failed .pay-note p {
    color: #F00;
    font-size: 13px;
}
/* payment pages css end */

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

.article-blogs-category .category-tabs {
    border-bottom: 2px solid #a4a4a4;
    width: fit-content;
    font-weight: 500;
}

.article-blogs-category .category-tabs .nav-link {
    min-width: 80px;
    color: #929292;
}

.article-blogs-category .category-tabs .nav-pills .nav-link.active,
.article-blogs-category .category-tabs .nav-pills .show > .nav-link {
    color: black;
    border-radius: 10px;
    border: 2px solid var(--primary-color);
    background: white;
    position: relative;
}

.blog-description img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 16px 0;
}

.blog-description h1,
.blog-description h2 {
    font-size: 20px;
    margin: 16px 0 8px 0;
    font-weight: 600;
}

.blog-description h3 {
    font-size: 18px;
    margin: 12px 0 6px 0;
    font-weight: 600;
}

.blog-description h4,
.blog-description h5,
.blog-description h6 {
    font-size: 16px;
    margin: 8px 0;
    font-weight: 600;
}

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

.blog-description a {
    color: var(--secondary);
}

.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;
}

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

/*.blog-description h1,*/
/*.blog-description h2,*/
/*.blog-description h3,*/
/*.blog-description h4,*/
/*.blog-description h5 {*/
/*    font-size: 20px;*/
/*    font-weight: 700;*/
/*    margin: 12px 0;*/
/*}*/


.article-blogs-category .category-tabs .nav-pills .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: var(--primary-color);
    bottom: -7px;
    left: 0;
}

.article-card {
    background: #f5f8ff;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
}

.article-card:hover {
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.article-title {
    font-size: 14px;
}

.article-card .card {
    border: none;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.article-card-img {
    border-radius: 8px 8px 0 0;
    height: 176px;
    width: 100%;
    object-fit: fill;
    overflow: hidden;
}

.article-card-img .card-img-top {
    height: 100%;
    width: 100%;
}

.article-card .card .card-img-overlay {
    z-index: 1;
}

.article-card .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(358deg, #000 -0.75%, rgba(255, 255, 255, 0.00) 79.45%);
    z-index: 0;
}

.article-card-body {
    background: white;
    border-radius: 8px;
}

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

.article-card-footer {
    background: white;
    border-radius: 0 0 8px 8px;
}

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

.pagination .page-link {
    color: var(--primary-color) !important;
}

.active > .page-link {
    background-color: var(--secondary) !important;
    border: snow;
}

.article-descripton-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 16px 0;
}


.latest-post-img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 200px;
}

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

.latest-post-title {
    font-size: 14px;
}

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

@media (max-width: 575px) {
    .article-latest-blogs {
        max-width: 350px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 576px) {
    .form-page {
        display: none
    }
}

/* article page css end */


/* article detailed page css start */

.article-detailed-left-top-img {
    border-radius: 15px;
    background-color: #F4F4F4;
}

.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;
}

@media (max-width: 575px) {
    .article-latest-blogs {
        max-width: 350px;
        margin: 0 auto;
    }
}


.article-detailed-comment-content {
    border-radius: 20px;
    border: 1px solid #9BA3BA;
}

.blog-latest-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* article detailed page css end */


/* document pending page css start */

.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-btn {
    border-radius: 4px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: #FFF;
    font-size: 16px;
}

.doc-upload-btn:hover {
    color: #FFF;
    background: var(--primary-color);
}

.doc-pending__body__box {
    padding: 15px;
    margin: 10px 0;
    background-color: var(--white);
    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 {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 8px 0;
    margin: 10px 0;
    text-align: center;
    background: white;
}

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

.hint-form {
    font-size: 11px;
    font-weight: 500;
    color: #cc0303;
    margin: 8px 0;
}

.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;
}


/* documnet pending page css end */


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

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

.faq-query .accordion {
    border-radius: 10px;
    border: 1.5px solid var(--primary-color);
    box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.08);
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
}

.faq-query .accordion-body {
    border-radius: 0;
    border-bottom: 2px solid var(--primary-color);
}

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

.faq-query .accordion-button:not(.collapsed) {
    color: var(--secondary);
    background-color: transparent;
}

.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 page css end */


/* contact us page css start */

.contact-hero {
    background: url("../images/contact-hero.webp") no-repeat center;
    background-size: cover;
}

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

.contact-hero-content {
    position: relative;
    z-index: 5;
}

.contact-icon {
    height: 50px;
    width: 50px;
    background: white;
    border-radius: 50%;
}

textarea {
    height: 100px;
}

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

textarea {
    height: 100px;
}

.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: 498px solid transparent;
    border-bottom: 667px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.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: 1;
}

.contact-form .form-control {
    border-radius: 5px;
    border: 1px solid #2f2f2f61;
    background: #FEFDFC;
    color: var(--primary-color);
    margin: 18px 0 0 0;
    padding: 10px;
    width: 100%;
    font-size: 13px;
}


.visa-type-hero-form .form-input select,
.contact-form .form-input select {
    padding: 10px;
}

.visa-type-hero-form .form-input .select2-container .select2-selection--single,
.contact-form .form-input .select2-container .select2-selection--single {
    height: 45px;
    padding: 8px 0;
    font-size: 13px;
    border: 1px solid #dee2e6;
    width: auto;
}

.contact-form .form-input .select2-container .select2-selection--single {
    font-size: 13px;

}

.contact-form .form-input .select2-container .select2-selection--single {
    border: 1px solid #2f2f2f61;
    border-radius: 8px;
    margin: 15px 0 0 0;
    padding: 6px 0;
    height: 41px;
}

.visa-type-hero-form .form-input .select2-container--default .select2-selection--single .select2-selection__arrow,
.contact-form .form-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    position: absolute;
    top: 1px;
    right: 4px;
    width: 20px;
}

.visa-type-hero-form .form-input select:hover,
.contact-form .form-input select:hover {
    border: 2px solid #353535;
}

.btn-read-more {
    border: 0;
    background-color: transparent;
    color: cornflowerblue;
    padding: 0;
    width: 100%;
    text-align: end;
    font-size: 12px;
    font-weight: 400;
}

/* contact us page css end */

/* steps page css start */
.steps-hero {
    background-image: url("../images/steps-hero-bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 6% 0;
    position: relative;
    background-color: #F9F9F9;
}

@media (max-width: 1120px) {
    .step-right-img {
        display: none;
    }
}

.step-right-img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    right: 0;
}

.step-no-1 {
    background: #E6E6E6;
}

.step-no-2 {
    background: #FFF3F5;
}

@media (max-width: 767px) {
    .step-box-container {
        flex-direction: column-reverse;
    }
}

@media (max-width: 575px) {
    .step-content-box {
        flex-direction: column-reverse;
    }
}

.step-content-pink,
.step-content-green {
    border-top: 2px solid var(--secondary);
    border-bottom: 2px solid var(--secondary);
}

/* steps page css end */

/* about us page css start */

.experties-no {
    position: relative;
    width: fit-content;
    z-index: 2;
}

.about-experties-box {
    width: 288px;
    height: 81px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="296" height="90" viewBox="0 0 296 90" fill="none"><path d="M287.356 73.4005L274.964 44.6757L292.273 4L21.4013 4.6171L4.09258 45.2928L21.5864 85.8426L283.928 85.245" stroke="%23BCBCBC" stroke-width="6.7" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
}

.about-experties-box span {
    scale: 0.8;
}

.about-experties-box:hover {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="296" height="90" viewBox="0 0 296 90" fill="none"><path d="M287.378 73.48L274.987 44.7552L292.296 4.07953L21.424 4.69662L4.11528 45.3723L21.6091 85.9222L283.951 85.3245" stroke="%23CE1126" stroke-width="6.7" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    transition: 1s ease;
    color: var(--secondary);
}

.about-goal {
    background-image: url("../images/about-goal-top-bg.webp"), url("../images/about-goal-bottom-bg.webp"), url("../images/about-mission-bg-bottom.webp");
    background-size: auto, auto, contain;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, bottom right, bottom left;
}

.about-hero h1 {
    font-size: 2rem;
    color: var(--secondary);
    font-weight: 600;
}

.about-hero h2 {
    font-size: 1.7rem;
    font-weight: 600;
}

.about-goal h2 {
    font-size: 1.7rem;
    color: var(--secondary);
    font-weight: 600;
}

.about-goal h3 {
    font-size: 1.2rem;
    font-weight: 600;
}

/* about us page css end */
/* type visa page css start */

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


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

.country-search-btn {
    margin: 28px 0 0 0;
    min-height: 45px;
}

.about-country-description {
    position: relative;
    z-index: 1;
}

.about-country-description:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #f6f6f6;
    clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
    top: -10px;
    left: 0;
    z-index: -1;
}

.about-country-description:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--primary-color);
    clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 4% 100%);
    bottom: -10px;
    left: 0;
    z-index: -2;
}

.about-country-content {
    position: relative;
}

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

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

.visa-about-country {
    background: rgba(147, 147, 147, 0.10);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
    padding: 2% 0;
}

.visa-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 4%;
    position: relative;
    transition: 0.2s ease;
    max-width: 300px;
    margin: 16px auto;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.18);
}

.visa-card:hover {
    background: #eaeaea;
    /*box-shadow: 1px 2px 10px 4px #ccd2e48f;*/
}

.visa-card-content {
    background: white;
    border-radius: 22px;
    height: 100%;
    padding: 10% 2%;
    position: relative;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.18);
}

.visa-card-content::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: -1px;
    height: 32px;
    background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="231" height="26" viewBox="0 0 231 26" fill="none"><path d="M230.089 13.5H197.326C195.266 20.5 188.683 25.5 180.895 25.5H49.8427C42.054 25.5 35.4712 20.5 33.411 13.5H0.647949C2.3062 5.5 9.19046 0 17.4315 0H213.306C221.547 0 228.431 5.5 230.089 13.5Z" fill="%23CE1126"/></svg>') no-repeat center;
    background-size: contain;
}

.visa-card-content::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -3px;
    height: 32px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="231" height="24" viewBox="0 0 231 24" fill="none"><path d="M230.692 0V6.29999C230.692 15.7 222.803 23.5 213.306 23.5H17.4314C7.93416 23.5 0.0449219 15.7 0.0449219 6.29999V0H33.1095C34.7175 7.5 41.6017 13.5 49.8427 13.5H180.895C189.136 13.5 196.02 7.5 197.628 0H230.692Z" fill="%23BCBCBC"/></svg>') no-repeat center;
    background-size: contain;
}

.document-card {
    width: 284px;
    height: 280px;
    background-image: url("../images/about-requirements-bg.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: grid;
    justify-items: center;
    position: relative;
}

.document-card-no p {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    padding: 6px;
    margin: 0;
    border-right: 1px solid #B01A1C;
}

.type-benefits {
    background: url("../images/type-benfit-bg.webp") no-repeat left;
    background-size: contain;
}

/* benefit honeycomb css start */

.benefit-honeycomb {
    display: flex;
    position: relative;
}

.benefit-hex1,
.benefit-hex2,
.benefit-hex3,
.benefit-hex4 {
    position: relative;
    width: 200px;
    height: 400px;
}

.benefit-hexa1,
.benefit-hexa2,
.benefit-hexa3,
.benefit-hexa4 {
    position: relative;
    width: 200px;
    height: 180px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 5px;
    text-align: center;
}

.honeycomb-bg-black {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="216" viewBox="0 0 250 216" fill="none"><path d="M62.2533 215.65L0 107.823L62.2533 0H186.762L249.015 107.823L186.762 215.65H62.2533Z" fill="%23FFD8DC"/></svg>') no-repeat center;
    background-size: contain;
}

.honeycomb-bg-grey {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="250" height="217" viewBox="0 0 250 217" fill="none"><path d="M62.7336 216.365L0.481934 108.539L62.7336 0.709229H187.24L249.494 108.539L187.24 216.365H62.7336Z" fill="%23D2D2D2"/></svg>') no-repeat center;
    background-size: contain;
}

.benefit-hex1,
.benefit-hex3 {
    bottom: -65px;
}

.benefit-hex2,
.benefit-hex4 {
    top: -27px;
}

.benefit-hex1 {
    left: 0;
}

.benefit-hex2 {
    left: -44px;
}

.benefit-hex3 {
    left: -88px;
}

.benefit-hex4 {
    left: -131px;
}

.benefit-hexa1 svg,
.benefit-hexa2 svg,
.benefit-hexa3 svg,
.benefit-hexa4 svg {
    position: absolute;
    z-index: 0;
    height: 199px;
    width: 199px;
}

.benefit-hexa-content {
    z-index: 1;
    position: relative;
    width: 150px;
}


.benefit-hexa-content img {
    width: 45px;
}

.benefit-hexa-content p {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

@media only screen and (max-width: 768px) {

    .benefit-honeycomb {
        display: grid;
        position: relative;
        justify-content: center;
    }

    .benefit-hex1,
    .benefit-hex2,
    .benefit-hex3,
    .benefit-hex4 {
        top: 0;
        left: 0;
    }
}

/* benefit honeycomb css end */


/* type visa 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 {
  position: relative;
}

.index-visa-container {
    background: url("../images/visa-section-top-right.webp") no-repeat top right, url("../images/visa-section-bottom-left.webp") no-repeat bottom left;
    background-size: 324px, 167px;
}
.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(--secondary);
    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;
    }
}

/* visa steps section start */
.visa-steps {
    background: url("../images/home-steps-bg.webp") no-repeat center;
    padding: 4% 0;
    background-size: cover;
}

.visa-step-btn .nav-link {
    display: flex;
    align-items: center;
    background: white;
}

.visa-step-nav .nav-pills .nav-link.active {
    color: #666;
    background-color: white;
}

.visa-step-btn button {
    border-radius: 8px;
    border: 2px solid #9BA3BA;
    padding: 0;
    margin: 10px 0;
}

.visa-step-btn button:hover {
    border-radius: 8px;
    border: 2px solid #9BA3BA;
}

.step-btn-no {
    color: white;
    background: var(--secondary);
    padding: 2%;
    height: 50px;
    width: 50px;
    border-radius: 4px 0 0 4px;
}


.steps-btn-text {
    padding: 0 2%;
    background: white;
    border-radius: 0 4px 4px 0;
    color: var(--primary-color);
}


.visa-step-btn button.active .step-btn-no {
    background: var(--primary-color);
}

.visa-step-btn button.active .steps-btn-text {
    color: var(--primary-color);
}

.step-box {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    background-color: #FAFCFF;
    padding: 0 10px;
    max-width: 320px;
}

.step-box ul li {
    margin: 8px 0;
}

.step-box-no {
    height: 90px;
    width: 90px;
    background: white;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    position: relative;
    top: -20px;
    left: -20px;
    color: var(--secondary);
}

.visa-step-process {
    border: 10px solid #9BA3BA;
    width: fit-content;
    border-radius: 20px;
}

.visa-step-process img {
    border-radius: 10px;
}

/* visa steps section end */

/* home eligible section */

.country-eligible {
    background-color: #F7F7F7;
    background-image: url("../images/world-bg.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    border: 1px solid #F6EEDE;
    box-shadow: 1px 2px 8px 0 rgba(26, 26, 26, 0.40);
    padding: 4%;
}

.country-eligibility-search .input-group {
    background: linear-gradient(white, white) padding-box,
    var(--secondary) border-box;
    border-radius: 7px;
    border: 1px solid transparent;
}


.home-country {
    border-radius: 4px;
    border: 2px solid #F4F4F4;
    background: #FFF;
    position: relative;
    overflow: hidden;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px !important;
}

.home-country::before {
    content: "";
    position: absolute;
    bottom: -90px;
    right: -60px;
    width: 500px;
    height: 500px;
    background-color: #0056CD10;
    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 {
    margin: 0 0 0 10px;
    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-radius: 7px;
    border: 2px solid transparent;
}

.country-list ul li {
    list-style: none;
    display: inline-block;
    width: 19%;
}

@media screen and (max-width: 768px) {
    .eligible-body {
        padding: 10px;
    }

    .country-list ul li {
        width: 48%;
    }

    .eligible-countries svg {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .eligible-body {
        padding: 10px;
    }

    .country-list ul li {
        width: 24%;
    }
}

/* home eligible section */

.why-us {
    background: url("../images/home-why-us.webp") no-repeat center top 50px;
    background-size: contain;
}


.why-us-icon {
    padding: 3%;
    background: #C3C3C3;
    border: 10px solid #D3D3D3;
    outline: 6px solid #E9E9E9;
    border-radius: 50%;
}

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

@media (max-width: 1200px) {
    .why-us {
        background: none;
    }

    .sample-evisa {
        background: none;
    }
}


.sample-evisa-container {
    padding: 0 5%;
}

.testimonial-card {
    background-color: #FFF;
    box-shadow: 15px 4px 12px 2px rgba(0, 0, 0, 0.18);
    margin: 16px 0;
}

.testimonial-profile-img {
    border-radius: 90px;
    height: 90px;
    width: 90px !important;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.testimonials .owl-nav {
    display: flex;
    justify-content: center;
    font-weight: 600;
}

.testimonials .owl-nav button {
    background: var(--primary-color) !important;
    border-radius: 8px !important;
    height: 28px !important;
    width: 28px !important;
    margin: 16px !important;
}

.testimonials .owl-nav button span {
    display: flex;
    justify-content: center;
    color: white;
    width: 29px;
    font-size: 26px;
    position: relative;
    top: -7px;
}

/* blog-section css start */
.blog-card {
    position: relative;
    border-radius: 16px;
    min-height: 220px;
    max-height: 220px;
}

.blog-card .card-img-top {
    border-radius: 16px;
    height: 220px;
}

.blog-card:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 10%, rgba(0, 0, 0, 0.80) 60%);
    border-radius: 15px;
}

/* blog-section css end */

/* home page css end */

/*-- start dynamic  page style--*/
.visa-india-body-container {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.12);
    padding: 2%;
}

/*-- end dynamic page style--*/

/*---- track status page style-----*/
.track-wrapper {
    background-color: #F8F8F8;
    position: relative;
    margin-top: 68px;
}

.track-form {
    position: relative;
    z-index: 1;
}

.track-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 559px;
    z-index: -1;
}

.track-form h1 {
    font-size: 26px;
    font-weight: bold;
    font-family: "Aclonica", sans-serif;
    margin: 30px 0;
}

.track-image img {
    width: 100%;
    height: auto;
}

.btn-track {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 40px;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: none;

}

.track-note {
    padding: 16px;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #EEF2FE;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.16);
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

.track-note p {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.track-note ul li {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    margin: 5px 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: 10px;
}

.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: 12px;
    font-weight: 600;
    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;
}

.ts-body-box_rlt_top .ts-body-box_rlt {
    width: 25%;
}

.ts-body-box_rlt p {
    font-size: 12px;
    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: 8px 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-block;
}

.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 status page style-----*/
/*--- 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 ---*/


.sprite-inline {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-about-approval-rate {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -3346px;
}

.bg-about-experience {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -3506px;
}

.bg-about-success-percentage {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -3666px;
}

.bg-about-satisfied-customer {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -3826px;
}

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

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

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

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

.bg-why-us-approval {
    width: 45px;
    height: 45px;
    background: url("../images/css-sprites.png") -10px -1023px;
}

.bg-why-us-minimal {
    width: 45px;
    height: 45px;
    background: url("../images/css-sprites.png") -10px -1088px;
}

.bg-why-us-round-clock {
    width: 45px;
    height: 45px;
    background: url("../images/css-sprites.png") -10px -1153px;
}

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

.bg-why-us-reliable {
    width: 45px;
    height: 45px;
    background: url("../images/css-sprites.png") -10px -1283px;
}

.bg-why-us-experience {
    width: 45px;
    height: 45px;
    background: url("../images/css-sprites.png") -10px -1348px;
}

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

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

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

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

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

.bg-visa-card-process {
    width: 18px;
    height: 18px;
    background: url("../images/css-sprites.png") -10px -48px;
}

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

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

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

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

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

.bg-home-quality-accessibility {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -3986px;
}

.bg-home-quality-individual {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -4146px;
}

.bg-home-quality-confidential {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -4306px;
}

.bg-home-quality-quick {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.png") -10px -4466px;
}

.bg-home-hero-visa-granted {
    width: 96px;
    height: 96px;
    background: url("../images/css-sprites.png") -10px -2418px;
}

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

.bg-home-hero-approval {
    width: 96px;
    height: 96px;
    background: url("../images/css-sprites.png") -10px -2650px;
}

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

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


/*---new design visa form style --*/
.visa-form-header{
    padding: 50px 0 24px 0;
    background: #F8F8F8 url("../images/app-hero-bg.webp") no-repeat right bottom/cover;
    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: 32px;
    height: 32px;
}
.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;
    border-radius: 100%;
    background: rgb(247 227 229);
    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 var(--secondary, #CE1126);
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-box.active .progress-circle-inner{
    border: 1px solid var(--secondary, #CE1126);
    background: var(--secondary, #CE1126);
    box-shadow: 1px 1px 4px 0 rgba(23, 23, 23, 0.41);
}
.progress-box.active .progress-circle{
    background: rgb(253, 190, 195);
}

.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: 42%;
    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(253, 190, 195);
    }
    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{
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: linear-gradient(136deg, #FFF 0.41%, #FFF5F5 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 #F5BABA;
    background: #FFEDED;
}
.visa-form-card-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.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;
    border-radius: 4px;
}
.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: var(--white);
    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 #E06C41;
    background: #FFF6F4;
}
.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;
    border: 1px solid #DFDFDF;
    background: var(--white);
    box-shadow: 8px 8px 60px 0 rgba(0, 0, 0, 0.08);
}
.visa-form-faqs-card .visa-form-card-head{
    color: var(--white);
    background: #3B3B3B;
}
.visa-form-faqs-card .sub-heading-circle img{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--white);
    padding: 6px;
}
.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(--secondary);
    border-bottom: 1px solid var(--secondary);
    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-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(--secondary);
    box-shadow: 0 0 2px 0 rgb(183 5 5 / 44%), 0.4px 0.4px 3px 0 rgb(219 35 35 / 43%);
    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-body .fill-bar.animate-progress::after {
    width: 75%;
    z-index: 1;
}
.check-applicant-body{
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    background: linear-gradient(136deg, #FFF 0.41%, #FFF5F5 76.29%, #FFF 100%);
    box-shadow: 8px 8px 44px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}
.check-applicant-card .accordion-item {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #FFF3F3;
}
.check-applicant-card .accordion-header{
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #FFDBDB;
    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: 14px;
    font-weight: 600;
    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: 13px;
    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 var(--secondary);
    background: var(--white);
    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 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: 120px;
    border-radius: 0 8px 8px 0;
    background: var(--black);
    padding: 4px 0;
    color: var(--white);
    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(--secondary);
}
.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: 8px;
    align-self: stretch;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #CDCDCD;
    background: #FFEAEA;
    color: #626262;
}
.check-service-card-time p{
    font-size: 11px;
    font-weight: 300;
    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: rgba(255, 255, 255, 0.01);
    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);
    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: #FFDBDB;
    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: 12px;
    border: 1px solid #c9d2f4;
    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: 8px 0;
}
.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;
}
.check-form-header{
    padding: 50px 0 24px 0;
    background: #F8F8F8 url("../images/app-hero-bg.webp") no-repeat right bottom/cover;
    position: relative;
}
.check-form-header h1{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
}
.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 12px 100px 100px;
    background: linear-gradient(90deg, #FFBB4D 22.12%, #FF8D28 100%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #404040;
    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--*/