:root {
    --primary-color: #0056CD;
    --secondary: linear-gradient(90deg, #0056CD 4.63%, #FDB021 88.9%);
    --tertiary: #fdb021;
    --white: #ffffff;
    --black: #000000;
}

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

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

p {
    margin: 0;
}

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

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

.thai-button {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: white;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.8s ease;
    font-size: 13px;
    padding: 12px 20px;
}

.thai-button:hover {
    color: white;
    background: var(--primary-color);
}

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

.master-bg,.master-home-bg {
    position: relative;
}
.master-bg:before{
    background: url("../images/master-bg.webp") repeat-y top/cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}
.master-home-bg:before{
    background: url("../images/master-bg.webp") repeat-y top/contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}

.form-label {
    font-weight: 600;
}

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

/*-- end select2 style--*/

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

.header-logo{
    width: 78px;
    height: auto;
}

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

/*.nav-link  {*/
/*    width: auto;*/
/*    height: 22px;*/
/*    display: none;*/
/*}*/

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

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

.nav-link:not(.active) .active-img,
.nav-link.active .inactive-img {
    display: none !important;
}

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

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

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


.header .nav-link li {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.header .nav-item .dropdown-item {
    font-size: 13px !important;
    font-weight: 400;
    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;
}

.nav-contact-whatsapp .whatsapp-chat-girl {
    position: absolute;
    left: -24px;
    top: -17px;
}

.nav-contact-whatsapp .whatsapp-icon-outer {
    border: 4px solid #3EC456;
    background-size: cover;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
    top: -10px;
    left: 20px;
    background-color: white;
}

.nav-contact-whatsapp .whatsapp-icon-outer:before {
    content: "";
    height: 22px;
    width: 73px;
    position: absolute;
    background-color: white;
    rotate: 105deg;
    z-index: 0;
}

.nav-contact-whatsapp .whatsapp-icon-inner {
    height: 45px;
    width: 45px;
    background: #3EC456;
    margin: 4px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/* navbar css end */


/* footer section css start */

.footer {
    border-top: 1px solid #e2e2e2;
    position: relative;
}
.footer:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../images/footer-bg.webp) no-repeat center/cover;
}

.footer li:hover a {
    color: var(--primary-color) !important;
}
.footer-we-accept img{
    max-width: 200px;
    height: auto;
}
.contact-form-footer {
    padding: 1% 6%;
    background: white;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}

.contact-form .form-control {
    border-radius: 4px;
    border: 1px solid #82b1f2;
    background: transparent;
    padding: 10px;
    font-size: 13px;
}

.contact-input {
    position: relative;
    margin: 16px 0 0 0;
}

.contact-input .form-label {
    position: absolute;
    top: -10px;
    left: 8px;
    background-color: white;
    padding: 4px 4px 0 4px;
    z-index: 1;
    font-size: 10px;
    margin-bottom: 0;
}

.contact-form form .select2-container--default .select2-selection--single,
.visa-type-hero-form form .select2-container--default .select2-selection--single {
    border-radius: 4px;
    border: 1px solid #82b1f2;
    height: 41px;
    padding: 6px;
    font-size: 13px;
    background: white;
}

.contact-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.visa-type-hero-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}

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

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


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

.footer-logo{
    width: 150px;
    height: auto;
    margin: 16px 0;
}

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


