/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap'); */
/*@import url('https://fonts.cdnfonts.com/css/source-sans-pro');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --primary-color: #005CB5;
    --secondary-color: #1C3044;
    --text-color: #1C3044;
    --white-text-color: #fff;
    --font-family: 'Poppins', sans-serif;
    --animation-speed: 40s;
    --extra-color: #3390C6;
}
body{ 
    font-family: var(--font-family);
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 28px;
}
.nav-link{
color: var(--secondary-color);
}
.nav-link-button-one,.nav-link-button-one:focus{
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    padding: 3px 10px;
    font-weight: 600;
    color: var(--secondary-color);
}
.nav-link-button-one:hover{
    border: 2px solid var(--primary-color);
    color: var(--white-text-color);
    background: var(--primary-color);
}
.nav-link-button-two,.nav-link-button-two:focus{
    border: 2px solid var(--primary-color);
    padding: 5px 20px;
    font-weight: 600;
    color: var(--white-text-color);
    background: var(--primary-color);
    position: relative;
    right: 0;
    height: 100%;
    top: 0;
    border-radius: 0;
    align-content: center;
    width: 165px;
}
.nav-link-button-two:hover{
    border: 2px solid var(--extra-color);
    color: var(--white-text-color);
    background: var(--extra-color);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--primary-color);
}
.navbar.navbar-expand-lg{
    padding: 0px 0;
}
.dropdown-item.active, .dropdown-item:active{
    background: var(--primary-color);
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover{
    background: var(--primary-color);
    color: #fff;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 .main-search-section {
    background-image:linear-gradient(90deg,rgba(0, 92, 181, 94%) 0%, rgba(51, 144, 198, 94%) 76%),url("../images/b1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.subscribe_section {
    background-image: linear-gradient(to bottom, rgb(44 44 44 / 80%), rgb(42 42 42 / 10%)),url("../images/sky _ Free_Photo.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-bottom: 2px solid white;
} 
/*.main-search-section {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*    padding: 50px 0 60px;*/
/*}*/

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Places video behind content */
}

