/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section {
	 display: block;
 }
 body {
	 line-height: 1;
 }
 ol, ul {
	 list-style: none;
 }
 
 blockquote, q {
	 quotes: none;
     line-height: initial;
 }
 
 blockquote:before, blockquote:after,
 q:before, q:after {
	 content: '';
	 content: none;
 }
 
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
 }
 
	 /****************************************************/
  /**************END RESET.CSS*************************/
 /****************************************************/
 body {
	font-size: 1em;
	font-family: "Barlow", sans-serif;
 }
 
 h1,h2,h3,h4,h5,h6 {
	 font-family: "Barlow", sans-serif;
	 font-weight: bold;
	 line-height: initial;
	 margin: 10px 0;
 }
 
 h1 {
	 font-size: 2em;
 }
 
 h2 {
	 font-size: 1.5em;
 }
 
 h3 {
	 font-size: 1.17em;
 }
 
 h4 {
	 font-size: 1em;
 }
 
 p {
	 margin: 15px 0;
	 line-height: initial;
 }
 
 article ul {
	 list-style-type: disc;
	 list-style-position: inside;
	 margin: 16px 0;
	 padding-left: 40px;
 }
 
 article ul ul {
	 margin: 0;
	 list-style-type: circle;
 }
 
 article ol {
	 list-style-type: decimal;
	 list-style-position: inside;
	 margin: 16px 0;
	 padding-left: 40px;
 }
 
 strong {
	 font-weight: bold;
 }
 
 input[type=text],input[type=email] {
 
 }
 
 input[type=submit] {
 
 }
 
 textarea {
	 
 }
 
 a {
	 text-decoration: none;
 }
 
 a:hover {
	 text-decoration: none;
 }
 
 img {
	 max-width: 100%;
 }
 
 ul.list-inline li {
	 display: inline;
 }
 
 .wrapper {
	 width: 96%;
	 max-width: 1692px;
	 margin: 0 auto;
 }
 
 .text-green {
	color: #48d183;
 }

 .text-white {
	color: #fff;
 }

.bg-white {
    background: #fff;
}
 
.home-hero,
.page-hero {
   background-repeat: no-repeat;
   background-position-x: center;
   background-position-y: center;
   background-size: cover;
   background: #37386f;
 }

 .note {
	background: #ebebfa;
	padding: 18px 22px;
	color: #7674ae;
 }
 
 /*---------------------------START MAIN_HEADER--------------------*/
 #main-header .top-header {
	 font-family: "Barlow", sans-serif;
	 background: #5555d5;
	 padding: 16px 0;
 }
 
 #main-header .top-header .contact-info ul li {
	 font-weight: 500;
	 font-size: 1em;
	 color: #fff;
	 line-height: initial;
	 padding: 6px 0 6px 28px;
 }
 
 #main-header .top-header .contact-info ul li.location {
	 background: url(../img/place-pin-icon.png) no-repeat left center;
 }
 
 #main-header .top-header .contact-info ul li.phone {
	 background: url(../img/phone-icon.png) no-repeat left center;
	 padding-left: 26px;
 }
 
 #main-header .top-header .contact-info ul li.mail {
	 background: url(../img/mail-icon.png) no-repeat left center;
	 padding-left: 38px;
 }
 
 #main-header .top-navbar {
	 padding: 24px 0;
 }
 
 #main-header .top-navbar ul.list-inline li a {
	 font-weight: 400;
	 font-size: 1em;
	 color: #7e8b96;
	 margin: 0 20px;
	}
 
 #main-header .top-navbar ul.list-inline li a:hover {
	 color: #48d182;
 }
 
 #main-header .top-navbar ul.list-inline li:first-child a {
	 margin-left: 0;
 }
 
 #main-header .top-navbar ul.list-inline li:last-child a {
	 margin-right: 0;
 }

.page-hero {
  	overflow: hidden;
  	padding: 100px 0;
}
 
.home-hero {
 	overflow: hidden;
 	padding: 140px 0 100px 0;
 }
 
 #main-hero h1 {
	 text-transform: capitalize;
	 font-size: 2.5em;
	 color: #fff;
	 text-shadow: 0 0 7px #000;
 }
 
 #main-hero h2 {
	 text-transform: capitalize;
	 font-size: 1.5em;
	 font-weight: 600;
	 color: #3b396d;
 }
 
 #main-hero p {
	 font-weight: 400;
	 font-size: 1.2em;
	 color: #fff;
	 text-shadow: 0 0 4px #000;
 }
 