.contact-location .svg-container {
    background: white;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 10px;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.robot-check {
    height: 78px;
    width: 308px;
}

@media (max-width: 568px) {
    .robot-check {
        scale: 0.8;
    }
}


/* footer section css end */

/* terms hero page css start */

.term-hero {
    background: url(../images/terms-hero-bg.webp) no-repeat center;
    background-size: cover;
}

/* terms hero page css end */

/* payment pages css start */

.pay-reciet {
    border: 1px solid #cfcfcf;
    border-radius: 16px;
    background: #fff;
}

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

.pay-reciet-right p {
    margin: 6px 0;
}

.pay-success-left {
    background: #5DC90A;
    border-radius: 16px;
    height: 100%;
}

.pay-fail-left {
    background: #FF0000;
    border-radius: 16px;
    height: 100%;
}

.pay-success-note {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background: #EBF1FF;
}

.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 {
    color: #F00;
}

.pay-failed .pay-note {
    border-radius: 4px;
    background: rgb(255 226 226);
}

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

/* payment pages css end */

/* faq page css start */

.blog-body .category-tabs,
.home-visa-types .category-tabs {
    border-bottom: 2px solid #99B9FF;
    width: fit-content;
    color: #616161;
}

.blog-body .nav-pills .nav-link,
.home-visa-types .nav-pills .nav-link {
    color: #616161;
    border: 2px solid transparent;
}

.home-visa-types .category-tabs .nav-pills .nav-link.active,
.blog-body .category-tabs .nav-pills .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    border-radius: 6px;
    border: 2px solid var(--primary-color);
    position: relative;
    margin-bottom: 5px;
}

.home-visa-types .category-tabs .nav-pills .nav-link.active:after,
.blog-body .category-tabs .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    width: 104%;
    height: 10px;
    background: var(--primary-color);
    border-radius: 10px;
    bottom: -12px;
    left: -2px;
}

/* faq page css end */


/* document upload 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);
}

.track-hero-note {
    border-radius: 8px;
    background: #EBF1FF;
    border: 1px solid var(--primary-color);
    font-size: 12px;
}

.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-upload-note {
    border-radius: 10px;
    border: 1px solid #C99359;
    background: rgba(201, 147, 89, 0.15);
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.18);
    width: 90%;
}

.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 {
    background: var(--bs-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 0 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;
}


.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: #f9f9f9;
    display: inline-block;
    padding: 0 10px;
    left: 4px;
    text-transform: uppercase;
    color: #616161;
}

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

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

.passport_btn, .photo_btn, .document_btn {
    cursor: pointer;
}


/* documnet upload page css end */

.hero-bottom-bg {
    background-color: #F8FBFE;
    background-image: url("../images/hero-bottom-img.webp"), url("../images/hero-wave-pattern.webp");
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, top;
}

/* track page css start */
.track-hero{
    background: url("../images/track-hero-right.webp") no-repeat top right/auto;
}
.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-size: 13px;
    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: 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: 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: 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: 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-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) {
    .track-hero{
        background: none;
    }
    .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 */

/* article page css start */

.article-card {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    overflow: hidden;
}

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

.article-card .card {
    border: none;
    position: relative;
}

.article-card .card .card-img-top {
    height: 180px;

}

.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-header {
    position: relative;
}

.article-card-tag {
    position: absolute;
    top: 16px;
    left: 0;
    background: white;
    border-radius: 0 10px 10px 0;
    border: 0.4px solid #256ED3;
    border-left: none;
}

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

@media screen and (max-width: 576px) {
    .breadcrumb-static {
        display: none;
    }
}

@media screen and (min-width: 577px) {
    .article-hero {
        padding: 2%;
    }
}

/* article page css end */

/* article detailed page css start */
.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 img {
    margin: 16px 0;
    width: 100%;
    height: auto;
}

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

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

.article-detailed-left-top-img {
    border-radius: 15px;
    background-color: #F4F4F4;
    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;
}

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

.article-detail-blog-card-img {
    border-radius: 10px;
}

.article-detailed-img {
    border-radius: 10px;
}

.btn-comment:hover {
    color: white;
}

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

/* article detailed page css end */

/* about us page css start */

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

.about-hero {
    contain: content;
}

.about-hero-right img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

@media (max-width: 991px) {
    .about-hero-right img {
        display: none;
    }
}

.about-service-container {
    width: 200px;
    height: 200px;
    border-left: 10px solid #FFE2AB;
    border-top: 2px solid #FFE2AB;
    border-bottom: 2px solid #FFE2AB;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25) inset;
}

.about-achievement-img {
    border-radius: 50%;
    border: 15px solid #F9ECD3;
    background: #FDB021;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 126px;
    width: 126px;
    margin: 10px auto;
}

.about-goal {
    background: url("../images/about-our-goal-bg.webp") no-repeat left center;
    background-size: auto;
}

.about-mission {
    background: url("../images/about-our-mission-bg.webp") no-repeat right center;
    background-size: auto;
}

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

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

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

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

/* about us page css end */

/* step page css start */

.perspective-container {
    perspective: 1000px;
}

.step-content-right {
    padding: 5%;
    background-color: #EBF1FF;
    transform: rotateY(-23deg);
    transform-origin: right;
    box-shadow: 20px 13px 0 0 #BFDAFF;
    perspective: 800px;
    position: relative;
    min-height: 275px;
}

.step-content-left {
    padding: 5%;
    background-color: #EBF1FF;
    transform: rotateY(23deg);
    transform-origin: left;
    box-shadow: -20px 13px 0 0 #BFDAFF;
    perspective: 800px;
    position: relative;
    min-height: 275px;
}

.step-content-box {
    transform: rotateY(12deg);
    transform-origin: right;
    min-height: 200px;
}

.step-content-box-left {
    transform: rotateY(-12deg);
    transform-origin: left;
    min-height: 200px;
}

.step-content-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90px;
}