.main-svg-shape{
    fill: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    bottom: -1px;
}
.main-search-heading-one{
    color: var(--white-text-color);
    font-size: 40px;
    font-weight: 600;
    max-width: 850px;
}
.airport-search-heading-one{
    color: var(--white-text-color);
    font-size: 50px;
    font-weight: 700;
}
.justify-content-centr{
    justify-content: center;
    display: grid
}
.main-search-h3{
    color: var(--secondary-color);
    text-align: center;
    font-weight: 600;
    background: #05598814;
    border: 1px solid #00000017;
    border-radius: 20px 20px 0 0;
    padding: 11px 20px;
}
.main-search-heading-content{
    max-width: 850px;
    color: var(--white-text-color);
}
@media only screen and (max-width: 600px) {
    .main-search-heading-one {
        font-size: 30px;;
    }
    .airport-search-heading-one {
        font-size: 30px;;
    }
}
.svg-aeroplane{
    float: right;
    position: absolute;
    bottom: 12px;
    right: 8px;
    z-index: 0;
}
.svg-calender{
    float: right;
    position: absolute;
    bottom: 14px;
    right: 8px;
    z-index: 0;
    width: 16px;
    height: 16px;
    fill: #888D93;
}
.svg-time{
    float: right;
    position: absolute;
    bottom: 14px;
    right: 8px;
    z-index: 0;
    width: 16px;
    height: 16px;
    fill: #888D93;
}
.svg-email{
    float: right;
    position: absolute;
    bottom: 14px;
    right: 8px;
    z-index: 0;
    width: 16px;
    height: 16px;
    fill: #888D93;
}
.search-column{
    background: #161616ad;
    padding: 0 0 20px;
    border-radius: 20px;
    border: 1px solid  var(--extra-color);
}
.form-label{
    font-weight: 500;
    color: #21303E;
    font-size: 17px;
}
.form-fields{
    padding: .575rem .75rem;
    z-index: 1;
    position: relative;
    background: none !important;
}
.search-result-button,.search-result-button:focus{
    background: var(--primary-color);
    color: var(--white-text-color);
    border: 1px solid var(--primary-color);
    padding: .575rem 2.75rem;
    border-radius: .375rem;
    font-size: 20px;
    font-weight: 600;
}
.search-result-button:hover{
    background: var(--extra-color);
    color: var(--white-text-color);
    border: 1px solid var(--extra-color);
    transition: .8s;
    transform: scale(1.05);
}
.column-div-one-heading4{
    color: var(--white-text-color);
    font-weight: 600;
    font-size: 34px;
}
.column-div-one-paragraph{
    font-size: 15px;
    line-height: 1.5;
    color: var(--white-text-color);
}
.column-div-one svg{
    stroke: var(--white-text-color);
}
.column-div-one{
    border: 1px dashed rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 22px 15px;
    min-height: 180px;
    border: 1px dashed var(--primary-color);
    background: var(--primary-color);
}
.column-div-two-heading4{
    color: var(--white-text-color);
    font-weight: 600;
    font-size: 34px;
}
.column-div-two-paragraph{
    font-size: 15px;
    line-height: 1.5;
    color: var(--white-text-color);
}
.column-div-two svg{
    fill: var(--white-text-color);
}
.column-div-two{
    border: 1px dashed rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 22px 15px;
    min-height: 180px;
    border: 1px dashed var(--primary-color);
    background: var(--primary-color);
}
.column-section-three-heading{
    color: var(--secondary-color);
    font-size: 38px;
    font-weight: 600;
}
.section-third{
    background: var(--white-text-color);
    padding: 60px 0;
}
.play-content {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9px;
    /* background-color: rgba(0, 2, 72, 0.2); */
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.play-content .video-popup {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #5956e9;
    color: #fff;
    font-size: 24px;
}
.trx_addons_video_player.with_cover {
    position: relative;
    overflow: hidden;
}
.trx_addons_video_player.with_cover img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}
.trx_addons_video_player.with_cover .video_mask {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.scheme_default .trx_addons_video_player.with_cover .video_hover{
    color: #13c33e;
    background-color: #ffffff;
}
.trx_addons_video_player.with_cover .video_hover{
    width: 3.3em;
    height: 3.3em;
    line-height: 3.3em;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: none;
    margin: -1.65em 0 0 -1.65em;
    font-size: 1.4em;
    opacity: 1;
    cursor: pointer;
    overflow: hidden;
    border: none;
}
.trx_addons_video_player.with_cover .video_hover:before{
    content: "\e956";
    font-family: "fontello";
    margin-left: 4px;
}
.model-play-icon{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    left: 0;
    right: 0;
}
.modal-dialog-one{
    min-width: 85%;
}
.modal-dialog-one .modal-content{
    /*height: 90vh;*/
}

.section-third-card-one-heading4{
    color: #21303E;
    font-weight: 600;
}
.section-third-card-one-paragraph{
    font-size: 15px;
    line-height: 1.5;
}
.section-third-card-one svg{
    stroke: var(--primary-color);
}
.section-third-card-one{
    border: 1px dashed rgb(0 0 0 / 30%);
    border-radius: 10px;
    padding: 22px 15px;
}
.section-third-card-one:hover{
    background: #fff;
}
.section-third-card-one:hover .section-third-card-one-heading4{
    color: #21303E;
}
.section-third-card-one:hover .section-third-card-one-paragraph{
    color: #21303E;
}
.column-section-forth-heading{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
@media screen and (max-width: 991px) and (min-width: 600px) {
    .tab-hidden{
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .mobile-hidden{
        display: none;
    }
}
.home-book-now-btn{
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-text-color);
    font-size: 18px;
    font-weight: 600;
}
.home-book-now-btn:hover{
    background: none;
    border: 1px solid var(--primary-color);
    color: #21303E;
}
footer{
    background: var(--primary-color);
    padding: 30px 0 0;
}
.footer-p{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}
.color-gray-light{
    color: #e5e5e5;
}
.about-us-banner-section{
    background-image: url("../images/about-us-banner.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-heading2{
    color: #303030;
    font-size: 35px;
    font-weight: 700;
}
.about-us-paragraph{
    color: #666666;
}
.airports-details-banner-section{
    background-image: linear-gradient(to bottom, rgb(44 44 44 / 60%), rgb(42 42 42 / 30%)),url("../images/city-square.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-card{
    border: 1px dashed #888D93;
    border-radius: 15px;
    padding: 20px;
}
.services-card h5{
    color: #21303E;
    font-size: 24px;
    font-weight: 500;
}
.services-card p{
    color: #888D93;
    font-size: 16px;
    line-height: 1.6;
}
.services-card-2{
    border: 1px dashed #888D93;
    border-radius: 15px;
    padding: 20px;
    background: rgb(0 0 0 / 5%);
}
.services-card-2 h5{
    color: #21303E;
    font-size: 24px;
    font-weight: 500;
}
.services-card-2 p{
    color: #888D93;
    font-size: 16px;
    line-height: 1.6;
}
.support-input[type="file"] {
    display: none;
  }
  
  .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    height: 133px;
    text-align: center;
    align-content: center;
    background: #fff;
    border-radius: 7px;
  }
  .support-form-check input{
    top: 3px;
    position: relative;
  }
  .support-form-check label{
    color: #00081D;
    font-size: 15px;
    line-height: 1.6;
  }
  .support-submit-button{
    background: var(--primary-color);
    color: var(--white-text-color);
    border: 1px solid var(--primary-color);
    padding: .575rem 2.75rem;
    width: auto;
    border-radius: 12px;
    font-size: 19px;
  }
  .support-submit-button:hover{
    background: var(--white-text-color);
    color: #00081D;
    border: 1px solid #00081D;
  }
  .support-div{
    background: #00000005;
    border-radius: 20px;
  }
  .support-div h3{
    background: #284156;
    color: var(--white-text-color);
    padding: 15px 22px;
    font-size: 23px;
    border-radius: 20px 20px 0 0;
  }
  .support-div form{
    padding: 20px;
  }
  .support-form-fields{
    padding: .575rem .75rem;
    z-index: 1;
    position: relative;
}
.result-info-div{
    background: #E6E7EA;
    text-align: center;
    padding: 15px 10px;
    border-radius: 15px;
    border: 1px solid #adb0b8;
    color: #00081D;
}
.result-show-hide-button,.result-show-hide-button:focus{
    background: var(--primary-color);
    color: var(--white-text-color);
    border: var(--primary-color);
    padding: 7px 18px;
}
.result-search-column{
    margin: 10px 0;
    background: #E6E7EA;
    text-align: center;
    padding: 15px 10px;
    border-radius: 15px;
    border: 1px solid #adb0b8;
}
.listing-card{
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    box-shadow: 4px 0 7px rgba(0, 116, 184, .1);
    border-left: 2px solid var(--primary-color);
    margin-top: 20px;
}
.ratting-stars-orange{
    color: orange;
}
.listing-rating-div{
    font-size: 15px;
}
.listing-points-div ul{
    list-style: none;
}
.listing-points-div ul li{
    margin-left: -30px;
    color: #21303E;
    font-size: 15px;
    line-height: 1.7;
}
.listing-points-div ul li i{
    color:var(--secondary-color);
    font-size: 16px;
}
.listing-rating-div h4{
    color: #21303E;
    font-size: 21px;
    font-weight: 600;
}
.listing-rating-div,.listing-points-div,.listing-price-div{
    padding: 10px 20px;
}
.listing-price-div h3{
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
}
.listing-price-div button,.listing-price-div button:focus{
    background: var(--primary-color);
    color: var(--white-text-color);
    width: 100%;
    padding: 8px;
    border: 1px solid var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    /*box-shadow: 0px 0px 4px 1px var(--primary-color);*/
}
.listing-price-div button:hover{
    background: none;
    color: #21303E;
    border: 1px solid #21303E;
}
.listing-card img{
    width: 100%;
    height: 180px;
    background: #fff;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll var(--animation-speed) linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slide {
    height: 100px;
    width: 400px;
    margin-left: 45px;
}
.slider-section{
    background: #F5F5F5;
    padding: 50px 0;
}
.white-shield{fill: var(--primary-color);}

.slider {
    overflow: hidden;
    height: 200px;
}
.setps-span-1{
    background: var(--primary-color);
    border-radius: 0 40px 40px 0;
    padding: 13px;
    height: 64px;
    width: 85px;
    display: flex
}
.setps-p-1{
    margin: 0;
}
.setps-h4{
    color: var(--primary-color);
    font-weight: 600;
    margin: 15px 0;
    padding: 0 10px;
    text-align: center;
}
.setps-p{
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .steps-arow-img{
        height: 17px;
        top: 147px;
        position: absolute;
        right: -133px;
        transform: rotate(31deg);
    }
    .steps-arow-img-2{
        height: 16.7px;
        top: 306px;
        position: absolute;
        right: 226px;
        transform: rotate(157deg);
    }
}
@media screen and (min-width: 992px) {
    .steps-arow-img{
        height: 10.8px;
        top: 163px;
        position: absolute;
        right: -85px;
        transform: rotate(39deg);
    }
    .steps-arow-img-2{
        height: 10.9px;
        top: 166px;
        position: absolute;
        right: -89px;
        transform: rotate(-35deg);
    }
    #sc_video_1621280974{
        height: 480px;
    }
    #sc_video_1621280974 img{
        height: 480px;
    }
}
@media screen and (min-width: 1200px) {
.steps-arow-img{
    height: 12.4px;
    top: 143px;
    position: absolute;
    right: -100px;
    transform: rotate(29deg);
}
.steps-arow-img-2{
    height: 12.4px;
    top: 143px;
    position: absolute;
    right: -95px;
    transform: rotate(-28deg);
}
#sc_video_1621280974{
    height: 445px;
}
#sc_video_1621280974 img{
    height: 445px;
}
}
@media screen and (min-width: 1400px) {
    .steps-arow-img{
        height: 15px;
        top: 143px;
        position: absolute;
        right: -118px;
        transform: rotate(29deg);
    }
    .steps-arow-img-2{
        height: 15px;
        top: 143px;
        position: absolute;
        right: -118px;
        transform: rotate(-28deg);
    }
    #sc_video_1621280974{
        height: 350px;
    }
    #sc_video_1621280974 img{
        height: 350px;
    }
}
@media screen and (max-width: 767px) {
    .setps-span-1 {
        height: 80px;
        width: 80px;
    }
}
@media screen and (max-width: 767px) {
    .steps-arow-img{
        display: none;
    }
    .steps-arow-img-2{
       display: none
    }
}
.steps-main-heading{
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    margin: 30px 0 50px;
}
.book-slot-btn{
    background: var(--extra-color);
    color: white;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50px;
}
.book-slot-btn:hover,.book-slot-btn:focus {
    background: var(--extra-color);
    color: white;
}
.main-headings{
    font-weight: 600;
    font-size: 38px;
}


