/************************************************************************************************** */
/* Generic / General Styling
/************************************************************************************************** */

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    display: block;
    margin: 0px;
    font-size: 13px;
    color: #333;r
line-height: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
section {

}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    text-decoration: none!important;
    cursor: pointer;
    color: #333;
}
h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #fff;
}
h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #363636;
}
h1,
h2 {
    margin-right: auto;
    margin-left: auto;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    color: #363636;
    margin: 0px 0 0.2em 0;
    padding: 0px;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin: 30px 0 0 0;
;
}
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #157abe;
    margin: 0px 0 20px 0;
;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0 0 15px 0;
    padding: 0px;
    line-height: 1.3em;
}

ul {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
}

a,
a:hover,
.btn,
.btn:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline:none;
}
object {
    pointer-events: none;
}
img {
    width: 100%;
}
.clear {
    clear: both;
    float: none!important;
;
}
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.blue {
    color: #006bb4!important;
}


.nobg {
    background: none!important;
}

textarea, input, button { outline: none; }


/************************************************************************************************** */
/* Master Header/Footer*/
/************************************************************************************************** */

header {
    margin: 0 0;
    background: url(../images/hero-usedcar.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}
.header-top {
    width: 100%;
    height: 32px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}
.portal {
    float: left;
}
.portal a {
    color: #fff;
    border-bottom: 4px solid rgba(242, 101, 34, 0);
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding: 0px 10px;
}
.portal a:hover {
    border-bottom: 4px solid rgba(242, 101, 34, 0.3);
    margin-right: 10px;
}
.portal a.active {
    border-bottom: 4px solid rgba(242, 101, 34, 1);
}
.socialmedia,
.top-nav {
    float: right;
}
.socialmedia a {
    font-family: 'ElegantIcons';
    font-size: 20px;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
    line-height: 1em;
}
.socialmedia a img {
    width: 18px;
}
a.s-fb {
    color: #3b5998!important;
}
a.s-tw {
    color: #00aced!important;
}
a.s-lk {
    color: #0077B5!important;
}
a.s-in {
    color: #8a3ab9!important;
}
a.s-tu {
    color: #f52929!important;
}
a.s-gp {
    color: #d34836!important;
}
.mobile-menu a {
    color: #fff!important;
}
.top-nav ul li {
    float: left;
    list-style: none;
    line-height: 30px;
}
.top-nav ul {
    padding: 0px;
    margin: 0px;
}
.top-nav ul li {
    position: relative;
    cursor: pointer;
}
.top-nav ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    padding: 0px 10px;
}
.arrow-down {
    font-size: 20px;
    ms-transform: rotate(0deg);
    /* IE 9 */

    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */

    transform: rotate(0deg);
    line-height: 28px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
li.language {
    padding: 0 0px 0 30px;
    color: #fff;
    line-height: 30px;
}
li.language a {
    font-size: 11px;
}
/***************************************************************************** */
/* TopNav - Dropdown*/
/***************************************************************************** */

.dropdown-menu {
    display: none;
    /*hide the menu*/
    /*this style are just to position the menu*/

    position: absolute;
    top: 100%;
    left: -60%;
    background: #fff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    width: 160px;
    z-index: 100;
}
.top-nav ul.dropdown-menu li a {
    color: #333;
    padding: 5px 20px;
}
.top-nav ul.dropdown-menu li:hover {
    background: #efefef;
}
.top-nav ul.dropdown-menu li,
.top-nav ul.dropdown-menu li a {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top-nav ul li a.nav-item.dropdown-toggle {
    padding-right: 20px;
}
.drop .dropdown-menu {
    display: block;
    /*show the menu when its parent has class "open"*/

    z-index: 200;
}
.drop .arrow-down {
    ms-transform: rotate(90deg);
    /* IE 9 */

    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */

    transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.carbar-logo {
    width: 130px;
    font-size: 25px;
    color: #fff;
    display: block;
    float: left;
}
.carbar-logo .logo-b {
    display: none;
}
.main-nav {
    float: right;
}
.main-nav a {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 10px 0 0;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle;
}
.btn {
    line-height: 32px;
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    border-radius: 1px;
    background: #006bb4;
    border: none;
}
div.main-nav a.cta-call {
    background: #328cc8;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 10px 0 0;
    color: #fff;
}
.ico-phone {
    width: 32px;
    font-size: 25px;
    color: #fff;
    display: block;
    float: left;
}
.nav-find_a_car,
.nav-sell_a_car {
    font-size: 16px;
}
a.btn-login,
a.btn-login,
a.btn-signup {
    background: #328cc8;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    color: #fff!important;
    padding: 0px 10px;
    cursor: pointer;
}
a.btn-login {
    background: #555555;
}
a.btn:hover,
.btn:hover {
    color: #fff;
}
a.btn-grey {
    background: #666;
}
.main-nav a.btn:hover,
.main-nav .btn:hover {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.header-mid h1 {
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.header-mid p {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    /*text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);*/
}
.header-mid p a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
}
#search {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    background: rgba(0, 0, 0, 0.5);
    padding: 2%;
}
.s-fields-w {
    width: 60%;
    float: left;
    display: inline-block;
}
div#search .s-fields-w div.s-inp-car,
div#search .s-fields-w div.s-inp-type {
    width: 50%;
    float: left;
    display: inline-block;
    border-radius: 0px;
    border: none;
    font-size: 16px;
    line-height: 2em;
}
.s-inp-min,
.s-inp-max {
    width: auto;
    float: left;
    display: inline-block;
    border-radius: 0px;
    border: none;
    font-size: 13px;
    line-height: 2em;
    background: transparent;
    margin-right: 5%;
}
.s-submit-w {
    width: 38%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}
.btn-search,
.btn-searchall {
    border: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    font-size: 16px;
    line-height: 2em;
    padding: .78571429em 2em .78571429em 2em;
    margin: 0 0 0 3.8%;
    float: left;
}
.btn-searchall {
    background: #465568;
}
div#search option {
    color: #666;
}
.small {
    font-size: 12px!important;
}

/***************************************************************************** */
/* Search - Responsive */
/***************************************************************************** */

@media only screen and (max-width: 800px) {
    .s-fields-w,
    .s-submit-w {
        width: 100%;
        margin: 0px;
    }
    .btn-search,
    .btn-searchall {
        margin: 0 2% 0 0;
    }
}
@media only screen and (max-width: 800px) {
    .s-fields-w,
    .s-submit-w {
        width: 100%;
        margin: 0px 0 0 0;
    }
    .s-submit-w {
        margin: 10px 0 0 0;
    }
    .btn-search,
    .btn-searchall {
        margin: 0 2% 0 0;
    }
}
@media only screen and (max-width: 500px) {
    div#search .s-fields-w div.s-inp-car,
    div#search .s-fields-w div.s-inp-type {
        width: 100%;
        margin: 0 0 2% 0;
    }
}

