/*Booking Code Start*/
body{
    font-family: 'Source Sans 3' !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}
.fixed-top{
    position: relative !important;
}
.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: #ffffff;
    z-index: 9999;
    width: 100%;
    transition: all .3s ease-in-out;
}

.navbar-icons{
    display: inherit;
}

.nav-link{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313131 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    transition: all .3s ease-in-out !important;
}

.nav-link.active{
    color: #2850bf !important;
}

.dropdown-item.active{
    color: #2850bf !important;
}

.nav-link::before{
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #2850bf;
    text-align: center;
    transition: all .2s;
}

.dropdown-item::before{
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: #2850bf;
    text-align: center;
    transition: all .2s;
}


.nav-link:hover{
    color: #2850bf !important;
}

.dropdown-item:hover{
    color: #2850bf !important;
}


.dropdown-item::before{
    left: 0;
    width: 100%;
}

.dropdown-menu{
    background-color: white !important;
    color: black !important;
}

.CustomDropdownMenu.show {
    display: flex !important;
}

@media screen and (max-width:992px) {
    .CustomDropdownMenu.show {
        flex-wrap: wrap;
    }
    .dropdown-menu-c{
        width: 50%;
        padding: 6px 0;
    }
}

.dropdown-item{
    background-color: white !important;
    color: black !important;
    font-weight: bold !important ;
}


.nav-link:hover::before{
    left: 0;
    width: 100%;
}



.social-icons{
    transition: all .3s ease-in-out;
}

.social-icons:hover{
    filter: grayscale(1);
    transform: scale(1.3);
}

.call-icon-link{
    padding: 6px;
    background-color: #313131;
    transition: all .3s ease-in-out;
}

.call-icon{
    filter: brightness(0) invert(1);
    transition: all .3s ease-in-out;
}

.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, .5);
    background-image: linear-gradient(to right, rgba(40, 80, 191, .5), rgba(226, 0, 0, .5));
    /* padding-top: 120px;
    padding-bottom: 60px; */
    padding: 30px;
}

.header-heading{
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px !important;
    position: relative;
    transition: all .4s 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;
    }
}

@media only screen and (max-width: 280px){
    .header-heading{
        font-size: 32px;
    }

    .store-icons img{
        width: 100px;
    }

    .logo{
        width: 90px;
    }
}

.store-icons{
    text-decoration: none !important;
    display: inline-block;
}

.form-div{
    background-color: rgba(0, 0, 0, .4);
    border-radius: 6px;
}

.custom-inputs{
    box-shadow: none !important;
    outline: none !important;
    /* border: 2px solid transparent !important; */
    border-radius: 6px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: rgba(255, 255, 255, .6) !important;
    color: #313131 !important;
    transition: all .3s ease-in-out !important;
}

.custom-inputs::placeholder{
    color: #2850bf !important;
}

.custom-inputs:focus{
    background-color: #ffffff !important;
    border-color: #2850bf !important;
}

#submit{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 6px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #313131 !important;
    color: #ffffff !important;
    transition: all .3s ease-in-out !important;
}

#submit:hover{
    background-color: #2850bf !important;
}

.header-services{
    margin-top: 80px;
}

.header-service-main-div{
    background-color: #ffffff;
    padding: 30px;
    border-radius: 6px;
    cursor: default;
    transition: all .3s ease-in-out;
}

.header-service-imgs{
    transition: all .3s ease-in-out;
}

.header-service-headings{
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    margin: 10px 0;
    transition: all .3s ease-in-out;
}

.header-service-paras{
    color: #666666;
    margin: 0;
}

.about-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-content-div{
    background-color: #F8F8F8;
}

.about-content-inner-div{
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-15%, -50%);
}

