* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.mobilenav {
    display: none
}

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:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

label {
    font-family: Play, sans-serif;
    font-weight: 400
}

body {
    font-display: swap;
    font-size: 18px;
    font-family: "Open Sans", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Play, sans-serif;
    margin: 10px 0
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1em
}

p {
    font-family: "Open Sans", sans-serif;
    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
}

strong {
    font-weight: 700
}

sup {
    vertical-align: super;
    font-size: 12px
}

a:hover {
    text-decoration: none
}

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

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

.hero-bg {
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-position-x: left;
    background-position-y: top
}

.ui-hero {
    background-position-x: right
}

img {
    max-width: 100%;
    height: auto
}

.required {
    color: red
}

.text-green {
    color: #059513
}

.purple-bg {
    background: indigo !important
}

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

.mobilenavbutton {
    display: none
}

#gdpr-cookie-message {
    right: 20px;
    bottom: 100px !important
}

.search-panel-box {
    overflow: hidden;
    width: 450px;
    border-radius: 4px;
    margin-top: 20px
}

.search-panel-box input {
    float: left;
    width: 340px;
    height: 44px;
    padding: 0 10px;
    border: 0;
    box-sizing: border-box;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.search-panel-box input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset
}

.search-panel-box input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.search-panel-box input:-moz-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.search-panel-box input:-ms-input-placeholder {
    color: #999;
    font-weight: 400;
    font-style: italic
}

.search-panel-box input[type=submit] {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 44px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #00589e;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3)
}

.search-panel-box input[type=submit]:hover {
    background: #008eff
}

.search-panel-box input[type=submit]:active,
.search-panel-box input[type=submit]:focus {
    background: #146cb2
}

.search-panel-box input[type=submit]:before {
    content: "";
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px
}

.search-panel-box input[type=submit]:hover:before {
    border-right-color: #008eff
}

.search-panel-box input[type=submit]:focus:before {
    border-right-color: #146cb2
}

.search-panel-box input[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0
}

#main-header {
    overflow: hidden;
    width: 100%
}

#main-header .logo {
    float: left;
    width: 18%;
    box-sizing: border-box;
    padding: 12px 20px 12px 20px
}

#main-header .top-nav {
    float: left;
    width: 82%
}

#main-header .top-nav .menu {
    float: left;
    width: 64%
}

#main-header .top-nav .menu ul li {
    display: inline
}

#main-header .top-nav .menu ul li a {
    background: url(../img/border-right-bg.png) no-repeat right center;
    text-decoration: none;
    float: left;
    width: 16.66%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #4f4f4f;
    box-sizing: border-box;
    padding: 30px 12px 29px 12px
}

#main-header .top-nav .menu ul li:last-child a {
    background-image: none
}

#main-header .top-nav .info-btns {
    float: right;
    width: 36%
}

#main-header .top-nav .info-btns ul li.btn {
    float: left;
    width: 40%;
    text-align: center;
    display: inline
}

#main-header .top-nav .info-btns ul li.btn a {
    background: #ffc624;
    text-decoration: none;
    display: block;
    color: #fff;
    box-sizing: border-box;
    padding: 28px 12px
}

#main-header .top-nav .info-btns ul li.call {
    width: 20%
}

#main-header .top-nav .info-btns ul li.call a {
    padding: 22px 0 23px 0
}

#main-header .top-nav .info-btns ul li.btn a:hover {
    background: #4f4f4f
}

#main-header .top-nav .info-btns ul li.bg-black a {
    background: #4f4f4f
}

#main-header .top-nav .info-btns ul li.bg-black a img {
    display: block;
    margin: 0 auto
}

#main-header .top-nav .info-btns ul li.bg-black a:hover {
    background: #146cb2
}

#main-header .top-nav .info-btns ul li.book-icon a {
    background: #ffc624 url(../img/small-book-online-white-icon.png) no-repeat 11% center
}

#main-header .top-nav .info-btns ul li.book-icon a:hover {
    background: #146cb2 url(../img/small-book-online-white-icon.png) no-repeat 11% center
}

#main-header .top-nav .info-btns ul li.app-icon a {
    background: #00ba12 url(../img/small-mobile-white-icon.png) no-repeat 15% center
}

#main-header .top-nav .info-btns ul li.app-icon a:hover {
    background: #146cb2 url(../img/small-mobile-white-icon.png) no-repeat 15% center
}

.salient-message {
    background: #d7fcd0;
    padding: 12px 0
}

.salient-message p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: initial;
    padding: 8px 8px 8px 38px;
    margin: 0
}

.salient-message p.info-icon {
    background: url(../img/info-yellow-icon.png) no-repeat left center
}

.salient-message p a {
    text-decoration: none;
    color: #007ed6
}

#callnowbutton a,
#whatsapp-btn a {
/*    background: #9400d3 url(../img/callnowbutton-icon.svg) center/50px 50px no-repeat;*/
/*    display: none;*/
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 20px;
    text-indent: -9999px;
    right: 20px
}

#whatsapp-btn a {
    background: url(../img/whatsapp-btn-icon.png) no-repeat center center;
    display: block;
    border-radius: 0;
    bottom: 102px
}

.page .page-hero {
    overflow: hidden;
    background-color: #555
}

.page .ui-hero .hero-bg {
    padding: 60px 0
}

.page .ui-hero .hero-text {
    padding-top: 0 !important
}

.page .page-hero .hero-text {
    overflow: hidden;
    text-align: left;
    padding: 40px 0
}

.page .parking-hero .hero-text {
    text-align: center;
    padding: 60px 0 80px 0
}

#main-hero .booking-info {
    overflow: hidden;
    padding-bottom: 60px
}

#main-hero .booking-info .quote-buttons {
    float: left;
    width: 46%;
    margin-right: 4%
}

#main-hero .booking-info .quote-buttons h2 {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    margin: 0
}

#main-hero .booking-info .quote-buttons ul {
    overflow: hidden;
    padding-top: 12px
}

#main-hero .booking-info .quote-buttons ul li a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 22px;
    color: #ebebeb;
    padding: 16px 20px 16px 96px;
    margin-bottom: 6px;
    box-shadow: 1px 1px 1px #000;
    margin-right: 3px;
    margin-left: 0
}

#main-hero .booking-info .quote-buttons ul li.to-airport-icon a {
    background: #146cb2 url(../img/to-airport.png) no-repeat left center
}

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

#main-hero .booking-info .quote-buttons ul li.standard-booking-icon a {
    background: #146cb2 url(../img/standard-booking.png) no-repeat left center
}

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

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

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

#main-hero .booking-info .quote-buttons ul li.book-now a {
    background: #146cb2 url(../img/online-book-now.png) no-repeat left center
}

#main-hero .booking-info .quote-buttons ul li.car-paring-icon a {
    background: #146cb2 url(../img/car-paring-icon.png) no-repeat left center
}

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

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

#main-hero .booking-info .features {
    float: right;
    width: 50%
}

#main-hero .contact-info {
    overflow: hidden
}

#main-hero .contact-info {
    background: url(../img/handset-icon.png) no-repeat left center;
    padding-left: 70px
}

#main-hero .contact-info h2 {
    font-weight: 400;
    font-size: 22px;
    color: #ffc625
}

#main-hero .contact-info h3 a {
    text-decoration: none;
    font-weight: 700;
    font-size: 34px;
    color: #fff
}

#main-hero .booking-info .features h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    margin-bottom: 4px
}

#main-hero .booking-info .features p {
    font-weight: 300;
    font-size: 16px;
    color: #efefef;
    margin-top: 0;
    margin-bottom: 9px
}

#main-hero .booking-info .features .h-border {
    padding-top: 16px
}

#main-hero .booking-info .features .h-border:first-child {
    padding-top: 0
}

#main-hero .booking-info p.note {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px #000;
    padding: 6px 10px;
    margin: 0;
    margin: 8px 3px 3px 0
}

#main-hero .booking-info p.note .yallow {
    color: #fed800
}

.home-hero .hero-text {
    overflow: hidden;
    text-align: left;
    padding-bottom: 76px
}

#main-hero .hero-info {
    padding: 160px 0 160px 0
}

#main-hero .text-centred {
    text-align: center
}

#main-hero h1 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 0 7px #000;
    margin: 0
}

#main-hero h2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    text-shadow: 0 0 7px #000;
    margin: 0;
    margin-bottom: 12px
}

#main-hero .hero-text .capitalize {
    text-transform: capitalize
}

#main-hero .hero-text p,
#main-hero .parking-info p {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-shadow: 0 0 4px #000;
    margin-bottom: 0
}

#main-hero .parking-info .contact-info {
    margin-top: 40px
}

#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 .hero-info ul li {
    float: left;
    width: 23.5%;
    display: inline;
    margin-right: 2%
}

#main-hero .hero-info .hero-btns {
    overflow: hidden
}

#main-hero .hero-info .hero-btns ul li a {
    background: #fff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    border: 2px solid #fff;
    transition: background-color .5s ease;
    padding: 32px 16px 32px 78px
}

#main-hero .hero-info .hero-btns ul li.book-online-icon a {
/*    background: #fff url(../img/book-online-blue-icon.png) no-repeat 20px center*/
}

#main-hero .hero-info .hero-btns ul li.book-online-icon a:hover {
/*    background: #ffc624 url(../img/book-online-blue-icon.png) no-repeat 20px center*/
}

#main-hero .hero-info .hero-btns ul li.manage-booking-icon a {
/*    background: #fff url(../img/manage-booking-blue-icon.png) no-repeat 20px center;*/
/*    padding-left: 68px*/
}

#main-hero .hero-info .hero-btns ul li.manage-booking-icon a:hover {
/*    background: #ffc624 url(../img/manage-booking-blue-icon.png) no-repeat 20px center;*/
    border: 2px solid #fff
}

#main-hero .hero-info .hero-btns ul li.airport-parking-icon a {
/*    background: #00ba12 url(../img/airport-parking-white-icon.png) no-repeat 20px center;*/
    color: #fff
}

#main-hero .hero-info .hero-btns ul li.airport-minibus-icon a {
/*    background: #ffc624 url(../img/airport-minibus-black-icon.png) no-repeat 20px center;*/
    color: #4f4f4f
}

#main-hero .hero-info .hero-btns ul li.airport-minibus-icon a:hover {
/*    background: #fff url(../img/airport-minibus-black-icon.png) no-repeat 20px center*/
}

#main-hero .hero-info .hero-btns ul li:last-child {
    margin-right: 0
}

#main-hero .taxi-to-text h1 {
    font-size: 42px
}

#main-hero .taxi-to-text p {
    font-size: 22px
}

.innerpage-hero .hero-text {
    text-align: center;
    padding: 160px 0 220px 0
}

.page .home-hero .pagehero-text {
    padding: 180px 0 80px 0
}

#main-hero .booking-details {
    margin-top: 22px
}

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

#qoute-form {
    overflow: hidden;
    background: #424242;
    padding: 28px 30px
}

.updating_price #qoute-form .price h4 {
    background-color: red !important;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

#qoute-form h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
    display: none
}

#qoute-form .fields-form {
    overflow: hidden
}

#qoute-form .form-row {
    overflow: hidden;
    width: 100%;
    margin-top: 0
}

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

#qoute-form .form-row .form-col:last-child {
    margin-right: 0
}

