html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins';
    position: relative;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
.main-header{
   
   position: relative;
   width: 100%;
    background-color: #0876ba;
}
header{
    
    height: 141.08px;
}
.navClose{
    display: none;
}
.sticky header {
    position: fixed;
    top: 0;
    width: 100%;
    animation: fadeInDown 1s both;
    z-index: 999999;
    height: 141.08px;
  }
  @keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.main-header.sticky .bottom-header .nav-link{
    color: #4a4a4a !important;
}
.main-header.sticky .bottom-header .nav-link.active{
    color: #fff !important;
}
.top-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}
.top-header .header-top-btns a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 6px;
}
.header-top-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.top-header .header-top-btns .head-downloadbtn a {
    color: #f58200;
    background-color: #000;
}
.head-downloadbtn2{
    display: none;
    padding: 8px 14px !important;
    border-radius: 6px;
    color: #f58200;
    background-color: #1E1E1E;
}
.head-downloadbtn2 .head-downloadbtn2img{
    background-image: url(../images/phone-call.png);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.closebtn{
    display: flex;
    justify-content: end;
    align-items: center;
}
.closebtn button{
    background: #f58200;
    color: #fff;
    font-size: 20px;
    padding: 3px 13px;
    font-weight: 600;
}
.top-header .header-top-btns .login-btn a {
    color: #f58200;
    border: 2px solid #f58200;
}
.top-header .header-top-btns .signup-btn a{
    color: #fff;
    background-color: #f58200;
}
.menu-btn{
    display: none;
}
.menu-btn .navbar-toggler-icon{
    background-image: url(../images/menu.png);
    width: 32px;
    height: 32px;
}
.navbar-toggler{
    background-color: #f58200;
    padding: 3px 10px;

}
.navbar-collapse{
    align-items: baseline;
}
.bottom-header{
    background-color: #145885;
    padding: 0px 30px;
    transition: 0.7s;
}
.bottom-header .navbar{
    padding: 0;
}
.bottom-header .nav-link{
    font-size: 16px;
    font-weight: 500;
    font-family: 'poppins', Helvetica, Arial, Verdana, sans-serif;
    line-height: 20px;
    padding: 4px 4px 4px 4px !important;
    margin: 18px 14px 18px 14px ;
    color: #fff !important;
    letter-spacing: 1px;
    position: relative;
}
.bottom-header .nav-link.active{
    color: #f58200 !important;
}
.navbar-brand img{
    width: 135px;
    /* height: 32px; */
}
.navbar-nav li a.active::before, .navbar-nav li a:hover::before{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #f58200;
    left: 1px;
    bottom: 0px;
    overflow: hidden;
    transition: all .3s linear;
}
.navbar-nav li a.active::before, .navbar-nav li a:hover::before{
    width: 100%;
}

.dropdown-menu{
    visibility: hidden;
    opacity: 0;
    transition: all .3s ;
    background-color: #0876ba;
}
.dropdown-item{
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f58200 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #f58200 !important;
}
.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
    /* transition: all .8s ease; */
}
.ml-0{
    margin-left: 0 !important;
}
.mr-0{
    margin-right: 0 !important;
}
.bottom-header .navbarcall a{
    text-decoration: none;
    color: #f58200;
    font-size: 24px;
    font-weight: 500;
    font-family: 'poppins', Helvetica, Arial, Verdana, sans-serif;
    /* line-height: 20px; */
}
.bottom-header .bottom-right{
    display: flex;
    align-items: normal;
    margin-left: auto;
}
.bottom-header .bottom-right .navbarcall a img{
    width: 18px;
    height: 18px;
}
.bottom-header .bottom-right .socialicon a img {
    width: 18px;
    height: 18px;
    /* transition: all .5s ease; */
    position: relative;
    z-index: 1;
    filter: brightness(5);

}
.bottom-header .bottom-right .socialicon{
    display: flex;
    margin-left: 20px;
    align-items: center;
}
.bottom-header .bottom-right .socialicon a{
    position: relative;
    margin-right: 20px;
    transition: all .5s ease;
}
.bottom-header .bottom-right .socialicon a:hover:before {
    position: absolute;
    content: '';
    background-color: #f58200;
    top: 2%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -2px);
    transition: all .5s ease;
}
.socialicon a:hover img{
    filter: brightness(10);
    transition: all .5s ease;
}
.herowrapp{
    background-image: url(../images/HERO1-1-scaled.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.airport-page-sec{
    background-image: url(../images/airportmainbg.jpg);
    background-position: bottom;
    padding: 60px 0;
}
.herowrapp .row{
    align-items: center;
}
.herowrapp h1{
    color: #f58200;
    font-weight: 600;
    margin-bottom: 20px;
}
.herowrapp p {
    color: #fff;
}
.service-wrapp{
    padding: 100px 0;
}
.service-wrapp .service-main-p p{
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
}

.app-wrapper .app-left-main{
    padding: 20px;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.14);
    border: 1px solid #f4f4f4;
    border-radius: 16px;
}
.app-wrapper .app-left-main .app-left-content h2{
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #333333;
}
.app-wrapper .app-left-main .app-left-content h3{
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #333333;
}
.app-wrapper .app-left-main .app-left-content p{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
    color: #333333;
}
/* .app-wrapper .app-left-main .app-left-content .appimg img{
    width: 95px;
} */
/* .app-wrapper .app-left-main .app-left-content ul{
    padding: 0;
    list-style: none;
    margin: 25px 0;
}
.app-wrapper .app-left-main .app-left-content ul li{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.app-wrapper .app-left-main .app-left-content ul li img{
    width: 18px;
} */
.findoutbtn a{
    font-size: 20px;
    font-family: "Poppins", Sans-serif;
    line-height: 1.6em;
    font-weight: 500;
    transition: all .6s ease;
    color: #333333;
    display: block;
    width: fit-content;
}
.findoutbtn a:hover{
    transform: scale(1.1);
}
.findoutbtn a img{
    width: 18px;
}
/* .appleftcontentimgdiv .appleftcontentimg{
    background-image: url(/content/images/phone-diag-copy-1-copy2.webp);
    height: 428px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 251px;
} */
.app-right-content .apprightimgdiv .apprightimg{
    background-image: url(/content/images/leaf.png);
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.app-right-content .apprightimgdiv .apprightimg2{
    background-image: url(/content/images/security-camera.png);
}
.app-right-main .app-right-content{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.14);
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    margin-bottom: 20px;
}
.app-right-main .app-right-content .apprightinner h3{
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.app-right-main .app-right-content .apprightinner p{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
}
.fleet-wrapper {
    padding: 50px 0 100px;
}

.fleet-wrapper .fleet-main-p p{
    color: #333333;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
}
.fleet-wrapper .fleet-slides .item .fleet-card{
    padding: 32px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    display: block;
    transition: all .5s ease;
}
.fleet-wrapper .fleet-slides .item .fleet-card:hover{
    transform: scale(1.05);
}
.fleet-wrapper .fleet-slides .owl-stage-outer{
    padding: 80px 0;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleet-hds{
    text-align: center;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleet-hds h4{
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    color: #333333;
    margin: 0;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleet-hds span{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    color: #f58200;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleetcardiv{
    margin: 20px 0;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleetcardiv .fleetimg{
    background-image: url(/content//images/saloon.webp);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 223px;
    height: 125px;
   
}
.estate{
    background-image: url(/content/images/estate.webp) !important;
}
.van{
    background-image: url(/content/images/mini-van.webp) !important;
}
.executive{
    background-image: url(/content/images/executive.webp) !important;
}
.mpv{
    background-image: url(/content/images/suv.webp) !important;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleet-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.fleet-wrapper .fleet-slides .item .fleet-card .fleet-content ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #333333;
    margin-bottom: 10px;
}

.fleet-wrapper .fleet-slides .item .fleet-card .fleet-content ul li img{
    width: 16px;
    height: 16px;
}
.fleet-wrapper .owl-next{
    position: absolute;
    bottom: -9%;
    right: 0;
    background-image: url(/content/images/right-arrow.png) !important;
    background-position: center !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333 !important;
    transition: all .5s ease;
}
.fleet-wrapper .owl-prev{
    position: absolute;
    bottom: -9%;
    right: 4.5%;
    background-image: url(/content/images/left-arrow.png) !important;
    background-position: center !important;
    background-size: 18px !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333 !important;
    transition: all .5s ease;
}
.fleet-wrapper .owl-next:hover,
.fleet-wrapper .owl-prev:hover{
    border-color: #9A9A9A !important; 
}
.fleet-wrapper .owl-nav span{
    display: none;
}
.fleet-wrapper .owl-dots{
    display: none;
}
.about-wrapper {
    padding: 100px 0 50px;
}
.about-wrapper .abouthdarea h4{
    font-size: 30px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    color: #333333;
}
.about-wrapper .abouthdarea p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    line-height: 1.6em;
    color: #333;
    margin: 0;
}
/* .about-wrapper ul{
    list-style: none;
    margin: 25px 0 40px;
    padding: 0;
}
.about-wrapper ul li{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
}
.about-wrapper ul li img{
    width: 16px;
    height: 16px;
} */
.about-wrapper .managediv{
    margin: 40px 0;
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.14);
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    transition: all .5s ease;
}
.about-wrapper .managediv:hover{
    transform: scale(1.02);
}
.about-wrapper .managediv .managetext span{
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    font-size: 16px;
    margin: 0;
    color: #333333;
}

.about-wrapper .managediv .managebtn a{
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    line-height: 1.6em;
    font-weight: 500;
    transition: all .6s ease;
    color: #333333;
    display: block;
    width: fit-content;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.about-wrapper .managediv .managebtn a img{
    width: 16px;
    height: 16px;
}
.about-wrapper .managediv .managebtn a:hover{
    transform: scale(1.1);
}
.about-wrapper .aboutimg{
    background-image: url(/content/images/about-1.webp);
    height: 350px;
    background-position: right ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}
.about-wrapper .aboutimg2{
    background-image: url(/content/images/about-2.webp);
   background-position: bottom;
}
.about-wrapper .aboutimg3{
    background-image: url(/content/images/about-3.webp);
   
}
.cus-row{
    flex-direction: row-reverse;
}
.about-middle{
    margin: 50px 0;
}
.airport-main-page-content{
    padding: 40px 0 50px;
}
.airport-main-page-content h2{
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
    color: #333333;
}
.airport-main-page-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
    color: #333333;
}
.footer-wrapper{
    background-color: #000;
}
.footer-wrapper .footertop{
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-wrapper .footertop .last-logoside .ft-logo img{
    width: 200px;
}
.footer-wrapper .last-logoside{
    margin-bottom: 30px;
}
.footer-wrapper p{
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #eeeeee;
}
.footer-wrapper .ft-logo{
    margin-bottom: 30px;
}
.footer-wrapper .rideus{
    margin-bottom: 30px;
}
.footer-wrapper .rideus h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins", Sans-serif;
    color: #eeeeee;
}
.footer-wrapper .rideus h4{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif;
    color: #eeeeee;
}
.ftdownloadapp {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 30px;
}
.ftdownloadapp img{
    width: 135px;
}
.footer-wrapper .rideus .ft-contact-side span{
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
    color: #eeeeee;
}
.footer-wrapper .rideus .ft-contact-side p{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-wrapper .rideus .ft-contact-side p a{
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    text-decoration: none;
    transition: all .3s ease;
    color: #eeeeee;
}
.footer-wrapper .rideus .ft-contact-side p img{
    width: 18px;
    filter: brightness(10);
}
.footer-wrapper .rideus .ft-contact-side p a:hover{
    color: #f58200;
}
.border-line{
    height: 2px ;
    width: 100%;
    background-color: #eeeeee;
}
.mt-20{
    margin-top: 20px;
}
/* .footer-wrapper .rideus .bookbtnside{
    margin-top: 30px;
}
.footer-wrapper .rideus .bookbtnside a{
    padding: 10px 20px;
    background-color: #f58200;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    transition: all .4s ease;
}
.footer-wrapper .rideus .bookbtnside a:hover{
    opacity: 0.7;
    background-color: #f58200;
} */
.footer-wrapper .ft-links{
    margin-bottom: 30px;
}
.footer-wrapper .ft-links h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Poppins", Sans-serif;
    color: #eeeeee;
}
.footer-wrapper .ft-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-wrapper .ft-links ul li{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-wrapper .ft-links ul li a{
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    line-height: 1.6em;
    color: #eeeeee;
    transition: all .5s ease;
}
.footer-wrapper .ft-links ul li a.active{
    color: #f58200;

}
.footer-wrapper .ft-links ul li a:hover{
    color: #f58200;
    text-decoration: underline #f58200 !important;
}
.footer-wrapper .ft-links ul li:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #8d8e8e;
    bottom: 0;
    left: 0;
}
.footer-wrapper .ft-links ul .lastli:before{
    display: none;
}
.footer-wrapper .footer-bottom p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #eeeeee;
}
.footer-wrapper .ftbottomcontent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #8d8e8e;
}
.ft-bottom-right p a{
    color: #eeeeee !important;
    text-decoration: none;
}
.contactpage-wrapper{
    background-image: url(../images/secondmain.jpg);
    position: relative;
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.contactpage-wrapper::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
}
.contactpage-wrapper h2{
    color: #fff;
    font-size: 50px;
    font-weight: 600;font-family: "Poppins", Sans-serif;
    margin-bottom: 15px;
}
.contactpage-wrapper p{
    font-size: 18px;
    color: #fff;
}
.contactcontent{
    padding: 80px 0;
}
.contact-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    box-shadow: 0px 3px 18px 4px rgba(0, 0, 0, 0.14);
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
}
.contact-box .contactboximg{
    background-image: url(../images/phone-call.png);
    height: 80px;
    width: 80px;
    background-position: center;
    background-size: contain;
}
.workinghour{
    background-image: url(../images/24-7.png) !important;
}
.Email{
    background-image: url(../images/email.png) !important;
}
.Location{
    background-image: url(../images/map-and-location.png) !important;
}
.contact-box .contactboxhd h3{
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.contact-box .contactboxbtn a{
    padding: 8px 40px;
    background-color: #f58200;
    color: #000;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}
.booking-sec-side{
    position: relative;
}

@media screen and (max-width: 449px) {
    .bottom-header{
        top: 0;
        left: -385px;
        transition: 0.7s;
    }

    
}


@media screen and (min-width: 450px) and (max-width: 991px) {
    .bottom-header{
        top: 0;
        left: -595px;
        /* right: 356px; */
        transition: 0.7s;
    }
}

@media screen and (max-width: 767px) {
    .top-header .header-top-btns{
        gap: 10px;
    }
    .herowrapp {
        padding: 10px 0 30px;
        background: #000;
    }
    .herowrapp h1 {
        font-size: 25px;
        /* line-height: 40px; */
    }
    .herowrapp p{
        font-size: 12px;
    }
    .service-wrapp {
        padding: 50px 0;
    }
    .service-wrapp .service-main-p p {
        font-size: 16px;
        line-height: 1.6em;
    }
    
    .app-left-main{
        margin-bottom: 30px;
    }
    .app-wrapper .app-left-main {
        padding: 0;
        box-shadow: none;
        border: 0;
       
    }
    .app-wrapper .app-left-main .app-left-content h2{
        font-size: 22px;
        text-align: center;
    }
    .app-wrapper .app-left-main .app-left-content h3{
        font-size: 22px;
        text-align: center;
    }
    .app-wrapper .app-left-main .app-left-content p {
        font-size: 12px;
        /* text-align: center; */
        
    }
    /* .app-wrapper .app-left-main .app-left-content .appimg{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    } */
     .findoutbtn{
        display: flex;
        justify-content: center;
    }
    .findoutbtn a{
        font-size: 18px;
    }
    .appleftcontentimgdiv{
        margin-top: 30px;
    }
    .appleftcontentimgdiv .appleftcontentimg{
        height: 330px;
    }
    .app-right-main .app-right-content{
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px 10px;
    }
    
    .app-right-main .app-right-content .apprightinner h3 {
        font-size: 18px;
        text-align: center;
    }
    .app-right-main .app-right-content .apprightinner p {
        font-size: 12px;
        text-align: center;
    }
    .fleet-wrapper{
        padding: 50px 0 0;
    }
    .fleet-wrapper .fleet-main-p p {
        font-size: 18px;
        line-height: 1.6em;
    }
    .fleet-wrapper .fleet-slides .owl-stage-outer{
        padding: 40px 0;
    }
    .fleet-wrapper .owl-nav{
        display: none;
    }
    .fleet-wrapper .fleet-slides .item .fleet-card .fleetcardiv {
        margin: 10px 0;
    }
    .fleet-wrapper .fleet-slides .item .fleet-card .fleetcardiv .fleetimg{
        width: 100%;
        background-size: contain;
        background-position: center;
    }
    .about-wrapper {
        padding: 50px 0;
    }
    .about-wrapper .abouthdarea h4 {
        font-size: 22px;
        font-weight: 500;
    }
    .about-wrapper .abouthdarea p {
        font-size: 12px;
        line-height: 1.6em;
    }
    .about-wrapper ul{
        margin: 25px 0px 30px;
    }
    .about-wrapper ul li {
        font-size: 13px;
        gap: 5px;
    }
    .footer-wrapper p{
        font-size: 12px;
    }
    /* .about-wrapper .managediv {
        margin: 30px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-wrapper .managediv .managetext span {
        font-size: 14px;
    }
    .about-wrapper .managediv .managebtn{
        margin-top: 10px;
    }
    .about-wrapper .managediv .managebtn a {
        font-size: 14px;
    } */
    .about-wrapper .aboutimg {
        height: 380px;
        margin-top: 30px;
    }
    .footer-wrapper .rideus .ft-contact-side p a{
        font-size: 14px;
    }
    .footer-wrapper .ft-links ul li a{
        font-size: 14px;
    }
    .airport-main-page-content h2{
        font-size: 22px;
    }
    .contactpage-wrapper{
        padding: 100px 0;
    }
    .contactpage-wrapper h2{
        font-size: 40px;
    }
    .contactpage-wrapper p{
        font-size: 16px;
    }
    .contact-box .contactboximg {
        height: 60px;
        width: 60px;
    }
    .contact-box .contactboxhd h3 {
        font-size: 22px;
    }
    .contact-box .contactboxbtn a {
        padding: 8px 14px;
        font-size: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .service-wrapp {
        padding: 60px 0;
    }
    .service-wrapp .service-main-p p {
        font-size: 20px;
        line-height: 1.6em;
    }
    .service-wrapp .service-box {
        margin-top: 50px;
    }
    .service-wrapp .service-box .serviceboxcontent h2 {
        font-size: 22px;
    }
    .service-wrapp .service-box .serviceboxcontent p {
        font-size: 14px;
    }
    .app-wrapper .app-left-main{
        margin-bottom: 30px;
    }
    .app-wrapper .app-left-main .app-left-content h2 {
        font-size: 26px;
    }
    .app-wrapper .app-left-main .app-left-content h3 {
        font-size: 26px;
    }
    .app-right-main .app-right-content{
        align-items: flex-start;
    }
    .app-right-content .findoutbtn{
        margin-top: 2rem !important;
    }
    .fleet-wrapper {
        padding: 60px 0;
    }
    .fleet-wrapper .fleet-main-p p {
        font-size: 20px;
        line-height: 1.6em;
    }
    .fleet-wrapper .fleet-slides .owl-stage-outer {
        padding: 50px 0;
    }
    .fleet-wrapper .owl-prev{
        right: 6.5%;
    }
    .about-wrapper .abouthdarea h4 {
        font-size: 24px;
    }
    .about-wrapper .abouthdarea p {
        font-size: 18px;
    }
    .about-wrapper .managediv {
        gap: 5px;
        flex-wrap: wrap;
    }
    .footer-wrapper p {
        font-size: 14px;
    }
    .footer-wrapper .rideus h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        font-family: "Poppins", Sans-serif;
        color: #eeeeee;
    }
    .ftdownloadapp img {
        width: 90px;
    }
    .ftdownloadapp {
        display: flex;
        gap: 5px;
        align-items: center;
        margin-bottom: 20px;
    }
    .footer-wrapper .rideus .bookbtnside {
        margin-top: 20px;
    }
    /* .footer-wrapper .rideus h3 {
        font-size: 16px;
    } */
    .footer-wrapper .ft-links ul li a{
        font-size: 15px;
    }
    .airport-main-page-content h2 {
        font-size: 24px;
    }
    .contact-box .contactboxhd h3 {
        font-size: 22px;
    }
    .contact-box .contactboxbtn a {
        padding: 8px 16px;
        font-size: 14px;
    }
}


@media screen and (max-width: 991px) {
    .bottom-header{
        background-color: #fff;
        transition: 0.7s;
    }
    .navbar-nav{
        width: 100%;
    }
    .bottom-header .nav-link {
        font-size: 14px;
        padding: 4px 4px 4px 4px !important;
        margin: 10px 0px 10px 0px;
        color: #333333 !important;
    }
    .bottom-header .nav-item{
        border-bottom: 1px solid rgba(51,51,51,0.12);
    }
    .navbar-nav li a.active::before, .navbar-nav li a:hover::before{
        display: none;
    }
    .bottom-header .bottom-right {
        margin-top: 20px;
    }
    .bottom-header .navbarcall a {
        font-size: 20px;
    }
    .top-header .header-top-btns .head-downloadbtn1{
        display: none;
    }
    
    .top-header .header-top-btns .head-downloadbtn2{
        display: block;
    }
    .top-header .header-top-btns .login-btn{
        display: none;
    }
    .top-header .header-top-btns .signup-btn{
        display: none;
    }
    .main-header {
        position: relative;
        width: 100%;
        background-color: #fff;
        
    }
    header{
        height: 82.52px;
    }
    .top-header .header-top-btns .menu-btn{
        display: block;
    }
    .sticky header{
        height: 100%;
    }
    .bottom-header{
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        /* right: -385px; */
        opacity: 0;
        transition: 0.7s;
    }
    .bottom-header.show{
        left: 0;
        opacity: 1;
        z-index: 99;
        transition: 0.7s;
       padding-top: 20px;
    }
    .navClose{
        display: block;
    }
    .bottom-right{
        margin-left: 0 !important;
    }
    .footer-wrapper .footertop .last-logoside .ft-logo img{
        width: 160px !important;
    }
    #tablet{
        display: none;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .bottom-header .nav-link {
        font-size: 13px;
        margin: 18px 8px 18px 8px;
    }
    .bottom-header .navbarcall a {
        font-size: 16px;
    }
    
}


.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover{
    color: #fff !important;
}

.modal-header button {
	background-color: #F58200 !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
}