/*---root style--*/
:root{
    --white:#FFFFFF;
    --black:#353535;
    --primary-color:#172694;
    --secondary-color:#FFCA7F
}
body{
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
    font-size: 14px;
}
a{
    text-decoration: none;
    color: var(--black);
}

/*---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--*/

/*-- pagination style--*/
.pagination-footer span{
    font-size: 12px;
    font-weight: 400;
}
.pagination .page-item .page-link{
    background-color: var(--white);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
}
.pagination .page-item.active .page-link{
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.pagination .page-item.disabled .page-link{
    color: var(--black);
    background-color: #a9a9a938;
}
/*-- end pagination style--*/
/*--- error style--*/
.text-danger.error{
    font-size: 13px;
}
.alert span{
    font-size: 14px;
    font-weight: 400;
}
/*--- end error style--*/

.master_bg{
    background:url("../images/master_bg.webp") repeat top left;
    background-size: auto;
    width: 100%;
    height: auto;
}
.master-top-mrg{
    margin-top: 90px;
}


/*---end root style--*/

/*-- header section style --*/
.bg-body-navbar{
    background-color: var(--white) !important;
    position: fixed;
    width: 100%;
    top: 0px;
    max-width: 1920px;
    z-index: 9999;
}
.navbar-brand{
    margin-right: 50px;
}
.navbar-brand img,.offcanvas-header img{
    width: 100px;
    height: auto;
}
.navbar-brand a{
    margin: 0px 20px;
}
.navbar-nav .nav-item .nav-link{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #7F8493;
}
.navbar-nav .nav-item .nav-link .nav-icon{
    line-height: 18px;
    margin-right: 6px;
}
.navbar-nav .nav-item .nav-link.active{
    color: var(--primary-color);
}
.navbar-nav .nav-item .nav-link.active .nav-icon path{
    fill: var(--primary-color);
}
.navbar-nav .nav-item .dropdown-item{
    font-size: 13px;
    font-weight: 500;
    color: #7F8493;
    margin: 5px 0;
}
.navbar-nav .nav-item .dropdown-item:hover{
    background-color: var(--primary-color);
    color: var(--white);
}
.express-button{
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FAFAFA;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    text-decoration: none;
    margin-right: 20px;
}
.express-button:hover{
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.12), 6px 6px 12px 0px rgba(0, 0, 0, 0.08);
}
.whatsapp-box{
    position: relative;
}
.whatapp-expert{
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 9px;
    font-weight: 500;
    color: var(--primary-color);
}
.whatapp-number{
    position: absolute;
    top: 40px;
    right: 44px;
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
}
.navbar-nav{
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .navbar-nav{
        align-items: start;
    }
    .navbar-nav .nav-item .nav-link{
        margin: 4px 0px;
    }
    .express-button{
        margin: 20px 0px;
    }
}
/*-- end header section style--*/

