body {
	font-family: 'Roboto', sans-serif;	
}
.navbar-brand{
	padding:0 0 0 15px;
    height: auto;
}
.topBar {
	background: #452765;
}
.topBarLeft {
	float: left;
}
.topBarRight {
	float: right;
}
.topBar ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}
.topBar .headerContact li {
	display:inline-block;	
}
.topBar .headerContact li a {
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 25px 15px 25px;
}
.topBar .headerContact li.headerPhone a {
	border-right:1px solid #ebebeb;	
	background:url('../img/phoneHeader.png') left center no-repeat;
}
.topBar .headerContact li.headerEmail a {
    background: url(../img/emailHeader.png) left center no-repeat;
    margin-left: 20px;
	padding-right:0 !important;
}
.topBar ul.headerSocialIcons {
    margin-top: 10px;
}
.topBar ul.headerSocialIcons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.topBar ul.headerSocialIcons li:last-child {
	margin-right:0;	
}
.topBar ul.headerSocialIcons li a {
	display:block;
	width:34px;
	height:34px;
    border-radius: 5px;	
    font-size:0;
}
.topBar ul.headerSocialIcons li.fbIcon a {
	background:#3b5998 url('../img/facebook.png') center no-repeat;
}
.topBar ul.headerSocialIcons li.twitterIcon a {
	background:#1da1f2 url('../img/twitter.png') center no-repeat;
}
.topBar ul.headerSocialIcons li.instaIcon a {
	background:#BD081D url('../img/instagram.png') center no-repeat;	
}
.topBar ul.headerSocialIcons li.pinterestIcon a {
	background:#c32aa3 url('../img/pinterest.png') center no-repeat;
}
.navigation {
	padding: 20px 0;
    background: rgba(255,255,255,.15);	
	position:relative;
}
.navigation .navbar-default {
	background:none;
	border:none;
	border-radius:0;
	margin:0;
}
.navigation ul.nav li a {
    color: #452765;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 22px 12px 22px;
}
.navigation ul.nav li:last-child a {
	padding-right:0;	
}
.navigation ul.dropdown-menu{
    background: rgba(0,0,0,.7);
    padding: 0 15px;
    text-align: center;
    left: 0;
    right: auto;
    top: 70px;
}
.navigation ul.dropdown-menu li a{
    padding:10px 15px !important
}
.navigation ul.nav li a:hover, .navigation ul.nav li a:focus, .navigation ul.nav li.open a, .navigation ul.nav li.open a:hover, .navigation ul.nav li.open a:focus {
	color:#e01d83;
}
.navigation ul.nav li.open a, .navigation ul.nav li.open a:hover, .navigation ul.nav li.open a:focus {
    background:transparent;
}
.navigation ul.nav li.dropdown ul.dropdown-menu li a{
    color:#fff;
    padding: 5px 20px;    
}
.navigation ul.nav li.dropdown ul.dropdown-menu li a:hover, .navigation ul.nav li.dropdown ul.dropdown-menu li a:focus {
    color:#e01d83;
}
.mainBanner {
	height:550px;
	background:url('../img/slider.jpg') 100% 100% / 100% 100% no-repeat;
	background-size:cover;
	margin-top:0;
}
.mainBannerText {
	padding-top:180px;
}
.mainBannerText h1 {
    margin-top: 0;
    padding:5px 0;
    color: #e01d83;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    display:inline-block;

}
.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:190px;
}
.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: #e01d83;
    font-weight: 700;
    color: #FFF;
    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: 20px;
    height: 20px;
    background: #ffffff url(../img/close-cross.png) center no-repeat;
    background-size: 10px;
    border-radius: 50%;
    top: 7px;
    right: 7px;
    cursor: pointer;	
}
.bookingForm {
    position: fixed;
    width: 450px;
    height: 350px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -450px;	
    padding: 30px 25px 25px;
    background: #e01d83;
    z-index: 999;
    transition: 0.5s all ease;
}
.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;
    font-size: 0;
}
.bookingForm ul li label {
	display:none;	
}
.bookingForm ul li {
	display:block;
	margin-bottom:18px;
    padding: 0 3px;
}
.bookingForm ul li.width50{
    display: inline-block;
    width: 50%;
}
.bookingForm ul li:last-child {
	margin-bottom:0;	
}
.bookingForm ul li input {
	height:44px;
	border-radius:0;
}
.bookingForm ul li input.movingClass {
    background: #fff url("../img/location.png") right 15px center no-repeat;	
}
.bookingForm ul li input.emailAddress {
    background: #fff url("../img/headerEmail.png") right 15px center no-repeat;
}
.bookingForm ul li input.emailAddress {
    background: #fff url("../img/headerEmail.png") right 15px center no-repeat;
}
.bookingForm ul li input.phoneNumber {
    background: #fff url("../img/headerNumber.png") right 15px center no-repeat;
}
.bookingForm ul li input.usersIco {
    background: #fff url("../img/user.png") right 15px center no-repeat;
}
.bookingForm ul li button {
	width:100%;
	height:44px;
	background:#e01d83;
	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: #e01d83;
    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;
    margin-bottom: 20px;
}
.aboutUsHome p a.display992 {
	color:#e01d83;
	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: #e01d83 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:#e01d83;
} 
.aboutUsHome .img {
	width:100%;
}
.ourServices {
	padding-bottom:40px;	
}
.custom_tabs {
    border: 0;
    border-radius: 5px;
    margin-top: 30px;
}
.custom_tabs li{
    width: 100%;
    margin-bottom: 15px;
}
.custom_tabs li a {
	width:100%;
    border-radius: 0;
	font-size:18px;
	font-weight:700;
    color: #101010;
    text-transform: capitalize;
    margin-right: 0;
    position: relative;
	padding:13px 0 10px 45px;
    background:#ededed;
    height: 53px;
}
.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 #e01d83;
    background-color: #e01d83;
    color: #fff;
}
.custom_tabs li:first-child a {
    border-radius: 5px 0 0 5px;
}
.custom_tabs li a:after {
    position: absolute;
	content:'';
    width: 18px;
    height: 53px;
    top: -2px;
    right: -20px;
    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: #452765;
    border-radius: 10px;
    border: 2px solid #452765;
    max-height: 466px;
	padding: 50px;
    margin: 25px 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, .tabs_container a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	margin-bottom:15px;	
}
.tabs_container a{
    color: #e01d83;
    font-weight: 700;
}
.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: 200px;
    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{
    margin-bottom: 5px;
}
.airportSlider h2, .airportSlider p {
	text-align:center;
}
.airportSliderInner {
	margin-top:40px;	
}
.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;	
}
.footerBottom p a {
	color:#e01d83;
	text-decoration:none;	
}
.footerBottom p a:hover {
	opacity:0.9;	
}
.innerPageBnner {
    height: 350px;
}
.aboutPageBanner {
    background: url(../img/aboutPageHeader.jpg) 100% 100% / 100% 100% no-repeat;
}
.innerPageBnner h2, .innerPageBnner h1 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    padding-top: 120px;
    max-width: 450px;
    font-size: 50px;
}
.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: #e01d83;
    border: 1px solid #e01d83;
    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;
}
.stationSlider .owl-carousel .owl-nav {
	display:none;	
}
.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 #e01d83;
}
.stationSlider .owl-carousel .owl-dots .owl-dot.active span, .stationSlider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #e01d83;
	border:1px solid #e01d83;
}
.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 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;
}
@media(max-width:1366px) {
.mainBanner {
	height:530px;
}	
}
@media(max-width:1200px) {
.navigation ul.nav li a {
    padding: 18px 17px 12px 17px;
}    
.mainBanner {
    height: 500px;
}
.mainBannerText {
    padding-top: 220px;
}
.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;
}
.aboutPageBanner {
    background: url(../img/aboutPageHeader.jpg) right bottom no-repeat;
}
.carsFleet {
    padding: 20px 0 40px;
}
}
@media(max-width:992px) {
.topBar .headerContact li a {
    font-size: 16px;
}
.navigation {
    padding: 18px 0;
}	
.mainBanner {
    height: 480px;
    margin-top: -86px;
}
.navigation a.navbar-brand img {
    width:190px;   
}
.navigation ul.nav li a {
    font-size: 13px;
    padding: 18px 9px 12px 9px;    
}
.mainBannerText {
    padding-top: 205px;
}
.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: 180px;
    font-size: 34px;
}
.contactUsNew p {
    font-size: 17px;
}
}
@media(max-width:768px) {
.topBar .headerContact li.headerPhone {
	display:none;	
}
.topBar .headerContact li a {
    font-size: 14px;
	padding:15px 12px 15px 25px;
}
.topBar .headerContact li.headerPhone a {
    background: url(../img/phoneHeader.png) left top 16px no-repeat;
}
.topBar .headerContact li.headerEmail a {
    background: url(../img/emailHeader.png) left top 16px no-repeat;	
    margin-left: 10px;
}
.topBar ul.headerSocialIcons li {
    margin-right: 2px;
}
.mobilePhone {
    position: absolute;
    right: 75px;
    top: 7px;
    background: url(../img/phoneIconHeader.png) center no-repeat;
    border: 2px solid #e01d83;
    display: inline-block;
    width: 46px;
    height: 36px;
    border-radius: 5px;
}
.navigation {
	padding:15px 0;
}	
.navigation .navbar-default .navbar-toggle {
    border-color: #fff;
}
.navigation .navbar-default .navbar-toggle:hover, .navigation .navbar-default .navbar-toggle:focus {
	border-color:#e01d83;
	background:#e01d83;
}
.navigation .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navigation .navbar-default .navbar-collapse {
	margin-top:12px;
    border-color: #ccc;	
}
.navigation .navbar-nav {
    margin: 15px -15px 0;
    text-align: center;	
}
.navigation ul.nav li a {
    font-size: 14px;
    padding: 15px;
    text-align: center;
}
.navigation ul.nav li:last-child a {
    padding-right: 22px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color:#e01d83;
}
.mainBanner {
    height: 360px;
    margin-top: 0;
    background-position: center;
}
.mainBannerText {
    padding-top: 105px;
}
.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 #e01d83;
}
.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: 120px;
    font-size: 32px;
}
.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(max-width:480px) {
.topBar .container{
    padding-left:7px;
    padding-right:7px;
}
.getAQuote {
    width: 100%;
    height: 50px;
    line-height: 52px;
    transform: rotate(0);
    top: auto;
    bottom: 0;
	right:0;
}
.bookingForm {
    width: 100%;
    right: 0;
    top: auto;
    bottom: -345px;
}
.bookingForm.open {
	right:0;
    bottom: 0;
}
.topBar ul.headerSocialIcons li a {
    width: 32px;
    height: 32px;
}
.topBar .headerContact li.headerEmail a {
    margin-left: 0;
}
.topBar .headerContact li a {
    font-size: 12px;
}
.navigation {
    padding: 15px 0 10px;
}

.navigation ul.nav li a {
    font-size: 14px;
}
.mainBanner {
    height: 300px;
}
.mainBannerText {
    padding-top: 85px;
}
.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: 140px;
}
.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: 115px;
    font-size: 30px;
}
.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;
}
}