/**
 * 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;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

  /****************************************************/
 /**************END RESET.CSS*************************/
/****************************************************/
body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	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: 25px;
}

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;
}

blockquote {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5b5c5c;
  line-height: initial;
}

strong {
	font-weight: bold;
}

input[type=text],input[type=email] {

}

input[type=submit] {

}

textarea {
	
}

a {

}

a:hover {
	text-decoration: none;
}

.wrapper {
	width: 96%;
	max-width: 1060px;
	margin: 0 auto;
}

img {
	max-width: 100%;
}

.page-hero,
.home-hero  {
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
}

.required {
	color: red;
}

.mobilenavbutton {
	display: none;
}

.panel {
    overflow: hidden;
    background: #fff;
}

/*---------------------------START MAIN_HEADER--------------------*/
#main-header {
	overflow: hidden;
	padding: 38px 0;
}

#main-header .logo {
	float: left;
	width: 316px;
	padding-top: 4px;
	margin-right: 2%;
}


#main-header .contact-info {
	background: url(../img/telephone-handle-silhouette.png) no-repeat left 94%;
	float: right;
	width: auto;
	box-sizing: border-box;
	padding-left: 38px;
}

#main-header .contact-info h3 {
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	color: #8e8e8e;
    line-height: 18px;
    padding-bottom: 6px;
	margin: 0;
}

#main-header .contact-info p {
	margin: 0;
}

#main-header .contact-info p a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	font-size: 40px;
	color: #3276bc;
    line-height: 34px;
}

/*---------------------------START TOP_NAV--------------------*/
#top-nav {
	font-family: 'Source Sans Pro', sans-serif;
	background: #3276bc;
	padding: 14px 0;
}

#top-nav ul li {
	display: inline-block;
  position: relative;
	z-index: 9999;
}

#top-nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	padding: 12px 24px;
}

#top-nav ul li a:hover,
#top-nav ul li.active a {
	color: #3bd293;
}

#top-nav ul li:first-child a {
	padding-left: 0;
}

#top-nav ul li:last-child a {
	padding-right: 0;
}

#top-nav ul li ul {
 	background: #3276bc;
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 310px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;-
  transition: opacity 0.2s;
}
#top-nav ul li ul li {
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 100%;
}

#top-nav ul li ul li a {
	width: 100%;
	box-sizing: border-box;
	text-transform: capitalize !important;
	padding: 16px !important;
}
#top-nav ul li ul li a:hover {
	background: #3bd293;
	color: #fff !important;
}

#top-nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*------------------------- START PAGE STYLE --------------------*/
/*---------------------------START MAIN_HERO--------------------*/
.page-hero .hero-text {
	overflow: hidden;
	float: none;
	width: 100%;
	padding: 90px 0;
	margin: 0;
}

.page-hero .hero-text h1 {
	font-weight: 800;
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	margin: 0;
}

.page-hero .hero-text p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
	margin: 0;
	margin-top: 8px;
}

.default-hero .hero-text h1 {
    text-transform: none;
}

.default-hero .quote-buttons {
	overflow: hidden;
  	margin-top: 26px;
}

.default-hero .quote-buttons ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.default-hero .quote-buttons ul li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-size: 22px;
	color: #ebebeb;
	padding: 16px 16px 16px 80px;
	margin-bottom: 6px;
}

.default-hero .quote-buttons ul li.to-airport-icon a {
    background: #2ab783 url(../img/to-airport-icon.png) no-repeat left center;
}

.default-hero .quote-buttons ul li.form-airport-icon a {
    background: #2ab783 url(../img/from-airport-icon.png) no-repeat left center;
}

.default-hero .quote-buttons ul li.standard-booking-icon a {
    background: #2ab783 url(../img/standard-booking-icon.png) no-repeat left center;
}

.default-hero .quote-buttons ul li.to-airport-icon a:hover {
    background: #ffc624 url(../img/to-airport-icon.png) no-repeat left center;
    color: #4f4f4f;
}

.default-hero .quote-buttons ul li.form-airport-icon a:hover {
    background: #ffc624 url(../img/from-airport-icon.png) no-repeat left center;
    color: #4f4f4f;
}

.default-hero .quote-buttons ul li.standard-booking-icon a:hover {
    background: #ffc624 url(../img/standard-booking-icon.png) no-repeat left center;
    color: #4f4f4f;
}

.default-hero .quote-buttons ul li:last-child a {
	margin-bottom: 0;
}

.default-hero .quote-buttons ul li:last-child {
	margin-right: 0;
}

/*------------------------- START HOME STYLE --------------------*/
/*---------------------------START MAIN_HERO--------------------*/
#main-hero {
	overflow: hidden;
}

.home-hero {
	overflow: hidden;
	padding: 90px 0;
}

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

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

#main-hero .row .col-half:last-child {
	margin-right: 0;
}

