/* mycss */
body {
    padding-right: 0 !important;
}
header{
    width: 100%;
    top: 0;
    z-index: 9999 !important;
}
#phone-icon{
    display: none;
}
.dropdown-p.open .dropdown-menu-p{
display: flex !important;
}
.dropdown-menu-p {
    position: fixed;
    width: 100%;
    top: 142px !important;
    display: none ;
    justify-content: space-between;
    text-align: start !important;
    padding: 30px 0 !important;
}

.dropdown-menu-c {list-style: none !important;}


.dropdown-menu-c ul li {
    list-style: none;
    padding-bottom: 10px;
}
@media(max-width:991px){
    /* .bookingForm {
        width: 100% !important;
        position: absolute !important;
        left: 150% !important;
    }
    .closeBookingForm{
        left: 50% !important;
        top: 6px !important;
        transform: translateX(-50%) !important;
    } */
    header{
        position: relative !important;
    }
    .dropdown-p.open .dropdown-menu-p {
        display: block !important;
        text-align: center !important;
        padding: 5px 0 !important;
    }
    .dropdown-p.open .dropdown-menu-p ul{
        padding-left: 0 !important;
    }
    .dropdown-p.open .dropdown-menu-p ul li{
        padding-bottom: 20px !important;
    }
    .innerPageBnner {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }
    .aboutPageBanner {
        background-size: cover !important;
    }
    .contactPageBanner {
        background-size: cover !important;
    }
    .mainBanner {
        padding-top: 10px !important;
    }
    .mainBannerText{
        padding-top: 30px !important;
    }
 
    .lockscreen{
        display: none !important;
    }
    .innerPageBnner h1 {
        padding-top: 50px;
        font-size: 30px;
    }
    .appStoreLinks{
        padding-bottom: 20px !important;
    }
    
}
/* mycss */
body {
	font-family: 'Roboto', sans-serif;	
}
.mainBanner {
	/* height:550px; */
	background:url('../img/mainBannerImg.jpg') 100% 100% / 100% 100% no-repeat;
	background-size:cover;
	margin-top:-90px;
	text-align:center;	
   padding-top: 280px ;
   padding-bottom: 50px;
}
.mainBannerText {
	padding-top:100px;
}
.mainBannerText h1 {
    margin-top: 0;
    /* padding:5px 15px; */
    color: #19c880;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    display:inline-block;

}
.mainBannerText h2{
    color: #fff;
}
.mainBannerText p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.appStoreLinks {
	margin-top:25px;	
}
.appStoreLinks a {
	display:inline-block;
	vertical-align:top;	
}
.appStoreLinks a.googleAppleStore {
	margin-right:12px;
}
.appStoreLinks a img {
	width:100px;
}
.lockscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.getAQuote {
    position: fixed;
    width: 216px;
    right: -82px;
    top: 0;
    bottom: 0;
    height: 52px;
    line-height: 55px;
    margin: auto;
    transform: rotate(-90deg);
    z-index: 9;
}
.getAQuote a {
    background-color: #19c880;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
    padding-left: 0;
    text-transform: uppercase;
    transition: 0.3s all ease;
}
/* .closeBookingForm {
	position: absolute;
    width: 30px;
    height: 30px;
    background: #ffffff url(../img/close-cross.png) center no-repeat;
    background-size: 14px;
    border-radius: 100%;
    top: -11px;
    right: -10px;
    cursor: pointer;	
} */
.bookingForm {
    /* position: fixed;
    width: 50%;
    height: 100%;
    top: 65%;
  
    right: -100%;
    transform: translate(-50%, -50%);
    background: transparent;
    z-index: 999;
    transition: 0.7s all ease-in-out; */
}
/* .bookingForm.open {
    right: 0%;
} */
.bookingForm h2 {
	margin-top:0;
	margin-bottom:25px;
	font-weight:700;
	text-align:center;
	color:#fff;	
}
.bookingForm ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}
.bookingForm ul li label {
	display:none;	
}
.bookingForm ul li {
	display:block;
	margin-bottom:18px;
}
.bookingForm ul li:last-child {
	margin-bottom:0;	
}
.bookingForm ul li input {
	height:44px;
	border-radius:0;
    background: #fff url(../img/location.png) right 12px center no-repeat;	
}
.bookingForm ul li button {
	width:100%;
	height:44px;
	background:#19c880;
	color:#fff;
	border:2px solid #fff;
	font-weight:500;
	font-size:15px;
	border-radius:0;
}
.bookingForm ul li button:hover, .bookingForm ul li button:focus {
	background:#000;	
}
body .ui-autocomplete {
	z-index:999;	
}
.aboutUsHome {
	padding:50px 0;	
}
.aboutUsHome h2, .ourServiceHeading h2, .airportSlider h2, .carsFleet h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}
.aboutUsHome p, .ourServiceHeading p, .airportSlider p, .carsFleet p, .stationSlider h3 {
    margin: 0;
    color: #333333;
    font-size: 17px;
    line-height: 26px;	
}
.stationSlider h3 {
    text-align:center;
    font-weight:normal;
}
.aboutUsHome p a.display992 {
	color:#19c880;
	display:none;	
}
.aboutUsHome ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
.aboutUsHome ul li {
	width:50%;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
}
.aboutUsHome ul li h3 {
	font-size:60px;
    color: #1e2d5f;
	margin:0;
}
.aboutUsHome ul li h3 span {
    font-size: 36px;			
}
.aboutUsHome ul li h4 {
    font-size: 16px;
    font-weight: 400;	
    color: #333333;
    text-transform: uppercase;
	margin:0;
}
.aboutUsHome .aboutHomeImgWrapper {
	position:relative;
}
.aboutUsHome .aboutHomeImgWrapper img {
	width:100%;	
}
.aboutUsHome .aboutReadMore {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;    
    text-align: center;        
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
    z-index: 9;
}
.aboutUsHome .aboutReadMore a {
	background: #19c880 url(../img/readMoreArrow.png) bottom 20px center no-repeat;
    background-size: 20px;
	border-radius: 50%;
	display:block;
	width:100%;
	height:100%;
	padding-top: 32px;		
	color:#fff;
	font-weight:700;
	box-shadow:0px 0px 30px -10px #000;
	text-decoration:none;
	transition:0.3s all ease;	
}
.aboutUsHome .aboutReadMore a:hover, .aboutUsHome .aboutReadMore a:focus {
	background:#fff url(../img/readMoreArrow-Hover.png) bottom 20px center no-repeat;	
	background-size: 20px;
	color:#19c880;
} 
.aboutUsHome .img {
	width:100%;
}
.ourServices {
	padding-bottom:40px;	
}
.custom_tabs {
    border: 0;
    border-radius: 5px;
    margin-top: 30px;
}
.custom_tabs li a {
	width:190px;
    border-radius: 0;
	font-size:14px;
	font-weight:700;
    color: #101010;
    text-transform: capitalize;
    margin-right: 0;
    position: relative;
	padding:15px 0 15px 45px;
    border: 2px solid #c7c7c7;
    background:#ededed;
}
.custom_tabs li.active a, .custom_tabs li:hover a, .custom_tabs li.active a:hover, .custom_tabs li.active a:focus {
	border: 2px solid #19c880;
    background-color: #19c880;
    color: #000 !important;
}
.custom_tabs li:first-child a {
    border-radius: 5px 0 0 5px;
}
.custom_tabs li:last-child a {
    border-radius: 0 5px 5px 0;
}
.custom_tabs li a:after {
    position: absolute;
	content:'';
    background: url(../img/tabs_arrow.png) right center/ 100% 100% no-repeat;
    width: 18px;
    height: 53px;
    top: -2px;
    right: -18px;
    z-index: 1;
}
.custom_tabs li.active a:after, .custom_tabs li:hover a:after {
    background-image: url(../img/tabs_arrow_hover.png);
}
.tabs_container {
    background: #181a1b;
    border-radius: 15px;
    border: 2px solid #a39161;
    max-height: 466px;
	padding: 50px;
    margin: 35px 0 0;
}
.tabs_container h2 {
	margin:0 0 30px;
	padding:0 0 15px;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #fff;	
}
.tabs_container p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom:15px;	
}
.tabs_container p:last-child {
	margin-bottom:0;	
}
#fadingImages {
    width: 100%;
    margin-top: 35px;
    display: inline-block;
    height: 466px;
    position: relative;
    border-radius: 15px;
    border: 2px solid #a39161;
}
#fadingImages, #fadingImages .carousel-inner, #fadingImages .carousel-inner .item {
	height:466px;	
} 
#fadingImages img {
    width: 100%;
    height: 100%;
	border-radius:15px;
}	
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.tabContentInner {
	margin: 10px 0;
    height: 338px;
    overflow: auto;
	padding-right:15px;
}
.tabContentInner::-webkit-scrollbar {
	width:12px
}
.tabContentInner::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.8);
	border-radius:10px
}
.tabContentInner::-webkit-scrollbar-thumb {
	border-radius:10px;
	-webkit-box-shadow:inset 0 0 6px rgba(25,200,128,1)
}
.airportSlider {
	padding:40px 0 30px;
	background:#f5f5f5;	
}
.airportSlider h2, .airportSlider p {
	text-align:center;	
}
.airportSliderInner {
	margin-top:40px;	
}
#tx {
	background: 0 0!important
}
.telex-inner {
	height: auto!important;
	background: 0 0
}
.airport1 {
	width: 262px;
	height: 50px;
	background: url(../img/airport1.png) left 0 / 80% 100% no-repeat;
}
.airport2 {
	width: 145px;
	height: 60px;
	background: url(../img/airport2.png) left 0/80% 100% no-repeat;
}
.airport3 {
	width: 193px;
	height: 50px;
	background: url(../img/airport3.png) left 0/80% 100% no-repeat;
}
.airport4 {
	width: 164px;
	height: 50px;
	background: url(../img/airport4.png) left 0/80% 100% no-repeat;
}
.airport5 {
	width: 251px;
	height: 50px;
	background: url(../img/airport5.png) left 0/80% 100% no-repeat;
}
.footer {
	padding:40px 0;	
	border-top:1px solid #ccc;
}
.footerLogo {
	margin-bottom:18px;	
}
.footer p {
	font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;		
}
.footer h4 {
	margin-top:0;
	margin-bottom:20px;
	color:#000;
	font-size:22px;	
}
.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer ul.footerContact li {
	margin-bottom: 18px;
    color: #000;
    font-size: 15px;
    padding-left: 25px;
}
.footer ul.footerContact li.address {
    background: url(../img/locationFooter.png) left top 2px no-repeat;
}
.footer ul.footerContact li.phoneNumber {
    background: url(../img/phoneFooter.png) left top 1px no-repeat;
}
.footer ul.footerContact li.email {
    background: url(../img/emailFooter.png) left top 2px no-repeat;
}
.footer ul.socialFooter li {
	display:inline-block;
	vertical-align:top;
	width:32px;
	height:32px;
	margin-right:5px;	
}
.footer ul.socialFooter li:last-child {
	margin-right:0;	
}
.footer ul.socialFooter li a {
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	font-size:0;
}
.footer ul.socialFooter li.fbIconFooter a {
	background:#3b5998 url('../img/facebook.png') center no-repeat;
}
.footer ul.socialFooter li.twitterIconFooter a {
	background:#1da1f2 url('../img/twitter.png') center no-repeat;	
}
.footer ul.socialFooter li.instaIconFooter a {
	background:#BD081D url('../img/instagram.png') center no-repeat;
}
.footer ul.socialFooter li.pinterestIconFooter a {
	background:#c32aa3 url('../img/pinterest.png') center no-repeat;
}
.footerBottom {
	padding:20px 0;
	border-top:1px solid #ccc;	
}
.footerBottom p {
	margin:0;
	font-size:15px;	
    font-weight: 500;
    color: #000;
}
.footerBottom p a {
	color:#000;
	text-decoration:none;	
    font-weight: 600;
}
.footerBottom p a:hover {
	opacity:0.9;	
}
.innerPageBnner {
    /* height: 350px; */
    margin-top: -90px;
    text-align: center;
    padding-top: 290px;
    padding-bottom: 50px;
}
.aboutPageBanner {
    background: url(../img/aboutPageHeader.jpg) 100% 100% / 100% 100% no-repeat;
}
.contactPageBanner {
    background: url(../img/contactPageHeader.jpg) 100% 100% / 100% 100% no-repeat;
}
.innerPageBnner h2, .innerPageBnner h1 {
	margin:0;
	color:#fff;
	font-weight:700;	
    padding-top: 155px;	
    font-size: 30px;
    text-align: center;
}
.innerPageBnner h2{
    padding-top: 20px;
    font-size: 28px;
}
.innerPageContent {
	padding:50px 0;	
}
.aboutPageContent p {
	font-size:17px;
	line-height:24px;
	margin-bottom:15px;	
}
.aboutPageContent p:last-child, .aboutPageContent ul li:last-child {
	margin-bottom:0;	
}
.aboutPageContent ul {
    margin:0;
    padding-left:20px;
}
.aboutPageContent ul li {
    font-size:17px;
	margin-bottom:5px;
}
.aboutPageContent img {
    float: right;
    width: 400px;
    margin: 0 0 20px 20px;
}
.contactForm, .contactUsNew {
    display: inline-block;
    vertical-align: top;
}
.contactForm {
    width: 48%;
    margin-right: 3%;
}
.contactUsNew {
    width: 48%;
}
.innerPageContent h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 25px;
}
.contactForm input {
    width: 100%;
    height: 36px;
}
.contactForm textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 12px;
    resize: none;
}
.contactForm button {
    background: #19c880;
    border: 1px solid #19c880;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
}
.contactUsNew ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactUsNew ul li {
    padding-left: 35px;
    margin-bottom: 15px;
}
.contactUsNew ul li.addressIcon {
    background: url(../img/addressIcon.png) left center no-repeat;
    background-size: 22px;
}
.contactUsNew ul li.messageIcon {
    background: url(../img/messageIcon.png) left center no-repeat;
    background-size: 21px;
}
.contactUsNew ul li.phoneIcon {
    background: url(../img/phoneIcon.png) left center no-repeat;
    background-size: 20px;
}
.contactUsNew ul li.clockIcon {
    background: url(../img/clockIcon.png) left center no-repeat;
    background-size: 20px;
}
.contactUsNew p {
    font-size: 18px;
}
.contactMap {
    margin-top: 30px;
}
.contactMap iframe {
    height: 185px;
}
.mobilePhone {
	display:none;
	font-size:0;
}
.stationInner {
	padding:20px;
	background:#fff;	
}
.stationInner img {
	width:100%;	
}
.stationInner a{
    color:#000;
}
.stationInner span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.stationSlider .owl-carousel .owl-dots {
    margin-top: 25px;	
}
.stationSlider .owl-carousel .owl-dots button:focus {
	outline:0;	
}
.stationSlider .owl-carousel .owl-dots button span {
	background:#fff;
	border:1px solid #19c880;
}
.stationSlider .owl-carousel .owl-dots .owl-dot.active span, .stationSlider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #19c880;
	border:1px solid #19c880;
}
.carsFleet {
	padding:40px 0;	
}
.carsFleet h2, .carsFleet p {
	text-align:center;	
}
.carsFleetInner {
	margin-top:35px;	
}
.carsFleetInner ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:0;
}
.carsFleetInner ul li {
	width:25%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding-top:70px;
}
.carsFleetInner ul li:nth-child(1) {
	background:url('../img/car1.png') top center no-repeat;
	background-size:110px;
}
.carsFleetInner ul li:nth-child(2) {
    background: url(../img/car2.png) top center no-repeat;
}	
.carsFleetInner ul li:nth-child(3) {
	background:url('../img/car3.png') top center no-repeat;
}
.carsFleetInner ul li:nth-child(4) {
	background:url('../img/car4.png') top center no-repeat;
}
.carsFleetInner ul li span {
	display: block;
    font-size: 16px;
    font-weight: 500;
}
.pull-center{
	text-align:center
}
.aboutUsAddition {
    margin-top:40px;
}
.aboutUsAddition p {
    margin-bottom:15px;
}
.aboutUsAddition p:last-child {
    margin-bottom:0;
}
.contentModalBtn{
    background-color: #19c880;
    color: #000 !important;
    
}
#contentModal .modal-dialog{
    margin: 30px auto;
    max-width: 900px;
    width: auto;
}
#contentModal .modal-body{
    text-align: left;
}
#contentModal .modal-body h2{
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 22px;
}
#contentModal .modal-body h2.mt-0{
    margin-top: 0 !important;
}
.logomobile{
    display: none;
}
@media(max-width:1366px) {
/* .mainBanner {
	height:530px;
}	 */
}
@media(max-width:1200px) {
.aboutUsHome ul li {
    margin-top: 25px;
}	
.aboutUsHome ul li h3 {
    font-size: 50px;
}
.aboutUsHome ul li h4 {
    font-size: 15px;
}
.aboutUsHome .aboutHomeImgWrapper {
    margin-top: 45px;
}
.custom_tabs li a {
	width:156px;
    font-size: 13px;
    padding: 15px 0 15px 30px;
}
.tabs_container {
    max-height: 450px;
}
#fadingImages, #fadingImages .carousel-inner, #fadingImages .carousel-inner .item {
    height: 450px;
}