.types-section {
    position: relative;
    width: 100%;
    padding: 50px 0 60px;
    background: #f3f5f7;
}
.types-card{
    box-shadow: 3px 6px 12px -2px #e0e0e0;
    background: white;
    text-align: center;
    padding: 25px;
    border-radius: 50%;
    margin-top: 65px;
    height: 300px;
    border: 2px dashed #005cb5;
}
.types-card-span-1{
    background: linear-gradient(0deg, rgba(0, 181, 1, 1) 0%, rgba(164, 221, 0, 1) 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}
.types-card-h4{
    margin: 5px 0 15px;
    font-weight: 600;
    color: var(--primary-color);
}
.types-card-p{
    font-size: 18px;
    line-height: 25.3px;
} 
.types-card-span-2{
    background: var(--primary-color);
    color: white;
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 600;
}
#sc_video_1621280974{
    border-radius: 20px;
}
.model-video{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.testimonial {
    margin: 100px 15px 15px;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    margin-top: 65px;
    box-shadow: 3px 6px 12px -2px #e0e0e0;
  }
  
  .testimonial::before,
  .testimonial::after {
    content: "";
    border-top: 40px solid var(--white-text-color);
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  
  .testimonial::after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
  }
  
  .testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: var(--primary-color);
    margin-bottom: 20px;
    opacity: 0.6;
  }
  
  .testimonial .description {
    font-size: 17px;
    color: #6A6A6A;
    margin-bottom: 30px;
  }
  
  .testimonial .testimonial-content {
    width: 100%;
    position: relative;
  }
  
  .testimonial .pic {
    box-shadow: 0px -1px 1px 1px #e4e4e4;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    width: 95px;
  }
  
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  
  .testimonial .name {
      font-size: 22px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
    color:var(--primary-color);
  }

  .owl-controls {
    margin-top: 20px;
  }
  
  .owl-pagination {
    display: flex;
    justify-content: center;
  }
  
  .owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
  }
  
  .owl-page:hover,
  .owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  .owl-page:not(first-item) {
    margin-left: 10px;
  }
  .testimonial .rating-div{
    position: absolute;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 0px 8px -4px gray;
    top: 70px;
    z-index: 1;
    left: 50px;
  }
  .testimonial .rating-div i{
    background: #F2C94C;
    color: white;
    padding: 10px;
    border-radius: 10px;
  }
  