/********************************************************************* */
/* Main Nav & CTA */
/********************************************************************* */

.main-menu {
    margin: 0px 0;
    padding: 0;
@media (min-width: 1024px) {
    width: 600px;
    margin: 0 auto;
}
&__item {
     padding: 0;
     display: block;
     position: relative;
@media (min-width: 1024px) {
    float: left;
    display: block;
}
}
&__link {
     border-bottom: 0;
     color: white;
     font: bold 15px/15px Arial;
     display: block;
     padding: 20px;
     position: relative;
@media (min-width: 1024px) {
    float: left;
    color: black;
}
&:hover,
&:focus,
&:active {
     border-bottom: 0;
     background: black;
     color: white;
 }
}
}
.main-menu li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.main-menu li {
    display: block;
}

.main-menu li div.u-noti {
    background: #fff;
    margin: 15px 0;
}

.main-menu li div.u-noti a.signout {
    float: right;
    color: #fff!important;
}

.main-menu li div.u-noti a {
    color: #333!important;
    padding: 0 10px;
    margin: 0px;
    float: left;
    display: inline-block;

}

.main-menu li .u-noti p {
    font-size: 12px;
    color: #333;
    float: left;
    text-shadow: none;
    font-weight: bold;
    line-height: 32px;
    padding: 0 10px;
}






/***************************************************************************** */
/* Mobile Menu */
/***************************************************************************** */

.mobile-burger {
    display: none;
}
.mobile-menu {
    margin: 0;
    width: 100%;
    padding: 60px 5% 5% 5%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    min-height: 100%;
    height: 100%;
    background: rgba(0, 118, 188, 1);
    margin: 0;
    position: fixed;
    display: none;
    overflow: hidden;
@media (min-width: 1024px) {
    float: right;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    min-height: auto;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    display: block;
}
}
nav.mobile-menu p {
    text-shadow: none;
    font-size: 13px!important;
    text-align: left;
    line-height: 1.6em;
}
nav.mobile-menu p a {
    text-shadow: none;
    font-size: 13px;
    text-align: left;
    border: none;
}
nav.mobile-menu div.f-contact {
    width: 100%;
    margin: 15px 0;
}
nav.mobile-menu div.socialmedia {
    float: left;
    margin: 5px 0;
    margin-bottom: 100px;
}
.mobile-menu p.title-menu {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #fff;
    text-shadow: none;
    text-align: left;
    font-weight: 600;
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.mobile-menu a.btn-fac,
.mobile-menu a.btn-sac {
    width: 50%;
    display: inline-block;
    color: #fff;
}
.mobile-menu a.cta-call {
    padding: 0 10px 0 0;
    margin: 15px 0;
    background: #F26522;
}

nav.mobile-menu .mm-q-cta div.language {
    color: #fff;
    text-align: right;
}
nav.mobile-menu .mm-q-cta div.language a {
    border: none;
    display: inline-block;
    padding: 10px;
    color: #fff!important;
}

nav.mobile-menu .mm-q-cta div.language a:before {
    display: none;
}



/*********************************************************************** */
/* NEW - MOBILE MENU
*********************************************************************** */

.mobile-menu {
    padding-top: 60px;
    overflow: hidden;
    background: rgba(0, 118, 188, 1);
}
.mobile-menu i.ficon {
    font-weight: normal;
    font-size: 18px;
    vertical-align: sub;
    margin-right: 10px;
}

.mobile-menu .ui.styled.accordion .title {
    margin-bottom: 0px;
    font-size: 12px;
}

.mobile-menu .socialmedia a {
    color: #fff!important;
}

nav.mobile-menu .mm-q-cta p, nav.mobile-menu .mm-q-cta a {
    color: #333!important;
}

.btn-call {
    background: #F26522;
    margin:0 0px 5px 0;
    float: right;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.2);
}
.btn-call:before {
    font-family: "dripicons-v2";
    content:'';
    padding-right: 10px;
    vertical-align: bottom;
    font-size: 16px;
}

.btn-email {
    background: #F26522;
    margin:0 5px 5px 0;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.2);
}
.btn-email:before {
    font-family: "dripicons-v2";
    content:'';
    padding-right:10px;
    vertical-align: bottom;
    font-size: 16px;
}

