/* font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif; */
body{
    font-family: 'Montserrat', sans-serif;
}
.bookBtn{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #0836d7;
    padding: 14px 44px;
    text-decoration: none;
    border-radius: 40px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bookBtn:hover{
    color: #fff;
    text-decoration: none;
}
.heading{
    font-size: 38px;
    color: #66738e;
    margin-bottom: 34px;
    font-weight: 600;
}
.about-us h3 span{
    display: block;
}
p{
    color: #232323;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
header{
    padding: 45px 50px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
header .navbar{
    background: transparent;
    padding: 0;
}
header .navbar .navbar-nav .nav-item:not(:last-child){
    padding-right: 30px;
}
header .navbar .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: #66738e;
    padding-right: 0px;
    padding-left: 0px;  
}
header .navbar .navbar-nav .active .nav-link,
header .navbar .navbar-nav .nav-link:hover{
    color: #0836d7;
    border-bottom: 2px solid #0836d7;
}
header .navbar-brand{margin-right: 0px;}
header .navbar-brand , header .navRight{
    width: 400px;
}
header .navRight{
    text-align: right;
}
header .navRight.mobile-display {
    display: none;
}
.navRight span{
    color: #abb8d4;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    font-size: 14px;
    margin-right: 20px;
}
.navRight a.call , .call{
    font-size: 18px;
    font-weight: 700;
    color: #444343;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 1px 29px 0px rgba(8, 54, 215, 0.09);
    border-radius: 40px;
    text-decoration: none;
    width: 200px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.navRight a.call:hover, .call:hover{
    text-decoration: none;
     color: #444343;
}
.navRight a.call i , .call i{
    color: #0836d7;
    margin-right: 10px;
}
.banner{
    padding: 180px 0 218px;
    text-align: center;
    margin-bottom: 145px;
    position: relative;
    background: url('../img/bannerBg.png')  #eff3fc;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto;
}
.banner h2{
    font-size: 60px;
    color: #66738e;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}

.banner .bannerTxt{
    margin-bottom: 46px;
}
.banner .bannerImg{
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
}
.banner .bannerImg img{
    display: inline-block;
}

.about-us{
    padding: 151px 0 185px;
}
.fleet-wrap h3{
    margin-bottom: 80px;
    text-align: center;
}
.fleet-wrap {
    position: relative;
}
.fleet-wrap:before {
    content: "";
    background: #eff3fc;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/*.busOuterWrap{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}*/
.busOuterWrap .busWrapper{
    background-color: #fafcff;
}

.busOuterWrap .busWrapper .busImg {
    margin-top: -60px;
    height: 125px;
}
/*.busOuterWrap .busWrapper:hover img,
.busOuterWrap .busWrapper.active img{
    margin-top: 0px;
}*/
.busOuterWrap .busWrapper{
    filter: drop-shadow(0px 7px 49px rgba(15,31,86,0.11));
    background-color: #fafcff;
    text-align: center;
    padding: 30px 45px;
    transition: all .2s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.fleet-section .fleetHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.busOuterWrap .busWrapper h4 , .fleet-section .fleetHead h4{
    font-size: 24px;
    color: #66738e;
    font-weight: 900;
    margin-top: 20px;
}
.busOuterWrap .busWrapper p , .fleet-section .fleetHead p{
    font-size: 16px;
    color: #0836d7;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: unset;
}

.busOuterWrap .busWrapper p.txt , 
.fleet-section p.txt{
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    font-weight: 400;
    margin-bottom: 0px;
}
.busOuterWrap .busWrapper:hover p.txt,
.busOuterWrap .busWrapper.active p.txt{
    color: #232323;
}
.busWrapper .veiwBtn{
    font-size: 17px;
    color: #0836d7;
    font-weight: 700;
    text-align: center;
    border-radius: 27px;
    filter: drop-shadow(0px 1px 14.5px rgba(8,54,215,0.22));
    background-color: #ffffff;
    padding: 8px 20px;
    height: 55px;
    margin-top: 15px;
    /*display: none;*/
}
.busWrapper.active , 
.busWrapper:hover{
    transform: scale(1.1);
    z-index: 1;
    background-color: #ffffff;
}
/*.busWrapper.active .veiwBtn, .busWrapper:hover .veiwBtn{
    display: block;
    margin: 15px auto 0px;  
}*/

.client-reveiw{
    background: #eff3fc;
}
/* .client-reveiw .container{
    padding: 170px 0 130px;
} */
.client-reveiw .container{
    padding: 0px 0 130px;
}
.client-reveiw .client-img {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.client-reveiw p{
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 400;
    text-align: center;
    max-width: 800px;
    margin: 12px auto;
}
.client-reveiw .nameTxt {
    color: #66738e;
    font-weight: 700;
}
.bookWrap{
    display: flex;
    align-items: center;
}

/*.book-us-wrap{
    background: #00196f;
    position: relative;
    top: -2px;
    padding: 45px 0px 42px;
}*/
.bookWrap p{
    font-size: 28px;
    color: #eff3fc;
    font-weight: 600;
    flex: 1;
    margin-bottom: 0px;
}
footer {
    padding: 12px 0px;
}
footer .socialWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    padding: 70px 0px 50px;
}
footer .footerLogo, 
footer .socialIcon{
    width: 220px;
}
.contactWrap .txt{
    margin-bottom: 10px;
}
footer .contactWrap {
    font-size: 16px;
    line-height: 48px;
    color: #abb8d4;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}
footer .socialIcon ul li{
    display: inline-block;
}
footer .socialIcon ul li:not(:first-child){
    margin-left: 15px;
}
footer .socialIcon li a.icon{
    width: 36px;
    height: 36px;
    background-color: #0836d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #0836d7;
    text-decoration: none;
}

footer .socialIcon li a.icon:hover{
    color: #0836d7;
    background: #ffffff;
}
footer .socialIcon span{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #66738e;
    font-weight: 700;
    font-family: "Montserrat";
}
footer .footerLinks{
    text-align: center;
    margin-bottom: 0px;
}
footer .footerLinks li a{
    font-size: 12px;
    line-height: 28px;
    color: #232323;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
footer .footerLinks li{
    display: inline-block;
    padding: 0 10px;
}
.clientWrap {
    padding: 150px 0 180px;
}
.clientWrap .clientOuter{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.clientWrap h4{
    font-size: 28px;
    color: #66738e;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.amenties-section {
    padding-bottom: 150px;
}
.amenties-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.icon-wrap {
    background-color: #eff3fc;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.amenties-icon p {
    font-size: 14px;
    color: #66738e;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0px;
}
.amenties-icon {
    margin: 0px 25px 25px 25px;
    width: 94px;
}
.fleet-section .fleetWrap {
    background-color: #fafcff;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 20px 40px 20px 30px;
    min-height: 247px;
}
.fleet-section .fleetWrap .fleetLft,
.fleet-section .fleetWrap .fleetRight {
    flex: 0 0 25%;
    max-width: 25%;
}
.fleet-section .fleetWrap .fleetRight{
    text-align: right;
}
.fleet-section .fleetWrap .fleetMiddle{
    margin: 0px 15px;
}
.fleet-section .fleetHead h4,
.fleet-section .fleetHead p{
    margin: 0px;
}
.fleetWrap:hover{
    filter: drop-shadow(0px 7px 49px rgba(15,31,86,0.11));
    background-color: #ffffff;
}

.book-us-wrap{
    background: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 155px 0px 42px;
}
.bgGrey{
    background-color: #eff3fc; 
}
.about-us.padding-remove{
    padding: 0px;
}
/* .booking-wrap {
    padding-bottom: 120px;
} */
.booking-wrap {
    padding-bottom: 60px;
}
.veiwBtn {
    font-size: 16px;
    font-weight: 700;
    color: #0836d7;
    background: #ebeefc;
    box-shadow: 0px 1px 29px 0px rgba(8, 54, 215, 0.09);
    border-radius: 40px;
    text-decoration: none;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    padding: 0 20px;
}
.veiwBtn:hover{
    text-decoration: none;
}
.fleetWrap:hover .veiwBtn{
    background: #fff;
}
.blueBg {
    background-color: #00196f;
}
.banner.contact-banner{
    background-image: none;
    margin-bottom: 0px;
    padding: 180px 0 110px;
}
.book-us-wrap.contact-book-wrap{
    padding: 140px 0px 0px;
    background-image: none;
    position: relative;
    background-size: auto;
}
.book-us-wrap.contact-book-wrap:before{
    content: "";
    background: url('../img/bgrepeat.png') #eff3fc;
    position: absolute;
    top: 0px;
    background-size: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}
.blueBg {
    background-color: #00196f;
    padding: 100px 0px 100px;
}
header .navbar-brand{
    width: 270px;
}
header .navbar-brand img{
    max-width: 100%;
}