.home-hero .hero-text {
	 margin-bottom: 60px;
 }
 
 #main-hero .get-quote {
	 background: #fff;
	 border-radius: 6px;
	 box-sizing: border-box;
	 padding: 18px 18px;
 }
 
 #main-hero .get-quote .form-row {
	 overflow: hidden;
	 width: 100%;
 }
 
 #main-hero .get-quote .form-row .col-half {
	 float: left;
	 width: 49.5%;
	 margin-right: 1%
 }
 
 #main-hero .get-quote .form-row .col {
	 float: left;
	 width: 36%;
	 box-sizing: border-box;
	 margin-right: 1%;
 }
 
 #main-hero .get-quote .form-row .col-half:last-child,
 #main-hero .get-quote .form-row .col:last-child {
	 margin-right: 0
 }
 
 #main-hero .get-quote label {
	 font-weight: 500;
	 font-size: 0.9em;
	 color: #a6b5c4;
	 display: block;
 }
 
 #main-hero .get-quote form .box {
	 box-sizing: border-box;
	 padding: 15px 12px 15px 60px;
 }
 
 #main-hero .get-quote form input[type=date],
 #main-hero .get-quote form input[type=number],
 #main-hero .get-quote form input[type=text],
 #main-hero .get-quote form input[type=time],
 #main-hero .get-quote form select {
	 background: #f2f2f2;
	 width: 100%!important;
	 font-size: 1em!important;
	 outline: 0;
	 border: 0;
	 box-sizing: border-box;
	 padding-top: 8px;
	 color: #434b65
 }
 
 
 #main-hero .get-quote form .loc-green-icon {
	 background: #f2f2f2 url(../img/location-icon-green.png) no-repeat 3% center !important;
	 border: 2px solid #c3f0d6;
 }
 
 #main-hero .get-quote form .loc-red-icon {
	 background: #f2f2f2 url(../img/location-icon-red.png) no-repeat 3% center !important;
	 border: 2px solid #ffd0d0;
 }
 
 #main-hero .get-quote .form-row .col:last-child {
	 width: 26%;
 }
 
 #main-hero .get-quote form button[type=submit] {
	 background: transparent linear-gradient(111deg, #00CE30 0%, #088225 100%) 0% 0% no-repeat padding-box;
	 width: 100%;
	 font-weight: 400;
	 font-size: 22px;
	 color: #fff;
	 border: 0;
	 outline: 0;
	 text-align: center;
	 cursor: pointer;
	 box-sizing: border-box;
	 padding: 24px 12px;
 }
 
 #main-hero .get-quote form button[type=submit]:hover {
   background: transparent linear-gradient(265deg, #D66300 0%, #FFBB00 100%) 0% 0% no-repeat padding-box;
 }
 
 #main-hero .get-quote .trusted-info ul li {
	 background: url(../img/green-tickmark.png) no-repeat left center;
	 font-family: "Barlow", sans-serif;
	 font-weight: 500;
	 font-size: 20px;
	 color: #3b396d;
	 line-height: initial;
	 padding: 4px 0 4px 42px;
 }
 
#main-hero .get-quote .trusted-info ul li:last-child {
 	background: url(../img/secure-ssl-icon.png) no-repeat left center;
 	padding-left: 36px;
 }


#main-hero .booking-details ul li {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	box-sizing: border-box;
	padding: 2px 0 2px 24px;
	margin: 0 4% 12px 0
}

#main-hero .booking-details ul li.location-icon {
	background: url(../img/small-white-location-icon.png) no-repeat left center
}

#main-hero .booking-details ul li.updated-icon {
	background: url(../img/small-white-updated-icon.png) no-repeat left center;
	padding-left: 28px
}

#main-hero .booking-details ul li:last-child {
  margin: 0
}

 
.widgets {
	padding: 60px 0;
 }
 
.widgets ul.widget-list li {
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #3b396d;
	width: 24%;
	border-radius: 60px;
	padding: 16px 28px;
	box-sizing: border-box;
}
 
.widgets ul.widget-list li a {
	color: #3b396d;
 }
 
.widgets ul.widget-list li span {
	margin-top: 6px;
 }




#salient-info {
  background: #f0f2f4;
  overflow: hidden;
  padding: 40px 0;
}