.btn-location {
    display: block;
    background: none;
    padding-left: 25px;
    margin: 20px 5px 15px 0;
    line-height: 16px;
    height: 32px;
    clear: both;
}
.btn-location:before {
    font-family: "dripicons-v2";
    content:'';
    padding-right: 5px;
    vertical-align: bottom;
    font-size: 16px;
    margin-left: -20px;

}

span.notification {
    font-family: 'Roboto', sans-serif;
    font-size: 8px;
    font-weight: bold;
    background: #dc5953;
    padding: 4px;
    border-radius: 40px;
    color: #fff;
    line-height: 10px;
    z-index: 100;
    margin-left: 10px;
    vertical-align: super;
}

nav.mobile-menu .mm-q-cta a.btn-signout {
    color: #dc5953!important;
}
nav.mobile-menu .mm-q-cta a.btn-signout:before {
    content:'<';
    color: #dc5953!important;

}

nav .mm-contact p, nav .mm-contact a {
    font-size: 12px!important;
}

nav.mobile-menu a.btn-mail {
    border:1px solid rgba(255,255,255,0.5);
    padding: 10px 15px;
}

nav.mobile-menu .mm-q-cta a {
    padding: 5px 5px;
    border:1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    display: block;
    font-size: 12px;
}

nav.mobile-menu .mm-q-cta a:before {
    font-family: "dripicons-v2";
    content:'m';
    color: rgba(0, 118, 188, 1);
    padding-right: 10px;
    vertical-align: top;
}

nav.mobile-menu div.socialmedia {
    margin-bottom: 0px;
}
nav.mobile-menu .mm-q-cta .socialmedia a {
    display: inline-block;
    padding: 0px;
    line-height: 1.5em;
}

.open-button span {
    background: #e1e1e1;
}

.open-button {
    position: fixed;
}

.new {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
    background: rgba(0, 118, 188, 1);

}

.mobile-menu form.ui.form label {
    font-size: 10px;
    font-weight: normal;
}

.ui.form .field.field input:-webkit-autofill {
    box-shadow: 0 0 0 100px white inset!important;
    border-color: rgba(0, 118, 188, 0.5)!important;
}

/********************************************************************* */
/* Mobile Menu  - Responsive*/
/********************************************************************* */

@media only screen and (max-width: 820px) {
    .main-menu li div.u-noti {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .btn-call {
        float: left;
    }

    .btn-location {
        margin: 20px 0 20px 0;
    }

}


/********************************************************************* */
/* Burger Menu */
/********************************************************************* */

.open-button {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    border-bottom: 0;
    top: 1.5%;
    right: 6%;
    z-index: 100000;
    border-bottom: 0;
    position: fixed;
@media (min-width: 1024px) {
    display: none;
}
&:hover {
     border-bottom: 0;
 }
}
.open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #e1e1e1;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.open-button span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}
.open-button span:nth-child(2) {
    top: 7px;
    transform-origin: left center;
}
.open-button span:nth-child(3) {
    top: 14px;
    transform-origin: left center;
}
.open-button.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 6px;
}
.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.open-button.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 19px;
    left: 6px;
}


/********************************************************************* */
/* FOOTER */
/********************************************************************* */


footer {
    background: #fff;
    display: block;
}
footer div.wrapper {
    max-width: 1170px;
    padding: 0px 0;
    background: #fff;
}
footer div.footer-top div.wrapper {
    padding: 20px 0;
}
footer .footer-top {
    border-bottom: solid 1px rgba(230, 230, 230, 0.5);
}
.f-contact {
    display: inline-block;
    float: left;
}
/******/
/* Add Payment icons */
/*****/

.ico-payments {
    width: 30px;
    margin-right: 10px;
}

footer .socialmedia a {
    padding: 2px 2px;
    margin: 0px;
    color: #000;
}
footer h4 {
    font-size: 13px;
    color: #006bb4;
    margin: 0px;
}
footer p,
footer a {
    font-size: 11px;
    color: #888;
    line-height: 1.6em;
    margin-bottom: 10px;
}
footer a:hover {
    color: #000;
}
div.reviews {
    float: left;
}
footer div.reviews p {
    font-size: 14px;
    color: #000;
    display: inline-block;
}
div.reviews p strong {
    padding-right: 5px;
}
div.reviews a {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}
div.reviews span {} .starred {
                        color: rgba(242, 101, 34, 1);
                    }
footer div.footer-bottom div.wrapper {
    padding: 20px 0;
}
footer div.footer-bottom div.wrapper div {
    width: 25%;
    float: left;
}
footer div.footer-bottom div.wrapper div.f-sitemap {
    width: 50%;
}
footer ul {
    margin: 0px 0 20px 0;
    padding: 0px;
}
footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
p.f-title {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
footer div.footer-bottom div.wrapper div.sitemap-sec {
    width: 33.33%;
    float: left;
}
div.sitemap-sec a {
    display: block;
    margin-bottom: 5px;
}
div.f-popularmakes a {
    padding: 0 20px 0px 0;
    display: inline-block;
}



/********************************************************************* */
/* FOOTER */
/********************************************************************* */

#intercom-container .intercom-launcher-frame {
    bottom: 70px!important;
}
#intercom-container .intercom-launcher-discovery-frame {
    bottom: 70px!important;
}

footer {
    background: #fff;
    display: block;
}
footer div.wrapper {
    max-width: 1170px;
    padding: 0px 0;
    background: #fff;
}
footer div.footer-top div.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 0;
}
footer .footer-top {
    border-bottom: solid 1px rgba(230, 230, 230, 0.5);
}
.f-contact {
    display: inline-block;
    float: left;
}