#qoute-form .form-row .form-col label {
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    margin-bottom: 12px
}

#qoute-form .form-row input[type=text],
#qoute-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: 14px 16px 14px 52px;
    color: #666
}

#qoute-form .vehicle-list {
    overflow: hidden;
    padding-top: 22px
}

#qoute-form .vehicle-list ul li a {
    text-decoration: none
}

#qoute-form .vehicle-list ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    position: relative
}

#qoute-form .vehicle-list ul li .vehicle-info {
    background: #fff;
    box-sizing: border-box;
    padding: 18px 16px;
    margin: 0 auto;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s
}

#qoute-form .vehicle-list ul li .vehicle-info img {
    display: block;
    margin: 0 auto
}

#qoute-form .vehicle-list ul li .price {
    background: url(../img/price-black-border-right-bg.png) no-repeat right top, url(../img/price-black-border-left-bg.png) no-repeat left top;
    padding: 0 4px
}

#qoute-form .vehicle-list ul li h4 {
    background: #646464;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 11px 12px;
    margin-top: -4px
}

#qoute-form .vehicle-list ul li h4 span {
    float: right;
    font-size: 16px;
    font-weight: 600
}

#qoute-form .vehicle-list ul li:hover {
    cursor: pointer
}

#qoute-form .vehicle-list ul li.selected_vehicle .tickmark {
    display: block !important
}

#qoute-form .vehicle-list ul li .tickmark {
    display: none !important;
    position: absolute;
    top: -4px;
    right: 5px
}

#qoute-form .vehicle-list ul li.selected_vehicle h4,
#qoute-form .vehicle-list ul li:hover h4 {
    background: #ffc624;
    color: #575757;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

#qoute-form .vehicle-list ul li:last-child {
    margin-right: 0
}

#qoute-form .vehicle-list .note {
    float: left;
    width: auto;
    margin-top: 2%;
    margin-right: 4%
}

#qoute-form .vehicle-list .note p {
    font-weight: 400;
    font-size: 18px;
    color: #e8e8e8;
    margin: 0
}

#qoute-form .vehicle-list .price-info h4 {
    background: 0 0;
    color: #575757;
    padding: 0;
    margin-top: 8px
}

#qoute-form .vehicle-list .price-info h4 {
    background: 0 0 !important
}

#qoute-form .vehicle-list .book-btn input[type=submit] {
    background: #015992;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    padding: 12px 16px
}

#qoute-form .vehicle-list .book-btn input[type=submit]:active,
#qoute-form .vehicle-list .book-btn input[type=submit]:focus {
    background: #1f1f1f;
    color: #fff
}

#qoute-form .vehicle-list .book-btn input[type=submit]:hover {
    background: #ffc624;
    color: #313131
}

#qoute-form .vehicle-list .form-btn {
    float: right;
    width: 28%;
    margin-top: 2%
}

#qoute-form .vehicle-list .form-btn input[type=submit] {
    background: #646464;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    border: 0;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
    box-sizing: border-box;
    padding: 26px 30px 26px 26px
}

#qoute-form .vehicle-list .form-btn input[type=submit]:active,
#qoute-form .vehicle-list .form-btn input[type=submit]:focus {
    background: #1f1f1f;
    color: #fff
}

#qoute-form .vehicle-list input[type=submit]:hover {
    background: #ffc624;
    color: #575757
}

#main-hero .quote-info {
    overflow: hidden;
    text-align: left;
    padding: 48px 0
}

#main-hero .quote-info h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 0 7px #000;
    margin: 0
}

#main-hero .quote-info p {
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

#main-hero .quote-info p span {
    padding: 0 22px
}

#main-hero .quote-info .journey-info {
    overflow: hidden
}

#main-hero .quote-info .journey-info ul li {
    float: left;
    width: 48%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 36px;
    margin-right: 4%
}

#main-hero .quote-info .journey-info ul li.time {
    background: url(../img/small-calendar-icon.html) no-repeat left center
}

#main-hero .quote-info .journey-info ul li.kilometers {
    background: url(../img/small-watch-icon.png) no-repeat left center
}

#main-hero .quote-info .journey-info ul li span {
    font-weight: 700;
    padding-left: 20px
}

#main-hero .quote-info .journey-info ul li:last-child {
    margin-right: 0
}

.top-hero {
    overflow: hidden;
    padding: 180px 0
}

#quote-form {
    background: rgba(14, 14, 14, .74);
    float: left;
    width: 48%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 12px;
    margin-right: 4%
}

#quote-form h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin: 0
}

#quote-form form {
    overflow: hidden;
    margin-top: 16px
}

#quote-form form .form-row {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4%
}

#quote-form form .form-row:last-child {
    margin-bottom: 0
}

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

#quote-form form .form-row .form-col:last-child {
    margin-right: 0
}

#quote-form form .form-row input[type=text],
#quote-form form .form-row select {
    width: 100%;
    font-size: 15px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    padding: 10px 16px;
    color: #666
}

#quote-form form .form-btn {
    overflow: hidden
}

#quote-form form .form-btn input[type=submit] {
    font-family: Play, sans-serif;
    background: #146cb2;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    outline: 0;
    border: 0;
    text-align: center;
    cursor: pointer;
    line-height: 22px;
    box-sizing: border-box;
    padding: 12px 16px
}

#quote-form form .form-btn input[type=submit]:hover {
    background: #ffc625;
    color: #171717
}

#main-hero .welcome-text {
    float: right;
    width: 48%
}

#main-hero .welcome-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    color: #fff;
    text-shadow: 0 0 7px #000;
    line-height: 36px;
    margin: 0
}

#main-hero .welcome-text h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 0 7px #000;
    line-height: 26px;
    margin: 0;
    margin-top: 16px
}

#main-hero .welcome-text p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-shadow: 0 0 4px #000
}

#main-hero .welcome-text p:last-child {
    margin-bottom: 0
}

#salient-features {
    background: #ecf1f5;
    padding: 28px 0
}

#salient-features ul.feature-list {
    overflow: hidden
}

#salient-features ul li {
    float: left;
    width: 32%;
    margin-right: 2%
}

#salient-features ul li h2,
#salient-features ul li h3 {
    font-weight: 700;
    font-size: 22px;
    color: #2164ae;
    margin: 0
}

#salient-features ul li p {
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 20px;
    margin: 0;
    margin-top: 8px
}

#salient-features ul li .image-left {
    float: left;
    width: 20%;
    margin-right: 4%
}

#salient-features ul li .image-left img {
    display: block;
    margin: 11px 0
}

#salient-features ul li .description {
    float: right;
    width: 76%
}

#salient-features ul li:last-child {
    margin-right: 0
}

#features {
    background: #f0f0f0;
    overflow: hidden;
    padding: 40px 0
}

#features ul li {
    float: left;
    width: 22%;
    text-align: center;
    margin-right: 4%
}

#features ul li img {
    display: block;
    margin: 0 auto 20px auto
}

#features ul li h3 {
    font-size: 22px;
    color: #777;
    margin: 0
}

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

#features .features-list ul li {
    float: left;
    width: 22%;
    text-align: center;
    margin-right: 4%
}

#features .features-list ul li h3 {
    font-weight: 600;
    font-size: 14px !important;
    color: #2f2f2f;
    margin: 0
}

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

#main-hero .new-quotation {
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px
}

#main-hero .new-quotation .form-row {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1%
}

#main-hero .new-quotation .form-row:last-child {
    margin-bottom: 0
}

#main-hero .new-quotation .form-row .col-half {
    float: left;
    width: 49.5%;
    margin-right: 1%
}

#main-hero .new-quotation .form-row .col-half:last-child,
#main-hero .new-quotation .form-row .col:last-child {
    margin-right: 0
}

#main-hero .new-quotation .form-row .col {
    float: left;
    width: 36%;
    margin-right: 1%
}

#main-hero .new-quotation .form-row .quarter {
    float: left;
    width: 12%;
    margin-right: 1%
}

#main-hero .new-quotation .form-row .date {
    width: 26%
}

#main-hero .new-quotation .form-row .count,
#main-hero .new-quotation .form-row .time {
    width: 21%
}

#main-hero .new-quotation .form-row .quarter:last-child {
    margin-right: 0
}

#main-content .getquote form label,
#main-hero .new-quotation label {
    font-weight: 500;
    font-size: 12px;
    color: #a6b5c4;
    display: block
}

#main-content .getquote form .box,
#main-hero .new-quotation form .box {
    border-radius: 8px;
    box-sizing: border-box;
    border: 2px solid #ffa800;
    padding: 12px 12px 12px 40px
}

#main-content .getquote form .box {
    background: #fff;
    padding: 12px 12px
}

#main-hero .parking-quotation form .flight-green-icon {
    background: url(../img/flight-green-small-icon.png) no-repeat 12px center
}

#main-hero .parking-quotation form .promo-code-icon {
    background: url(../img/promocode-lightred-small-icon.png) no-repeat 12px center
}

#main-hero .new-quotation form .loc-green-icon {
    background: url(../img/location-icon-green.png) no-repeat 3% center
}

#main-hero .new-quotation form .loc-red-icon {
    background: url(../img/location-icon-red.png) no-repeat 3% center
}

#main-hero .new-quotation form .date-icon {
    background: url(../img/small-calendar-black-icon.png) no-repeat 4% center
}

#main-hero .new-quotation form .time-icon {
    background: url(../img/small-clock-black-icon.png) no-repeat 6% center
}

#main-hero .new-quotation form .passenger-icon {
    background: url(../img/small-passenger-black-icon.png) no-repeat 6% center
}

#main-hero .new-quotation form input[type=date],
#main-hero .new-quotation form input[type=number],
#main-hero .new-quotation form input[type=text],
#main-hero .new-quotation form input[type=time],
#main-hero .new-quotation form select {
    background: #fff;
    width: 100% !important;
    font-size: 16px !important;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    padding-top: 6px;
    color: #434b65
}

#main-hero .new-quotation .form-row .btn {
    width: 29%
}

#main-hero .new-quotation .form-row .col:last-child {
    width: 26%
}

#main-hero .parking-quotation .form-row .btn {
    width: 100%
}

#main-content .getquote form button[type=submit],
#main-hero .new-quotation form button[type=submit] {
    background: #059513;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px 12px;
    border: 2px solid #ffa800
}

#main-hero .trusted-info {
    overflow: hidden;
    margin-top: 16px
}

#main-hero .trusted-info ul li {
    background: url(../img/greentick-icon.png) no-repeat left center;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    margin: 2px 4% 2px 0;
    padding-left: 34px
}

#main-hero .trusted-info ul li:last-child {
    margin-right: 0
}

.page #main-content hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #f2f2f2, #f0f0f0, #f2f2f2);
    margin: 40px 0
}

.page .hr-style hr {
    margin: 40px 0 !important
}

#main-content .content-menu {
    overflow: hidden;
    margin-bottom: 36px
}

#main-content .content-menu ul {
    overflow: hidden;
    border-bottom: 3px solid #757575
}

#main-content .content-menu ul li {
    display: inline
}

#main-content .content-menu ul li a {
    background: #d5d5d5;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
    width: 15.83%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #585858;
    box-sizing: border-box;
    padding: 14px 20px;
    margin-right: 1%
}

#main-content .content-menu ul li a:hover,
#main-content .content-menu ul li.active a {
    background: #757575;
    color: #fff
}