#salient-info h3 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #002633;
}

#salient-info h3 a:hover {
  color: #5555d5;
}

#salient-info p {
  font-weight: 400;
  font-size: 14px;
  color: #002633;
  line-height: initial;
  margin-top: 4px;
}

#salient-info ul.info-list li {
  background: url("../img/vertical-grey-border.png") no-repeat right center;
  box-sizing: border-box;
  padding: 0 4.61%;
}

#salient-info ul.info-list li:first-child {
  padding-left: 0;
}

#salient-info ul.info-list li:last-child {
  background: none;
  padding-right: 0;
  margin-right: 0;
}






.vehicle-contant .content-left,
.booking-content .content-left {
    width: 72% !important;
    margin-right: 2% !important;
}


#main-content .content-left {
  float: left;
  width: 58%;
  margin-right: 4%;
}


#main-content .salient-features {

}

#main-content .salient-features h3 {
    font-weight: 600;
    font-size: 22px;
    color: #535353;
}

#main-content .salient-features p {
    font-weight: 400;
    color: #929292;
    line-height: initial;
    margin-top: 2px;
}

#main-content .salient-features ul li {
    box-sizing: border-box;
    padding: 6px 0 6px 60px;
    margin-right: 2%;
}

#main-content .salient-features ul li.cancellation-icon {
    background: url(../img/247-free-cancellation-icon.png) no-repeat left center;
}

#main-content .salient-features ul li.chauffeur-icon {
    background: url(../img/chauffeur-icon.png) no-repeat left center;
}

#main-content .salient-features ul li.tracking-icon {
    background: url(../img/flight-tracking-icon.png) no-repeat left center;
}

#main-content .salient-features ul li.support-icon {
    background: url(../img/customer-support-icon.png) no-repeat left center;
    margin-right: 0;
}





#main-content .vehicles-list ul li {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-box-shadow: 2px -12px 24px -22px #42445a;
    -moz-box-shadow: 2px -12px 24px -22px #42445a;
    box-shadow: 2px -12px 24px -22px #42445a;
    border-bottom: 4px solid #5e4dd2;
    margin-left: 4px;
    padding: 22px 22px;
}

#main-content .vehicles-list .vehicle-img {
    width: 30%;
    margin-right: 2%;
}

#main-content .vehicles-list ul li .d-none {
    display: none;
}

#main-content .vehicles-list ul li:nth-child(1) .saloon-car,
#main-content .vehicles-list ul li:nth-child(2) .executive-car,
#main-content .vehicles-list ul li:nth-child(3) .estate-car,
#main-content .vehicles-list ul li:nth-child(4) .MPV-car,
#main-content .vehicles-list ul li:nth-child(5) .minibus-seven,
#main-content .vehicles-list ul li:nth-child(6) .minibus-eight  {
    display: block;
}

#main-content .vehicles-list ul li:nth-child(1) .badge,
#main-content .vehicles-list ul li:nth-child(4) .badge {
    background: #212121;
}


#main-content .vehicles-list ul li:nth-child(2) .badge {
    background: #ab1417;
}


#main-content .vehicles-list ul li:nth-child(6) .badge {
    background: none;
    font-size: 14px;
    color: #828282;
}

#main-content .vehicles-list ul li:nth-child(5) .badge,
#main-content .vehicles-list ul li:nth-child(6) .badge img,
#main-content .vehicles-list ul li:nth-child(1) .value-tag,
#main-content .vehicles-list ul li:nth-child(1) .popular-tag,
#main-content .vehicles-list ul li:nth-child(2) .value-tag,
#main-content .vehicles-list ul li:nth-child(2) .topclass-tag,
#main-content .vehicles-list ul li:nth-child(3) .topclass-tag,
#main-content .vehicles-list ul li:nth-child(3) .popular-tag,
#main-content .vehicles-list ul li:nth-child(4) .value-tag,
#main-content .vehicles-list ul li:nth-child(4) .popular-tag {
    display: none;
}



#main-content .vehicles-list h2 span {
    background-color: #efb252;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -5px;
    padding: 4px 8px;
}

#main-content .vehicles-list h2 img {
    vertical-align: text-bottom;
    margin-right: 4px;
}

#main-content .vehicles-list h3 {
    font-weight: 500;
    font-size: 18px;
    color: #828282;
}

#main-content .vehicles-list p {
    color: #828282;
}