#main-hero .quote-form,
#main-hero .get-quote {
	background: rgba(0, 0, 0, 0.60) url(../img/ssl-corner-of-trust-img.png) no-repeat right bottom;
	overflow: hidden;
	float: left;
	width: 42%;
	box-sizing: border-box;
	padding: 32px 32px;
	margin-right: 4%;
}

#main-hero .quote-form h2,
#main-hero .get-quote h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin: 0;
}

#main-hero .quote-form .quote-buttons {
	overflow: hidden;
  margin-top: 26px;
}

#main-hero .quote-form .quote-buttons ul li a {
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-size: 22px;
	color: #ebebeb;
	padding: 16px 16px 16px 80px;
	margin-bottom: 6px;
}

#main-hero .quote-form .quote-buttons ul li.to-airport-icon a {
    background: #2ab783 url(../img/to-airport-icon.png) no-repeat left center;
}

#main-hero .quote-form .quote-buttons ul li.form-airport-icon a {
    background: #2ab783 url(../img/from-airport-icon.png) no-repeat left center;
}

#main-hero .quote-form .quote-buttons ul li.standard-booking-icon a {
    background: #2ab783 url(../img/standard-booking-icon.png) no-repeat left center;
}

#main-hero .quote-form .quote-buttons ul li.to-airport-icon a:hover {
    background: #ffc624 url(../img/to-airport-icon.png) no-repeat left center;
    color: #4f4f4f;
}

#main-hero .quote-form .quote-buttons ul li.form-airport-icon a:hover {
    background: #ffc624 url(../img/from-airport-icon.png) no-repeat left center;
    color: #4f4f4f;
}

#main-hero .quote-form .quote-buttons ul li.standard-booking-icon a:hover {
    background: #ffc624 url(../img/standard-booking-icon.png) no-repeat left center;
    color: #4f4f4f;
}

#main-hero .quote-form .quote-buttons ul li:last-child a {
	margin-bottom: 0;
}

#main-hero .quote-form .cards {
	overflow: hidden;
	margin-top: 26px;
}

#main-hero .quote-form .cards h3 {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 0;
}

#main-hero .quote-form .cards img {
	display: block;
	margin-top: 12px;
}

.home-hero .hero-text {
	float: right;
	width: 54%;
/* 	margin: 34px 0; */
}

.home-hero .hero-text h1 {
	text-transform: capitalize;
    font-weight: 700;
    font-size: 42px;
    color: #fff;
    line-height: 48px;
    text-shadow: 0 0 7px #000;
    margin: 0;
}

.home-hero .hero-text p {
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	line-height: 28px;
	margin: 0;
	margin-top: 14px;
}

#main-hero .hero-text hr.border {
    border: 0;
    height: 1px;
    background: #6e6e6e;
    margin: 34px 0;
}

#main-hero .hero-text .row .col-half h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 20px;
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
}

#main-hero .hero-text .row .col-half p {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

/*--------------------------- START GET QUOTE FORM -----------------------*/
#main-hero .get-quote {
	background-image: none;
	position: relative;
}

#main-hero .get-quote .breadcrumbs {
  overflow: hidden;
  margin-top: 12px;
}

#main-hero .get-quote .breadcrumbs ul li {
  background: url("../img/double-arrow-icon.png") no-repeat right center;
  float: left;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #979797;
  padding: 0 20px;
}

#main-hero .get-quote .breadcrumbs ul li:first-child {
  padding-left: 0;
  padding-right: 32px;
}

#main-hero .get-quote .breadcrumbs ul li:last-child {
  background: none;
}

#main-hero .get-quote .breadcrumbs ul li.active {
  color: #767676;
}

#main-hero .get-quote form {
	overflow: hidden;
	margin-top: 16px;
}

#main-hero .get-quote form .form-row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
}

#main-hero .get-quote form .form-row input[type="text"],
#main-hero .get-quote form .form-row select {
	background: #fff url(../img/location-icon.png) no-repeat 4% center;
	width: 100%;
	font-size: 15px;
	outline: 0;
	border: 0;
	box-sizing: border-box;
	padding: 10px 16px 10px 42px;
	color: #666;
}

#main-hero .get-quote form .vehicles-list ul {
	background: #fff;
	width: 100%;
	height: auto;
}

#main-hero .get-quote form .vehicles-list ul li {
	overflow: hidden;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 14px;
}

#main-hero .get-quote form .vehicles-list ul li p {
	float: left;
	width: 25%;
	font-weight: 300;
	font-size: 14px;
	color: #808080;
	margin: 0;
}

#main-hero .get-quote form .vehicles-list ul li p.checked {
	width: 6%;
	margin-right: 4%;
}

#main-hero .get-quote form .vehicles-list ul li p.checked input[type="checkbox"] {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	outline: 0;
	margin: 0;
}