#main-content .content-menu ul li:last-child a {
    margin-right: 0
}

#main-content .flight-info {
    overflow: hidden
}

#main-content .flight-info a {
    text-decoration: none
}

#main-content .flight-info h3,
#main-content .flight-info p.readmore {
    margin: 0
}

#main-content .flight-info h3 a {
    font-size: 24px;
    color: #4f4f4f;
    margin: 0
}

#main-content .flight-info p {
    font-size: 14px;
    color: #484848;
    margin: 0;
    margin: 6px 0
}

#main-content .flight-info .row .image-left {
    float: left;
    width: 40%;
    margin-right: 4%
}

#main-content .flight-info .row .description-right {
    float: right;
    width: 56%
}

#main-content .taxi-prices {
    overflow: hidden
}

#main-content .taxi-prices table {
    width: 100%;
    margin-bottom: 8px
}

#main-content .simple-table table {
    width: 100%;
    margin-bottom: 8px
}

#main-content .taxi-prices table thead tr th {
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    color: #4f4f4f;
    padding: 12px 22px
}

#main-content .taxi-prices table tbody tr {
    background: #f2f2f2
}

#main-content .taxi-prices table tbody tr:nth-child(odd) {
    border-top: 1px solid #fff
}

#main-content .taxi-prices table tbody tr:nth-child(even) {
    background: #fff;
    border-top: 1px solid #fff
}

#main-content .taxi-prices table tbody tr td {
    font-size: 18px;
    color: #4f4f4f;
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    padding: 24px 22px
}

#main-content .taxi-prices table tbody tr td:nth-child(3),
#main-content .taxi-prices table tbody tr td:nth-child(4) {
    font-weight: 400;
    font-size: 26px;
    color: #4f4f4f;
    padding: 20px 22px
}

#main-content .simple-table table tbody tr td:nth-child(3),
#main-content .simple-table table tbody tr td:nth-child(4) {
    font-weight: 700;
    font-size: 16px;
    color: #4f4f4f
}

#main-content .previous-info table tbody tr td:nth-child(3),
#main-content .previous-info table tbody tr td:nth-child(4) {
    font-weight: 400;
    font-size: 14px
}

#main-content .previous-info table tbody tr td:first-child {
    font-weight: 700
}

#main-content .previous-info table thead tr th {
    color: #fff
}

#main-content .parking-prices table thead tr th {
    background: #4f4f4f;
    font-weight: 600;
    color: #fff
}

#main-content .parking-prices table tbody tr td span {
    display: block;
    margin-top: 4px
}

#main-content .parking-prices table tbody tr td {
    vertical-align: middle
}

#main-content .parking-prices table tbody tr td:nth-child(3) {
    font-size: 18px
}

#main-content .parking-prices table tbody tr td:last-child a {
    background: #006cb3;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    padding: 16px 12px
}

#main-content .parking-prices table tbody tr td:last-child a:hover {
    background: #4f4f4f
}

#main-content .row .customer-feedback {
    overflow: hidden;
    margin-top: 28px
}

#main-content .row .customer-feedback h3 {
    margin: 0
}

#main-content .row .customer-feedback .reviews {
    font-family: "Open Sans", sans-serif
}

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

#main-content .row .customer-feedback blockquote {
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 20px
}

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

#main-content .row .customer-feedback cite.author-name {
    float: left
}

#main-content .row .customer-feedback .tripadvisor-info {
    float: right;
    margin-top: 12px
}

#main-content .row .customer-feedback .tripadvisor-info a {
    font-size: 16px
}

#main-content .row .customer-feedback .tripadvisor-info img {
    vertical-align: middle
}

#main-content .row .col-half .map {
    overflow: hidden;
    margin-top: 28px;
    margin-bottom: 15px
}

#main-content .row .partners-logo {
    overflow: hidden
}

#main-content .row .partners-logo ul {
    overflow: hidden;
    padding-top: 28px
}

#main-content .row .partners-logo ul li {
    float: left;
    width: 20%;
    opacity: .8;
    margin-right: 6%
}

#main-content .row .partners-logo ul li:hover {
    opacity: 1
}

#main-content .row .partners-logo ul li:last-child {
    margin-right: 0
}

#main-content .full-content-menu {
    margin-bottom: 0
}

#main-content .full-content-menu ul li a {
    width: 32%;
    font-size: 18px;
    margin-right: 2%
}

#main-content .parking-info h3 {
    text-transform: capitalize;
    font-size: 24px;
    line-height: 28px
}

#main-content .parking-faqs {
    margin-top: 28px
}

#main-content .parking-faqs li {
    margin-bottom: 18px
}

#main-content .parking-faqs ul.faqs-list h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    color: #585858;
    line-height: 20px;
    margin-bottom: 8px
}

#main-content .parking-faqs ul.faqs-list p {
    line-height: 20px
}

#main-content ul.parking-faqs li:last-child {
    margin-bottom: 0
}

#main-content .list {
    overflow: hidden
}

#main-content .list hr {
    margin: 40px 0
}

#main-content .list ul li h3 {
    margin-top: 0
}

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

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

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

#main-content .list ul li .descriptions-right p:last-child,
#main-content .list ul li .row p:last-child {
    margin-bottom: 0
}

#main-content .city-content {
    overflow: hidden;
    margin: 28px 0
}

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

#main-content .city-content .descriptions-right {
    float: right;
    width: 56%
}

#main-content .text-centered {
    overflow: hidden;
    width: 90%;
    margin: auto
}

#main-content .text-centered h2 {
    background: url(../img/heading-bottom-bg.png) no-repeat bottom center;
    overflow: hidden;
    text-align: center;
    margin: 0;
    margin-bottom: 26px
}

#main-content .text-centered p:last-child {
    margin-bottom: 0
}

#main-content .service-info ul li .image-left {
    float: left;
    width: 34%;
    margin-right: 4%
}

#main-content .service-info ul li .descriptions-right {
    float: right;
    width: 62%
}

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

#main-content .executive-service-info {
    overflow: hidden
}

#main-content .baby-seat-info {
    overflow: hidden
}

#main-content .meetandgreet-info {
    overflow: hidden
}

#main-content .flightmonitoring-info {
    overflow: hidden
}

#main-content .featured-blogpost {
    overflow: hidden
}

#main-content .featured-blogpost .row {
    overflow: hidden;
    margin: 0;
    margin-top: 28px
}

#main-content .featured-blogpost .row .col {
    float: left;
    width: 30%;
    margin-right: 5%
}

#main-content .featured-blogpost .row .col img {
    width: 100%
}

#main-content .featured-blogpost .row .col h3 {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0
}

#main-content .featured-blogpost .row .col h3 a {
    display: block;
    font-size: 18px;
    color: #4b4b4b;
    margin: 8px 0
}

#main-content .featured-blogpost .row .col h3 a:hover {
    color: #ffc624
}

#main-content .featured-blogpost .row .col p.date {
    font-weight: 700;
    font-size: 14px;
    color: #989898;
    margin: 0
}

#main-content .featured-blogpost .row .col p {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    margin: 4px 0
}

#main-content .featured-blogpost .row .col p:last-child {
    margin-bottom: 0
}

#main-content .featured-blogpost .row .col:last-child {
    margin-right: 0
}

#main-content .nearby-airports {
    overflow: hidden
}

#main-content .nearby-airports ul {
    overflow: hidden;
    margin-top: 28px
}

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

#main-content .nearby-airports ul li img {
    display: block
}

#main-content .nearby-airports ul li h3 {
    text-transform: capitalize;
    font-size: 18px;
    color: #635d5d;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    margin-top: 8px
}

#main-content .nearby-airports ul li a {
    text-decoration: none;
    display: block;
    font-size: 18px
}

#main-content .nearby-airports ul li:last-child {
    margin-right: 0
}

#main-content .content-left .banner {
    margin: 16px 0
}

#main-content .content-left .source p {
    margin: 0
}

#main-content .content-left .source p a {
    line-height: 18px;
    font-size: 14px
}

#main-content .content-left h3 a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    color: #007ed6
}

#main-content .content-left h3 a:hover {
    color: #ecb61a
}

#main-content .content-left {
    float: left;
    width: 70%;
    margin-right: 2%
}

#main-content .content-left .promotion {
    background-color: #fff8ba;
    padding: 16px 20px 16px 67px;
    background: url(../img/information.png) no-repeat 3% 23px #fff8ba
}

#main-content .content-left .promotion p {
    padding: 0;
    margin: 0
}

#main-content hr.border {
    border: 0;
    height: 1px;
    background: #e4e4e4;
    background-image: linear-gradient(to right, #f9f9f9, #c5c5c5, #f9f9f9);
    margin: 0;
    margin: 30px 0 !important
}

#main-content .content-left .blog-img {
    margin: 16px 0
}

#main-content .content-left .blog-list {
    overflow: hidden;
    margin-top: 22px
}

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

#main-content .content-left ul li .image-left {
    float: left;
    width: 30%;
    margin-right: 4%
}

#main-content .content-left ul li .blog-description {
    float: right;
    width: 66%
}

#main-content .content-left ul li .blog-description h3 {
    margin: 0
}

#main-content .content-left ul li .blog-description h3 a {
    text-decoration: none;
    font-size: 20px;
    color: #414141
}

#main-content .content-left ul li .blog-description h3 a:hover {
    color: #ffc624
}

#main-content .content-left ul li .blog-description p {
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 20px;
    margin: 0
}

#main-content .content-left ul li .blog-description p.date {
    text-transform: uppercase;
    font-size: 13px;
    color: #ccc;
    margin: 4px 0
}

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

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

#main-content .sidebar-right .link-list h3 {
    background: #717171;
    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.categories_link li a {
    background: url(images/arrow-right-icon.html) no-repeat left center;
    padding-left: 20px
}

#main-content .sidebar-right .link-list ul li a h4 {
    font-weight: 400;
    font-size: 16px;
    color: #c3c3c3;
    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 h4:hover,
#main-content .sidebar-right .link-list ul li a:hover {
    color: #ffc624
}

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

#main-content .studio-prices {
    overflow: hidden
}

#main-content .studio-prices table {
    width: 100%
}

#main-content .studio-prices table thead tr th {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 12px 8px
}

#main-content .studio-prices table thead tr th:nth-child(1) {
    text-align: left;
    width: 54%
}

#main-content .studio-prices table thead tr th:nth-child(2),
#main-content .studio-prices table thead tr th:nth-child(3) {
    width: 20%
}

#main-content .studio-prices table tbody tr {
    background: #f2f2f2
}

#main-content .studio-prices table tbody tr:nth-child(odd) {
    background: #fff
}

#main-content .studio-prices table thead tr:first-child {
    background: #4f4f4f
}

#main-content .studio-prices table tbody tr td {
    font-size: 16px;
    color: #4f4f4f;
    border-right: 1px solid #dedede;
    box-sizing: border-box;
    line-height: 22px;
    padding: 20px 22px
}

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

#main-content .free-features ul li {
    font-weight: 600;
    font-size: 16px;
    color: #00b11e;
    line-height: 20px;
    padding-left: 28px;
    margin: 0 4% 6px 0
}

#main-content .free-features ul li.flightd-icon {
    background: url(../img/small-airplane-green-icon.html) no-repeat left center
}

#main-content .free-features ul li.cancellation-icon {
    background: url(../img/small-cancellation-green-icon.html) no-repeat left center
}