#main-content .vehicle-img .user-icon {
    background: url(../img/small-green-user-icon.png) no-repeat left center;
    padding: 1px 0 1px 32px;
}

#main-content .vehicle-info-text .vehicle-capacity p span {
    padding: 4px 0 4px 34px;
}

#main-content .vehicle-info-text .passengers-icon {
    background: url(../img/small-passengers-icon.png) no-repeat left center;
    padding-left: 46px !important;
}

#main-content .vehicle-info-text .suitcase-icon {
    background: url(../img/suitcase-icon.png) no-repeat left center;
}

#main-content .vehicle-info-text .briefcase-icon {
    background: url(../img/briefcase-icon.png) no-repeat left center;
}





#main-content .vehicle-info-text .salient-info ul li {
    font-weight: 400;
    color: #707070;
    margin-left: 0;
    padding: 6px 0 6px 36px !important;
}

#main-content .vehicle-info .salient-info ul li.meet-greet-icon {
    background: url(../img/meet-greet-icon.png) no-repeat left center;
}

#main-content .vehicle-info .salient-info ul li.time-countdown-icon {
    background: url(../img/time-countdown-icon.png) no-repeat left center;
}

#main-content .vehicle-info .salient-info ul li.bxs-door-open-icon {
    background: url(../img/bxs-door-open-icon.png) no-repeat 4px center;
}

#main-content .vehicle-info .salient-info ul li.experienced-driver {
    background: url(../img/experienced-driver-icon.png) no-repeat left center;
}



#main-content .vehicles-list .price p {
    font-weight: 800;
    font-size: 36px;
    color: #4f4f4f;
    text-align: right;
}

#main-content .vehicles-list .shield-checkmark-icon {
    background: url(../img/dollar-icon.png) no-repeat 60px center;
    padding: 2px 0;
}

#main-content .vehicles-list .green-check-circle {
    background: url(../img/green-check-circle-icon.png) no-repeat 56px center;
    color: #1dc274;
    padding: 2px 0;
}

#main-content form button[type="submit"] {
	background: #00ba12;
	width: 100%;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	border: 0;
	outline: 0;
	cursor: pointer;
	text-shadow: 0 0 2px #000;
	box-sizing: border-box;
	transition: background-color 0.5s ease;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-radius: 5px;
	padding: 16px 12px;
}

#main-content form button[type="submit"]:hover {
    background: transparent linear-gradient(265deg, #5555d5 0%, #48d182 100%) 0% 0% no-repeat padding-box;
}












.vehicle-contant aside.sidebar-right,
.booking-content aside.sidebar-right {
    width: 26% !important;
}

#main-content aside.sidebar-right {
  float: right;
  width: 38%;
}





#main-content aside.sidebar-right .booking-info,
#main-content aside.sidebar-right .card-booking {
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 22px 16px;
}


#main-content aside.sidebar-right .heading img {
    vertical-align: sub;
}

#main-content aside.sidebar-right .reservation-info,
#main-content aside.sidebar-right .journey-info,
#main-content aside.sidebar-right .help-sec {
    border-top: 2px solid #E8E8E8;
}

#main-content aside.sidebar-right ul li {
    font-weight: 400;
    color: #707070;
    line-height: initial;
}

/*#main-content aside.sidebar-right ul li p {
    font-weight: 500;
}*/

#main-content aside.sidebar-right .reservation-info ul li {
    padding: 6px 0 6px 46px;
}

#main-content aside.sidebar-right ul li.location-a-icon {
    background: url(../img/location-a-icon.png) no-repeat left 2px;
}

#main-content aside.sidebar-right ul li.location-b-icon {
    background: url(../img/location-b-icon.png) no-repeat left 2px;
}

#main-content aside.sidebar-right ul li.price-detail {
    background: url(../img/pound-icon.png) no-repeat left 4px;
    font-weight: 700;
    font-size: 32px;
    line-height: inherit;
}

#main-content aside.sidebar-right ul li.pass-detail {
    background: url(../img/details-blue-icon.png) no-repeat left 4px;
}

#main-content aside.sidebar-right .journey-info ul li.location-icon {
    background: url(../img/grey-location-icon.png) no-repeat left center;
    padding: 4px 0 4px 46px;
}





#main-content aside.sidebar-right .card-booking ul li {
    background: url(../img/green-small-tickmark-icon.png) no-repeat left center;
    padding-left: 36px;
}

