/*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;
}

#navbar{
    background-color: #263238;
    position: relative;
}

#navbar::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #263238;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

#navbar::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #263238;
    border-bottom-left-radius: 100%;
    z-index: 1;
}

.call-icon-link{
    text-decoration: none !important;
    background-color: #fcee21;
    display: inline-block;
    /*padding: 12px 6px 6px 12px;*/
    /*border-top-left-radius: 50px;*/
    padding: 6px;
    position: relative;
    transition: all .3s ease-in-out;
}

.call-icon-link::before{
    content: "";
    position: absolute;
    background-color: #263238;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: -5px;
    right: -5px;
}

.call-icon-link::after{
    content: "";
    position: absolute;
    background-color: #263238;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    bottom: -5px;
    left: -5px;
}

.call-icon{
    transition: all .3s ease-in-out;
}

.navbar-toggler{
    border: none !important;
    outline: none !important;
}

.nav-link{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fcee21 !important;
    transition: all .3s ease-in-out !important;
}

.nav-link:hover{
    color: #ffffff !important;
    box-shadow: inset 0 -15px 9px -5px #fcee21;
}

.nav-link.active{
    color: #fcee21 !important;
    box-shadow: inset 0 -15px 9px -5px #ffffff;
}

.dropdown-menu{
    border-radius: 0 !important;
    border: none !important;
    box-shadow: inset 0 0 25px 1px #fcee21;
}

.dropdown-menu.show{
    display: flex !important;
    left: auto;
    right: 0;
}

@media screen and (max-width:992px) {
    .dropdown-menu.show{
        flex-wrap: wrap;
    }
    .dropdown-menu-c{
        width: 50%;
        padding: 6px 0;
    }
}

.dropdown-item{
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #263238 !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
    background-color: #fcee21 !important;
}

.dropdown-item.active{
    background-color: #fcee21 !important;
}

.header-section{
    background: url('images/header-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-right-radius: 100%;
}

.header-section::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-left-radius: 100%;
}

.header-section-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding: 100px 0;
}

.main-header-heading-div{
    position: relative;
    width: 100%;
    height: 100%;
}

.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: 991px){
    .header-heading-div{
        position: static;
        transform: none;
    }
}

.header-heading{
    font-size: 63px;
    font-weight: 700;
    color: #fcee21;
    position: relative;
    transition: all .4s ease-in-out;
}

.header-small-heading{
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 7px;
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease-in-out;
}

.store-icons{
    display: inline-block;
}

@media only screen and (max-width: 1199px){
    .header-heading{
        font-size: 40px;
    }
}

@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: 110px;
    }

    /*.logo{
        width: 90px;
    }*/
}

.booking-form{
    background-color: rgba(38, 50, 56, .6);
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.booking-form::before{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 50%;
    height: 20px;
    background: rgba(38, 50, 56, .6);
    border-top-right-radius: 100%;
}

.booking-form::after{
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 50%;
    height: 20px;
    background: rgba(38, 50, 56, .6);
    border-top-left-radius: 100%;
}

.booking-heading{
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
}


.custom-btn-1{
    box-shadow: inset 0 0 10px 1px #fcee21 !important;
    border-radius: 7px !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transition: all .3s ease-in-out !important;
}

.custom-btn-1:hover{
    background-color: #fcee21 !important;
    color: #263238 !important;
}

.about-section{
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.about-section::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

.about-section::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-left-radius: 100%;
    z-index: 1;
}

.main-black-headings{
    font-size: 33px;
    font-weight: 700;
    color: #263238;
}

.about-para{
    font-size: 16px;
    font-weight: 500;
    color: #263238;
    text-align: justify;
}


.close{
    outline: none !important;
}

.sub-headings{
    font-size: 26px;
    font-weight: 700;
    color: #263238;
}

.airport-section{
    background-color: #263238;
    padding: 120px 0;
    position: relative;
}

.airport-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-right-radius: 100%;
}

.airport-section::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-left-radius: 100%;
}

.main-yellow-headings{
    font-size: 33px;
    font-weight: 700;
    color: #fcee21;
}

.airport-station-links{
    display: inline-block;
    text-decoration: none !important;
}

.airport-main-div{
    position: relative;
}

.airport-inner-div::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 25px;
    background-color: #263238;
    border-top-right-radius: 100%;
}

.airport-inner-div::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 25px;
    background-color: #263238;
    border-top-left-radius: 100%;
}

.airport-inner-div{
    padding: 10px 10px 20px 10px;
    background-color: #ffffff;
    transition: all .9s ease-in-out;
}

.station-section{
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.station-section::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

.station-section::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-left-radius: 100%;
    z-index: 1;
}

.station-inner-div{
    transition: all .9s ease-in-out;
}

.service-section{
    background-color: #263238;
    padding: 120px 0;
    position: relative;
}

.service-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-right-radius: 100%;
}

.service-section::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-left-radius: 100%;
}

.main-service-div{
    position: relative;
    overflow: hidden;
}

.front-service-div{
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;
    transition: all 1s ease-in-out;
}