.carsFleet {
    padding: 20px 0 40px;
}
}
@media(max-width:992px) {
.mainBanner {
    /* height: 480px; */
    margin-top: -86px;
}
.mainBannerText h1 {
    font-size: 38px;
}
.mainBannerText p {
    font-size: 16px;
}
.appStoreLinks a.googleAppleStore {
    margin-right: 10px;
}
.appStoreLinks a img {
    width: 170px;
}
.aboutUsHome {
    padding: 40px 0 50px;
}
.aboutUsHome p a.display992 {
	display:inline-block;	
}
.aboutUsHome .aboutColImg {
	display:none;
}
.aboutUsHome .aboutColText {
	width:100%;
}
.custom_tabs li a:after {
	display:none;	
}
.custom_tabs li a {
    width: auto;
    font-size: 12px;
    padding: 15px 22px;
	border-left:0;
	border-top:0;
	border-bottom:0;
}
.custom_tabs li.active a, .custom_tabs li:hover a, .custom_tabs li.active a:hover, .custom_tabs li.active a:focus {
	border-left:0;
	border-top:0;
	border-bottom:0;	
}
.tabs_container {
    max-height: 440px;
    padding: 25px 30px;
    margin: 30px 0 0;
}
.tabs_container h2 {
    margin: 0 0 25px;
    padding: 0 0 12px;
    font-size: 28px;
}
.tabs_container p {
    font-size: 15px;
}
.ourServices .col-sm-8 {
	padding-right:6px !important	
}
.ourServices .col-sm-4 {
	padding-left:6px !important	
}
#fadingImages {
	margin-top:30px;	
}
#fadingImages, #fadingImages .carousel-inner, #fadingImages .carousel-inner .item {
    height: 340px;
}
.footer {
    padding: 40px 0 30px;
}
.aboutPageContent img {
    width: 300px;
}
.innerPageBnner {
    /* height: 320px; */
	margin-top: -86px;
}
.innerPageBnner h2, .innerPageBnner h1 {
    padding-top: 20px;
    font-size: 34px;
}
.contactPageBanner {
    background: url(../img/contactPageHeader.jpg) center no-repeat;
}
.contactUsNew p {
    font-size: 17px;
}
}
@media(max-width:768px) {
    .logo{
        display: none;
    }
    .logomobile{
        padding: 12px 15px 6px;
        display: block;
    }
    .logomobile a{
        display: flex;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    gap: 5px;
    }
    .logomobile a span{
        color: #19c880;
    }
    .mainBanner{
        background: #000;
    }
    .mainBannerText h1{
        font-size: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-top: 20px !important;
        font-weight: 500 !important ;
    }
    .mainBannerText p{
        display: none;
    }
    .aboutPageBanner{
        background-image: none;
        background: #000;
    }
    #contentModal .modal-dialog{
        margin: 0 auto;
    }
    #contentModal .modal-dialog .modal-content{
        height: auto;
    }
    .container {
        width: 100% !important;
    }
    #phone-icon{
		display: block !important;
        padding: 5px 10px 7px 10px;
		border-radius: 5px;
		margin-right: 10px;
		border: 1px solid white;
		
	}
    #phone-icon:focus,
	#phone-icon:hover{
		border-color: #19c880;
    background: #19c880;
	}

	#phone-icon img{
		height: 18px;
		width: 18px;
		
	}
	.mainBannerText {
	    padding-top: 0 !important;
	}