#main-hero .get-quote form .vehicles-list ul li p.vehicles-image {
	width: 30%;
	margin-right: 4%;
}

#main-hero .get-quote form .vehicles-list ul li p.vehicles-name {
	width: 30%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #6d6d6d;
	margin-right: 4%;
}

#main-hero .get-quote form .vehicles-list ul li p.price {
	width: 22%;
	text-align: right;
	font-weight: 600;
	font-size: 18px;
	color: #6d6d6d;
}

#main-hero .get-quote form .vehicles-list ul li p img {
	width: 76%;
	height: auto;
	vertical-align: middle;
}

#main-hero .get-quote form .vehicles-list ul li:last-child {
	border-bottom: 0;
}

#main-hero .get-quote form .vehicles-list ul li:hover,
#main-hero .get-quote form .vehicles-list ul li.selected_vehicle {
    background: url(https://cdn4.iconfinder.com/data/icons/gradient-ui-1/512/success-24.png) no-repeat 345px #89efca;
}

#main-hero .get-quote form .loading {
	background: rgba(50, 118, 188, 0.5);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-hero .get-quote form .loading img {
	margin: 136px auto;
	display: block;
}

.updating_price #main-hero .get-quote form .loading {
	display: block !important;
}

#main-hero .get-quote form .form-btn {
	width: 180px;
	margin-top: 12px;
}

#main-hero .get-quote form input[type="submit"] {
	background: #2ab783;
	text-transform: uppercase;
	width: 100%;
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	outline: 0;
	border: 0;
	cursor: pointer;
	padding: 14px 12px;
}

#main-hero .get-quote form input[type="submit"]:hover {
	background: #3276bc;
}

/*---------------------------START FEATURES--------------------*/
#features {
	background: #f6f6f6;
	overflow: hidden;
	padding: 44px 0;
}

#features .features-list {

}

#features .features-list ul li {
	float: left;
	width: 30%;
	text-align: center;
	display: inline;
	margin-right: 5%;
}

#features .features-list ul li .image img {
	display: block;
	margin: 0 auto;
}

#features .features-list ul li .descriptions {
	margin-top: 20px;
}

#features .features-list ul li .descriptions h3 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0;
}

#features .features-list ul li .descriptions p {
	font-weight: 400;
	font-size: 16px;
	color: #888;
	margin-bottom: 0;
}

#features .features-list ul li:last-child {
	margin-right: 0;
}

/*--------------------------- START PAGE STYLE ---------------------*/
/*---------------------------START BOOKING FORM--------------------*/
#main-content .content-left {
	float: left;
	width: 60%;
	margin-right: 5%;
}

#main-content .content-left form {
	
}

#main-content .content-left form fieldset {
	overflow: hidden;
	margin-bottom: 40px;
}

#main-content .content-left form fieldset:last-child {
	margin-bottom: 0;
}

#main-content .content-left form fieldset legend {
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	color: #3177bc;
	display: block;
	line-height: 25px;
	margin-bottom: 30px;
}

#main-content .content-left form .form-row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

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

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

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

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

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


#main-content .content-left form label {
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 22px;
	margin-bottom: 16px;
}

#main-content .content-left form input[type="text"],
#main-content .content-left form input[type="email"],
#main-content .content-left form select,
#main-content .content-left form textarea {
	width: 100%;
	border: 0;
	outline: 0;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 16px 18px;
	color: #868686;
}

#main-content .content-left form textarea {
	height: 150px;
}

#main-content .content-left form fieldset .updated {
	float: left;
	width: 67%;
	margin-right: 3%;
}

#main-content .content-left form fieldset .updated .form-row {
	margin-bottom: 0;
}

#main-content .content-left form fieldset .return-btn {
	float: right;
	width: 30%;
}

#main-content .content-left form fieldset .return-btn a {
	text-transform: uppercase;
	background: #d1d1d1;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #868686;
	text-align: center;
	line-height: 16px;
	padding: 18px 14px;
}

#main-content .content-left form fieldset .return-btn a:hover {
	background: #3276bc;
	color: #fff;
}

#return_time {
    display: none;
}

#main-content .content-left form fieldset .form-row .checked {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 16px 18px;
}

#main-content .content-left form fieldset .form-row .checked label {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #868686;
	margin-bottom: 0;
}

#main-content .content-left form fieldset .form-row .checked input[type="checkbox"] {
	float: left;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}

#main-content .content-left form fieldset .personal-info .form-col {
	margin-bottom: 4%;
}

#main-content .content-left form fieldset .personal-info .form-col:nth-child(even) {
	margin-right: 0;
}

#main-content .content-left form fieldset .personal-info .form-col:nth-child(3),
#main-content .content-left form fieldset .personal-info .form-col:nth-child(4) {
	margin-bottom: 0;
}

#main-content .content-left form fieldset .payment-info {
	width: 80%;
}