/********************************************************************* */
/* PAYMENT ICON */
/********************************************************************* *//

.ico-payments {
    width: 30px;
    margin-right: 10px;
}

footer .socialmedia a {
    padding: 2px 2px;
    margin: 0px;
    color: #000;
}
footer h4 {
    font-size: 13px;
    color: #006bb4;
    margin: 0px;
}
footer p,
footer a {
    font-size: 11px;
    color: #888;
    line-height: 1.6em;
    margin-bottom: 10px;
}
footer a:hover {
    color: #000;
}
div.reviews {
    float: left;
}
footer div.reviews p {
    font-size: 14px;
    color: #000;
    display: inline-block;
}
div.reviews p strong {
    padding-right: 5px;
}
div.reviews a {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}
div.reviews span {} .starred {
                        color: rgba(242, 101, 34, 1);
                    }
footer div.footer-bottom div.wrapper {
    padding: 20px 0;
}
footer div.footer-bottom div.wrapper div {
    width: 25%;
    float: left;
}
footer div.footer-bottom div.wrapper div.f-sitemap {
    width: 50%;
}
footer ul {
    margin: 0px 0 20px 0;
    padding: 0px;
}
footer ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
p.f-title {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
footer div.footer-bottom div.wrapper div.sitemap-sec {
    width: 33.33%;
    float: left;
}
div.sitemap-sec a {
    display: block;
    margin-bottom: 5px;
}
div.f-popularmakes a {
    padding: 0 20px 0px 0;
    display: inline-block;
}

/*********************************************************************** */
/* Master - Responsive
/*********************************************************************** */

@media only screen and (max-width: 1169px) {
    section,
    footer.wrapper,
    footer div.footer-top,
    footer div.footer-bottom {
        padding: 20px 20px 20px 20px;
    }
    header {
        padding: 10px;
    }
    body#cardetailspage section.cardetail {
        padding: 4% 4% 0 4%;
    }
    body#cardetailspage .footer-enq {
        background-image: none;
    }
    .open-button {
        right: 6%;
        top: 15px;
    }
    body#car_search section.c-listing-wrap {
        padding-top: 50px;
    }
    .howdoesitwork {
        padding-bottom: 30px;
    }
    .letsgetstarted {
        padding-bottom: 30px;
    }
    body#cardetailspage header {
        height: 250px;
    }
    div.main-nav a,
    .nav-find_a_car,
    .nav-sell_a_car {
        font-size: 13px;
        padding: 0 8px;
    }
}
@media only screen and (max-width: 767px) {
    .howdoesitwork ul li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        display: inline-block;
        float: left;
        background: #e9f3f9;
        position: relative;
    }
    .howdoesitwork ul li:first-child div {
        border: none;
    }
    .howdoesitwork ul li:last-child div {
        border: none;
    }
    .howdoesitwork ul li div {
        padding: 20px;
        max-height: 160px;
    }
    .svg-cardealership {
        width: 260px;
        float: right;
        margin: 10px 0;
    }
    .svg-provide {
        width: 260px;
        float: right;
        margin: 10px 0;
    }
    .svg-beatit {
        width: 260px;
        float: right;
        margin: 10px 0;
    }
    body#form_thanks p.numeric {
        font-size: 250px;
        opacity: 0.1;
        left: 30%;
        top: 30%;
    }
    footer div.footer-top,
    footer div.footer-bottom {
        padding: 0px 3%!important;
    }
    footer div.footer-bottom div.wrapper div.sitemap-sec {
        width: 50%;
        float: left;
    }
    footer p,
    footer a {
        font-size: 11px;
        color: #888;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 680px) {
    div.main-nav a.nav-find_a_car,
    div.main-nav a.nav-sell_a_car,
    div.main-nav a.btn-login,
    div.main-nav a.btn-signup,
    div.main-nav a.cta-call {

    }
    div.mobile-burger {
        display: block;
    }
    div.top-nav {
        display: none;
    }
    footer div.footer-bottom div.wrapper div {
        width: 50%;
    }
    footer div.footer-bottom div.wrapper div.sitemap-sec {
        width: 100%;
        float: left;
    }
    header {
        background-position: 22% 60%;
    }
    p.info-uptop {
        display: none;
    }

}
@media only screen and (max-width: 600px) {
    .svg-cardealership {
        width: 260px;
        float: right;
        margin: 30px 0;
    }
    .svg-provide {
        width: 260px;
        float: right;
        margin: 30px 0;
    }
    .svg-beatit {
        width: 260px;
        float: right;
        margin: 30px 0;
    }
}

@media only screen and (max-width: 500px) {
    #intercom-container .intercom-launcher-frame {
        bottom: 70px!important;
    }
    #intercom-container .intercom-launcher-discovery-frame {
        bottom: 70px!important;
    }
}

@media only screen and (max-width: 428px) {



    div.main-nav a.cta-call {
        display: none;
    }
    .header-mid {
        padding-bottom: 100px;
    }
    .header-mid h1 {
        font-size: 26px;
        text-align: center;
    }
    .header-mid p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }
    body#cardetailspage header {
        height: 250px;
    }
    div.reviews {
        float: none;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .socialmedia {
        float: none;
    }
}

/************************************************************************************************** */
/*  Font Icon */
/************************************************************************************************** */

