﻿﻿﻿ /* CUSTOM FONTS */
@font-face {
    font-family: "HandelGotDBol-Regular";
    src: url('fonts/HandelGotDBol%20Regular.ttf');
    url('fonts/HandelGotDBol%20Regular.ttf'); /* IE */
}

h1 {
	font-family: 'HandelGotDBol Regular' "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	color: white;
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: bold;

}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li {
    color: black;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 600;
    font-size: 14pt;
}

/* Responsive CSS - navbar font size*/
@media only screen and (max-width: 1200px) {
    li {
        font-size: 10pt;
    }

}

.validation-summary-errors li {
    color: red;
    font-size: 10pt;
    font-weight:100;
}

a:hover {
    color: #23BED4;
}

a {
    color: inherit;
}

.blurb {
    font-family: HandelGotDBol-Regular, Verdana, sans-serif;
    color: black;
    font-size: 4rem;
    font-weight: 600;
}

.blurb-row {
    margin-top: 3em;
    margin-bottom: 3em;
}

.svg-container {
    margin-bottom: 5em;
}

.svg-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.svg-blurb-header {
    font-size: 3rem;
    font-weight: 600;
}

.svg-blurb-text {
    font-size: 2.5rem;
    display: block;
}

.fare-row {
    margin-left: 0px;
    margin-right: 0px;
}