@media only screen and (max-width: 991px){
    .about-content-div{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-content-inner-div{
        position: static;
        transform: none;
    }
}

.main-headings{
    font-size: 31px;
    font-weight: 700;
    color: #E20000;
    margin-bottom: 20px;
}

.about-paras{
    color: #000;
    text-align: justify;
}

.custom-list li{
    color: #000;
    list-style-type: square;
}

.about-list{
    color: #000;
    padding-left: 19px;
    list-style-type: square;
}

.custom-btn{
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 6px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #E20000 !important;
    color: #ffffff !important;
    transition: all .3s ease-in-out !important;
}

.custom-btn:hover{
    background-color: #313131 !important;
}

.close{
    color: #ffffff !important;
    outline: none !important;
    transition: all .3s ease-in-out;
}

.close:hover{
    color: #ffffff !important;
    opacity: 1 !important;
}

.airport-section{
    background-color: #313131;
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-white-headings{
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.airport-main-div{
    position: relative;
    cursor: default;
}

.airport-imgs{
    width: 100%
}

.airport-overlay-div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(40, 80, 191, .5), rgba(226, 0, 0, .5));
    opacity: 0;
    transition: all .5s ease-in-out;
}

.airport-headings{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

.station-section{
    background-color: #F8F8F8;
    padding-top: 80px;
    padding-bottom: 80px;
}

.main-black-headings{
    font-size: 31px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 20px;
}

.station-main-div{
    position: relative;
    cursor: default;
}

.station-overlay-div{
    position: absolute;
    top: 51.07%;
    /*left: 50%;
    width: 100%;*/
    left: 0;
    right: 0;
    width: 100%;
    /*transform: translate(-50%, -50%);*/
    transition: all .3s ease-in-out;
}

.station-imgs{
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.station-headings{
    color: #313131;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    background: transparent;
    transform: translate(-50%, -50%);
    padding: 1px 0 6px 0;
    font-size: 22px;
    font-weight: 400;
    /*opacity: 0;*/
    white-space: nowrap;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
}

.fleet-section{
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fleet-main-div{
    background: #313131;
    padding: 40px;
    padding-top: 45px;
    position: relative;
    margin-top: 60px;
    border-radius: 6px;
    border-top-left-radius: 0;
    transition: all .3s ease-in-out;
}

.fleet-img-div{
    position: absolute;
    width: 130px;
    height: 100px;
    top: -54px;
    left: 0px;
    background-color: #313131;
    padding: 22px 15px 15px 15px;
    border-radius: 100%;
    transition: all .3s ease-in-out;
}

.fleet-imgs{
    transition: all .3s ease-in-out;
}

.fleet-headings{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-align: right;
    transition: all .3s ease-in-out;
}

.fleet-list{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #b9b9b9;
    transition: all .3s ease-in-out;
}

.fleet-list > li:not(:last-child){
    margin-bottom: 7px;
}

.fleet-list > li > span{
    vertical-align: middle;
}

.fleet-list-span{
    color: #b9b9b9;
    transition: all .3s ease-in-out;
}

.copyright-section{
    background-color: #313131;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-para{
    font-size: 14px;
    font-weight: 500;
    color: #b9b9b9;
    margin: 0;
}

.privacy{
    text-decoration: none !important;
    color: #ffffff;
    transition: all .3s ease-in-out;
}

.privacy:hover{
    color: #b9b9b9;
}

/*Inner pages Styling*/
.inner-pages-header-section{
    background: linear-gradient(to left, #2850bf, #E20000);
    padding: 120px 0 55px 0;
}

.inner-pages-heading-span{
    color: #0e0e0e;
}

.inner-pages-content-section{
    background-color: #F8F8F8;
    padding: 70px 0;
}

.inner-page-list-div{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px){
    .inner-page-list-div{
        position: static;
        transform: none;
        padding-bottom: 20px;
    }
}

.inner-page-list > li:not(:last-child){
    margin-bottom: 18px;
}

.inner-page-list-items{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-decoration: none !important;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

a.inner-page-list-items:hover{
    color: #2850bf;
}

.contact-form{
    background-color: #ffffff;
    border-radius: 6px;
}

.contact-inputs{
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid transparent !important;
    border-radius: 6px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background-color: #F8F8F8 !important;
    color: #313131 !important;
    transition: all .3s ease-in-out !important;
}

.contact-inputs::placeholder{
    color: #2850bf !important;
}

.contact-inputs:focus{
    background-color: #ffffff !important;
    border-color: #2850bf !important;
}

/*404 page styling*/
.body-404{
    background-color: #F8F8F8;
}

.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: #E20000;
}

.sub-heading-404{
    font-weight: 700;
    color: #2850bf;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #666666;
}

.link-404{
    text-decoration: none !important;
    color: #313131;
    transition: all .3s ease-in-out;
}

.link-404:hover{
    color: #2850bf !important;
}


/* para adding */







#para_Cab {
    width: 73%;
    font-size: large;
    text-align: center;
}
#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; */
}
.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) {
    .mobile_no {
        display: none !important;
    }
}
.mobile_yes{
    display: none !important;
}
@media screen and (max-width: 768px) {
    .mobile_yes {
        display: block !important;
        width: 100% !important;
        padding-top: 20px !important;
        font-size: 16px !important;
        text-align: start !important;
        /* text-align: center !important; */
        color: #212529!important;
        /* font-weight: 700; */
    }
    .form-sub-div{
        padding: 25px !important;
    }
    .header-section .container{
        padding: 0px !important;
    }
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
  
}





/* para end */


@media screen and (max-width:992px) {
    .navbar-div,#navbar,.navbar-div{
        padding: 0px !important;
    }
}
.navbar-div{
    padding: 8px !important;
}


#line_clear:hover{
    text-decoration: none !important;
    
}


.fleet-imgs:hover {
    transform: scale(1.1) rotate(10deg) skew(5deg, 3deg);
    opacity: 0.85;
    filter: brightness(1.2); 
    box-shadow: 0 8px 25px #E20000;
}
.fleet-imgss:hover {
    /* transform: scale(1.1) rotate(10deg) skew(5deg, 3deg); */
    opacity: 0.85;
    filter: brightness(1.2); 
    box-shadow: 0 8px 25px #E20000;
}

@media screen and (max-width:768px) {
     .dropdown-item{
        font-size: 14px !important;
    }
    .header-section-opacity{
        padding: 10px;
    }
}

.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: #9C272B !important;
}

.btn:not(:disabled):not(.disabled){
    cursor: pointer;
    color: #fff !important;
}

.center-form-all{
    display: flex;
    justify-content: center;
    margin: auto;
}

.field-hd {
    margin-bottom: 5px;
    text-align: start;
}