/* @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');

:root {
    --primary-color: #055988;
    --secondary-color: #1C3044;
    --text-color: #1C3044;
    --white-text-color: #fff;
    --font-family: 'Source Sans Pro', sans-serif;
    --animation-speed: 40s;
}
body{ 
    font-family: var(--font-family);
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 32px;
}
.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);
    border-radius: 8px;
    padding: 5px 20px;
    font-weight: 600;
    color: var(--white-text-color);
    background: var(--primary-color);
}
.nav-link-button-two:hover{
    border: 2px solid var(--primary-color);
    color: var(--secondary-color);
    background: none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--primary-color);
}
.navbar.navbar-expand-lg{
    padding: 20px 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: url("../images/main-banner-video.mp4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.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-search-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity (0.3 to 0.7 for more/less darkness) */
    z-index: -1; /* Keeps overlay above video but below 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: 50px;
    font-weight: 700;
    max-width: 550px;
}
.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: 550px;
    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: #16161673;
    padding: 0 0 20px;
    border-radius: 20px;
    border: 2px dashed white;
}
.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(--secondary-color);
    color: var(--white-text-color);
    border: 1px solid var(--secondary-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: #284156;
    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: url("../images/gatwick-airport-banner.svg");
    background-size: cover;
    background-position: top;
    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 dashed rgb(0 0 0 / 28%);
    border-radius: 15px;
    background: #eeeeee85;
}
.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: 17px;
    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: #21303E;
    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: 80px;
    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: 50%;
    padding: 21px;
    overflow: inherit;
    height: 110px;
    width: 110px;
    display: flex;
}
.setps-p-1{
    border: 1px solid;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    margin: 0;
}
.setps-div-1{
    border: 1px dashed;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}
.setps-h4{
    color: var(--primary-color);
    font-weight: 600;
    margin: 15px 0;
}
.setps-p{
    font-size: 18px;
    line-height: 1.5;
}
@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: #055988;
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.book-slot-btn:hover,.book-slot-btn:focus {
    background: #055988;
    color: white;
}
.main-headings{
    font-weight: 600;
    font-size: 38px;
}


.types-section {
    position: relative;
    width: 100%;
    padding: 50px 0 60px;
    max-height: 300px;
    margin-bottom: 220px;
}

.types-section-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 */
}
.types-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Adjust opacity (0.3 to 0.7 for more/less darkness) */
    z-index: -1; /* Keeps overlay above video but below content */
}
.types-card{
    background: white;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    margin-top: 65px;
    box-shadow: 3px 6px 12px -2px #e0e0e0;
}
.types-card-span-1{
    background: #055988;
    color: white;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    bottom: 30px;
}
.types-card-h4{
    margin: 5px 0 15px;
    font-weight: 600;
    color: #055988;
}
.types-card-p{
    font-size: 18px;
}
.types-card-span-2{
    background: #055988;
    color: white;
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .types-section{max-height: 394px;}
}
@media screen and (max-width: 991px) {
    .types-section{max-height: none;}
}
#sc_video_1621280974{
    border-radius: 20px;
}
.about-row-one{
    background-color: var(--white-text-color) !important;
    padding: 7px;
    box-shadow: 0px 1px 12px -4px gray;
    border-radius: 20px;
    margin-bottom: 20px;
}
.model-video{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.testimonial {
    background-color: var(--white-text-color);
    text-align: center;
    padding: 30px 30px 50px;
    margin: 100px 15px 15px;
    position: relative;
  }
  
  .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: 8px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: 300px;
    height: 300px;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  
  .testimonial .pic img {
    width: 100%;
    height: auto;
  }
  
  .testimonial .name {
    font-size: 26px;
    font-weight: 500;
    color: black;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
  }

  .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:1199px) {
    .testimonial .pic{
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-width:991px) {
    .testimonial .pic{
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width:460px) {
    .testimonial .pic{
        width: 200px;
        height: 200px;
    }
    .testimonial .rating-div{font-size: 14px;top: 38px;left: -20px;}
}

.owl-carousel button.owl-dot{
    background: rgb(5 89 136 / 20%) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 15px;
}
.owl-carousel button.owl-dot.active{
    background: rgb(5 89 136) !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 15px;
}
.owl-dots{
    text-align: center;
    margin-bottom: 20px;
}
.navbar-brand img{
    max-width: 180px;
}
.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: 20px;
    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;
 }
 .listing-rating-div .span-type{
    background: #055988;
    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;
}
.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: #6A6A6A;
    font-size: 22px;
}
.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 #ccc;
    margin-top: 10px;
}

.result_modal-body #info {
    display: block;
}
.result_modal .modal-dialog{
    max-width: 800px !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;
    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: #055988;
    font-weight: 600;
} 
.blog-details-span{
    background: #055988;
    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: 15px !important;
    font-weight: 600 !important;
    color: #21cc21 !important;
}
.onboarding-form{
    padding: 30px;
    box-shadow: 0px 1px 12px -4px gray;
    border-radius: 20px;
}
.bg-white{
    background:white !important;
}
.support-div-1{
    background: #055988;
    padding: 60px 60px 0px 60px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    box-shadow: 0.5px 1.5px 8.5px #055988;
}
.support-div-1 h3{
    font-size: 58px;
    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;
    }
}
.result_parking_type{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
}
.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;}
    .types-section{margin-bottom: 0px;}
    footer h6.text-uppercase{font-size:22px;}
    .support-div-1 h3{font-size: 34px;}
}
.flatpickr-day.nextMonthDay,.flatpickr-day.prevMonthDay{
    color: #393939 !important;
}
.vehicleModalbtn, .vehicleModalbtn:focus, .vehicleModalbtn:hover{
    background: var(--primary-color) !important;
    color: white !important;
}
.form-check-input:checked{
        background-color: var(--primary-color) !important;
}
@media screen and (max-width:991px) {
    .mobile-res-hidden{display: none;}
}

@media screen and (min-width:992px) {
    .destop-res-hidden{display: none;}
}