.booking-label {
    text-align: left;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content {
    min-height:70%;
}

.estimator {
    font-family:HandelGotDBol-Regular, Verdana, sans-serif;
    border-radius: 10px;
}

.homePage {
    background-color: white;
}

.dark-grey-text {
    color: #555555;
}

.form-control {
    display: block;
}

.img-responsive {
    margin: 0 auto;
}

.airport {
    background-color: #FFFFFF;
    color: black;
    padding: 0px 15px 10px 15px;
    border: none;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.airport-image {
    margin-top: 5px;
}

.fareEstimation {
    background-color: #23BED4;
    color: white;
    padding: 0px 15px 15px 15px;
    border: none;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.estimator-wrapper {
    width: 100%;
    height: 100px;
}

.passenger-box-wrapper {
    position: relative;
    height: 110px;
}

.estimator-wrapper-booknow {
    position: relative;
    width: 100%;
    height: 110px;
}

.fareEstimationNew {
    color: white;
    padding: 0px 15px 15px 15px;
    border: none;
}

.fare-estimate-space {
    margin-top: 4em;
}

.fare-estimate-title {
    font-size: 3rem !important;
    font-weight: 700;
}

.fare-estimate-textbox-size {
    width: 100%;
    height: 50px;
}

.pass-count {
    position: relative;
}

.No-Passengers {
    margin-top: 30px;
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.no-Passengers-textbox-size {
    width: 80%;
    height: 50px;
    font-weight: bold;
}

.price-home-fare {
    margin-top: 30px;
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.fareButton {
    padding: 15px 25px !important;
    background-color: #000;
    text-shadow: none !important;
    font-size: 1.5rem;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    color: white;
}

.fareButton:hover {
    background-color: #555555;
    color: white;
}

.fareButton:focus {
    background-color: #dbdbdb;
    color: black;
}

.estimateButton {
    padding: 10px 20px !important;
    background-color: #ddd;
    text-shadow: none !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 15px !important;
    color: #333;
}

.logo {
    width: 100%;
    max-height: 50px;
    max-width: 350px;
    margin: 10px;
    display: inline-block;
}

.navbar_logo {
    width: 100%;
    max-height: 50px;
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}


.mobile_logo {
    width: 15rem;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
}

.phone {
    height: 70px;
    padding-top: 30px;
    padding-right: 5px;
}

.call-now {
    text-align: right;
}

.call-now-text {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.banner{
    background-color: #FFFFFF;
    height: 112px;
    line-height: 112px;
}

.map {
    height: 500px;
}

.mobile-show {
        display: none;
}

.navburger {
    font-weight: 400;
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    padding: 0;
    position: relative;
    margin: 0;
    padding-top: 2rem !important;
    display: inline-block;
    vertical-align: middle;
}

.navbar{
    border-radius: 0 !important;
    text-align: center;
    width: 100%;
    background-color: white !important;
    margin-bottom: 0px !important;
}


.navbar .navbar-nav {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    float: none;
}

.footer {
    margin-top: 1em;
    padding-top: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}

.price {
    font-family:HandelGotDBol-Regular, Verdana, sans-serif;
    vertical-align: middle !important;
    font-size: 3rem;
    font-weight: 500;
    margin-left: 30px;
}

.mainColor {
    /*color: #1ebad6;*/
    color: #23BED4;
}

.confirm-booking {
    background-color: #23BED4;
    border: none;
}

.redBackground {
    background-color: #1ebad6;
}

.send-booking {
    background: url('images/blackArrow.png') no-repeat right #1ebad6;
	padding-right: 30px;
}
.send-booking:hover {
    background-color:#ff6600;
}

.spacer {
    height: 100px;
}

.topPad {
    padding-top: 50px;
}

.tile {
    margin-bottom: 10px;
}

.ui-datepicker-trigger{
    cursor: pointer;
}

.menu:focus {
    color: #23BED4 !important;
    font-size: 30px;
}

.nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #23BED4 !important;
}

.nav > li > a:visited {
    color: #333333;
}

.nav > li > a:focus {
    color: #23BED4 !important;
}



/* Responsive CSS - for Mobile viewing */
@media only screen and (max-width: 768px) {

    .booking-label {
    text-align: left;
    }

    .topPad {
        padding: 0;
    }
    .spacer {
        height: auto
    }
    .content {
        padding: 0px 15px 0px 15px;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: unset;
    }
    .tile {
        margin-top: 10px;
    }

    .map {
        height: 280px;
    }
    
    h2 {
        font-size:26px;
    }
}

/* Responsive CSS - for Ipad viewing */
@media only screen and (max-width: 800px) {
    .navbar_logo {
        display: none !important;
    }

    .header-items {
        display: none !important;
    }
}

/* STATIC PAGES */
ul.normal-list, ul.normal-list li {
    color: #333333 !important;
    font-weight: normal;
    font-size: 1em;
}

ul.orange-bullets {
    list-style: none;
    padding-left: 0.5em;
}

    ul.orange-bullets li:before {
        content: "• ";
        color: #23BED4;
        padding-right: 2em;
    }

.underline {
    text-decoration: underline;
}

/* Icons for text boxes and menu */
.icon-bar {
    background-color: black;
    height: 0.3rem !important;
    width: 30px !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.orangeArrow {
    background: url('images/arrowBlue.png') no-repeat left #fff;
    padding-left: 60px;
}

.blackArrow {
    background: url('images/blackArrow.png') no-repeat left #fff;
    padding-left: 60px;
}
/* ID Specific CSS */

#ajax-loader-booking {
    position: inherit;
    height: 50px;
    width: 50px;
}

#ajax-loader-home {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 50px;
}

#bookButton {
    float: left;
}

#email {
    background: url('images/email.png') no-repeat scroll 2px 2px #fff;
    padding-left: 35px;
}

#message {
    background: url('images/message.png') no-repeat scroll 2px 2px #fff;
    padding-left: 35px;
}

#name {
    background: url('images/name.png') no-repeat scroll 2px 2px #fff;
    padding-left: 35px;
}

#phone {
    background: url('images/phone.png') no-repeat scroll 2px 2px #fff;
    padding-left: 35px;
}

#pickup-loc {
    background: url('images/blackArrow.png') no-repeat left #fff;
    padding-left: 40px;
}

#dropoff-loc {
    background: url('images/arrowBlue.png') no-repeat left #fff;
    padding-left: 40px;
}

.form-control.passenger.padded {
    width: 48px;
    display: inline-block;
}

table.fare-table {
    width: 100%;
}

    table.fare-table td.padded {
        padding: 0 12px;
    }

/* TextBox input placeholder styling */

