/**
 * Theme Name:        Echo AFC
 * Description:       Custom theme development
 * Version:           1.0.0
 * Author:            Dhruvin
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       echoafc
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
 
@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-ic-description {
    min-height: 287px;
}
.around-service-wrp{
    padding: 50px 0;
    position: relative;
    background: #EBEBEB;
}
.around-service-wrp h3{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 auto 60px;
}
.around-box {
    margin: 0 auto 30px;
    padding: 0 0 0;
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    background:#ffffff;
    height:700px;
}
.around-box .service-ic {
    position: relative;
}
.around-box .service-ic img {
    #margin: 0 25px 20px;
    margin: 0;
    #filter: gray;
    #-webkit-filter: grayscale(1);
    #transition: .4s linear;
    #-webkit-transition: .4s linear;
    width: 348px;
}
.around-box h4{
    text-align: center;
    margin: 0 auto 25px;
    font-size: 28px;
    font-weight: normal;
    color: #000;
}
.around-box h5{
    text-align: center;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}
.around-box p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
    margin: 15px;
}
.around-box .btn-main {
font-size: 15px;
    #margin: 0px auto 50px 108px;
    #position: absolute;
    bottom: 0;

    margin: 0 auto;
    position: relative;
    
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 480px) {
    .service-ic img {
        margin: 0 auto !important;
    }
    .service-ic-description {
        min-height: auto;
    }
    .around-box {
        height: auto;
        padding-bottom: 20px;
    }
    .career-hero-content {
padding: 9px 10px;
}
}

@media only screen and (max-width: 600px) {
            .career .hero-content-block {
				position: relative !important;
				bottom: 0 !important;
				left: 0 !important;
				right: 0% !important;
				width: 100% !important;
				top: 0 !important;
				margin: 15px 0 !important;
				background: transparent !important;
				text-align: center;
			}
			.career-hero-content {
				background: transparent !important;
				color: #000 !important;
			}
			.career-hero-content p {
				color: #000 !important;
			}
			.career-hero-content {
				padding: 9px 10px !important;
			}
			.career-hero-content a, .benefits .service-box a {
				margin: 0 auto !important;
			}
			.career-block .passengers-nav ul li {
				margin-right: 4px !important;
			}
			.benefits-block h1 {
				text-align: center;
			}
			.benefits .service-ic {
				margin-bottom: 15px;
			}
			.benefits .service-box, .benefits .service-box h3, .benefits-main-title h3, .benefits-main-list h3 {
				text-align: center !important;
			}
        }
		
@media only screen and (min-width: 600px) and (max-width: 1050px) {
            .career .hero-content-block {
				position: relative !important;
				bottom: 0 !important;
				left: 0 !important;
				right: 0% !important;
				width: 100% !important;
				top: 0 !important;
				margin: 15px 0 !important;
				background: transparent !important;
				text-align: center;
			}
			.career-hero-content a, .benefits .service-box a {
				margin: 0 auto !important;
			}
			.benefits-block h1 {
				text-align: center;
			}
			.benefits .service-ic {
				margin-bottom: 15px;
			}
			.benefits .service-box, .benefits .service-box h3, .benefits-main-title h3, .benefits-main-list h3 {
				text-align: center !important;
			}
			.career-hero-content {
				background: transparent !important;
				color: #000 !important;
			}
			.career-hero-content p {
				color: #000 !important;
			}
			.career-hero-content {
				padding: 9px 10px !important;
			}
			.career-hero-content p {
				font-size: 16px !important;
				width: 100% !important;
			}
        }
		@media (max-width: 767px) {
			.career-hero-content h1 {
				font-weight: 400;
				font-size: 26px;
				text-align: center;
				line-height: 36px;
				margin: 0 0 15px;
			}
			.career-hero-content p {
				font-size: 16px !important;
				text-align: center;
				line-height: 24px;
				width: 100% !important;
			}
			.full-service-data.careers-page-title h1 {
				font-size: 28px !important;
				line-height: 34px !important;
				font-weight: 400;
				color: #000;
				line-height: 64px;
				margin: 30px 0;
			}
			.career-block .passengers-row h2 {
				text-align: center !important;
			}
			.charter-data.charter-data-content p {
				font-size: 15px !important;
				line-height: 24px !important;
			}
			.career-block .service-box h3 {
				font-size: 26px !important;
				text-align: left;
				margin-bottom: 10px;
			}
			.career-block .service-box p {
				font-size: 15px !important;
			}
			.benefits-main-title.health h2 {
				font-size: 26px !important;
			}
			.container.benefits-block p, .benefits-block ul li {
				font-size: 15px !important;
				line-height: 30px !important;
			}
			.benefits-main-title h3 {
				font-size: 24px !important;
				font-weight: 400;
				margin: 0 0 10px;
			}
		}
		@media (min-width: 768px) and (max-width: 1200px) {
			.full-service-data.careers-page-title h1 {
				font-size: 28px !important;
				line-height: 34px !important;
				font-weight: 400;
				color: #000;
				line-height: 64px;
				margin: 30px 0;
			}
			.charter-data.charter-data-content p {
				font-size: 15px !important;
				line-height: 24px !important;
			}
			.career-block .passengers-row h2 {
				text-align: center !important;
			}
			.career-block .service-box h3 {
				font-size: 26px !important;
				text-align: left;
				margin-bottom: 10px;
			}
			.career-block .service-box p {
				font-size: 15px !important;
			}
			.benefits-main-title.health h2 {
				font-size: 26px !important;
			}
			.container.benefits-block p, .benefits-block ul li {
				font-size: 15px !important;
				line-height: 30px !important;
			}
			.benefits-main-title h3 {
				font-size: 24px !important;
				font-weight: 400;
				margin: 0 0 10px;
			}
		}
		@media (min-width: 1201px) and (max-width: 1800px) {
			.full-service-data.careers-page-title h1 {
				font-size: 40px !important;
				line-height: 60px !important;
				font-weight: 400;
				color: #000;
				line-height: 64px;
				margin: 30px 0;
			}
			.benefits-main-title h3 {
				font-size: 28px;
				font-weight: 400;
				margin: 0 0 10px;
			}
		}
		.benefits-main-title h3 {
			font-size: 28px;
			font-weight: 400;
			margin: 0 0 10px;
		}
		.full-service-data.careers-page-title h1 {
			font-size: 60px;
			line-height: 84px;
			font-weight: 400;
			color: #000;
			line-height: 64px;
			margin: 30px 0;
		}
		.charter-data p {
			font-size: 18px !important;
			line-height: 40px !important;
		}
		.careers-row h2, .benefits-main-title h1, .benefits-main-list h2 {
			font-size: 40px !important;
            padding-bottom: 15px;
		}
		#benefits img, #culture img, #departments img {
			width: 100%;
		}
		section.charter-list-wrp.career-block {
			padding: 0px 0px !important;
		}
		.passengers-row.benefits {
			margin: 0 auto 0px;
		}
		.container.benefits-block p {
			font-size: 18px;
			font-weight: normal;
			color: #000;
			line-height: 40px;
			margin: 0 0 20px;
		}
		.benefits-main-title.health {
			margin-bottom: 25px;
		}
		.container.benefits-block.supplemental {
			margin-top: 25px;
		}
        .career .hero-content-block {
            position: absolute;
            bottom: 20%;
            left: 44%;
            right: 0%;
            width: 56%;
            top: 57%;
        }
		.career-hero-content h1 {
			font-weight: 400;
		}
        .career-hero-content {
            background: #000000a8;
            color: #fff;
            padding: 25px;
        }
        .career-hero-content p {
            color: #fff;
			font-size: 26px;
			width: 85%;
			margin-bottom: 25px;
        }
		.career-hero-content a.btn-primary {
			padding: 5px 30px 5px 10px;
		}
		.careers-row h2 {
			margin-top: 50px;
		}
		.careers-row h2 {
			margin-top: 30px !important;
		}
        .career-menu-data.text-center a {
            color: #000;
            font-size: 16px;
            padding: 20px;
        }
        .career-menu-data.text-center a:hover {
            color: #ED1C24;
        }
        .career-menu-data {
            padding: 15px;
        }
        .career-block .passengers-row h2 {
            text-align: left;
        }
        .career-block .service-box .service-ic img {
            width: 100%;
            filter: none;
        }
        .career-block .service-box h3 {
            font-size: 40px;
            text-align: left;
            margin-bottom: 10px;
        }
        .career-block .service-box p {
            font-size: 18px;
        }
        .career-block .service-box .btn-main {
            margin: 0;
            padding: 0;
            background: transparent;
            color: #ED1C24;
        }
        section.charter-list-wrp.career-block .container-fluid .col {
            padding: 0;
        }
        .benefits-block ul {
            padding-left: 25px;
            margin-bottom: 20px;
        }
        .benefits-block ul li {
            list-style: disc;
			padding: 0 0 0 20px;
			font-size: 18px;
			font-weight: normal;
			color: #000;
			line-height: 40px;
			margin: 0;
			position: relative;
        }
        .benefits-block ul.culture li {
            list-style: auto;
        }
        .container.benefits-block.full-service-data.departments p {
            margin-bottom: 35px;
        }
/*.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: 60px;    
    line-height: 84px;
    font-weight: 400;    
}
.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: left;
}
.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 0px;
    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{
    width: 90%;
    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;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {    
.around-service-wrp .col-md-3 {        
    flex: 0 0 auto;        
    width: 50%;    
} 
.around-box .service-ic img {       
    margin: 0 38px 20px;        
    -webkit-filter: none;   
}}
.around-box .service-ic img { 
    -webkit-filter: none;
}
@media only screen and (max-width: 600px) {   
    .around-box .service-ic img {       
        margin: 0 44px 20px;    }
    }
        @media (max-width: 767px) {    
            .passengers-nav {        
                display: block !important;    
            }   .charter-list-wrp {        
                padding: 0px 0 0px !important;    
            }
        }
        
/*********** Responsive CSS ***********/
@media(min-width:2100px) and (max-width:3000px){
	.testimonials-wrp .container,header .container{max-width: 2080px;}
	.container{max-width: 2000px;}
}