#main-content .content-left form .form-btn {
	float: left;
	width: 180px;
	margin-right: 4%;
}

#main-content .content-left form .form-btn input[type="submit"] {
    background: #2ab783;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 14px 12px;
}

#main-content .content-left form .form-btn input[type="submit"]:hover {
	background: #3276bc;
}

#main-content .content-left form .ssl-logo {
	float: left;
	width: auto;
}

#main-content .content-left form .ssl-logo img {
	display: block;
}

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

#main-content .sidebar-right .booking-details {
    background: #434343;
    padding: 28px 20px;
}

#main-content .sidebar-right .booking-details ul {
    overflow: hidden;
    background: url(../img/booking-steps-bg.png) no-repeat left top;
    padding-left: 36px;
}

#main-content .sidebar-right .booking-details ul li {
    padding-bottom: 20px;
    height: 56px;
}

#main-content .sidebar-right .booking-details ul li:nth-child(2) {
	padding-bottom: 36px;
}

#main-content .sidebar-right .booking-details h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #2ab783;
    margin: 0;
}

#main-content .sidebar-right .booking-details p {
    font-weight: 300;
    font-size: 14px;
    color: #dcdcdc;
    line-height: 24px;
    padding-top: 6px;
    margin: 0;
}

#main-content .sidebar-right .booking-details p.price {
	font-size: 34px;
	padding-top: 14px;
}

#main-content .sidebar-right .booking-details ul li p span {
    font-size: 34px;
    padding-top: 8px;
}

#main-content .sidebar-right .booking-details ul li:last-child {
	padding-bottom: 0;
}

#main-content .sidebar-right .useful-links {
    overflow: hidden;
    margin-top: 28px;
}

#main-content .sidebar-right .useful-links h3 {
	font-weight: 700;
	font-size: 20px;
	color: #5d5d5d;
}

#main-content .sidebar-right .useful-links ul li a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #555;
    margin: 12px 0;
}

#main-content .sidebar-right .useful-links ul li a:hover {
	color: #3276bc;
}

#main-content .content-left form fieldset.personal-details,
#main-content .content-left form fieldset.personal-details .country-code {
	overflow: visible;
}

#main-content .content-left form .personal-details .country-code input[type="text"] {
	padding: 16px 18px 16px 58px;
}

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

#main-content .content-left form fieldset.personal-details textarea {
	margin-top: 40px;
}

/*--------------------------- START PAGE FAQ'S STYLE ---------------------*/
/*-------------------------------- START FAQ'S --------------------------*/
#main-content .faqs-content {
	overflow: hidden;
	margin-top: 26px;
}

#main-content .faqs-content .row {
	overflow: hidden;
	width: 100%;
	margin-bottom: 80px;
}

#main-content .faqs-content #accordion {
	overflow: hidden;
	margin-top: 16px;
}

.ui-accordion .ui-accordion-header {
    margin: 0;
    padding: 0;
    min-height: 0;
}

#main-content .ui-accordion h3 {
	background: none;
	font-weight: 700;
	font-size: 16px;
	color: #595959;
	cursor: pointer;
	padding: 16px 0;
}

#main-content .ui-accordion .content {
	width: 89%;
	margin: 0 auto;
}

#main-content .ui-accordion-content {
	background: #f6f6f6;
	padding: 14px 0 14px 0;
	margin-top: 2px;
}

#main-content .ui-accordion p {
	font-weight: 400;
	font-size: 16px;
	color: #5b5c5c;
}

#main-content .ui-accordion p:first-child {
	margin-top: 0;
}

#main-content .ui-state-active .ui-icon,
#main-content .ui-icon, 
.ui-widget-content .ui-icon {
	background: none;
}

.ui-accordion .ui-accordion-icons {
	padding: 0;
}

#main-content .ui-accordion .ui-state-hover,
#main-content .ui-accordion .ui-accordion-icons  {
	outline: 0;
	border: 0;
	margin-top: 4px;
}

#main-content .ui-accordion .ui-state-hover:first-child,
#main-content .ui-accordion .ui-accordion-icons:first-child {
	margin-top: 0;
}


#main-content .ui-accordion .ui-accordion-icons {
	background: #f6f6f6 url(../img/plus-icon.png) no-repeat left center !important;
	padding-left: 60px;
	padding-right: 16px;
}

#main-content #accordian .ui-state-active, 
#main-content #accordian .ui-widget-content .ui-state-active, 
#main-content #accordian .ui-widget-header .ui-state-active,
#main-content #accordian .ui-widget-header .ui-state-hover {
	background: none;
	border-top: 1px solid #d3d3d3 !important;
	padding: 0 0 20px 42px !important;
	margin-bottom: 10px !important;
}

.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-right, 
.ui-corner-br,
.ui-corner-all, 
.ui-corner-bottom, 
.ui-corner-left, 
.ui-corner-bl {
	border-radius: 0 !important;
}