#main-content .free-features ul li.trusted-icon {
    background: url(../img/small-trusted-green-icon.html) no-repeat left center
}

#main-content .booking-form {
    overflow: hidden;
    margin-top: 28px
}

#return_booking {
    display: none
}

#main-content .booking-form hr {
    margin: 36px 0 26px 0
}

#main-content form fieldset {
    background-color: #434343;
    box-sizing: border-box;
    padding: 24px 24px;
    margin-bottom: 12px
}

#main-content .msg-error,
#main-content .msg-success {
    background: green;
    color: #fff;
    padding: 10px;
    border-radius: 6px
}

#main-content .msg-error {
    background: red
}

#main-content .manage-booking form fieldset {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px
}

#main-content form fieldset h3 {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px
}

#main-content form fieldset legend {
    display: inline-block;
    background: #fff;
    font-weight: 400;
    font-size: 18px;
    color: #3e3e3e;
    padding: 0 12px
}

#main-content form fieldset label {
    color: #fff
}

#main-content .manage-booking form label {
    color: #3e3e3e
}

#main-content .manage-booking form fieldset:last-child,
#main-content form fieldset:last-child {
    margin-bottom: 0
}

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

#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 .form-row .form-quarter {
    float: left;
    width: 32%;
    margin-right: 2%
}

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

#main-content form label {
    display: block;
    font-size: 16px;
    color: #353535;
    margin-bottom: 12px
}

#main-content form .return-info {
    margin: 0 !important
}

#main-content form .return-info label {
    background-color: #00b11e;
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    border-radius: .25rem;
    padding: 16px 28px;
    margin: 0
}

#main-content form .return-info label:active,
#main-content form .return-info label:focus,
#main-content form .return-info label:hover {
    background-color: #0071b2
}

#main-content form #return_time {
    margin-top: 18px
}

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

#main-content form label.error {
    font-size: 12px;
    padding-top: 10px
}

#main-content .booking-form form input[type=date],
#main-content .booking-form form input[type=email],
#main-content .booking-form form input[type=text],
#main-content .booking-form form select,
#main-content .booking-form form textarea,
#main-content .contact-form form input[type=email],
#main-content .contact-form form input[type=text],
#main-content .contact-form form textarea,
#main-content form fieldset input[type=number],
#main-content form fieldset 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=text],
#main-content form input[type=time],
#main-content form select {
    background-color: #fff !important;
    width: 100%;
    border: 0;
    outline: 0 !important;
    font-size: 14px;
    box-sizing: border-box;
    color: #666;
    border: 2px solid #dadada;
    border-radius: 5px;
    padding: 16px 18px 16px 50px
}

#main-content form fieldset input[type=number],
#main-content form fieldset textarea {
    font-size: 14px;
    padding: 16px 18px
}

#main-content form fieldset input[type=number],
#main-content form fieldset input[type=tel] {
    padding-left: 54px
}

#main-content pay-info {
    margin: 0 auto
}

#main-content .pay-info .form-row {
    margin-bottom: 18px
}

#main-content .pay-info .form-row:last-child {
    margin-bottom: 0
}

#main-content .booking-form form input[type=email].error,
#main-content .booking-form form input[type=text].error,
#main-content .booking-form form select.error,
#main-content .contact-form form input[type=email].error,
#main-content .contact-form form input[type=text].error {
    border-color: red
}

#main-content .contact-form form textarea {
    height: 150px;
    padding: 0;
    padding: 16px 18px
}

#main-content form .form-row .date-info input[type=date],
#main-content form .form-row .date-info input[type=text] {
    background: url(../img/calendar-icon.png) no-repeat 5% center
}

#main-content form .form-row .time-info select {
    background: url(../img/time-icon.png) no-repeat 12% center
}

#main-content form .form-row .time-info input[type=text],
#main-content form .form-row .time-info input[type=time] {
    background: url(../img/time-icon.png) no-repeat 5% center
}

#main-content form .form-row .flight-num-info input[type=text] {
    background: url(../img/airplane-icon.png) no-repeat 5% center
}

#main-content form .form-row .parking-vehicle-icon input[type=text] {
    background: url(../img/parking-vehicle-icon.png) no-repeat 5% center
}

#main-content form .form-row .meet-and-greet-info label span {
    float: right
}

#main-content form .form-row .meet-and-greet-info .box {
    background: #fff url(../img/meet-and-greet-icon.png) no-repeat 96% center;
    box-sizing: border-box;
    border: 2px solid #dadada;
    border-radius: 5px;
    padding: 11px 12px
}

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

#main-content .booking-form form .details .form-row {
    overflow: hidden;
    width: 100%;
    margin-bottom: 28px
}

#main-content .booking-form form .details .no-overflow {
    overflow: visible !important
}

#main-content .booking-form form .details .message {
    padding-top: 14px
}

#main-content .booking-form form .details .form-row:last-child {
    margin-bottom: 0
}

#main-content form .form-row .passenger-info input[type=text] {
    background: url(../img/passenger-icon.png) no-repeat 2.5% center;
    padding-left: 48px
}

#main-content form .form-row .email-info input[type=email] {
    background: url(../img/email-icon.png) no-repeat 5% center
}

.intl-tel-input,
.intl-tel-input input[type=text] {
    background-image: none !important;
    width: 100%
}

#main-content form .form-row .email-info input[type=text] {
    background: url(../img/email-icon.png) no-repeat 5% center
}

#main-content form .form-row .notes-info textarea {
    background: #fff url(../img/notes-icon.png) no-repeat 2.5% 40%;
    padding-left: 48px
}

#main-content form .form-row .couponcode-icon input[type=text] {
    background: #fff url(../img/coupon-code-icon.png) no-repeat 5% center
}

#main-content .booking-form form .payments-btn {
    overflow: hidden
}

#main-content .booking-form form h4 {
    font-weight: 700;
    font-size: 16px;
    color: #636363
}

#main-content .booking-form form .payments-btn ul {
    overflow: hidden
}

#main-content .booking-form form .payments-btn ul li {
    float: left;
    width: 48%;
    margin-right: 4%
}

#main-content .booking-form form .payments-btn ul li label {
    background-color: #efefef;
    font-weight: 700;
    font-size: 16px;
    color: #434343;
    cursor: pointer;
    border-radius: 5px;
    padding: 12px 12px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0
}

#main-content .booking-form form .payments-btn ul li label span {
    font-weight: 400;
    font-size: 12px
}

#main-content .booking-form form .payments-btn ul li input[type=radio] {
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-right: 8px
}

#main-content .booking-form form .payments-btn ul li label img {
    display: block;
    margin-top: 12px
}

#main-content .booking-form form .payments-btn label:active,
#main-content .booking-form form .payments-btn label:focus,
#main-content .booking-form form .payments-btn label:focus-within,
#main-content .booking-form form .payments-btn label:hover,
#main-content .booking-form form .payments-btn label:visited {
    background: #ffbd00
}

#main-content .booking-form form .payments-btn ul li:last-child {
    margin-right: 0
}

#main-content .booking-form form .payments-btn ul li a:hover {
    background: #434343;
    color: #ffbd00
}

#main-content .booking-form form .payments-btn ul li:last-child a {
    margin-right: 0
}

#main-content .booking-form form .form-btn,
#main-content .pay-info form .form-btn {
    overflow: hidden;
    margin-top: 4%
}

#main-content .booking-form form button[type=submit],
#main-content .contact-form form button[type=submit],
#main-content .pay-info form button[type=submit] {
    background: #00b11e url(../img/form-btn-right-arrow-icon.png) no-repeat 90% center;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-left: 1px solid #ffd358;
    box-sizing: border-box;
    padding: 28px 28px
}

#main-content form button.btn-danger {
    background: #c5212f !important
}

#main-content .booking-form form button[type=submit]:hover,
#main-content .contact-form form button[type=submit]:hover,
#main-content .pay-info form button[type=submit]:hover {
    background: #434343 url(../img/form-btn-right-arrow-icon.png) no-repeat 90% center !important;
    color: #ffbd00
}

#main-content form button.btn-danger:hover {
    background: #434343 !important;
    color: #ffbd00
}

#main-content .group-btns {
    overflow: hidden
}

#main-content .group-btns form .paybycard,
#main-content .group-btns form button,
#main-content .group-btns ul li.button {
    margin-bottom: 12px
}

#main-content .group-btns form .paybycard {
    border: 2px solid #ffc624;
    box-sizing: border-box;
    padding: 12px 12px
}

#main-content .group-btns form .paybycard img {
    margin: 16px 0
}

#main-content .group-btns form button:last-child {
    margin-bottom: 0
}

#main-content .group-btns ul li.button a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 0 2px #000
}

#main-content .group-btns form button[type=submit],
#main-content .group-btns ul li.button {
    text-transform: capitalize !important;
    padding: 28px 12px !important
}

#main-content aside.sidebar-right .parking-info .booking-info {
    background: #464646;
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 22px;
    margin-top: 26px
}

#main-content aside.sidebar-right .parking-info .price-info h3,
#main-content aside.sidebar-right .parking-info h3 {
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

#main-content aside.sidebar-right .parking-info ul {
    margin-top: 18px
}

#main-content aside.sidebar-right .parking-info ul li {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px
}

#main-content aside.sidebar-right .parking-info ul li:nth-child(2) {
    margin-bottom: 22px
}

#main-content aside.sidebar-right .parking-info ul li span {
    float: right
}

#main-content aside.sidebar-right .parking-info ul li span.parking-name {
    font-weight: 900;
    font-size: 24px
}

#main-content aside.sidebar-right .parking-info .price-info {
    background: #146cb2;
    overflow: hidden;
    box-sizing: border-box;
    padding: 45px 22px;
    border-top: 1px solid #fff
}

#main-content aside.sidebar-right .parking-info .price-info h4 {
    font-weight: 700;
    font-size: 74px;
    color: #fff;
    line-height: 60px;
    margin: 0;
    margin: 8px 0
}

#main-content aside.sidebar-right .parking-info .price-info p {
    color: #fff
}

#main-content .contact-form {
    margin-top: 40px
}

#main-content .contact-form hr {
    margin: 40px 0
}

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

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

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

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

#main-content aside.sidebar-right .booking-details ul {
    overflow: hidden
}

#main-content aside.sidebar-right .booking-details ul li {
    background: url(../img/small-yallow-tickmark-icon.png) no-repeat left top, url(../img/small-yallow-dot-icon.png) repeat-y 8px top;
    padding: 0 0 22px 36px
}

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

#main-content aside.sidebar-right .booking-details ul li:nth-child(4) h4 {
    color: #fff
}

#main-content aside.sidebar-right .booking-details ul li.inactive {
    background: url(../img/small-grey-circle-icon.png) no-repeat left top, url(../img/small-grey-dot-icon.png) repeat-y 8px 12px
}

#main-content aside.sidebar-right .booking-details ul li p.price {
    line-height: 28px;
    font-size: 34px;
    padding-top: 8px
}

#main-content aside.sidebar-right .customer-care {
    margin-top: 26px
}

#main-content aside.sidebar-right .customer-care h4 {
    font-weight: 700;
    font-size: 18px;
    color: #00b11e;
    margin-bottom: 8px
}

#main-content aside.sidebar-right .customer-care p {
    line-height: 22px;
    color: #00b11e
}