.service-headings{
    font-size: 20px;
    font-weight: 700;
    color: #263238;
    margin-top: 20px;
    margin-bottom: 0;
}

.service-imgs-div{
    padding: 20px;
}

.back-service-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcee21;
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate3d(1, 1, 1, 360deg);
    z-index: 0;
    border-radius: 4px;
    transition: all 1s ease-in-out;
}

.service-para{
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #263238;
    font-weight: 500;
}

.fleet-section{
    background-color: #ffffff;
    padding: 80px 0;
    position: relative;
}

.fleet-section::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

.fleet-section::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-left-radius: 100%;
    z-index: 1;
}

.fleet-main-div{
    background-color: #263238;
    position: relative;
    overflow: hidden;
}

.fleet-main-div::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
}

.fleet-main-div::after{
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
}

.fleet-imgs{
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.fleet-overlay-div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to left,transparent 20%, #263238 64%);
}

.fleet-overlay-div::before{
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 100%;
}

.fleet-heading-div{
    position: absolute;
    top: 15%;
    left: 9%;
}

.fleet-headings{
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px !important;
}

.fleet-list-div{
    position: absolute;
    bottom: 5%;
    left: 9%;
}

.fleet-list{
    margin-bottom: 0 !important;
}

.fleet-list-items{
    margin-top: 5px;
    margin-bottom: 5px;
}

.fleet-spans{
    vertical-align: middle;
    font-weight: 500;
    color: #ffffff;
}

.footer-section{
    background-color: #263238;
    padding: 80px 0 40px;
}

.footer-para{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.social-icons-link{
    text-decoration: none !important;
    display: inline-block;
    background-color: #ffffff;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.social-icons-link::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background-color: #263238;
    border-radius: 100%;
}

.social-icons-link::after{
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #263238;
    border-radius: 100%;
}

.social-icons-link:hover{
    background-color: #fcee21;
}

.copyright-para{
    font-size: 14px;
    font-weight: 500;
    color: #fcee21;
    margin-bottom: 0;
}

.privacy{
    text-decoration: none !important;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.privacy:hover{
    color: #fcee21;
}

/*inner pages styling*/
.inner-pages-header-section{
    background: url('images/inner-pages-header.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.inner-pages-header-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-right-radius: 100%;
}

.inner-pages-header-section::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-top-left-radius: 100%;
}

.inner-pages-header-opacity{
    background-color: rgba(0, 0, 0, .5);
    padding: 100px 0;
}

.links-div{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 10px;
}

.home-page-link{
    color: #fcee21 !important;
    text-decoration: none !important;
    transition: all .3s ease-in-out;
}

.home-page-link:hover{
    color: #ffffff !important;
}

.inner-pages-content-section{
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}

.inner-pages-content-section::before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-right-radius: 100%;
    z-index: 1;
}

.inner-pages-content-section::after{
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 35px;
    background-color: #ffffff;
    border-bottom-left-radius: 100%;
    z-index: 1;
}

.inner-pages-content-section h4{
    font-size: 20px;
    color: #263238;
    font-weight: 700;
}

.station-page-small-headings{
    font-size: 21px;
    font-weight: 700;
    color: #263238;
}

.contact-links, .contact-para{
    font-size: 16px;
    font-weight: 500;
    color: #263238 !important;
    margin-bottom: 0;
}

.contact-inputs{
    box-shadow: none !important;
    border: 2px solid #263238 !important;
    border-radius: 7px !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #263238 !important;
    transition: all .3s ease-in-out !important;
}

.contact-inputs:focus{
    box-shadow: inset 0 0 10px 1px #263238 !important;
}

.contact-inputs::placeholder{
    color: #a1a1a1 !important;
}

/*404 page styling*/
.body-404{
    background-color: #263238;
}

.main-404-div{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #263238;
}

.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: #fcee21;
}

.sub-heading-404{
    font-weight: 700;
    color: #ffffff;
}

.para-404{
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
}

.link-404{
    text-decoration: none !important;
    text-decoration-color: #f4decb;
    color: #fcee21;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #ffffff !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: medium;
        display: none !important;
    }
    .dropdown-item{
        font-size: 13px !important;
    }
}


.header-span {
    /* color: #007bff; */
    color: #fff;
    display: block;
    font-size: 20px;
    /* letter-spacing: 5px; */
    margin-bottom: 10px;
}

#text_centered{
    text-align: center !important;
}

@media screen and (max-width:768px) {
    #text_centered{
        text-align: start !important;
        width: 100% !important;
    }
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
}


.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;
}

#moreModalitem .card-header button {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px 5px;
    color: #fff;
}

.modal-header button {
	background-color: #AFAA29 !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff;
}

.field-hd {
    margin-bottom: 5px;
    text-align: start;
}

@media screen and (max-width:765px) {
    .header-section-opacity{
        background-color: rgba(0, 0, 0, .5);
        padding: 100px 0;
        padding-top: 35px;
    }
    .inner-pages-header-opacity{
        padding-top: 40px;
    }
}