#main-content .ui-accordion .ui-state-active {
	background: #f6f6f6 url(../img/minus-icon.png) no-repeat left center !important;
}

#main-content .faqs-content .row:last-child {
	margin-bottom: 0;
}

/*--------------------------- START PAGE STYLE ---------------------*/
/*---------------------------- START ABOUT_US ---------------------*/
#main-content .page-content {
	overflow: hidden;
}

#main-content .page-content .heading {
	overflow: hidden;
	margin-bottom: 24px;
}

#main-content .page-content .heading h2 {
	font-weight: 600;
	font-size: 22px;
	color: #595959;
	margin: 0;
}

#main-content .page-content .row .col-half p:first-child {
	margin-top: 0;
}

#main-content .page-content .row .col-half p:last-child {
	margin-bottom: 0;
}

#main-content .page-content .why-us  {
	background: none;
	padding: 0;
	margin-top: 0;
}

#main-content .page-content .why-us .list ul li h3 {
	color: #595959;
}

/*---------------------------  START PAGE STYLE ---------------------*/
/*---------------------------- START CONTACT_US --------------------*/
#main-content .sidebar-right .info {
	overflow: hidden;
}

#main-content .sidebar-right .info h3 {
	background: #d6d6d6;
	font-weight: 600;
	font-size: 18px;
	color: #595959;
	padding: 12px 16px;
	margin: 0;
}

#main-content .sidebar-right .info ul {
	overflow: hidden;
	padding: 22px 22px;
	background: #f6f6f6;
}

#main-content .sidebar-right .info ul li {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 16px 0;
}

#main-content .sidebar-right .info ul li h4 {
	font-size: 16px;
	color: #999;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

#main-content .sidebar-right .info ul li p {
	font-weight: 400;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	margin: 0;
	margin-top: 7px;
}

#main-content .sidebar-right .info ul li p a {
	text-decoration: none;
	color: #444;
}

#main-content .sidebar-right .info ul li p span {
	display: block;
	padding-top: 4px;
}

#main-content .sidebar-right .info ul li p a:hover {
	color: #2ab783;
}

#main-content .sidebar-right ul li:first-child {
	padding-top: 0;
}

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

#main-content .sidebar-right .map {
	margin-top: 36px;
}

/*---------------------------- START SITEMAP STYLE -------------------------*/
#main-content .sitemaplink-list {
	overflow: hidden;
}

#main-content .sitemaplink-list h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #595959;
}

#main-content .sitemaplink-list .row .link-list {
	padding-top: 30px;
}

#main-content .sitemaplink-list .row .paddingtop-none {
	padding-top: 0;
}

#main-content .sitemaplink-list .row .col-half ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #2ab783;
	margin: 12px 0;
}

#main-content .sitemaplink-list .row .col-half ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #3376bb;
}

#main-content .sitemaplink-list .row .col-half ul li a:hover {
	color: #2ab783;
}

#main-content .sitemaplink-list .row .col-half ul ul {
	margin-left: 36px;
}

#main-content .sitemaplink-list .row .col-half ul ul li {
	list-style-type: circle;
}

/*--------------------------- START PAGE STYLE ---------------------*/
/*---------------------------START DEFAULT_PAGE--------------------*/
.default-page #main-content {
	margin-top: 0;
}

.default-page #main-content .why-us {
	margin-top: 0;
}

/*--------------------------- START HOME STYLE ---------------------*/
/*---------------------------START MAIN_CONTENT--------------------*/
main {

}

main h1 {
	font-weight: 500;
	font-size: 28px;
	color: #3177bc;
}

main h2 {
	font-weight: 500;
	font-size: 28px;
	color: #3177bc;
	line-height: 32px;
}

main h3 {
	font-weight: 600;
	font-size: 20px;
	color: #5b5c5c;
	line-height: 24px;
}

main h4 {
	font-weight: 600;
	font-size: 18px;
	color: #5b5c5c;
	line-height: 22px;
}

main p {
	font-weight: 400;
	font-size: 16px;
	color: #5b5c5c;
}

#main-content {
	overflow: hidden;
	margin: 46px 0;
}

#main-content a {
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #007ed6;
}

#main-content a:hover {
	color: #2ab783;
}

#main-content .italic {
    font-style: italic;
}

#main-content .heading {
	overflow: hidden;
	margin-bottom: 24px;
}

#main-content .heading h1,
#main-content .heading h2 {
	margin: 0;
}

#main-content hr {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	margin: 14px 0;
}

#main-content hr.extera-padding {
	border: 0;
	height: 1px;
	margin: 18px 0;
}

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

#main-content .default-content h2 {
	font-weight: 600;
	font-size: 22px;
	color: #595959;
}

#main-content .extera-marginbottom {
    margin-bottom: 26px;
}

#main-content .no-margin {
	margin: 0 !important;
}