.step-content-img-left {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 90px;
}

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

    .step-content-img,
    .step-content-img-left {
        position: relative;
        right: 0;
    }

    .step-content-right,
    .step-content-left {
        transform: none;
        box-shadow: none;
    }

    .step-content-box,
    .step-content-box-left {
        transform: none;
    }
}

/* step page css end */

/* visa form page css start */

.visa-type-hero {
    background: url("../images/visa-type-hero-bg.webp") no-repeat center;
    background-size: cover;
    padding: 2% 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);
    padding: 20px;
}

.visa-for-india {
    background: url("../images/visa-for-india-bg.webp") no-repeat left top;
    background-size: contain;
    padding: 3% 0;
}

.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-card {
    background: white;
    border-radius: 50px;
    padding: 4%;
    width: 280px;
    position: relative;
}

.visa-card:before {
    content: "";
    position: absolute;
    background: #99B9FF;
    border-radius: 50px;
    width: 253px;
    height: 150px;
    z-index: -1;
    left: 15px;
    bottom: -20px;
    filter: drop-shadow(1px 2px 8px rgba(0, 0, 0, 0.18));
}

.visa-card-icon {
    background: #FDB021;
    width: 70px;
    height: 80px;
    position: absolute;
    border-radius: 0 20px 50px 50px;
    top: -14px;
    left: 116px;
}

.visa-card-icon:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 14px;
    background: #FDB021;
    left: -30px;
    top: 0;
    border-radius: 20px 0 0 0;
}

.visa-card:hover .visa-card-icon,
.visa-card:hover .visa-card-icon:after {
    background: var(--primary-color);
    transition: 0.5s ease;
}

.visa-card:hover .visa-card-type {
    color: var(--primary-color);
    transition: 0.5s ease;
}

.visa-card-content {
    border: 2px solid #99B9FF;
    border-radius: 50px;
    padding: 5% 4%;
}

.visa-card-type {
    color: #FDB021;
    margin-top: 45px;
}

.document-required-visa {
    border-radius: 10px;
    border: 1px solid #D6D6D6;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.12);
    height: 280px;
    width: 280px;
    background: url("../images/document-required-visa.webp") no-repeat center;
    background-size: cover;
}

.benefit-box {
    display: flex;
    align-items: center;
}

.benefit-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 15px solid #FFFFFF;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 15px;
}

.benefit-content {
    border: 15px solid #FFFFFF;
    background: #EFEFEF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3%;
    width: 246px;
    min-height: 100px;
}

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

.af-body_box {
    border: 1px solid var(--primary-color);
    padding: 1%;
    border-radius: 8px;
}

/* visa form page css end */

/* faq page css start */

.faq-query .accordion {
    border-radius: 10px;
    border: 1px solid #abceff;
    --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(--primary-color);
    background-color: transparent;
}

