:root {
    --primary: #007D64;
    --white:#FFFFFF;
    --black:#353535;
}
body {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    scroll-behavior: smooth;
}
.card {
    border: none;
    --bs-card-inner-border-radius: none;
}
.master-bg {
    background: url("../images/master-bg.webp") repeat-y top;
    background-size: cover;
}
a {
    text-decoration: none;
    color: black;
}
.text-primary{
    color: var(--primary) !important;
}

/* header section css start */
header{
    width: 100%;
    max-width: 1920px;
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar-nav .nav-link{
    border-bottom: 3px solid transparent;
    margin: 0 4px;
}
.navbar-nav .nav-link.active{
    border-bottom: 3px solid var(--primary);
}

.whatsapp-logo-inner {
    border-radius: 50%;
    padding: 14px;
    background: #3EC456;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.nav-whatsapp-logo {
    border: 7px solid #EBF0F2;
    border-radius: 50%;
    position: relative;
    z-index: 3;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);

}

.nav-whatsapp-content {
    position: relative;
    z-index: 1;
    transform: skewX(-36deg);
    border: 2px solid rgba(0, 0, 0, 0.12);
    color: var(--primary);
    left: -22px;
    width: 150px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}

.nav-whatsapp-content-border-right {
    border-right: 4px solid var(--primary);
    height: 22px;
    position: absolute;
    right: -8px;
    top: -1px;
}

.nav-whatsapp-content p {
    transform: skewX(36deg);
}

.nav-whatsapp-no {
    position: relative;
    z-index: 1;
    transform: skewX(-36deg);
    width: 125px;
    left: -22px;
    background: var(--primary);
    color: white;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);

}

.nav-whatsapp-no-border-right {
    border-right: 4px solid #FFCA7F;
    height: 20px;
    position: absolute;
    right: -7px;
    top: -1px;
}

.nav-whatsapp-no p {
    transform: skewX(36deg);
}
.apply-now-btn {
    border-radius: 8px;
    border: 1px solid var(--primary);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.16);
    color: var(--primary);
    background: linear-gradient(to right, #007D64FF  50%, white 50%) right top / 200% 100%;
    transition: all .5s ease-out;
}
.apply-now-btn:hover {
    background-position: left top;
    color: white;
}

.apply-now-btn:hover path {
    stroke: white;
}

/* header section css end */

/* footer section css start */

.footer{
    background: #ebebeb;
}
.footer-top{
    background: #fafafa;
    border-radius: 0 0 15px 15px;
}

.footer-bottom{
    border-top: 2px solid #D9D9D9;
}
.footer-logo {
    background: var(--primary);
    border-radius: 0 0 0 15px;
}

.footer-contact p {
    margin-left: 38px;
}

.footer-address {
    border-left: 2px solid #D9D9D9;
}

.footer-contact{
    padding-left: 15px;
}

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

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

/* footer section css end */

/* home page css start */

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

.lang-arabic {
    color: var(--primary);
}

.hero-whatsapp-link {
    border-radius: 50px;
    border: 1px solid #3ec456;
    background: #FFF;
    width: fit-content;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    padding: 6px 20px 6px 6px;
    font-size: 14px;
    font-weight: 500;
    color: #3ec456;
}
.hero-whatsapp-link svg{
    width: 40px;
    height: 40px;
}

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

.authorized-wrapper {
    background: url("../images/home-authorized-top-bg.webp") no-repeat top right;
    background-size: contain;
    padding: 50px 0;
}
.top-heading{
    font-size: 24px;
    font-weight: 600;
    margin: 14px 0;
}
.top-header{
    display: flex;
    gap: 10px;
    position: relative;
}
.top-header:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 12px;
    border-bottom: 2px solid #0C8858;
    width: 100px;
}
.header-white:before{
    border-bottom: 2px solid white;
}
.top-header p{
    font-size: 26px;
    line-height: 20px;
    color: #616161;
    font-family: Roboto, sans-serif;
}
.visa-information-note {
    border-radius: 12px;
    border: 1px solid #E9E9E9;
    background: #F9FAFA;
    padding: 20px;
}