#main-content aside.sidebar-right .customer-care ul li {
    background: url(../img/checkmark-green-icon.png) no-repeat left 2%;
    padding-left: 34px;
    margin-bottom: 20px
}

#main-content aside.sidebar-right .customer-care ul li:last-child {
    margin-bottom: 0
}

#main-content aside.sidebar-right .relevant-pages {
    margin-top: 0
}

#main-content aside.sidebar-right .relevant-pages ul li {
    float: none;
    width: 100%;
    margin-bottom: 28px
}

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

#main-content aside.sidebar-right .address-info {
    overflow: hidden
}

#main-content aside.sidebar-right .address-info h3 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

#main-content aside.sidebar-right .address-info p {
    font-weight: 300;
    font-size: 16px;
    color: #dcdcdc
}

#main-content aside.sidebar-right .address-info ul li {
    background: #434343;
    box-sizing: border-box;
    padding: 12px 20px;
    margin-bottom: 12px;
    margin-right: 3px
}

#main-content aside.sidebar-right .address-info ul li p span {
    display: block
}

#main-content aside.sidebar-right .address-info ul li a {
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    color: #dcdcdc
}

#main-content aside.sidebar-right .address-info ul li:last-child {
    margin-bottom: 0;
    margin-bottom: 3px
}

#main-content aside.sidebar-right .social {
    overflow: hidden;
    margin-top: 15px
}

#main-content aside.sidebar-right .social ul li a {
    display: block;
    text-decoration: none;
    font-weight: 300;
    font-size: 16px;
    color: #6d6d6d;
    padding: 5px 0
}

#main-content aside.sidebar-right .address-info ul li a:hover,
#main-content aside.sidebar-right .social ul li a:hover {
    color: #ffc624
}

#main-content aside.contact-info {
    overflow: hidden
}

#main-content aside.contact-info .address-info {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px
}

#main-content aside.contact-info .address-info ul li {
    background: 0 0;
    padding: 0;
    margin: 0;
    margin-bottom: 18px
}

#main-content aside.contact-info .address-info h3 {
    color: #434343;
    margin: 0
}

#main-content aside.contact-info .address-info p {
    font-weight: 400;
    color: #909090;
    margin: 0;
    margin-top: 8px
}

#main-content aside.contact-info .address-info ul li a {
    text-decoration: none;
    font-weight: 400;
    color: #909090
}

#main-content aside.contact-info .social {
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px
}

#main-content aside.contact-info .social h3 {
    margin-top: 0
}

#main-content aside.contact-info .social ul li {
    display: inline
}

#main-content aside.contact-info .social ul li a {
    text-decoration: none;
    float: left;
    width: 8%;
    margin-right: 2%
}

#main-content aside.contact-info .social ul li:last-child a {
    margin-right: 0
}

#main-content aside.contact-info .customers-info {
    overflow: hidden;
    margin: 14px 0
}

#main-content aside.contact-info .customers-info ul li {
    padding: 8px 0 8px 96px;
    margin-bottom: 8px
}

#main-content aside.contact-info .customers-info ul li.live-chating {
    background: url(../img/live-chating-icon.png) no-repeat 4% center
}

#main-content aside.contact-info .customers-info ul li.open-account {
    background: url(../img/open-account-icon.png) no-repeat 4% center
}

#main-content aside.contact-info .customers-info ul li.join-driver {
    background: url(../img/join-driver-icon.png) no-repeat 4% center
}

#main-content aside.contact-info .customers-info ul li.write-complaint {
    background: url(../img/write-complaint-icon.png) no-repeat 4% center
}

#main-content aside.contact-info .customers-info ul li h3 {
    padding-top: 0;
    margin: 0
}

#main-content aside.contact-info .customers-info ul li h3 a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #4e4e4e
}

#main-content aside.contact-info .customers-info ul li h3 a:hover {
    color: #ffc624
}

#main-content aside.contact-info .customers-info ul li p {
    font-weight: 300;
    font-size: 16px;
    color: #909090;
    padding: 0;
    padding-top: 5px;
    margin: 0
}

#main-content aside.contact-info .customers-info ul li:last-child {
    margin-bottom: 4px
}

#main-content .content-left .join-form {
    overflow: hidden;
    margin-top: 38px
}

#main-content aside.sidebar-right .banner {
    margin-bottom: 12px;
    margin-right: 3px
}

#main-content aside.contact-info .banner {
    margin-bottom: 26px
}

#main-content aside.sidebar-right .banner img {
    box-shadow: 2px 2px 3px #878787
}

#main-content .content-left .lostproperty-form {
    overflow: hidden;
    margin-top: 38px
}

#main-content .content-left .lostproperty-form hr {
    margin: 34px 0
}

#main-content .content-left .lostproperty-form .date-info input[type=text] {
    background: url(../img/calendar-icon.png) no-repeat 7.5% center
}

#main-content .content-left .complaint-form {
    overflow: hidden;
    margin-top: 38px
}

#main-content .content-left .complaint-form hr {
    margin: 34px 0
}

#main-content .content-left .complaint-form .address label span {
    float: right
}

#main-content .content-left .openaccount-form {
    overflow: hidden;
    margin-top: 38px
}

#main-content .content-left .openaccount-form hr {
    margin: 34px 0
}

#main-content .content-left .openaccount-form h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 20px
}

#main-content .content-left .openaccount-form .form-row p {
    font-size: 14px;
    color: #f1f1f1;
    padding-top: 6px;
    margin: 0
}

#main-content .content-left .openaccount-form .passenger-info input[type=text] {
    background: url(../img/passenger-icon.png) no-repeat 5% center
}

#main-content .vehicle-list {
    overflow: hidden
}

#main-content .vehicle-list ul li {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding: 36px 0
}

#main-content .vehicle-list ul li .image {
    float: left;
    width: 26%;
    margin-right: 4%
}

#main-content .vehicle-list ul li .image img {
    vertical-align: middle
}

#main-content .vehicle-list ul li .car-info {
    float: left;
    width: 26%;
    margin-right: 4%
}

#main-content .vehicle-list ul li .car-info h3 {
    font-weight: 700;
    font-size: 26px;
    color: #454545;
    margin: 0
}

#main-content .vehicle-list ul li .car-info ul {
    margin-top: 10px
}

#main-content .vehicle-list ul li .car-info ul li {
    text-transform: uppercase;
    float: left;
    width: 48%;
    font-weight: 600;
    font-size: 16px;
    color: #717171;
    line-height: 24px;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    padding-left: 36px;
    margin-right: 4%
}

#main-content .vehicle-list ul li .car-info ul li.passenger {
    background: url(../img/black-passenger-icon.png) no-repeat left center
}

#main-content .vehicle-list ul li .car-info ul li.luggage {
    background: url(../img/black-briefcase-icon.html) no-repeat left center
}

#main-content .vehicle-list ul li .car-info ul li:last-child {
    margin-right: 0
}

#main-content .vehicle-list ul li .price {
    float: left;
    width: 16%;
    text-align: center;
    margin-right: 4%
}

#main-content .vehicle-list ul li .price p {
    font-weight: 700;
    font-size: 28px;
    color: #454545;
    margin: 0
}

#main-content .vehicle-list ul li .book-btn {
    float: left;
    width: 20%
}

#main-content .vehicle-list ul li .book-btn input {
    background: #454545 url(../img/book-arrow-right-icon.html) no-repeat 90% 17px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    padding: 14px 38px 14px 21px;
    border: 0;
    cursor: pointer
}

#main-content .vehicle-list ul li .book-btn input:hover {
    background-color: #ffc623;
    color: #454545
}

#main-content .vehicle-list ul li:first-child {
    padding-top: 0
}

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

#main-content .taxitips-content {
    overflow: hidden
}

#main-content .taxitips-content .row .col-half h2 {
    margin-top: 0
}

#main-content .taxitips-content .banner {
    margin: 28px 0
}

#main-content .taxitips-content .tips-descriptions p {
    font-size: 16px;
    margin: 26px 0
}

#main-content .taxitips-content .no-margin {
    margin: 0
}

#main-content .customer-reviews {
    overflow: hidden
}

#main-content .customer-reviews .stars {
    margin-bottom: 18px
}

#main-content .customer-reviews hr {
    margin: 32px 0
}

#main-content .customer-reviews blockquote {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #484848;
    line-height: 24px
}

#main-content .customer-reviews cite {
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #484848;
    margin-top: 18px
}

#main-content .content-photos {
    overflow: hidden
}

#main-content .content-photos ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%
}

#main-content .content-photos ul li:nth-child(12),
#main-content .content-photos ul li:nth-child(15),
#main-content .content-photos ul li:nth-child(18),
#main-content .content-photos ul li:nth-child(3),
#main-content .content-photos ul li:nth-child(6),
#main-content .content-photos ul li:nth-child(9) {
    margin-right: 0
}

#main-content .content-photos .no-margin-bottom {
    margin-bottom: 0
}

#main-content .relevant-pages {
    overflow: hidden;
/*    background: #ececec;*/
    padding: 40px 0 60px 0;
    margin: 40px 0
}

#main-content .relevant-pages h2 {
    margin: 0
}

#main-content .relevant-pages ul {
    overflow: hidden;
    padding-top: 40px
}

#main-content .relevant-pages ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
    background-color: #fff
}

#main-content .relevant-pages ul li h3 a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #4b4b4b;
    border-bottom: 4px solid #146cb2;
    transition: border-color .5s ease;
    padding: 12px 0
}

#main-content .relevant-pages ul li h3 a:hover {
    border-bottom: 4px solid #ffbd00
}

#main-content .relevant-pages ul li h3 {
    margin: 0;
    text-align: center
}

#main-content .relevant-pages ul li:nth-child(12),
#main-content .relevant-pages ul li:nth-child(3),
#main-content .relevant-pages ul li:nth-child(6),
#main-content .relevant-pages ul li:nth-child(9) {
    margin-right: 0
}

#main-content .relevant-pages ul li.margin-bottom-none {
    margin-bottom: 0
}

#main-content .service-content {
    overflow: hidden;
    background: #fff;
    padding: 0;
    margin-bottom: 0
}

#main-content .service-content ul {
    padding: 0
}

#quote-booking {
    overflow: hidden;
    margin-top: -132px
}

.innerpage-bnts {
    margin-top: -131px !important
}

#quote-booking ul {
    overflow: hidden;
    width: 90%;
    margin: 0 auto
}

#quote-booking ul li {
    float: left;
    width: 32%;
    margin-right: 2%
}

#quote-booking ul li h3 {
    margin: 0
}

#quote-booking ul li h3 a {
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    font-size: 32px;
    color: #4f4f4f;
    box-sizing: border-box;
    border-top: 14px solid #ffc624;
    padding: 24px 22px 24px 100px;
    width: 100%
}

#quote-booking ul li h3 a span {
    display: block;
    padding-top: 6px
}

#quote-booking ul li:last-child {
    margin-right: 0
}

#quote-booking ul li.standard-booking h3 a {
    background: #fff url(../img/standard-booking-icon.png) no-repeat 12% center
}

#quote-booking ul li.to-airport h3 a {
    background: #fff url(../img/to-airport-icon.png) no-repeat 12% center
}

#quote-booking ul li.from-airport h3 a {
    background: #fff url(../img/from-airport-icon.png) no-repeat 12% center
}

