/*Booking Code Start*/
body{
    font-family: 'Source Sans 3' !important;
}
body .ui-autocomplete {
    z-index: 1000;
    position: absolute;
    border: 1px solid #000;
    top: 100%;
    width: 100px;
    height: auto;
    margin: 30px;
    padding: 0;
    list-style-type: none;

   
}

body .ui-autocomplete .ui-menu-item {
    background-color: #fff;
    border-bottom: 1px solid #000;
    list-style-type: none;
    width: 100%;
}
body .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    background-color: #fff;
    padding: 5px;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 10px;
}
.ui-autocomplete {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.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*/



.top-section{
    padding-top: 20px;
    padding-bottom: 20px;
}



.navbar {
    background-color: #0FA4AF !important;
    /* color: white !important; */
    /* font-weight: bold; */
}


.nav-link{
    transition: all 0.3s ease-in-out;
}
.nav-link:hover {

    /* height: 10px; */
    border-right: #fff;
    /* width: 100px; */
    background-color: #71c3d2;

}



.dropdown-menu{
    background-color: #71c3d2 !important;
}

.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{
    color: #ffffff !important;
    transition: all .3s ease-in-out !important;
}

.dropdown-item:hover{
    background-color: #ffffff !important;
    color: #212529 !important;
}

.dropdown-item.active{
    background-color: #0FA4AF !important;
    color: #ffffff !important;
}

.active{
    /* border-radius: white !important; */
    border: 2px solid white !important;
    /* color: #0FA4AF !important; */
}

.nav-link{
    padding-right: 35px;
    padding-left: 35px;
}


.header-section{
    padding-top: 50px;
    padding-bottom: 100px;
    /* background-color: teal; */
    /* background-image: url(images/header-img.webp) !important; */
    /* background-image: url(contents/images/header-img.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: url(images/about_us.jpg) !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    background-color: rgb(15 164 175) !important;
    background-blend-mode: multiply;
}


.booking-heading{
    color: white;
    font-weight: bold;
}

.form-heading{
    font-size: 60px;
    color: white;
    font-weight: bold;
}


@media only screen and (max-width: 280px){
    .form-heading{
        font-size: 46px;
    }
}


.form-slogan{
    color: white;
    font-weight: bold;
    margin: 0;
}
/* .form-div{
    background-color: #740716e6;
} */
.form-sub-div{
    background: linear-gradient(45deg, #71c3d2, #a8a8a8, #4baabc, #4baabc, #a8a8a8, transparent);
    padding: 10px;
}





/* .form-div {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

} */
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: rotate(360deg);
     }
}




.form-control{
    border-radius: 0%;
}


#startAddress{
    border-radius: 0px !important;
    border: 0;    
}


#endAddress{
    border-radius: 0px !important;
    border: 0;    
}

.get-btn{
    width: 100%;
    border-radius: 0%;

}

.get-btn{
    width: 100%;
    border-radius: 0%;
    transition: all 0.3s ease-in-out;
}
.get-btn:hover{
    background-color: #71c3d2;

}


/* service-section */

.service-section{
    padding: 35px;
    padding: 35px;
    /* margin-top: 25px; */
    /* margin-bottom: 25px; */
}

.service-main-heading, .fleet-main-heading, .main-station-heading{
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;

}
/* 
.service-main-heading-div, .fleet-main-heading-div{
    border-radius: 20px;
    border-width: 10px;

} */

.service-sub-heading{
    margin-top: 35px;
    /* margin-bottom: 35px; */
}

.main-hr{
    padding-bottom: 20px;
    margin-bottom: 20px;

    width: 80px;
    /* height: 50px; */
    border-width: 10px;
    border-color: #0FA4AF;
}

.fleet-section{
    padding-top: 35px;
    padding-bottom: 35px;
    /* margin-top: 25px; */
    /* margin-bottom: 25px; */
    background:linear-gradient( 45deg, #0fa4af,#fff, #71c3d2, transparent);

}


.fleet-hr{
    width: 50px;
    /* height: 50px; */
    border-width: 10px;
    border-color: #0FA4AF;
    margin-top: 0;
    margin-bottom: 10px;
}


.bg{
    background: #fff !important;
    border: none;
    color: black;
    /* line-height: 2px !important; */
    
    padding: 0;
    /* padding-bottom: 0; */
    margin: 2px;

}

.fleet-sub{
    vertical-align: middle;
}


.service-hr{
    width: 50px;
    /* height: 50px; */
    border-width: 10px;
    border-color: #0FA4AF;
}


.service-img{
    transition: all 0.3s ease-in-out;
}

.service-img:hover{
    transform: scale(1.3) rotate(360deg);
    background-color: #0FA4AF;
    border-radius: 40px;
}




.about-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(images/about_us.jpg) !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    background-color: rgb(15 164 175) !important;
    background-blend-mode: multiply;
}
.about-us-main-heading{
    font-weight: 700;
    font-size: 40px;
}


