html {
    scroll-behavior: smooth
}
* {
    margin: 0;
    padding: 0;
}
:root{
 --primary:#062C4C;
  --secondary:#F0C14B;
 --text-color:#000000;
}
body {
    font-family: "Montserrat", sans-serif;
    color: #1D73BC;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    overflow-x: hidden;
}
b, strong {
    font-weight: bold;
}
a, .link {
    color: #1D73BC;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #141C5E;
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 0;
}
p+p {
    margin-top: 1rem;
}
h1, h2, h3, h4, h5, h6 {}
li {
    list-style: none;
}
.container {
    max-width: 1340px;
    position: relative;
    overflow: hidden;
}
.btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: solid 2px;
    background: #1D73BC;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
.btn.btn-primary {
    background: #A30F11;
    color: #fff;
    border-color: #1D73BC;
}
.btn.btn-primary:hover {
    color: #A30F11;
    background: #fff;
}
.btn.btn-secondary {
    background: #1D73BC;
    color: #fff;
    
}
.btn.btn-secondary:hover {
    background: #fff;
    color: #141C5E;
}
.btn.btn-white {
    background: #fff;
    color: #141C5E;
}
.btn.btn-white:hover {
    background: #A30F11;
    color: #fff;
}
.btn.btn-text {
    background: none;
    color: #A30F11;
}
.btn.btn-text:hover {
    color: #141C5E;
}
.btn.btn-text:focus {
    opacity: 0.8;
    color: #141C5E;
}
.btn.arrow-right .icon {
    order: 2;
}
.form-control {
    color: #1D73BC;
    width: 100%;
    height: 45px;
    border: 2px solid #1D73BC;
    padding: 2px 20px;
    border-radius: 5px;
    background: none;
    font-weight: 500;
    font-size: 16px;
}
.form-floating {
   color: #1D73BC!important;
}
.select2-container .select2-selection--single {
    height: 58px;
    border: solid 2px #1D73BC;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1D73BC;
    line-height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1D73BC transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -10px;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-heading h2 {
    font-size: 38px;
}
.section-heading h2 span {
    display: block;
}
.section-heading p {
    font-size: 20px;
    margin-top: 10px;
}
.section-heading .btn-column {
    margin-top: 40px;
}
@media (max-width:990px) {
    .section-heading h2 {
        font-size: 32px;
    }
}
@media (max-width:767px) {
    .section-heading h2 {
        font-size: 26px;
    }
}
.vaf-site-header{
    background:#fff;
    border-bottom:1px solid #e6e6e6;
    position:relative;
    z-index:9999;
    padding:15px 0px;
}
.vaf-site-header .container {
    overflow: visible;
}
 .vaf-dflex{
    display:flex;
}
.vaf-align-center{
    align-items:center;
}
.vaf-justify-between{
    justify-content:space-between
}
 .vaf-site-logo img{
    height:46px;
    display:block;
}
/* desktop nav */
 .vaf-right-menu-and-bt{
    display:flex;
    align-items:center;
    gap:18px
}
 .vaf-nav{
    display:flex;
    gap:16px;
    list-style:none;
    margin:0;
    padding:0;
    align-items:center;
}
 .vaf-nav-item{
    position:relative;
}
 .vaf-nav-link{
    color:var(--text-color);
    text-decoration:none;
    padding:8px 6px;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:8px
}
 .vaf-nav-link:hover{
    color: var(--secondary);
 }
 .vaf-submenu{
    position:absolute;
    left:0;
    top:100%;
    min-width:240px;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,0.08);
    border:1px solid #eee;
    display:none;
    margin-top:0px;
    padding: 0;
}
.vaf-nav-item:hover>.vaf-submenu{
    display:block
}
.vaf-submenu li+li{
    border-top: 1px solid #ddd;
}
.vaf-submenu li a{
    display:block;
    padding:10px 16px;
    color:#222;
    text-decoration:none;
    font-weight:500;
    font-size:16px;
}
.vaf-submenu li a:hover{
    background:#e6b83b;
}
 .vaf-nav-btn-bt .vaf-call-btn{
    background:#e6b83b;
    padding:9px 16px;
    border-radius:8px;
    color:#0f1c5c;
    text-decoration:none;
    font-weight:600;
}
/* mobile toggle */
 .vaf-mobile-menu-btn{
    display:none;
    cursor:pointer;
}
 .vaf-mobile-menu-btn .vaf-open{
    font-size:20px;
    color:#0f1c5c;
}
/* FULL-WIDTH MOBILE PANEL (Elementor style: drop from top) */
 .vaf-mobile-panel {
     position: fixed;
     left:0;
     right:0;
     top:0;
     height:0;
     overflow:hidden;
     display:none;
     z-index:12000;
     transition:height .36s cubic-bezier(.2,.9,.2,1);
}
 .vaf-mobile-panel.vaf-open {
     display:block;
     height:100vh;
}
 .vaf-mobile-panel-backdrop {
     position:absolute;
     inset:0;
     background:rgba(0,0,0,0.35);
     opacity:0;
     transition:opacity .2s ease;
     pointer-events:none;
}
 .vaf-mobile-panel.vaf-open .vaf-mobile-panel-backdrop {
     opacity:1;
     pointer-events:auto;
}
/* panel content slides down from top */
 .vaf-mobile-panel-content {
     position:relative;
     width:100%;
     max-width:1200px;
     margin:0 auto;
     transform:translateY(-20px);
     transition:transform .32s ease, opacity .28s ease;
     opacity:0;
}
 .vaf-mobile-panel.vaf-open .vaf-mobile-panel-content {
     transform:translateY(0);
     opacity:1;
}
/* panel inner container (white area) */
 .vaf-mobile-panel-inner {
     background:#fff;
     margin-top:0;
     box-shadow:0 10px 40px rgba(0,0,0,0.12);
     border-bottom:4px solid #e6b83b;
}
/* top row inside panel */
 .vaf-mobile-panel-top {
     display:flex;
     align-items:center;
     justify-content:space-between;
     padding:14px 18px;
     border-bottom:1px solid #efefef;
}
 .vaf-mobile-logo img {
     height:38px;
}
 .vaf-mobile-panel-close {
     background:transparent;
     border:0;
     font-size:20px;
     cursor:pointer;
     color:#0f1c5c;
}
/* menu list */
 .vaf-mobile-nav {
     padding:8px 0 40px;
     max-height:calc(100vh - 80px);
     overflow:auto;
     -webkit-overflow-scrolling:touch;
}
 .vaf-mobile-nav ul{
     list-style:none;
     margin:0;
     padding:0;
}
 .vaf-mobile-nav-item{
     border-bottom:1px solid #f3f3f3;
}
 .vaf-mobile-nav-item > a, .vaf-mobile-accordion-btn {
     display:flex;
     justify-content:space-between;
     align-items:center;
     padding:14px 18px;
     width:100%;
     text-align:left;
     background:transparent;
     border:0;
     font-weight:700;
     font-size:15px;
     color:#111;
     cursor:pointer;
}
/* accordion styling */
 .vaf-mobile-submenu{
     max-height:0;
     overflow:hidden;
     transition:max-height .32s ease, padding .22s ease;
     padding:0 18px;
}
 .vaf-mobile-submenu li a {
     display:block;
     padding:10px 0;
     color:#444;
     text-decoration:none;
     font-weight:600;
}
/* active/expanded */
 .vaf-mobile-nav-item.vaf-active > .vaf-mobile-accordion-btn {
     background:#e6b83b;
     color:#0f1c5c;
}
 .vaf-mobile-nav-item.vaf-active > .vaf-mobile-submenu {
     padding:10px 18px;
}
/* arrow rotation */
 .vaf-sub-arrow i{
     transition:transform .2s ease;
}
 .vaf-mobile-nav-item.vaf-active .vaf-sub-arrow i{
     transform:rotate(180deg);
}
/* responsive */
 @media (max-width:1050px){
     .vaf-nav{
         display:none 
    }
     .vaf-mobile-menu-btn{
         display:block 
    }
     .vaf-site-logo img{
         height:40px 
    }
}
.booking-page {
    padding-top: 20px;
    padding-bottom: 100px;
    background: url(../images/vaf-booking.jpg) center top no-repeat;
    position: relative;
    background-size: 100%;
}
.booking-page .container {
    max-width: 800px;
}
.booking-page .heading-img {
    text-align: right;
}
.booking-page .heading-img img {
    height: 350px;
}