#quote-booking ul li h3 a:hover {
    border-top: 14px solid #ffc624;
    color: #fff
}

#quote-booking ul li h3 a:hover {
    background-color: #fff
}

#quote-booking ul li.standard-booking h3 a::after {
    background: #4f4f4f url(../img/standard-booking-icon-white.png) no-repeat 12% center
}

#quote-booking ul li.to-airport h3 a::after {
    background: #4f4f4f url(../img/to-airport-icon-white.png) no-repeat 12% center
}

#quote-booking ul li.from-airport h3 a::after {
    background: #4f4f4f url(../img/from-airport-icon-white.png) no-repeat 12% center
}

.page .booking-btns {
    margin: 0 !important
}

.page .booking-btns ul li {
    overflow: hidden
}

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

.page-breadcrumbs {
    background: #f1f1f1 !important
}

#breadcrumbs ul li {
    display: inline
}

#breadcrumbs ul li a {
    background: url(../img/double-arrow-icon.png) no-repeat right center;
    float: left;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    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: #059513
}

.page-breadcrumbs {
    background: #353535;
    padding: 12px 0;
    margin-top: 0 !important
}

#main-content .row .taxis-tips {
    overflow: hidden;
    margin-top: 26px
}

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

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

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

#main-content .row .taxis-tips ul li .description-right h3 {
    font-size: 22px;
    color: #635d5d;
    margin-top: 0
}

#main-content .questions {
    margin-top: 12px
}

#main-content .questions .row {
    margin-top: 12px
}

#main-content .questions p {
    line-height: 22px;
    margin: 0;
    margin: 8px 0
}

#main-content .questions .answers {
    margin-top: 22px
}

#main-content .questions h4 {
    color: #4f4f4f
}

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

#main-content .contact-information p {
    margin: 0;
    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 .booking-confirmation .box {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 18px
}

#main-content .booking-confirmation .box:last-child {
    margin-bottom: 0
}

#main-content .booking-confirmation .reference-info {
    overflow: hidden;
    margin: 20px 0
}

#main-content .booking-confirmation p.reference-num {
    font-size: 26px;
    margin-top: 6px
}

#main-content .booking-confirmation .btns {
    overflow: hidden;
    margin-top: 28px
}

#main-content .booking-confirmation .btns .btn {
    display: inline-block;
    margin-right: 2%
}

#main-content .booking-confirmation .btns a {
    background: #f9a30d;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 14px 20px 14px 36px
}

#main-content .booking-confirmation .btns .print-btn a {
    background: #146cb2 url(../img/small-print-white-icon.png) no-repeat 8% center
}

#main-content .booking-confirmation .btns .print-btn a:hover {
    background: #f9a30d url(../img/small-print-white-icon.png) no-repeat 8% center
}

#main-content .booking-confirmation .btns .book-btn a {
    background: #f9a30d url(../img/small-car-white-icon.png) no-repeat 7% center
}

#main-content .booking-confirmation .btns .book-btn a:hover {
    background: #146cb2 url(../img/small-car-white-icon.png) no-repeat 7% center
}

#main-content .booking-confirmation .destination-info {
    background: url(../img/small-vertical-border-black.png) no-repeat 6px 38%
}

#main-content .booking-confirmation .destination-info p {
    line-height: 22px;
    padding-left: 26px;
    margin: 0;
    margin-top: 8px
}

#main-content .booking-confirmation .destination-info p.pick-up {
    background: url(../img/pick-up-blue-icon.png) no-repeat left 22%
}

#main-content .booking-confirmation .destination-info p.drop-off {
    background: url(../img/drop-off-blue-icon.png) no-repeat left 22%
}

#main-content .booking-confirmation .rating {
    overflow: hidden
}

#main-content .booking-confirmation .rating .rating-list {
    float: left;
    width: 78%;
    margin-right: 2%
}

#main-content .booking-confirmation .rating ul li {
    float: left;
    width: 9.08%
}

#main-content .booking-confirmation .rating ul li a {
    background: #f7fdff;
    display: block;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-right: 0;
    box-sizing: border-box;
    padding: 14px 12px
}

#main-content .booking-confirmation .rating ul li a:hover {
    background: #146cb2;
    color: #fff
}

#main-content .booking-confirmation .rating ul li:last-child {
    border-right: 1px solid #dbdbdb
}

#main-content .booking-confirmation .rating .btn {
    float: left;
    width: 20%;
    margin-top: 39px
}

#main-content .booking-confirmation .rating input[type=submit] {
    background: #146cb2;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    padding: 13px 12px
}

#main-content .booking-confirmation .rating input[type=submit]:hover {
    background: #383838
}

#main-content .booking-confirmation .row .col {
    width: 27%
}

#main-content .booking-confirmation .passenger-info p {
    line-height: 18px;
    padding-left: 22px;
    margin-bottom: 8px
}

#main-content .booking-confirmation .passenger-info ul li.passenger-icon p {
    background: url(../img/xl-small-passenger-black-icon.png) no-repeat left center
}

#main-content .booking-confirmation .passenger-info ul li.suitcase-icon p {
    background: url(../img/small-suitcases-black-icon.png) no-repeat left center
}

#main-content .booking-confirmation .passenger-info ul li.include-icon p {
    background: url(../img/small-include-black-icon.png) no-repeat left center
}

#main-content .booking-confirmation .journey-info {
    width: 40% !important
}

#main-content .booking-confirmation .journey-info h4 {
    font-weight: 600;
    font-size: 16px;
    color: #515059
}

#main-content .booking-confirmation .price-info p.price {
    font-weight: 700;
    font-size: 28px;
    color: #515059
}

#main-content .booking-confirmation .price-info .btns .btn {
    display: block
}

#main-content .booking-confirmation .price-info .btns .btn a {
    background-color: #146cb2;
    width: 220px;
    display: block;
    margin: 0 auto
}

#main-content .booking-confirmation .price-info .print-btn a {
    background: #146cb2 url(../img/small-print-white-icon.png) no-repeat 6% center
}

#main-content .booking-confirmation .price-info .print-btn a:hover {
    background: #f9a30d url(../img/small-print-white-icon.png) no-repeat 6% center
}

#main-content .booking-confirmation .price-info .edit-btn a {
    background: #146cb2 url(../img/small-edit-white-icon.png) no-repeat 6% center
}

#main-content .booking-confirmation .price-info .edit-btn a:hover {
    background: #f9a30d url(../img/small-edit-white-icon.png) no-repeat 6% center
}

#main-content .help-faqs h3 {
    background: #ececec;
    padding: 6px 12px
}

#main-content .managebooking-info {
    overflow: hidden;
    width: 60%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 22px 22px;
    margin: 0 auto
}

#main-content .managebooking-info .tips ul.unorderlist-arrow li {
    background: url(../img/small-tickmark-green-icon.png) no-repeat left center
}

#main-content .managebooking-info form button[type=submit] {
    padding: 22px 12px
}

#main-content .quality {
    overflow: hidden
}

#main-content .quality .box {
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    padding: 14px 14px
}

#main-content .quality .sidebar-left {
    float: left;
    width: 30%;
    margin-right: 2%
}

#main-content .quality .sidebar-left ul.list {
    margin: 0
}

#main-content .quality .sidebar-left ul.list li {
    background-image: none;
    padding-left: 34px;
    margin: 16px 0
}

#main-content .quality .sidebar-left ul.list li.thumbsup-icon {
    background: url(../img/small-green-thumbs-up-icon.png) no-repeat left center;
    margin-top: 0
}

#main-content .quality .sidebar-left ul.list li.credit-card-icon {
    background: url(../img/small-green-credit-card-icon.png) no-repeat left center
}

#main-content .quality .sidebar-left ul.list li.traffic-sign-icon {
    background: url(../img/small-green-traffic-sign.png) no-repeat left center
}

#main-content .quality .sidebar-left ul.list li.checkmark-icon {
    background: url(../img/small-green-checkmark-icon.png) no-repeat left center
}

#main-content .quality .sidebar-left ul.list li.captain-icon {
    background: url(../img/small-green-captain-icon.png) no-repeat left center;
    margin-bottom: 0
}

#main-content .quality .content-right {
    float: right;
    width: 68%
}

#main-content .quality .row {
    min-height: 172px
}

#main-content .quality .row .quarter {
    text-align: center;
    margin-right: 2%
}

#main-content .quality .row .quarter h3 {
    font-size: 20px
}

#main-content .quality .row .quarter p {
    font-size: 13px;
    line-height: initial
}

#main-content .quality .row .quarter:last-child {
    margin-right: 0
}

main {
    overflow: hidden
}















main h1 {

    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    color: #414141;
    line-height: initial;
    padding-bottom: 14px;
    margin-top: 20px;
}

main p + h2 {

    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    color: #414141;
    line-height: initial;
    padding-bottom: 14px;
    margin-top: 20px;
}

main h1 + h2 {

    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    color: #414141;
    line-height: initial;
    padding-bottom: 14px;
    margin-top: 20px;
}

main p + h3 {

    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    color: #414141;
    line-height: initial;
    padding-bottom: 14px;
    margin-top: 20px;
}

main h4, main h5 {
    background: url(../img/heading-bottom-bg.png) no-repeat bottom left;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    color: #414141;
    line-height: initial;
    padding-bottom: 14px;
    margin-top: 20px;
}

#main-content .relevant-pages ul li img {
/*    height: 271px;*/
}












main h2 img {
    vertical-align: middle;
    margin-right: 12px
}

main h3 {
    font-weight: 400;
    font-size: 22px;
    color: #4b4b4b;
    line-height: 26px
}

main h4 {
    line-height: 24px
}

main p {
    font-weight: 400;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 22px
}

#main-content {
    overflow: hidden;
    padding: 40px 0
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.align-items {
    align-items: center
}

#main-content .text-capitalize {
    text-transform: capitalize !important
}

#main-content form .form-row {
    width: 100%;
    margin-bottom: 18px
}

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

#main-content form label {
    margin-bottom: 9px
}

#main-content form input[type=email],
#main-content form input[type=number],
#main-content form input[type=tel],
#main-content form input[type=text] {
    border: 1px solid #ccc;
    padding: 0;
    padding: 16px 16px
}

#main-content table {
    width: 100%
}

#main-content table thead tr.blue {
    background: #90b2d7
}

#main-content table thead tr.black {
    background: #4f4f4f
}

#main-content table thead tr th {
    border: 1px solid #ccc;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f;
    padding: 12px 22px
}

#main-content table tbody tr td {
    font-size: 14px;
    color: #4f4f4f;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 12px 22px
}

#main-content table.picker__table tbody tr td,
#main-content table.picker__table thead tr th {
    font-weight: inherit;
    text-align: inherit;
    font-size: inherit;
    color: inherit;
    box-sizing: border-box;
    border: 0;
    padding: 0
}

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

#main-content .fare-table {
    margin-top: 18px
}

#main-content .no-margin {
    margin: 0
}

#main-content .no-margin-bottom {
    margin-bottom: 0
}

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

#main-content .d-block {
    display: block
}

#main-content .d-inline-block {
    display: inline-block
}

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

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

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

#main-content ul.great-tips {
    margin: 0
}

