@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800;900&display=swap');
/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
    color: #ED1C24;
}
p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 34px;
    margin: 0;    
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1485px;    
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ED1C24;
    padding: 10px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header .container{
    max-width: 1780px;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    margin-right: 60px;
}
.navbar-brand img {
    max-width: 100%;
    height: 90px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    width: 100%;
}
.nav-row .btn-group{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-row .btn-group a{
    font-size: 16px;
    font-weight: 500;
    color: #ED1C24;
}
.nav-row .btn-group a:hover{
    color: #111;
}

.menu-row{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.navbar-light .navbar-nav {
    margin: 0;
}
.navbar-light .navbar-nav.other-menu{
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right: 50px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 10px 0px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    width:0%;
    height: 2px;
    background: #ED1C24;
    left: auto;
    right: 0;
    bottom: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    border: none;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle.show:after,
.navbar-light .navbar-nav .nav-link.active:after,
.navbar-light .navbar-nav .nav-link:hover:after{
    right: auto;
    left: 0;
    width: 100%;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #6D6D6D;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #6D6D6D;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #6D6D6D;
}

.navbar .navbar-nav li.dropdown{
    position: static;
}
.navbar .navbar-nav li.dropdown .dropdown-menu{
    max-width: 1480px;
    width: 100%;
    /*min-height: 250px;*/
    padding: 30px;
    background: #fff;
    border: none;
    border-radius: 0;
    top: 142%;
    margin: 0;
    left: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.menu-titlebox h2{
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    margin: 0 auto 20px;
}
.btn-main{
    padding: 10px 25px;
    background: #ED1C24;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.menu-titlebox .btn-main{
    margin: 0 auto;
}
.menu-titlebox .btn-main:hover{
    color: #fff !important;
}
.mega-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.mega-row .mega-links{
    width: 25%;
    padding: 0 10px;
}
.short-menu-wrp .mega-links{width:40%;}
.mega-links ul li{
    margin: 0;
}
.mega-links ul li a{
    display:inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    position: relative;
}
.mega-links ul li a:after{
    position: absolute;
    content: '';
    width:0%;
    height: 2px;
    background: #ED1C24;
    left: auto;
    right: 0;
    bottom: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    border: none;
}
.mega-links ul li a.active:after,
.mega-links ul li a:hover:after{
    right: auto;
    left: 0;
    width: 100%;
}
.mega-links ul li a:hover{
    color: #6D6D6D;
}
.fleet-links{
    margin: 0;
}
.fleet-links .mega-links{
    width: 25%;
    padding: 0;
}
.fleet-links .mega-links h3{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin: 0;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.hero-banner img{
    width: 100%;
}
img.mobileimg{
    display: none;
}
.hero-content-block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.hero-content{
    max-width: 600px;
    padding: 50px 0;
}
.hero-content h1{
    font-size: 50px;
    font-weight: normal;
    color: #000;
    line-height: 64px;
    margin: 0 0 20px;
}
.hero-content p{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
    color: #000;
    margin: 0 0 35px;
}
.hero-content h6{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 25px 0 0;
}
.btn-primary{
    padding: 10px 15px 10px 20px;
    background: #ED1C24;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    display: table;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.btn-primary i{
    margin-left: 5px;
}
.btn-primary:hover{
    background: #000;
    color: #fff;
    padding: 10px 15px 10px 30px;
}

.about-service-wrp{
    padding: 85px 0;
}
.service-row{
    margin: 0 0 50px;
}
.service-block{
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}
.service-block img{
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-block:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.service-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.81) 57.29%);
    bottom: 0;
    left: 0;
    right: 0;
}
.service-databx{
    padding: 50px 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-databx h3{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.service-databx p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0 0 10px;
}
.service-databx .btn-main{
    padding: 8px 20px;
    font-size: 15px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
}
.service-databx .btn-main:hover{
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.service-block:hover .service-databx{
    padding: 50px;
}
.service-block:hover .service-databx .btn-main{
    opacity: 1;
    visibility: visible;
}

.full-service-row .row{
    align-items: top;
}
.full-service-img img{
    width: 100%;
}
.full-service-data h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    line-height: 54px;
    margin: 0 0 25px;
}
.full-service-data p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0 0 25px;
}
.full-service-data p:last-child{
    margin: 0;
}

.add-block img{
    width: 100%;
}
.add-slider .slick-dots{
    display: flex;
    align-items: center;  
    position: absolute;  
    padding: 45px;
    bottom:0px;
    left: 0;
    right: 0;
    z-index: 10;
}
.add-slider .slick-dots li{
    line-height: 0;
    margin-right: 16px;
}
.add-slider .slick-dots li:last-child{
    margin: 0;
}
.add-slider .slick-dots li span{
    width: 35px;
    height: 35px;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    line-height: 35px;
    background: transparent;
    color: #D9D9D9;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 0%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.add-slider .slick-dots li.slick-active span{
    background: #D9D9D9;
    color: #000;
}


.our-service-wrp{
    padding: 50px 0;
    position: relative;
}
.our-service-wrp h2{
    font-size: 64px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 60px;
}
.service-box{
    margin: 0 auto 30px;
    padding: 0 0 0;
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-box .service-ic{
    position: relative;
}
.service-box .service-ic img{
    margin: 0 auto 20px;
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.service-box h3{
    text-align: center;
    margin: 0 auto 30px;
    font-size: 28px;
    font-weight: normal;
    color: #000;
}
.service-box p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
    margin: 0 0 15px;
}
.service-box .btn-main{
    margin: 15px auto 0;
}
/*.service-box .service-ic img.hover-img{
    display: none;
}
.service-box:hover{
    padding: 0 0;
}
.service-box:hover .service-ic img.nrml-img{
    display: none;
}
.service-box:hover .service-ic img.hover-img{
    display: block;
    filter: none;
}*/
.service-box:hover .btn-main{
    opacity: 1;
    visibility: visible;
}

footer{
    padding: 40px 0;
    background: #000;
}
footer .container{
    max-width: 1780px;
}
.footer-about img{
    width: 230px;
    margin: 0 auto 35px;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}
.social-bx a{
    margin-right: 20px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 25px;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.social-bx a:hover img{
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.footer-about .btn-main{
    margin: 0 auto 25px;
}
.footer-about .btn-main:hover{
    background: #fff;
    color: #ED1C24;
}
.footer-about p{
    max-width:250px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
.footer-about p a{
    color: #fff;
}
.footer-about p span{
    margin: 0 10px;
}
.footer-about p a:hover{
    color: #ED1C24;
}
.quicklinks h3{
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}
.quicklinks ul li a{
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 34px;
}
.quicklinks ul li a:hover{
    color: #ED1C24;
}
/* **** End Home Page **** */

/* **** Our Fleet Page **** */
.inner-banner{
    position: relative;
}
.inner-banner img{
    width: 100%;
}
.inner-banner .hero-content-block{
    top: 15%;
}
.inner-banner .hero-content-block .btn-primary{
    margin: 0 0 35px;
}
.inner-banner .hero-content h1{font-size: 64px;line-height: 80px;}
.our-fleet-wrp{
    padding:35px 0 0;
}
.our-fleet-wrp h6{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0 auto 100px;
    max-width: 1480px;
}
.passengers-nav{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
}
.passengers-nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1230px;
    border-bottom: 1px solid #000;
    margin: 0 auto 65px;
}
.passengers-nav ul li{
    margin-right: 90px;
}
.passengers-nav ul li:last-child{
    margin: 0;
}
.passengers-nav ul li a{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    display: block;
    padding:15px 0;
}
.passengers-nav ul li a.active,
.passengers-nav ul li a:hover{
    color: #6D6D6D;
}
.passengers-row{
    margin: 0 auto 80px;
}
.passengers-row h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 auto 40px;
    text-align: center;
}
.passengers-box{
    margin: 0 0 60px;
}
.cars-name{
    min-height:80px;
    display: block;
}
.cars-name h3{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin: 0 0 5px;
}
.cars-name p{
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.passengers-img{
    position: relative;
    overflow: hidden;
}
.passengers-img img{
    width: 100%;
    transform:scale(1);
    -webkit-transform:scale(1);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.passengers-box:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
}

.location-wrp{
    padding: 35px 0;
}
.location-img img{
    width: 100%;
}
.location-data{
    padding: 0 40px 0 0;
}
.location-data h2{
    font-size: 64px;
    font-weight: normal;
    color: #000;
    margin: 0 0 30px;
}
.location-data p{
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 34px;
    margin: 0 0 35px;
}

.motorcoach-banner{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
}
.motorcoach-banner .hero-content{
    max-width: 740px;
}
.motorcoach-banner .hero-content p{
    font-size: 22px;
    line-height: 34px;
}
.motorcoach-banner img{
    height: 660px;
    width: auto;
}
.motorcoach-box{
    height: 100%;
    display: flex;
    flex-flow: column;
    border-right: 1px solid #000000;
    padding: 0 15px;
}
.motorcoach-box h3{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 30px;
}
.motorcoach-box ul li{
    line-height: 40px;
    font-size: 20px;
    padding: 0 0 0 15px;
    position: relative;
    color: #000;
}
.motorcoach-box ul li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    top: 18px;
    left: 0;
}
.motorcoach-benifit-row{
    margin: 0 0 100px;
}
.motorcoach-box h4{
    margin: 0;
    font-size: 64px;
    font-weight: normal;
    color: #000;
    text-align: center;
}
.motorcoach-benifit-row .col-md-4:last-child .motorcoach-box{
    border: none;
}

.motorcoach-row{
    margin: 0 0 50px;
}
.motorcoach-row h2{
    margin: 0 auto 50px;
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-align: center;
}
.motorcoach-block{
    margin: 0 0 30px;
}
.motorcoach-block p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0px;
}
.motorcoach-block img{
    width: 100%;
}

.brochure-wrp{
    padding: 0 0 100px;
}
.brochure-wrp h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 30px;
}
.brochure-row{
    padding: 40px 0;
    background: rgba(134,136,138,0.25);
}
.brochure-row .container{
    max-width: 1470px;
}
.brochure-row .row{
    justify-content: center;
}
.brochure-block{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.brochure-img{
    width: 40%;
    height: 100%;
}
.brochure-img img{
    width: 100%;
}
.brochure-data{
    height: 100%;
    width: 60%;
    padding: 0 0 60px 30px;
    position: relative;
}
.brochure-data h3{
    font-size: 40px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 10px;
}
.brochure-data p{
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
}
.brochure-data .btn-main{
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
}
/* **** End Our Fleet Page **** */

/* **** Service Page **** */
.locations-banner,
.charter-banner,.services-banner{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
}
.locations-banner .hero-content,
.charter-banner .hero-content,
.services-banner .hero-content{
    max-width: 740px;
}
.locations-banner .hero-content p,
.charter-banner .hero-content p,
.services-banner .hero-content p{
    font-size: 22px;
    line-height: 34px;
}
.locations-banner img,
.charter-banner img,
.services-banner img{
    height: 660px;
    width: auto;
}
.service-pg-wrp{
    padding: 100px 0 100px;
    position: relative;
}
.service-pg-block{
    margin: 0 0 70px;
}
.service-pg-ic img{
    margin: 0 auto 15px;
}
.service-pg-block h3{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 25px;
}
.service-pg-block p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height:40px;
    margin: 0 0 35px;
    min-height: 150px;
}
.service-pg-block .btn-main{
    margin: 0 auto;
}

.testimonials-wrp{
    background: #000;
    position: relative;
    padding: 0 0 60px;
    margin: 0 0 250px;
}
.testimonials-wrp h2{
    font-size: 40px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    border-bottom: 1px solid #ED1C24;
    margin: 0 auto 50px;
}
.testimonials-wrp .row{
    align-items: center;
}
.customers-namebox{
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 0 30px 0 0;    
}
.customers-namebox h3{
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 20px;
}
.customers-namebox h6{
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    line-height: 34px;
}

.customers-feedback{
    padding: 80px 30px;
    position: relative;    
    #border-left: 1px solid #ED1C24;
}

.customers-boder{
    margin: 0 auto;
    padding: 80px 0px;
    position: absolute;    
    border-left: 1px solid #ED1C24;
}
.testimonials-wrp .container{
    max-width: 1780px;
}
.customers-feedback p{
    margin: 0 auto;
    font-size: 18px;
    font-weight: normal;
    color: #fff;max-width: 900px;
    line-height: 40px;
    position: relative;
    padding: 25px 15px;
    
}
.customers-feedback p:before{
    position: absolute;
    content: '“';
    font-size: 80px;
    color: #fff;
    top: 10px;
    left:0;
}
.customers-feedback p:after{
    position: absolute;
    content: '”';
    font-size: 80px;
    color: #fff;
    top: 10px;
    right:0px;
}

.customers-slider .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 35px auto 0;
}
.customers-slider .slick-dots li{
    line-height: 0;
    margin-right: 10px;
}
.customers-slider .slick-dots li:last-child{
    margin: 0;
}
.customers-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    border: none;
    font-size: 0;
    background: rgba(255,255,255,0.50);
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.customers-slider .slick-dots li.slick-active button{
    background: #ED1C24;
}
/* **** End Service Page **** */

/* **** Charter **** */
.charter-banner .hero-content{
    max-width: 575px;
}
.charter-list-wrp{
    padding: 100px 0;
}
.charter-list-wrp .passengers-nav ul{
    max-width: 100%;
}
.charter-data p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0 0 20px;
}
.charter-data ul{
    margin: 0 0 20px;
}
.charter-data ul li{
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0;
    position: relative;
}
.charter-data ul li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    top: 16px;
    left: 0;
}
.charter-img img{
    width: 100%;
}
.sponcer-list{
    padding: 55px 0 0;
}
.sponcer-list h3{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 0 0 40px;
}
.sponcer-list ul{
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.sponcer-list ul li{
    padding: 0 10px;
    width: 16.66%;
}
.spon-box img{
    width: 100%;
}
.inner-testimonial-wrp{
    margin: 0;
}
/* **** End Charter **** */

/* **** Location Page **** */
.location-wrp{
    padding: 60px 0;
}
.location-wrp .container{
    max-width: 1485px;
}
.locations-block{
    margin: 0 0 50px;
    max-width: 700px;
}
.locations-block h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 40px;
}
.locations-box h3{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 0 0 30px;
}
.locations-box h4{
    font-size:20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
.locations-box p{
    margin: 0 0 20px;
    font-size:20px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.locations-box p:last-child{
    margin: 0;
}
/* **** End Location Page **** */

/* **** Contact Page **** */
.contact-banner-wrp{
    padding: 100px 0;
    position: relative;
}
.contact-banner-data{
    padding: 0 60px 0 0;
}
.contact-banner-data h1{
    font-size: 64px;
    font-weight: normal;
    color: #000;
    margin: 0 0 45px;
}
.contact-banner-data p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    margin: 0 0 50px;
}
.contact-banner-data h6{
    font-size: 20px;
    font-weight: normal;
    margin: 50px 0;
    color: #000;
}
.contact-form .form-group{
    margin: 0 0 35px;
    position: relative;
}
.contact-form .form-group .form-control{
    padding: 15px 20px;
    border: 1px solid #86888A;
    border-radius: 6px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    resize: none;
    color: #000;
}
.contact-form .form-group .form-control::placeholder{
    color: #000;
}

.office-row{
    padding: 0 0 0 60px;
}
.office-row h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 0 100px;
}
.office-box{
    max-width: 260px;
}
.office-box h4{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 0 0 200px;
}
.office-box h3{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 0 20px;
}
.office-box h5{
    font-size: 32px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
}
.office-box-address{
    margin: 0 0 80px;
}
.office-box-address h6{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
}
.office-box-address p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0;
}
/* **** End Contact Page **** */