.booking-page h1 {
    font-size: 24px;
    text-align: left;
    color:#fff;
        padding-top: 35px;
}
.booking-page .section-heading p {
    font-size: 16px;
    margin-top: 10px;
    color:#fff;
}
.booking-page h1 span {
    opacity: 0.3;
}
@media (max-width:990px) {
    .booking-page {
        background-size: cover;
    }
    .booking-page h1 {
        font-size: 40px;
    }
}
@media (max-width:767px) {
    .booking-page {
        padding-top: 56px;
    }
    .booking-page .heading-img {
        text-align: center;
        order: 2;
    }
    .booking-page h1 {
        font-size: 30px;
    }
}
.booking-form-sectoin {
    background: #fff;
}
.booking-form-box {
    padding: 25px;
    background: #fff;
    border: solid 2px #1D73BC;
    border-top: none;
}
.booking-form .select-airport-type {
    display: flex;
    border: solid 1px #1D73BC;
}
.booking-form .select-airport-type label {
    flex: 0 0 33.33%;
    width: 33.33%;
    cursor: pointer;
    border: solid 1px #1D73BC;
    color: #1D73BC;
}
.booking-form .select-airport-type label .airport-icon {
    text-align: center;
    padding: 10px;
}
.booking-form .select-airport-type label .airport-icon span {
    display: block;
    font-weight: 500;
}
.booking-form .select-airport-type label .airport-icon svg {
    height: 60px;
    width: 60px;
}
.booking-form .select-airport-type label input {
    position: absolute;
    opacity: 0;
}
.booking-form .select-airport-type label input:checked+.airport-icon {
    background: #1D73BC;
    color: #fff;
}
.booking-form .select-airport-type label input:checked+.airport-icon svg {
    fill: #fff;
}
ul.form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
ul.form li {
    flex: 0 0 50%;
    width: 50%;
    padding: 8px;
}
ul.form li.full {
    flex: 0 0 100%;
    width: 100%;
}
ul.form li .btn {
    width: 100%;
}
.form-quantity-selector {
    display: flex;
    align-items: center;
    gap: 16px;
}
@media (max-width:550px) {
    .booking-form-box {
        padding: 10px;
    }
    .booking-form .select-airport-type label .airport-icon svg {
        height: 40px;
        width: 40px;
    }
    .booking-form .select-airport-type label .airport-icon {
        padding: 5px;
    }
    .booking-form .select-airport-type label .airport-icon span {
        font-size: 14px;
        white-space: nowrap;
    }
    ul.form li {
        flex: 0 0 100%;
        width: 100%;
    }
}
.form-quantity-selector label {}
.form-quantity-selector .quantity-col {
    display: flex;
    align-items: center;
    width: 100%;
}
.form-quantity-selector .quantity-col .form-floating {
    width: 100%;
}
.form-quantity-selector .quantity-col .form-floating label {
    width: 100%;
    text-align: center;
    transform: scale(1) translateY(-0.5rem);
}
.form-quantity-selector .quantity-col .btn {
    height: 58px;
    font-size: 35px;
    padding: 0 5px;
    background: #1D73BC;
    border-color: #1D73BC;
    color: #fff;
    width: auto;
}
.form-quantity-selector .quantity-col .btn.minus {
    border-radius: 5px 0 0 5px;
}
.form-quantity-selector .quantity-col .btn.plus {
    border-radius: 0 5px 5px 0;
}
.form-quantity-selector .quantity-col .form-control {
    border-radius: 0;
    text-align: center;
    border-left: 0;
    border-right: 0;
}
.content-section-with-image {
    padding-top: 160px;
    padding-bottom: 160px;
    background: #141C5E;
}
.content-section-with-image .content-section {
    flex: 0 0 43%;
}
.content-section-with-image .image-section {
    flex: 0 0 50%;
}
.content-section-with-image .content {
    color: #A30F11;
    margin-top: 40px;
    margin-bottom: 60px;
}
.content-section-with-image .section-heading h2 {
    color: #A30F11;
}
.content-section-with-image .section-heading h2 span {
    color: #A30F11;
    opacity: 0.3;
}
.content-section-with-image .image {
    border-radius: 60px;
    overflow: hidden;
}
.content-section-with-image .image img {
    width: 100%;
}
.content-section-with-image.image-left .image-section {
    order: 1;
}
.content-section-with-image.image-left .content-section {
    order: 2;
}
@media (min-width:991px) {
    .content-section-with-image .image-section {
        order: 2;
    }
}
@media (max-width:990px) {
    .content-section-with-image {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-section-with-image .image-section {
        margin-bottom: 60px;
    }
}
@media (max-width:767px) {
    .content-section-with-image {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .content-section-with-image .image-section {
        margin-bottom: 32px;
    }
    .content-section-with-image .image {
        border-radius: 20px;
    }
}

/*-=-=-=-=-=-=-=-=-=-=--=--=-=-=-=-=booking-form-=-=-=-=-=--=-=-=-=-=-==-=-=-=--=--=-=-=-=-=*/

.step_number {
    width: 10%;
    position: absolute;
    font-size: 18px;
    background: #1D73BC;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    left: 5%;
    transform: translateY(-50%);
    max-width: 40px;
    min-width: 40px;
}
.step_number span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.form-group {
    margin-bottom: 10px;
}
.vip-mmet-list .vip-mmet-list-li {
    list-style: inside;
}
img.banner-img-main {
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #0f1c5c;
    padding: 15px;
}
.nav.menu-active {
    display: block;
    position: fixed;
    top: 69px;
    background: #fff;
    left: 0;
    right: 0;
}
@media (max-width:1024px){
    .header-phone-cta{
        display:none;
    }
    .site-header .nav li ul {
        background: #ffff;
        z-index: 1;
        left:0;
        right:0;
        position: relative !important;
        width: 100%;
    }
}
.site-header .menu-active-sub li a {
    background: #fff !important;
    color: #0F1C5C !important;
}
.site-header .menu-active li a {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
}
.nav.menu-active li+li {
    border-top: 1px solid #ddd;
}
.site-header .menu-active-sub li:hover a {
    background: #A30F11 !important;
    color: #fff !important;
}
.hamburger .open{
display:none;
}
.hamburger .close{
display:block;
}
.tooltips {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    font-family: "Gill Sans", Impact, sans-serif;
    position: relative;
    text-align: center;
    width: 10px;
    height: 25px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
    
.tooltips .tooltip {
    background: black;
    bottom: 100%;
    color: #fff;
    display: block;
    min-width: 250px;
    right: 0;
    left: -148px;
    margin: auto;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
    
    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .tooltips .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    }
    
    /* CSS Triangles - see Trevor's post */
    .tooltips .tooltip:after {
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    }
    
    .tooltips:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    /* IE can just show/hide with no transition */
    .lte8 .tooltips .tooltip {
    display: none;
    }
    
    .lte8 .tooltips:hover .tooltip {
    display: block;
    }

    .upload-sec, .upload-secs {
        margin-bottom: 15px;    
        border: 1px dashed #e0dfdf;
        padding: 45px 15px 15px;
        position: relative;
    }
    .tooltip1 {
        position: absolute;
        display: inline-block;
        right: 9px;
        top: 7px;
    }
    .tooltip1 i {
        background: black;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        font-size: 10px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        margin-top: -3px;
    }
    .tooltip1 .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 270px;
        background-color: #141c5e;
        color: #fff;
        text-align: center;
        padding: 15px;
        border-radius: 6px;
        z-index: 1;
        font-size: 11px;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .tooltip-bottom {
        top: 160%;
        left: 50%;
        margin-left: -135px;
    }
    .tooltip1:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
    .tooltip1 i:hover {
        background: #141c5e;
        color: #fff;
    }
    .upload-body-txt {
        text-align: center;
    }
    .upload-body-txt i {
        color: #8c8c8c;
        font-size: 42px;
        margin-bottom: 10px;
    }
    .upload-body-txt p {
        font-size: 12px;
        margin-bottom: 0;
    }
    .text-primary {
        --bs-text-opacity: 1;
        color: #141c5e !important;
    }
    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: #141c5e !important;
    }
    .tooltips i {
        background: black;
        text-align: center;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
        font-size: 10px;
        height: 14px;
        width: 14px;
        line-height: 14px;
        margin-top: -3px;
    }
    .other_prices-div .form-group {
        display : flex ;
        margin-right:20px;
    }
    img.mb-2.back-money {
        width: 200px;
    }
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    position: relative;
    right: 0px;
    top: 1px;
    z-index: 11;
    color: #f00;
}

/* Footer Uodated Start */
.updated-footer {
    padding: 70px 15px;
    background: #062C4C;
    color: #fff;
}
.log-icon {
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-image: linear-gradient(135deg, #0A4D9B 0%, #062C4C 100%);
    border-radius: 8px 8px 8px 8px;
    font-size: 20px;
    font-weight: 600;
}
.footer-logo-and-content {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
}
.updated-footer-grid .card-li-bts {
    padding: 0;
    margin: 0;
}
.updated-footer-grid .card-li-bts li {
    background-color: #FFFFFF1A;
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 8px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF40;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.updated-footer-grid .card-li-bts li+li {
    margin-left: 10px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.updated-footer-grid {
    display: grid;
    grid-template-columns: 1fr 0.7fr 0.7fr 0.7fr;
    gap: 20px;
}
.updated-footer-grid ul{
    padding: 0;
    margin: 0;
}
.updated-footer-grid .footer-col .footer-col-title {
    font-size: 16px;
    font-weight: 600;
}
.updated-footer-grid .footer-col .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    font-weight: 500;
}
.updated-footer-grid .footer-col .footer-nav a{
    color: #fff;
}
.updated-footer-grid .footer-social {
    display: flex;
    gap: 20px;
}
.updated-footer-grid .footer-social a {
    color: #fff;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    background-image: linear-gradient(135deg, #0A4D9B 0%, #062C4C 100%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.footer-bootm-bar {
    padding: 15px 0px;
    background: var(--secondary);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-align: center;
}
@media (max-width:1270px) {
 .updated-footer-grid{
    grid-template-columns: 1fr  0.5fr 0.5fr;
 }  
 .footer-blank-col{
    display: none;
 }
}
@media (max-width:916px) {
    .updated-footer-grid{
    grid-template-columns: 1fr 0.5fr;
    }
}
@media (max-width:650px) {
.updated-footer-grid{
    grid-template-columns: 1fr;
}
.updated-footer-grid .card-li-bts li+li{
    margin: 0;
}
.updated-footer-grid .card-li-bts {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.footer-col{
    gap: 10px;
}
.right-menu-and-bt .nav-btn-bt .call-btn{
    font-size: 12px;
}
}
/* Footer Uodated END */