@media(min-width:1201px) and (max-width:1800px){
	/* **** Home Page **** */
	.container{max-width: 1170px;}
	.navbar-light .navbar-nav li{margin-right: 20px;}
	.navbar-light .navbar-nav .nav-link{font-size: 16px;}

	.hero-content{padding: 40px 0;max-width: 500px;}
	.hero-content h1{font-size: 32px;line-height: 42px;margin: 0 0 15px;}
	.hero-content p{font-size: 18px;}
	.btn-primary{font-size: 15px;}

	.about-service-wrp{padding: 45px 0;}
	.service-databx{padding: 15px 15px 0;}
	.service-block:hover .service-databx{padding: 15px;}
	.service-databx h3{font-size: 18px;}
	.service-databx p{font-size: 15px;line-height: 24px;}

	.full-service-row .row{align-items: flex-start;}
	.full-service-data h2{font-size: 36px;line-height: 42px;}
	.full-service-data p{font-size: 18px;line-height: 26px;}

	.add-slider .slick-dots{padding: 20px;}
	.add-slider .slick-dots li{margin-right: 15px;}	
	.add-slider .slick-dots li span{width: 30px;height: 30px;line-height: 28px;font-size: 16px;}

	.our-service-wrp h2{font-size: 36px;margin:0 auto 50px;}	
	.service-box .service-ic img{width: 150px;}
	.service-box h3{font-size:20px;}

	footer{padding: 40px 0;}
	.footer-about img{width: 150px;}
	.footer-about p{font-size: 14px;}
	.quicklinks h3{font-size: 24px;}
	.quicklinks ul li a{font-size: 15px;display: block;}
	/* **** End Home Page **** */

	/* **** About Page **** */
	.inner-banner .hero-content h1{font-size: 32px;line-height: 40px;}
	.about-banner .hero-content p{font-size: 15px;line-height: 22px;}
	/*.inner-banner .hero-content{padding: 30px 0;max-width: 400px;}*/
	.inner-banner .hero-content{padding: 30px 0;max-width:51%;}
	.inner-banner .hero-content p{font-size: 16px;line-height: 25px;margin: 0;width: 80%}
	.abt-block{margin: 0 0 50px;}
	.abt-block h2{font-size: 30px;line-height: 40px;}
	.abt-block p{font-size: 16px;line-height: 24px;}

	.testimonials-wrp h2{font-size: 24px;margin: 0 0 25px;}
	.customers-namebox{padding: 0 0 25px;}
	.customers-namebox h3{font-size:32px;}
	.customers-namebox h6{font-size: 16px;line-height: 25px;}
	.customers-feedback p{font-size: 18px;line-height: 30px;}
	.customers-feedback p:after{right: 0;font-size: 60px;top: -15px;}
	.customers-feedback p:before{left: 0;font-size: 60px;top: -15px;}
	.testimonials-wrp{padding: 0 0 30px;margin: 0 0 60px;}
	/* **** End About Page **** */

	/* **** Charter Page **** */
	.inner-banner .hero-content-block .btn-primary{margin: 0 0 15px;}
	/*.charter-banner.inner-banner .hero-content{max-width: 350px;} */
	.charter-banner.inner-banner .hero-content{max-width:52%;}
	.charter-list-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.charter-list-wrp{padding: 30px 0 50px;}
	.charter-list-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.charter-list-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right:40px;}
	.passengers-nav ul li a{font-size: 16px;}
	.passengers-row h2{font-size: 26px;margin: 0 0 20px;}
	.charter-data p{font-size: 16px;line-height: 25px;margin: 0 0 10px;}
	.passengers-row{margin: 0 auto 80px;}
	.charter-data ul li{font-size: 16px;line-height: 25px;}
	.charter-data ul li:before{top: 10px;}
	.sponcer-list h3{font-size: 28px;margin: 0 0 35px}
	.spon-box{padding: 15px 0;}
	.inner-testimonial-wrp{margin: 0;}
	/* **** End Charter Page **** */

	/* **** Client Service Page **** */
	.corporate-wrp{padding: 45px 0;}
	.corporate-block h3{font-size: 24px;}
	.corporate-block p{font-size: 16px;line-height: 24px;min-height: 60px;}
	/* **** End Client Service Page **** */

	/* **** Contact Page **** */
	.contact-banner-wrp{padding: 50px 0;}
	.contact-banner-data{padding: 0px;}
	.contact-banner-data h1{font-size: 28px;margin: 0 0 25px;}
	.contact-banner-data p{font-size: 15px;line-height: 24px;margin: 0 0 25px;}
	.contact-banner-data h6{font-size: 16px;margin: 25px auto;}
	.contact-form .form-group{margin: 0 0 15px;}
	.contact-form .form-group .form-control{padding: 12px 15px;font-size: 15px;}
	.office-row{padding: 0;}
	.office-row h2{font-size: 30px;margin: 0 0 35px;}
	.office-box h4{font-size: 18px;margin: 0 0 65px;}
	.office-box h3{font-size: 24px;}
	.office-box-address h6{font-size: 16px;}
	.office-box-address p{font-size: 14px;line-height: 22px;}
	.office-box-address{margin: 0 0 70px;}
	.office-box h5{font-size: 26px;}

	.faq-wrapper .container{max-width: 1170px;}
	.hero-content h6{font-size: 18px;}
	.faq-wrapper{padding: 45px 0;}
	.faq-list .accordion .accordion-item{padding: 15px;}
	.faq-list .accordion .accordion-item .accordion-button{font-size: 18px;line-height: 26px;}
	.faq-list .accordion .accordion-item p{font-size: 15px;line-height: 22px;}
	/* **** End Contact Page **** */

	/* **** Fleet Page **** */
	.inner-banner .hero-content-block{top: 5%;}
	.motorcoach-banner img{height:500px;}
	.our-fleet-wrp h6{font-size: 16px;line-height: 24px;margin: 0 0 35px;}
	.our-fleet-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.our-fleet-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.our-fleet-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.cars-name h3{font-size: 22px;}
	.cars-name p{font-size: 15px;}
	.location-wrp{padding: 0 0 40px;}
	.location-data{padding: 0 0 35px;}
	.location-data h2{font-size: 26px;line-height: 34px;margin: 0 0 15px;}
	.location-data p{font-size: 16px;line-height: 24px;}
	.location-data .btn-main{margin: 0;}
	.inner-banner .hero-content p{margin: 0 0 15px;}

	.leadership-wrp{padding:60px 0;}
	.leadership-box{margin: 0 0 30px;}
	.leadership-box h3{font-size: 20px;}
	.leadership-box p{font-size: 14px;margin: 0}
	.leadership-box a{font-size:20px;}
	/* **** End Fleet Page **** */

	/* **** Other Page **** */
	.locations-block h2{font-size: 26px;margin: 0 0 25px;}
	.locations-box h3{font-size: 22px;margin: 0 0 10px;}
	.locations-box h4{font-size: 16px;margin: 0 0 10px;}
	.locations-box p{font-size: 15px;line-height: 22px;}
	.locations-box{margin: 0 0 45px;}
	.locations-block{margin: 0 0 35px;}

	.promotional-wrp{padding: 50px 0 0;}
	.promotional-block{margin: 0 0 50px;}
	.promotional-block h3{font-size: 26px;}
	.promotional-block p{font-size: 15px;line-height: 24px;min-height:170px;}

	.motorcoach-box h3{font-size: 30px;}
	.motorcoach-box ul li{font-size: 16px;line-height: 30px;}
	.motorcoach-box h4{font-size: 42px;}
	.motorcoach-block p{font-size: 16px;line-height: 26px;}
	.motorcoach-row h2{font-size: 32px;margin: 0 auto 30px;}
	.brochure-wrp h2{font-size: 32px;}
	.brochure-data{padding: 0 0 60px 15px;}
	.brochure-data h3{font-size:28px;}
	.brochure-data p{font-size: 18px;line-height: 26px;}

	.locations-banner img, .charter-banner img, .services-banner img{height: 500px;}
	.locations-banner .hero-content p, .charter-banner .hero-content p, .services-banner .hero-content p{font-size: 15px;line-height: 24px;width: 80%;}
	/* **** End Other Page **** */
}