.fleet-sub-div{
    border-radius: 10px !important;
    border-width: 10px !important;
    border-color: #0FA4AF !important;
}

.airport-main-heading{
    font-weight: 700;
    font-size: 40px;
}


.airport-img-div{
    transition: all 0.3s ease-in-out;
}

.airport-img-div:hover{
    background-color: #0FA4AF;
    /* transform: scale(1.1); */
}




.fleet-img{
    transition: all 0.3s ease-in-out;
}
.fleet-img:hover{
    /* background-color: #71c3d2; */
    transform: scale(1.3);

}






.airport-img-div{
    padding: 10px;
    padding-bottom: 10px;
    background-color: teal;
    /* margin: 5px; */
}


.station-imgs{
    transition: all 0.3s ease-in-out;
}

.station-imgs:hover {
    
   
    /* display: block; */
    /* width: 200px; */
    /* height: 200px; */
    /* background-color: #0000FF; */
    transform: scale(1.3) rotate(360deg);
    /* transition: width 1s, height 1s, background-color 1s, transform 1s; */

    }
    




.btn, .form-control{
    box-shadow:none !important;
}



.footer-section{
    color: white;
    /* background:#71c3d2 !important; */
    background-color: #0FA4AF !important;
    padding-top: 35px;
    padding-bottom: 35px;
}


/* .footer-icon{ */
    /* background-color: #71c3d2; */
    /* height: 30px;
    width: 30px; */
    /* vertical-align: middle; */
/* } */

.input-msg{
    background-color: #71c3d2;
    color: white;
}

.input-msg::placeholder{
    color: white;
}


/*404 page styling*/
.body-404{
    background-color: #c5cada;
}

.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: #3E56AA;
}

.sub-heading-404{
    font-weight: 700;
    color: #333333;
}

.para-404{
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}

.link-404{
    text-decoration: none !important;
    color: #3E56AA;
    transition: all .4s ease-in-out;
}

.link-404:hover{
    color: #000000 !important;
}

.contentInner h3{
    font-size: 20px;
}

.contentInner p{
    text-align: justify;
}

.airportPages h1{
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
}

.navbar a img{
    width: 150px;
}

@media screen and (max-width: 992px) {
    .navbar-nav .nav-link{
        margin: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .header-section{
        padding: 50px 0;
    }
}

@media screen and (max-width: 576px) {
    .navbar a img{
        width: 180px;
    }
    .header-section{
        padding: 20px 0;
    }
    .airportPages h1{
        font-size: 20px;
        margin-bottom: 12px;
    }
    .bannerForm{
        margin: 26px -15px 0;
    }
    .form-div,
    .form-sub-div{
        background-color: transparent;
    }
    .form-heading{
        font-size: 28px;
        margin-bottom: 2px;
        /* font-weight: normal; */
    }
    .form-slogan{
        font-size: 14px;
        font-weight: 500;
    }
}

.privacy{
    color: white !important;
}
@media screen and (max-width:768px){
    #car_Wid{
        width: 200px !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: #f8f9fa!important;
        /* font-weight: 700; */
    }
    .form-sub-div{
        padding: 0 5px !important;
    }
    .header-section {
        padding: 20px 0 !important;
    }
    .form-heading{
        font-size: 22px !important;
    }
    .form-slogan{
        margin-bottom: 0;
        font-size: 14px !important;
    }
    #para_Cab{
        width: 100%;
        font-size: 13px !important;
    }
    .header-section .container{
        padding: 0px !important;
    }
    .header-section{
        background: none !important;
        background-color: #000 !important;
    }
  
}





/* para end */




#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 rgb(15 164 175);
}
.fleet-imgss:hover {
    /* transform: scale(1.1) rotate(10deg) skew(5deg, 3deg); */
    opacity: 0.85;
    filter: brightness(1.2); 
    box-shadow: 0 8px 25px rgb(15 164 175);
}

@media screen and (max-width:768px) {
    .modal-dialog{
        margin: 0px !important;
    }
    .top-section{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}