#main-content aside.sidebar-right .card-booking ul li:nth-child(2) {
    background: url(../img/green-small-bolt-icon.png) no-repeat left center;
    padding: 6px 0 6px 36px;
}

#main-content aside.sidebar-right .card-booking ul li:last-child {
    background: url(../img/green-small-tickmark-icon.png) no-repeat left 6px;
}

#main-content aside.sidebar-right .card-booking img {
    margin: 0 2px 2px 0;
}

#main-content aside.sidebar-right .help-sec a {
    background: url(../img/faqs-info-icon.png) no-repeat left center;
    font-weight: 400;
    color: #ffc438;
    padding: 6px 0 6px 58px;
}

#main-content aside.sidebar-right .help-sec a span {
    margin-top: 6px;
}

#main-content aside.sidebar-right .help-sec a:hover {
    background: url(../img/faqs-info-blue-icon.png) no-repeat left center;
    color: #5e4dd2;
}

#main-content aside.sidebar-right .card-booking .logo {
    vertical-align: middle;
    margin-left: 4px;
}


















#main-content form .form-row {
	overflow: hidden;
 	width: 100%;
}

#main-content form .no-overflow {
    overflow: inherit !important;
}


#main-content form .form-row .form-col {
	float: left;
  width: 48%;
  margin-right: 4%;
}

#main-content form .form-row .form-col:last-child {
	margin-right: 0;
}


#main-content form fieldset {
  background-color: #fff;
  box-sizing: border-box;
  padding: 18px;
}

#main-content .tooltip {
    background: none;
    position: absolute;
    border: 0;
    display: inline-block;
    height: 19px;
    margin-left: 6px;
}


#main-content form label {
  font-weight: 600;
  color: #353535;
}


#main-content form input[type=text],
#main-content form fieldset textarea,
#main-content form input[type=date],
#main-content form input[type=email],
#main-content form input[type=number],
#main-content form input[type=tel],
#main-content form input[type=time],
#main-content form select {
  background-color: #fff;
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 14px;
  box-sizing: border-box;
  color: #666;
  border: 2px solid #dadada;
  border-radius: 5px;
  padding: 16px 18px;
}

 #main-content form select {
	-webkit-appearance: initial;
 }

#main-content form .return-info label {
    background: transparent linear-gradient(90deg, #00b11e 0%, #007503 100%) 0% 0% no-repeat padding-box;
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0.25rem;
    padding: 16px 28px;
    margin: 0;
}

#main-content form .return-info label input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
}


#main-content form .intl-number input[type=text] {
    padding: 16px 18px 16px 52px;
}

.intl-tel-input {
  width: 100%;
}

#main-content form .form-row .meet-greet-info .box {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #dadada;
  border-radius: 5px;
  padding: 11px 12px;
}

#main-content form .form-row .meet-greet-info input[type=checkbox] {
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin: 0;
}


#main-content .booking-form form .pay-btns {
  overflow: hidden;
}

#main-content .booking-form form .pay-btns ul li input[type=radio] {
  vertical-align: middle;
  width: 26px;
  height: 26px;
}

#main-content .booking-form form .pay-btns ul li label img {
  vertical-align: middle;
}

#main-content .booking-form form button[type=submit] {
  background: #3fb65f url(../img/form-btn-right-arrow-icon.png) no-repeat 96% center;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  padding: 28px;
}

#main-content .booking-form form button[type=submit]:hover {
	background: url(../img/form-btn-right-arrow-icon.png) no-repeat 96% center,
		transparent linear-gradient(265deg, #5555d5 0%, #48d182 100%) 0% 0% no-repeat padding-box;
}







#main-content .relevant-pages {
    overflow: hidden;
    margin-bottom: 60px
}


#main-content .relevant-pages ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%
}

#main-content .relevant-pages ul li:last-child {
    margin-right: 0
}



#breadcrumbs {
    overflow: hidden;
    padding: 16px 0;
}

#breadcrumbs ul li {
    display: inline;
}

#breadcrumbs ul li a {
    background: url(../img/black-arrow-icon.png) no-repeat right center;
    float: left;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    line-height: initial;
    color: #434343;
    padding: 0 20px;
}

#breadcrumbs ul li:first-child a {
    padding-left: 0;
    padding-right: 32px;
}

#breadcrumbs ul li:last-child a {
    background: 0 0;
}