::-webkit-input-placeholder {
    color: black !important;
    font-weight: normal !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: black !important;
    font-weight: normal !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black !important;
    font-weight: normal !important;
}

:-ms-input-placeholder {
    color: black !important;
    font-weight: normal !important;
}

/* CSS for phone number responsive to screen size */

.header_items_phone {
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    float: right;
}

.phone-number-spacer {
    margin-top: 0.8em;
}

.phoneNumber {
    padding: 12px 15px !important;
    background-color: #23BED4;
    text-shadow: none !important;
    font-size: 2rem;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    color: white;
}

.click_to_call_mobile {
    display: inline-block;
    float: right;
}


.colour-white {
    color: white;
}

.container-top-homepage-image {
    background-image: linear-gradient(to left, rgba(0,0,0,0.2), rgba(0,0,0, 0.2)), url(images/Homepagetop.jpg);
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-promo-space {
    margin-top: 5em;
}

.top-promo-text-space {
    margin-top: 6em;
}

.top-promo-text-header {
    font-size: 9rem;
    font-weight: 700;
    color: white;
    display: block;
    margin-bottom: -30px;
}

.top-promo-blurb-space {
    margin-top: 4em;
}

.top-promo-blurb {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.4;
    color: white;
    display: block;
}

.circle {
    height: 280px;
    width: 280px;
    background-color: #23BED4;
    border-radius: 50%;
    display: inline-block;
}

.promo-text {
    margin-top: 7.5em;
    margin-left: 2.5em;
}

.promo {
    color: white;
    font-size: 4rem !important;
    font-weight: 600;
    line-height: 1 !important;
}

.blue-banner {
    background-image: url(images/background.png);
    height: 300px;
    width: 100%;
}

.airport-transit-image {
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0, 0.5)), url(images/airoplane.jpg);
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.airport-transit-space {
    margin-top: 5em;
}

.airport-transit-header {
    font-size: 6rem;
    font-weight: 700;
    color: white;
}

.airport-transit-blurb-space {
    margin-top: 1em;
}

.airport-transit-blurb {
    font-size: 3rem;
    font-weight: 600;
    color: white;
    display: block;
}

.airport-book-now-space {
    margin-top: 3em;
}

.airport-book-now-btn {
    padding: 10px 35px !important;
    background-color: #23BED4;
    text-shadow: none !important;
    font-size: 2rem;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    color: white;
}

.homepage-testimonials {
    background-color: #f4f5f4;
}

.testimonials-container {
    margin-bottom: 7em;
}

.testimonials-header {
    margin-top: 4em;
    margin-bottom: 3em;
}

.testimonials-header-text {
    font-size: 4rem;
    font-weight: 200;
    color: #23BED4;
    letter-spacing: 0.4em;
}