.types-visa-wrapper .category-tabs .nav-pills .nav-link.active,
.types-visa-wrapper .category-tabs .nav-pills .show>.nav-link {
    border-radius: 6px;
    border: 1px solid #525264;
    background: #FEFEFE;
    color: var(--primary);
    opacity: 1;
}

.types-visa-wrapper .category-tabs .nav-pills .nav-link {
    margin: 2px;
    border-radius: 6px;
    border: 1px solid #525264;
    background: #FEFEFE;
    color: var(--primary,);
    opacity: 0.5;
}

.visa-card {
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    background: linear-gradient(137deg, #F2F3FF 2.54%, #FFF 61.21%, #F0F5F7 98.91%);
    transition: scale 0.6s ease;
}

.visa-card:hover {
    scale: 1.02;
    box-shadow: 4px 4px 11px 3px rgba(0, 0, 0, 0.12);
}

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

.faq-ques .accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed,
.accordion-item {
    background: transparent;
}

.faq-wrapper {
    background: url("../images/faqs-bg.webp") no-repeat bottom right;
    background-size: 25%;
}

.terms-body{
    padding: 50px 0;
}
.terms-body,.terms-body p,.terms-body ul li,.terms-body ol li{
    color: #616161;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 400;
}
.terms-body h1{
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
}
.terms-body h2{
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
}
.terms-body h3{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.terms-body h4,.terms-body h5,.terms-body h6{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.track-application-btn {
    border-radius: 8px;
    background: var(--primary) !important;
    color: white !important;
    border: 2px solid var(--primary) !important;
    width: 180px;
    padding: 12px;
}

.visa-track-status .form-input .form-control {
    width: 80%;
}

.visa-track-note {
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #F7F7F7;
    padding: 2%;
    position: relative;
}
.visa-track-note ul {
    color: var(--primary);
}

.visa-track-note ul li::marker {
    color: var(--primary);
}

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

.contact-us-form {
    border-radius: 16px;
    border: 2px solid #FFF;
    background: radial-gradient(107.32% 141.42% at 0% 0%, rgba(0, 101, 12, 0.30) 0%, rgba(23, 148, 38, 0.00) 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
    padding: 4%;
}

.contact-us-form label {
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
}

.contact-us-form .form-control {
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
    background-color: transparent;
    color: white;
    font-size: 13px;
}
.contact-us-form .form-control:focus{
    outline: none;
    box-shadow: none;
}

.contact-us-form .form-control::placeholder {
    color:rgba(255, 255, 255, 0.319);
}

.contact-us-btn {
    border-radius: 16px;
    box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid var(--primary);
    color: var(--primary);
    background: linear-gradient(to right, #007D64FF  50%, white 50%) right top / 200% 100%;
    transition: all .5s ease-out;
}

.contact-us-btn:hover,.contact-us-btn:focus {
    background-position: left;
    color: white;
    border: 1px solid var(--primary);
}

.contact-us-btn:hover path, .contact-us-btn:focus path {
    stroke: white;
}
.contact-us-form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid white;
    height: 38px;
}

.contact-us-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 38px;
    font-size: 16px;
}
/* home page css end */
/*---new design visa form style --*/
.visa-form-header{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    padding: 40px 0 24px 0;
    position: relative;
}
.visa-form-trusted{
    display: inline-flex;
    padding: 3px 6px;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.22);
}
.visa-form-trusted span{
    color: #F4F4F4;
    font-size: 10px;
    line-height: normal;
}
.visa-form-header h1{
    font-size: 32px;
    font-weight: 300;
    color: var(--white);
    margin: 10px 0 40px 0;
}
.visa-form-header h1 strong{
    font-weight: 600;
}
.visa-form-feature{
    display: flex;
    align-items: center;
    gap: 24px;
}
.visa-form-feature-box{
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.22);
    color: var(--white);
    text-align: center;
}
.visa-form-feature-box p{
    margin: 0;
    font-weight: 200;
    font-size: 13px;
    line-height: normal;
}
.visa-form-feature-box small{
    color: rgba(255, 255, 255, 0.60);
    font-size: 10px;
    font-weight: 300;
}
.visa-form-body{
    background: linear-gradient(180deg, #fbfffb 0%, #F9FFF0 100%);
}
.visa-form-body-head{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.sub-heading-circle{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(23, 139, 0, 0.12);
    background: #FAFFF2;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.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-outer{*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    border-radius: 100%;*/
/*    background: rgb(235 225 219);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
.progress-circle{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgb(243 235 230);
    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(23, 38, 148, 0.12);
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-box.active .progress-circle-inner{
    border: 1px solid #AC735F;
    background: linear-gradient(90deg, rgba(172, 115, 95, 0.80) 0%, rgba(123, 67, 26, 0.80) 100%);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.progress-box.active .progress-circle{
    background: rgb(211 188 172);
}

.progress-box-fill-form::before{
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: #D9D9D9;
    width: 40%;
    height: 4px;
}
.progress-box-fill-form::after{
    content: "";
    position: absolute;
    left: 80px;
    top: 40px;
    background: linear-gradient(90deg, #AC735F 0%, #7B431A 100%);
    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: 92px;
    top: 40px;
    background: #D9D9D9;
    width: 41%;
    height: 4px;
}
.progress-box span{
    display: block;
    background: linear-gradient(90deg, #AC735F 0%, #7B431A 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
}
.progress-box small{
    color: #505050;
    font-size: 10px;
    font-weight: 300;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(172, 115, 95, 0.7);
    }
    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;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid rgba(55, 92, 250, 0.22);
    background: #F6F4FF;
    margin: 0;
}
.visa-form-body-step-info p span{
    font-size: 12px;
    background: linear-gradient(90deg, #4162F3 0%, #6F31D9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visa-form-card{
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FEFEFE 0%, #F7FAF6 100%);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
}
.visa-form-card-head{
    display: flex;
    align-items: center;
    gap: 10px;
}
.visa-form-card-head .sub-heading h2{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visa-form-card-head .sub-heading p{
    color: #6C6C6C;
    font-family: Inter;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.visa-form-card .form-label{
    font-size: 12px;
    margin-bottom: 4px;
}
.visa-form-card .form-control{
    color: #444;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
}
.visa-form-card input::placeholder{
    font-size: 12px;
    font-weight: 300;
}
.visa-form-card .select2-container--default .select2-selection--single{
    height: 40px;
    border: 1px solid #dee2e6;
}
.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-submit-card{
    border-radius: 12px;
    background: #F5FFEF;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.06), 8px 8px 60px 0 rgba(0, 0, 0, 0.12);
}
.visa-form-submit .btn-primary{
    border-radius: 8px;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    border: none;
    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: linear-gradient(98deg, #0C8858 30%, #47aa7e 70%);
}
.visa-form-submit ul li{
    margin: 8px 0;
    font-size: 13px;
    color: #454545;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
}
.visa-form-submit .note-card{
    display: flex;
    padding: 12px;
    align-items: center;
    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;
    background: linear-gradient(270deg, #E06C41 0%, #B85733 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.visa-form-faqs-card{
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    box-shadow: 8px 8px 60px 0 rgba(0, 0, 0, 0.08);
}
.visa-form-faqs-card .visa-form-card-head{
    background: #595959;
    color: var(--white);
}
.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-weight: 400;
    background: transparent !important;
    font-size: 14px;
}
.visa-form-faqs .accordion-body {
    padding: 6px;
    font-size: 12px;
    font-weight: 300;
}
.visa-form-support{
    background: #F6F6F6;
    padding: 16px;
    border-radius: 0 0 8px 8px;
}
.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;
}
.visa-form-support .phone-card{
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.08);
    margin: 12px 0;
}
.visa-form-support .text-color-light{
    color: rgba(53, 53, 53, 0.80);
}
.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: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    box-shadow: 0 0 2px 0 rgba(84, 176, 137, 0.44), 0.4px 0.4px 4px 0 rgba(0, 174, 106, 0.30);
    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: 14px;
    font-weight: 700;
    position: absolute;
    top: -14px;
    background-color: #fcfffd;
    padding: 4px 10px;
    left: 4px;
    text-transform: uppercase;
    color: #787878;
}
.document-box img{
    width: 80px;
    height: 80px;
    margin: 6px auto;
}
.document-box .btn-doc-upload{
    display: block;
    margin: 5px auto;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #4DB65D;
    background: var(--white);
    color: #4DB65D;
    padding: 6px 0;
    transition: box-shadow 0.5s ease-in-out;
}
.document-box .btn-doc-upload:hover{
    background-color: rgb(76 181 92 / 4%);
    box-shadow: 2px 4px 8px #c4c8cb;
}
.passport_upload,.photo_upload,.document_upload{
    display: none;
}
.passport_btn,.photo_btn,.document_btn{
    cursor: pointer;
}
.doc-hint-form{
    font-size: 12px;
}
/*---end visa application---*/
/*-- new checkout page style---*/
.check-header{
    padding: 20px 0;
    background: linear-gradient(90deg, #EF4123 0%, #EE3F25 51.5%, #D11450 100%);
    overflow-x: hidden;
}
.check-flash{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}
.check-flash-info h1{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.check-flash-icon{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--white);
}
.check-body .fill-bar.animate-progress::after {
    width: 75%;
    z-index: 1;
}
.check-applicant-body{
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FEFEFE 0%, #F7FAF6 100%);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.08), 12px 12px 88px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 30px;
}
.check-applicant-body:before{
    content: "";
    position: absolute;
    left: 0;
    top: 84px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.check-applicant-card .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #f9fff4 !important;
}
.check-applicant-card .accordion-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: #F1FFE3;
}
.check-applicant-card h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.check-applicant-card .applicant-head{
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #626262;
    margin-bottom: 8px;
}
.check-applicant-card .applicant-info{
    display: block;
    font-size: 14px;
    font-weight: 400;
    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 #EF8923;
    background: #FFF6F6;
}
.check-service-flash p{
    color: #C60;
    font-size: 12px;
    font-weight: 300;
}

.check-service-card-outer{
    position: relative;
}
.check-service-card-outer .btn-check{
    position: absolute;
    clip: auto;
    pointer-events: none;
    width: 20px;
    height: 20px;
    right: 4px;
    top: 30px;
}
.btn-primary{
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: var(--white) !important;
    padding: 10px 20px;
}
.btn-primary:hover, .btn-primary:focus{
    background: #045041FF !important;
    border: 1px solid #045041FF !important;
}
.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 #D1D5DC;
    color: #626262;
}
.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 {
    background-color: #F1FDF4;
    border-color: #32C84C;
    color: #626262;
}
.btn-check:checked+.btn .check-service-card-time{
    background-color: #F1FDF4;
    border-color: #C1F8CE;
}
.check-service-card small{
    font-weight: 300;
    font-size: 12px;
}
.check-service-card-icon{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #F2F2F2;
}
.btn-check:checked+.btn .check-service-card-icon{
    background: var(--primary);
}
.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: 12px;
    border: 1px solid rgba(98, 98, 98, 0.12);
    background: #F9FAFB;
    color: #626262;
}
.accordion-box .accordion-button{
    background: transparent;
}
.check-service-card-time p{
    font-size: 11px;
    font-weight: 300;
    margin: 0;
}
.btn-delete-ck{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #CD0000;
    background: transparent;
    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-delete-ck .bi-trash{
    font-size: 16px;
    color: white;
}
.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);
}
.btn-edit-ck .bi-pencil-square{
    font-size: 16px;
    color: #316AFD;
}
.check-addons .btn{
    padding: 0;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    background: #FFF;
    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;
}
.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 #EF8923;
    background: #FFF6F6;
    color: #C60;
}