#breadcrumbs ul li a:hover,#breadcrumbs ul li.active a {
    color: #5555d5;
}

 main {
 
 }

 main h2 {
	font-size: 34px;
	line-height: initial;
	color: #3b396d;
	margin: 0;
 }
 
 main h3 {
	font-weight: 600;
	font-size: 28px;
	color: #3b396d;
 }
 
 main p {
	font-weight: 400;
	font-size: 18px;
	color: #666;
	line-height: initial;
 }
 
 #main-content {
	
 }


 #main-content hr.border {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(165, 158, 185, 0.75), rgba(0, 0, 0, 0));
    margin: 20px 0;
}

#main-content ul.list-tickmark li {
    background: url(../img/small-green-tickmark-icon.png) no-repeat left center;
    line-height: initial;
    padding: 4px 0 5px 32px;
    margin: 8px 0;
}


#main-content ul.list-unstyled li {
  list-style-type: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
 
#main-content h2 span {
	font-weight: 600;
	font-size: 22px;
	/* color: #48d183; */
}
 
#main-content .row {
	overflow: hidden;
	width: 100%;
}
 
#main-content .row .col-half{
	float: left;
	width: 48%;
	margin-right: 4%;
 }
 
 #main-content .row .col {
	float: left;
	width: 32%;
	margin-right: 2%;
 }
 
 #main-content .row .col-half:last-child,
 #main-content .row .col:last-child,
 #main-content .input-element:last-child {
	margin-right: 0;
 }
 

#main-content .our-services {

}
 
 #main-content .our-services ul li {
	width: 25%;
	border-right: 1px solid #c4c3d3;
	padding: 0 32px;
 }

 #main-content .our-services ul li:first-child {
	border-left: 0;
	padding-left: 0;
 }

 #main-content .our-services ul li:last-child {
	border-right: 0;
	padding-right: 0;
 }

 #main-content .simple-setps {
	padding: 80px 0;
 }

 #main-content .simple-setps .services-list p {
	font-weight: 500;
	color: #3b396d;
 }

#main-content .app-section {
    position: relative;
    padding: 140px 0;
}

#main-content .app-section h2 {
  font-size: 80px;
  color: #48d183;
}

#main-content .app-section h4 {
  font-size: 30px;
}

#main-content .app-section p {
  font-size: 28px;
  color: #fff;
}

#main-content .app-section .app-btns {
  width: 600px;
}

#main-content .app-section .taxi-app {
    position: absolute;
    right: 6%;
    bottom: -126px; 
}




#main-content .list {
  	overflow: hidden;
  	padding-top: 20px;
}

#main-content .list ul li {
  	overflow: hidden;
}

#main-content .list ul li .image-left {
  float: left;
  width: 37%;
  margin-right: 3%;
}

#main-content .list ul li .description-right {
  float: right;
  width: 60%;
}


#main-content .list ul li .description-right h2 a {
  font-weight: 400;
  font-size: 26px;
  color: #418bbf;
}


#main-content .list ul li .description-right p a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  color: #418bbf
}

#main-content .list ul li .description-right p a:hover {
  text-decoration: underline;
  color: #418326;
}














#main-content table {
    width: 100%;
}

#main-content table thead tr.warm-blue {
    background: #5555d5;
}

#main-content table thead tr.black {
    background: #403e40;
}

#main-content table thead tr th {
    font-weight: 400;
    color: #fff;
    padding: 22px 22px
}

#main-content table tbody tr:nth-child(even) {
    background: #e5ebf0
}

#main-content table tbody tr td {
    color: #4f4f4f;
    line-height: initial;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 22px 22px
}

#main-content .simple-table table tbody tr td:nth-child(2),
#main-content .simple-table table tbody tr td:nth-child(3) {
    font-weight: 700;
}



































#main-content .vehicles-info {
    overflow: hidden;
    padding: 140px 0 80px 0;
}

#main-content .vehicles-info {
    
}

#main-content .vehicles-info h3 {
    font-weight: 700;
    color: #232323;
}

#main-content .vehicles-info p {
    color: #ababab;
    line-height: initial;
    margin: 0;
    margin-top: 8px;
}

#main-content .vehicles-info .box {
    border: 2px solid #bae7cd;
    border-radius: 16px;
    padding: 20px 20px;
    box-sizing: border-box;
}