@font-face {
    font-family: 'ElegantIcons';
    src: url('../fonts/ElegantIcons.eot');
    src: url('../fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../fonts/ElegantIcons.woff') format('woff'), url('../fonts/ElegantIcons.ttf') format('truetype'), url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ffont {
    font-family: 'ElegantIcons'!important;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none;
}
.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px;
}
.glyph div {
    padding-bottom: 10px;
}
.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.glyph .fs1 {
    font-size: 2em;
}



/*********************************************************************** */
/** CBC LP
*********************************************************************** */
body#cbclp header {
    background: #f8f8f8;
}
body#cbclp h1 {
    color: #157abe;
}

body#cbclp h2 {
    margin-bottom: 30px;
}
body#cbclp section#cbccontent .wrapper {
    padding-bottom: 150px;

}
body#cbclp .portal a,
body#cbclp .top-nav ul li,
body#cbclp .top-nav ul li a {
    color: #666;
}

body#cbclp .header-top {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

body#cbclp .ui.form .field>label {
    font-weight: 500;
}

section#cbccontent {
    padding-top: 100px;
    background: url(../images/cbclp-bg.png) center bottom no-repeat #f8f8f8;
    background-size: 600px;
}

.logo-cbc {
    width: 120px;
}

div.main-nav a.btn-signup, div.main-nav a.btn-login {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 3px;
    height: auto;
    background: #4bc0af;
    margin-top: 40px;
}

div.main-nav a.btn-login {
    background: #2185D0;
}

div.col30 {
    width: 30%;
    float: left;
    border-radius: 3px;
}

div.col70 {
    width: 70%;
    float: left;
    border-radius: 3px;
}

.existingcus {
    background: #0076bc;
    padding: 3%;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.1);
}
.existingcus .ui.form .field>label {
    color: #fff;
}
.existingcus h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.midalign {
    margin: 0 auto!important;
    float: none!important;
}

.newcus {
    padding: 3%;
    background: #fff;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0,0.1);
}

a.passreset {
    display: inline-block;
    color:#fff;
    font-size: 11px;
    padding: 10px 0;
}

.tobedeliveredto {
    width: 100%;
    display: none;
}

.svg-error {
    max-width: 300px;
    width: 100%;
    display: inline-block;
    margin: 0px auto 40px auto;
}
footer div.footer-bottom div.wrapper {
    padding: 50px 0px;
}

body.errorpage .newcus, body.thankyou .newcus {
    text-align: center;
    background: none;
    box-shadow: none;
}
body#cbclp.errorpage section#cbccontent, body#cbclp.errorpage header {
    background: #fff;
}
body#cbclp.errorpage .newcus h2 {
    margin-bottom: 10px;
}
body.errorpage section#cbccontent {
    background-image: none;
}
.slabel {
    font-size: 11px;
    color: #999;
}

body#cbclp.login div.col30 {
    float: none;
    margin: 0 auto;
}


@media only screen and (max-width: 760px) {
    div.col30, div.col70 {
        width: 100%;
        padding: 5%;
    }
}
@media only screen and (max-width: 428px) {
    body#cbclp .header-mid {
        padding-bottom: 0px;
    }

    div.main-nav a.btn-login, div.main-nav a.btn-signup {
        font-size: 12px;
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 428px) {

}







/*********************************************************************** */
/* Home - Landing Page
*********************************************************************** */
body .logo-cbc-w {
    display: none;
}

body.cbclphome .logo-cbc-w {
    display: none;
}
body.cbclphome .logo-cbc {
    display: block;
}

body#cbclp.cbclphome header {
    background: #161617;
    margin: 0 0;
    background: url(../images/girl-car.png) 0 0 no-repeat;
    background-size: 946px;
    background-position: 50vw 60%;
    padding-bottom: 50px;
}

body#cbclp.cbclphome header {
    min-height: 600px;
    -webkit-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1500px) {
    body#cbclp.cbclphome header {
    }
}
@media only screen and (max-width: 1300px) {
    body#cbclp.cbclphome header {

    }
}
@media only screen and (max-width: 1200px) {
    body#cbclp.cbclphome header {

    }
}
@media only screen and (max-width: 1100px) {
    body#cbclp.cbclphome header {

    }
}
@media only screen and (max-width: 768px) {
    body#cbclp.cbclphome header {
        min-height: 812px;
    }
}
@media only screen and (max-width: 550px) {
    body#cbclp.cbclphome header {
        background-position: 25vw 100%;
        height: 97vh;
    }
}


body#cbclp.cbclphome .portal a, body#cbclp.cbclphome .top-nav ul li, body#cbclp.cbclphome .top-nav ul li a {
    color: #505050;
}
body#cbclp.cbclphome .header-top {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
body#cbclp.cbclphome .banner-wrapper {
    position: relative;
}
body#cbclp.cbclphome .banner-content {
    width: 100%;
    max-width: 550px;
    margin: 0;
    padding:150px 0;
}
body#cbclp.cbclphome .banner-content h1 {
    color: #000000;
    font-size: 40px;
}
body#cbclp.cbclphome .banner-content p {
    font-size: 20px;
    font-weight: 100;
    color: #000000;
    line-height: 1.5em;
}

body#cbclp.cbclphome .banner-content p span {
    background: #eaeaea;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 3px;
}

body#cbclp.cbclphome .banner-content p.small {
    width: 60%;
}

@media only screen and (max-width: 550px) {
    body#cbclp.cbclphome .banner-content h1 {
        font-size: 26px;
    }
    body#cbclp.cbclphome .banner-content p {
        font-size: 18px;
    }
}



