/*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;
}

body{
    background-color: #ffffff;
}

.top-div{
    background-color: #86bcca;
    position: relative;
    z-index: 1030;
}

.call-link{
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    padding: 8px 10px;
    transition: all .4s ease-in-out;
}

.call-icon{
    transition: all .2s ease-in-out;
}

.call-link > span{
    vertical-align: middle;
    /*transition: all .4s ease-in-out;*/
}

.store-icons{
    display: inline-block;
    padding-top: 2.5px;
}

.customDropdownMenu.show{
    display: flex !important;
    left: auto;
    right: 0;
}

@media screen and (max-width:992px) {
    .customDropdownMenu.show{
        flex-wrap: wrap;
    }
    .dropdown-menu-c{
        width: 50%;
        padding: 6px 0;
    }
    .navbar{
        position: relative;
    }
}

.navbar{
    background-color: #000000;
    transition: all .4s ease-in-out;
}

.nav-link{
    font-size: 16px;
    font-weight: 500;
    color: #86bcca !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    /*transition: all .4s ease-in-out !important;*/
}

.nav-link.active{
    color: #ffffff !important;
}

.nav-link::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    text-align: center;
    transition: all .2s ease-in-out;
}

.nav-link:hover::before{
    width: 100%;
}


.dropdown-item::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    text-align: center;
    transition: all .2s ease-in-out;
}

.dropdown-item:hover::before{
    width: 100%;
}



.navbar-toggler{
    outline: none !important;
    border-radius: 0 !important;
    transition: all .4s ease-in-out;
}

.navbar-toggler:focus{
    border-color: #86bcca !important;
}

.dropdown-menu{
    background-color: #000000 !important;
    color: #86bcca !important;
}

.dropdown-item{
    background-color: transparent !important;
    color: #86bcca !important;
}

.dropdown-item.active{
    background-color: transparent !important;
    color: #ffffff !important;
}

.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding: 70px 0;
}


@media only screen and (max-width: 767px){
    .header-heading-div{
        position: static;
        transform: none;
    }
}

.header-heading{
    font-size: 63px;
    color: #86bcca;
}

.header-small-heading{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
}


@media only screen and (max-width: 375px){
    .header-heading{
        font-size: 35px;
    }

    .header-small-heading{
        font-size: 20px;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 32px;
    }

    .store-icons > img{
        width: 90px;
    }

}

.booking-form{
    background-color: rgba(134, 188, 202, .5);
    position: relative;
    opacity: 0;
}

@keyframes booking_form_anim{
    0%{
        top: -100%;
        opacity: 0;
    }
    50%{
        top: 0;
        opacity: 1;
    }
    70%{
        top: -20px;
    }
    100%{
        top: 0;
        opacity: 1;
    }
}

.booking-heading{
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.input-group-text{
    background-color: #327789 !important;
    border-radius: 0 !important;
    border-right: none !important;
    border: 1px solid #000000 !important;
}

.custom-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #000000 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    padding: 20px 8px 20px 2px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3D7C47 !important;
    transition: all .4s ease-in-out !important;
}

.custom-inputs:focus{
    padding-left: 8px !important;
    color: #000000 !important;
}

.custom-btn{
    width: 100%;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    background-color: #000000 !important;
    color: #86bcca !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all .4s ease-in-out !important;
}

.custom-btn:hover{
    border-color: #000000 !important;
    background-color: #86bcca !important;
    color: #000000 !important
}

.service-section{
    background-color: #000000;
    padding: 70px 0;
}