@media screen and (max-width:460px) {
    .testimonial .rating-div{font-size: 14px;top: 38px;left: -20px;}
}

.owl-carousel button.owl-dot{
    background: rgb(0 92 181 / 20%) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 15px;
}
.owl-carousel button.owl-dot.active{
    background: var(--primary-color) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 15px;
}
.owl-dots{
    text-align: center;
    margin-bottom: 20px;
}
.navbar-brand img{
    max-width: 154px;
}
.footer-logo{
    max-width: 220px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
.padding-l-0{
    padding-left: 0;
}
}
/* .listing-card-title-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding: 15px;
} */
 .listing-card-title-img{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /*box-shadow: 0px 0px 50px rgba(112, 66, 225, 0.2);*/
    border: 1px solid var(--primary-color);
    /* width: 130px; */
 }
 /* @media screen and (max-width:500px) {
    .listing-card-title-img{
        width: 87px;
    }
    .listing-card img{
        height: 90px
    }
 } */
 .result-info-btn{
    color: var(--text-color) !important;
    background: none !important;
    border: none !important;
    font-weight: 500 !important;
    box-shadow: none !important;
 }
 .border-top-dashed{
    border-top: 1px dashed;
 }
 .border-top-solid{
    border-top: 1px solid #dcdcdc;
 }
 .listing-rating-div .span-type{
    background: var(--primary-color);
    color: white;
    padding: 5px;
    border-radius: 10px;
 }
 .ribbon{
    background: red;
    color: var(--white-text-color);
    padding: 5px;
    border-radius: 10px;
 }
 .marquee-col{
    min-height: 40px;
 }