/* faq 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: 2%;
    position: relative;
}

.home-achievements {
    width: 234px;
    height: 59px;
    border-radius: 50px;
    background: #E8E8E8;
    padding: 1% 3%;
    position: relative;
}

.home-achievements:before {
    content: "";
    position: absolute;
    width: 250px;
    height: 75px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="252" height="77" viewBox="0 0 252 77" fill="none"><path d="M60.3358 1H82.1692H104.003H125.836H147.669M60.3358 75.9988H38.5024C35.9173 75.9988 33.3935 75.7359 30.9537 75.2352C28.5151 74.7345 26.1617 73.9973 23.9188 73.0463C21.6759 72.0966 19.5447 70.9343 17.5491 69.5847C15.5536 68.2351 13.6949 66.6995 11.9971 65.0017C10.2994 63.3039 8.76367 61.4452 7.41409 59.4497C6.06452 57.4541 4.90225 55.3229 3.9525 53.08C3.00275 50.8371 2.26433 48.4838 1.76364 46.0452C1.26295 43.6066 1 41.0815 1 38.4964C1 35.9113 1.26295 33.3875 1.76364 30.9489C2.26433 28.5102 3.00155 26.1569 3.9525 23.914M94.768 75.9988H67.8653M134.728 75.9988H124.147M244.257 59.4509C242.907 61.4464 241.371 63.3051 239.673 65.0029C237.976 66.7006 236.117 68.2363 234.122 69.5859C232.126 70.9355 229.995 72.0978 227.752 73.0475C225.509 73.9972 223.156 74.7357 220.717 75.2364C218.278 75.7371 215.753 76 213.168 76H191.335H143.845M191.336 1H213.169C215.755 1 218.278 1.26295 220.718 1.76364C223.157 2.26433 225.51 3.00156 227.753 3.95251C229.996 4.90346 232.127 6.06452 234.123 7.4141C236.118 8.76368 237.977 10.2994 239.675 11.9971C241.372 13.6949 242.908 15.5536 244.258 17.5491C245.607 19.5447 246.77 21.6759 247.719 23.9188C248.669 26.1617 249.408 28.5151 249.908 30.9537C250.409 33.3923 250.672 35.9173 250.672 38.5012C250.672 41.0863 250.409 43.6102 249.908 46.05" stroke="%23256ED3" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    top: -8px;
    left: -8px;
}

/* visa steps section start */
.visa-step-btn .nav-link {
    display: flex;
    align-items: center;
}

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

.step-btn-no {
    position: relative;
    z-index: 1;
    width: 85px;
    height: 85px;
    border: 7px solid #dcdddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #CC092F;
}


.steps-btn-text {
    color: #666;
    position: relative;
    background-color: #EDEDED;
    width: 182px;
    height: 60px;
    border-radius: 50px;
    left: -35px;
    z-index: 0;
    padding: 0 10px 0 30px;
}


.visa-step-btn button.active .step-btn-no {
    border: 9px solid white;
    background-color: #353535;
    color: white;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.18);
}

.visa-step-btn button.active .steps-btn-text {
    box-shadow: 1px 2px 8px 4px rgb(114 137 179 / 18%);
    background-color: #c2c1c1;
    color: #2e2e2e;
}

.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;
    background-image: url("../images/step-box-img.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.step-box-no {
    height: 100px;
    width: 100px;
    background: url("../images/step-box-no-bg.webp") no-repeat center;
    background-size: contain;
    position: relative;
    top: -20px;
    left: -20px;
}

.step-box ul li {
    list-style-image: url("../images/home-step-list-marker-img.webp");
    margin: 8px 0;
}

.visa-step-process {
    border-top: 20px solid #E7E7E7;
    border-left: 20px solid #E7E7E7;
    background: #E7E7E7;
    border-radius: 20px;
}

/* visa steps section end */
/* home eligible section */