/* **** About Page **** */
.about-banner .hero-content-block{
    position: relative;
    top: 0;
}
.about-banner .hero-content{
    padding: 100px 0 50px;
    max-width: 630px;
}
.about-banner .hero-content p{
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}
.about-pg-wrp{
    padding:65px 0;
}
.abt-block{
    margin: 0 0 80px;
}
.abt-block h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 auto 30px;
    text-align: center;
}
.abt-block p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 40px;
    margin: 0 0 20px;
}
/* **** End About Page **** */

/* **** Leadership Team Page **** */
.leadership-wrp{
    padding: 80px 0;
}
.leadership-box{
    margin: 0 0 80px;
}
.leadership-img{
    margin: 0 0 25px;
}
.leadership-img img{
    width: 100%;
}
.leadership-box h3{
    font-size: 30px;
    font-weight: normal;
    color: #000;
    margin: 0 0 5px;
}
.leadership-box p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    min-height: 30px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.leadership-box a{
    font-size: 28px;
    color: #ED1C24;
}
.leadership-box a:hover{
    color: #000;
}
/* **** End Leadership Team Page **** */

/* **** FAQ Page **** */
.faq-wrapper{
    padding: 100px 0 100px;
}
.faq-list .accordion .accordion-item {
    margin: 0 0 30px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 35px 15px;
}
.faq-list .accordion .accordion-item:last-child{
    margin: 0;
}
.faq-list .accordion .accordion-item h2{
    margin: 0;
}
.faq-list .accordion .accordion-item .accordion-button {
    font-size: 24px;
    color:#000;
    line-height: 34px;
    font-weight: 400;
    padding: 0 30px 0 0;
    background-color: transparent;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 18px;
    color:#000;
    font-weight: bold;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.faq-list .accordion .accordion-body {
    padding: 25px 30px 0 0;
}
.faq-list .accordion .accordion-item p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin: 0 0 15px;
}
.faq-list .accordion .accordion-item p:last-child{
    margin: 0;
}
/* **** End FAQ Page **** */