.booking-sections{
    background: #F5F5F5;
    padding: 25px;
    border-radius: 18px;
}
.booking-fields{
    padding: .575rem .75rem;
    z-index: 1;
    position: relative;
    background: none !important;
    background: var(--white-text-color) !important;
}
.booking-page-heading-3{
    font-weight: 600;
}
.wizard-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.step {
    margin: auto;
}
.wizard-nav .step svg{
    background: black;
}
.step.active {
    background-color: var(--primary-color);
    color: var(--white-text-color);
    font-weight: bold;
}

.step.completed {
    background: none;
    color: #28a745 !important;
}

.wizard-step {
    /*display: none;*/
}

.wizard-step.active {
    display: block;
}

.is-invalid {
    border: 1px solid red;
    background-color: #ffe6e6;
}

.wizard-nav .step {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
}

.wizard-nav .step.active {
    background: none;
    color: var(--primary-color);
    border: none;
}
.wizard-nav .step.active svg{
    background: var(--primary-color);
    fill: var(--primary-color);
}
.step.completed svg{
    background: #28a745 !important;
    fill: #28a745 !important;
}
.is-invalid {
    border: 1px solid red;
    background-color: #ffe6e6;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: -5px;
    display: block;
}
.wizard-nav .step svg{
    height: 2px;
    width: 23px;
}
@media screen and (min-width:768px) {
    .wizard-nav .step svg{
        height: 2px;
        width: 23px;
    }
}
@media screen and (min-width:992px) {
    .wizard-nav .step svg{
        height: 2px;
        width: 10px;
    }
}
@media screen and (min-width:1200px) {
    .wizard-nav .step svg{
        height: 2px;
        width: 27px;
    }
}
@media screen and (min-width:1400px) {
    .wizard-nav .step svg{
        height: 2px;
        width: 47px;
    }
}
@media screen and (max-width:767px) {
    .wizard-nav .step svg, .wizard-nav .step i{
        display: none;
    }
}
.booking-company-logo{
    height: 200px;
    width: 100%;
    border-radius: 20px;
}
.summary-heading-four{
    font-size: 24px;
    font-weight: 600;
}
.booking-table-headings{
    font-size: 30px;
    color: var(--primary-color);
}
.thankyou-card{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px -3px gray;
}
.thankyou-section{
    /*background: rgb(38 36 36 / 50%);*/
    padding: 50px 0;
}
.thankyou-card-check-icon{
    color: #23A26D;
    font-size: 43px;
    border: 20px solid rgb(35 162 109 / 12%);
    border-radius: 50%;
}
.success-h6{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
}
.thankyou-price-h4{
    font-size: 35px;
    color: #000;
    font-weight: 600;
}
.paymentFailed-card-check-icon{
    color: red;
    font-size: 43px;
    border: 20px solid rgb(162 35 35 / 12%);
    border-radius: 50%;
}
.result_modal-body .btn{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: none;
}
.result_modal-body .btn.active{
    background-color: var(--primary-color);
    color: var(--white-text-color);
}
.result_modal-body .content {
    display: none;
    padding: 20px;
    border: 1px solid rgba(233, 233, 240);
    margin-top: 10px;
    box-shadow: 1px -5px 11px rgba(233, 233, 240);
    border-radius: .5rem;
}
.model-cont-div{
    padding: 20px;
    border: 1px solid rgba(233, 233, 240);
    margin-top: 10px;
    box-shadow: 1px -5px 11px rgba(233, 233, 240);
    border-radius: .5rem;
}