#main-content .vehicles-info .vehicle-list {
    overflow: hidden;
    margin-top: 40px;
}

#main-content .vehicles-info .info ul li {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #3b3b3b;
    line-height: initial;
    padding-left: 42px;
}

#main-content .vehicles-info .info ul li.users-icon {
    background: url("../img/small-blue-passenger-icon.png") no-repeat left center;
}

#main-content .vehicles-info .info ul li.large-briefcase {
    background: url("../img/large-blue-briefcase-icon.png") no-repeat left center;
}

#main-content .vehicles-info .info ul li.small-briefcase {
    background: url("../img/small-blue-briefcase-icon.png") no-repeat left center;
}

#main-content .vehicles-info .info ul li.wheelchair-icon {
    background: url("../img/blue-wheelchair-icon.png") no-repeat left center;
}

#main-content .vehicles-info img {
    margin: 0 auto;
}

#main-content .vehicles-info .btn {
    width: 100%;
}

#main-content .vehicles-info .btn a {
    background: #e5f9ed url("../img/small-blue-right-arrow-icon.png") no-repeat 94% center;
    overflow: hidden;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #146cb2;
    border-radius: 4px;
    box-shadow: 0 5px 0 #5655d5;
    transition: all .1s linear;
    padding: 22px 24px;
    margin-bottom: 7px;
}

#main-content .vehicles-info .btn a:active {
    box-shadow: 0 2px 0 #006599;
    transform: translateY(3px);
}

#main-content .benefits {
    position: relative;
}

#main-content .benefits .chauffeur-img {
    position: absolute;
    left: 0;
}

#main-content .benefits p {
    font-size: 22px;
}

#main-content .benefits .row .col-half:last-child {
    float: right;
}

#main-content .benefits-list {
    background: #ecfaf2;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 36px 36px;
}

#main-content .benefits-list ul li {
    font-weight: 500;
    color: #48d183;
    font-size: 22px;
}

#main-content .customer-feedback {
    overflow: hidden;
    margin: 60px 0
}

#main-content .customer-feedback cite {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 12px
}

#main-content .customer-feedback cite img {
    margin-top: 10px
}

#main-content .customer-feedback h3,#main-content .faqs-content h3 {
    font-weight: 500
}







#main-footer {
	font-family: 'Open Sans', sans-serif;
    background: #3d3d76;
    position: relative;
    padding: 120px 0 0 0;
    margin-top: 120px;
}

.vehicle-page #main-footer {
	margin-top: 0;
}

#main-footer h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    border-bottom: 2px solid #48d182;
    padding-bottom: 12px
}

#main-footer a {
    color: #fff;
}

#main-footer a:hover {
    color: #fed800
}

#main-footer .row {
    overflow: hidden;
    width: 100%
}

#main-footer .info {
	background: #48d182;
	position: absolute;
	top: -60px;
    width: 420px;
    border-radius: 16px;
    padding: 60px 40px;
}

#main-footer .logo a,
#main-footer .logo img {
    display: block;
    margin: 0 auto
}





#main-footer .social-icons {
    width: 200px;
    margin: 24px auto 0 auto;
}

#main-footer .social-icons ul li {
    margin: 0;
}



#main-footer .contact-info a {
    padding-left: 28px
}

#main-footer .contact-info p.handset-icon a {
    background: url('../images/small-grey-phone-handset-icon.png') no-repeat left center
}

#main-footer .contact-info p.mobile-icon a {
    background: url('../images/small-grey-mobile-icon.png') no-repeat left center
}

#main-footer .contact-info p.address-icon {
    background: url('../images/small-grey-address-icon.png') no-repeat left top;
    padding-left: 28px
}






#main-footer .links {
    float: right;
    width: 66%
}

#main-footer .links .col-links {
    float: left;
    width: 22%;
    margin-right: 4%
}

#main-footer ul li {
    margin: 28px 0
}

#main-footer ul li:first-child {
    margin-top: 0
}

#main-footer ul li:last-child {
    margin-bottom: 0
}

#main-footer .links .col-links ul li a {
    background: url('../img/small-grey-arrow-icon.png') no-repeat left center;
    color: #afafaf;
    padding-left: 14px
}

#main-footer .links .col-links:last-child {
    margin-right: 0
}




#main-footer .company-info {
	background: rgba(33, 33, 62, 0.46);
    overflow: hidden;
    padding: 48px 0;
    margin-top: 80px;
}