@media(min-width:1025px) and (max-width:1200px){
	/* **** Home Page **** */
	.navbar-light .navbar-nav li{margin-right: 20px;}
	.navbar-light .navbar-nav .nav-link{font-size: 16px;}

	.hero-content{padding: 40px 0;max-width: 500px;}
	.hero-content h1{font-size: 28px;line-height: 36px;margin: 0 0 15px;}
	.hero-content p{font-size: 18px;}
	.btn-primary{font-size: 15px;}

	.about-service-wrp{padding: 45px 0;}
	.service-databx{padding: 15px 15px 0;}
	.service-block:hover .service-databx{padding: 15px;}
	.service-databx h3{font-size: 16px;}
	.service-databx p{font-size: 14px;line-height: 22px;}

	.full-service-row .row{align-items: flex-start;}
	.full-service-data h2{font-size: 24px;line-height: 32px;}
	.full-service-data p{font-size: 15px;line-height: 22px;}

	.add-slider .slick-dots{padding: 10px;}
	.add-slider .slick-dots li{margin-right: 10px;}	
	.add-slider .slick-dots li span{width: 25px;height: 25px;line-height: 23px;font-size: 14px;}

	.our-service-wrp h2{font-size: 28px;margin:0 auto 30px;}	
	.service-box .service-ic img{width: 150px;}
	.service-box h3{font-size: 18px;}
	.service-box p{font-size: 15px;line-height: 24px;}

	footer{padding: 40px 0;}
	.footer-about img{width: 150px;}
	.footer-about p{font-size: 14px;}
	.quicklinks h3{font-size: 20px;margin: 0 0 20px;}
	.quicklinks ul li a{font-size: 15px;display: block;}
	/* **** End Home Page **** */

	/* **** About Page **** */
	.inner-banner .hero-content h1{font-size: 28px;line-height: 34px;}
	.about-banner .hero-content p{font-size: 15px;line-height: 22px;}
	.inner-banner .hero-content-block{top: 0;}
	.inner-banner .hero-content{padding: 25px 0;max-width: 360px;}
	.inner-banner .hero-content p{font-size: 15px;line-height: 23px;margin: 0;}
	.abt-block{margin: 0 0 40px;}
	.abt-block h2{font-size: 26px;line-height: 32px;}
	.abt-block p{font-size: 15px;line-height: 24px;text-align: center;}

	.testimonials-wrp h2{font-size: 24px;margin: 0 0 25px;}
	.customers-namebox{padding: 0 0 25px;}
	.customers-namebox h3{font-size: 24px;}
	.customers-namebox h6{font-size: 15px;line-height: 22px;}
	.customers-feedback p{font-size: 15px;line-height: 24px;}
	.customers-feedback p:after{right: 0;font-size: 40px;top: -15px;}
	.customers-feedback p:before{left: 0;font-size: 40px;top: -15px;}
	.testimonials-wrp{padding: 0 0 30px;margin: 0 0 60px;}
	/* **** End About Page **** */

	/* **** Charter Page **** */
	.inner-banner .hero-content-block .btn-primary{margin: 0 0 15px;}
	.charter-banner.inner-banner .hero-content{max-width: 320px;}
	.charter-list-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.charter-list-wrp{padding: 30px 0 50px;}
	.charter-list-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.charter-list-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 30px;}
	.passengers-nav ul li a{font-size: 16px;}
	.passengers-row h2{font-size: 26px;margin: 0 0 20px;}
	.charter-data p{font-size: 15px;line-height: 24px;margin: 0 0 10px;}
	.passengers-row{margin: 0 auto 50px;}
	.charter-data ul li{font-size: 15px;line-height: 25px;}
	.charter-data ul li:before{top: 10px;}
	.sponcer-list h3{font-size: 28px;margin: 0 0 25px}
	.spon-box{padding: 15px 0;}
	.inner-testimonial-wrp{margin: 0;}
	/* **** End Charter Page **** */

	/* **** Client Service Page **** */
	.corporate-wrp{padding: 45px 0;}
	.corporate-block h3{font-size: 24px;}
	.corporate-block p{font-size: 16px;line-height: 24px;min-height: 60px;}
	/* **** End Client Service Page **** */

	/* **** Contact Page **** */
	.contact-banner-wrp{padding: 50px 0;}
	.contact-banner-data{padding: 0px;}
	.contact-banner-data h1{font-size: 28px;margin: 0 0 25px;}
	.contact-banner-data p{font-size: 15px;line-height: 24px;margin: 0 0 25px;}
	.contact-banner-data h6{font-size: 16px;margin: 25px auto;}
	.contact-form .form-group{margin: 0 0 15px;}
	.contact-form .form-group .form-control{padding: 12px 15px;font-size: 15px;}
	.office-row{padding: 0;}
	.office-row .row .col-md-6{width: 100%;}
	.office-row h2{font-size: 30px;margin: 0 0 15px;}
	.office-box h4{font-size: 18px;margin: 0 0 45px;}
	.office-box h3{font-size: 24px;}
	.office-box-address h6{font-size: 16px;}
	.office-box-address p{font-size: 14px;line-height: 22px;}
	.office-box-address{margin: 0 0 45px;}
	.office-box h5{font-size: 26px;}

	.hero-content h6{font-size: 18px;}
	.faq-wrapper{padding: 45px 0;}
	.faq-list .accordion .accordion-item{padding: 15px;}
	.faq-list .accordion .accordion-item .accordion-button{font-size: 18px;line-height: 26px;}
	.faq-list .accordion .accordion-item p{font-size: 15px;line-height: 22px;}

	.leadership-wrp{padding: 45px 0;}
	.leadership-box{margin: 0 0 30px;}
	.leadership-box h3{font-size: 20px;}
	.leadership-box p{font-size: 14px;margin: 0}
	.leadership-box a{font-size:20px;}
	/* **** End Contact Page **** */

	/* **** Fleet Page **** */
	.motorcoach-banner img{height: 450px;}
	.our-fleet-wrp h6{font-size: 16px;line-height: 24px;margin: 0 0 35px;}
	.our-fleet-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.our-fleet-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.our-fleet-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.cars-name h3{font-size: 22px;}
	.cars-name p{font-size: 15px;}
	.location-wrp{padding: 0 0 40px;}
	.location-data{padding: 0 0 35px;}
	.location-data h2{font-size: 26px;line-height: 34px;margin: 0 0 15px;}
	.location-data p{font-size: 16px;line-height: 24px;}
	.location-data .btn-main{margin: 0;}
	.inner-banner .hero-content p{margin: 0 0 15px;}
	/* **** End Fleet Page **** */

	/* **** Other Page **** */
	.locations-block h2{font-size: 26px;margin: 0 0 25px;}
	.locations-box h3{font-size: 22px;margin: 0 0 10px;}
	.locations-box h4{font-size: 16px;margin: 0 0 10px;}
	.locations-box p{font-size: 15px;line-height: 22px;}
	.locations-box{margin: 0 0 45px;}
	.locations-block{margin: 0}

	.promotional-wrp{padding: 50px 0 0;}
	.promotional-block{margin: 0 0 50px;}
	.promotional-block h3{font-size: 26px;}
	.promotional-block p{font-size: 15px;line-height: 24px;min-height:170px;}

	.motorcoach-box h3{font-size: 30px;}
	.motorcoach-box ul li{font-size: 16px;line-height: 30px;}
	.motorcoach-box h4{font-size: 42px;}
	.motorcoach-block p{font-size: 16px;line-height: 26px;}
	.motorcoach-row h2{font-size: 32px;margin: 0 auto 30px;}
	.brochure-wrp h2{font-size: 32px;}
	.brochure-data{padding: 0 0 60px 15px;}
	.brochure-data h3{font-size:28px;}
	.brochure-data p{font-size: 18px;line-height: 26px;}
	/* **** End Other Page **** */

	/* **** Service Page **** */
	.service-pg-wrp{padding: 60px 0}
	.service-pg-block img{width: 100px;}
	.service-pg-block h3{font-size:18px;}
	.service-pg-block p{font-size: 14px;line-height: 22px;}

	.locations-banner img, .charter-banner img, .services-banner img{height: auto;width:65%;}
	.locations-banner .hero-content p, .charter-banner .hero-content p, .services-banner .hero-content p{font-size: 15px;line-height: 24px;}
	/* **** End Service Page **** */
}