.main-headings{
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.blue-divider-1{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(55deg, transparent 10%, #86bcca 50%, #86bcca 50%, transparent 50%, transparent 60%, #86bcca 60%, #86bcca);
    display: inline-block;
}

.blue-divider-2{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(-55deg, transparent 10%, #86bcca 50%, #86bcca 50%, transparent 50%, transparent 60%, #86bcca 60%, #86bcca);
    display: inline-block;
}

.service-divs{
    background-color: #ffffff;
}

.service-imgs-div{
    padding: 20px 0;
}

.service-imgs{
    transition: all .4s ease-in-out;
}

.service-headings-div{
    padding: 10px 0;
    background-color: #3D7C47;
    cursor: default;
    transition: all .4s ease-in-out;
}

.service-headings{
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    transition: all .4s ease-in-out;
}

.about-section{
    background-color: #ffffff;
    padding: 70px 0;
}

.about-section h4{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.main-green-headings{
    font-size: 35px;
    font-weight: 700;
    color: #3D7C47;
    margin: 0;
}

.about-paras{
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.about-headings{
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.about-list{
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.about-section ul li{
    color: #757575;
    font-weight: 500;
}

.airport-section{
    background-color: #86bcca;
    padding: 70px 0;
}

.main-black-headings{
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.green-divider-1{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(55deg, transparent 10%, #3D7C47 50%, #3D7C47 50%, transparent 50%, transparent 60%, #3D7C47 60%, #3D7C47);
    display: inline-block;
}

.green-divider-2{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(-55deg, transparent 10%, #3D7C47 50%, #3D7C47 50%, transparent 50%, transparent 60%, #3D7C47 60%, #3D7C47);
    display: inline-block;
}

.airport-div{
    background-color: rgba(255, 255, 255, .6);
    box-shadow: 0 0 21px 2px #000000;
    padding: 12px;
    transition: all .4s ease-in-out;
}

.airport-imgs{
    transition: all .4s ease-in-out;
}

.station-section{
    background: url('images/station-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.station-section-opacity{
    background-color: rgba(0, 0, 0, .7);
    padding: 70px 0;
}

.main-blue-headings{
    font-size: 35px;
    font-weight: 700;
    color: #86bcca;
    margin: 0;
}

.white-divider-1{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(55deg, transparent 10%, #ffffff 50%, #ffffff 50%, transparent 50%, transparent 60%, #ffffff 60%, #ffffff);
    display: inline-block;
}

.white-divider-2{
    border: none !important;
    height: 4px;
    width: 80px;
    background-color: transparent;
    background-image: linear-gradient(-55deg, transparent 10%, #ffffff 50%, #ffffff 50%, transparent 50%, transparent 60%, #ffffff 60%, #ffffff);
    display: inline-block;
}

.station-div{
    box-shadow: 0 0 28px 2px #000000;
    transition: all .4s ease-in-out;
}

.station-imgs{
    transition: all .4s ease-in-out;
}

.fleet-section{
    background-color: #ffffff;
    padding: 70px 0;
}

.fleet-main-div{
    background-color: #000000;
    padding: 30px;
    margin-top: 20px;
    padding-top: 0;
    transition: all .4s ease-in-out;
}

.fleet-imgs-div{
    transform: translateY(-40px);
    background: #000000;
    padding: 20px;
    padding-bottom: 0;
    transition: all .4s ease-in-out;
}

.fleet-list{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all .4s ease-in-out;
}

.fleet-list > li:not(:last-child){
    margin-bottom: 6px;
}

.fleet-icons{
    margin-right: 5px;
    transition: all .4s ease-in-out;
}

.fleet-spans{
    vertical-align: middle;
    color: #ffffff;
    transition: all .4s ease-in-out;
}

.fleet-headings{
    font-size: 25px;
    font-weight: 700;
    color: #86bcca;
    margin: 0;
    transition: all .4s ease-in-out;
}

.footer-section{
    background-color: #000000;
    padding: 30px 0;
}

.social-list{
    margin: 0;
}

.social-icons-link{
    text-decoration: none !important;
    display: inline-block;
    border: 1px dashed #ffffff;
    transition: all .4s ease-in-out;
}

.social-icons{
    transition: all .4s ease-in-out;
}

.footer-para{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.privacy{
    text-decoration: none !important;
    color: #86bcca;
    transition: all .4s ease-in-out;
}

.privacy:hover{
    color: #ffffff;
}

/*inner page styling*/
.inner-page-header-section{
    background-color: #86bcca;
    padding: 30px 0;
}

.inner-page-content-section{
    background-color: #ffffff;
    padding: 70px 0;
}

.contact-headings{
    font-size: 24px;
    font-weight: 700;
    color: #3D7C47;
}

.contact-address{
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    margin-bottom: 0;
}

.contact-links{
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.contact-links:hover{
    color: #000000;
}

.contact-form{
    background-color: #3D7C47;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-labels{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.contact-form-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #000000 !important;
    border-radius: 0 !important;
    padding: 20px 8px 20px 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3D7C47 !important;
    transition: all .4s ease-in-out !important;
}

.contact-form-inputs:focus{
    padding-left: 15px !important;
    color: #000000 !important;
}

/*404 page styling*/
.body-404{
    background-color: #3D7C47;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
}

.inner-404-div{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-404{
    font-size: 100px;
    font-weight: 700;
    color: #86bcca;
}

.sub-heading-404{
    font-weight: 700;
    color: #ffffff;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.link-404{
    text-decoration: none !important;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #000000 !important;
}

#para_Cab {
    width: 73%;
    font-size: large;
    text-align: center;
}

.label_chg {
    color: #ffffff !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}
@media screen and (max-width: 768px) {
    #para_Cab {
        width: 100%;
        /* font-size: small !important; */
        /* display: none !important; */
    }
}
#para_Cab {
    width: 73%;
    font-size: large;
    text-align: center;
}
.label_chg {
    color: #ffffff !important;
    font-size: 19px;
    width: 85%;
    /* text-align: center; */
    /* margin: auto !important; */
    /* padding-bottom: 20px !important; */
}


.logo{
    width: 45% !important;
}

@media screen and (min-width:768px) {
    .navbar{
        padding: 0px !important;
    }
   
}
.mobile_yes{
    display: none !important;
}
@media screen and (max-width:768px) {
.header-section{
    background: none !important;
    background-color: #86bcca !important;
}
.mobile_no{
display: none !important;    
}
.mobile_yes{
display: block !important;    
width: 100% !important;
padding-top: 20px !important;
font-size: 22px !important;
text-align: center !important;
}
.header-section-opacity{
    padding-bottom: 10px;
    padding-top: 0px !important;
}
.header-heading,.header-small-heading{
    font-size: x-large !important;
    margin: 0px !important;
}
.header-headingg {
    font-size: 24px !important;
    margin: 0px !important;
    padding: 15px;
}
}


.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: #86BCCA !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff ;
}