.country-eligible {
    background-color: #F7F7F7;
    border-radius: 10px;
    border: 1px solid #F6EEDE;
    box-shadow: 1px 2px 8px 0 rgba(26, 26, 26, 0.40);
    padding: 4%;
    position: relative;
}
.country-eligibility:after{
    background: url("../images/world-bg.webp") no-repeat center/auto;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.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{
    padding: 10px;
    border-left: 0;
}
.country-eligibility-search .input-group-text{
    background: var(--white);
    border-right: 0;
}
.eligible-countries{
    max-height: 120px;
    overflow: hidden;
    transition: max-height 1.4s ease-in-out;
}
.eligible-countries li {
    list-style-type: none;
    display: inline-block;
    width: 16%;
}
@media screen and (max-width: 767px) {
    .eligible-countries li {
        list-style: none;
        display: inline-block;
        width: 49%;
        margin: 10px 0;
    }
}

@media screen and (min-width: 577px) and (max-width: 992px) {
    .eligible-countries li {
        list-style: none;
        display: inline-block;
        width: 24%;
    }
}

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

.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 {
    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-icon {
    height: 80px;
    width: 80px;
}

/* home eligible section */
/*--- sample evisa style--*/
.sample-evisa {
    background: url("../images/sample-evisa-bg.webp") no-repeat top right;
    background-size: contain;
}

@media screen and (max-width: 992px) {
    .sample-evisa {
        background: none;
    }
}

/*--- end sample evisa style--*/

/* testimonials section css start */

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

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

.testimonials .carousel-inner .carousel-item {
    font-size: 15px;
}

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

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

/* testimonials section css end */
/* blog-section css start */
.blog-card {
    position: relative;
    border-radius: 16px;
    height: 350px;
    width: 100%;
    object-fit: fill;
    overflow: hidden;
}

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

.blog-card:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(22 22 22 / 14%) 8.4%, rgb(0 0 0) 68.67%);
    border-radius: 15px;
}

.blog-card-last {
    font-size: 12px;
}

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

.active > .page-link {
    background-color: #7aa9eb;
    color: #FFFFFF;
}

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

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

/*--- 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 css */
.sprite-inline {
    display: inline-block;
}


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

.bg-document-required-hotel {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.webp") -10px -3060px;
}

.bg-document-required-ticket {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.webp") -10px -3220px;
}

.bg-document-required-passport {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.webp") -10px -3380px;
}

.bg-document-required-photo {
    width: 140px;
    height: 140px;
    background: url("../images/css-sprites.webp") -10px -3540px;
}

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

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

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

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

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

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

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

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

.bg-about-visa-experts {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.webp") -10px -1654px;
}

.bg-about-years-experience {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.webp") -10px -1734px;
}

.bg-about-successful-application {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.webp") -10px -1814px;
}

.bg-about-approval-rate {
    width: 60px;
    height: 60px;
    background: url("../images/css-sprites.webp") -10px -1894px;
}

.bg-about-business-visa {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2259px;
}

.bg-about-tourist-visa {
    width: 81px;
    height: 81px;
    background: url("../images/css-sprites.webp") -10px -2959px;
}

.bg-about-visa-extenstion {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2359px;
}

.bg-about-transit-visa {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2459px;
}

.bg-visa-card-ata {
    width: 42px;
    height: 42px;
    background: url("../images/css-sprites.webp") -10px -602px;
}

.bg-visa-card-business {
    width: 42px;
    height: 42px;
    background: url("../images/css-sprites.webp") -10px -664px;
}

.bg-visa-card-extension {
    width: 42px;
    height: 42px;
    background: url("../images/css-sprites.webp") -10px -726px;
}

.bg-visa-card-transit {
    width: 42px;
    height: 42px;
    background: url("../images/css-sprites.webp") -10px -788px;
}

.bg-visa-card-tourist {
    width: 42px;
    height: 42px;
    background: url("../images/css-sprites.webp") -10px -850px;
}

.bg-home-quality-availability {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.webp") -10px -3700px;
}

.bg-home-quality-customize {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.webp") -10px -3870px;
}

.bg-home-quality-confidential {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.webp") -10px -4040px;
}

.bg-home-quality-quick {
    width: 150px;
    height: 150px;
    background: url("../images/css-sprites.webp") -10px -4210px;
}

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

.bg-home-hero-fast-approval {
    width: 54px;
    height: 54px;
    background: url("../images/css-sprites.webp") -10px -1506px;
}

.bg-home-hero-visa-approved {
    width: 54px;
    height: 54px;
    background: url("../images/css-sprites.webp") -10px -1580px;
}

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