#main-content ul.great-tips li {
    background: url(../img/greentick-icon.png) no-repeat left center;
    padding: 0;
    padding: 6px 0 5px 36px;
    margin: 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: 14px;
    color: #4f4f4f;
    line-height: 22px;
    margin: 10px 0
}

#main-content ul.list-unstyled li {
    list-style-type: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

#main-content .link-style a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #529fcc
}

#main-content .link-style a:hover {
    color: #ffc624
}

#main-content .row .image-left {
    float: left;
    width: 32%;
    margin-right: 2%
}

#main-content .row .descriptions-right {
    float: right;
    width: 66%
}

#main-content .row .descriptions-right p:last-child,
#main-content .row .row p:last-child {
    margin-bottom: 0
}

#main-content .row .taxitips-info ul li {
    background: #f1f1f1;
    float: left;
    width: 32%;
    margin-right: 2%
}

#main-content .row .taxitips-info ul li img {
    display: block
}

#main-content .row .taxitips-info ul li .image {
    border-bottom: 10px solid #fdba1b
}

#main-content .row .taxitips-info ul li .description {
    padding: 22px 24px
}

#main-content .row .taxitips-info ul li:last-child {
    margin-right: 0
}

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

#main-content a:link,
#main-content a:visited {
    font-weight: 600;
    border-bottom: none;
    text-decoration: underline 1px #bababa;
    text-decoration-skip-ink: none;
    text-underline-offset: .25em;
    color: rgb(0 86 172)
}

#main-content a:hover {
    color: #000
}

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

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

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

#main-content .row .col-half .parking-banner {
    margin-bottom: 18px
}

#main-content .row .col-half .parking-banner:last-child {
    margin-bottom: 0
}

#main-content .row .col {
    float: left;
    width: 31%;
    margin-right: 3%
}

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

#main-content .text-centered {
    overflow: hidden;
    width: 80%;
    text-align: center;
    margin: 0 auto
}

#main-content .text-centered h2 {
    background: url(../img/heading-bottom-bg.png) no-repeat bottom center;
    text-transform: uppercase;
    padding-bottom: 28px;
    margin: 0;
    margin-bottom: 32px
}

#main-content .text-centered p {
    line-height: 32px;
    margin-bottom: 0
}

#main-content .faqs-content {
    overflow: hidden
}

#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: 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #4b4b4b;
    cursor: pointer;
    padding: 16px 0
}

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

#main-content .ui-accordion-content {
    background: #f1f1f1;
    padding: 30px 0 15px 0;
    margin-top: 2px
}

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

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

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

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

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

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

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

#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: 0 0;
    border-top: 1px solid #d3d3d3 !important;
    padding: 0 0 20px 42px !important;
    margin-bottom: 10px !important
}

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

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

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

#main-content .easy-info {
    overflow: hidden
}

#main-content .easy-info ul li {
    overflow: hidden;
    margin-bottom: 26px
}

#main-content .easy-info ul li p {
    margin-top: 8px
}

#main-content .easy-info ul li .image-left {
    float: left;
    width: 17%;
    margin-right: 3%
}

#main-content .easy-info ul li .description {
    float: right;
    width: 80%
}

#main-content .easy-info ul li:last-child {
    margin-bottom: 0
}

#main-content .diagram .show-mobile {
    display: none
}

#main-content .booking-diagram {
    position: relative;
    margin: 26px 0 26px 42px
}

#main-content .booking-diagram h3 {
    position: absolute;
    top: -32px;
    left: -52px
}

#main-content .booking-diagram p {
    position: absolute;
    margin: 0
}

#main-content .booking-diagram .book-online {
    top: 168px;
    left: 118px
}

#main-content .booking-diagram .receive-confirmation {
    top: 168px;
    right: 68px
}

#main-content .booking-diagram .arrive-destination {
    top: 364px;
    left: 72px
}

#main-content .booking-diagram .meet-your-driver {
    top: 364px;
    right: 80px
}

#main-content .booking-diagram .enjoy-trip {
    top: 446px;
    left: -34px
}

#main-content .vehicles-list ul li {
    border: 2px solid #d8d8d8;
    border-right: 2px solid #6abdff;
    border-left: 2px solid #6abdff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 22px 22px;
    margin-bottom: 16px
}

#main-content .vehicles-list ul li .info {
    overflow: hidden;
    margin-bottom: 16px
}

#main-content .vehicles-list ul li .row {
    display: flex;
    align-items: center
}

#main-content .vehicles-list ul li .info h3 {
    font-weight: 700;
    font-size: 26px;
    color: #146cb2;
    margin-right: 22px
}

#main-content .vehicles-list ul li .info p {
    vertical-align: text-bottom
}

#main-content .vehicles-list ul li .info p span {
    padding-left: 30px;
    margin-right: 16px
}

#main-content .vehicles-list ul li .info p span.passengers-icon {
    background: url(../img/small-passengers-icon.png) no-repeat center left
}

#main-content .vehicles-list ul li .info p span.suitcases-icon {
    background: url(../img/suitcases-icon.png) no-repeat center left
}

#main-content .vehicles-list ul li .info p span.briefcase-icon {
    background: url(../img/briefcase-icon.png) no-repeat center left
}

#main-content .vehicles-list ul li:last-child {
    margin-bottom: 0
}

#main-content .vehicles-list .description {
    overflow: hidden
}

#main-content .vehicles-list .description ul li {
    background: url(../img/small-checkmark-green-icon.png) no-repeat left center;
    float: left;
    width: 48%;
    font-weight: 400;
    font-size: 14px;
    color: #00b11e;
    line-height: 20px;
    padding-left: 24px !important;
    margin: 0 4% 4px 0 !important
}

#main-content .vehicles-list .description ul li:nth-child(even) {
    margin-right: 0 !important
}

#main-content .vehicles-list .vehicle-img {
    float: left;
    width: 48%;
    margin-right: 4%
}

#main-content .vehicles-list .book-info {
    float: right;
    width: 48%
}

#main-content .vehicles-list .book-info ul li.price p {
    font-weight: 800;
    font-size: 30px;
    color: #4f4f4f;
    line-height: 25px;
    text-align: right
}

#main-content .vehicles-list .book-info ul li.highlight-text {
    margin: 10px 0 !important
}

#main-content .vehicles-list .book-info ul li.highlight-text p {
    font-weight: 700;
    font-size: 16px;
    padding-left: 28px;
    margin: 0
}

#main-content .vehicles-list .book-info .green-tickmark-icon {
    background: url(../img/small-green-checkmark-icon.png) no-repeat left center;
    margin-bottom: 4px !important
}

#main-content .vehicles-list .book-info .grey-tickmark-icon {
    background: url(../img/small-grey-tickkmark-icon.png) no-repeat left center
}

#main-content .group-btns ul li.button,
#main-content .vehicles-list .book-btn a.btn,
#main-content .vehicles-list .book-btn button[type=submit],
#main-content form button[type=submit] {
    background: #059513;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 6px;
    cursor: pointer;
    text-shadow: 0 0 2px #000;
    box-sizing: border-box;
    padding: 16px 12px
}

#main-content .group-btns ul li.button:hover,
#main-content .vehicles-list .book-btn button[type=submit]:hover,
#main-content form button[type=submit]:hover {
    background: #146cb2
}

#main-content .group-btns ul li.purple-bg:hover {
    background: #6e00be !important
}

#main-content .concise-info form button[type=submit] {
    text-transform: capitalize !important;
    font-size: 16px;
    padding: 22px 12px
}

#main-content form button[type=submit].green-bg {
    background: #14881f
}

#main-content form button[type=submit].red-bg {
    background: #f1172c
}

#main-content .concise-info form button[type=submit]:hover {
    background: #4f4f4f
}

#main-content .vehicles-list .book-info ul li:last-child {
    margin-right: 0 !important
}

#main-content .sidebar-right .getquote input[type=date],
#main-content .sidebar-right .getquote input[type=text],
#main-content .sidebar-right .getquote input[type=time],
#main-content .sidebar-right .getquote select {
    border: 0 !important;
    padding: 0
}

#main-content .row .taxi-info {
    overflow: hidden;
    margin-top: 50px
}

#main-content .row .taxi-info ul li {
    float: left;
    width: 24%;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
    padding: 0 4%
}

#main-content .row .taxi-info ul li:nth-child(3) {
    width: 28%;
    padding: 0 4%
}

#main-content .row .taxi-info ul li h3 {
    font-weight: 700;
    font-size: 78px;
    color: #707070;
    margin: 0
}

#main-content .row .taxi-info ul li h3 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #4f4f4f
}

#main-content .row .taxi-info ul li:last-child {
    border-right: 0
}

#main-content .row .travel-info {
    overflow: hidden;
    margin-top: 80px
}

#main-content .row .travel-info h3 {
    font-weight: 400;
    font-size: 28px;
    color: #4f4f4f
}

#main-content .row .travel-info p {
    line-height: 28px
}

#main-content .row .travel-info .executive-transfers {
    background: #eae5d6 url(../img/executive-cars-bg.png) no-repeat right bottom;
    float: left;
    width: 56%;
    box-sizing: border-box;
    padding: 36px 40px 132px 40px;
    margin-right: 4%
}

#main-content .row .travel-info .text-content {
    width: 60%;
    margin: 30px 0
}

#main-content .row .executive-transfers .readmore-btn {
    width: 36%
}

#main-content .row .executive-transfers .readmore-btn a {
    text-decoration: none;
    background: #ffc624;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #4f4f4f;
    padding: 20px 0
}

#main-content .row .executive-transfers .readmore-btn a:hover {
    background: #4f4f4f;
    color: #fff
}

#main-content .row .info-box {
    float: right;
    width: 40%;
    overflow: hidden
}

#main-content .row .info-box .airport-transfers {
    background: #eae5d6 url(../img/airplane-img.png) no-repeat right bottom;
    box-sizing: border-box;
    padding: 22px 40px;
    margin-bottom: 8%
}

#main-content .row .info-box .text-content {
    width: 70%;
    margin: 20px 0;
    margin-bottom: 0
}

#main-content .row .info-box .open-account {
    background: #eae5d6 url(../img/briefcase-img.png) no-repeat right center;
    box-sizing: border-box;
    padding: 22px 40px
}

#main-content .row .taxifare-info {
    overflow: hidden;
    margin-top: 80px
}

#main-content .row .taxifare-info .text-centerd p span {
    padding-right: 10px
}

#main-content .row .taxifare-info .text-centerd p span img {
    vertical-align: middle
}

#main-content .row .taxifare-info .text-centerd p span:last-child {
    padding-right: 0
}

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

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

#main-content .row .taxifare-info ul.fare-list li h3 {
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin: 0
}

#main-content .row .taxifare-info ul.fare-list li h3 span {
    float: left;
    display: block;
    padding: 10px 7%
}

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

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

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

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

#main-content .row .explore-cities {
    background: url(../img/explore-cities-map-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    box-sizing: border-box;
    padding: 136px 0;
    margin-top: 80px
}

#main-content .row .explore-cities ul.branches-list {
    overflow: hidden;
    margin-top: 50px
}

#main-content .row .explore-cities ul.branches-list li {
    background: #fff;
    float: left;
    width: 22.55%;
    border-bottom: 9px solid #ffc624;
    box-shadow: 0 0 10px #8e8e8e;
    box-sizing: border-box;
    padding: 40px 32px;
    margin: 8px;
    margin-right: 2%
}