#main-content .margintop-none {
	margin-top: 0 !important;
}

#main-content .marginbottom-none {
	margin-bottom: 0 !important;
}

#main-content ul.unorderlist-arrow {
	overflow: hidden;
	margin-left: 12px;
}

#main-content ul.unorderlist-arrow li {
	background: url(../img/arrow-icon-right.png) no-repeat left center;
	font-weight: 400;
	font-size: 16px;
	color: #5b5c5c;
	line-height: 22px;
	padding-left: 22px;
	margin: 8px 0;
}

#main-content ul.unorder-list {
	margin-left: 30px;
}

#main-content ul.unorder-list li {
	list-style-type: circle;
	list-style-position: outside;
	font-weight: 400;
	font-size: 16px;
	color: #5b5c5c;
	line-height: 22px;
	margin: 10px 0;
}

#main-content .text-centered {
	text-align: center;
}

#main-content .text-centered h2 {
	margin: 0;
}

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

#main-content .row p:nth-child(2) {
	margin-top: 0;
}

#main-content .row p:last-child {
	margin-bottom: 0;
}

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

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

#main-content .text-content .row .col-half p:nth-child(2) {
	margin-top: 0;
}

#main-content .text-content .row .col-half p:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------------*/
#main-content .row .fare {
	padding-top: 16px;
	margin-bottom: 12px;
}

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

#main-content .row .fare table th {
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	color: #e8e8e8;
	border: 1px solid #ccc;
	padding: 14px;
}

#main-content .row .fare table thead tr {
	background: #3a3a3a;
}

#main-content .row .fare table tbody tr:nth-child(odd) {
	background: #f1f1f1;
}

#main-content .row .fare table td {
	font-weight: 400;
	font-size: 16px;
	color: #707070;
    border: 1px solid #dedede;
	padding: 14px;
}


/*---------------------------START SERVICES--------------------*/
.page #main-content .services {
	overflow: hidden;
	margin-top: 0;
}

.home #main-content .services {
	overflow: hidden;
	margin-top: 46px;
}

#main-content .services .services-list {
	
}

#main-content .services .heading {
	margin-bottom: 20px;
}

#main-content .services .heading  h3 {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	margin: 0;
}

#main-content .services .services-list ul li {
	float: left;
	width: 31%;
	display: inline;
	margin-right: 3%;
}

#main-content .services .services-list ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
}

#main-content .services .services-list ul li a:hover {
	color: #3fb785;
}

#main-content .services ul li .image img {
	width: 100%;
	height: auto;
	display: block;
}

#main-content .services ul li .description {
	margin-top: 20px;
}

#main-content .services ul li .description p:first-child {
	margin: 0;
}

#main-content .services ul li .description .read-btns {
	display: block;
	margin-top: 28px;
}

#main-content .services ul li .description .read-btns p {
	margin: 0;
}

#main-content .services ul li .description .read-btns p a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}

#main-content .services ul li .description .read-btns p a:hover {
	color: #3fb785;
}

#main-content .services .services-list ul li:last-child {
	margin-right: 0;
}

/*---------------------------START WHY_US--------------------*/
#main-content .why-us {
	background: #f6f6f6;
	overflow: hidden;
	padding: 80px 0;
	margin-top: 60px;
}

#main-content .why-us .list {
	overflow: hidden;
	margin-top: 38px;
}

#main-content .why-us .list ul li {
	float: left;
	width: 31%;
	margin-right: 3%;
}

#main-content .why-us .list ul li h3 {
	font-weight: 500;
	font-size: 24px;
	color: #000;
	margin: 0;
	margin-bottom: 18px;
}

#main-content .why-us .list ul li p:last-child {
	margin: 0;
}

#main-content .why-us .list ul li:last-child {
	margin-right: 0;
}

/*--------------------------- START TAXI_FARE_INFO ---------------------*/
#main-content .taxifare-info {
	overflow: hidden;
	margin-top: 60px;
}

#main-content .taxifare-info .heading {
	overflow: hidden;
	margin: 0;
}

#main-content .taxifare-info .heading h2 {
	float: left;
	width: auto;
	padding: 10px 0;
}

#main-content .taxifare-info .heading p {
	float: right;
	width: auto;
	font-weight: 400;
	font-size: 20px;
	color: #4f4f4f;
	margin: 0;
}

#main-content .taxifare-info .heading p span {
	padding-right: 10px;
}

#main-content .taxifare-info .heading p span img {
	vertical-align: middle;
}

#main-content .taxifare-info .heading p span:first-child {
	padding-right: 16px;
}

#main-content .taxifare-info .heading p span:last-child {
	padding-right: 0;
}


#main-content .taxifare-info .fare-list {
	overflow: hidden;
	margin-top: 50px;
}

