/*Booking Code Start*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*Booking Code End*/

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    background-color: #ffffff;
    overflow-x: hidden;
}

.navbar{
    /* background-color: rgba(0, 0, 0, .4); */
    background-color: #000 !important;
    transition: all .4s ease-in-out !important;
}

.navbar-div{
    border-bottom: 4px solid #23DEA2;
    transition: all .4s ease-in-out;
}

.nav-link{
    font-size: 16px;
    font-weight: 600;
    color: #CCCCCC !important;
    transition: all .4s ease-in-out !important;
}

.nav-link:hover{
    color: #23DEA2 !important;
}

.nav-link.active{
    color: #23DEA2 !important;
}

.call-icon-link{
    text-decoration: none;
    display: block;
}

.call-icon{
    transition: all .4s ease-in-out;
}

.navbar-toggler{
    outline: none !important;
    border-color: #F5F5F5 !important;
    transition: all .3s ease-in-out !important;
}

.navbar-toggler:focus{
    border-color: #23DEA2 !important;
}

.dropdown-item{
    color: rgb(255, 255, 255) !important;
}


.dropdown-item:hover{
    background-color: transparent !important;
}


.dropdown-item:active{
    background-color: transparent !important;
    color: rgb(255, 255, 255) !important;
}

.dropdown-item.active{
    background-color: transparent !important;
    color: #23DEA2 !important;
}

.dropdown-menu{
    background-color: rgba(0, 0, 0, 0.9) !important;
}



.header-section{
    background: url('images/header-bg-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 2s ease-in-out;
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding-top: 160px;
    padding-bottom: 80px;
}

.booking-form{
    position: relative;
    top: -70px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

/* .header-heading-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

@media only screen and (max-width: 767px){
    .header-heading-div{
        position: static;
        transform: none;
    }
}

/* .header-heading{
    font-size: 50px;
    font-weight: 700;
    color: #23DEA2;
    margin-bottom: 0 !important;
    position: relative;
    left: -65px;
    opacity: 0;
    transition: all .4s ease-in-out;
} */

.header-small-heading{
    font-size: 30px;
    font-weight: 600;
    color: #F5F5F5;
    letter-spacing: 7px;
    margin-bottom: 15px;
    position: relative;
    right: -60px;
    opacity: 0;
    /* transition: all .5s ease-in-out; */
}

.store-icons-div{
    display: inline-block;
    position: relative;
    bottom: -65px;
    opacity: 0;
    transition: all .6s ease-in-out;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 40px;
    }
}

@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 35px;
    }
}

.store-icons{
    text-decoration: none !important;
    display: inline-block;
}

.navigation-section{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #23DEA2;
}

.navigation-imgs-div{
    display: inline-block;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 100%;
    margin-right: 5px;
}

@media only screen and (max-width: 320px){
    .navigation-imgs-div{
        display: block;
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3px;
    }
}

.navigation-headings{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.navigation-links{
    text-decoration: none !important;
    color: #1F1F1F;
    transition: all .4s ease-in-out;
}

.navigation-links:hover{
    color: #4c4c4c;
}

.service-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.border-all{
    border-left: 1px dashed #d4d4d4;
    border-right: 1px dashed #d4d4d4;
}

.border-right-md{
    border-right: 1px dashed #d4d4d4;
}

@media only screen and (max-width: 991px){
    .border-all{
        border-right: none;
    }
}

@media only screen and (max-width: 767px){
    .border-all{
        border-left: none;
        border-right: none;
        border-top: 1px dashed #d4d4d4;
        border-bottom: 1px dashed #d4d4d4;
    }

    .border-right-md{
        border-right: none;
        border-bottom: 1px dashed #d4d4d4;
    }
}

.main-headings{
    font-size: 30px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 0 !important;
}

.service-headings{
    font-size: 20px;
    font-weight: 700;
    color: #1F1F1F;
    margin-top: 20px;
}

.service-paras{
    font-size: 16px;
    color: #717171;
    margin-bottom: 0 !important;
}

.about-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F5F5F5;
    position: relative;
    overflow: hidden;
}

.about-para:last-child{
    margin-bottom: 0 !important;
}

.about-para{
    text-align: justify;
    color: #545454;
    margin-top: 20px;
    margin-bottom: 8px;
}

.read-more-less-btns{
    box-shadow: none !important;
    border: none !important;
    border-radius: 50px !important;
    background-color: #23DEA2 !important;
    color: #1F1F1F !important;
    font-weight: 700 !important;
    padding: 10px 40px !important;
    margin-top: 10px;
    transition: background-color .4s ease-in-out, color .4s ease-in-out !important;
}

.read-more-less-btns:hover{
    background-color: #1F1F1F !important;
    color: #23DEA2 !important;
}

.read-more-content-div{
    display: none;
}

.about-section-img{
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px){
    .about-section-img{
        display: none;
    }
}

.airport-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.airport-imgs-div{
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}

.airport-imgs-div:hover{
    transform: scale(1.2);
    border-radius: 100%;
}