body#cbclp.cbclphome .banner-content p.pricing {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 0.5em;
    letter-spacing: 0px;
    color: #fff;
    padding: 20px 0 0 0;
}
body#cbclp.cbclphome .banner-content p.pricing sup {
    font-size: 10px;
    vertical-align: middle;
}
body#cbclp.cbclphome .banner-content p.pricing span {
    font-size: 12px;
}
body#cbclp.cbclphome .banner-content p.subtext {
    font-size: 11px;
    line-height: 1.2em;
    width: 60%;
}
a.btn-signupbanner {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 3px;
    height: auto;
    background: #4bc0af;
    margin-bottom: 10px;
}
a.supportel {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

p.poweredby {
    position: absolute;
    margin-top: 20px;
    font-size: 10px!important;
    line-height: 2em;
}
p.poweredby .caltexlogowhite {
    width: 100px;
    vertical-align: middle;
    margin-left: 10px;
}


section#benefits {
    min-height: 1000px;
    padding: 100px 0;

}
section#benefits .wrapper {
    text-align: center;
    position: relative;

}

.membercard {
    text-align: center;
    position: relative;
    margin-top: -550px;
    z-index: 0;
}

.membercard h2 {
    padding-top: 100px;
    position: relative;
    top: 0px;
    font-size: 30px;
    z-index: 100;
    color: #0076bc;
}

.membercardimg {
    width: 100%;
    max-width: 335px;
    margin: 40px auto;
    display: inline-block;
    position: relative;
    top: -40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 27px 0px rgba(0, 0, 0, 0.1);

}

.circle {
    position: relative;
    height: 600px;
    width: 600px;
    border-radius: 90%;
    margin: 0 auto;
    display: inline-block;
}

.circle:before {
    position: absolute;
    content: '';
    height: calc(100%);
    width: calc(100%);
    border: 1px dashed #0076bc;
    top: 0px;
    left: 0px;
    border-radius: inherit;
    animation: spin 90s linear infinite;
}

.mem-ls li p {
    color: #888;
}

.mem-ls li {
    list-style: none;
}

.mem-ls-01 {
    position: absolute;
    text-align: right;
    width: 260px;
    top: 34px;
    left: -146px;
}
.mem-ls-01 .circledot {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -40px;
}
.mem-ls-02 {
    position: absolute;
    text-align: left;
    width: 260px;
    top: 200px;
    right: -274px;
}
.mem-ls-02 .circledot {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
}
.mem-ls-03 {
    position: absolute;
    text-align: left;
    width: 260px;
    bottom: -80px;
    right: -50px;
}
.mem-ls-03 .circledot {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: -40px;
}
.mem-ls-04 {
    position: absolute;
    text-align: right;
    width: 260px;
    bottom: 30px;
    left: -240px;
}
.mem-ls-04 .circledot {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -40px;
}


@media only screen and (max-width: 1024px) {


    section#benefits {
        min-height: 800px;
    }
    .circle {
        width: 400px;
        height: 400px;
    }
    .membercard h2 {
        font-size: 22px;
    }
    .membercardimg {
        max-width: 260px;
    }
    .membercard {
        margin-top: -420px;
    }
    .mem-ls-01 {
        position: absolute;
        text-align: right;
        width: 220px;
        top: 34px;
        left: -173px;
    }
    .mem-ls-01 .circledot {
        width: 16px;
        height: 16px;
        position: absolute;
        right: -40px;
    }
    .mem-ls-02 {
        position: absolute;
        text-align: left;
        width: 220px;
        top: 200px;
        right: -251px;
    }
    .mem-ls-02 .circledot {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0px;
        left: -40px;
    }
    .mem-ls-03 {
        position: absolute;
        text-align: left;
        width: 220px;
        bottom: -107px;
        right: -50px;
    }
    .mem-ls-03 .circledot {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0px;
        left: -40px;
    }
    .mem-ls-04 {
        position: absolute;
        text-align: right;
        width: 220px;
        bottom: -16px;
        left: -221px;
    }
    .mem-ls-04 .circledot {
        width: 16px;
        height: 16px;
        position: absolute;
        right: -40px;
    }

    .mem-ls li h3 {
        font-size: 16px;
        margin: 0 0 16px 0;
    }
    .mem-ls li p {
        font-size: 13px;
    }

    body#cbclp.cbclphome header {
        background-position: 50vw 110%;
    }


}
@media only screen and (max-width: 768px) {
    body#cbclp.cbclphome header {
        background-position: 50vw 100%;
    }
    section#benefits {
        min-height: 1200px;
        padding: 100px 0;
    }

    .membercard {
        margin-top: -550px;
    }
    .membercard h2 {
        font-size: 20px;
    }

    .circle {
        width: 50vw;
        height: 50vw;
    }
    .mem-ls {
        width: 100%;
        display: inline-block;
        max-width: 300px;
        position: relative;
        top: 400px;
        padding: 0px;
    }

    .mem-ls li {
        list-style: none;
        width: 100%;
        max-width: 300px;
        margin: 0 0 50px 0;
    }

    .mem-ls li h3 {
        font-size: 16px;
        margin: 0 0 16px 0;
    }

    .mem-ls-01, .mem-ls-02, .mem-ls-03, .mem-ls-04 {
        text-align: center;
        position: static;
    }
    .mem-ls-01 .circledot,  .mem-ls-02 .circledot,  .mem-ls-03 .circledot,  .mem-ls-04 .circledot {
        display: none;
    }

}

@media only screen and (max-width: 425px) {

    body#cbclp.cbclphome header {
        background-position: 40vw 100%;
    }
    .circle {
        width: 80vw;
        height: 80vw;
    }
    .membercard {
        margin-top: -138%;
    }
    section#benefits {
        min-height: 1100px;
    }
}