.check-summary-card{
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    background: #FEFEFE;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.15);
}
.check-booking-box{
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid #ffded9;
    background: rgba(255, 238, 238, 0.51);
}
.check-booking-box-info p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    background: linear-gradient(96deg, #363636 0%, #494949 104.19%);
    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: 67px;
    height: 66px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: linear-gradient(90deg, #EF4123 0%, #EE3F25 51.5%, #D11450 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, #EF4123 0%, #EE3F25 51.5%, #D11450 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;
    font-weight: 300;
    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: #FEFEFE;
    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-icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
}
.check-payment-secure-header h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.check-payment-secure .btn-group .form-check-input{
    position: absolute;
    left: 10px;
}
.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 0;
}
.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);
}
.check-payment-secure .btn-group .form-check-label{
    padding: 16px 16px 16px 40px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FEFEFE;
    margin-bottom: 12px;
    width: 100%;
}
.btn-pre-submit{
    border-radius: 8px;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.12);
    width: 100%;
    border: 1px solid #0C8858 !important;
    transition: all 0.5s linear;
    color: var(--white) !important;
}
.btn-pre-submit:hover{
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.4);
    background: linear-gradient(98deg, #0C8858 30%, #47aa7e 70%);
}
.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;
}
.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;
    border: 1px solid #0C8858;
    background: var(--white);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.check-summary-promo-body .btn-outline-primary span{
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(98deg, #0C8858 0%, #5DB58E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.check-summary-promo-body input{
    font-size: 13px;
    padding: 10px;
    color: #5C5C5C;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    background: #F3F3F5;
}
.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;
}
@media screen and (max-width: 992px) {
    .form-submit-cards{
        display: none;
    }
}
/*---- end checkout page style -----*/