#main-footer .company-info nav ul li {
    display: inline-block;
    margin: 0;
    margin-right: 26px
}

#main-footer .company-info nav ul li:last-child {
    margin-right: 0
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .text-white {
 	color: #fff;
 }

.text-right {
    text-align: right;
}
	 
 .left {
	 float: left;
 }
	 
 .right {
	 float: right;
	 }
	 
	 .text-centred {
		 text-align: center;
	 }
	 
	 .flex {
		 display: flex;
	 }
	 
	 .inline-flex {
		 display: inline-flex;
	 }
	 
	 .justify-start {
		 justify-content: flex-start;
	 }
	 
	 .justify-center {
		 justify-content: center;
	 }
	 
	 .justify-end {
		 justify-content: flex-end;
	 }
	 
	 .justify-between {
		 justify-content: space-between;
	 }
	 
	 .justify-around {
		 justify-content: space-around;
	 }
	 
	 .items-stretch {
		 align-items: stretch;
	 }
	 
	 .items-start {
		 align-items: flex-start;
	 }
	 
	 .items-center {
		 align-items: center;
	 }
	 
	 .items-end {
		 align-items: flex-end;
	 }
	 
	 .items-baseline {
		 align-items: baseline;
	 }
	 
	 .block {
		 display: block;
	 }
	 
	 .inline-block {
		 display: inline-block;
	 }
	 
	 .inline {
		 display: inline;
	 }
	 
	 .block {
		 display: block;
	 }
	 
	 .m-0 {
	 margin: 0;
	 }
	 
	 .mt-1 {
	 margin-top: 10px;
	 }
	 
	 .mt-2 {
	 margin-top: 15px;
	 }
	 
	 .mt-3 {
	 margin-top: 20px;
	 }
	 
	 .mt-4 {
	 margin-top: 25px;
	 }
	 
	 .mt-5 {
	 margin-top: 30px;
	 }
	 
	 .mt-6 {
	 margin-top: 40px;
	 }
	 
	 .mt-0 {
	 margin-top: 0;
	 }
	 
	 .mr-0 {
	 margin-right: 0;
	 }
	 
	 .mr-1 {
	 margin-right: 10px;
	 }
	 
	 .mr-2 {
	 margin-right: 15px
	 }
	 
	 .mr-3 {
	 margin-right: 20px;
	 }
	 
	 .mr-4 {
	 margin-right: 25px;
	 }
	 
	 .mr-5 {
	 margin-right: 30px;
	 }
	 
	 .mr-6 {
	 margin-right: 40px;
	 }
	 
	 .mb-1 {
	 margin-bottom: 10px;
	 }
	 
	 .mb-2 {
	 margin-bottom: 15px
	 }
	 
	 .mb-3 {
	 margin-bottom: 20px
	 }
	 
	 .mb-4 {
	 margin-bottom: 25px
	 }
	 
	 .mb-5 {
	 margin-bottom: 30px
	 }
	 
	 .mb-6 {
	 margin-bottom: 40px
	 }
	 
	 .mb-0 {
	 margin-bottom: 0;
	 }
	 
	 .ml-1 {
	 margin-left: 10px;
	 }
	 
	 .ml-2 {
	 margin-left: 15px
	 }
	 
	 .ml-3 {
	 margin-left: 20px
	 }
	 
	 .ml-4 {
	 margin-left: 25px
	 }
	 
	 .ml-5 {
	 margin-left: 30px
	 }
	 
	 .ml-6 {
	 margin-left: 40px
	 }
	 
	 .pt-1 {
	 padding-top: 10px;
	 }
	 
	 .pt-2 {
	 padding-top: 15px;
	 }
	 
	 .pr-2 {
	 padding-right: 15px;
	 }
	 
	 .no-margin {
	 margin: 0;
	 }
	 
	 .p-0 {
	 padding: 0;
	 }
	 
	 .pt-1 {
	 padding-top: 10px;
	 }
	 
	 .pb-1 {
	 padding-bottom: 10px;
	 }
	 
.pt-6 {
 	padding-top: 40px;
 }
	 
.pb-6 {
 	padding-bottom: 40px;
 }
	 
	 label.error {
		 color: #fff !important;
		 font-size: 14px;
		 background: red;
		 padding: 10px;
	 }
	 
	 #menu:not( .mm-menu ) {
	  display: none;
	 }