@media only screen and (max-width: 375px) {
    .circle {
        width: 80vw;
        height: 80vw;
    }
    .membercard {
        margin-top: -150%;
    }
    section#benefits {
        min-height: 1100px;
    }
    .mem-ls {
        top: 350px;
    }
    body#cbclp.cbclphome header {
        background-size: 700px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 320px) {
    .circle {
        width: 80vw;
        height: 80vw;
    }
    .membercard {
        margin-top: -177%;
    }
    section#benefits {
        min-height: 1100px;
    }
    .mem-ls {
        top: 350px;
    }
    .membercardimg {
        max-width: 220px;
    }
}


@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}



/** The Value Section **/

section#thevalue {
    background: #f8f8f8;
}
section#thevalue .thetext {
    padding: 50px 20px;
    text-align: center;
}
section#thevalue div.cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
section#thevalue div.card {
    width: 22%;
    float: left;
    /**background: #fff;**/
    margin: 1%;
    border-radius: 3px;
    padding: 20px;
    /**-webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 27px 0px rgba(0, 0, 0, 0.04);**/
}
section#thevalue div.card h3 {
    padding-bottom: 10px;
}



section#thetech {
    padding: 100px 0;
}
section#thetech div.thecar, section#thetech div.thetext, section#thetech div.theimage, section#theperks div.thetext, section#theperks div.theimage  {
    width: 50%;
    float: left;
}

section#thetech div.thetextbox, section#theperks div.thetextbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
section#thetech div.thetextbox div, section#theperks div.thetextbox div {
    width: 50%;
    padding: 0 5% 10% 0;
}
section#thetech div.thetextbox h3, section#theperks div.thetextbox h3 {
    font-size: 15px;
}
section#thetech div.thetextbox p, section#theperks div.thetextbox p {
    font-size: 13px;
}

div.thecar div.vehicledetail {
    width: 100%;
    max-width: 570px;
    margin: 0px;
    padding: 0 50px 0 0;
}
div.thecar div.connectivity {
    z-index: 100;
    top: 25px;
    right: 0%;
}



/*** Pulse Box ***/

.pulse-box {
    float: left;
    width: 50%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
}
/* pulse in SVG */
svg.pulse-svg {
    overflow: visible;
}
/* Change fill color for connectivity status*/
svg.pulse-svg .first-circle, svg.pulse-svg .second-circle, svg.pulse-svg .third-circle {
    fill: #0076bc;
    transform: scale(0.3);
    transform-origin: center center;
    animation: pulse-me 5s linear infinite;
}
svg.pulse-svg .center {
    fill: #0076bc;
    transform: scale(0.3);
    transform-origin: center center;
}
svg.pulse-svg .second-circle {
    animation-delay: 1s;
}
svg.pulse-svg .third-circle {
    animation-delay: 2s;
}

/* pulse in CSS */
.pulse-css {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #0076bc;
    position: relative;
}
.pulse-css:before, .pulse-css:after {
    content: '';
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #0076bc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}
.pulse-css:after {
    animation-delay: 2s;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.1;
    }
    70% {
        opacity: 0.09;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}

@media only screen and (max-width: 1100px) {
    div.thecar div.connectivity {
        top: 0px;
    }
    section#thetech div.thecar {
        padding-top: 10%;
    }
}
@media only screen and (max-width: 900px) {
    div.thecar div.connectivity {
        top: -20px;
    }
}
@media only screen and (max-width: 768px) {
    section#thetech div.thecar {
        width: 60%;
    }
    section#thetech div.thetext {
        width: 40%;
    }
    section#thetech div.thetextbox div, section#theperks div.thetextbox div {
        width: 100%;
    }
    section#thetech div.thecar {
        padding-top: 20%;
    }
}



@media only screen and (max-width: 600px) {
    div.thecar div.connectivity {
        top: -40px;
    }
}
@media only screen and (max-width: 500px) {
    section#thetech {
        padding: 50px 0;
    }
    div.thecar div.vehicledetail {
        padding: 0px;
    }
    section#thetech div.thecar, section#thetech div.thetext {
        width: 100%;
        padding: 5%;
    }
    div.thecar div.connectivity {
        top: 0px;
        right: -40%;
    }
}

@media only screen and (max-width: 414px) {

    div.thecar div.connectivity {
        top: -20px;
        right: -40%;
    }
}
@media only screen and (max-width: 375px) {

    div.thecar div.connectivity {
        top: -30px;
        right: -40%;
    }
}
@media only screen and (max-width: 320px) {

    div.thecar div.connectivity {
        top: -40px;
        right: -40%;
    }
}

section#theperks {
    background: url(../images/male-gaze.jpg) center right no-repeat #f8f8f8;
    background-size: contain;
    background-position: 110% 0%;
}
section#theperks img.nullimg {
    width: 100%;
    height: 100%;
    display: block;
}
section#theperks div.wrapper {
    display: flex;
    flex-wrap: wrap;
}
section#theperks div.thetext {
    background: #f8f8f8;
    padding: 100px 0;
}
section#theperks div.thetext h2 {
    margin: 0px;
    padding: 0px;
}
section#theperks div.thetext p.subhead {
    font-size: 15px;
    color: #a9a9a9;
    font-weight: 600;
    margin-bottom: 50px;
}



@media only screen and (min-width: 1600px) {
    section#theperks {
        background-position: 100% 0%;
    }
}

@media only screen and (max-width: 1800px) {
    section#theperks {
        background-position: 110% 0%;
    }
}