#main-content .taxifare-info .fare-list ul li {
	background: #6a6a6a;
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 26px 22px;
	margin-right: 2%;
	margin-bottom: 2%;
}

#main-content .taxifare-info .fare-list ul li h3 {
	text-transform: uppercase;
	overflow: hidden;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
    line-height: 46px;
	margin: 0;
}

#main-content .taxifare-info .fare-list ul li h3 span {
	float: left;
	display: block;
	padding: 0 9%;
}

#main-content .taxifare-info .fare-list ul li h3 span:first-child {
	background: url(../img/right-arrow-icon.png) no-repeat right center;
	padding-left: 0;
}

#main-content .taxifare-info .fare-list ul li h3 span:nth-child(2) {
	padding: 0;
	padding: 0 6%;
	padding-right: 0;
}

#main-content .taxifare-info .fare-list ul li h3 span:last-child {
	float: right;
	font-size: 40px;
	color: #70c492;
	padding: 0;
}

#main-content .taxifare-info .fare-list ul li:nth-child(even) {
	margin-right: 0;
}

/*---------------------------- START TAXI TIPS STYLE ----------------------*/
#main-content .taxis-tips {
    overflow: hidden;
    margin-top: 26px;
}

#main-content .taxis-tips hr.border {
    margin: 26px 0;
}

#main-content .taxis-tips ul li .description-right h3 {
    margin-top: 0;
}

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

#main-content .taxis-tips ul li .image-left {
    float: left;
    width: 24%;
    margin-right: 2%;
}

#main-content .taxis-tips ul li .description-right {
    float: right;
    width: 74%;
}

/*----------------------------- START PAGE STYLE BLOG --------------------------*/
.post-content {

}

.post-content h2 {
	line-height: 34px;
}

.post-content .post {
    background: linear-gradient(90deg, transparent, rgba(84, 84, 84, 0.15) 50%, transparent 100%) 5%;
    overflow: hidden;
    padding: 16px 0;
    margin-bottom: 22px;
}

.post-content .post:last-child {
	margin-bottom: 0;
}

.post-content .post h2 a {
	font-size: 26px !important;
}

.post-content .post .post-thumbnail {
	float: left;
	width: 40%;
	margin-right: 5%;
}

.post-content .post .post-descriptions {
	float: right;
	width: 55%;
}

.post-content .post .post-descriptions p.post-info {
	font-size: 14px;
	color: #909090;
	line-height: 18px;
}

.post-content .post .post-descriptions p.post-info span {
	padding-left: 24px;
}

.post-content .post .post-descriptions .date {
    background: url(../img/calendar-icon-post.png) no-repeat left center;
    margin-right: 16px;
}

.post-content .post .post-descriptions .publish {
    background: url(../img/specialist-admin-post.png) no-repeat left center;
}


.blog-content h2 {
    font-weight: 700;
    font-size: 22px;
    color: #4b4b4b;
}

.blog-content h3 {
    font-size: 18px;
}

.blog-content p {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
}

.blog-content ul.unorderlist-arrow li {
	font-weight: 400 !important;
    font-size: 14px !important;
    color: #4f4f4f !important;
}

.blog-content blockquote {
    overflow: hidden;
    border-left: 6px solid #3276bc;
    margin-top: 26px;
    padding-left: 18px;
}

.blog-content blockquote h3 {
    font-weight: 600;
    font-size: 18px;
    color: #6b6b6b;
    font-style: italic;
    line-height: 20px;
    margin-top: 0;
}

.blog-content blockquote p {
	font-style: italic;
}

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

#main-content table thead tr.blue {
    background: #3276bc;
}

#main-content table thead tr th {
    border: 1px solid #ccc;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px 12px;
}

#main-content table tbody tr td {
    font-size: 14px;
    color: #4f4f4f;
    box-sizing: border-box;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 18px;
    padding: 10px 12px;
}


#main-content .sidebar-right {
	
}

#main-content .sidebar-right .link-list {
	overflow: hidden;
	background: #454a4e;
	margin-bottom: 30px;
}

#main-content .sidebar-right .link-list h3 {
	background: #3276bc;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	padding: 10px 16px;
	margin: 0;
}

#main-content .sidebar-right .link-list ul {
	overflow: hidden;
	padding: 0 20px;
}

#main-content .sidebar-right .link-list ul li {
	margin: 0;
}

#main-content .sidebar-right .link-list ul li a {
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #c3c3c3;
	border-bottom: 1px solid #988e8e;
	padding: 13px 0;
}

#main-content .sidebar-right .link-list ul li a h4 {
	font-weight: 400;
	font-size: 16px;
	color: #c3c3c3;
	line-height: 20px;
	margin: 0;
}

#main-content .sidebar-right .link-list ul li a p {
	font-weight: 300;
	font-size: 12px;
	color: #bbb;
	margin: 0;
}