.fleet-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F5F5F5;
}

.main-fleet-div{
    background-color: #ffffff;
    border: 1px solid #CED4Da;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.main-fleet-div:hover{
    box-shadow: 0 0px 15px #b5b5b5;
}

.fleet-headings{
    font-size: 28px;
    font-weight: 700;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.fleet-list{
    font-size: 16px;
    color: #717171;
}

.fleet-list>li:not(:last-child){
    margin-bottom: 8px;
}

.fleet-spans{
    vertical-align: middle;
}

.station-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

.footer-section{
    background-color: #161616;
    padding-top: 70px;
}

.footer-para{
    font-size: 16px;
    font-weight: 400;
    color: #8c8c8c;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-list{
    margin-bottom: 0;
}

.social-icons-link{
    text-decoration: none !important;
    display: inline-block;
}

.social-icons{
    transition: all .4s ease-in-out;
}

.social-icons:hover{
    filter: brightness(0) invert(1);
}

.copyright-div{
    background-color: #0c0c0c;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 70px;
}

.copyright-para{
    margin-bottom: 0;
    font-size: 15px;
    color: #ffffff;
}

.privacy{
    text-decoration: none !important;
    color: #23DEA2 !important;
    transition: all .4s ease-in-out;
}

.privacy:hover{
    color: #ffffff !important;
}

#scroll-up{
    text-decoration: none;
    display: block;
    text-align: center;
    position: fixed;
    /*bottom: -60px;*/
    right: 30px;
    transition: all .5s ease-in-out;
}

#scroll-up:hover{
    bottom: -40px !important;
}

.mini-car{
    transition: all .5s ease-in-out;
}

/*about and contact page styling*/
.about-contact-section{
    background: url('images/about-contact-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-contact-section-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding-top: 120px;
    padding-bottom: 40px;
}

.breadcrumb-spans{
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
}

.home-link{
    text-decoration: none !important;
    color: #23DEA2 !important;
    transition: all .4s ease-in-out
}

.home-link:hover{
    color: #ffffff !important;
}

.about-page-content-section{
    background-color: #F5F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-page-list{
    color: #6F6F6F;
    /* list-style-image: url('images/list-style-img.webp'); */
}

.about-page-list>li:not(:last-child){
    margin-bottom: 4px;
}

.contact-page-content-section{
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-page-heading{
    font-size: 24px;
    font-weight: 700;
    color: #1B9C73;
    margin-bottom: 20px;
}

.contact-page-heading>span{
    font-size: 30px !important;
    color: #1F1F1F !important;
    vertical-align: text-top;
}

.contact-page-list{
    font-size: 16px;
    color: #717171;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.contact-page-list>li>span{
    vertical-align: middle;
}

.contact-page-list>li:not(:last-child){
    margin-bottom: 8px;
}

.custom-textarea{
    box-shadow: none !important;
    outline: none !important;
    padding: 21px 15px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #1F1F1F !important;
    transition: all .4s ease-in-out !important;
}

.custom-textarea:focus{
    border-color: #23DEA2 !important;
}

/*404 page styling*/
.body-404{
    background-color: #F5F5F5;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner-404-div{
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #1B9C73;
}

.sub-heading-404{
    font-weight: 700;
    color: #1F1F1F;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #6F6F6F;
}

.link-404{
    text-decoration: none !important;
    color: #1F1F1F;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #1B9C73 !important;
}



.label_chg {
    color: #fff !important;
    font-size: 19px;
    /* width: 64%; */
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}

@media screen and (min-width: 250px) and (max-width: 767px) {
    .label_chg {
        width: 100%;
        font-size: 14px;
        filter: brightness(5) !important;
        color: whitesmoke !important;
        /* display: block !important; */
    }
}




/* adjust navbar */
@media (min-width: 992px) and (max-width: 1200px) {
   #navbar{
    padding: 0px !important;
   }
   .navbar-div {
    padding: 0px !important;
    margin: 0px !important;
   }
   .navbar-dark .navbar-nav .nav-link{
    padding: 0px !important;
}
}
@media (min-width: 992px) and (max-width: 1012px) {
    .nav-link{
        margin: 13px !important;
       }
}
/* adjust navbar nest hub */



@media screen and (max-width:768px) {
    .header-section{
        background-image: none !important;
        background-color: #000 !important;
    }

    .header-section-opacity {
    background-color: rgba(0, 0, 0, .5);
    padding-top: 40px;
   }

   .label_chgan {
        font-size: 27px !important;
        font-weight: 600;
        color: #23DEA2;
    }

    .header-heading {
        font-size: 25px !important;
        font-weight: 600;
        color: #23DEA2;
        margin-top: 45px;
    }
}


.label_chgan{
    font-size: 40px;
    font-weight:600;
    color: #23DEA2;   
}
.header-heading{
    font-size: 40px;
    font-weight:600;
    color: #23DEA2;  
}

.modal-header button {
	background-color: #23DEA2 !important;
}

.head-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}