.result_modal-body #info {
    display: block;
}
.result_modal .modal-dialog{
    max-width: 60rem !important;
}
.table-font-size{
    font-size: 19px;
}
.login-banner{
    /*background-image: linear-gradient(to right, rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url("../images/login-banner.webp");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.manage-div{
    background: #00000005;
    border-radius: 20px;
}
.manage-div-h2{
    background: #284156;
    color: var(--white-text-color);
    padding: 15px 22px;
    font-size: 23px;
    border-radius: 20px 20px 0 0;
}
.manage-div-p{
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
}
.img-blog{
    border-radius: 20px 20px 0px 0px;
    height: 280px;
}
.blog-dates{
    text-align: right;
    color: gray;
    font-size: 16px;
    font-weight: 300;
}
.blog-h3{
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
}
.blog-description{
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
}
.blog-link{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
} 
.blog-details-span{
    background: var(--primary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 16px;
    margin-right: 10px;
}
.blog-details-p1{
    max-width: 1000px;
    margin: auto;
    font-size: 17px;
    color: #312e2e;
}
.max-width-1000{
    max-width: 1000px;
    margin: auto;
}
.airport-card{
    border: 2px solid #e8e8e8;
    padding: 15px;
}
.airport-card-img{
    height: 180px;
    width: 100%;
    border-radius: 6px;
}
.airport-card-heading{
    margin: 10px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.airport-card-button{
    color: white;
    background: var(--primary-color);
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 16px;
} 
.airport-card-button:focus,.airport-card-button:hover{
    color: white;
    background: var(--secondary-color);
}
.listing-price-div-discount{
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #404040 !important;
    padding: 5px 4px;
    background: #00b50121;
    border-radius: 10px;
}
.onboarding-form{
    padding: 30px;
    box-shadow: 0px 1px 12px -4px gray;
    border-radius: 20px;
}
.bg-white{
    background:white !important;
}
.support-div-1{
    background: var(--primary-color);
    padding: 60px 60px 0px 60px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    box-shadow: 0.5px 1.5px 8.5px var(--primary-color);
}
.support-div-1 h3{
    font-size: 40px;
    color: white;
    font-weight: 600;
}
.support-div-1 p{
    background: white;
    border-radius: 21px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
}
.reach-us-h3{
    font-weight: 700;
}
.reach-us-label{
    margin: 0;
    color: #b0b0b0;
    font-size: 16px;
}
.social-icons-span{
    border: 2px solid #dadada;
    padding: 4px;
    width: 41px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}
.support-div-1 .btn{
    background: #e0e0e0;
    color: black;
    font-size: 18px;
    padding: 10px 21px;
}
.top-navbar{
    background:var(--primary-color);
}
@media screen and (max-width:991px) {
    .less-991-hidden{
        display:none;
    }
    .support-div-1{padding: 25px 25px 0px 25px;}
    .dropdown-menu-end[data-bs-popper]{left: 0;}
}
.result_parking_type{
    color: white;
    font-weight: 500;
    font-size: 1.2rem;
    background: var(--primary-color);
    display: block;
    text-align: center;
}
.result-recommended-ribbon{
    background: linear-gradient(#d4560cd6 0%, #e83012f7 100%);
    color: white;
    position: absolute;
    width: 153px;
    left: -39px;
    top: 16px;
    transform: rotate(-45deg);
    font-size: 13px;
    height: 25px;
    z-index: 1;
}
@media screen and (max-width:500px) {
    .wizard-nav .step{font-size: 15px !important;}
    .booking-sections{padding: 9px;}
    footer h6.text-uppercase{font-size:22px;}
    .support-div-1 h3{font-size: 34px;}
}
.subscribe_section_col h2{
    font-weight: 600;
    font-size: 38px;
    /* color: var(--white-text-color); */
}
.subscribe_section_col h6{
    font-size: 21px;
    /* color: var(--white-text-color); */
}
.subscribe_section_col h5{
    font-weight: 600;
    font-size: 25px;
    color: var(--white-text-color);
}
.subscribe_section_col_2{
    background: var(--primary-color);
    padding: 50px;
    border-radius: 10px;
}
.subscribe_section_col_2 h3{
    text-align: center;
    color: var(--white-text-color);
    font-size: 30px;
    font-weight: 600;
}
.subscribe_section_col_2 input{
    width: 300px;
    border-radius: 50px;
    padding: 10px 33px;
}
.subscribe_section_col_2 button{
    background: var(--extra-color);
    border-radius: 50px;
    color: white;
    padding: 8px 33px;
    font-size: 18px;
}
.subscribe_section_col_2 button:hover{
    background:  var(--extra-color);
    color: white;
}
.line-section{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY1ODZBODExOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY1ODZBODIxOUFBMTFFNzgzN0M5ODA5QzVDNEY0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjU4NkE3RjE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjU4NkE4MDE5QUExMUU3ODM3Qzk4MDlDNUM0RjQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpfBKyQAAAAuSURBVHjaYvz//38DAx7Az8+PT5qBiYFCMGrAYDCAhVA8f/z4cTQQh78BAAEGANaYBsy1QBT+AAAAAElFTkSuQmCC) 0% 0% repeat-x;
    height: 16px !important;
    margin: 0 0 0;
    display: block;
    width: 100%;
    border: none;
}
.color-green{
    color:var(--primary-color);
}
.facility-icons img{
    width: 34px !important;
    margin-right: 5px;
    opacity: 0.8 !important;
    border-radius: 50%;
    border: 2px dotted black;
    padding: 1px;
    height: 34px !important;
    display: block;
    margin-bottom: 10px;
}
.facility-icons-col{
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.cancellation-cover-div{
    margin: 0;
    border-radius: 0;
    text-align: center;
    padding: 8px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    background: #0051b524;
    border-radius: 10px;
    margin-bottom: 14px;
}
.operating-time-p{
    font-size: 14px;
    margin: 0;
}
.operating-time-p-2{
    font-size: 15px;
    margin: 0;
    color: #444444d4;
}
.operating-time-div{
    background: #0051b524;
    padding: 10px;
    border-radius: 10px;
}
.result-span-discount{
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
}
.result-span-discount-strike{
    font-size: 15px;
    font-weight: 600;
    color: red;
}
/* Custom spinner styles */
#results-container .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.25em;
    color: #00b501;
}