.bg-nav-track-status-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -52px;
}

.bg-nav-contact-us {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -94px;
}

.bg-nav-contact-us-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -136px;
}

.bg-nav-process {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -178px;
}

.bg-nav-process-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -220px;
}

.bg-nav-about-us-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -262px;
}

.bg-nav-about-us {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -304px;
}

.bg-nav-types-visa {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -346px;
}

.bg-nav-types-visa-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -388px;
}

.bg-nav-home {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -430px;
}

.bg-nav-home-active {
    width: 22px;
    height: 22px;
    background: url("../images/css-sprites.webp") -10px -472px;
}

.bg-why-us-approval {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2559px;
}

.bg-why-us-recognised {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2659px;
}

.bg-why-us-licensed {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2759px;
}

.bg-why-us-sponsor {
    width: 80px;
    height: 80px;
    background: url("../images/css-sprites.webp") -10px -2859px;
}

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

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

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

.bg-important-note {
    width: 24px;
    height: 24px;
    background: url("../images/css-sprites.webp") -10px -558px;
}
/*---- End Sprite Style ----*/


/*---new design visa form style --*/
.visa-form-header{
    padding: 50px 0 24px 0;
    background: #ECF2F6 url("../images/hero-bottom-img.webp") no-repeat center/contain;
    position: relative;
}
.visa-form-header:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 120px;
    background: url("../images/visa-form-right-img.webp") no-repeat center right/contain;
    width: 364px;
    height: 230px;
    opacity: 0.8;
}
.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;
    margin: 0 auto;
    border-radius: 100%;
    background: rgb(255 237 212);
    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(222, 148, 30, 0.22);
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-box.active .progress-circle-inner{
    border: 1px solid #F89B2A;
    background: linear-gradient(270deg, #F89B2A 2.26%, #FFBB3D 33.49%, #FFBB3D 67.18%, #FCA401 97.18%);
    box-shadow: 1px 1px 4px 0 rgba(23, 23, 23, 0.41);
}
.progress-box.active .progress-circle{
    border-radius: 100px;
    background: linear-gradient(270deg, rgb(250, 215, 170) 2.26%, rgb(253, 221, 162) 33.49%, rgba(251, 220, 161, 1) 67.18%, rgb(255, 210, 127) 97.18%);
}

.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(245 206 136);
    }
    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, #F6F6F6 0.41%, #FFF 76.29%, #EFEFEF 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 #BAD6F5;
    background: #F6FBFF;
}
.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: #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: 4px;
    border: 1px solid rgba(50, 64, 217, 0.22);
    background: #F5F6FF;
}
.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;
    background: linear-gradient(270deg, #F89B2A 2.26%, #FFBB3D 33.49%, #FFBB3D 67.18%, #FCA401 97.18%);
}
.visa-form-faqs-card .sub-heading-circle img{
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 8px;
    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(--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-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-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, #F6F6F6 0.41%, #FFF 76.29%, #EFEFEF 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: #E7F5FA;
}
.check-applicant-card .accordion-header{
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #D6EEF6;
    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: 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 #FFBB4D;
    background: linear-gradient(90deg, #FFBB4D 22.12%, #FF8D28 100%);
}
.check-service-flash p{
   color: var(--black);
    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-radius: 12px;
    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: #626262;
    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 .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: 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 #FFBB4D;
    background: linear-gradient(90deg, #FFBB4D 22.12%, #FF8D28 100%);
    color: var(--black);
}

.check-summary-card{
    padding-top: 10px;
    border-radius: 12px;
    background: #E0F1FF;
    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 #cad2f7;
    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: 16px;
}
.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{
    position: relative;
    padding: 50px 0 40px 0;
    background: #ECF2F6 url("../images/hero-bottom-img.webp") no-repeat center/contain;
}
.check-form-header:before{
    content: "";
    position: absolute;
    right: 120px;
    bottom: -20px;
    background: url(../images/checkout-right-img.webp) no-repeat right bottom / contain;
    width: 250px;
    height: 175px;
    opacity: 0.8;
}
.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: 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--*/