/*-- payment success style--*/
.pay-wrapper{
    padding: 50px 0;
}
.pay-header{
    margin: 20px 0;
}
.pay-header h1{
    margin: 20px 0;
    font-weight: 500;
    font-size: 32px;
    color: var(--primary);
}

.pay-body{
    border-radius: 16px;
    border: 1px solid #EBEEF5;
    background: var(--white, #FFF);
    display: flex;
    margin: 20px 0;
}
.pay-body_icon{
    position: relative;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e4e4e4;
}
.pay-body_icon:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFE6C2;
    width: 100%;
    height: 40px;
    border-radius: 10px 0;
}
.pay-body-info{
    position: relative;
    width: 65%;
}
.pay-body-info:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFE6C2;
    width: 100%;
    height: 40px;
    border-radius: 0 10px 0;
}
.pay-body-info h3{
    position: relative;
    color: #3EC456;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 5px 20px;
}
.pay-body-box{
    border: 1px solid #e4e4e4;
    margin: 15px;
    padding: 15px;
    border-radius: 10px;
}

.pay-body-info h4{
    font-size: 13px;
    font-weight: 500;
    margin: 6px 0;
    color: darkgrey;
}

.pay-body-info p{
    font-size: 13px;
    font-weight: 400;
    margin: 6px 0;
    color: #616161;
}
.pay-body-info ul li{
    display: flex;
    list-style-type: none;
}
.pay-body-info h4{
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0;
    width: 50%;
    text-align: left;
}
.pay-body-info p{
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
    color: #616161;
    width: 50%;
    text-align: left;
}
.btn-pay{
    background-color: var(--primary);
    color: var(--white);
    font-size: 13px;
    padding: 10px 20px;
}