.mobilePhone {
    /* position: absolute;
    right: 60px;
    top: 7px; */
    background: url(../img/phoneIconHeader.png) center no-repeat;
    border: 2px solid #19c880;
    display: inline-block;
    width: 46px;
    height: 36px;
    border-radius: 5px;
    margin-right: 10px;
}
.mainBanner {
    /* height: 360px; */
    margin-top: 0;
    background-position: center;
    padding-bottom: 20px !important;
}

.mainBannerText h1 {
    font-size: 34px;
    margin-bottom: 8px;	
}
.mainBannerText p {
    font-size: 15px;
}
.appStoreLinks {
    margin-top: 22px;
}
.appStoreLinks a img {
    width: 160px;
}
.aboutUsHome h2, .ourServiceHeading h2, .airportSlider h2, .carsFleet h2 {
    margin-bottom: 15px;
    font-size: 28px;
}
.aboutUsHome p, .ourServiceHeading p, .airportSlider p, .carsFleet p, .stationSlider h3, .aboutUsAddition p {
    font-size: 16px;
    line-height: 25px;
}
.aboutUsHome ul li h3 {
    font-size: 45px;
}
.custom_tabs li {
	display:block;
	float:none;
}
.custom_tabs li a {
    width: 100%;
    border-right: 0;
	border-radius:0 !important;
    text-align: center;
    font-size: 15px;
	border-bottom:2px dashed #19c880;
}
.custom_tabs li.active a, .custom_tabs li:hover a, .custom_tabs li.active a:hover, .custom_tabs li.active a:focus {
	border-right:0;	
	border-bottom:2px dashed transparent;
}
.ourServices .col-sm-8 {
	padding-right:15px !important	
}
.ourServices .col-sm-4 {
	padding-left:15px !important;
	text-align:center;	
}
#fadingImages {
    width: 300px;
}
#fadingImages, #fadingImages .carousel-inner, #fadingImages .carousel-inner .item {
    height: auto;
}
.footer {
    padding: 30px 0;
}
.footer .col-sm-5, .footer .col-sm-4 {
	margin-bottom:30px;	
}
.footerBottom .pull-left, .footerBottom .pull-right {
    float: none !important;
    text-align: center;
}
.footerBottom .pull-left {
    margin-bottom: 5px;
}
.innerPageContent {
    padding: 40px 0;
}
.aboutPageContent img {
	display:none;	
}
.aboutPageContent p, .aboutPageContent ul li {
    font-size: 16px;
}
.innerPageBnner {
    /* height: 270px; */
	margin-top:0;
}
.innerPageBnner h2, .innerPageBnner h1 {
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 300 ;
}
.contactForm {
    width: 100%;
    margin-right:0;
}
.contactUsNew {
    width: 100%;
	margin-top:40px;
}
.carsFleet {
    padding: 10px 0 40px;
}
.carsFleetInner ul li {
    width: 50%;
}
.carsFleetInner ul li:nth-child(1), .carsFleetInner ul li:nth-child(2) {
	margin-bottom:30px;
}
.carsFleetInner ul li span {
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {
    .mainBannerText h1{
        margin-top: 2px !important;
    }
    .mainBannerText h1,
    .mainBannerText h2{
        text-align: left !important;
        display: block;
    }
    .mainBannerText h2{
        margin-top: 5px;
        font-size: 17px;
    }
    .mainBannerText h2:nth-child(3){
        display: none;
    }
    .innerPageBnner h1{
        font-size: 17px !important;
        display: block;
        text-align: left;
    }
    .innerPageBnner h2{
        font-size: 15px !important;
        margin: 5px 0 10px;
        display: block;
        text-align: left;
    }
}

@media(max-width:480px) {

.getAQuote {
    top: -68%;
    font-size: 10px;
    position: absolute;
    margin-right: 10px;
    line-height: 12px;
    width: 12%;
    height: 35px;
    transform: rotate(0);
    right: -5px ;
}
.getAQuote a{
    padding: 7px 8px;
    border-radius: 5px;
    letter-spacing: 1px !important;
    background-color: transparent;
    outline: 2px solid #19c880;
    color: #19c880;
}
.bookingForm {
    width: 100%;
    right: 0;
    /* top: -100% !important;; */
    top: 72% !important;
    
}
.bookingForm.open {
	left:50%!important;
    top: 72% !important;
}
.mainBannerText h1 {
    font-size: 28px;
    margin-bottom: 6px;
}
.mainBannerText p {
    font-size: 14px;
}
.appStoreLinks {
    margin-top: 18px;
}
.appStoreLinks a.googleAppleStore {
    margin-right: 8px;
}
.appStoreLinks a img {
    width: 90px;
}
.aboutUsHome {
    padding: 30px 0 40px;
    text-align: center;
}
.aboutUsHome ul li h3 {
    font-size: 40px;
}
.aboutUsHome ul li h3 span {
    font-size: 30px;
}
.aboutUsHome ul li h4 {
    font-size: 13px;
    margin-top: 2px;
}
.ourServiceHeading {
	text-align:center;	
}
.custom_tabs li a {
    font-size: 14px;
}
.tabs_container {
    padding: 20px 25px;
    margin: 30px 0 0;
	max-height:fit-content;
	height:auto;
}
.tabs_container h2 {
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-size: 21px;
}
.tabContentInner {
    height: auto;
    padding-right: 15px;
    text-align: center;
}
.aboutUsHome h2, .ourServiceHeading h2, .airportSlider h2, .carsFleet h2 {
    margin-bottom: 12px;
    font-size: 24px;
}
.airportSliderInner {
    margin-top: 30px;
}
.footerBottom {
    padding: 18px 0;
    margin-bottom: 50px;
}
.footerBottom p {
    font-size: 14px;
}
.footerInnerPage .footerBottom {
	margin-bottom:0;	
}
.innerPageBnner {
    /* height: 250px; */
}
.innerPageBnner h2, .innerPageBnner h1 {
    padding-top: 0px;
    font-size: 27px;
}
.innerPageContent {
    padding: 30px 0;
}
.aboutPageContent {
	text-align:center;	
}
.contactUsNew ul li {
    padding-left: 32px;
}
.contactUsNew p {
    font-size: 16px;
}
.carsFleetInner ul li {
    width: 100%;
}
.carsFleetInner ul li:nth-child(1), .carsFleetInner ul li:nth-child(2), .carsFleetInner ul li:nth-child(3) {
	margin-bottom:30px;
}
.aboutPageContent ul {
    padding:0;
    list-style-type:none;
}
.aboutPageContent ul li {
    margin-bottom:10px;
    font-size:15px;
}
}


















.areas-section {
  padding: 60px 20px;
  background: #f7fdfb;
}

.areas-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #19C880;
  margin-bottom: 40px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
  max-width: 1200px;
  margin: auto;
}

.area-btn {
  text-decoration: none !important;
  background: #19C880;
  color: #fff !important;
  padding: 14px 18px;
  text-align: center;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(25, 200, 128, 0.25);
}

.area-btn:hover {
  background: #148f63;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(25, 200, 128, 0.4);
}


/* Whats App Button Css Start */
.wapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.wapp-btn img {
    width: 30px;
    height: 30px;
}

.wapp-btn:hover {
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wapp-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        left: 15px;
    }

    .wapp-btn img {
        width: 25px;
        height: 25px;
    }
}
/* Whats App Button Css End */