#main-content .sidebar-right .link-list ul li a:hover,
#main-content .sidebar-right .link-list ul li a h4:hover {
	color: #31e2a3;
}

#main-content .sidebar-right .link-list ul li:last-child a {
	border-bottom: 0;
}


#main-content .sidebar-right .link-list:last-child {
	margin-bottom: 0;
}

#main-content .content-left .row p.date {
	font-weight: 300;
	font-size: 14px;
	color: #989898;
	margin: 0;
	margin: 12px 0;
}

#main-content .content-left .row p.date span {
	padding-left: 20px;
}

#main-content .content-left .margintop-none {
	margin-top: 0;
}

/*--------------------------- START CUSTOMER_FEEDBACK ---------------------*/
#customer-feedback {
	background: #f6f6f6;
	overflow: hidden;
	padding: 36px 0;
}

#customer-feedback .reviews {
	float: left;
	width: 580px;
	margin-right: 2%;
}

#customer-feedback .reviews h2 {
    float: left;
    width: auto;
	overflow: hidden;
	font-weight: 500;
	font-size: 24px;
	color: #3177bc;
	line-height: 34px;
	margin: 0;
}

#customer-feedback .reviews h2 span.image {
	float: left;
    width: auto;
    margin-right: 12px;
}

#customer-feedback .reviews h2 span.image img {
    display: block;
}

#customer-feedback .reviews h2 span {
	margin-right: 12px;
}

#customer-feedback .reviews h2 span:last-child {
	font-size: 22px;
	color: #8b8b8b;
	margin-right: 0;
}

#customer-feedback .social {
	float: right;
	width: 208px;
	margin-top: 4px;
}

#customer-feedback .social h3 {
	float: left;
	font-weight: 500;
	font-size: 20px;
	color: #8b8b8b;
	padding: 4px 0;
	margin: 0;
	margin-right: 8%;
}

#customer-feedback .social ul li {
	display: inline;
}

#customer-feedback .social ul li a {
	text-decoration: none;
	float: left;
	display: block;
	margin-right: 4%;
}

#customer-feedback .social ul li:first-child a {
	
}

#customer-feedback .social ul li:last-child a {
	margin-right: 0;
}

#main-content .organization-info {
    overflow:hidden;
    margin-top:28px 
}

#main-content .customer-feedback h3 {
  font-size: 18px;
  margin-bottom: 0;
}

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

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

#main-content .contact-information p {
    margin:0;
    margin-top:12px;
}

#main-content .contact-information .map,
#main-content .contact-information ul.unstyle-list {
    overflow: hidden;
    margin-top: 12px;
}

#main-content .contact-information ul.unstyle-list li{
    font-weight:400;
    font-size:14px;
    color:#4f4f4f;
    line-height:22px;
    margin:8px 0 
}

#main-content .contact-information ul.unstyle-list li strong{
    width:20%;
    float:left;
    margin-right:2% 
}

#main-content .contact-information ul.unstyle-list li span {
    margin:0 10% 
}

#main-content .customer-feedback {

}

#main-content .customer-feedback blockquote {
	margin-bottom: 12px;
}

#main-content .customer-feedback cite {
	color: #5b5c5c;
}

#main-content .customer-feedback .author-name,
#main-content .customer-feedback .stars {
	display: inline-block;
	margin-right: 12px;
}

#main-content .customer-feedback .stars img {
    vertical-align: sub;
}

#main-content .customer-feedback .author-name {
	margin-right: 0;
}

/*---------------------------START MAIN_FOOTER-----------------------*/
#main-footer {
  background: #383c3f;
  overflow: hidden;
  padding: 40px 0 20px 0;
}

#main-footer h3 {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 0;
}

#main-footer p {
  font-weight: 300;
  font-size: 14px;
  color: #cacaca;
}

#main-footer .no-margin {
	margin: 0;
}

#main-footer .row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 12px;
}

#main-footer .row .col {
  float: left;
  width: 20%;
  margin-right: 5%;
}

#main-footer .row .col ul li {
  font-size: 14px;
  color: #cacaca;
  padding: 5px 0;
}

#main-footer .row .col ul li a {
  text-decoration: none;
  color: #cacaca;
}

#main-footer .row .col ul li a:hover {
  color: #2ab783;
}

#main-footer .row .col:first-child {
  width: 30%
}

#main-footer .row .socail {
	float: right;
  width: 15%;
  margin-right: 0;
}

#main-footer .row .socail ul li {
	display: inline;
}

#main-footer .row .socail ul li a {
	text-decoration: none;
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4px;
}

#main-footer .row .socail ul li a.marginright-none {
	margin-right: 0;
}

#main-footer .copyright {
  overflow: hidden;
  border-top: 1px solid #636363;
  padding-top: 8px;
}

#main-footer .copyright p {
  color: #b1b1b1;
  margin: 0;
}

#menu:not( .mm-menu ) {
   display: none;
}