@media(min-width:992px) and (max-width:1024px){
	/* **** Home Page **** */
	p{font-size: 14px;line-height: 22px;}
	.navbar-light .navbar-nav li{margin-right: 15px;}
	.navbar-light .navbar-nav .nav-link{font-size: 15px;}

	.hero-content{padding: 40px 0;max-width: 500px;}
	.hero-content h1{font-size: 28px;line-height: 36px;margin: 0 0 15px;}
	.hero-content p{font-size: 18px;}
	.btn-primary{font-size: 15px;}

	.about-service-wrp{padding: 45px 0;}
	.service-databx{padding: 15px 15px 0;}
	.service-block:hover .service-databx{padding: 15px;}
	.service-databx h3{font-size: 16px;}
	.service-databx p{font-size: 14px;line-height: 22px;}

	.full-service-row .row{align-items: flex-start;}
	.full-service-data h2{font-size: 24px;line-height: 32px;}
	.full-service-data p{font-size: 15px;line-height: 22px;}

	.add-slider .slick-dots{padding: 10px;}
	.add-slider .slick-dots li{margin-right: 10px;}	
	.add-slider .slick-dots li span{width: 25px;height: 25px;line-height: 23px;font-size: 14px;}

	.our-service-wrp h2{font-size: 28px;margin:0 auto 30px;}	
	.service-box .service-ic img{width: 150px;}
	.service-box h3{font-size: 18px;}
	.service-box p{font-size: 15px;line-height: 24px;}

	footer{padding: 40px 0;}
	.footer-about img{width: 150px;}
	.footer-about p{font-size: 14px;}
	.quicklinks h3{font-size: 20px;}
	.quicklinks ul li a{font-size: 15px;display: block;}
	/* **** End Home Page **** */

	/* **** About Page **** */
	.inner-banner .hero-content h1{font-size: 28px;line-height: 34px;}
	.about-banner .hero-content p{font-size: 15px;line-height: 22px;}
	.inner-banner .hero-content-block{top: 0;}
	.inner-banner .hero-content{padding: 25px 0;max-width: 360px;}
	.inner-banner .hero-content p{font-size: 15px;line-height: 23px;margin: 0;}
	.abt-block{margin: 0 0 40px;}
	.abt-block h2{font-size: 26px;line-height: 32px;}
	.abt-block p{font-size: 15px;line-height: 24px;text-align: center;}

	.testimonials-wrp h2{font-size: 24px;margin: 0 0 25px;}
	.customers-namebox{padding: 0 0 25px;}
	.customers-namebox h3{font-size: 24px;}
	.customers-namebox h6{font-size: 15px;line-height: 22px;}
	.customers-feedback p{font-size: 15px;line-height: 24px;}
	.customers-feedback p:after{right: 0;font-size: 40px;top: -15px;}
	.customers-feedback p:before{left: 0;font-size: 40px;top: -15px;}
	.testimonials-wrp{padding: 0 0 30px;margin: 0 0 60px;}
	/* **** End About Page **** */

	/* **** Charter Page **** */
	.inner-banner .hero-content-block .btn-primary{margin: 0 0 15px;}
	.charter-banner.inner-banner .hero-content{max-width: 320px;}
	.charter-list-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.charter-list-wrp{padding: 30px 0 50px;}
	.charter-list-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.charter-list-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.passengers-row h2{font-size: 26px;margin: 0 0 20px;}
	.charter-data p{font-size: 15px;line-height: 24px;margin: 0 0 10px;}
	.passengers-row{margin: 0 auto 50px;}
	.charter-data ul li{font-size: 15px;line-height: 25px;}
	.charter-data ul li:before{top: 10px;}
	.sponcer-list h3{font-size: 22px;margin: 0 0 15px}
	.spon-box{padding: 15px 0;}
	.inner-testimonial-wrp{margin: 0;}
	/* **** End Charter Page **** */

	/* **** Client Service Page **** */
	.corporate-wrp{padding: 45px 0;}
	.corporate-block h3{font-size: 24px;}
	.corporate-block p{font-size: 16px;line-height: 24px;min-height: 60px;}
	/* **** End Client Service Page **** */

	/* **** Contact Page **** */
	.contact-banner-wrp{padding: 50px 0;}
	.contact-banner-data{padding: 0px;}
	.contact-banner-data h1{font-size: 28px;margin: 0 0 25px;}
	.contact-banner-data p{font-size: 15px;line-height: 24px;margin: 0 0 25px;}
	.contact-banner-data h6{font-size: 16px;margin: 25px auto;}
	.contact-form .form-group{margin: 0 0 15px;}
	.contact-form .form-group .form-control{padding: 12px 15px;font-size: 15px;}
	.office-row{padding: 0;}
	.office-row .row .col-md-6{width: 100%;}
	.office-row h2{font-size: 30px;margin: 0 0 15px;}
	.office-box h4{font-size: 18px;margin: 0 0 45px;}
	.office-box h3{font-size: 24px;}
	.office-box-address h6{font-size: 16px;}
	.office-box-address p{font-size: 14px;line-height: 22px;}
	.office-box-address{margin: 0 0 45px;}
	.office-box h5{font-size: 26px;}

	.hero-content h6{font-size: 18px;}
	.faq-wrapper{padding: 45px 0;}
	.faq-list .accordion .accordion-item{padding: 15px;}
	.faq-list .accordion .accordion-item .accordion-button{font-size: 18px;line-height: 26px;}
	.faq-list .accordion .accordion-item p{font-size: 15px;line-height: 22px;}

	.leadership-wrp{padding: 45px 0;}
	.leadership-box{margin: 0 0 30px;}
	.leadership-box h3{font-size: 20px;}
	.leadership-box p{font-size: 14px;margin: 0}
	.leadership-box a{font-size:20px;}
	/* **** End Contact Page **** */

	/* **** Fleet Page **** */
	.motorcoach-banner img{height: 420px;}
	.our-fleet-wrp h6{font-size: 16px;line-height: 24px;margin: 0 0 35px;}
	.our-fleet-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.our-fleet-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.our-fleet-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.cars-name h3{font-size: 22px;}
	.cars-name p{font-size: 15px;}
	.location-wrp{padding: 0 0 40px;}
	.location-data{padding: 0 0 35px;}
	.location-data h2{font-size: 26px;line-height: 34px;margin: 0 0 15px;}
	.location-data p{font-size: 16px;line-height: 24px;}
	.location-data .btn-main{margin: 0;}
	.inner-banner .hero-content p{margin: 0 0 15px;}
	.passengers-row .col-md-3{width: 33.33%;}
	/* **** End Fleet Page **** */

	/* **** Other Page **** */
	.locations-block h2{font-size: 26px;margin: 0 0 25px;}
	.locations-box h3{font-size: 22px;margin: 0 0 10px;}
	.locations-box h4{font-size: 16px;margin: 0 0 10px;}
	.locations-box p{font-size: 15px;line-height: 22px;margin: 0 0 15px;}
	.locations-box{margin: 0 0 45px;}
	.locations-block{margin: 0}

	.promotional-wrp{padding: 50px 0 0;}
	.promotional-block{margin: 0 0 50px;}
	.promotional-block h3{font-size: 26px;}
	.promotional-block p{font-size: 15px;line-height: 24px;min-height:170px;}

	.safety-wrp{padding: 40px 0;}
	.safety-wrp h2{font-size: 28px;}
	.safety-box h3{font-size: 18px;}
	.safety-box p{font-size: 15px;line-height: 22px;}

	.motorcoach-box h3{font-size: 30px;}
	.motorcoach-box ul li{font-size: 16px;line-height: 30px;}
	.motorcoach-box h4{font-size: 42px;}
	.motorcoach-block p{font-size: 16px;line-height: 26px;}
	.motorcoach-row h2{font-size: 32px;margin: 0 auto 30px;}
	.brochure-wrp h2{font-size: 32px;}
	.brochure-data{padding: 0 0 60px 15px;}
	.brochure-data h3{font-size: 18px;}
	.brochure-data p{font-size: 14px;line-height: 22px;}
	.brochure-data .btn-main{padding: 6px 15px;font-size: 12px;}
	/* **** End Other Page **** */

	/* **** Service Page **** */
	.service-pg-wrp{padding: 60px 0}
	.service-pg-block img{width: 100px;}
	.service-pg-block h3{font-size:18px;}
	.service-pg-block p{font-size: 14px;line-height: 22px;min-height: auto;}

	.locations-banner img, .charter-banner img, .services-banner img{height: auto;width:60%;}
	.locations-banner .hero-content p, .charter-banner .hero-content p, .services-banner .hero-content p{font-size: 14px;line-height: 22px;}
	/* **** End Service Page **** */
}