.testimonial-box {
    background: rgba(255,255,255,0.9);
    padding: 30px;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.testimonial-space {
    margin: 1em;
}

.testimonial-date-space {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-bottom: 1em;
}

.testimonial-name {
    font-size: 2rem;
    font-weight: 600;
    color: #23BED4;
    letter-spacing: 0.1em;
}

.testimonial-text {
    font-size: 2rem;
    font-weight: normal;
    color: black
}

.testimonial-date {
    font-size: 2rem;
    font-weight: 500;
    color: #23BED4;
}

.ready-to-ride-banner {
    background-image: url(images/background.png);
    height: 300px;
    width: 100%;
}

.ready-to-ride-banner-static {
    background-image: url(https://www.cheapcabs.co.nz/new_theme_images/background.png) !important;
    height: 200px;
    width: 100%;
}

.ready-to-ride-space {
    margin-top: 7em;
}

.ready-to-ride-space-static {
    margin-top: 4em;
}

.ready-to-ride-text {
    font-size: 5rem;
    font-weight: 700;
    color: white;
}

.become-driver-image {
    background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(1, 50, 67, 1)), url(images/driver.html);
    height: 400px;
    background-position: 0px 25%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.retransform {
    transform: scaleX(-1);
}

.become-driver-header-space {
    margin-top: 4em;
}

.become-driver-header {
    color: white;
    font-size: 6rem;
    font-weight: 800;
}

.become-driver-text-space {
    margin-top: 1em;
}

.become-driver-text {
    color: white;
    font-size: 3rem;
    font-weight: 600;
}

.become-driver-readmore-space {
    margin-top: 2em;
}

.become-driver-btn {
    padding: 10px 35px !important;
    background-color: white;
    text-shadow: none !important;
    font-size: 2rem;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    color: #23BED4;
}

.page-bottom-footer {
    background-color: #313131;
}

.div-space {
    margin-top: 4em;
    margin-bottom: 6em;
}

.inverted_logo {
    width: 300px;
}

.bottom-footer-row-space {
    margin-top: 1em;
}

.contact-centre-img {
    margin-left: 2em;
    vertical-align: middle;
}

.contact-centre {
    color: white;
    font-size: 2rem;
    font-weight: 500;
    margin-left: 10px;
}

.facebook-link {
    float: right;
    vertical-align: middle;
}

/*CSS for new booking page layout 27/02/2020 created by Cameron*/

.background-booking-image {
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0, 0.5)), url(images/Mapimage.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.booking-box-background {
    background: white;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.booking-form-spacer {
    margin-top: 5em;
    margin-bottom: 5em;
}

.book-a-ride-banner {
    background: #23BED4;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 3em;
}

.book-a-ride {
    color: white;
    font-size: 5rem;
    font-weight: 700;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

.text-bold {
    font-weight: bold;
}

.booking-tcs-spacer {
    margin-left: 20px;
    margin-right: 20px;
}

.fare-meter-notice {
    font-size: 12pt;
    font-weight: bold;
    color: black;
}

.booking-tcs {
    font-size: 10pt;
    color: black;
}

.booking-form-drop-down-textbox {
    width: 40%;
    display: inline-block;
    float: right;
}

.booking-terms-conditions {
    font-size: 10pt;
    color: black;
}

.booking-book-now {
    padding: 20px 35px !important;
    background-color: #23BED4;
    text-shadow: none !important;
    font-size: 2rem;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    border: none;
    color: white;
    float: right;
}

/*CSS for new booking page layout 27/02/2020 created by Cameron*/
.our-estimate {
    font-size: 3rem;
    font-weight: 600;
    color: #23BED4;
}

.estimate-details {
    font-size: 2rem;
    font-weight: 500;
    color: #23BED4;
}

.booking-estimates {
    font-size: 2rem;
    font-weight: 500;
    color: black;
}

.no-estimate {
    font-size: 2rem;
    color: #23BED4;
}

.about-us-text {
    font-size: 12pt;
}

/* Responsive CSS - ipad pro landscape orientation size */
@media only screen and (max-width: 1366px) {
    .fareButton {
        padding: 15px 15px !important;
        background-color: #000;
        font-size: 1.5rem;
        font-weight: 700 !important;
    }

    .price-home-fare {
        margin-top: 30px;
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
    }

    #ajax-loader-home {
        margin-left: 2em;
        margin-top: 2em;
    }

    .price {
        font-size: 3rem;
        font-weight: 500;
    }
}

/* Responsive CSS - homepage screen resizing */
@media only screen and (max-width: 1200px) {
    .header_items_phone .hideOnce {
        display: none !important;
    }

    .navbar_logo {
        width: 19rem;
        float: left;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .header_items_phone {
        margin-top: 15px;
        margin-right: 10px;
    }

    .phone-number-spacer {
        margin-top: 0;
    }

    .top-promo-text-space {
        margin-top: 0;
        text-align: center;
    }

    .top-promo-text-header {
        font-size: 7rem;
        font-weight: 600;
    }

    .top-promo-blurb-space {
        margin-top: 2em;
    }

    .top-promo-blurb {
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.2;
        color: white;
        display: block;
    }

    .circle-centre {
        text-align: center;
        margin-top: 7em;
    }

    .promo-text {
        text-align: left;
    }

    .blue-banner {
        background-image: url(https://www.cheapcabs.co.nz/new_theme_images/background.png);
        height: 325px;
        width: 100%;
    }

    .fare-estimate-space {
        margin-top: 1.5em;
        margin-left: 2em;
        margin-right: 2em;
    }

    .fare-estimate-textbox-size {
        width: 100%;
    }

    .no-passengers-textbox-size {
        width: 100%;
        height: 50px;
    }

    .fareButton {
        padding: 15px 30px !important;
        background-color: #000;
        text-shadow: none !important;
        font-size: 1.5rem;
        font-weight: 700 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 5px;
        border: none;
        color: white;
        margin-left: 3em;
    }

    .svg-blurb-header {
        font-size: 4rem;
        font-weight: 600;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .svg-blurb-text {
        font-size: 3rem;
    }

    .svg-small-screen-spacer {
        margin-top: 3em;
    }

    .airport-transit-space {
        margin-top: 4em;
        margin-left: 5em;
    }

    .become-driver-image {
        height: 300px;
    }

    .become-driver-spacer {
        margin-left: 3em;
    }

    .become-driver-header-space {
        margin-top: 3em;
    }

    .become-driver-header {
        font-size: 5rem;
        font-weight: 700;
    }

    .become-driver-text-space {
        margin-top: 1em;
    }

    .become-driver-text {
        font-size: 2rem;
        font-weight: 600;
    }

    .become-driver-btn {
        padding: 10px 30px !important;
    }

    .testimonial-small-screen-spacer {
        margin-top: 3em;
    }

    .facebook-link {
        margin-left: 4em;
    }

    .ipad-text-center {
        text-align: center;
    }

    .estimate-details {
        margin-left: 30px;
    }

    .small-screen-form-spacer {
        margin-bottom: 15px;
    }

    .time-note-lg {
        display: none !important;
    }

    .time-note-sm {
        display: block !important;
        margin-top: 15px;
    }
}

.time-note-sm {
    color: #23BED4;
    float: inherit;
    text-align: left;
    display: none;
}

.time-note-lg {
    color: #23BED4;
    float: inherit;
    text-align: left;
    display: block;
}



/* Responsive CSS - for ipad pro height */
@media only screen and (min-height: 1136px) {
    .top-promo-text-space {
        margin-top: 4rem;
        text-align: center;
    }

    .top-promo-text-header {
        font-size: 9rem;
        font-weight: 700;
    }

    .top-promo-blurb-space {
        margin-top: 4em;
    }

    .top-promo-blurb {
        font-size: 4rem;
        font-weight: 700;
        line-height: 1.2;
        color: white;
        display: block;
    }

    .circle-centre {
        text-align: center;
        margin-top: 7em;
    }

    .circle {
        height: 340px;
        width: 340px;
    }

    .promo-text {
        text-align: left;
        margin-left: 3.5rem;
        margin-top: 12rem;
    }

    .promo {
        color: white;
        font-size: 5rem !important;
        font-weight: 600;
        line-height: 1 !important;
    }
}

/* Responsive CSS - screen resizing for phone number */
@media only screen and (max-width: 956px) {
    .phoneNumber {
        padding: 12px 15px !important;
        background-color: #23BED4;
        text-shadow: none !important;
        font-size: 10pt;
        font-weight: 700 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 5px;
        border: none;
        color: white;
        
    }

    .phone-number-spacer {
        margin-top: 0.7em;
    }

    .navbar_logo {
        width: 15rem;
        float: left;
        margin-top: 1.5em;
    }

    li {
        font-size: 8pt;
    }

    .about-us-text {
        font-size: 10pt;
    }
}


/* Responsive CSS - screen resizing for ipad */
@media only screen and (max-width: 768px) {
    .fare-estimate-space {
        margin-top: 1.5em;
        margin-left: 0.2em;
        margin-right: 0.2em;
    }

    .fareButton {
        padding: 15px 25px !important;
        font-size: 1.5rem;
        font-weight: 700 !important;
        float: left;
    }

    #ajax-loader-home {
        margin-left: 2em;
        margin-top: 1em;
    }

    .airport-transit-space {
        margin-top: 4em;
        margin-left: 2em;
    }

    .airport-transit-header {
        font-size: 5rem;
        font-weight: 600;
    }

    .airport-transit-blurb-space {
        margin-top: 1em;
    }

    .airport-transit-blurb {
        font-size: 2.5rem;
        font-weight: 500;
    }

    .ready-to-ride-banner {
        height: 220px;
    }

    .ready-to-ride-space {
        margin-top: 6em;
    }

    .ready-to-ride-text {
        font-size: 4rem;
        font-weight: 600;
    }

    .become-driver-header-space {
        margin-top: 3em;
    }

    .become-driver-header {
        color: white;
        font-size: 5rem;
        font-weight: 600;
    }

    .become-driver-text-space {
        margin-top: 1em;
    }

    .become-driver-text {
        color: white;
        font-size: 2rem;
        font-weight: 600;
    }

    .become-driver-readmore-space {
        margin-top: 2em;
    }

    .become-driver-btn {
        padding: 10px 35px !important;
        background-color: white;
        text-shadow: none !important;
        font-size: 2rem;
        font-weight: 700 !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 5px;
        border: none;
        color: #23BED4;
    }

    .bottom-footer-logo-space {
        margin-top: 0.5em;
    }

    .inverted_logo {
        width: 220px;
    }
}

/* Responsive CSS - screen resizing for portrait mobile */
@media only screen and (max-width: 767px) {
    .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .mobile-text-center {
        text-align: center;
    }

    li {
        font-size: 14pt;
    }

    .top-promo-space {
        margin-top: 4em;
    }

    .top-promo-text-header {
        font-size: 4rem;
        font-weight: 600;
        line-height: 1.8em;
    }

    .top-promo-blurb-space {
        margin-top: 4em;
    }

    .top-promo-blurb {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .circle {
        height: 200px;
        width: 200px;
    }

    .promo-text {
        margin-top: 5em;
        margin-left: 1.4em;
    }

    .promo {
        color: white;
        font-size: 3rem !important;
        font-weight: 600;
        line-height: 1 !important;
    }

    .blue-banner {
        height: 420px;
    }

    .fare-estimate-space {
        margin-top: 0.7em;
    }

    .fare-estimate-title {
        font-size: 2rem !important;
        font-weight: 500;
    }

    .fare-estimate-textbox-size {
        height: 40px;
    }

    .No-Passengers {
        margin-top: 0.5em;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .no-Passengers-textbox-size {
        width: 100%;
        height: 40px;
    }

    .fareButton {
        padding: 10px 20px !important;
        margin-left: 0;
        margin-top: 0.5em;
    }

    #bookButton {
        float: inherit;
    }

    .price-home-fare {
        margin-top: 0.5em;
        font-size: 2rem;
    }

    .estimator-wrapper {
        text-align: center;
    }

    #ajax-loader-home {
        position: inherit;
        margin: 0;
        height: 40px;
        width: 40px;
        margin-top: 2em;
        margin-left: 2em;
    }

    .price {
        font-size: 2rem;
        font-weight: 500;
        margin-left: 1.5em;
    }

    .blurb-row {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .blurb {
        font-size: 3rem;
        font-weight: 600;
    }

    .svg-blurb-header {
        font-size: 3rem;
        font-weight: 600;
    }

    .svg-blurb-text {
        font-size: 2rem;
    }

    .airport-transit-space {
        margin-top: 3em;
        margin-left: 0;
    }

    .airport-transit-header {
        font-size: 4rem;
        font-weight: 600;
    }

    .airport-transit-blurb-space {
        margin-top: 1em;
    }

    .airport-transit-blurb {
        font-size: 2.5rem;
        font-weight: 500;
    }

    .airport-book-now-space {
        margin-top: 2em;
    }

    .airport-book-now-btn {
        padding: 10px 30px !important;
        font-weight: 600 !important;
    }

    .testimonials-header {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .testimonials-header-text {
        font-size: 3rem;
        letter-spacing: 0.1em;
    }

    .testimonial-space {
        margin: 0.5em;
    }

    .testimonial-date-space {
        margin-left: 0;
    }

    .testimonial-name {
        font-weight: 500;
    }

    .testimonial-text {
        font-size: 1.5rem;
    }

    .testimonial-date {
        font-size: 1.5rem;
        font-weight: 500;
        color: #23BED4;
    }

    .testimonials-container {
        margin-bottom: 5em;
    }

    .ready-to-ride-banner {
        height: 200px;
    }

    .ready-to-ride-space {
        margin-top: 4em;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .ready-to-ride-text {
        font-size: 3rem;
        font-weight: 600;
    }

}

/* Responsive CSS - screen resizing for bottom page footer */
@media only screen and (max-width: 620px) {
    .become-driver-image {
        height: 250px;
    }

    .become-driver-spacer {
        margin-left: 0;
    }

    .become-driver-header-space {
        margin-top: 2em;
    }

    .become-driver-header {
        font-size: 3rem;
    }

    .become-driver-text-space {
        margin-top: 1em;
    }

    .become-driver-text {
        font-size: 2rem;
        font-weight: 500;
    }

    .become-driver-readmore-space {
        margin-top: 1em;
    }

    .become-driver-btn {
        padding: 10px 25px !important;
        font-size: 1.5rem;
        font-weight: 500 !important;
    }

    .div-space {
        margin-top: 2em;
        margin-bottom: 3em;
    }

    .inverted_logo {
        display: none;
    }

    .contact-centre-img {
        margin-left: 0.5em;
    }

    .contact-centre {
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
        margin-left: 5px;
    }

    .facebook-link {
        float: right;
        vertical-align: middle;
        margin-left: 2em;
    }

    .booking-book-now {
        padding: 10px 20px !important;
        font-size: 1.5rem;
        font-weight: 600 !important;
    }

    .fare-meter-notice {
        font-size: 8pt;
    }

    .booking-tcs {
        font-size: 8pt;
    }
}

/* Responsive CSS - resizing for small height mobile device */
@media only screen and (max-height: 700px) {
    .top-promo-text-space {
        margin-top: 0;
    }

    .top-promo-text-header {
        font-size: 3rem;
        line-height: 2em;
    }

    .top-promo-blurb-space {
        margin-top: 3em;
    }

    .top-promo-blurb {
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .circle-centre {
        margin-top: 4em;
    }

    .circle {
        height: 170px;
        width: 170px;
    }

    .promo-text {
        text-align: left;
        margin-left: 1.8rem;
        margin-top: 6rem;
    }

    .promo {
        font-size: 2.5rem !important;
        font-weight: 600;
    }
}

/* Responsive CSS - for navbar dropdown menu */
@media only screen and (max-width: 800px) {
    li {
        font-size: 14pt;
    }

    .menu::after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #23BED4;
    }
}

/* Responsive CSS - resizing mobile device landscape */
@media only screen and (max-height: 464px) {

    .top-promo-space {
        margin-top: 2em;
    }

    .top-promo-blurb-space {
        margin-top: 2em;
    }

    .circle-centre {
        margin-top: 2em;
    }

    .circle {
        height: 140px;
        width: 140px;
    }

    .promo-text {
        text-align: left;
        margin-left: 1.8rem;
        margin-top: 5rem;
    }

    .promo {
        font-size: 2rem !important;
        font-weight: 600;
    }

    .ready-to-ride-banner {
        height: 150px;
    }

    .ready-to-ride-space {
        margin-top: 4em;
        margin-left: 1.5em;
        margin-right: 1.5em;
    }

    .ready-to-ride-text {
        font-size: 3rem;
        font-weight: 600;
    }
}

/* Responsive CSS - remove promo circle for very small height */
@media only screen and (max-height: 364px) {
    .circle-centre {
        display: none;
    }
}


/* Responsive CSS - for booking page */
@media only screen and (max-width: 460px) {
    .book-a-ride {
        text-align: center;
        font-size: 3rem;
        font-weight: 500;
        margin-left: 0;
    }
}