@media only screen and (max-width: 1700px) {
    section#theperks {
        background-position: 120% 0%;
    }
}

@media only screen and (max-width: 1600px) {
    section#theperks {
        background-position: 130% 0%;
    }
}

@media only screen and (max-width: 1500px) {
    section#theperks {
        background-position: 140% 0%;
    }
}

@media only screen and (max-width: 1400px) {
    section#theperks {
        background-position: 160% 0%;
    }
}

@media only screen and (max-width: 1300px) {
    section#theperks {
        background-position: 180% 0%;
    }
}


@media only screen and (max-width: 1170px) {
    section#theperks {
        background-image: none;
    }
    section#theperks div.theimage {
        background: url(../images/male-gaze.jpg) center center no-repeat #f8f8f8;
        background-size: cover;
        display: inline-block;
    }
    section#theperks {
        padding: 0px;
    }
    section#theperks div.thetext {
        padding: 100px 20px;
    }
}


@media only screen and (max-width: 500px) {
    section#theperks div.theimage, section#theperks div.thetext {
        width: 100%;
    }

    section#theperks div.wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    section#theperks div.thetext {
        padding: 50px 20px;
    }
}



section#theend {
    padding: 200px 20px;
}
section#theend div.theconclusion {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

section#theend .subtext {
    max-width: 300px;
    line-height: 1.3em;
    color: #666;
}
section#theend div.theconclusion p {
    font-size: 16px;
}
section#theend div.theconclusion h2 {
    font-size: 30px;
    margin: 0px 0 20px 0;
}

body#cbclp.cbclphome .theconclusion p.pricing {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 0.5em;
    letter-spacing: 0px;
    color: #000;
    padding: 20px 0 0 0;
    margin: 0px 0 10px 0;
}
body#cbclp.cbclphome .theconclusion p.pricing sup {
    font-size: 10px;
    vertical-align: middle;
}
body#cbclp.cbclphome .theconclusion p.pricing span {
    font-size: 12px;
}
body#cbclp.cbclphome .theconclusion p.subtext {
    font-size: 11px;
    line-height: 1.2em;
    width: 80%;
    margin: 0 auto;
}

img.girlwithcar {
    width: 100%;
    max-width: 470px;
}

body#cbclp.cbclphome div.footer-bottom {
    background: #fbfbfb;
}
body#cbclp.cbclphome footer div.footer-bottom div.wrapper {
    background: #fbfbfb;
}

.caltexlogocolour {
    width: 110px;
}

.f-pcaltex {
    text-align: right;
}

div.footer-bottom div.wrapper {
    display: flex;
    flex-wrap: wrap;
}

div.footer-bottom div.wrapper div.f-contact {
    padding: 0 0 30px 0;
}


@media only screen and (max-width: 680px) {
    .f-pcaltex {
        text-align: left;
    }
}

@media only screen and (max-width: 760px) {


}
@media only screen and (max-width: 500px) {
    section#theend {
        padding: 50px 20px;
    }
}

/** Sell your car section **/


section#thesellyourcar {
    width: 100%;
    height: 500px;
    margin: 0 auto 0px auto!important;
    background: #161617;
    background: url(../images/sellyourcar-ads.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 20px 0 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
}

div.thebox h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
}
div.thebox p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.btn-login.btn-findoutmore {
    background: #328cc8;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 15px;
    line-height: 0em;
}

div.thebox p.poweredby {
    margin: 40px auto;
    display: inline-block;
    position: relative;
}


/** TNC Page ***/

body.termscondition section#cbccontent {
    padding-top: 50px;
}

body.termscondition section#cbccontent a {
    text-decoration: underline!important;
}
div.newcus.tnc {
    text-align: left;
}
div.newcus.tnc h3 {
    margin: 25px 0 25px 0;
}
div.newcus.tnc table tr {
    vertical-align: top;
}
div.newcus.tnc table tr td {
    padding: 0 10px 10px 0;
}


/** THE APP **/

section#theapp {
    min-height: 800px;
}
section#theapp div.wrapper {
    position: relative;
}

#theapp h2 {
    position: relative;
    top: 0px;
    font-size: 30px;
    z-index: 100;
    color: #0076bc;
    margin-bottom: 0px!important;
}

.theapp-pts {
    width: 50%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
}

div.app-pts {
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}

div.app-pts p {
    color: #777;
}
.theapp-img {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 100;
}

.theapp-mck {
    max-width: 450px;
    width: 100%;
    position: absolute;
    left: 0px;
}

.mobbg {
    position: absolute;
    left: 60%;
    z-index: 0;
}

i.icon.cancel:before, i.icon.close:before, i.icon.delete:before, i.icon.x:before {
    font-family: 'ElegantIcons'!important;
    content: "\00d7";
    font-size: 20px;
}



@media only screen and (max-width: 991px){
    .ui.modal>.close {
        top: -2.9465rem;
        right: -1rem;
        color: rgba(255,255,255,.87);
    }
}
@media only screen and (max-width: 767px){
    .ui.modal>.close {
        top: -2.9465rem!important;
        right: -1rem!important;
        color: rgba(255,255,255,.87);
    }
}

@media only screen and (max-width: 540px) {

    section#theapp div.wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .theapp-mck {
        position: relative;
    }

    .mobbg {
        width: 600px;
        top: 10vh;
        left: 0px;
    }
    .theapp-pts {
        width: 100%;
    }
    .theapp-img {
        width: 100%;
    }

    section#theend div.theconclusion h2 {
        font-size: 26px;
    }

}