@media(min-width:768px) and (max-width:991px){
	/* **** Home Page **** */
	p{font-size: 14px;line-height: 22px;}
	.navbar-brand img{height: 60px;}
	.menu-row{flex-flow: column;padding: 15px;}
	.nav-row .btn-group{display: none;}
	.navbar-light .navbar-nav.other-menu,.navbar-light .navbar-nav{width: 100%;}
	.navbar-light .navbar-nav li{margin: 0;}
	.navbar-light .navbar-nav .nav-link{text-align: center;font-size: 16px;}
	.navbar .navbar-nav li.dropdown .dropdown-menu{padding: 15px;}
	.menu-titlebox h2{font-size: 18px;margin: 0 auto 10px;}
	.btn-main{font-size: 15px;padding: 6px 25px;}
	.menu-titlebox .btn-main{margin: 0 auto 15px;}
	.mega-row .mega-links{width: 100%;}
	.mega-links ul li a{display: block;font-size: 14px;line-height: 24px;text-align: center;}
	.fleet-links .mega-links h3{font-size: 16px;text-align: center;}

	.hero-content{padding: 30px 0;max-width: 450px;}
	.hero-content h1{font-size: 22px;line-height: 30px;margin: 0 0 15px;}
	.hero-content p{font-size: 16px;line-height: 24px;margin: 0 0 20px;}
	.btn-primary{font-size: 15px;}

	.about-service-wrp{padding: 45px 0;}
	.service-databx{padding: 15px 15px 0;}
	.service-block:hover .service-databx{padding: 15px;}
	.service-databx h3{font-size: 16px;}
	.service-databx p{font-size: 14px;line-height: 22px;}

	.full-service-row .row{align-items: flex-start;}
	.full-service-data h2{font-size: 24px;line-height: 32px;}
	.full-service-data p{font-size: 15px;line-height: 22px;}

	.add-slider .slick-dots{padding: 10px;}
	.add-slider .slick-dots li{margin-right: 5px;}	
	.add-slider .slick-dots li span{width: 25px;height: 25px;line-height: 23px;font-size: 14px;}

	.our-service-wrp h2{font-size: 28px;margin:0 auto 30px;}	
	.service-box .service-ic img{width: 100px;}
	.service-box h3{font-size: 16px;margin: 0 0 15px;}
	.service-box p{font-size: 14px;line-height: 22px;}

	footer{padding: 30px 0 15px;}
	.footer-about{margin: 0 0 40px;}
	.footer-about img{width: 150px;}
	.footer-about p{text-align: center;}
	.quicklinks h3{font-size: 20px;}
	.quicklinks ul li a{font-size: 15px;display: block;}
	/* **** End Home Page **** */

	/* **** About Page **** */
	.motorcoach-banner{justify-content: center;align-items: center;}	
	.inner-banner .hero-content h1{font-size: 28px;}
	.about-banner .hero-content p{font-size: 15px;line-height: 22px;}

	.inner-banner .hero-content-block{top: 0;position: relative;width: 100%;}
	.inner-banner .hero-content{padding: 35px 0;max-width:600px;margin: 0 auto;text-align: center;}
	.inner-banner .hero-content p{font-size: 14px;line-height: 22px;margin: 0;}
	.abt-block{margin: 0 0 40px;}
	.abt-block h2{font-size: 26px;line-height: 32px;}
	.abt-block p{font-size: 15px;line-height: 24px;text-align: center;}	

	.testimonials-wrp h2{font-size: 24px;margin: 0 0 25px;}
	.customers-namebox{padding: 0 0 25px;}
	.customers-namebox h3{font-size: 24px;}
	.customers-namebox h6{font-size: 15px;line-height: 22px;}
	.customers-feedback p{font-size: 15px;line-height: 24px;}
	.customers-feedback p:after{right: 0;font-size: 40px;top: -15px;}
	.customers-feedback p:before{left: 0;font-size: 40px;top: -15px;}
	.testimonials-wrp{padding: 0 0 30px;margin: 0 0 60px;}

	.motorcoach-box h3{font-size: 30px;}
	.motorcoach-box ul li{font-size: 16px;line-height: 30px;}
	.motorcoach-box h4{font-size: 42px;}
	.motorcoach-block p{font-size: 16px;line-height: 26px;}
	.motorcoach-row h2{font-size: 32px;margin: 0 auto 30px;}
	.brochure-wrp h2{font-size: 32px;}
	.brochure-data{padding: 0 0 60px 15px;}
	.brochure-data h3{font-size:26px;}
	.brochure-data p{font-size: 14px;line-height: 22px;}
	.brochure-data .btn-main{padding: 6px 15px;font-size: 12px;}
	/* **** End About Page **** */

	/* **** Charter Page **** */
	.inner-banner .hero-content-block .btn-primary{margin: 0 auto 15px;font-size: 14px;}
	.charter-banner.inner-banner .hero-content{max-width: 300px;}
	.charter-list-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.charter-list-wrp{padding: 30px 0 50px;}
	.charter-list-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.charter-list-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.passengers-row h2{font-size: 26px;margin: 0 0 20px;}
	.charter-data p{font-size: 15px;line-height: 24px;margin: 0 0 10px;}
	.passengers-row{margin: 0 auto 50px;}
	.charter-data ul li{font-size: 15px;line-height: 25px;}
	.charter-data ul li:before{top: 10px;}
	.sponcer-list h3{font-size: 22px;margin: 0 0 15px}
	.spon-box{padding: 15px 0;}
	.inner-testimonial-wrp{margin: 0;}
	/* **** End Charter Page **** */

	/* **** Client Service Page **** */
	.corporate-wrp{padding: 45px 0 15px;}
	.corporate-block h3{font-size: 22px;}
	.corporate-block p{font-size: 14px;line-height: 22px;margin: 0 0 25px;min-height: 100px;}
	/* **** End Client Service Page **** */

	/* **** Contact Page **** */
	.contact-banner-wrp{padding: 50px 0;}
	.contact-banner-data{padding: 0px;}
	.contact-banner-data h1{font-size: 28px;margin: 0 0 25px;}
	.contact-banner-data p{font-size: 15px;line-height: 24px;margin: 0 0 25px;}
	.contact-banner-data h6{font-size: 16px;margin: 25px auto;}
	.contact-form .form-group{margin: 0 0 15px;}
	.contact-form .form-group .form-control{padding: 12px 15px;font-size: 15px;}
	.office-row{padding: 0;}
	.office-row .row .col-md-6{width: 100%;}
	.office-row h2{font-size: 30px;margin: 0 0 15px;}
	.office-box h4{font-size: 18px;margin: 0 0 45px;}
	.office-box h3{font-size: 24px;}
	.office-box-address h6{font-size: 16px;}
	.office-box-address p{font-size: 14px;line-height: 22px;}
	.office-box-address{margin: 0 0 45px;}
	.office-box h5{font-size: 26px;}

	.hero-content h6{font-size: 18px;}
	.faq-wrapper{padding: 45px 0;}
	.faq-list .accordion .accordion-item{padding: 15px;}
	.faq-list .accordion .accordion-item .accordion-button{font-size: 18px;line-height: 26px;}
	.faq-list .accordion .accordion-item p{font-size: 15px;line-height: 22px;}
	/* **** End Contact Page **** */

	/* **** Fleet Page **** */
	.motorcoach-banner img{height: auto;width: 100%;}
	.motorcoach-banner .hero-content p{font-size: 15px;line-height: 22px;}
	.our-fleet-wrp h6{font-size: 16px;line-height: 24px;margin: 0 0 35px;}
	.our-fleet-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.our-fleet-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.our-fleet-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.cars-name h3{font-size: 22px;}
	.cars-name p{font-size: 15px;}
	.location-wrp{padding: 0 0 40px;}
	.location-data{padding: 0 0 35px;}
	.location-data h2{font-size: 26px;line-height: 34px;margin: 0 0 15px;}
	.location-data p{font-size: 16px;line-height: 24px;}
	.location-data .btn-main{margin: 0;}
	.inner-banner .hero-content p{margin: 0 0 15px;}
	.passengers-row .col-md-3{width: 33.33%;}

	.leadership-wrp{padding: 45px 0;}
	.leadership-wrp .row .col-md-3{width: 33.33%;}
	.leadership-box{margin: 0 0 30px;}
	.leadership-box h3{font-size: 20px;}
	.leadership-box p{font-size: 14px;margin: 0}
	.leadership-box a{font-size:20px;}
	/* **** End Fleet Page **** */

	/* **** Other Page **** */
	.locations-block h2{font-size: 26px;margin: 0 0 25px;}
	.locations-box h3{font-size: 22px;margin: 0 0 10px;}
	.locations-box h4{font-size: 16px;margin: 0 0 10px;}
	.locations-box p{font-size: 15px;line-height: 22px;}
	.locations-box{margin: 0 0 45px;}
	.locations-block{margin: 0}
	.locations-rw .col-md-6{width: 100%;}

	.promotional-wrp{padding: 50px 0 0;}
	.promotional-block{margin: 0 0 50px;}
	.promotional-block h3{font-size: 26px;}
	.promotional-block p{font-size: 15px;line-height: 22px;min-height:230px;}

	.safety-wrp{padding: 40px 0;}
	.safety-wrp h2{font-size: 28px;}
	.safety-box h3{font-size: 18px;}
	.safety-box p{font-size: 15px;line-height: 22px;}
	/* **** End Other Page **** */

	/* **** Service Page **** */
	.service-pg-wrp{padding: 45px 0}
	.service-pg-block img{width: 100px;}
	.service-pg-block h3{font-size:18px;}
	.service-pg-block p{font-size: 14px;line-height: 22px;min-height: auto;}

	.locations-banner img, .charter-banner img, .services-banner img{height: auto;width:60%;}
	.locations-banner .hero-content p, .charter-banner .hero-content p, .services-banner .hero-content p{font-size: 12px;line-height: 20px;}
	/* **** End Service Page **** */
}