/*-- hero section style--*/
.hero-wrapper{
    background: url("../images/hero_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    min-height: 750px;
}
.hero-header{
    margin: 40px 0px 10px 0px;
}
.hero-header h1{
    color: var(--primary-color, #172694);
    font-size: 40px;
    font-weight: 900;
}
.hero-header p{
    color: #616161;
    font-size: 16px;
    max-width: 540px;
    width: 100%;
}
.hero-form{
    padding: 24px;
    border-radius: 16px;
    background: var(--white);
    box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.22);
    max-width: 520px;
    width: 100%;
    margin: 30px 0px;
}

.hero-form .btn-search{
    padding: 12px 24px;
    background-color: var(--primary-color, #172694) !important;
    color: var(--white) !important;
    font-size: 12px;
    font-weight: 500;
}
.hero-form .btn-search:hover{
    background-color: #1021a6 !important;
    color: var(--white) !important;
}
.hero-form .btn-search:focus{
    box-shadow: 0 0 0 .25rem rgba(17, 50, 94, 0.25);
}
.form-label{
    color: var(--black);
    font-size: 14px;
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
}
.form-label span{
    color: var(--primary-color, #172694);
}

.key-container{
    display: inline-flex;
    flex-wrap: wrap;
    padding: 24px 32px;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
}
.key-container-body{
    display: flex;
    align-items: center;
    gap: 16px;
}
.key-info-head{
    color: #353535;
    font-size: 16px;
    font-weight: 500;
}
.key-info-value{
    color: #353535;
    font-size: 24px;
    font-weight: 900;
}
.devo-brand-tag{
    display: flex;
    gap: 20px;
    margin: 30px 0px;
    justify-content: end;
}
/*-- end hero section style--*/
/*-- feature style--*/
.feature-urgent{
    border-radius: 4px;
    background: rgba(19, 141, 117, 0.08);
    display: flex;
    align-items: center;
    margin: 30px 0px;
    padding: 12px;
}
.feature-urgent-info{
    margin-left: 20px;
}
.feature-urgent-info h2{
    color: #172694;
    font-size: 20px;
    font-weight: 900;
    margin: 5px 0px;
}
.feature-urgent-info p{
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
.feature-body{
    display: flex;
    width: 100%;
    min-height: 276px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    margin: 20px 0px;
}
.feature-body-key{
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
}
.feature-body-value{
    color: #7D7D7D;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .feature-urgent{
        display: block;
        text-align: center;
    }
}
/*-- end feature section style--*/
/*-- authorize section style--*/
.authorized-wrapper{
    background-image: url("../images/authorize_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
}
.authorized-header h2{
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px;
    color: var(--black);
    text-transform: uppercase;
}
.authorized-body{
    margin: 70px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.authorized-body img{
    margin: 30px 0px;
}
/*--end authorize style--*/
/*-- steps section style--*/
.steps-header h2{
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px;
    text-transform: uppercase;
}
.steps-card{
    width: 100%;
    min-height: 220px;
    border-radius: 26px;
    border: 1px solid #D4D4D4;
    background: #FCFCFC;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
    margin: 10px 0px;
    position: relative;
}
.steps-card--first:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url("../images/step1_bg.webp") no-repeat;
    width: 128px;
    height: 101px;
}
.steps-card--two:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url("../images/step2_bg.webp") no-repeat;
    width: 112px;
    height: 103px;
}
.steps-card--three:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url("../images/step3_bg.webp") no-repeat;
    width: 128px;
    height: 101px;
}
.steps-card-header{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}
.steps-card-info-key{
    color: #FFCA7F;
    font-size: 22px;
    font-weight: 500;
}
.steps-card-info-value{
    color: var(--primary-color, #172694);
    font-size: 18px;
    font-weight: 500;
}
.steps-card-footer{
    position: relative;
}
.steps-card-footer ul li{
    color: #7D7D7D;
    font-size: 16px;
    margin: 2px 0px;
}
/*-- end steps section style--*/
/*-- visa type section style--*/
.devo-vt-header h2,.devo-vt-header h1{
    color: var(--black);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0px;
}

.devo-vt-tabs-head .nav-pills{
    display: flex;
    align-items: center;
    gap: 10px;
}
.devo-vt-tabs-head .nav-pills .nav-link{
    border-radius: 6px;
    border: 1px solid #FFE6C2;
    opacity: 0.9;
    background: #FEFEFE;
    padding: 11px 15px;
    color: var(--primary-color, #172694);
}
.devo-vt-tabs-head .nav-pills .nav-link.active{
    border-radius: 6px;
    border: 1px solid var(--primary-color, #172694);
    background: linear-gradient(270deg, #FFE6C2 0.23%, #FFF 99.85%);
    color: var(--primary-color, #172694);
    opacity: 1;
}
.devo-vt-tabs-info h3{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px;
}

.devo-vt-card{
    width: 100%;
    display: inline-flex;
    min-height: 295px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 18px;
    border: 1px solid #D4D4D4;
    background: #FCFCFC;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.08);
    margin: 24px 0px;
}
.devo-vt-card-head{
    color: var(--black);
    font-size: 16px;
    font-weight: 900;
}
.devo-vt-card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.devo-vt-card-header_info p{
    color: var(--primary-color);
    font-weight: 900;
    font-size: 18px;
    margin: 4px 0;
}
.devo-vt-card-header_info h3,h4{
    color: var(--primary-color);
    font-weight: 900;
    margin: 4px 0px;
    font-size: 18px;
}
.devo-vt-card-content{
    display: flex;
    gap: 20px;
}
.devo-vt-card-process-key p{
    color: var(--black);
    margin: 4px 0px;
}
.devo-vt-card-process-value p{
    color: #A49E9E;
}
.devo-vt-card-footer p{
    color: var(--primary-color, #172694);
    font-size: 26px;
    font-weight: 700;
    margin: 0px;
}
.devo-vt-card-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.devo-vt-card-footer a{
    font-size: 12px;
    font-weight: 400;
    padding: 8px 16px;
    background-color: var(--primary-color);
    color: var(--white);
    display: block;
    border-radius: 4px;
}
.devo-vt-card-footer a:hover{
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1200px) {
    .devo-vt-tabs-head{
        overflow: auto;
    }
    .devo-vt-tabs-head .nav-pills{
        width: max-content;
        flex-wrap: nowrap;
    }
}

/*-- end visa type style--*/
/*-- simple section style--*/
.simple-wrapper{
    background-image: url("../images/simple_bg.webp");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 769px;
    padding: 30px 0px;
}
.simple-body{
    display: flex;
    justify-content: space-around;
    margin: 40px 0px;
}
.simple-body-content{
    max-width: 500px;
    width: 100%;
}
.simple-body-content h3{
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0px;
}
.simple-body-content h2{
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0px;
}
.simple-body-content p{
    color: var(--black);
    margin: 14px 0px;
}
.simple-body-content p a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

@media screen and (max-width: 1200px) {
    .simple-wrapper{
        background-image: none;
    }
    .simple-body{
        flex-wrap: wrap;
    }
    .simple-body-content{
        max-width: 100%;
    }
}
/*-- end simple section style--*/
/*-- whyshould section style--*/
.whyshould-wrapper{
    margin: 50px 0px;
    background-image: url("../images/whyshould_bg.webp");
    background-size: auto;
    background-position: right bottom;
    width: 100%;
    height: auto;
}
.whyshould-body h4{
    color: #000;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 25px 0px;
}
.whyshould-body h2{
    color: #000;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 25px 0px;
}
.whyshould-body ul li{
    color: #7D7D7D;
    margin: 20px 0px;
    list-style-type: none;
    display: flex;
}

.whyshould-body ul li span{
    margin-right: 10px;
}

/*-- end whyshould section style--*/
/*-- eligible section style--*/
.eligible-wrapper{
    margin: 40px 0px;
}
.eligible-body{
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--secondary-color, #FFCA7F);
    background: #FEFEFE url("../images/map_bg.webp") no-repeat right top;
    box-shadow: -2px -2px 16px 0px rgba(0, 0, 0, 0.12), 2px 2px 16px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}
.eligible-body:before{
    content: "";
    position: absolute;
    top: 0;
    background-image: url("../images/eligible_bg.webp");
    background-repeat: no-repeat;
    width: 100%;
    height: 453px;
}
.eligible-body h3{
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    margin: 15px 0px;
    position: relative;
}
.eligible-body h2{
    color: var(--black);
    font-size: 28px;
    font-weight: 900;
    margin: 15px 0px;
    position: relative;
}
.eligible-body p{
    color: #7D7D7D;
    margin: 10px 0px;
    position: relative;
}
.search-form{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0px;
}
.search-form input{
    padding: 12px;
    border: 1px solid var(--primary-color);
}
.search-form .input-group-text{
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white);
}
.country-list{
    position: relative;
}
.country-list ul li{
    list-style: none;
    display: inline-block;
    width: 19%;
    margin: 10px 0px;
}
.country-list ul li a{
    color: var(--black);
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.country-list ul li a:hover{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 2px 2px 12px 0px rgb(250 214 156 / 45%);
}

@media screen and (max-width: 768px) {
    .eligible-body{
        padding: 10px;
    }
    .country-list ul li{
        width: 48%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .eligible-body{
        padding: 10px;
    }
    .country-list ul li{
        width: 24%;
    }
}

/*-- end eligible style--*/
/*--testimonial style--*/
.test-wrapper{
    position: relative;
}
.test-header h3{
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px;
    text-transform: uppercase;
}
.test-header h2{
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px;
    text-transform: uppercase;
}
.test-body{
    background-image: url("../images/testi_bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-stage{
    margin-top: 40px;
}
.testimonial-slider-body{
    border-radius: 43px;
    border: 2px solid rgba(255, 255, 255, 0.19);
    background: #868DC4;
    backdrop-filter: blur(13.5px);
    width: 495.178px;
    min-height: 281px;
    margin-bottom: 40px;
    margin-left: 40px;
}
.testimonial_img_user{
    width: 90px;
    height: 90px;
    background-color: var(--secondary-color, #FFCA7F);
    filter: drop-shadow(0px 5.759px 2.304px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    padding-top: 11px;
    padding-left: 11px;
    position: relative;
    top: -20px;
    left: 10px;
}
.testimonial_img_user:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #FFE6C2;
    z-index: -1;
    box-shadow: 8.639px 8.639px 8.639px rgba(0, 0, 0, 0.25);
}
.testimonial_img_user img{
    width: 70px !important;
    height: 70px;
    border-radius: 100%;
    border: 5px solid var(--white);
}
.testimonial_user_info{
    margin-left: 20px;
    margin-top: 15px;
}
.testimonial_user_info-left p{
    font-size: 16px;
    font-weight: 500;
    margin: 4px 0px;
    color: var(--white);
}
.testimonial_user_info-left span{
    font-size: 13px;
    font-weight: 300;
    color: var(--white);
}
.testimonial_slider-comments{
    margin: 20px 14px;
    color: var(--white);
}

.testimonial_body .owl-nav{
    text-align: center;
}
.owl-carousel .owl-next {
    transform: translate(0px, 0px);
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.owl-carousel .owl-prev {
    transform: translate(-100px, 0px);
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.owl-carousel .owl-next span,.owl-carousel .owl-prev span{
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: var(--primary-color, #172694) !important;
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
    color: var(--white) !important;
    width: 40px;
    height: 70px;
    font-size: 40px;
    display: block;
}
@media screen and (max-width: 768px) {
    .testimonial-slider-body{
        width: 100%;
        margin: 0px;
    }
}


/*--end testimonial style--*/

/*--faqs section style--*/
.faqs-wrapper{
    background: url("../images/faqs_bg.webp") no-repeat top fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.faqs-header h1,.faqs-header h2,.faqs-header h3,.faqs-header h5,.faqs-header h4{
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px;
    text-transform: uppercase;
}
.faqs-body .accordion-button{
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    background: transparent;
}
.faqs-body .accordion-button:not(.collapsed){
    background-color: transparent;
    color: var(--primary-color);
    box-shadow:none;
}
.accordion-button:focus{
    box-shadow: none;
}
.faqs-body .accordion-item{
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid var(--secondary-color);
    background: transparent;
}
.accordion-body {
    padding: 10px 20px;
}
.accordion-body h1,.accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0px;
}
.accordion-body p,.accordion-body ul li,.accordion-body ol li{
    margin: 4px 0px;
}
/*-- end faqs section style--*/
/*-- footer section style--*/
.footer-top{
    background-color: var(--secondary-color);
    width: 100%;
    height: 20px;
    position: relative;
    margin-bottom: 60px;
}
.footer-top:before{
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0px;
    background-color: #0a58ca;
    width: 400px;
    height: 25px;
    border-radius: 0px 0px 0px 60px;
}
.footer-link{
    display: flex;
    gap: 88px;
}
.footer-link-container h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.footer-link-container ul li{
    list-style-type: none;
    margin: 12px 0px;
}
.footer-link-container ul li a{
    text-transform: capitalize;
    color: var(--black);
    text-decoration: none;
}
.footer-link-container ul li a:hover{
    color: var(--primary-color);
}
.footer-logo img{
    width: 160px;
    height: auto;
}
.footer-logo p{
    color: #616161;
    margin: 20px 0px;
}
.footer-payment, .footer-social{
    margin: 20px 0px;
}
.footer-payment p,.footer-social p{
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.footer-payment img{
    width: 150px;
    height: 30px;
    margin-left: 10px;
}
.footer-social-icon{
    margin: 0px 16px;
}
.bi-facebook{
    color: #3664A2;
}
.bi-twitter{
    color: #00ACED;
}
.bi-linkedin{
    color: #3664A2;
}
.bi-youtube{
    color: #FF0000;
}
.footer-contact{
    background-color: var(--secondary-color);
    width: 50px;
    height: 244px;
    text-align: center;
    position: relative;
    top: 48px;
    z-index: 1;
    padding: 1px 0px;
    border-radius: 10px 10px 0px 0px;
}
.footer-contact:before{
    content: "";
    position: absolute;
    left: -22px;
    bottom: 0px;
    border-left: 0px solid transparent;
    border-right: 23px solid #D4A057;;
    border-bottom: 23px solid transparent;
}
.footer-contact:after{
    content: "";
    position: absolute;
    right: -22px;
    bottom: 0px;
    border-right: 0px solid transparent;
    border-left: 23px solid #D4A057;;
    border-bottom: 23px solid transparent;
}
.footer-contact-icon{
    margin: 20px 0px;
}
.footer-contact-icon .contact-address,.footer-contact-icon .contact-number,.footer-contact-icon .contact-mail{
    position: absolute;
    left: 56px;
    width: 240px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}
.contact-address{
    top: 10px;
}
.contact-number{
    top: 75px;
}
.contact-mail{
    top: 125px;
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.footer-bottom{
    position: relative;
    width: 100%;
}
.footer-bottom-right{
    position: absolute;
    right: 0px;
}
.footer-bottom-left{
    position: absolute;
    top: 0px;
}
.footer-bottom-left svg,.footer-bottom-right svg{
    width: 100%;
}
.footer-description h6{
    font-size: 22px;
    font-weight: 900;
    margin: 10px 0px;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .footer-direction{
        flex-direction: column-reverse;
    }
}
/*--end footer section style--*/

/*-- about us page style--*/
.ab-wrapper{
    background: url("../images/ab_hero_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.ab-hero-content h1{
    color: var(--primary-color, #172694);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.ab-hero-content h2{
    color: var(--black, #353535);
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
}
.ab-hero-content{
    color: #616161;
    font-size: 16px;
    font-weight: 400;
}
.ab-service-wrapper{
    margin: 40px 0px;
}
.ab-service-body{
    text-align: center;
}
.ab-service_bg{
    position: relative;
}
.ab-service-icon{
    position: absolute;
    top: 28px;
    left: 0px;
    right: 0px;
}
.ab-service-body p{
    color: #616161;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.ab-goal-wrapper{
    margin: 40px 0px;
}
.ab-goal-content h2{
    color: var(--primary-color, #172694);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0px;
}
.ab-goal-content h3{
    color: var(--black);
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0px;
}
.ab-goal-content{
    color: #616161;
    font-size: 16px;
}
.ab-goal-image img{
    width: 100%;
    height: auto;
}

.ab-achieve-wrapper{
    margin: 40px 0px;
}
.ab-achieve-header h2,.ab-service-header h2{
    color: var(--black, #353535);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
}
.ab-achieve-body{
    text-align: center;
}
.ab-achieve-head{
    color: var(--black, #221E1E);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.ab-achieve-info{
    color: var(--black);
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
}
.ab-mission-wrapper{
    background: url("../images/mission_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}
.ab-mission-image img{
    width: 100%;
    height: auto;
}
/*-- end about page style--*/

/*-- about country page style--*/

.ac-wrapper{
    background: url("../images/vt-hero_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
}
.ac-hero-form{
    padding: 16px 18px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.15);
    width: 80%;
    margin: 70px auto;
}

.ac-note-body{
    display: flex;
    justify-content: center;
}

.ac-info-note{
    display: inline-flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #FFE6C2;
    margin: 30px 0px;
}
.ac-info-note p{
    color: var(--primary-color, #172694);
    font-size: 13px;
    margin: 0px;
}
.ac-info-wrapper{
    position: relative;
    margin: 50px 0px;
}
.ac-info-header{
    background: #FFE6C2;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 0px;
}
.ac-info-header h1{
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.ac-info-flag{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 147px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: -35px;
    filter: drop-shadow(4px 4px 22px rgba(0, 0, 0, 0.08));
}
.ac-info-description{
    color: #7D7D7D;
    font-size: 15px;
    margin: 20px 0px;
}

.about-country-content .ac-content{
    height: 120px;
    overflow: hidden;
    transition: height 0.3s ease;
}
.expand-btn{
    float: right;
    border: none;
    background: transparent;
    font-size: 16px;
}

.ac-doc-wrapper{
    margin: 50px 0px;
}
.ac-doc-wrapper h2{
    color: #353535;
    font-size: 24px;
    font-weight: 900;
}
.ac-doc-wrapper p{
    color: #616161;
    font-size: 16px;
    margin: 10px 0px;
    position: relative;
}

.ac-doc-body{
    margin: 20px 0px;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #E3C4FF;
    background: #F9F5FF;
    box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.12);
    text-align: center;
    min-height: 370px;
    position: relative;
}
.doc--passport:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/doc_passport_bg.webp");
    background-repeat: no-repeat;
    width: 112px;
    height: 108px;
}
.doc--flight:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/doc_flight_bg.webp");
    background-repeat: no-repeat;
    width: 80px;
    height: 75px;
}
.doc--hotel:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/doc_hotel_bg.webp");
    background-repeat: no-repeat;
    width: 93px;
    height: 86px;
}
.doc--photo:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/doc_photo_bg.webp");
    background-repeat: no-repeat;
    width: 84px;
    height: 64px;
}
.doc--flight{
    border-radius: 18px;
    border: 1px solid #B3F7B3;
    background: #F6FFF7;
    box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.12);
}
.doc--hotel{
    border-radius: 18px;
    border: 1px solid #FFC6EB;
    background: #FFF0FA;
    box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.12);
}
.doc--photo{
    border-radius: 18px;
    border: 1px solid #B7EAFF;
    background: #F8FDFF;
    box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.12);
}
.ac-doc-body img{
    width: 100%;
    height: 220px;
}
.ac-benefit-header h2{
    color: var(--black, #353535);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}
.ac-body-box{
    margin: 30px 0px;
}
.ac-body-box p{
    color: var(--black, #353535);
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0px;
}
.ac-benefit-wrapper{
    background: url("../images/benefits_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.ac-benefit-top{
    margin-bottom: 100px;
}
.ac-benefit-bottom{
    margin-top: 100px;
}
.ac-benefit-icon{
    position: relative;
}
.ac-benefit-line--secondary:before{
    content: "";
    position: absolute;
    left: 164px;
    top: 4px;
    width: 2px;
    height: 252px;
    background-color: var(--secondary-color);
    transform: rotate(309deg);
}
.ac-benefit-line--primary:before{
    content: "";
    position: absolute;
    left: 164px;
    top: 4px;
    width: 2px;
    height: 252px;
    background-color: var(--primary-color);
    transform: rotate(309deg);
}
.ac-benefit-linebottom--primary:before{
    content: "";
    position: absolute;
    left: 163px;
    top: -165px;
    width: 2px;
    height: 240px;
    background-color: var(--primary-color);
    transform: rotate(54deg);
}
.ac-benefit-linebottom--secondary:before{
    content: "";
    position: absolute;
    left: 163px;
    top: -165px;
    width: 2px;
    height: 240px;
    background-color: var(--secondary-color);
    transform: rotate(54deg);
}
.ac-benefit-image img{
    width: 100%;
    height: 406px;
}
.ac-hero-form .btn-search{
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 0px;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 500;
}
.ab-description{
    margin: 30px 0px;
}

.ab-description_body h1,.ab-description_body h2,.ab-description_body h3,.ab-description_body h4,
.ab-description_body h5,.ab-description_body h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    text-transform: capitalize;
    color: var(--black);
}
.ab-description_body,.ab-description_body p ,.ab-description_body ul li,.ab-description_body ol li{
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
    color: #616161;
}
.ab-description_body a{
    color: var(--primary-color);
}

.ab-description_body h1, .blog-description h1 {
    font-size: 2rem !important;
}

.ab-description_body h2, .blog-description h2 {
    font-size: 1.5rem !important;
}

.ab-description_body h3, .blog-description h3 {
    font-size: 1rem !important;
}
.ab-description_body h4, .blog-description h4 {
    font-size: 0.75rem !important;
}

@media screen and (max-width: 1200px) {
    .ac-benefit-line--secondary:before,.ac-benefit-linebottom--primary:before,
    .ac-benefit-linebottom--secondary:before,.ac-benefit-line--primary:before{
        display: none;
    }
    .ac-benefit-body{
        text-align: center;
    }
    .ac-benefit-top,.ac-benefit-bottom{
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .ac-info-flag{
        position: relative;
        top: 0;
    }

}
/*--end about country page style--*/
/*--contact page style--*/
.contact-us-wrapper{
    background: url("../images/contact_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    position: relative;
}
.contact-us-wrapper:before{
    content: "";
    position: absolute;
    background: url("../images/contact-left_bg.webp") no-repeat;
    width: 1003px;
    height: 749px;
    top: 0px;
    right: 0px;
}
.contact-form_body{
    position: relative;
    margin-left: 40px;
}
.contact-form_body h1{
    color: var(--black, #000);
    font-size: 26px;
    font-weight: 900;
    margin: 20px 0 40px 0;
}
.contact-form_body h1 span{
    color: var(--primary-color);
}
.contact-form_body p{
    color: #7D7D7D;
    font-size: 16px;
    margin: 10px 0px;
}
.contact-form_body form{
    margin: 40px 0px;
}
.contact-form_body .form-label span,.ts-form .form-label span{
    float: none;
}
.contact-form_body .select2-container--default .select2-selection--single,
.contact-form_body input,.contact-form_body select,.contact-form_body textarea{
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 2px solid #7D7D7D;
    border-radius: 0px;
    border-radius: 0px;
    padding: 14px 4px;
    background: transparent;
}
.contact-form_body input:focus,.contact-form_body select:focus,.contact-form_body textarea:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}
.contact-form_body .form-label{
    font-weight: 600;
    font-size: 12px;
}
.contact-form_body .btn-send{
    margin: 10px 0;
    display: flex;
    padding: 10px 30px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 26px;
    background: var(--primary-color, #172694) !important;
    box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, 0.12);
    color: var(--white) !important;
}
.contact-form_body .btn-send:hover,.contact-form_body .btn-send:focus{
    background: #1626a6 !important;
}
.contact-us-body{
    position: relative;
}
.contact-us-info{
    position: absolute;
    top: 40px;
    left: 60px;
}
.contact-us-info h2{
    color: var(--primary-color, #172694);
    font-size: 28px;
    font-weight: 700;
    margin: 15px 0;
}
.contact-us-info ul li{
    list-style-type: none;
    margin: 20px 0px;
    display: flex;
    align-items: center;
}
.contact-us-info-value{
    width: 70%;
    margin-left: 20px;
}
.contact-us-image{
    position: absolute;
    bottom: -94px;
    right: 0px;
}

@media screen and (max-width: 768px) {
    .contact-us-bg svg{
        display: none;
    }
    .contact-us-image{
        position: relative;
        bottom: 0px;
    }
    .contact-form_body{
        margin-left: 0px;
    }
    .contact-us-info{
        position: relative;
        top: 0px;
        left: 0px;
    }
}
/*-- end contact us page status--*/
/*--track status page style--*/
.ts-wrapper{
    padding: 50px 0px;
}
.ts-header h1{
    color: var(--black, #353535);
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0px;
}

.ts-form{
    margin: 30px 0px;
}
.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 0px;
    outline: none;
}

.ts-note{
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    background: #FFEDEF;
    padding: 16px;
    margin: 30px 0px;
}
.ts-note ul li{
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
    margin: 8px 0px;
}

.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 0px;
}
.ts-card span{
    font-size: 13px;
    font-weight: 400;
}
.ts-body-visa,.ts-body-addon{
    border-bottom: 2px solid #e4e4e4;
    margin: 10px 0px;
    box-shadow: 0px 2px 0px 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 0px;
}

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

@media screen and (max-width: 992px) {
    .ts-body-box{
        display: block;
    }
    .ts-body-box_left,.ts-body-box_right{
        width: 100%;
        margin: 10px 0px;
    }
    .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--*/
/*-- terms conditions page style--*/
.terms-wrapper{
    padding: 50px 0px;
}
.terms-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.terms-header h1{
    color: var(--black);
    font-size: 30px;
    font-weight: 900;
    margin: 10px 0px;
    text-transform: uppercase;
}
.terms-header p{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0px;
}
.terms-body h1,.terms-body h2,.terms-body h3,.terms-body h4,.terms-body h5,.terms-body h6{
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px;
}
.terms-body,.terms-body p,.terms-body ul li,.terms-body ol li{
    color: #616161;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: 400;
}
/*-- end terms condition page style--*/
/*-- page not found page style--*/
.pnf-body{
    text-align: center;
    padding: 50px 0px;
}
.btn-home{
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 40px;
    border-radius: 20px;
    margin: 40px auto;
    display: block;
    text-align: center;
    width: 140px;
    text-decoration: none;
}

/*-- page not found page style--*/
/*-- application form page style--*/
.af-wrapper{
    background: url("../images/vt-hero_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 10px 0px;
}
.af-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.af-header h1{
    color: #353535;
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0px;
}
.af-note{
    display: inline-flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #FFE6C2;
    margin: 14px 0px;
}
.af-note p{
    color: var(--primary-color, #172694);
    margin: 0px;
}
.af-progress-form h2{
    text-transform: uppercase;
    color: #616161;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0px;
}
.af-body_box{
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    background: #F9F9F9;
    padding: 16px;
    margin: 30px 0px;
}
.af-body_box h4,.af-body_box h3{
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0px;
    text-transform: uppercase;
    color: #616161;
}
.af-body_box .select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #ced4da;
    cursor: text;
    padding-top: 22px;
    padding-bottom: 9px !important;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
.af-body_box .select2-container .select2-selection--single,
.serviceselect2 .select2-container .select2-selection--single{
    height: 55px !important;
}
.af-body_box .select2-container--default .select2-selection--single .select2-selection__arrow,
.serviceselect2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px !important;
}
.af-body_box .select2-container--default .select2-selection--single .select2-selection__rendered,
.serviceselect2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
    line-height: 56px;
    font-size: 12px;
    font-weight: 400;
}
.af-body_box select,.af-body_box input{
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
}
.af-body_box .form-label{
    font-size: 12px;
    font-weight: 500;
    color: gray;
}
.form-floating .form-control, .form-floating .form-select {
    border-radius: 4px;
    height: 10px;
    min-height: 55px;
    padding-bottom: 5px;
}
.form-floating > .form-control::placeholder {
    color: revert !important;
}

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

.document-box{
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0px;
    position: relative;
    text-align: center;
}
.document-box .document-box_header{
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: -14px;
    background-color: #f9f9f9;
    display: inline-block;
    padding: 0px 10px;
    left: 4px;
    text-transform: uppercase;
    color: #616161;
}
.document-box img{
    width: 80px;
    height: 80px;
    margin: 0px auto;
}
.passport_show{
    width: 80px;
    height: 80px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.document-box .document-box_head{
    display: block;
    margin: 5px auto;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 6px 0px;
    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;
}
.btn-submit{
    color: var(--primary-color) !important;
    background-color: var(--white) !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    padding: 10px 30px;
    background: linear-gradient(to left, #FFF 50%, var(--primary-color) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.btn-submit:hover{
    background-position: left;
    color: var(--white) !important;
}
.btn-submit:hover path{
    fill: var(--white);
}
@media screen and (max-width: 768px) {
    .af-header{
        display: block;
    }
}
/*-- end application-form page style--*/
/*-- blog page style--*/
.blog-wrapper{
    background:url("../images/blog-hero_bg.webp") no-repeat bottom left;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.blog-wrapper .para-heading{
    color: var(--black);
    font-size: 40px;
    font-weight: 900;
    margin: 10px 0px;
}
.blog-wrapper p{
    color: #616161;
    font-size: 16px;
    margin: 20px 0px;
}
.bc-header h2{
    color:var(--black);
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0px;
}
.bc-header h2 span{
    color: var(--primary-color);
}

.blog-card{
    display: flex;
    margin: 20px 0px;
    border-radius: 20px;
    padding-right: 10px;
}
.blog-card:hover{
    box-shadow: 0px 3px 3px 1px #e4e4e4;
}
.blog-card_img img{
    width: 220px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    margin-right: 20px;
}
.blog-card_info h3{
    color: var(--black);
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
}
.blog-card-about,.blog-vc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px 0px;
}
.blog-card-about span{
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px;
}
.blog-card_info .post-by{
    font-size: 12px;
    font-weight: 400;
}
.blog-card_info .post-by span{
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
}
.blog-card_info p{
    color: #616161;
    font-size: 12px;
    margin: 5px 0px;
}
@media screen and (max-width: 1200px) {
    .blog-card{
        display: block;
    }
    .blog-card_img img{
        width: 100%;
        height: 180px;
    }
}
/*-- end blog page style --*/
/*-- blog detail page style --*/
.bd-wrapper{
    padding: 30px 0px;
}
.bd-header{
    position: relative;
    margin: 20px 0px;
}
.bd-header-image img{
    border-radius: 8px;
    width: 100%;
    height: 450px;
}
.bd-header-image:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 12%) 0%, #000 100%);
    border-radius: 8px;
}
.bd-header-info{
    position: absolute;
    bottom: 20px;
    padding: 10px 20px;
    width: 100%;
    left: 0px;
}
.bd-header-info h1{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
}
.bd-header-info .post-by{
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
}
.bd-header-info .post-vc{
    color: var(--white);
    font-size: 12px;
    display: flex;
    align-items: center;
}
.bd-body{
    margin: 20px 0px;
}

.bd-body h1,.bd-body h2,.bd-body h3,.bd-body h4, .bd-body h5,.bd-body h6{
    color: var(--black, #353535);
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}
.bd-body, .bd-body p,.bd-body ul li,.bd-body ol li{
    color: #616161;
    margin: 5px 0px;
}
.bd-body img{
    width: 100%;
    height: auto;
    margin: 10px 0px;
}
.bd-body a{
    color: var(--primary-color);
}
.btn-block{
    background: var(--primary-color) !important;
    color: var(--white) !important;
    border: 0;
    font-size: 16px;
    width: auto !important;
    padding: 12px 50px;
}
.bd-popular,.bd-count-wrapper{
    margin: 20px 0px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
}
.bd-popular .bd-popular-head{
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.bd-popular-card_img img{
    width: 140px;
    height: 100%;
    margin-right: 10px;
    border-radius: 4px;
}
.bd-popular-card{
    display: flex;
    margin-bottom: 20px;
}
.bd-popular-card_info h3{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}
.bd-popular-card_info p{
    font-size: 11px;
    margin: 4px 0px;
}
.bd-popular-card_info .post-by{
    font-size: 10px;
}
.bd-popular-card_info .post-by span{
    color: var(--primary-color);
    font-weight: 500;
}
.bd-popular-card-about span{
    font-size: 10px;
    font-weight: 400;
}
.faqs-header h3{
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px;
    color: var(--black);
    text-transform: uppercase;
}
.bd-commnet-info{
    margin: 20px 0px;
}

.bd-comment-info-box{
    display: flex;
    margin: 20px 0px;
}
.bd-comment-info_img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 10px;
}
.bd-comment-info_user{
    width: 100%;
}
.bd-comment-info_user p{
    margin: 4px 0px;
    text-transform: capitalize;
}
.bd-comment-info_des,.bd-comment-info_des p{
    font-size: 13px;
    margin: 6px 0px;
}
.bd-comment-form{
    margin: 20px 0;
}
.bd-comment-form h2{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    color: var(--black);
}

.bd-comment-form input,.bd-comment-form textarea{
    display: flex;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid  #9D9D9D;
}
.btn-comment{
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    margin: 20px 0px;
}

@media screen and (max-width: 1200px) {
    .bd-popular-card{
        display: block;
    }
    .bd-popular-card_img img{
        width: 100%;
        height: 150px;
    }
}
/*-- end blog detail page style --*/
/*-- visa process to apply page style--*/
.pta-header{
    background: url("../images/vt-hero_bg.webp") no-repeat top;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 86px 0px;
}
.pta-header h1{
    color: var(--black);
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0px;
    text-align: center;
}
.pta-body{
    margin-top: 50px;
}
.pta-body-box{
    margin: 50px 0px;
}
.pta-body-box_img{
    position: relative;
}
.pta-body-box_img img{
    position: relative;
    z-index: 1;
}

.pta-body-box_count{
    background: #FFCA7F;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.12));
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    top: -50px;
    left: auto;
    right: 60%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}
.pta-body-box_info{
    position: relative;
    bottom: 80px;
    left: 30px;
}
.pta-body-box_inner{
    width: 380px;
    height: auto;
    position: absolute;
    top: 130px;
    padding: 20px 32px;
    left: 0px;
}
.pta-body-box_inner h4{
    color: var(--black);
    font-size: 15px;
    font-weight: 900;
    margin: 10px 0px;
    text-transform: capitalize;
}
.pta-body-box_inner h2{
    color: var(--black);
    font-size: 15px;
    font-weight: 900;
    margin: 10px 0px;
    text-transform: capitalize;
}
.pta-body-box_inner p{
    color: #7D7D7D;
    margin: 10px 0px;
}
.step1-curve,.step2-curve,.step3-curve,.step4-curve{
    position: relative;
}
.step1-curve:before{
    content: "";
    position: absolute;
    right: -64px;
    top: -49px;
    background-image: url(../images/step1-curve-line.webp);
    background-repeat: no-repeat;
    width: 455px;
    height: 211px;
}
.step2-curve:before{
    content: "";
    position: absolute;
    left: -537px;
    bottom: -30px;
    background-image: url(../images/step2-curve-line.webp);
    background-repeat: no-repeat;
    width: 728px;
    height: 646px;
}
.step3-curve:before{
    content: "";
    position: absolute;
    right: -130px;
    top: 0px;
    background-image: url(../images/step3-curve-line.webp);
    background-repeat: no-repeat;
    width: 407px;
    height: 427px;
}
.step4-curve:before{
    content: "";
    position: absolute;
    left: -372px;
    bottom: -68px;
    background-image: url(../images/step4-curve-line.webp);
    background-repeat: no-repeat;
    width: 499px;
    height: 532px;
}

@media screen and (max-width: 768px) {
    .pta-body-box_inner{
        position: relative;
        width: 100%;
        top: 80px;
        padding: 10px 0px;
    }
    .pta-body-box_info img{
        display: none;
    }
    .pta-body-box_info{
        left: 0px;
    }
}
@media screen and (max-width: 992px){
    .step1-curve:before,.step2-curve:before,.step3-curve:before,.step4-curve:before{
        display: none;
    }
}
/*-- steps page style--*/
/*-- checkout page style--*/
.checkout-application__body .accordion{
    margin: 20px 0px;
}
.checkout-body_box{
    margin: 20px 0px;
}

.checkout-body_box .accordion-button{
    margin: 0px 0px 0px 0px;
    width: 40px;
    padding: 6px 10px;
    outline: 0px !important;
}
.checkout-body_box .accordion-button:focus{
    box-shadow: none !important;
}
.accordion-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
}
.checkout-body_box .accordion-button:not(.collapsed){
    background-color: transparent;
    color: var(--black);
    box-shadow:none;
}
.checkout-body_box .accordion-item{
    border: 1px solid var(--secondary-color);
}

.checkout-body_box .accordion-header h4{
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0px;
    text-transform: capitalize;
}
.checkout-application__body-info ul li{
    list-style-type: none;
    display: flex;
}
.checkout-application__body-info ul li h4{
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    width: 22%;
    text-align: left;
}
.checkout-application__body-info ul li p{
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
    width: 78%;
    text-align: left;
}
.checkout-application__pay{
    background-color: var(--white);
    border-radius: 8px;
    margin: 20px 0px;
    border: 1px solid var(--secondary-color);
    padding: 20px;
}
.checkout-application__pay h3{
    font-size: 20px;
    font-weight: 700;
    color: #616161;
    text-transform: uppercase;
}
.checkout-application__pay ul li{
    list-style-type: none;
    display: flex;
    padding: 0px 10px;
}
.checkout-application__pay ul li h4{
    font-size: 13px;
    font-weight: 400;
    color: #616161;
    margin: 8px 0;
    width: 70%;
    text-align: left;
}
.checkout-application__pay ul li p{
    font-size: 13px;
    font-weight: 700;
    margin: 8px 0;
    color: var(--black);
    width: 30%;
    text-align: left;
}
.checkout_edit{
    position: absolute;
    right: 60px;
    display: flex;
}
.app-delete{
    background-color: #d91124;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    text-align: center;
    padding-top: 0px;
    align-items: center;
    justify-content: center;
}
.app-edit{
    background-color: var(--primary-color);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-flex;
    text-align: center;
    padding-top: 0px;
    align-items: center;
    justify-content: center;
}
.checkout-application_coupon{
    margin: 20px 0px;
}
.checkout-application_coupon input{
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    box-shadow: 4px 6px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 14px 12px;
}
.checkout-application_coupon .btn-apply{
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    padding: 10px 32px;
}
.checkout-application_coupon .btn-apply:hover{
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
}
.checkout__pay{
    margin: 20px 0px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    padding: 0px 10px;
}

.checkout__pay h4{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
}
.checkout__pay p{
    font-size: 32px;
    font-weight: 700;
    margin: 0px;
}
.checkout__pay small{
    color: var(--primary-color);
}
.btn-pay{
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px;
    margin: 20px 0px;
}
.btn-addmore{
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 24px;
    margin: 10px 0px;
    border-radius: 4px;
}
.btn-danger{
    background-color: #cc0303;
    color: var(--white);
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 4px;
}
.checkout-body_service{
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin: 10px 0px;
}
.checkout-body_service img{
    width: 100%;
    height: 140px;
}
.checkout-body_service h3{
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0px;
    color: #616161;
}
.checkout-body_service p{
    font-size: 13px;
    margin: 6px 0px;
}
.btn-read-more{
    border: 0px;
    background-color: transparent;
    color: cornflowerblue;
    padding: 0px;
    width: 100%;
    text-align: end;
    font-size: 12px;
    font-weight: 400;
}
.checkout-body-description{
    min-height: 84px;
}
.text-over{
    height: 88px;
    overflow-y: scroll;
}
.text-over::-webkit-scrollbar,.sidebar::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}

.text-over::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track{
    border-radius: 8px;
    background-color: #e3e5ff;
    border: 1px solid #8abfcd;
    box-shadow: inset 0 0 6px rgba(76, 154, 171, 0.3);
}

.text-over::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #2d8ea1;
}
.checkout-body_box_rate{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px;
}
.checkout-body_box_rate p{
    font-size: 20px !important;
    font-weight: 700 !important;
}
.navigation{
    margin: 10px 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.navigation a{
    text-decoration: underline;
}

.checkout__cart{
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.checkout__cart .form-check-label{
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;
}
.checkout__cart .form-check-label span{
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
}
.checkout__cart .form-check-input{
    width: 25px;
    height: 25px;
}
.form-check-input:checked{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-checkout{
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 500;
    margin: 14px 0px;
}
.pp-checkout{
    display: flex;
    align-items: center;
}
.pp-checkout--right{
    border-radius: 8px;
    border: 1px solid #E1E1E3;
    background: #FFF;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 24px;
}

.pp-checkout-pay p{
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4px;
    margin: 4px 0px;
}
.pp-checkout-pay .pp-pay{
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--primary-color);
    padding: 6px 12px;
    border-radius: 18px;
    margin: 6px 0px;
    display: inline-block;
}

.checkout__note {
    background-color: #1726941f;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 10px;
    border-radius: 6px;
    margin: 20px 0px;
    display: flex;
    color: var(--primary-color);
}
.check-btn-terms{
    color: var(--primary-color);
}
.check-btn-terms:hover{
    color: #0e1d81;
}
.check-btn-terms:active{
    color: #0e1d81;
}

.checkout__terms{
    font-size: 13px;
    font-weight: 500;
    color: #616161;
}
.paid-amount{
    background-color: var(--primary-color);
    box-shadow: 0px 2px 7px 2px #e4e4e4;
    border-radius: 4px;
}
.paid-amount h4{
    color: var(--white) !important;
}
.paid-amount p{
    color: var(--white) !important;
    width: 35% !important;
}
.due-amount{
    color: var(--primary-color) !important;
}

.addon-service-head{
    background-color: #e1e4f3;
    padding: 0px 10px;
    border-radius: 4px;
}
.addonShow,.addonHide{
    cursor: pointer;
}
.text-primary{
    color: var(--primary-color) !important;
}

@media screen and (max-width: 768px) {
    .pp-checkout{
        display: block;
    }
    .checkout_edit{
        position: relative;
        right: 0px;
    }
    .app-delete,.app-edit{
        width: 24px;
        height: 24px;
        padding-top: 2px;
    }
    .checkout-application_coupon .btn-apply{
        margin: 10px 0px;
    }
    .checkout-application__body-info ul li{
        display: grid;
    }
    .checkout-application__body-info ul li h4{
        width: 100%;
    }
    .checkout-application__body-info ul li p{
        width: 100%;
    }
    .checkout-application__pay ul li h4{
        width: 60%;
    }
    .checkout-application__pay ul li p{
        width: 40%;
    }
}
/*-- end checkout page style--*/

/*-- dynamic page style--*/
.pg-info-wrapper{
    margin: 30px 0px;
}
.pg-info-header h1{
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0px;
    color: var(--black);
    text-transform: uppercase;
}
.pg-info-description h1, .pg-info-description h2, .pg-info-description h3, .pg-info-description h4,
.pg-info-description h5, .pg-info-description h6{
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0px;
    color: var(--black);
    text-transform: capitalize;
}
.pg-info-description,.pg-info-description p,.pg-info-description ul li,.pg-info-description ol li{
    color: #7D7D7D;
    margin: 5px 0px;
}
.pg-info-description a{
    color: var(--primary-color);
}
/*-- end dynamic page style--*/

/*--- Document pending style----*/
.doc-pending__wrapper{
    padding: 20px 0px;
}
.doc-pending__header h1{
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0px;
}
.doc-pending__form{
    margin: 30px 0px;
}
.doc-pending__body__box{
    padding: 15px;
    margin: 10px 0px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #E7E7E7 inset;
}
.doc-pending__body__box h5{
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
}
.doc-pending__body__box h5 span{
    float: right;
}

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

.doc-pending__form .document-box img{
    padding-bottom: 0px;
    margin: 0px 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 0px;
    text-transform: capitalize;
}
.doc-pending__body .passport_head_point{
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px;
    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: 0px;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: var(--primary-color) !important;
    color: var(--white) !important;
    margin-top: 20px;
}
/*--- end Document pending style----*/
/*-- payment success style--*/
.pay-wrapper{
    padding: 50px 0px;
}
.pay-header{
    margin: 20px 0px;
}
.pay-header h1{
    margin: 20px 0px;
    font-weight: 500;
    font-size: 32px;
    color: var(--primary-color);
}

.pay-body{
    border-radius: 16px;
    border: 1px solid #EBEEF5;
    background: var(--white, #FFF);
    display: flex;
    margin: 20px 0px;
}
.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: 0px;
    top: 0px;
    background-color: #FFE6C2;
    width: 100%;
    height: 40px;
    border-radius: 10px 0px 0px 0px;
}
.pay-body-info{
    position: relative;
    width: 65%;
}
.pay-body-info:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FFE6C2;
    width: 100%;
    height: 40px;
    border-radius: 0px 10px 0px 0px;
}
.pay-body-info h3{
    position: relative;
    color: #3EC456;
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    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 0px;
    color: darkgrey;
}

.pay-body-info p{
    font-size: 13px;
    font-weight: 400;
    margin: 6px 0px;
    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 0px;
    width: 50%;
    text-align: left;
}
.pay-body-info p {
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0px;
    color: #616161;
    width: 50%;
    text-align: left;
}
.btn-pay{
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 13px;
    padding: 10px 20px;
}

.btn-back{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    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: 0px;
}
.pay-note_notes{
    color: #FF0000;
    margin-bottom: 0px;
    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-color);
}
.pay-pending .pay-note{
    border-radius: 4px;
    background: #EEF2FE;
}
.pay-pending .pay-note p{
    color: var(--primary-color);
}

.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--*/

/*Partner page Start Here */
.b2b-hero {
    background: url("../images/b2b-hero-bg.webp") no-repeat left;
    background-size: cover;
    padding: 5% 0;
}
.b2b-hero-header h1{
    font-size: 36px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
}
.b2b-hero-header p{
    color: #616161;
}

.b2b-hero .form-control {
    width: 70%;
    height: 50px;
}

.primary-button {
    background: var(--white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    background: linear-gradient(to left, #FFF 50%, var(--primary-color) 50%) right;
    background-size: 400%;
    transition: .9s ease-out;
}

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

.b2b-benefits {
    background: url("../images/b2b-benefits-bg.webp") no-repeat right top;
    background-size: contain;
}
.b2b-benefits h2,.b2b-central-bookers h2,.b2b-business-professional h2,
.b2b-corporate-travel h2, .b2b-partner-steps h2{
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin: 30px 0;
    text-transform: uppercase;
}
.b2b-benefits-container h3, .b2b-central-bookers h3, .b2b-business-professional h3,
.b2b-corporate-travel h3, .b2b-partner-steps h3{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    color: var(--black);
}

.b2b-benefits-container {
    border-radius: 18px;
    background: #FCFCFC;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
    padding: 1% 3%;
}
.b2b-benefits-container p{
    margin: 10px 20px;
    color: #616161;
}

.b2b-central-bookers {
    background: url("../images/b2b-central-bookers-bg.webp") no-repeat left;
    background-size: cover;
}

.b2b-partner-steps {
    background: url("../images/b2b-partner-steps-bg.webp") no-repeat right;
    background-size: cover;
    position: relative;
}

.b2b-business-professional {
    background: url("../images/b2b-business-professional-bg.webp") no-repeat center;
    background-size: auto;
}

.b2b-arrow-img {
    position: absolute;
    top: 100px;
    left: 52%;
}

@media only screen and (max-width: 1200px) {
    .b2b-arrow-img {
        display: none;
    }
}
/*----Partner page Start End-----*/
/*---- partner form page style----*/

/*---- end partner form page style----*/