/*#results-container p {*/
/*    color: #00b501;*/
/*    font-weight: 600;*/
/*}*/

/* Pulse animation for more visual appeal */
@keyframes pulse-green {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

#results-container .spinner-border {
    animation: spinner-border 0.75s linear infinite, pulse-green 2s ease infinite;
}
@media only screen and (max-width: 991px) {
    .facility-icons img{display: unset;}
}
@media only screen and (min-width: 768px) {
    .mobile-view{display:none;}
}
@media only screen and (max-width: 767px) {
    .destop-tap-view{display:none;}
    .result_parking_type{
        font-weight: 300;
        padding: 3px 5px;
        font-size: 18px;
        border-radius: 6px;
    }
    .cancellation-cover-div{
        margin:0;
        background: none;
        font-weight: 400;
    }
    .listing-card-title-img{margin-top: 10px;}
    .listing-rating-div h4{
        text-align: center;
        font-size: 20px;
    }
    .result-info-btn{
        padding: 4px;
        color: #444444d4 !important;
        border-color: #444444d4 !important;
        border: 1px solid #444444d4 !important;
        font-size: 14px;
    }
    .operating-time-div{
        padding: 5px;
        line-height: 1.7;
    }
    .listing-price-div button, .listing-price-div button:focus{
        font-size: 17px;
        padding: 10px 7px;
        border-radius: 44px;
        box-shadow: 1px 1px 5px 0px #757575;
    }
    .listing-price-div h3{font-weight: 600;}
}
.result-content span,.result-content span{
    font-size: 15px !important;
    line-height: 1.4 !important;
}
.flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay{
    color:#393939 !important;
}
@media only screen and (max-width: 600px) {
    .form-label{font-size: 14px;}
}
.error-page-button,.error-page-button:focus, .error-page-button:hover{
    background: var(--primary-color);
    color: white;
    margin-bottom: 40px;
}
.offers-span {
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    border: 2px solid white;
    padding: 7px 50px;
    margin: auto;
    color: black;
    margin-top: -22px;
}
.summer_special, .winter_special {
    background-color: rgb(51, 255, 87);
}
.hot_deal {
    background-color: rgb(255, 69, 0);
}
@media only screen and (max-width: 575px) {
    .search-item-mobile-top-border{border-top: 2px solid #eee;}
}
.search-box {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.search-item {
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
    padding-right: 1rem;
    height: 100%;
}

.search-icon {
    font-size: 1.3rem;
    margin-right: 0.75rem;
    color: #333;
}

.search-label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #333;
}

.form-inline-value {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0.95rem;
    color: #555;
}

.form-inline-value:focus {
    outline: none;
    box-shadow: none;
}

.flatpickr-input[readonly] {
    background-color: transparent;
}

.search-btn {
    background-color: var(--primary-color);
    color: var(--white-text-color);
    border: none;
    font-size: 20px;
}

.search-btn:hover {
    background-color: var(--extra-color);
    color: var(--white-text-color);
}

.input-date {
    width: 100px;
}

.input-time {
    width: 90px;
}
.search-col-border{
    border-radius: 10px;
    border: 2px solid #eee;
    padding: 0px 6px;
    margin-bottom: 17px;
}
@media (max-width: 600px) {
    .search-item {
        border-right: none;
        padding-right: 0;
    }
    .input-date {
        width: 120px;
    }
    .search-box-main{padding: initial;  width: 310px;}
    .row-box{
        padding: 18px 7px;
    }
}

.time-dropdown-option {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #e9e9f0;
}

.navbar-nav-item-padding{
    padding: 0 15px;
}
.nav-link-button-two .text{
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}
.types-card-row{
    height: 277px;
    border: 2px solid #005cb5;
    border-radius: 50%;
    margin-top: -15px;
    padding: 24px;
}
@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
    .types-card{
        height: 278px;
    }
    .types-card-row{
        height: 254px;
    }
    .types-card-h4{font-size: 1.2rem;}
    .types-card-p{
        font-size: 15px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
    .types-card {
        height: 240px;
        min-width: 237px;
    }
    .types-card-row {
        height: 214px;
        padding: 12px 5px !important;
    }
    .types-card-h4{font-size: 1.2rem;}
    .types-card-p{
        font-size: 15px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
    .types-card {
        height: 240px;
        width: 237px;
    }
    .types-card-row {
        height: 214px;
        padding: 12px 5px !important;
    }
    .types-card-h4{font-size: 1.2rem;}
    .types-card-p{
        font-size: 15px;
        line-height: 1.4;
    }
}
@media (max-width: 575.9px) {
    .types-card{
        max-width: 315px;
    }
}
.subscribe_div{
    background: #ffffff2e;
    border-radius: 1rem;
    max-width: 500px;
    padding: 30px;
}
.subscribe-email{
    border-radius: 10px;
    font-size: 19px;
    padding: 10px;
}
.subscribe-button{
    font-weight: 600;
    background: var(--primary-color);
    font-size: 20px;
    color: white;
    width: 150px;
}
.subscribe-button:hover{
    font-weight: 600;
    background: var(--extra-color);
    font-size: 20px;
    color: white;
    width: 150px;
}
.model-col-date-time p{
        font-size: 13px;
}
.model-col-date-time svg{
    width: 18px;
    fill: #A2A5BB;
    margin-right: 6px;
}
.model-date-time-price h3{
    font-size: 29px;
    font-weight: 500;
}
.model-date-time-btn{
    border: 1px solid var(--primary-color) !important;
    color: white !important;
    background: var(--primary-color) !important;
    box-shadow: none !important;
}
.result_popup{
    background: #00000094 !important;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    align-content: center;
}
.result_popup ul{
    width: 319px;
    margin: auto;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 27px;
}

.result_popup li{
    color: white;
    text-align: left;
    margin: 9px 22px;
}
.result_popup i{
    margin-right: 8px;
}
.vehicleModalbtn, .vehicleModalbtn:focus, .vehicleModalbtn:hover {
    background: var(--primary-color) !important;
    color: white !important;
}
@media screen and (min-width: 992px) {
    .destop-res-hidden {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .mobile-res-hidden {
        display: none;
    }
}
.blog_card{
    background: #f3f5f7;
    border-radius: 20px;
}
@media screen and (max-width: 600px) {
    .nav-link-button-two,.main-search-heading-content {display: none;}
    .main-search-heading-one{
        text-align: center;
        margin-top: 0 !important;
    }
}
.steps_main_div{
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 0px;
}
.back-to-home,.back-to-home:focus,.back-to-home:hover{
    background: var(--primary-color);
    color: white;
    margin-bottom: 40px;
}