/* **** Corporate Credit Pages ***** */
.corporate-wrp{
    padding: 35px 0 150px;
}
.corporate-block{
    margin: 0 0 45px;
}
.corporate-block h3{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}
.corporate-block p{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 35px;
    min-height: 100px;
    margin: 0 0 20px;
}
.corporate-block .btn-primary{
    display: flex;
    align-items: center;
    max-width: 400px;
}
.corporate-block .btn-primary i{
    margin-left: auto;
}

.safety-wrp{
    padding: 35px 0 150px;
}
.safety-wrp h2{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 35px;
}
.safety-box{
    margin: 0 0 80px;
}
.safety-box h3{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    margin: 0 0 20px;
}
.safety-box p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 34px;
    margin: 0;
}
/* **** End Corporate Credit Pages ***** */

/* **** Promotional Page **** */
.promotional-wrp{
    padding: 80px 0;
}
.promotional-block h3{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px;
}
.promotional-block p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 34px;
    margin: 0 0 30px;
    min-height: 205px;
}
.promotional-img img{
    width: 100%;
}

.abtinner-bx.motorcoach-banner .hero-content{
}
.abtinner-bx.motorcoach-banner .hero-content p{
    max-width: 550px;
    margin: 0;
}
/* **** End Promotional Page **** */

.mobile-pass-drop{
    display: none;
    width: 100%;
    margin: 0 auto 40px;
}
.mobile-pass-drop ul{ 
    background: white;
    list-style: none;
    padding: 0px 40px 0px 15px;
    position: relative;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: black;
    border: 1px solid #000;
    width: 100%;
    border-radius: 50px;
}
.mobile-pass-drop ul:after{
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #000;
    top: 20px;
    right: 20px;
}
.mobile-pass-drop ul li{ 
  padding: 19px 20px;
  z-index: 2;
}
.mobile-pass-drop ul li:not(.init) { 
    float: left;
    padding: 15px 15px;
    width: 100%;
    display: none;
    background: #f5f5f5;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    position: relative;
}
.mobile-pass-drop ul li:last-child{border-bottom: none;}
.mobile-pass-drop ul li:not(.init):hover, .mobile-pass-drop ul li.selected:not(.init) { background: #ED1C24; color: #fff; }
.mobile-pass-drop li.init { cursor: pointer; }
.error {
    color: red;
}

.fleet-details {
  position: relative;
  display: inline-block;
}

.fleet-details button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);  
  padding: 10px 25px;
    background: #ED1C24;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.fleet-details button:hover {
  background-color: #000;
  border: 1px solid white;
}