.btn-back{
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 13px;
    padding: 10px 20px;
}
.pay-note{
    margin: 20px 0;
    border-radius: 4px;
    background: #D9FFD5;
    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-success{
    color: #3EC456;
    font-size: 13px;
    padding: 10px;
    background-color: #D9FFD5FF;
    border-radius: 8px;
}



.pay-pending h3{
    color: var(--primary);
}
.pay-pending .pay-note{
    border-radius: 4px;
    background: #EEF2FE;
}
.pay-pending .pay-note p{
    color: var(--primary);
}

.pay-failed h3{
    color: #F00;
}
.pay-failed .pay-note{
    border-radius: 4px;
    background: rgba(255, 0, 0, 0.08);
}
.pay-failed .pay-note p{
    color: #F00;
    font-size: 13px;
}
.pay-success{
    color: #3EC456;
    font-size: 13px;
    padding: 10px;
    background-color: #D9FFD5FF;
    border-radius: 8px;
}

@media screen and (max-width: 992px) {
    .pay-body_icon{
        display: none;
    }
    .pay-body{
        display: block;
    }
    .pay-image img{
        width: 100%;
        height: auto;
    }
    .pay-body-info{
        width: 100%;
    }
}

/*-- end payment success style--*/
/*--track status page style--*/
.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) !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);
    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{
    border-bottom: 2px solid #e4e4e4;
    margin: 10px 0;
    box-shadow: 0 2px 0 1px #e4e4e42e;
    padding: 10px;
    border-radius: 10px;
    background: var(--white);
}
.ts-body-visa h2,.ts-body-addon h2{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}
.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;
}
.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;
}
.ts-body-box_left .ts-body-box_left_profile img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
.ts-body-box_left_profile p{
    font-size: 14px;
    font-weight: 500;
    margin: 4px 0;
}
.ts-body-box_left_profile span{
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0;
}
.ts-body-box_right{
    width: 80%;
}

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