@media(min-width:576px) and (max-width:767px){
	p{font-size: 14px;line-height: 22px;}
	.container{max-width: 500px;}
}

@media(min-width:448px) and (max-width:575px){
	
}

@media(max-width:767px){	
	/* **** Home Page **** */
	p{font-size: 14px;line-height: 22px;}
	.navbar-brand img{height: 60px;}
	.menu-row{flex-flow: column;padding: 15px;}
	.nav-row .btn-group{display: none;}
	.navbar-light .navbar-nav.other-menu,.navbar-light .navbar-nav{width: 100%;}
	.navbar-light .navbar-nav li{margin: 0;}
	.navbar-light .navbar-nav .nav-link{text-align: center;font-size: 16px;}
	.navbar .navbar-nav li.dropdown .dropdown-menu{padding: 15px;}
	.menu-titlebox h2{font-size: 18px;margin: 0 auto 10px;}
	.btn-main{font-size: 15px;padding: 6px 25px;}
	.menu-titlebox .btn-main{margin: 0 auto 15px;}
	.mega-row .mega-links{width: 100%;}
	.mega-links ul li a{display: block;font-size: 14px;line-height: 24px;text-align: center;}
	.fleet-links .mega-links h3{font-size: 16px;text-align: center;}

	.hero-banner{align-items: center;justify-content: center;}
	.hero-banner img{width: 100%;}
	.hero-content-block{position: relative;top: 0;transform: translate(0);}
	.hero-content{padding: 30px 0;}
	.hero-content h1{font-size: 26px;text-align: center;line-height: 36px;margin: 0 0 15px;}
	.hero-content p{font-size: 16px;text-align: center;line-height: 24px;}
	.hero-content .btn-primary{margin: 0 auto;}
	.btn-primary{font-size: 15px;}

	.about-service-wrp{padding: 45px 0;}
	.service-databx{padding: 30px 30px 0;}
	.service-block:hover .service-databx{padding: 30px;}
	.service-databx p{font-size: 15px;line-height: 24px;}

	.full-service-data h2{font-size: 24px;line-height: 32px;margin: 0 0 15px;}
	.full-service-data p{font-size: 14px;line-height: 24px;}
	.full-service-img{margin: 35px 0 0;}
	.add-slider .slick-dots{padding: 10px;}
	.add-slider .slick-dots li{margin-right: 5px;}	
	.add-slider .slick-dots li span{width: 20px;height: 20px;line-height: 18px;font-size: 14px;}

	.our-service-wrp h2{font-size: 28px;margin:0 auto 30px;}	
	.our-service-wrp .row .col-md-4{width: 50%;}
	.service-box .service-ic img{width: 100px;}
	.service-box h3{font-size: 15px;margin: 0 0 15px;}
	.service-box p{font-size: 12px;line-height: 22px;}

	footer{padding: 30px 0 15px;}
	.footer-about{margin: 0 0 30px;}
	.footer-about img{width: 150px;}
	.footer-about p{text-align: center;}
	.quicklinks h3{font-size: 20px;text-align: center;}
	.quicklinks{margin: 0 auto 25px;}
	.quicklinks ul li a{font-size: 15px;text-align: center;display: block;}
	/* **** End Home Page **** */

	/* **** About Page **** */
	.about-banner .hero-content{padding: 35px 0;}
	.inner-banner .hero-content h1{font-size: 28px;line-height: 34px;}
	.about-banner .hero-content p{font-size: 15px;line-height: 22px;}

	.abt-block{margin: 0 0 40px;}
	.abt-block h2{font-size: 24px;line-height: 32px;}
	.abt-block p{font-size: 15px;line-height: 22px;text-align: center;}

	.testimonials-wrp h2{font-size: 24px;margin: 0 0 25px;}
	.customers-namebox{padding: 0 0 25px;}
	.customers-namebox h3{font-size: 24px;text-align: center;}
	.customers-namebox h6{font-size: 15px;line-height: 22px;text-align: center;}
	.customers-feedback{border: none;border-top: 1px solid #ED1C24;padding: 35px 15px;}
	.customers-feedback p{font-size: 15px;line-height: 24px;text-align: center;}
	.customers-feedback p:after{right: 0;font-size: 40px;top: -15px;}
	.customers-feedback p:before{left: 0;font-size: 40px;top: -15px;}
	.testimonials-wrp{padding: 0 0 30px;margin: 0 0 30px;}
	/* **** End About Page **** */

	/* **** Charter Page **** */
	.charter-banner .hero-content{padding: 30px 0 0;}
	.inner-banner .hero-content-block .btn-primary{margin: 0 auto 15px;}
	.charter-list-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.charter-list-wrp{padding: 30px 0 0px;}
	.charter-list-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.charter-list-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.passengers-row h2{font-size: 26px;margin: 0 0 20px;}
	.charter-data p{font-size: 15px;line-height: 24px;}
	.passengers-row{margin: 0 auto 25px;}
	.passengers-box{margin: 0 0 25px;}
	.charter-data ul li{font-size: 15px;line-height: 25px;}
	.charter-data ul li:before{top: 10px;}
	.sponcer-list h3{font-size: 22px;margin: 0 0 15px}
	.sponcer-list ul li{width: 50%;}
	.spon-box{padding: 15px 0;}
	.inner-testimonial-wrp{margin: 0;}
	/* **** End Charter Page **** */

	/* **** Client Service Page **** */
	.motorcoach-banner img{height: auto;width: 100%;}
	.motorcoach-banner .hero-content p{font-size: 15px;line-height: 22px;}
	.corporate-wrp{padding: 45px 0 15px;}
	.corporate-block h3{font-size: 26px;}
	.corporate-block p{font-size: 16px;line-height: 24px;margin: 0 0 25px;min-height: auto;}
	/* **** End Client Service Page **** */

	/* **** Contact Page **** */
	.contact-banner-wrp{padding: 50px 0 0;}
	.contact-banner-data{padding: 0 0 35px;}
	.contact-banner-data h1{font-size: 28px;margin: 0 0 25px;}
	.contact-banner-data p{font-size: 15px;line-height: 24px;margin: 0 0 25px;}
	.contact-banner-data h6{font-size: 16px;margin: 25px auto;}
	.contact-form .form-group{margin: 0 0 15px;}
	.contact-form .form-group .form-control{padding: 12px 15px;font-size: 15px;}
	.office-row{padding: 35px 0 0;border-top: 1px solid #e0e0e0;}
	.office-row h2{font-size: 30px;margin: 0 0 15px;}
	.office-box h4{font-size: 18px;margin: 0 0 45px;}
	.office-box h3{font-size: 24px;}
	.office-box-address h6{font-size: 16px;}
	.office-box-address p{font-size: 14px;line-height: 22px;}
	.office-box-address{margin: 0 0 45px;}
	.office-box h5{font-size: 26px;}

	.hero-content h6{font-size: 18px;text-align: center;}
	.faq-wrapper{padding: 45px 0;}
	.faq-list .accordion .accordion-item{padding: 15px;}
	.faq-list .accordion .accordion-item .accordion-button{font-size: 18px;line-height: 26px;}
	.faq-list .accordion .accordion-item p{font-size: 15px;line-height: 22px;}

	.leadership-wrp{padding: 45px 0;}
	.leadership-box{margin: 0 0 30px;}
	.leadership-box h3{font-size: 20px;}
	.leadership-box p{font-size: 14px;margin: 0}
	.leadership-box a{font-size:20px;}
	/* **** End Contact Page **** */

	/* **** Fleet Page **** */
	.our-fleet-wrp h6{font-size: 16px;line-height: 24px;margin: 0 0 35px;}
	.our-fleet-wrp .passengers-nav ul{white-space: nowrap;overflow: auto;margin: 0 auto 40px;}
	.our-fleet-wrp .passengers-nav ul::-webkit-scrollbar {
	  display: none;
	}
	.our-fleet-wrp .passengers-nav ul {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	.passengers-nav ul li{margin-right: 25px;}
	.passengers-nav ul li a{font-size: 15px;}
	.cars-name h3{font-size: 18px;}
	.cars-name p{font-size: 14px;}
	.location-wrp{padding: 0 0 40px;}
	.location-data{padding: 0 0 35px;}
	.location-data h2{font-size: 26px;line-height: 34px;margin: 0 0 15px;text-align: center;}
	.location-data p{font-size: 16px;line-height: 24px;text-align: center;}
	.location-data .btn-main{margin: 0 auto;}

	.locations-banner, .charter-banner, .services-banner{justify-content: center;align-items: center;}
	.charter-banner .hero-content{margin: 0 auto;display: table;}
	/* **** End Fleet Page **** */

	/* **** Other Page **** */
	.locations-block h2{font-size: 26px;margin: 0 0 25px;}
	.locations-box h3{font-size: 22px;margin: 0 0 10px;}
	.locations-box h4{font-size: 16px;margin: 0 0 10px;}
	.locations-box p{font-size: 15px;line-height: 22px;}
	.locations-box{margin: 0 0 45px;}
	.locations-block{margin: 0}

	.promotional-wrp{padding: 50px 0 0;}
	.promotional-block{margin: 0 0 50px;}
	.promotional-block h3{font-size: 26px;}
	.promotional-block p{font-size: 15px;line-height: 22px;min-height: auto;}

	.safety-wrp{padding: 40px 0;}
	.safety-wrp h2{font-size: 28px;}
	.safety-box h3{font-size: 18px;}
	.safety-box p{font-size: 15px;line-height: 22px;}

	.passengers-nav{display: none;}
	.mobile-pass-drop{/*position: sticky;top: 0;left: 0;right: 0;z-index: 999;*/display: block;/*padding: 10px 0;background: #fff;*/}
	.customers-feedback p{padding: 0;}
	/* **** End Other Page **** */


	/* **** Service Page **** */
	.service-pg-wrp{padding: 45px 0}
	.service-pg-block h3{font-size: 24px;}
	.service-pg-block p{font-size: 16px;line-height: 24px;text-align: center;min-height: auto;}

	.locations-banner img, .charter-banner img, .services-banner img{height: auto;width: 100%;}
	.locations-banner .hero-content p, .charter-banner .hero-content p, .services-banner .hero-content p{font-size: 16px;line-height: 24px;margin: 0 0 25px;}

	.motorcoach-box{border: none;margin: 0 0 25px;}
	.motorcoach-box h3{font-size: 32px;}
	.motorcoach-box ul li{font-size: 16px;line-height: 28px;}
	.motorcoach-box h4{font-size: 52px;}
	.motorcoach-benifit-row{margin: 0 0 50px;}
	.motorcoach-row h2{font-size: 30px;margin: 0 auto 25px;}
	.motorcoach-block p{font-size: 18px;line-height: 28px;}
	.brochure-wrp h2{font-size: 28px;}
	.brochure-data h3{font-size: 28px;}
	.brochure-data p{font-size: 16px;line-height:24px;}
	.brochure-wrp{padding: 0 0 30px;}

	.service-pg-block{margin: 0 auto 30px;}
	.our-service-wrp{padding: 30px 0;}

	img.desktopimg{display: none;}
	img.mobileimg{display: block;}
	/* **** End Service Page **** */
}