#main-content .row .explore-cities ul.branches-list li h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    color: #4b4b4b
}

#main-content .row .explore-cities ul.branches-list li p {
    font-weight: 300;
    font-size: 16px;
    color: #4b4b4b
}

#main-content .row .explore-cities ul.branches-list li p span {
    display: block;
    padding-top: 4px
}

#main-content .row .explore-cities ul.branches-list li p a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #4b4b4b
}

#main-content .row .explore-cities ul.branches-list li:last-child {
    margin-right: 0
}

#main-content .row .blogpost {
    overflow: hidden;
    padding-top: 80px
}

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

#main-content .row .blogpost ul.blogpost-list {
    overflow: hidden;
    margin-top: 50px
}

#main-content .row .blogpost .blogpost-list li {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%
}

#main-content .row .blogpost .blogpost-list li h3 {
    margin-top: 0
}

#main-content .row .blogpost .blogpost-list li h3 a {
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 24px
}

#main-content .row .blogpost .blogpost-list li h3 a:hover {
    color: #ffc624
}

#main-content .row .blogpost .blogpost-list li p {
    font-weight: 400;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 18px;
    margin: 0;
    margin: 10px 0
}

#main-content .row .blogpost .blogpost-list li .image-left {
    float: left;
    width: 42%;
    margin-right: 4%
}

#main-content .row .blogpost .blogpost-list li .description-right {
    float: right;
    width: 54%
}

#main-content .row .blogpost .blogpost-list li:nth-child(even) {
    margin-right: 0
}

#main-content .row .blogpost .blogpost-list .bottom-margin-none {
    margin-bottom: 0
}

#main-content .sitemaplink-list {
    overflow: hidden
}

#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: #fcca39;
    margin: 12px 0
}

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

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

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

#main-content .sitemaplink-list .row .col-half ul li span {
    font-size: 14px;
    color: #ccc
}

#main-content .sitemaplink-list .row .col-half ul li.list-type-none {
    list-style-type: none !important
}

#main-content .informations {
    overflow: hidden
}

#main-content .informations h3 {
    margin-top: 0
}

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

#main-content .informations .map {
    width: 36%
}

#main-content .informations .destinations-info {
    width: 30%
}

#main-content .informations .features {
    width: 26%
}

#main-content .informations .features ul li {
    background: url(../img/green-tickmark-icon.png) no-repeat left center;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0 10px 34px
}

#main-content .informations .features ul li:last-child {
    border-bottom: 0
}

#main-content .banners {
    overflow: hidden
}

#main-content .banners ul li {
    display: inline;
    float: left;
    width: 32%;
    margin-right: 2%
}

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

#main-content .confirmation-info .green-tickmark {
    margin-bottom: 20px
}

#main-content .confirmation-info h2,
#main-content .journey-details h2 {
    text-transform: capitalize;
    background: 0 0;
    font-weight: 600;
    font-size: 32px;
    color: #515059;
    padding: 0;
    margin-bottom: 0
}

#main-content .confirmation-info p {
    line-height: initial
}

#main-content .confirmation-info .booking-reference p {
    background: #e6e6e6;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 12px 28px;
    margin-top: 18px
}

#main-content .confirmation-info .btns .btn {
    margin-right: 0
}

#main-content .confirmation-info .btns .book-btn a {
    background: #323330 url(../img/small-car-white-icon.png) no-repeat 7% center
}

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

#main-content .booking-confirmation .return-info .box {
    background: #f7f7f7
}

#main-content .booking-confirmation .return-info .btns .book-btn a {
    background: #146cb2 url(../img/small-car-white-icon.png) no-repeat 7% center
}

#main-content .return-info .btns .book-btn a:hover {
    background: #323330 url(../img/small-car-white-icon.png) no-repeat 7% center
}

#main-content .booking-confirmation .journey-details {
    margin-top: 18px
}

#main-content .booking-confirmation .journey-details h2 {
    margin-bottom: 26px
}

#main-content .booking-confirmation .journey-details h2,
#main-content .booking-confirmation .journey-details h4,
#main-content .booking-confirmation .journey-details p {
    color: #fff
}

#main-content .booking-confirmation .journey-details .box {
    background: #146cb2
}

#main-content .journey-details .journey-info ul {
    background: url(../img/small-white-vertical-border-icon.png) no-repeat 9px center
}

#main-content .journey-details .journey-info ul li {
    padding-left: 42px;
    margin-bottom: 32px
}

#main-content .journey-details .journey-info ul li.pick-up-icon {
    background: url(../img/small-pick-up-green-icon.png) no-repeat left center
}

#main-content .journey-details .journey-info ul li.drop-off-icon {
    background: url(../img/small-drop-off-red-icon.png) no-repeat left center
}

#main-content .journey-info .passenger-info {
    margin-top: 26px
}

#main-content .journey-info .passenger-info ul {
    background: 0 0
}

#main-content .journey-info .passenger-info ul li {
    padding-left: 0;
    margin: 0;
    margin-bottom: 2px
}

#main-content .journey-info .passenger-info ul li.passenger-icon p {
    background: url(../img/xl-small-passenger-white-icon.png) no-repeat left center
}

#main-content .journey-info .passenger-info ul li.suitcase-icon p {
    background: url(../img/xl-small-suitcases-white-icon.png) no-repeat left center
}

#main-content .journey-info .passenger-info ul li.include-icon p {
    background: url(../img/xl-small-include-white-icon.png) no-repeat left center
}

#main-content .journey-details .pick-up-info ul li {
    margin-bottom: 26px
}

#main-content .journey-details .price-info p.price {
    font-size: 36px;
    color: #fff;
    line-height: initial
}

#main-content .journey-details .price-info .btns .edit-btn a {
    background: #323330 url(../img/small-edit-white-icon.png) no-repeat 6% center
}

#main-content .journey-details .journey-info ul li:last-child,
#main-content .journey-details .pick-up-info ul li:last-child,
#main-content .journey-info .passenger-info ul li:last-child {
    margin-bottom: 0
}

.green {
    color: #00ba12
}

#main-footer {
    overflow: hidden
}

#main-footer .salient-links {
    background: #403e40;
    padding: 60px 0
}

#main-footer .text-centered {
    text-align: center
}

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

#main-footer h3 {
    font-weight: 500;
    font-size: 22px;
    color: #ffc624;
    margin: 0;
    margin-bottom: 22px
}

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

#main-footer a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #cfcfcf;
    text-decoration-skip-ink: none;
    text-underline-offset: .25em
}

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

#main-footer .d-inline {
    display: inline-block
}

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

#main-footer hr.border {
    background-image: linear-gradient(to right, #4f4f4f, #f2f2f2, #4f4f4f);
    border: 0;
    height: 1px;
    margin: 18px 0
}

#main-footer .footer-links ul {
    overflow: hidden
}

#main-footer .footer-links ul li a {
    line-height: initial;
    font-size: 14px;
    margin: 5px 0
}

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

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

#main-footer .footer-links .link-list {
    float: left;
    width: 22%;
    margin-right: 2%
}

#main-footer .footer-links .link-list:first-child,
#main-footer .footer-links .link-list:nth-child(2),
#main-footer .footer-links .link-list:nth-child(4) {
    width: 16%
}

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

#main-footer .relevant-search form {
    position: relative
}

#main-footer .relevant-search form input[type=text] {
    background-color: #fff !important;
    width: 100%;
    border: 0;
    outline: 0 !important;
    font-size: 16px;
    box-sizing: border-box;
    padding: 16px 44px 16px 12px
}

#main-footer .relevant-search form button {
    background: url(../img-webp/small-black-enter-icon.html) no-repeat center center;
    text-align: center;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-indent: -99999px;
    box-sizing: border-box;
    padding: 17px 22px
}

#main-footer .contact-info {
    margin-top: 32px
}

#main-footer .contact-info ul li,
#main-footer .contact-info ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: initial;
    margin: 0
}

#main-footer .contact-info ul li {
    margin-bottom: 20px
}

#main-footer .contact-info ul li.phone-icon a {
/*    background: url(../img-webp/small-yellow-phone-icon.html) no-repeat center left;*/
/*    padding-left: 32px*/
}

#main-footer .contact-info ul li.email-icon a {
    background: url(../img-webp/small-yellow-email-icon.html) no-repeat center left;
    padding-left: 32px
}

#main-footer .contact-info ul li.location-icon {
    /*background: url(../img-webp/small-yellow-location-icon.html) no-repeat left 2px;
    padding-left: 32px*/
}

#main-footer .contact-info ul,
#main-footer .contact-info ul li:last-child,
#main-footer .social-links ul li:last-child {
    margin: 0
}

#main-footer .social-links ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 28px
}

#main-footer .company-info nav.menu ul li,
#main-footer .social-links ul li {
    display: inline-block;
    margin-right: 4%
}

#main-footer .footer-nav {
    background: #2d2d2d;
    overflow: hidden
}

#main-footer .footer-nav a,
#main-footer .footer-nav p {
    font-weight: 500
}

#main-footer .company-info {
    float: left;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
    margin-right: 2%
}

#main-footer .company-info nav.menu ul {
    display: flex;
    justify-content: space-between
}

#main-footer .company-info nav.menu {
    width: 40%
}

#main-footer .design-by {
    float: right;
    width: auto;
    padding: 14px 0
}

#main-footer .design-by img {
    float: right
}

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

#gdpr-cookie-message {
    position: fixed;
    right: 13px;
    bottom: 50px;
    max-width: 375px;
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 9999
}

#gdpr-cookie-message h4 {
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: Quicksand, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, .75);
    transition: all .3s ease-in
}

#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: var(--red);
    transition: all .3s ease-in
}

#gdpr-cookie-message button {
    border: none;
    background: #ffc60d;
    color: #000;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 22px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all .3s ease-in
}

#gdpr-cookie-message button:hover {
    background: #006cb3;
    color: #fff;
    transition: all .3s ease-in
}

button#gdpr-cookie-advanced {
    background: #fff;
    color: #000;
    display: none
}

#gdpr-cookie-message button:disabled {
    opacity: .3
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px
}

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-revoke:hover {
    text-decoration: underline
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px)and (orientation:portrait),
screen and (max-width:736px)and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-block {
    z-index: 2147483647;
    padding: 1.2em
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

@media(max-width:500px) {
    .area-list-wrapper {
        width: 100% !important
    }
    .design-by img {
        display: none
    }
}

#main-content .relevant-pages ul li {
    margin-right: 2%;
/*    min-height: 310px;*/
}
#main-content .relevant-pages ul li h3 {
    font-size: 20px;
}
#main-content .relevant-pages ul li:nth-child(even) {
/*      margin-right: 2%;*/
}




/*@media(min-width: 600px) and (max-width: 800px) {
    #main-content .relevant-pages ul li {
        height: 400px;
    }
}
@media(min-width: 800px) {
  #main-content .relevant-pages ul li {
        height: 400px;
    }  
}
*/
@media(max-width: 800px) {

    #main-content .relevant-pages ul li:nth-child(12),
    #main-content .relevant-pages ul li:nth-child(3),
    #main-content .relevant-pages ul li:nth-child(6),
    #main-content .relevant-pages ul li:nth-child(9) {
        margin-right: 2% !important
    }

    
}

@media(max-width: 500px) {

    #main-content .relevant-pages ul li {
        margin-bottom: 30px;
    }

    
}