.ts-body-box_rlt p{
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0;
}
.ts-body-box_rlt span{
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.ts-header h2{
    font-size: 18px;
    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: var(--white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 36px;
    border-radius: 4px;
    margin: 6px 0;
    border: 1px solid var(--primary);
    display: inline-flex;
}
.btn-pay-upload{
    font-size: 13px;
    font-weight: 500;
    color: #1d8fb3;
    background-color: rgba(29, 143, 179, 0.2);
    padding: 4px 16px;
    display: inline-block;
    border-radius: 20px;
}
.ts-note-pay{
    background-color: rgb(189 58 58 / 12%);
    border: 2px solid #bd3a3a;
    padding: 8px;
    border-radius: 5px;
    display: inline-block;
    color: #bd3a3a;
    font-size: 14px;
    font-weight: 600;
    margin: 0 15px 0;
}

@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%;
    }
}

/*--end track status page style--*/
/*--- Document pending style----*/
.doc-pending__wrapper{
    padding: 20px 0;
}
.doc-pending__header h1{
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
}
.doc-pending__form{
    margin: 30px 0;
}
.doc-pending__body__box{
    padding: 15px;
    margin: 10px 0;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 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 1px #E7E7E7 inset;
}
.doc-pending__remark h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.doc-pending__remark__body{
    color: var(--primary);
    padding: 0 20px;
}
.doc-pending__body .document-box{
    border: 1px solid #e1e1e1;
    border-radius: 10px ;
    padding: 8px 0;
    margin: 10px 0;
    text-align: center;
}

.doc-pending__form .document-box img{
    padding-bottom: 0;
    margin: 0 auto;
}
.doc-pending__body .hint-form{
    font-size: 12px;
    font-weight: 500;
    color: #cc0303;
}
.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) !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) !important;
    color: var(--white) !important;
    margin-top: 20px;
}
/*--- end Document pending style----*/
#contact-us {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#about {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#faq {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}