/************************************************************************************************** */
/* 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;
    line-height: 1.4em;
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
*,
*: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.5em;
}

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;
}
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: 160px;
    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;
    Margin-right:10px;
}
.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: 70%;
    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: 28%;
    float: left;
    display: inline-block;
    margin-left: 2%;
}
.btn-search {
    border: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    padding: .78571429em 2em .78571429em 2em;
    margin: 0 0 10px 3.8%;
    float: left;
}
.btn-searchall {
    color: #fff;
}

.btn-searchall:hover {
    color: #fff;
    text-decoration: underline!important;
}
div#search option {
    color: #666;
}

/** SEMENTIC UI OVERRIDE **/

div.s-inp-min select.ui.dropdown,
div.s-inp-max select.ui.dropdown {
    background: transparent;
    color: #fff;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../images/svg-arrow.svg') no-repeat right;
    background-size: 11px;
}
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:hover .menu {
    border: none;
}
.ui.selection.active.dropdown,
.ui.selection.active.dropdown .menu {
    border: none;
    margin: 0px;
}
.ui.search.selection.dropdown>input.search {
    line-height: 2em;
}
.ui.selection.dropdown .menu {
    min-width: calc(100% + 0px);
    width: calc(100% + 0px);
}
.ui.fluid.dropdown>.dropdown.icon {
    margin: 0;
    opacity: 1;
    right: 15px;
    padding: 7px;
    font-size: 22px;
    top: 8px;
    color: #666;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ui.dropdown>.dropdown.icon:before {
    display: none;
}
.ui.selection.dropdown .menu>.item {
    border-top: 1px solid rgba(230, 230, 230, 0);
}
.ui.dropdown .menu>.item:hover {
    background: #006bb4;
    color: #fff;
}
.ui.dropdown .menu .active.item {
    background: #465568;
    color: #fff;
}
/***************************************************************************** */
/* 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;
    }

    .btn-search {
        margin-bottom: 10px;
    }
}
}
@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 {
        display: none;
    }
    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;
    }
}

/************************************************************************************* */
/*  Inner Page */
/************************************************************************************* */

.c-prim {
    width: 65%;
    margin: 0% 2% 0% 0;
    padding: 2%;
    float: left;
    background: #fff;
}
.c-sec {
    width: 33%;
    padding: 2%;
    float: left;
    background: #fff;
}


section.col,
.col {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.col2 {
    width: 48%;
    margin: 1%;
}

.col3 {
    width: 31.33%;
    margin: 1%;
}

.col4 {
    width: 22%;
    margin: 0 1.5%;
}

.card {
    width: 96%;
    height: 98%;
    margin: 2% 2% 0% 2%;
    background: #fff;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
}



/************************************************************************************* */
/*  Inner Page - Responsive */
/************************************************************************************* */


@media only screen and (max-width: 1169px) {} @media only screen and (max-width: 800px) {
    .col .c-prim {
        width: 58%;
    }
    .col .c-sec {
        width: 40%;
    }
}



@media only screen and (max-width: 940px) {
    .col4 {
        width: 46%;
        margin: 1% 2%;
    }

    .col3 {
        width: 48%;
        margin: 1% 1%;
    }

    .col2 {
        width: 48%;
        margin: 1% 1%;
    }

}

@media only screen and (max-width: 700px) {
    .col .c-prim {
        width: 100%;
        padding: 3%;
    }
    .col .c-sec {
        width: 100%;
        padding: 3%;
    }

    .col3 {
        width: 100%;
    }

    .col2 {
        width: 100%;
        margin: 5% 0;
    }
}
@media only screen and (max-width: 600px) {} @media only screen and (max-width: 428px) {
    .col .c-prim {
        padding: 4%;
    }
    .col .c-sec {
        padding: 4%;
    }

    .col4 {
        width: 97%;
        margin: 0 1.5%;
    }
}
/************************************************************************************************** */
/*  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;
}
/************************************************************************************************** */
/* Individual Page Styling - Unique to each pages with Body ID to identify */
/************************************************************************************************** */

body.innerpages .header-mid p {
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px auto;
}
body#home h1,
body#car_search h1 {
    margin-top: 100px;
    margin-bottom: 10px;
}
body.light .header-top a,
body.light li.language {
    color: #777;
}
body.light .main-nav a {
    color: #555;
}
body.light .carbar-logo .logo-b {
    display: block;
}
body.light .carbar-logo .logo-w {
    display: none;
}
body.light .header-top {
    border-bottom: solid 1px rgba(233, 233, 233, 0.7);
}
body#cardetailspage section.cardetail {
    padding-bottom: 2%;
}

body.innerpages .footer-enq {
    margin-bottom: -30px;
}

body.innerpages section {
}

section {
    background: #f4f4f4;
    padding: 20px;
}

/************************************************************************************************** */
/* RESPONSIVE
	Individual Page Styling - Unique to each pages with Body ID to identify */
/************************************************************************************************** */

@media only screen and (max-width: 640px) {
    body.innerpages .header-mid p {
        font-size: 16px;
        font-weight: normal;
    }
}

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

    body#home h1, body#car_search h1 {
        margin-top: 50px;

    }

}

/************************************************************************************************** */
/* New Car Request - Landing Page
/************************************************************************************************** */

body#form_step1 .header-mid,
body#form_step2 .header-mid {
    padding-bottom: 100px;
}
.step1-cardetails {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 100px 0;
    position: relative;
}
.step1-cardetails h2 {
    text-align: center;
    margin-bottom: 0px;
}
p.numeric {
    font-size: 300px;
    color: #eef3f8;
    position: absolute;
    left: -40%;
    top: 10%;
    line-height: 400px;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    z-index: 1;
}
body#form_thanks header {
    height: 80vh;
    background: #006bb4;
    overflow: hidden;
}
.header-mid p.else {
    font-size: 14px;
    margin: 60px 0;
}
.header-mid p.else a {
    font-weight: bold;
}
body#form_thanks p.numeric {
    color: #328cc8;
    opacity: 0.1;
    left: 10%;
    top: 30%;
}
.terms {
    line-height: 1.8em;
    color: #444;
}
.terms ol li {
    text-indent: 0;
    list-style-position: inside;
}
/************************************************************************************************** */
/* Forms
/************************************************************************************************** */

p.note {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-bottom: 0px;
}
.form-wrapper form {
    width: 94%;
    padding: 3%;
    max-width: 370px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.09);
    border: none;
    position: relative;
    z-index: 99;
    margin: 30px auto;
}
.form-wrapper span {
    font-size: 11px;
    color: #666;
}
.form-wrapper input,
.form-wrapper textarea {
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 15px 0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    margin-bottom: 15px;
    resize: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #ccc;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #e1e1e1;
}
:-ms-input-placeholder {
    /* IE 10+ */

    color: #e1e1e1;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #999;
}
.form-wrapper input:focus {
    border-bottom: 1px solid #006bb4;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f4f4f4;
    padding: 5px 15px;
    display: block;
    width: calc(100% - 30px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 30px;
    color: #999;
    border-radius: 0 5px 5px 0;
    margin: 10px 0;
}
.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    height: 40px;
    background: #465568;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 13px;
    line-height: 40px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0 2px 2px 0;
}
.file-upload-wrapper:hover:before {
    background: #4c688a;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
/** Checkbox CSS***/

form ul {
    padding: 0px;
    margin: 0px;
}
form ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 10px 0 10px 0;
    text-indent: 0px;
    clear: both;
}
form ul.checkboxes input {
    display: inline-block;
    width: 16px;
    padding: 0px;
    float: left;
    margin-right: 7px;
    margin-left: 0px;
}
.form-wrapper label {
    font-size: 12px;
    color: #333;
    padding-left: 10px;
    display: block;
    margin-left: 0px;
    line-height: 17px;
}
.form-wrapper label:hover {
    color: #006bb4;
}
.form-wrapper label a {
    color: #006bb4;
    font-weight: bold;
}
a.add_field {
    color: #000;
    text-align: right;
    float: right;
    font-size: 12px;
}
a.btn-next,
a.btn-back {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    background: #006bb4;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
}
a.btn-back {
    background: #efefef;
    color: #999;
}
.linebreak {
    width: 150px;
    height: 2px;
    text-align: center;
    display: block;
    margin: 10px auto;
}
/*********************************************************************** */
/* SAMPLE - FIELD Validation
	/*********************************************************************** */

p.label_required {
    font-size: 12px;
    display: inline-block;
    background: #df584f;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    right: 20px;
}
.form-wrapper input.required {
    border-bottom: 1px solid #df584f;
}
/*********************************************************************** */
/* Login - modal css located at /css/remodal-theme.css **/
/*********************************************************************** */

div.avatar {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    overflow: hidden;
    background: #f9f9f9;
    margin: 20px auto;
}
.o-avatar {
    width: 100%;
}
.login input {
    background: #f8f8f8;
    box-shadow: none;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
    margin: 5px 0;
}
.login a{
    color: #0076bc;
}
.login select {
    background: #f8f8f8;
    box-shadow: none;
    border: none;
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
    margin: 5px 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/svg-arrow.svg) no-repeat 97%;
    background-color: #f8f8f8;
    background-size: 13px;
}
.login input:focus {
    outline: none;
}
.login::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #999;
}
.login::-moz-placeholder {
    /* Firefox 19+ */

    color: #999;
}
.login:-ms-input-placeholder {
    /* IE 10+ */

    color: #999;
}
.login:-moz-placeholder {
    /* Firefox 18- */

    color: #999;
}
.login label {

    display: block;
    padding-left: 5px;
    text-indent: -15px;
}
.login.newinput{
    width: 13px;
    height: 13px;
    padding: 5px;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
.login.termsdiv{
    box-shadow: none;
    border: none;
    font-size: 13px;
    padding: 15px 20px;
    width: 100%;
    margin: 5px 0;
    text-align: left;
}
.login .btn-submit {
    background: #0083ca;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    font-size: 13px;
}
.login .socialmedia {
    display: block;
    float: none;
    margin-bottom: 50px;
}
.login .socialmedia a img {
    width: 22px;
}
p.pass-reset {
    width: 50%;
    float: left;
    text-align: left;
    display: inline-block;
    font-size: 11px;
}
p.new-customer {
    width: 50%;
    float: right;
    text-align: right;
    display: inline-block;
    font-size: 11px;
}
p.pass-reset a,
p.new-customer a {
    color: #0076bc;
    text-decoration: underline;
}

div.modalmsg .btn {
    padding: 2px 20px;
}


.ico_thumb {
    max-width: 200px;
}

/*********************************************************************** */
/* Home - HIW
/*********************************************************************** */

.hiw-w {
    background: #fff;
    text-align: center;
}
.hiw-w section.col {
    background: #fff;
}
.hiw {
    padding: 30px;
    text-align: center;
    position: relative;
}
.hiw-w h2 {
    text-align: center;
    margin: 20px 0;
}

div.hiw h3 {
    position: relative;
    z-index: 100;
}

.h-step1,
.h-step2,
.h-step3 {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0px auto 30px auto;
    min-height: 140px;
    vertical-align: middle;
    z-index: 200;
    position: relative;
}
.stepnumb {
    position: absolute;
    top: 10px;
    left: -10px;
    font-family: 'Poppins', sans-serif;
    font-size: 200px;
    color: #d0e6f4;
    font-weight: 600;
    opacity: 0.3;
    z-index: 0;
}
/*********************************************************************** */
/* Home - CTA
/*********************************************************************** */

section.cta-w {
    background: #006bb4;
}
section.cta-w .col {
    background: none;
}
section .cta {
    width: 29.33%;
    margin: 20px 2%;
    background: #fff;
    border: 1px solid rgba(230, 230, 230, 0.5);
}
.cta {
    text-align: center;
    position: relative;
    -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;
}
.cta: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;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 105px -2px rgba(0, 0, 0, 0.4);
}

.cta h3 {

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

.cta:hover h3 {
    color: #f26522;
    -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;
}

.cta a {
    width: 100%;
    display: block;
    padding: 10%;
    -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;
    min-height: 317px;
}
.cta a: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;
}
a.btn-browsecar {
    font-size: 16px;
    padding: 15px 25px;
    text-align: center;
    margin: 50px auto 10px auto;
    display: inline-block;
    background: #f26522;
}
.hiw-w p.note {
    font-size: 13px;
    margin: 10px 10px 50px 10px;
    color: #666;
}


.w-step1,
.w-step2,
.w-step3 {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: 0px auto 30px auto;
    min-height: 140px;
    vertical-align: middle;
    z-index: 200;
    position: relative;
}

.w-step1 {
    margin: 90px auto 30px auto;
}

.w-step2 {
    margin: 40px auto 30px auto;
}

.w-step3 {
    margin: 80px auto 30px auto;
}

/*********************************************************************** */
/* Home - CTA _ Responsoive
/*********************************************************************** */

@media only screen and (max-width: 768px){
    .cta-w .cta {

    }

    .cta-w .cta p {
        font-size: 13px;
    }

    .f-carbarplus .cta-content {
        margin: 30px 0;
    }
    .f-carbarplus .cta-content h3 {
        width: 100%;
        font-size: 30px;
    }

}


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

    .cta-w .cta {
        width: 98%;
    }


    .carbarpluslogo {
        width: 150px;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .featuredcta.f-carbarplus {
        padding: 20px;
        background-position-x: -130px;
    }

    .featuredcta.f-carbarplus .cta-content h3 {
        font-size: 22px;
    }

    .featuredcta.f-carbarplus .cta-content h4 {
        font-size: 16px;
    }

}
/*********************************************************************** */
/* Home - Responsive
/*********************************************************************** */

@media only screen and (min-width: 800px) {

    section.hiw-w div.hiw 	{
        width: 31.33%;
    }

}

@media only screen and (max-width: 800px) {
    .hiw-w .hiw {
        padding: 4%;
    }
    .hiw h3 {
        font-size: 15px;
    }
    .hiw-w .hiw p {
        font-size: 12px;
    }
    .hiw-w .hiw p.stepnumb {
        font-size: 100px;
    }
    section .col3.hiw {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

}


@media only screen and (max-width: 640px) {
    section .col3.hiw {
        width: 100%;
    }
    .hiw-w .hiw {
        padding: 2%;
    }
    .hiw-w .hiw p.stepnumb {
        left: 8%;
    }
    section .cta {
        width: 100%;
    }
}
/*********************************************************************** */
/* Home - Testi
/*********************************************************************** */

section.testi-w {
    background: #006bb4;
    padding-top: 100px;
}
section.testi {
    background: none;
}

.svgspeechlove {
    width: 70px;
    position: absolute;
    top: 40px;
    left: -20px;
}
.svgspeechthumb {
    width: 70px;
    position: absolute;
    top: 200px;
    right: -120px;
}
div.testi-slider-w {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
}
.testi-w .tes-hl {
    font-size: 22px;
    display: block;
    margin: 0 0 1em 0;
    color: #fff;
}
.testi-w .stars {
    font-size: 30px;
    margin-bottom: 20px;
}
.testi-w a.btn-edit {
    margin: 15px 0;
    color: #fff;
}
.testi-w a.btn-edit:hover {
    background: #3e4b5d;
    border-color: #3e4b5d;
}
.testi-w a.note {
    font-size: 11px;
    color: #666;
    margin-top: 50px;
    display: inline-block;
    color: #fff;
}
.testi-w p {
    color: #fff;
}
.cus-say {
    display: block;
    margin: 0 0 50px 0;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.tes-aut {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
    display: inline-block;
}
/* Slider */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 400px;
    text-align: center;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_nav {
    font-family: 'ElegantIcons'!important;
    font-size: 40px;
    color: #fff;
}
.rslides_nav.prev {
    position: absolute;
    left: -80px;
    top: 150px;
}
.rslides_nav.next {
    position: absolute;
    right: -80px;
    top: 150px;
}
.wr-re {
    bottom: 0px;
}
a.next:hover,
a.prev:hover {
    color: #fff;
}
/*********************************************************************** */
/* Testimonials - Responsive
/*********************************************************************** */

@media only screen and (max-width: 940px) {
    div.testi-slider-w {
        padding: 50px 30px;
    }
    .rslides_nav.prev {
        left: -15px;
    }
    .rslides_nav.next {
        right: -15px;
    }
}
/*********************************************************************** */
/* Car Listing - Car Search Listing
/*********************************************************************** */

body#car_search header {
    margin: 0 0;
    background: url(../images/hero-scene.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#car_search .header-mid p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 30px auto;
}
.c-listing-wrap {
    padding-top: 50px;
}
.carlisting {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    /* NEW - Chrome */

    display: flex;
    flex-wrap: wrap;
}
.carlisting div.ls-car {
    width: 48%;
    float: left;
    margin: 1% 1% 1vw 1%;
    background: #fff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    -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;
}
.carlisting div.ls-car: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;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
}

.ls-car {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
}

.ls-car:hover{
    transform: translate3d(0px, -5px, 0px);
    transition: transform .5s ease-in-out;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 45px -2px rgba(0, 0, 0, 0.2)!important;
}

.ls-car.pro_point:hover, .ls-car.loading:hover {
    box-shadow: none!important;
    transform: translate3d(0px, 0px, 0px);
}

.carlisting div.noresult {
    background: none;
}
.carlisting div.noresult:hover, .carlisting div.searchagain:hover {
    box-shadow: none;
}
.carlisting div.noresult h3 {
    border: none!important;
}

.carlisting div.ls-car label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.carlisting div.ls-car div.f-make, .carlisting div.ls-car div.f-type, .carlisting div.ls-car div.f-price, .carlisting div.ls-car div.f-km {
    width: 100%;
    margin: 0 0 20px 0;
    opacity: 1;
    height: auto;
}
.carlisting div.ls-car .select-style select {
    width: 100%;
}



.carlisting .ls-car.pro_point {
    background: #0083ca;
}
.carlisting .ls-car.new_car {
    background: #465569;
}
.carlisting .ls-car.loading {
    background-color: rgba(255,255,255,0);
}
.carlisting .ls-car.loading .ls-desc {
    height: 100%;
    vertical-align: middle;
}
.carlisting .ls-car.loading:hover {
    box-shadow: none;
}
.ico_loading {
    display: block;
    width: 80px;
    margin: 30% auto;
    vertical-align: middle;
}
.carlisting .ls-car.pro_point .ls-desc {
    margin-top: 30%;
    margin-bottom: 20%;
}
.carlisting .ls-car.pro_point h3,
.carlisting .ls-car.pro_point p {
    color: #fff;
    border: none;
    text-align: center;
    width: 100%;
    padding: 0 10%;
}

.btn-newcar-cta {
    background: #f26522;
}
.carlisting div.ls-car img {
    width: 100%;
}
.carlisting div.ls-car h3 {
    font-size: 16px;
    padding: 0px 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 1.3em;
    text-overflow: ellipsis;
    max-width: 100%;
}
.carlisting div.ls-car p {
    line-height: 1.3em;
}
.carlisting div.ls-car div.ls-desc ul {
    padding: 0px;
    margin: 0px;
    color: #888;
    font-size: 12px;
    border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}
.carlisting div.ls-car div.ls-desc ul li {
    list-style: none;
    margin: 5px 0 10px 0;
}
.carlisting div.c-spec-t,
.carlisting div.c-spec-v {
    display: inline-block;
    float: left;
}
.carlisting div.c-spec-t {
    min-width: 100px;
}
.btn-viewcar {
    background: #465569;
    color: #fff;
    line-height: 3em;
    display: inline-block;
    margin: 10px 0 0 0;
    padding-right: 20px;
}
.btn-viewcar span {
    background: #0083ca;
    font-weight: bold;
    margin-right: 15px;
    line-height: 3em;
    display: inline-block;
    height: 100%;
    padding: 0 20px;
}
.btn-viewcar:hover {
    color: #fff;
}
.carlisting div.ls-car div.ls-desc {
    width: 100%;
    padding: 4%;
}

.btn-retailfor {
    min-width: 45%;
    display: inline-block;
    margin:10px 20px 10px 0;
    padding: 10px 10px 10px 0px;
    float: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    background: rgba(239,239,239,0);
    border-radius: 2px;
    -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;
    position: relative;
}
.btn-retailfor p.vh-pr {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

/*.btn-retailfor:hover {
    background: rgba(239,239,239,0.8);
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
}*/

.tooltips {
}


.btn-subfor {
    min-width: 45%;
    display: inline-block;
    margin:10px 2% 10px 0;
    padding: 10px 0px;
    float: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    border: 1px solid rgba(239,239,239,0);
}
.btn-subfor p.vh-pr {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.btn-subfor p.vh-pr sup {
    font-size: 10px;
    font-weight: normal;
}

.btn-subfor sup {
    font-size: 11px;
    vertical-align:
}

/*.btn-subfor:hover {
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    background: rgba(239,239,239,0);
    border: 1px solid rgba(239,239,239,0.9);
}*/


p.ficon.cl-ac {
    -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;
    padding: 10px;
    transform: translate3d(10px, 0px, 0px);
    transition: transform .5s ease-in-out;
    color: #0083ca;
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 1;
}

.btn-subfor:hover .cb-tt, .btn-retailfor:hover .cb-tt {

    -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;
    opacity: 1;

}

/*.btn-retailfor:hover .cb-tt:before, .btn-subfor:hover .cb-tt:before {
	content: 'Select - ';
}*/

.btn-viewdetail {

    width: auto;
    display: inline-block;
    padding: 10px 15px;
    margin:0px 0 15px 0;
    clear: both;
    float: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: rgba(239,239,239,1);
    color: #666;
    font-weight: 500;
    border-radius: 2px;
}

.btn-viewdetail:hover {

    color: #fff;
    background: #0083ca;
}

.cr-ct-tt {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666;
}

.btn-subfor .cb-tt {

    background: #465568;
}
.cb-tt {

    background: #0083ca;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    /* box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);*/
    margin-bottom: 2px;
    display: inline-block;
}



/*********************************************************************** */
/* Car Listing RESPONSIVE */
/*********************************************************************** */
@media screen and (min-width: 1200px) {
    /* 3 columns */

    .carlisting div.ls-car {
        width: 31.333%;
    }
}
@media screen and (min-width: 1500px) {
    /* 4 columns */

    .carlisting div.ls-car {
        width: 23%;
    }

    .ico_loading {
        display: block;
        width: 80px;
        margin: 50% auto;
        vertical-align: middle;
    }

}
@media screen and (min-width: 1800px) {
    /* 5 columns */

    .carlisting div.ls-car {
        width: 18%;
    }
}
@media screen and (min-width: 2100px) {
    /* 6 columns */

    .carlisting div.ls-car {
        width: 14.66%;
    }
}


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

    .btn-retailfor {
        min-width: 40%;
    }

    .btn-viewdetail {

        float: left;
    }
}


/*********************************************************************** */
/* Car Listing - carbarplus Add on
/*********************************************************************** */

/* update to existing */
.carlisting div.ls-car {
    overflow: visible;
}

/* New */
div.c-listing-cbplus {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    float: left;
    margin: -30px 1% 10px 1%;
    border-radius: 2px;
    -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;
}
div.c-listing-cbplus .switch {
    float: left;
}
div.c-listing-cbplus p {
    float: left;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    padding: 6px 0 0 10px;
}

div.cbplushover {
     position: relative;
}

div.cbplushoverdown {
    position: relative;
}

div.c-listing-cbplus p.wicbp {
    font-weight: normal;
    color: #999;
    position: relative;
}

div.ls-car a.cbp-b  {

    background: #fff;
    padding: 6px 10px;
    border-radius: 0px 3px 3px 0px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    color: #999;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    z-index: 10;
    -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;

}
div.ls-car a.cbp-b: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;
}

div.ls-car a.cbp-b:hover p.cbp-fom {
    animation-delay: 2s;
    opacity: 1;
    -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;
}


div.ls-car a.cbp-b p {
    color: #999;
    font-size: 12px;
    margin: 0px;
}

div.ls-car a.cbp-b p.cbp-fom {
    position: absolute;
    left: 10px;
    top: 50px;
    opacity: 0;
    font-size: 11px;
}


.ico-cbplus {
    width: 70px;
}

.ov-price .ico-cbplus {
    width: 60px;
    opacity: 0.5;
    -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;
}
.ov-price input:checked + label .ico-cbplus {
    opacity: 1;
    -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;
}
.cbf {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.btnsmall {
    font-size: 12px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    color: #fff;
    background: #0076bc;
    display: inline-block;
}

.btnsmall:hover {
    color: #fff;
    background: #475568;
}





/*********************************************************************** /
	/* Car Listing Filter -*/
/*********************************************************************** */

section.s-filter {
    padding: 0px;
    background: #fff;
    -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;
}
section.s-filter div.filter {
    position: relative;
    -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;
    max-width: none;
    background: #7a8492;
    box-shadow: inset 0px -10px 28px 0px rgba(0, 0, 0, 0.1);
}
.filter-form {
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -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;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s;
    max-width: 1170px;
    margin: 0 auto;
}
section.s-filter a.btn-filter-t {
    background: #7a8492;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    position: absolute;
    right: 3%;
    bottom: -38px;
    -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;
}
.fdrop {
    -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;
}
section.s-filter div.filter.fdrop a.btn-filter-t {
    -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;
}
a.btn-filter-t .arrow-down {
    ms-transform: rotate(0deg);
    /* IE 9 */

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

    transform: rotate(0deg);
    -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: 3px;
    right: 7px;
}
.fdrop a.btn-filter-t .arrow-down {
    ms-transform: rotate(180deg);
    /* IE 9 */

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

    transform: rotate(180deg);
    -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: 5px;
}
section.s-filter div.filter.fdrop div.filter-form {
    overflow: visible;
    opacity: 1;
    -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;
}
div.f-make,
div.f-type,
div.f-price,
div.f-km {
    width: 20%;
    height: 100%;
    float: left;
    -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;
}
a.f-refine {
    width: 20%;
    height: 100%;
    float: left;
    background: #006bb4;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 6em;
}
div.filter-form div.f-wrapper {
    height: 100%;
    padding: 8%;
    width: 100%;
    border: 1px solid rgba(255,255,255,0);
}

div.filter-form label {
    color: #fff;
}
div.filter-form label {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
/*********************************************************************** */
/* Filter - Toggle */
/*********************************************************************** */

.select-style {
    border: 1px solid #efefef;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.select-style select {
    padding: 7px 8px;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    background: #fff;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #666;
}
.select-style select:focus {
    outline: none;
}
.select-style .arrow-down {
    right: 10px;
    left: auto;
    top: 0px;
    opacity: 0.6;
}
div.filter-form .f-wrapper .select-style {
    border: 1px solid rgba(255,255,255,0.2);
    background: #7a8492;
    color: #fff;
}

div.filter-form .f-wrapper .select-style select {
    color: #fff;
    background: #7a8492;
}


/*********************************************************************** */
/* Filter - Responsive /*********************************************************************** */

@media only screen and (max-width: 680px) {
    .carlisting div.ls-car {
        width: 98%;
        margin: 1% 1% 2vw 1%;
    }
    .carlisting .ls-car.pro_point .ls-desc {
        margin: 0px;
        padding: 20% 10%;
    }
    .filter-form {
        display: block;
    }
    div.f-make,
    div.f-type,
    div.f-price,
    div.f-km {
        width: 100%;
        height: 0px;
        float: left;
        display: inline-block;
        opacity: 0;
    }
    .fdrop div.f-make,
    .fdrop div.f-type,
    .fdrop div.f-price,
    .fdrop div.f-km {
        width: 100%;
        height: 100px;
        float: left;
        display: inline-block;
        opacity: 1;
    }
    div.filter-form div.f-wrapper {
        padding: 20px;
        height: 100px;
    }
    a.f-refine {
        width: 100%;
        height: 100px;
    }
    .fdrop {
    }
    section.s-filter div.filter {
        height: 0px;
    }
    div.filter-form div.f-wrapper {
        border-bottom: 1px solid rgba(240, 240, 240, 0.9);
        height: 100%;
        width: 100%;
    }
    section.s-filter div.filter.fdrop a.btn-filter-t {
        bottom: -43px;
    }
}
/*********************************************************************** */
/* Car Details */
/*********************************************************************** */

body#cardetailspage header {
    margin: 0 0;
    background: none;
    background-color: #fff;
    height: 300px;
    padding-bottom: 50px;
}
body#cardetailspage header {
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
}

body#cardetailspage div.wl_ico {
    top: 20px;
    right: 20px;
}
body#cardetailspage div.wl_ico a {
    font-size: 24px;

}

.c-ov {
    background: #fff;
    margin-top: -75px;
    width: 100%;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    position: relative;
    z-index: 1000;
    border-radius: 2px;
}
div.c-ov section.col {
    background: #fff;
    max-width: 720px;
    margin: 0 auto;
}
.c-ov h1 {
    font-size: 22px;
    color: #333;
    margin: 0px;
    padding: 0px;
}
.btn-back-ls {
    position: absolute;
    top: -30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 0px;
}
p.info-uptop {
    position: absolute;
    top: -40px;
    left: 0px;
    text-align: right;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    opacity: 0.7;
    -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;
    cursor: pointer;
}

p.info-uptop:hover {
    opacity: 1;
    -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;
    padding-left: 0px;
}

p.info-uptop:hover span {
    transform: translate3d(0px, -5px, -20px);
    transition: transform .5s ease-in-out;
}

p.info-uptop a {
    color: #fff;
    font-size: 13px;
}
p.info-uptop span {
    font-weight: 600;
    font-size: 14px;
    vertical-align: sub;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
}


.btn-back-ls .arrow-down {
    width: 14px;
    ms-transform: rotate(90deg);
    /* IE 9 */

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

    transform: rotate(180deg);
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: 6px;
    right: 0px;
    left: 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;
    transform-origin: 10px 5px;
    margin-right: 5px;
}
.socialshare div a {
    font-family: 'ElegantIcons';
    font-size: 14px;
    display: inline-block;
    margin: 6px;
    line-height: 1em;
    vertical-align: middle;
}
.imagegallery {
    width: 70%;
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.imagegallery li {
    list-style: none;
}
.imagegallery img {
    display: block;
}
/** lightslider override **/

.lSSlideOuter .lSPager.lSGallery {
    margin: 0px!important;
}
/** hide bullet nav **/

.lSSlideOuter .lSPager.lSpg {
    display: none;
}
.c-ov-desc {
    width: 30%;
    float: left;
    padding: 20px;
    color: #333;

}
.c-ov-desc h1 {
    line-height: 1.3em;
}
.c-ov-desc table {
    width: 100%;
    margin: 0px 0 20px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 11px;
}
.c-ov-desc table tr td {
    border-top: 1px solid rgba(230, 230, 230, 0.7);
    padding: 4px 0;
}
.c-ov-desc table tr td.t-title {
    width: 40%;
}
.c-ov-desc table tr td.t-data {
    width: 60%;
    font-weight: 600;
    text-align: right;
}

.c-ov-desc p.small {
    padding: 10px 0;
    text-align: center;
    margin: 0px;
}


/*********************************************************************** */
/* Sticky Rework
/*********************************************************************** */

section.cardetail div.wrapper {
    position: relative;
}
.stickydetails {
    height: 80px;
    margin: 0 auto;
    position: fixed;
    opacity: 1;
    background: #fff;
    z-index: 100;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.2);
    -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;
    bottom: 60px;
    transform: translate3d(0px, -300px, 0px);
    max-width: 70vw;
    left: auto;
    bottom: 0px;
    top: 30px;
    right: 30px;

}
.sticky-w {
    width: 100%;
    position: relative;
    display: inline-block;
}
.sti-img {
    max-width: 120px;
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

.sti-img img {
    display: block;
}
.sti-desc {
    padding: 10px;
    width: 70%;
    display: inline-block;
    float: left;
}

.sti-btns {
    background: #efefef;
    width: auto;
    position: absolute;
    right: -10px;
    bottom: -15px;
}
.stickydetails a.btn-iwant {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #f26522;
    margin-right: -1px;
}
.stickydetails a.sti-wl {
    width: auto;
    padding: 10px 6px 10px 10px;
    font-size: 12px;
    line-height: 14px;
}
.sti-desc h5 {
    font-size: 15px;
    line-height: 1em;
    margin: 0px 0 5px 0;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sti-desc p {
    font-size: 15px;
    color: #0076bc;
    font-weight: bold;
}
.sti-desc sup {
    font-size: 9px;
    color: #888;
}
.stickydetails.sticky {
    display: block;
    opacity: 1;
    -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;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
}

.stickydetails .btn-iwant {}

/*********************************************************************** */
/* Sticky Responsive */
/*********************************************************************** */


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


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

}

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

    .stickydetails {
        bottom: 80px;
        transform: translate3d(0px, 200px, 0px);
        max-width: 70vw;
        min-width: 70vw;
        left: 0px;
        top: auto;
        right: auto;
    }
    .sti-img {
        width: 40%;
        display: block;
    }

    .sti-desc {
        width: 60%;
    }
    .sti-desc h5 {
        font-size: 13px;
    }

    .sti-desc p {
        font-size: 14px;
    }
    .stickydetails .sti-btns {
        width: auto;
        position: absolute;
        right: -10px;
        bottom: -15px;
    }

    .stickydetails a.btn-iwant {
        width: auto;
        padding: 10px 10px;
        font-size: 12px;
        line-height: 14px;
    }


    .stickydetails.sticky {
        transform: translate3d(0px, 0px, 0px);
    }
}


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

    .sti-img {
        display: none;
    }

    .sti-desc {
        width: 100%;
    }

}


/*********************************************************************** */
/* Tooltips */
/*********************************************************************** */
.tabbed {
    background-color: #000000;
    padding-top: 5px;
}

.ui-tooltip, .arrow:after {
    background: grey;
    position: relative;
}
.ui-tooltip {
    position: relative;
    max-width: 250px;
    color: grey;
    z-index: 10000 !important;
}
div.arrow_box {
    position: relative;
    background: #ffffff;
    /*-moz-box-shadow: 0 0 24px #ccc;*/
    /*-webkit-box-shadow: 0 0 24px #ccc;*/
    /*box-shadow: 0 0 24px #ccc;*/
    width: 220px;


}
div.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}
div.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    display: none;

}
div.arrow_box:before {
    border-color: rgba(5, 5, 5, 0);
    /*        border-bottom-color: grey;*/
    border-width: 16px;
    margin-left: -16px;
    display: none;
}
.block {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px ridge #EFEFEF;
    text-align: left;
}
.block_noline {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    background: #f7f7f7;
    text-align: left;
}
.span_bold {
    font-weight: bold;
    text-align: right;
    float: right;
}
.h2_blue {
    color : #0076bc;
}
/*#drivetab {*/
    /*position : relative;*/
    /*display:inline-block;*/
    /*vertical-align: 3.5px;*/
    /*left: -15px;*/
    /*z-index: 1000;*/
/*}*/

div.arrow_box h2, div.arrow_box p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1em;
    color: #666;
}

/*********************************************************************** */
/* Car Details Responsive */
/*********************************************************************** */


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

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


}
@media only screen and (max-width: 680px) {
    .c-ov {
        margin-top: -75px;
    }

}
@media only screen and (max-width: 500px) {
    .c-ov {
        margin-top: -71px;
    }

}

@media only screen and (max-width: 428px) {
    .c-ov {
        margin-top: -71px;
    }
}



/*********************************************************************** */
/* Retail/Driveaway price - Tab Toggle */
/*********************************************************************** */

.ov-price {
    width: 100%;
    margin: 15px 0 0px 0;
}
.ov-price section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}
.ov-price input {
    display: none;
}
.ov-price label {
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    -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;
    position: relative;
    border-radius: 2px 2px 0 0;
    background: rgba(239,239,239,0.9);
    line-height: 2em;
}
.ov-price label:hover {
    color: #888;
    cursor: pointer;
}
.ov-price input:checked + label,.ov-price input:checked a{
    border: none;
    padding: 5px 15px;
    background: #006bb4;
    color: #fff;
    -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;
    box-shadow: none;
    border-radius: 2px;
}
#tab2:checked+label>a{
    color: #fff;
}

#tab3:checked+label>a {
    color: #fff;
}

#tab1:checked ~ #tb-retailprice,
#tab2:checked ~ #tb-driveawayprice,
#tab3:checked ~ #tb-cbpprice {
    display: block;
    margin: 0px 0 0px 0;
    padding:10px 0;
    background: none;
    border: none;
    border-radius: 2px;

}

.ov-price .ficon {
    font-weight: normal;
    vertical-align: bottom;
    margin-left: 5px;
    padding: 0px;
}
section#tb-retailprice,
section#tb-driveawayprice,
section#tb-cbpprice  {
    padding: 0px 0;
}
.more-info {
    width: 16px;
    font-size: 12px;
    opacity: 0.3;
    position: relative;
    top: 5px;
    right: -25px;
}
.more-info:hover {
    opacity: 1;
}
p.price {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -1px;
    padding: 10px 0 10px 0;
}
p.price sup {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 1em;
    color: #999;
    letter-spacing: 0px;
    vertical-align: super;
}

span.perweek {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #999;
    line-height: 1em;
    vertical-align: super;
}


.btn-iwant,
.btn-trybuy {
    margin: 0px 0px 0px 0;
    padding: 25px 15px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 1.2em;
    -webkit-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 2px 2px;
}
.btn-iwant {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #f26522;
}
.btn-trybuy {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background: #0076bc;
}
.txt-choice {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 15px 0;
    font-weight: 600;
    text-align: center;
}

.btn-iwant.btn-sold {
    background: #efefef;
    color: #333;
}
.btn-iwant.btn-sold:hover {
    color: #333;
}
/*********************************************************************** */
/* Car detail - Value Proposition */
/*********************************************************************** */

.v-pro {
    margin-bottom: 30px;
    background: #fff;
    padding: 2% 2%;
}


.v-pro ul {
    margin: 0 0 0px 0;
    padding: 0px;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */

    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */

    display: -ms-flexbox;
    /* TWEENER - IE 10 */

    display: -webkit-flex;
    /* NEW - Chrome */

    display: flex;
    flex-wrap: wrap;
}
.v-pro ul.rslides {
    min-height: 0;
}
.v-pro ul.rslides li {
    width: 100%;
    background: none!important;
    padding: 0px;
}

.v-pro ul li {
    margin: 0px;
    width: 20%;
    float: left;
    display: inline-block;
    list-style: none;
    color: #666;
    line-height: 1em;
    padding: 0 1% 0% 0%;
}
.v-pro ul li:first-child {

}
.v-pro ul li.v-pro-slider {
    width: 100%;
    border: none;
}

li.v-pro-slider span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.v-pro ul li p {
    font-weight: 400;
    color: #666;
    line-height: 1.3em;
    text-align: left;
    font-size: 12px;
    padding: 0px 0 0px 0;
}
.ele_linebreak {
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
    width: 22px;
    height: 2px;
    display: inline-block;
    margin: 0 0 5px 0;
}


.v-pro ul li p.small {
    margin: 0px;
    padding: 0px 0 5px 0;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;


}

/*********************************************************************** */
/* Car detail - Key Features */
/*********************************************************************** */

div.key_cal {
    width: 100%;
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
div.key-feats {
    width: 68%;
    float: left;
    display: inline-block;
    background: #f9f9f9;
    margin-right: 3%;
}
div.key-feats h2,
div.f-cal h2 {
    margin: 0px 0 15px 0;
}
div.feats {
    background: #fff;
}
div.feats,
div.carbar-summary {
    width: 100%;
    padding: 20px;
    font-size: 12px;
}


div.carbar-summary p.small {
    font-weight: bold;
}
p.small {
    font-size: 12px;
    color: #898989;
    margin: 0 0 10px 0;
    white-space: nowrap; /** Added by Poom **/
}

/** Use no Break to break out lines**/

p.small-nobreak {
    font-size: 12px;
    color: #898989;
    margin: 0 0 10px 0;
    word-wrap: break-word;
}
div.carbar-summary h4 {
    padding: 0px;
    margin: 0px 0 10px 0;
    font-size: 15px;
    color: #111;
    line-height: 1.3em;
}
div.carbar-summary p {
    margin: 0 0 10px 0;
    color: #464646;
    font-size: 13px;
    line-height: 1.4em;
}
div.carbar-summary {
    background: #f9f9f9;
}
div.key-feats ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
div.key-feats ul li {
    width: 29.33%;
    float: left;
    display: inline-block;
    margin: 0px 4% 0 0;
    padding: 10px 0px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid rgba(230, 230, 230, 0.9);
}
/*********************************************************************** */
/* Car detail Finance Calculator
	/*********************************************************************** */

div.f-cal {
    width: 29%;
    float: left;
    display: inline-block;
    padding: 20px;
    background: #fff;
}
div.f-cal h3 {
    font-size: 20px;
    color: #f26522;
    margin: 10px 0 20px 0;
}
div.f-cal h4 {
    margin: 0px;
    padding: 0px;
}
div.f-count {
    width: 30%;
    float: left;
}
div.f-c-w {
    width: 100%;
    display: inline-block;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.btn-get_quote {
    display: inline-block;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    background: #f26522;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
div.f-cal #btnContactForm {
    background: #f26522;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

div.f-c-sec {
    width: 100%;
    display: block;
    margin: 30px 0;
}
div.ui-drag {
    width: 70%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
div.f-cal p.small {
    margin: 0px;
}

div.f-cal div.form-wrapper form {
    width: 100%;
    box-shadow: none;
    padding: 0px;
}
/*********************************************************************** */
/* UI / Dragable - Override
		/*********************************************************************** */

div.f-cal .noUi-horizontal {
    height: 4px;
}
div.f-cal .noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    top: -10px;
    background: #f26522;
    box-shadow: none;
    border: none;
}
div.f-cal .noUi-target {
    border: none;
    background: #efefef;
    box-shadow: none;
}
div.f-cal .noUi-horizontal .noUi-handle:focus {
    outline: none;
}
.noUi-handle:after,
.noUi-handle:before {
    display: none!important;
}
/*********************************************************************** */
/* Car detail Spec List
	/*********************************************************************** */

.c-spec {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 0px;
    width: 100%;
}
.c-spec-ls {
    width: 31.33%;
    float: left;
    background: #fff;
    list-style: none;
    margin: 0 1%;
}
li.c-spec-ls:first-child {
    margin: 0 2% 0 0;
}
li.c-spec-ls:last-child {
    margin: 0 0 0 2%;
}
.c-spec-w {
    width: 100%;
    padding: 20px;
}
.c-spec-ls table {
    width: 100%;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
.c-spec-ls table tr td {
    border-top: 1px solid rgba(230, 230, 230, 0.7);
    vertical-align: top;
    padding: 7px 0;
    font-size: 12px;
    color: #666;
}
.c-spec-ls table tr td.t-title {
    width: 40%;
}
.c-spec-ls table tr td.t-data {
    width: 60%;
    font-weight: 400;
    text-align: right;
}
/*********************************************************************** */
/* Car detail - Spec - Accordion
	/*********************************************************************** */

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab label {
    position: relative;
    display: block;
    padding: 14px 2%;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 1em;
    cursor: pointer;
    border-top: 1px solid rgba(230, 230, 230, 0.7);
}
.tab label {
    background: #fff;
}
.tab-content {
    max-height: 0;
    overflow: hidden;
    background: #1abc9c;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}
.c-spec-ls .tab table {
    width: 100%;
    margin: 0px;
    border-bottom: none;
}
.c-spec-ls .tab table tr td {
    padding: 7px 0;
    color: #666;
    font-size: 12px;
    border: none;
}
.c-spec-ls .tab table tr td.t-title {
    width: 40%;
    padding: 2%;
}
.c-spec-ls .tab table tr td.t-data {
    width: 60%;
    font-weight: 600;
    text-align: right;
    padding: 2%;
}
.tab .tab-content {
    background: #fbfbfb;
}
.tab-content p {
    margin: 1em;
}
/* :checked */

.tab input:checked ~ .tab-content {
    max-height: none;
}
/* Icon */

.tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
.tab input[type=checkbox] + label::after {
    content: "+";
}
.tab input[type=radio] + label::after {
    content: "+";
}
.tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
    content: "-";
}


/*********************************************************************** */
/* Car detail - Enquiry
	/*********************************************************************** */

.sec_disclaimer {
    background: none;
}
.sec_disclaimer div {
    padding: 0px;
}

.sec_disclaimer p.small {
    font-size: 11px;
}


li.enquire_car {
    background: #006bb4;
    color: #fff;
}

li.enquire_car h2, li.enquire_car p {
    color: #fff;
}

/*********************************************************************** */
/* Car detail - Footer
	/*********************************************************************** */

.footer-enq {
    /**background: url(../images/img-team.jpg) center bottom no-repeat;**/
    padding-bottom: 50px;
    background-size: 90%;
}
.footer-enq li:first-child {
    background: none;
}
.footer-enq li:first-child .c-spec-w {
    padding: 0px;
}
.footer-enq li:first-child .c-spec-w p {
    font-size: 11px;
    margin: 0 0 10px 0;
    color: #999;
}
.footer-enq li.f-cta {
    background: none;
}
.footer-enq h2,
.footer-enq p {
    color: #fff;
    margin: 0px;
    padding: 0px;
}
a.btn-letsgo {
    width: 100%;
    padding: 20%;
    text-align: center;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em;
    color: #fff;
    background: #f26522;
}
a.btn-letsgo span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.footer-enq li.c-spec-ls:last-child {
    background: #006bb4;
    color: #fff;
}
.footer-enq .form-wrapper form {
    width: 100%;
    max-width: 100%;
    background-color: #006bb4;
    box-shadow: none;
    border: none;
    position: relative;
    z-index: 99;
    margin: 30px auto 0 auto;
    padding: 0px;
}
.footer-enq .form-wrapper input {
    background: #006bb4;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    color: #fff;
    padding: 10px 0;
    border-radius: 0px;
}


.footer-enq .form-wrapper input:focus, .footer-enq .form-wrapper textarea:focus {
    border-bottom: 1px solid #fff;
}
.footer-enq .form-wrapper input::placeholder,
.footer-enq .form-wrapper form textarea::placeholder {
    color: #efefef;
    opacity: 0.5;
}
.footer-enq .form-wrapper form span {
    color: #efefef;
    font-weight: 600;
}
.footer-enq .form-wrapper form textarea {
    width: 100%;
    color: #fff;
    background: #006bb4;
    line-height: 1.4em;
    font-size: 13px;
    padding: 10px 0;
    font-family: "Roboto", sans-serif;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    resize: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 0px;
}
.textarea:focus {
    outline: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.footer-enq .form-wrapper .btn-next {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    background: #f26522;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
/*********************************************************************** */
/* Car Detail -  Overview - Responsive
/*********************************************************************** */

@media only screen and (max-width: 1169px) {
    .c-ov-desc table {
        margin: 10px 0 10px 0;
    }
    .c-ov-desc table tr td {
        padding: 5px 0;
        font-size: 12px;
    }
    .btn-inspection,
    .btn-trybuy {
        font-size: 13px;
    }
    .ov-price {
        margin-bottom: 15px;
    }
    .ov-price label {
        font-size: 12px;
        margin: 0 2px 0 0;
    }
    .txt-choice {
        font-size: 12px;
    }
    .c-ov h1 {
        font-size: 18px;
        margin: 0px;
        padding: 0px;
    }
}
@media only screen and (max-width: 1110px) {
    .imagegallery,
    .c-ov-desc {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .v-pro {
        display: block;
    }

}
@media screen and (max-width: 780px) {

    .v-pro ul li {
        margin: 0px;
        padding: 15px 15px 15px 15px;
        width: 100%;
        float: left;
        display: inline-block;
        list-style: none;
        color: #fff;
        line-height: 1em;
    }

    .v-pro ul li ul li {
        padding: 15px 15px 5px 0px;
    }
}

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

}
/*********************************************************************** */
/* Features - Responsive
	/*********************************************************************** */

@media only screen and (max-width: 1000px) {
    div.f-cal {
        width: 39%;
    }
    div.key-feats {
        width: 58%;
    }
}
@media only screen and (max-width: 767px) {
    div.key-feats,
    div.f-cal {
        width: 100%;
        margin: 0px 0 30px 0;
    }
    .c-spec {
        margin: 0px;
    }
    ul.c-spec li.c-spec-ls {
        width: 100%;
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 600px) {
    div.key-feats ul li {
        width: 46%;
    }
}
/*********************************************************************** */
/* Buying - Option
/*********************************************************************** */

body#buyprocess header {
    margin: 0 0;
    background: none;
    background-color: #fff;
    height: 300px;
    padding-bottom: 50px;
    background: url(../images/hero-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
}
.tabs {
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.tabs div {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    position: relative;
}
.tabs a {
    border-right: 1px solid rgba(230, 230, 230, 0.8);
}
.tabs div.b-s-back {} .tabs div.b-s-total {
                          border: none;
                      }
p.buy-num {
    font-size: 10px;
    background: rgba(230, 230, 230, 0.9);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0px 5px 0;
    line-height: 1em;
}
p.buy-num.active {
    background: rgba(242, 101, 34, 1);
}
.tabs a,
.tabs p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    display: inline-block;
    color: #666;
    line-height: 1.3em;
}
.tabs div.b-s-back a {
    margin-left: 15px;
}
.tabs .arrow-down {
    font-size: 18px;
    ms-transform: rotate(90deg);
    /* IE 9 */

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

    transform: rotate(90deg);
    line-height: 28px;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
    -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;
    transform-origin: 10px 5px;
    margin-right: 5px;
}
.tabs .active {
    background: #0076bc;
    color: #fff;
}
.tabs .active a {
    color: #fff;
    border-right: 1px solid #0076bc;
}
.tabs .inactive a {
    color: #ccc;
}
.tabs .completed {
    background: #465569;
    color: #efefef;
    border-right: #efefef;
}
.tabs .completed a {
    background: #465569;
    color: #efefef;
    border-right: 1px solid #465569;
}

.tabs .completed a:hover {
    color: #fff;
    background: #3c4959;
}
.ops-desc {
    width: 100%;
    padding: 2%;
    text-align: center;
}
.ops-desc h1 {
    font-size: 24px;
    line-height: 1em;
    padding: 5px 0 0px 0;
}
.buy-ops {
    width: 31.33%;
    display: inline-block;
    float: left;
    padding: 20px;
    color: #333;
    border: 1px solid rgba(230, 230, 230, 0.9);
}


.extra-op {
    opacity: 0;
    height: 0px;
    display: none;
    -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;
    padding-bottom: 4%;
}
.pickordeli-op h2,
.extra-op h2 {
    margin: 0px;
}
.extra-op .ops-desc {
    padding: 2%;
}
.extra-op.active {
    opacity: 1;
    height: 100%;
    display: block;
    -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;
}
div.extra-op section.col .op {
    width: 31.33%;
    margin: 0 0 2% 2%!important;
}
.col .op {
    width: 30.73%;
    margin: 0 0 20px 2%;
}
.buying section.col input[type="radio"] {
    display: none;
&:not(: disabled) ~ label {
     cursor: pointer;
 }
&:disabled ~ label {
     box-shadow: none;
     cursor: not-allowed;
 }
}
.buying section.col input[type="checkbox"] {
    display: none;
&:not(: disabled) ~ label {
     cursor: pointer;
 }
&:disabled ~ label {
     box-shadow: none;
     cursor: not-allowed;
 }
}
.buying .col label {
    width: 100%;
    border: 1px solid rgba(230, 230, 230, 0.9);
    height: 100%;
    float: left;
    padding: 20px;
    position: relative;
    text-align: left;
    cursor: pointer;
    color: #999;
    -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;
    -webkit-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 25px 3px rgba(0, 0, 0, 0);
}
.buying .col label:hover {
    border: 1px solid rgba(230, 230, 230, 0.9);
    -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;
    -webkit-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.1);
}
.buying .col label:hover p.op-title {
    color: #006bb4;
}
.col h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 0px;
}
.col p.op-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0px;
    padding: 0px;
    color: #006bb4;
}
.col h6 {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    width: auto;
    display: inline-block;
    margin: 15px 0;
    opacity: 0;
    border-radius: 50px;
    opacity: 0.4;
}
div.extra-op .col h3 {
    margin: 0 0 10px 0;
}
div.op-content .op-sum {
    display: none;
    margin-bottom: 10px;
}
.buying .col input[type="radio"]:checked + label {
    -webkit-box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 107, 180, 0.5);
    -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;
}
.buying .col input[type="checkbox"]:checked + label {
    -webkit-box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 22px 34px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 107, 180, 0.5);
    -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;
}
#option_01:checked ~ label[for="option_01"] h6,
#option_02:checked ~ label[for="option_02"] h6,
#option_03:checked ~ label[for="option_03"] h6 {
    opacity: 1;
    -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;
    border: 1px solid #006bb4;
    background: #006bb4;
    color: #fff;
}
#option_01:checked ~ label[for="option_01"] p.op-sum,
#option_02:checked ~ label[for="option_02"] p.op-sum,
#option_03:checked ~ label[for="option_03"] p.op-sum {
    display: block;
}
#option_01:checked ~ label[for="option_01"] h6:after,
#option_02:checked ~ label[for="option_02"] h6:after,
#option_03:checked ~ label[for="option_03"] h6:after {
    display: block;
    content: "Selected";
}
#option_01:checked ~ label[for="option_01"] h6 span,
#option_02:checked ~ label[for="option_02"] h6 span,
#option_03:checked ~ label[for="option_03"] h6 span {
    display: none;
}
.op-op h7 {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
    width: auto;
    display: inline-block;
    margin: 15px 0;
    opacity: 0;
    border-radius: 50px;
    opacity: 0.4;
}
.op-op .op-sum h7.checked{
    opacity: 1;
    -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;
    border: 1px solid #006bb4;
    background: #006bb4;
    color: #fff;
}
/* Pick up or delivery option */

#deli_opt_01:checked ~ label[for="deli_opt_01"] h6,
#deli_opt_02:checked ~ label[for="deli_opt_02"] h6 {
    opacity: 1;
    -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;
    border: 1px solid #006bb4;
    background: #006bb4;
    color: #fff;
}
#deli_opt_01:checked ~ label[for="deli_opt_01"] p.op-sum,
#deli_opt_02:checked ~ label[for="deli_opt_02"] p.op-sum {
    display: block;
}
#deli_opt_01:checked ~ label[for="deli_opt_01"] h6:after,
#deli_opt_02:checked ~ label[for="deli_opt_02"] h6:after {
    display: block;
    content: "Selected";
}
#deli_opt_01:checked ~ label[for="deli_opt_01"] h6 span,
#deli_opt_02:checked ~ label[for="deli_opt_02"] h6 span {
    display: none;
}
#extra_01 ~ label[for="extra_01"] h6,
#extra_02 ~ label[for="extra_02"] h6,
#extra_03 ~ label[for="extra_03"] h6,
#extra_04 ~ label[for="extra_04"] h6 {
    font-family: 'ElegantIcons';
    color: transparent;
}
#extra_01:checked ~ label[for="extra_01"] h6,
#extra_02:checked ~ label[for="extra_02"] h6,
#extra_03:checked ~ label[for="extra_03"] h6,
#extra_04:checked ~ label[for="extra_04"] h6 {
    opacity: 1;
    -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;
    background: #006bb4;
    color: #fff;
    border: 1px solid rgba(0, 107, 180, 0.5);
}
#extra_01:checked ~ label[for="extra_01"] h6:after,
#extra_02:checked ~ label[for="extra_02"] h6:after,
#extra_03:checked ~ label[for="extra_03"] h6:after,
#extra_04:checked ~ label[for="extra_04"] h6:after {
    display: block;
    font-family: 'ElegantIcons';
    content: "N";
}
#extra_01:checked ~ label[for="extra_01"] h6 span,
#extra_02:checked ~ label[for="extra_02"] h6 span,
#extra_03:checked ~ label[for="extra_03"] h6 span,
#extra_04:checked ~ label[for="extra_04"] h6 span {
    display: none;
}
input[type=checkbox]:checked ~ label ~ .extra-op {
    opacity: 0;
    height: 0;
    display: none;
}
a.save-button {
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.datetime-w {
    text-align: center;
}

.datetime-w,
.location-w,
.order_pay,
.proceed-w,
.personaldetails-w {
    padding: 2% 0%;
    display: none;
    opacity: 0;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
}
.datetime-w {
    background: #f7f7f7;
    margin-top: 50px;
    padding-bottom: 50px;
}
.location-w {
    padding-bottom: 50px;
    background: #f7f7f7;
}
.location-w .myaddress {
    position: relative;
    top: 0px;
}
.datetime-w h2,
.location-w h2,
.personaldetails-w h2 {
    margin: 0px;
}
.btn-buy-next {
    padding: 10px 30px;
    border-radius: 2px;
    display: inline-block;
    margin: 10px auto;
    font-size: 14px;
    background: #f26522;
    border: none;
}

#add-input {
    background: #f7f7f7;
}

.btn-cancel {
    padding: 10px 30px;
    border-radius: 2px;
    display: inline-block;
    margin: 10px auto;
    font-size: 14px;
    background: #efefef;
    color: #666;
    border: none;
}

.show {
    display: block!important;
    opacity: 1;
    -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;
}
div.location-w textarea {
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    max-width: 400px;
    resize: none;
    text-align: center;
    background: #f7f7f7;
}
textarea::placeholder {
    color: #999;
}
div.location-w input:focus,
div.location-w textarea:focus {}

div.personaldetails-w {
    padding: 5%;
}
div.personaldetails-w input {
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    max-width: 400px;
    resize: none;
    text-align: center;

}


/*********************************************************************** */
/* Date & Time Picker
/*********************************************************************** */

.pickadate {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: #fff;

    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.1);
}

ul.datelist, ul.timelist {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

ul.datelist li {
    list-style: none;
    margin: 0px;
    border-bottom: 1px solid #efefef;
}

ul.datelist li:last-child {
    border-bottom: none;
}

ul.datelist li div.dateselection {
    padding: 20px;
    position: relative;
    cursor: pointer;
    background: #fff;
    -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;
}
ul.datelist li div.dateselection:hover {
    background: #f8f8f8;
}

ul.datelist li div.notavailable {
    cursor:default;
    opacity: 0.4;
}
ul.datelist li div.notavailable p {
    color: #ccc;
}
ul.datelist li div.dateselection.notavailable:hover {
    background: none;
}

ul.datelist li div.dateselected {
    background: #006bb4;
    cursor: default;
}
ul.datelist li div.dateselected:hover {
    background: #006bb4;
}
ul.datelist li div.dateselected p {
    color: #fff;
}

#toggled-time {
}

ul.datelist p.small {
    margin: 0px;
}

p.datetime-date {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

p.spotleft {
    font-size: 10px;
    color: #999;
    float: right;
    display: inline-block;
    margin-top: 15px;
}

ul.timelist li {
    width: 49%;
    display: inline-block;
    border: none;
}

div.timeslot {
    width: auto;
    display: inline-block;
    font-size: 12px;
    color: #464646;
    background: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    margin: 5px 0px;
    cursor: pointer;
}

div.timeslot.timeselected {
    background: #f26522;
    color: #fff;
    font-weight: bold;
}

.datepicknote {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    margin: 0 auto;
    font-size: 12px;
}

/*********************************************************************** */
/* Buying - Option - Responsive
/*********************************************************************** */

@media only screen and (max-width: 1169px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 920px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 10px;
    }
    .tabs div.b-s-back span {
        display: none;
    }
    section.col.op {
        flex-direction: row;
    }
    div.extra-op section.col .op {
        width: 46%;
        margin: 2%;
    }
}
@media only screen and (max-width: 820px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 15px;
    }
    .tabs div span {
        display: none;
    }
    .tabs div.b-s-total span {
        display: inline-block;
    }
}
@media only screen and (max-width: 700px) {
    section.col,
    .col {
        flex-direction: inherit;
    }
    section.col .op {
        width: 96%;
        margin: 2%;
    }
    .ops-desc {
        padding: 4%;
    }
    .tabs div span {
        display: none;
    }
    .tabs div a,
    .tabs div p {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 500px) {
    .tabs div.b-s-total span {
        display: none;
    }
    section.col {
        flex-direction: column;
    }
    div.extra-op section.col .op {
        width: 96%;
        margin: 2%;
    }
    .location-w {
        padding: 4%;
    }

    .map, #map-canvas {
        border-radius: 80px;
    }
}
/*********************************************************************** */
/* Login
/*********************************************************************** */

body#login {
    background-size: cover;
    background-position: 40% 60%;
}
body#login header {
    margin: 0 0;
    background-color: #fff;
    height: 300px;
    padding-bottom: 50px;
}
div.signinups-w .ops-desc h1 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 20px 0;
}
div.signinups-w .ops-desc {
    text-align: center;
}
div.logins_signup {
    display: inline-block;
    padding: 20px 0;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
    margin: 0 auto;
}
div.logins_signup h3 {
    margin: 20px 0;
    text-align: left;
}
div.logins_signup .login .btn-submit {
    width: auto;
    float: left;
}
div.log-social {
    width: 50%;
    float: right;
    text-align: right;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
div.login-w {
    width: 100%;
    max-width: 370px;
    float: left;
    padding-right: 30px;
}
div.signup-w {
    width: 100%;
    max-width: 370px;
    float: left;
    padding-left: 30px;
}
/*********************************************************************** */
/* Buying - Option 00- Please Login  - RESPONSIVE
	/*********************************************************************** */

@media only screen and (max-width: 870px) {
    div.signinups-w .ops-desc h1 {
        text-align: left;
        display: block;
        width: 100%;
    }
    div.logins_signup {
        width: 100%;
    }
    div.login-w,
    div.signup-w {
        width: 100%;
        max-width: none;
        padding: 0px;
    }
    div.login-w div,
    div.signup-w div {
        max-width: none;
    }
}
/*********************************************************************** */
/* Dashboard
/*********************************************************************** */

body#dashboard header {
    background: url(../images/dash-hero.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
}
body#dashboard header {
    margin: 0 0;
    background-color: #fff;
    height: 300px;
    padding-bottom: 50px;
}

body#dashboard div.c-ov section.col {
    max-width: none;
}

body#dashboard div.overview {
}



div.u-noti {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 0px 0 0;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle;
}
.main-nav div.u-noti {
    height: 32px;
    background: #fff;
    color: #333;
}

.main-nav div.u-noti a.settings {
    padding: 0px;
    position: relative;
    color: #fff;
}

.main-nav div.u-noti.notlog {
    background: none;
}

.main-nav div.u-noti.notlog a {
    color: #fff;
}

.u-noti p {
    font-size: 12px!important;
    color: #333;
    float: left;
    text-shadow: none;
    font-weight: bold;
    line-height: 32px;
    padding: 0 10px;
}
.u-noti img.s-avatar {
    width: 32px;
    border-radius: 0 2px 2px 0;
    line-height: 32px;
    display: inline-block;
    float: left;
}
.u-noti .ffont {
    font-size: 16px;
}
.u-noti a {
    color: #333;
    padding: 0 10px;
    margin: 0px;
    float: left;
    display: inline-block;
}
.u-noti a:hover {
    color: #0076bc;
}
.u-noti a.fav {
    position: relative;
    color: #fff;
}
.u-noti a.fav span,
.alert span {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: #dc5953;
    padding: 4px;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    line-height: 10px;
    top: -6px;
    right: 0px;
    z-index: 100;
}
.u-noti a.signout {
    font-weight: bold;
    background: #0083ca;
    padding: 0 10px;
    color: #fff;
    margin-left: 10px;
}

.user-w {

    display: inline-block;
    float: left;
}

a.fav.alert,
.alert {
    color: #dc5953;
    /*position: relative;*/
}
.tabs {
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.tabs div {
    width: auto;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}
.tabs a {
    border-right: 1px solid rgba(230, 230, 230, 0.8);
}
.tabs a:hover {
    color: #333;
}
.tabs a,
.tabs p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    display: inline-block;
    color: #666;
    line-height: 1.3em;
}
.tabs .active {
    background: #0076bc;
    color: #fff;
}
.tabs .active a {
    color: #fff;
    border-right: 1px solid #0076bc;
}
.alert span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block!important;
}
.dash-cont {
    width: 100%;
}
.dash-cont h1 {
    padding: 0 2% 20px 2%;
    font-size: 24px;
    color: #0076bc;
    line-height: 1.3em;

}
.dash-cont h2 {
    font-size: 24px;
    color: #0076bc;
    line-height: 1.3em;
    padding: 20px 0 0px 0;
}
.dash-cont h3 {
    font-size: 16px;
    color: #333;
    margin: 10px 0 20px 0;
    line-height: 1.3em;
}
.dash-cont h4 {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
    display: inline-block;
}
.overview {
    width: 100%;
    padding-top: 2%;
}
.overview section .col2 {
    margin: 0 0 20px 2%;
}
.overview section .watchlist {
    width: 31.33%;
}
.overview section .mycar-ov {
    width: 62.66%;
}
.dash-cont ul,
.dash-cont ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.dash-cont ul {
    margin: 0 0 10px 0;
}
.dash-cont ul li {
    padding: 5px 0;
}
.overview ul li table {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}
.dash-cont .mycar-ov table {
    width: 100%;
}
.dash-cont .t-data {
    text-align: right;
}
.mycar-ov .btn-edit {

    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
.mycar-ov h4 {
    font-size: 40px;
    color: #efefef;
    line-height: 1em;
    margin-bottom: 50px;
}
.stat-ok {
    color: #4bc0af;
}
.dash-cont p.price {
    font-size: 20px;
}
.dash-cont .ov-price label {
    font-size: 10px;
}
.recent-ls {
    width: 100%;
    float: left;
    padding: 2% 2% 2% 0%;
}
.recent-ls ul li {
    display: block;
    margin: 0 0 5px 0;
    -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;
}

.recent-ls ul li:hover {
    background: rgba(230,230,230,0.3);
    padding: 5px 10px ;
    -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;

}
.recent-ls p.date {
    font-size: 10px;
    color: #888;
    line-height: 1.3em;
}
.recent-ls p {
    font-size: 12px;
    line-height: 1.3em;
    margin: 3px 0;
}
.recent-ls ul li a {
    -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;
}
.recent-ls ul li a:hover p strong {
    color: #0076bc;
    -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;
}
.noti-on {
    width: 6px;
    height: 6px;
    background: #dc5953;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    margin: 0 5px 1px 0;
}
div.wl_ico {
    width: 20px;
    display: inline-block;
    margin: 0 0 10px 0;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
}
div.wl_ico a {
    margin: 0 10px 0 0;
    color: #fff;
}

div.ls-car div.wl_ico a {
    color: #fff;
    font-size: 20px;
}
a.watched {
    color: #dc5953!important;
}
.sold .wl-img {
    opacity: 0.3;
}
.sold p.soldsticker {
    margin: 10px 0;
    background: #dc5953;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 30%;
    opacity: 1;
    z-index: 100;
}

div.col2.carcard {
    position: relative;
    width: 48%;
    margin: 0px 2% 2% 0;
    padding: 0px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgba(230,230,230,0.5);
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0);
    cursor: pointer;

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

div.col2.carcard:hover {
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.09);
    -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;
}

div.col2.carcard:hover a.btn-edit {

    color: #006bb4;
    border: 1px solid rgba(0, 107, 180, 0.5);
}

div.carcard-con {
    padding: 10px;
}
div.col2.carcard img {
    display: block;
    width: 100%;

}

.d-trybuy {
}

.null-msg {
    padding: 50px 20% 0% 0%;
    font-size: 40px!important;
    color: #efefef!important;
    line-height: 1em!important;
}

/*********************************************************************** */
/* Dashboard - Responsive
/*********************************************************************** */

@media only screen and (max-width: 1169px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 920px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 10px;
    }
    .overview section .col2 {
        width: 96%;
        padding: 0;
    }
    .overview section .mycar-ov {
        margin-bottom: 50px;
    }
    .watchlist ul {
        width: 100%;
    }
}
@media only screen and (max-width: 820px) {
    .tabs div a,
    .tabs div p {
        padding: 20px 15px;
    }
    .overview,
    .recent {
        width: 100%;
        float: none;
        border: none;
    }
    .dash-cont {
        padding: 3%;
    }

}
@media only screen and (max-width: 700px) {
    section.col {
        flex-direction: column;
    }
    section.col .op {
        width: 96%;
        margin: 2%;
    }
    .ops-desc {
        padding: 10% 4%;
    }
    .tabs div span {
        display: none;
    }
    .tabs div a,
    .tabs div p {
        padding: 20px 15px;
    }
}
@media only screen and (max-width: 500px) {
    .tabs div.b-s-total span {
        display: none;
    }
    section.col.col4 {
        flex-direction: column;
    }
    section.col.col4 .op {
        width: 96%;
        margin: 2%;
    }
    .tabs div a,
    .tabs div p {
        padding: 18px 11px;
    }

    .tabs a, .tabs p {
        font-size: 11px;
    }

    div.col2.carcard {
        width: 100%;
        margin: 2% 0%;
    }

    div.main-nav.logged div.u-noti {
        background: none;
    }

    div.main-nav.logged div.u-noti a {
        color: #fff;
    }


    .user-w {
        display: none;
    }

    div.u-noti .signout {
        display: none;
    }


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

        .tabs div a,
        .tabs div p {
            padding: 18px 11px;
        }

        .tabs a, .tabs p {
            font-size: 10px;
        }
    }


}
/*********************************************************************** */
/* Watchlist
/*********************************************************************** */


.wl-ov {
    padding: 0 2% 2% 2%;
}



.wl-ls .col2 {
    width: 47%;
}
.wl {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    min-height: 100px;
    display: flex;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.09);
}

.wl div.wl_ico {
    width: 20px;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
    margin: 0px;
}
.wl-desc {
    width: 60%;
    padding: 30px 20px 20px 20px;
    float: left;
}
.wl-desc .btn-edit {
    padding: 3px 10px;
    margin: 15px 0 0 0;
}
.wl-desc .btn-edit:hover {} .wl-ls .recent-ls {
                                padding: 0px;
                            }
.c-title {
    margin: 0 0 10px 0;
}
p.tx-updates {
    position: absolute;
    top: 20px;
    left: 0px;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
    font-weight: bold;
    z-index: 5000;
}

.s-normal {
    background: #0076bc;
}


.sold p.tx-updates {
    background: #df584f;
}

p.status {
    background: #f26522;
}
/*------------- Watchlist Car background images -------------------*/

.wl-img {
    width: 40%;
    height: 100%;
    display: inline-block;
    float: left;
    background: url(../images/car/img-car-sample1.jpg);
    background-size: cover;
    background-position: center right;
    line-height: 8em;
}
.wl-img span {
    opacity: 0;
}
/*--- END---*/

.watchlist-ov {
    width: 100%;
}
.wl-w {
    width: 100%;
}

.c-updates-ls {
    margin-top: 10px;
    padding: 0px 10px;
    border-top: 1px solid rgba(230,230,230,0.5);
}

.c-updates-ls p {
    font-size: 12px;
    color: #666;
}

.c-updates-ls span.date {
    font-size: 10px;
}


/*********************************************************************** */
/* Watchlist - Reponsive
/*********************************************************************** */

@media only screen and (max-width: 700px) {
    section.col,
    .col .wl-ls {
        flex-direction: inherit;
    }
}
/*********************************************************************** */
/* Mycar
/*********************************************************************** */

.wl.s-ok p.tx-updates {
    background: #328cc8;
}
.tela-ov table {
    font-size: 12px;
    color: #666;
}
.btn-buy {
    opacity: 1;
    background: #0083ca;
    color: #fff!important;
    font-weight: bold;
    border: 1px solid #0083ca!important;
}
.mycar-img {
    width: 40%;
    float: left;
    padding: 1% 1% 1% 0;
}

.mycar-img img {

    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.09);
}

.mycardetails {
    width: 60%;
    float: left;
    padding: 0 2%;
}

div.mycardetails div.c-ov-desc {
    width: 100%;
    padding: 0px;
}

div.mycardetails div.c-ov-desc h1 {
    padding: 0px;
}

.btn-pdf object {
    width: 15px;
    vertical-align: middle
}

/*********************************************************************** */
/* Mycar - Reponsive
/*********************************************************************** */


@media only screen and (max-width: 600px) {
    .mycar-img {
        width: 100%;
        float: left;
    }
    .mycardetails {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

}

/*********************************************************************** */
/* Setting
/*********************************************************************** */

.st-w {
    width: 96%;
    margin: 0 2% 2% 2%;
}
.st-l {
    width: 75%;
    float: left;
}
.st-l div {
    width: 33.33%;
    padding-right: 5%;
}
.st-l .form-wrapper form {
    padding: 0px;
    margin: 0px;
    box-shadow: none;
}
.st-r {
    width: 25%;
    float: left;
    border: 1px solid rgba(0, 131, 202, 0.3);
    padding: 2%;
}
.st-r div {
    width: 100%;
    padding-right: 5%;
}
/*********************************************************************** */
/* Setting  - RESPONSIVE
	/*********************************************************************** */

@media only screen and (max-width: 940px) {
    .st-l {
        width: 60%;
    }
    .st-r {
        width: 40%;
    }
    .st-l div {
        width: 50%;
        padding-right: 5%;
    }
}
@media only screen and (max-width: 820px) {
    .st-l {
        width: 50%;
        margin-bottom: 50px;
    }
    .st-r {
        width: 50%;
    }
    .st-l div {
        width: 100%;
        padding-right: 5%;
    }
}
@media only screen and (max-width: 600px) {
    .st-l {
        width: 100%;
    }
    .st-r {
        width: 100%;
        padding: 4%;
    }
    .st-l div {
        width: 100%;
        padding-right: 5%;
    }
}

/*********************************************************************** */
/* Dash - Setting Page Update - Add Carbarplus Subscription Management
/*********************************************************************** */


div.st-r {
    margin: 0px 0 30px 0;
}


.cbp-i {
    padding: 0px 1px;
    display: inline-block;
}

section.ff-sec {
    background: none;
    padding: 20px 0px;
    /*padding: 20px 20px;
    background: rgba(250,250,250,1);*/
}

section.ps-rs {
    background: rgba(180,180,180,0.1);
    margin: 0 0 20px 0;
    padding: 20px;
}


section.ps-rs section.form-wrapper, section.ps-rs section.form-wrapper input {
    background: none;
}

section.ps-rs section.form-wrapper input {
}

/*********************************************************************** */
/* Buying - Payment
/*********************************************************************** */

section.payment {
    max-width: 720px;
    background: #fff;
    display: none;
    margin: 0 auto;
}

div.pay_pal_pay, div.cc_pay{
    display: none;
}

div.cc-de,
div.billing,
div.ccard {
    width: 50%;
    float: left;
}

div.cc-de, div.billing {
    width: 94%;
    padding: 3%;
    background-color: rgb(255, 255, 255);
    border: none;
    position: relative;
    z-index: 99;
    margin: 10px;
}


div.cc-de .form-wrapper,
div.billing .form-wrapper  {
    box-shadow: none;
    position: relative;
}
.cc-ico {
    width: 30px;
    position: absolute;
    right: 20px;
}
.myaddress {
    font-size: 10px;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
    color: #ccc;
    border: 1px solid rgba(230, 230, 230, 0.8);
    border-radius: 50px;
    position: absolute;
    top: -40px;
}

/*********************************************************************** */
/* Buying - Payment  - RESPONSIVE
	/*********************************************************************** */

@media only screen and (max-width: 680px) {
    div.cc-de,
    div.billing,
    div.ccard {
        width: 100%;
        float: none;
    }
}

/*********************************************************************** */
/* Buying - Payment  - ERROR
	/*********************************************************************** */

.svg-error {
    max-width:300px;
    width: 100%;
    display: inline-block;
    margin: 0px auto 40px auto;
}


/*********************************************************************** */
/* Buying - Summary
/*********************************************************************** */

section.pay_sum {
    max-width: none!important;
}

.pay_sum .op {

    padding: 30px 30px 0 30px;
}
.pay_sum h2 {
    font-size: 15px;
    color: #0076bc;
    margin-bottom: 30px;
}
.pay_sum h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
}
.pay_sum p.small {
    font-size: 12px;
    color: #999;
    margin: 0px 0 5px 0;
}
.pay_sum p.xs {
    font-size: 11px;
    color: #999;
    margin: 5px 0 5px 0;
}
.pay_sum p.xs span {
    padding: 0 10px 0 0;
}
.btn-edit {
    font-size: 12px;
    width: auto;
    padding: 5px 15px;
    display: inline-block;
    color: #999;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 50px;
    margin: 5px 0 0 0;
}
.btn-edit:hover {
    color: #006bb4;
    border: 1px solid rgba(0, 107, 180, 0.5);
}
.de-w {
    width: 100%;
    display: block;
    clear: both;
    text-align: left;
    margin: 0 0 30px 0;
}
.de-w sup {
    font-size: 10px;
    color: #888;
}
.img-small {
    width: 80px;
    display: inline-block;
    float: right;
    margin: 0 10px 0px 0;
}
.c-img {
    width: 50px!important;
    height: 50px;
    background: #efefef;
    border-radius: 50px;
    float: right;
    padding: 0px!important;
    overflow: hidden;
    margin: 0 10px 0 0!important;
    background: url(../images/car/img-car-sample3.jpg) center center no-repeat;
    background-size: cover;
}
.c-desc {
    padding: 10px;
    float: left;
}
p.card-name {
    margin: 0 0 10px 0;
}
p.card-type {
    font-size: 11px;
    margin: 0px 0 0 0;
}
p.card-numb {
    letter-spacing: 1px;
}
p.card-billing-title {
    color: #999;
    font-size: 11px;
    margin: 20px 0 0 0;
}
p.pay-total {
    font-size: 26px;
    font-weight: 600;
}
/*********************************************************************** */
/* Buying - Summary - Responsive
/*********************************************************************** */

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

    section.pay_sum .op {
        width: 48%;
    }

}
@media only screen and (max-width: 700px) {
    .car-de p.small {
        display: block;
    }
    section.ops div.ve-de,
    section.ops div.time_deli-de,
    section.ops div.paymentsum-de {
        margin-bottom: 40px;
    }

    section.pay_sum .op {
        width: 96%;
        margin: 2%;
    }

}


/*********************************************************************** */
/* Buying - Payment Option
/*********************************************************************** */

.cc-op {
    max-width: 720px;
    margin: 0 auto;
}

.cc-op .op {
    width: 48%;
    text-align: center;
}


/*********************************************************************** */
/* Sell A Car -
/*********************************************************************** */

body#sell_a_car header {
    margin: 0 0;
    background: url(../images/hero-sellyourcar.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}
body#sell_a_car h1 {
    margin-top: 100px;
    margin-bottom: 10px;
}

div.sellacar_steps .col3 {
    padding-right: 30px;
    position: relative;
    padding-left: 100px;
}
div.sellacar_steps h2 {
    font-size: 18px;
    line-height: 1.2em;
}

body#sell_a_car .c-prim {
    width: 96%;
    padding: 2%;
    margin: 0px;
    background: none;
}

.thumbsup {
    max-width: 150px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}


.radio-select {
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
    width: auto;
    display: inline-block;
    margin: 15px 0;
    opacity: 0;
    border-radius: 100px;
    opacity: 0.8;
    font-size: 12px;
}

body#sell_a_car div#cal_req {
    max-width: 740px;
    margin: 0 auto;
    background: #fff;
}

div.sell-getmequote {
    text-align: center;
    padding: 70px 0;
}

div.sell-getmequote h2 {
    color: #333;
    margin-bottom: 5px;
}
.sell_steps_numb {
    color: #006bb4;
    font-size: 150px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1em;
    position: absolute;
    opacity: 1;
    z-index: 0;
    top: 0px;
    left: -0px;
}
#sell_a_car .c-sec form {
    box-shadow: none;
    padding: 0px;
    width: 100%;
}

.form-wrapper form select {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 13px;
    height: 30px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('../images/svg-arrow.svg') no-repeat 97%;
    background-size: 11px;
}

form select:focus {
    outline: none;
}

.selected {
    background: #0076bc;
    border: 1px solid #0076bc;
    color: #fff;
}

.form-wrapper form select option {
    padding: 15px 0;
}

h3.txt-weonly {
    padding: 5% 20%;
    text-align: center;
}

body#sell_a_car .form-wrapper {
    width: 100%;
}

body#sell_a_car .form-wrapper ul {
    width: 100%;
}
body#sell_a_car .form-wrapper ul li {
    width: 49%;
    padding: 2% 4%;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}

body#sell_a_car .form-wrapper ul li.form-title {
    width: 100%;
    clear: both;
}

body#sell_a_car .form-wrapper ul li.form-title h3 {
    color: #006bb4;
}
body#sell_a_car form {
    max-width: none;
    box-shadow: none;
    padding: 0px;
}

body#sell_a_car .sellcar-quote-request span {
    line-height: 1em;
}

.c-sec {
    background: #006bb4;
}


.c-sec h2 {
    color: #fff;
    font-size: 22px;
}

form.f-blue {
    background: #006bb4;
}
form.f-blue input {
    background: #006bb4;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    color: #fff;
    padding: 10px 0;
    border-radius: 0px;
}


form.f-blue input:focus {
    border-bottom: 1px solid rgba(230,230,230,0.5);
}

form.f-blue input::placeholder,
form.f-blue textarea::placeholder {
    color: #efefef;
    opacity: 0.5;
}
form.f-blue span {
    color: #efefef;
    font-weight: 600;
}
form.f-blue textarea {
    width: 100%;
    color: #fff;
    background: #006bb4;
    line-height: 1.4em;
    font-size: 13px;
    padding: 10px 0;
    font-family: "Roboto", sans-serif;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    resize: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 0px;
}
.textarea:focus {
    outline: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
form.f-blue .btn-next {
    background: #f26522;
}

.txt-center {
    text-align: center;
    padding: 30px 0;
}

h3.txt-center {
    font-size: 22px;
    padding:80px 0;
}

.v-points p {
    font-size: 13px;
    color: #666;
    line-height: 1.4em;
}

.v-points .linebreak {
    text-align: left;
    width: auto;
    margin: 15px 0;
}

.v-points h4 {
    margin: 0px;
}

.v-points div.col4 {
    margin-bottom: 50px;
}

/************************************************************************************************** */
/** SEll your car - Caltex **/
/************************************************************************************************** */

body#sell_a_car.sellyourcar h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}


body.sellyourcar p.poweredbycaltex {
    font-size: 12px;
    line-height: 1em;
}

body#sell_a_car.sellyourcar header {
    margin: 0 0;
    background: url(/assets/www/www3/images/hero-sellyourcar-cal.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}
.caltexlogo {
    width: 80px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 800px) {
    body#sell_a_car.sellyourcar header {
        margin: 0 0;
        background: url(/assets/www/www3/images/hero-sellyourcar-cal.jpg) 75% 30% no-repeat;
    }
}

/************************************************************************************************** */
/* Sell Your Car - CSS Addon
/************************************************************************************************** */

.header-mid div.btnbuyteam p {
    font-size: 14px;
    margin-bottom: 20px;
}
div.btnbuyteam a {
    border: none;
    margin: 10px 10px;
}
.pho-ic {
    padding-right: 5px;
}

/*********************************************************************** */
/* Sellacar - Responsive
/*********************************************************************** */

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



    .sell_steps_numb {
        font-size: 100px;
        float: left;
        min-width: 80px;
        min-height: 120px;
    }
    div.sellacar_steps h2 {
        margin-top: 5px;
    }

    div.sell-getmequote {
        text-align: center;
        padding: 20px 0;
    }

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

    body#sell_a_car div.c-prim, body#sell_a_car div.c-sec {
        width: 100%;
        margin-bottom: 30px;
    }

    body#sell_a_car .form-wrapper ul li {
        width: 96%;
        padding: 2%;
        display: inline-block;
        margin: 0px;
        vertical-align: top;
    }

    div.sellacar_steps .col3 {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 20px;
        padding-left: 100px;
        min-height: 100px;
    }

    h3.txt-weonly {
        padding: 50px 10%;
        text-align: center;
    }

    .c-sec h2 {
        margin: 10px 0 20px 0;
    }

    body#sell_a_car div#cal_req .col2 {
        margin: 0px;
    }

    body#sell_a_car div#cal_req .col2 .card {
        margin: 0px;
        width: 100%;
    }
    body#sell_a_car div#cal_req {
        background: #fff;
    }
    body#sell_a_car div#cal_req .col2 .cardtop {
        padding-bottom: 0px;
    }
    body#sell_a_car div#cal_req .col2 .cardbottom {
        padding-top: 0px;
    }
    body#sell_a_car div#cal_req .col2 .cardbottom form {
        margin-top: 0px;
    }
    body#sell_a_car div#cal_req .col2 .cardtop form {
        padding-bottom: 0px;
        margin: 0px;
    }

}


/*********************************************************************** */
/* How it Works -
/*********************************************************************** */

body#howitworks header {
    margin: 0 0;
    background: url(../images/hero-howitworks.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#howitworks h1 {
    margin-top: 100px;
    margin-bottom: 10px;
}


body#howitworks div.card p.stepnumb {
    right: 10px;
    top: 0px;
    line-height: 1em;
    left: auto;
}
body#howitworks div.card object {
    width: 80%;
}

.hiw-seller-tab {
    width: 100%;
    border-bottom: 1px solid rgba(0,118,188,0.5);
    margin:40px 0 20px 0;
}
.hiw-seller-tab p {
    background: #0076bc;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
}

body#howitworks div.card.bgblue {
    background: #006bb4;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

body#howitworks div.card.bgblue .btn-browseourcars {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20em;
    display: block;
}

.card .form-wrapper form {
    width: 100%;
    box-shadow: none;
}

.arrownext {
    ms-transform: rotate(270deg);
    /* IE 9 */
    -webkit-transform: rotate(270deg);
    /* Chrome, Safari, Opera */
    transform: rotate(270deg);
    width: 20px!important;
    margin: 0 0 0 20px;
}

form#contactForm #btnContactForm {
    display: inline-block;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    background: #f26522;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;

}


/*********************************************************************** */
/* Finance -
/*********************************************************************** */

body#finance header {
    margin: 0 0;
    /* background: url(../images/hero-howitworks.jpg) 0 0 no-repeat; */
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#finance h1 {
    margin-top: 100px;
    margin-bottom: 10px;
}

body#finance .t-content {
    text-align: center;
}

.t-content {
    padding: 50px 20%;
    text-align: left;
}

input.total-amount-loan {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #006bb4;
    line-height: 1.2em;
    margin-bottom: 0px;
}

body#finance .col2 {
    max-width: 370px;
}

body#finance .f-c-w {
    border-top: 0px;
    margin-bottom: 10px;
}

body#finance div#cal_req {
    max-width: 740px;
    margin: 0 auto;
}

.card .form-wrapper form {
    width: 100%;
    padding: 0px;
}


body#finance .f-cal {
    width: 100%;
    padding: 0px;
}

.end-enq {
    margin: 50px 0;
}
.q-enq {
    background: url(../images/bg-enq.png) top right no-repeat #fff;
    background-size: 200px;
}

div.q-enq.card {
    width: 100%;
    height: 98%;
    margin: 0 auto;
    max-width: 720px;
}

div.q-enq form {
    max-width: none;
}

div.q-enq a.btn-next {
    float: right;
}

p.txtdisclaimer {
    font-size: 11px;
    color: #999;
    text-align: left;
}

/*********************************************************************** */
/* Finance - Responsive
/*********************************************************************** */
@media only screen and (max-width: 700px) {

    body#finance div#cal_req {
        max-width: 100%;
    }
    body#finance .col2 {
        max-width: 100%;
    }

    body#finance .card .form-wrapper form {
        max-width: 100%;
        padding: 0px;
    }
    .t-content {
        padding: 50px 5%;
    }

    .q-enq .col2 {
        margin: 0px;
    }

}



/*********************************************************************** */
/* Testimonials page -
/*********************************************************************** */

body#testimonials header {
    margin: 0 0;
    /* background: url(../images/hero-howitworks.jpg) 0 0 no-repeat; */
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#testimonials h1 {
    margin-top: 100px;
    margin-bottom: 10px;
}

.tes-hl {
    font-size: 18px;
    display: block;
    margin: 0 0 1em 0;
    color: #0076bc;
}

.tes-hs {
    width: 100px;
    height: 60px;
    overflow: hidden;
    border-radius: 50px;
    float: right;
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}


/*********************************************************************** */
/* About Us page -
/*********************************************************************** */

body#aboutus header {
    margin: 0 0;
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#aboutus h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

body#aboutus .header-mid p {
    text-shadow: none;
}


body#aboutus .t-content {
}

.img-founders {
    float: left;
    margin-bottom: 30px;
    margin-left: -140px;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.09);
}

p.tx-founders {
    width: 120px;
    margin-top: 100px;
    float: right;
    vertical-align: middle;
}

/*********************************************************************** */
/* RESPONSIVE About Us page -
/*********************************************************************** */
@media only screen and (max-width: 700px) {


    .img-founders {
        float: none;
        margin-bottom: 30px;
        margin-left: 0;
    }

    p.tx-founders {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
        float: none;
        vertical-align: middle;
    }

}

/*********************************************************************** */
/* Terms page -
/*********************************************************************** */

body#termsconditions header {
    margin: 0 0;
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#termsconditions h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

body#termsconditions .t-content ul li {
    list-style: none;
    padding: 5px 15px;
    margin: 0px;
}

body#termsconditions .t-content ul {
    padding: 0px;
    margin: 0px;
}

body#termsconditions .t-content h4 {
    margin-bottom: 20px;
}


/*********************************************************************** */
/* FAQ page -
/*********************************************************************** */

body#faq header {
    margin: 0 0;
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#faq h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

/*********************************************************************** */
/* Title override - */

.ui.styled.accordion, .ui.styled.accordion .accordion {
    border: none;
    box-shadow: 0px 27px 70px 0px rgba(0, 0, 0, 0.09);

}
.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 1.2em 1em;
}
.ui.styled.accordion .accordion .active.title, .ui.styled.accordion .active.title {
    color: #0076bc;
}

.ui.styled.accordion .accordion .content, .ui.styled.accordion .content {
    margin: 0;
    padding: .5em 3em 1.5em;
}





/*********************************************************************** */
/* Our certificate page -
/*********************************************************************** */

body#ourcert header {
    margin: 0 0;
    /*background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;*/
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#ourcert h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}


body#ourcert h3 {
    padding-bottom: 20px;
}


div.ov-assessment ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
div.ov-assessment ul li {
    width: 29.33%;
    float: left;
    display: inline-block;
    margin: 0px 4% 0 0;
    padding: 10px 0px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid rgba(230, 230, 230, 0.9);
}

div#vrt div.ov-assessment ul li {
    width: 100%;
}

.rb-partner {
    width: 100%;
    text-align: center;
    padding: 30px 0;

}
.rb-partner img {
    width: 180px;
}

/*********************************************************************** */
/* RESPONSIVE About Us page -
/*********************************************************************** */
@media only screen and (max-width: 1024px) {

    div.ov-assessment ul li {
        width: 46%;
    }
}


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

    div.ov-assessment ul li {
        width: 100%;
    }
}





/*********************************************************************** */
/* Contact Us page -
/*********************************************************************** */

body#contactus header {
    margin: 0 0;
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#contactus h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

.d_max {
    max-width: 720px;
    margin: 0 auto;
}


body#contactus div.col3 div.card {
    padding: 20px;
}


.ac {
    text-align: center;
}

.t-commit {
    padding: 50px;
}

.svglivechat {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

a.livechat {
    display: inline-block;
}

/*********************************************************************** */
/* General error
/*********************************************************************** */

.f_success{
    color: #f26522;
    margin-top: 10px;
    margin-bottom: 15px;
}

.f_error{
    color: red;
    border-color: red;
    border-bottom-color: red;
}


/*********************************************************************** */
/* Password Reset Page -
/*********************************************************************** */

body.passreset div.logins_signup {
    border-top: none;
}

body.passreset .form-wrapper input {
    text-align: center;
}

body.passreset div.logins_signup .login .btn-submit {
    float: none;
}

section.passresetting div {
    width: 100%;
}

/*********************************************************************** */
/* RESPONSIVE Password Reset Page -
/*********************************************************************** */
@media only screen and (max-width: 870px) {

    body.passreset  div.signinups-w .ops-desc h1 {
        text-align: center;
    }
}



/*********************************************************************** */
/* ERROR page -
/*********************************************************************** */

body#error header {
    margin: 0 0;
    background: none;
    padding-bottom: 50px;
}

body#error h1 {
    color: #111;
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

div.error-wrapper {
    margin: 140px 0;
}

div.error-msg {
    margin:  0 auto;
    width: 100%;
    max-width: 400px;

}

.svg-broken {
    width: 300px;
}


/*********************************************************************** */
/* SEMANTIC UI OVERRIDE
/*********************************************************************** */
.ui.selection.dropdown .menu {
    max-height: 180px!important;
    /* You might also want to add `!important` to automatically override all media-queries. */
}




/************************************************************************************************** */
/* New Car Banner
/************************************************************************************************** */

div.newcarbanner {
    width: 96%;
    max-width: 720px;
    padding: 30px 20px;
    margin: 0 auto;
    background: #3e4b5d;
    position: relative;
    -webkit-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 28px -8px rgba(0,0,0,0.3);
    overflow: hidden;
    text-align: center;
    margin-bottom: -100px;
    -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;

}

div.newcarbanner:hover {
    background: #263447;
    -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;
}

div.newcarbanner h3 {
    color: #fff;
}

div.newcarbanner p {
    color: #fff;
}

.svgnewcar {
    width: 100%;
    position: relative;
    float: left;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div.newcarbanner a.btn {
    background: #f26522;
}

/*********************************************************************** */
/* Switch for Finance calculator - Poom
/*********************************************************************** */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Class Hidden for balloon payment */
.balloon-close {
    display: none;
}

.input_ui {

    border-width: 0 0 0 0;
    border-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #006bb4;
    transition: border-color 1s ease-in-out;

}

input.input_ui:focus{
    border-width: 0 0 2px 0;
    border-color: #006bb4;
}

.symbolinput {
    border-width: 0 0 0 0;
    border-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #006bb4;
}
.symbolinput input {
    border: 0;
}

/*********************************************************************** */
/* RESPONSIVE New Car Banner -
/*********************************************************************** */
@media only screen and (max-width: 640px) {


    .svgnewcar {
        width: 150%;
        position: relative;
        float: none;
        left: -25%;
    }
}

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


    .svgnewcar {
        width: 200%;
        position: relative;
        float: none;
        left: -50%;
    }
}

.footer-top {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000 !important;
    background-color: white;
}

.footer-top.shadow {
    -webkit-box-shadow: 0px 6px 60px -8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 60px -8px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 60px -8px rgba(0,0,0,0.2);
}


@media only screen
and (min-device-width : 360px)
and (max-device-width : 667px) {
    /* STYLES GO HERE */
    footer div.footer-top div.wrapper {
        padding : 10px 0; !important;
    }
}

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

    .footer-top .socialmedia {
        float: none;
        display: none;
    }
    div.reviews {
        float: none;
        position: relative;
        /*top: 5px;*/
    }
}

/*********************************************************************** */
/* Style for Footer - Poom
/*********************************************************************** */

footer div.wrapper {
    padding: 20px 0;
    position: relative;
    top: 5px;
}

@media only screen and (max-width: 428px) {
    footer div.footer-top, footer div.footer-bottom {
        padding: 1%;
    }
    .footer-top .socialmedia {
        display: none;
    }

    footer div.footer-top {
        padding: 0px 20px 0px 20px;
    }
}

footer div.wrapper {

    background: none;
}

@media only screen and (max-width: 1169px) {
    footer div.footer-top {
        padding: 0px 20px 0px 20px;
    }
}

.footer-top.expand {
    padding: 10px 20px 10px 20px;
}

/*********************************************************************** */
/* Style for Header - Currently Unused - Poom
/*********************************************************************** */


.header-top-hidden {
    width: 100%;
    padding: 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    background-color: black !important;
    display: inline-block;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 0 !important;
    z-index: 10000;
}
.header-top-hidden.open {
    height: 32px !important;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.header-top-hidden.close {
    height: 0px !important;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}

.wrapper-hidden {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 10000;
}

.top-nav-hidden {
    float: right;
    visibility: hidden;
    opacity: 0;
}

.top-nav-hidden.open {
    float: right;
    visibility: visible;
    opacity: 1;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.2s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.top-nav-hidden.close {
    float: right;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
    transition: visibility 0s, opacity 0.1s linear;
}

.top-nav-hidden ul li {
    float: left;
    list-style: none;
    line-height: 30px;
}
.top-nav-hidden ul {
    padding: 0px;
    margin: 0px;
}
.top-nav-hidden ul li {
    position: relative;
    cursor: pointer;
}
.top-nav-hidden ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    height: 0px;
    display: inline-block;
    padding: 0px 10px;
}

.top-nav-hidden ul.dropdown-menu li a {
    color: #333;
    padding: 5px 20px;
}
.top-nav-hidden ul.dropdown-menu li:hover {
    background: #efefef;
}
.top-nav-hidden ul.dropdown-menu li,
.top-nav-hidden 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-hidden ul li a.nav-item.dropdown-toggle {
    padding-right: 20px;
}

.portal-hidden {
    float: left !important;
    visibility: hidden;
}
.portal-hidden.open {
    float: right;
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.1s linear;
}
.portal-hidden.close {
    float: right;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.1s linear;
}
.portal-hidden a {
    color: #fff;
    border-bottom: 4px solid rgba(242, 101, 34, 0);
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding: 0px 10px;
}
.portal-hidden a:hover {
    border-bottom: 4px solid rgb(255, 152, 21);
    margin-right: 10px;
}
.portal-hidden a.active {
    border-bottom: 4px solid rgba(242, 101, 34, 1);
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 1.5) {

    .top-nav-hidden {

        padding-right: 100px;

    }

    .portal-hidden {

        padding-left: 100px;
    }

}

.open-button-hidden {
    width: 30px;
    height: 30px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 1.5%;
    right: 2%;
    z-index: 9999;
    border-bottom: 0;
}

.mobile-burger-hidden {
    display: none;
}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    /* STYLES GO HERE */
    .top-nav-hidden {
        display: none !important;
    }

}

@media only screen and (max-width: 680px) {
    div.mobile-burger-hidden {
        display: block;
    }
}

/*********************************************************************** */
/* Finance Calculator options - Poom
/*********************************************************************** */

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


    .input_ui {

        margin-left: 6px;
        border-width: 1px 2px;
        width: 50px;
    }

}

/*********************************************************************** */
/* Switch for Finance calculator - Poom
/*********************************************************************** */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Class Hidden for balloon payment */
.balloon-close {
    display: none;
}

.input_ui {

    border-width: 0 0 0 0;
    border-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #006bb4;
    transition: border-color 1s ease-in-out;

}

input.input_ui:focus{
    border-width: 0 0 2px 0;
    border-color: #006bb4;
}

.symbolinput {
    border-width: 0 0 0 0;
    border-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #006bb4;
}
.symbolinput input {
    border: 0;
}

/************************************************************************************************** */
/* Payment Summary - Cost breakdown
/************************************************************************************************** */
div.paymentsumbreak {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
}

div.paymentsumbreak .small {
    font-size: 11px;
    color: #999;
}

div.paymentsumbreak p {
    font-size: 13px;
}

div.paymentsumbreak table {
    width: 100%;
    vertical-align: top;
}

div.paymentsumbreak table tr {
    vertical-align: top;
    border-top: 1px solid #efefef;
}

div.paymentsumbreak table tr:last-child {
    border-bottom: 1px solid #efefef;
}

div.paymentsumbreak table tr td {
    padding: 10px 0;
}


div.paymentsumbreak table tr td.sumbreak-title {
    text-align: left;
    vertical-align: top;
}

div.paymentsumbreak table tr td.sumbreak-cost {
    text-align: right;
    vertical-align: top;
}

/************************************************************************************************** */
/* Card.blade.php - Sold Reserve Label
/************************************************************************************************** */

p.t-sold {
    background: #dc5953;
}


/****************/
a.dynamic-main.number {
    font-weight: bold;
}

/************************************************************************************************** */
/* Scroll to top - BTN
/************************************************************************************************** */

a.btn-backtop {
    position: fixed;
    bottom: 150px;
    right: 20px;
    z-index: 10001;
    display: none;
    font-size: 30px;
    color: #0083ca;
    background: #fff;
    padding: 14px 15px;
    line-height: 1em;
    border-radius: 100px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 428px) {
    a.btn-backtop {
        right: 20px;
        bottom: 100px;
    }
}
/** WHAT IS NEXT confirmation page**/

.whatsnext {
    margin : 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

/*********************************************************************** */
/* Testimonial - css update
/*********************************************************************** */
div.testi-slider-w {
    border: none;
}

section.testi-w {
    background: #006bb4;
    padding-top: 50px;
}

/*********************************************************************** */
/* how it work - hiw-w - Update
/*********************************************************************** */

section.hiw-w, .hiw-w section.col {
    background: #fafafa;
}

section.hiw-w {
    padding-top: 200px;
    margin-top: -150px;
}






/*********************************************************************** */
/* Feature Product - CTA
/*********************************************************************** */


.carbarpluslogo {
    width: 180px;
    margin-top: 60px;
    margin-bottom: 0px;
}

.cta.cbplus {

}

.cta.cbplus:hover h3 {
    color: #000;
}


.featuredcta {
    width: 98%;
    margin: 1% 1% 0 1%;
    padding: 20px 50px;
    background-size: cover;
    position: relative;
    -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);
}


.featuredcta.f-carbarplus {
    background: url(/assets/images/carbarplus-featurecta.png) bottom right no-repeat;
    background-size: cover;
}

.featuredcta.f-newcar {
    background: url(/assets/images/newcar-bg.jpg) bottom right no-repeat;
    background-size: cover;
    text-align: center;
    display: none;
}
.f-newcar .cta-content h3 {
    width: 100%;
}

.featuredcta .btn {
    margin-bottom: 40px;
}

.cta-content {
    margin: 40px 0;
}

.cta-content h3 {
    width: 50%;
    font-size: 36px;
    color: #fff;
    margin: 0px 0 5px 0;
    padding: 0px;
}

.cta-content h4 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0 30px 0;
    padding: 0px;
}

.cta-content .btn {
    padding: 10px 30px;
    font-size: 14px;
}

.cta-content p.tiny {
    font-size: 9px;
    color: #fff;
    position: absolute;
    bottom: 20px;
}

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

    .cta-w .cta {
        width: 98%;
    }


    .carbarpluslogo {
        width: 150px;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .featuredcta.f-carbarplus {
        padding: 20px;
        background-position-x: -130px;
    }

    .featuredcta.f-carbarplus .cta-content h3 {
        font-size: 22px;
    }

    .featuredcta.f-carbarplus .cta-content h4 {
        font-size: 16px;
    }

    section.cta-w .wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    section.cta-w .col {
        flex-direction: column;
    }

}
/************************************************************************************************** */
/* Order Tracking
/************************************************************************************************** */

body.ordertracking header {
    padding-bottom:100px;
}

body.ordertracking div.header-mid h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}

body.ordertracking div.header-mid p {
    font-size: 16px;
    font-weight: normal;
}

body.ordertracking div.overview {
    padding: 0px;
}

div.t-stage {
    width: 25%;
    display: inline-block;
    float: left;
}

div.t-stage h2 {
    padding: 0px;
    color: #bdbdbd;
    font-size: 22px;
    padding: 20px 20px 0 20px;
}

div.t-stage p {
    color: #bdbdbd;
    font-size: 13px;
    line-height: 1.3em;
    padding: 0 20px 0 20px;
}


div.t-onstage {
    background: #0076bc;
}

div.t-stage-txt {
    min-height: 150px;
}
div.t-onstage h2,
div.t-onstage p {
    color: #fff;
}


.t-bar-01 {
    width: 100%;
    display: inline-block;
    fill: #fff;
    margin-bottom: 20px;
}

.t-bar-02, .t-bar-03 {
    width: 100%;
    display: inline-block;
    fill: #e7e7e7;
    margin-bottom: 20px;
}

.t-bar-04 {
    width: 100%;
    display: inline-block;
    fill: #e7e7e7;
    transform: rotate(180deg);
    margin-bottom: 20px;
}


.t-onstage {
    -webkit-box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
    -moz-box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
    box-shadow: inset -11px -2px 41px -24px rgba(0,0,0,0.4);
}

div.t-onstage .t-bar-01,
div.t-onstage .t-bar-02,
div.t-onstage .t-bar-03,
div.t-onstage .t-bar-04
{
    width: 100%;
    display: inline-block;
    fill: #f26522;
}

@media only screen and (max-width: 820px) {
    body.ordertracking .dash-cont {
        padding: 0px;
    }

}
@media only screen and (max-width: 768px) {
    div.t-stage {
        width: 100%;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4);
        -moz-box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4);
        box-shadow: inset 0px -20px 32px -30px rgba(0,0,0,0.4));

    }

    div.t-stage-txt {
        width: 80%;
        float: left;
    }

    .t-bar-01, .t-bar-02, .t-bar-03, .t-bar-04 {
        width: 200px;
        transform: rotate(90deg);
        display: inline-block;
        float: right;
        position: absolute;
        right: -60px;
        top: 50px;
    }

    .t-bar-04 {
        width: 200px;
        transform: rotate(270deg);
        position: absolute;
        right: -60px;
        top: 50px;
    }



    div.t-onstage .t-bar-01,
    div.t-onstage .t-bar-02,
    div.t-onstage .t-bar-03,
    div.t-onstage .t-bar-04
    {
        width: 200px;
        display: inline-block;
        fill: #f26522;
    }

}





/*********************************************************************** */
/* MyCar - Sold It
/*********************************************************************** */

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

.ui.dimmer {
    background-color: rgba(0,0,0,0.4);
}

.ui.modal {
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.24);
    width: 20%;
    position: absolute;
    margin-left:-12%;
}


div.cr-rm-rq .ui.form .field>label {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}

.ui.selection.dropdown.reasonsold {
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 0px;
}



div.cr-rm-rq .rg-wrap {
    width: 100%;
}

div.cr-rm-rq .rg-wrap h3 {
    margin: 0px 0px 50px 0;
    text-align: center;
}

div.cr-rm-rq .ui.button {
    background: #dc5953;
    color: #fff;
    width: 100%;
}

.cr-rm-rq .ui.form input[type=text] {
    border: none;
    border-bottom: 1px solid #efefef;
    width: 100%;
    /*max-width: 300px;*/
    resize: none;
    border-radius: 0px;
    padding-left: 0px;


}

.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
    border-radius: 0px;
    border-color: #0076bc;
    padding-left: 0px;
}


.svgremove {
    width: 100%;
    padding: 20px;
}

.btn-soldit {
    line-height: 32px;
    display: inline-block;
    color: #999b9e;
    padding: 3px 15px;
    border-radius: 1px;
    background: #d3d3d3;
    border: none;
}
.btn-soldit:hover{
    color: #fff;
    background-color: #0861d8;
}

.ui.dimmer {

    z-index: 10001; !important;

}

/*********************************************************************** */
/* FAQ page -
/*********************************************************************** */

body#faq header {
    margin: 0 0;
    background: url(../images/hero-aboutus.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 40% 60%;
    padding-bottom: 50px;
}

body#faq h1 {
    margin-top: 100px;
    margin-bottom: 10px;
    text-shadow: none;
}




.faq-cb-lg{
    width: 130px;
    margin-top: -7px;
}
.faq-cbp-lg {
    width: 100px;
    margin-top: 6px;
}

.tab-faq {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.tab-carbar, .tab-carbarplus {
    width: 45%;
    height: 100%;
    min-height: 90px;
    padding: 30px 0px;
    margin: 10px;
    float: left;
    text-align: center;
    border: 1px solid rgba(25,25,25,0.05);
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    background: rgba (255,255,255,0);
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
    -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;
}
.tab-carbar:hover, .tab-carbarplus:hover {
    background: rgba (255,255,255,0.5);
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
    -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;

}

.tab-faq > .selected {
    transform: translate3d(0px, 11px, 0px);
    transition: transform .5s ease-in-out;
    background: rgba(255,255,255,1);
    box-shadow: 0px -27px 70px 0px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(255,255,255,0);
}


.col-faq-cb-tab {
    padding: 20px;
    background: rgba(255,255,255,1);
}


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

    .faq-cb-lg{
        width: 80px;
        margin-top: 0px;
    }

    .faq-cbp-lg {
        width: 70px;
        margin-top: 6px;
    }

    .tab-carbar, .tab-carbarplus {
        width: 42%;
        margin-left: 0px;
    }

}




/*********************************************************************** */
/* Title override - */

.ui.styled.accordion, .ui.styled.accordion .accordion {
    border: none;
    box-shadow: none;

}
.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 1.2em 1em;
}
.ui.styled.accordion .accordion .active.title, .ui.styled.accordion .active.title {
    color: #0076bc;
}

.ui.styled.accordion .accordion .content, .ui.styled.accordion .content {
    margin: 0;
    padding: .5em 3em 1.5em;
}

a.show-highlight {

    color : #2bbbff;
    overflow-wrap: break-word;

}

a.show-highlight:hover {

    color : cornflowerblue;

}

/*********************************************************************** */
/* Placeholder for vehicle cards - */

.card-placeholder {

    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/images/carimage-placeholder.png);

}

.gallery-placeholder {

    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/assets/images/carimage-placeholder.png);

}

.placeholdergallery {
    width: 70%;
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.placeholdergallery img {
    display: block;
}

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

    .placeholdergallery {

        width: 100%;

    }

}

/* Update 28/May - Relocate Finance Calculator */

.c-details {
    width: 29%;
    float: left;
    display: inline-block;
    padding: 20px;
    background: #fff;
}

.c-details .c-spec {
    margin: 0px;
}

.c-details .c-spec-ls {
    width: 100%;
}

.c-details li.c-spec-ls:last-child {
    margin: 0px;
}

.c-details .c-spec-w {
    padding: 0px;
}

div.c-details.f-cal div.c-spec-w p {
    font-size: 13px;
}
div.c-details.f-cal div.c-spec-w div.f-cal {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
    display: none;
}


div.key-feats.enquiry {
    margin-top: 30px;
    margin-right: 0px;
    background: #006bb4;
}
div.key-feats.enquiry div.q-enq.card {
    max-width: none;
    background: #006bb4;
}
div.key-feats.enquiry div.q-enq.card h2, div.key-feats.enquiry div.q-enq.card p, div.key-feats.enquiry div.q-enq.card span {
    color: #efefef;
}
div.key-feats.enquiry div.q-enq.card input, div.key-feats.enquiry div.q-enq.card textarea {
    background: #006bb4;
    color: #efefef;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    -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;
}
div.key-feats.enquiry div.q-enq.card textarea::-webkit-input-placeholder {
    color: #ccc;
}

div.key-feats.enquiry div.q-enq.card input:focus, div.key-feats.enquiry div.q-enq.card textarea:focus {
    -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;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}
div.key-feats.enquiry div.q-enq.card .btn-next {
    background: #f26522;
}

div.key-feats.enquiry div.q-enq.card div.col {
    background: #006bb4;
}
div.key-feats.enquiry div.q-enq.card div.col2 {
    margin: 1% 2% 1% 0;
}

div.c-details.f-cal {
    margin-top: 30px;
    margin-right: 3%;
}

.end-enq.vehicle-enq {
    margin: 30px 0;
}

div.key-feats.enquirya {
    -webkit-box-shadow: 0px 50px 60px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 50px 60px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 50px 60px 3px rgba(0, 0, 0, 0.05);
}
div.key_cal .ficon.fcal {
    padding-left: 10px;
    transform: translate3d(0px, 0px, 0px);
    transition: transform .5s ease-in-out;
    -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;
}



@media only screen and (max-width: 1000px) {
    div.c-details {
        width: 39%;
    }
}
@media only screen and (max-width: 767px) {
    div.c-details {
        width: 100%;
        margin: 0px 0 30px 0;
    }

    div.c-details.f-cal {
        width: 100%;
        margin: 0px;
    }
}


/*end update 28/may - Relocate Finance Calculator*/

#inquireCarForm input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #006bb4 inset;
}

#inquireCarForm input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

/** Press page **/

body#press header {
    height: 60vh;
    background: #475568;
}
body#press h1 {
    margin-top: 10vh;
    text-shadow: none;
}

.portal ul {
    margin: 0px;
    padding: 0px;
}
.portal ul li {
    float: left;
    list-style: none;
    position: relative;
}

.portal ul li a:hover {border-bottom: 4px solid rgba(242, 101, 34, 1);}

.portal ul li:first-child a {
    padding-left: 0px;
}

.portal ul li:first-child a:hover {
    padding-left: 10px;
    margin-left: 0px;
}
.portal ul li a:hover {
    margin: 0 10px;
}

.portal .drop .dropdown-menu a {
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 12px;
    border: none;
}
.portal .drop .dropdown-menu a:hover {
    width: 100%;
    border: none;
}

.portal ul.dropdown-menu li {
    width: 100%;
}

.portal ul.dropdown-menu li:hover {
    background: #efefef;
}

/*** Section As Seeb By ****/

body#home header {
    height: 65vh;
    min-height: 550px;
    padding-bottom: 50px;
}
body#home h1 {
    margin-top: 15vh;
}

body#home div.header-mid div.wrapper {
    text-align: center;
}

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

    body#home header {
        height: auto;
        min-height: 600px;
    }
}


section#asseen {
    min-height: 80px;
    padding: 20px 0;
    background: #efefef;
    text-align: center;
}

ul.mplogos {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

ul.mplogos li {
    padding: 0px;
    margin: 0px;
}
ul.mplogos li {
    width: 19%;
    height: 40px;
    display: inline-block;
    max-height: 40px;
    margin: 20px 0px 20px 0;
    text-align: center;
}
ul.mplogos li a {
    display: inline-block;
    vertical-align: middle;
}

ul.mplogos li img.mplogo {
    width: auto;
    max-height: 32px;
}
ul.mplogos li img.heraldlogo {
    width: auto;
    max-height: 20px;
}
ul.mplogos li img.djylogo {
    width: auto;
    max-height: 40px;
}
ul.mplogos li img.novalogo {
    width: auto;
    max-height: 30px;
    margin: auto;
}
ul.mplogos li img.agelogo {
    width: auto;
    max-height: 40px;
    margin: auto;
}
ul.mplogos li img.smhlogo {
    width: auto;
    max-height: 40px;
    margin: auto;
}
ul.mplogos li img.bstimelogo {
    width: auto;
    max-height: 40px;
    margin: auto;
}

#asseen p.title {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-transform: capitalize;
}

.btn-subsvehicle {
    color: #fff;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px;
    background: rgba(0,118,188,0.8);
    border-radius: 20px;
}
.btn-subsvehicle:hover {
    background: rgba(0,118,188,1);
    color: #fff;
    padding: 5px 20px;
}
.btn-subsvehicle span.ficon {
    padding-left: 10px;
    padding-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;

}
.btn-subsvehicle:hover span {
    padding: 0 10px 0 20px;
    -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;
}



@media only screen and (max-width: 1300px) {
    ul.mplogos li {
        width: 25%;
    }

    @media only screen and (max-width: 800px) {
        ul.mplogos li {
            width: 50%;
        }

        ul.mplogos li {
            float: left;
        }
    }
    @media only screen and (max-width: 500px) {
        ul.mplogos li {
            width: 50%;
        }
        ul.mplogos li img {
            height: 30px!important;
        }
    }
    @media only screen and (max-width: 460px) {
        ul.mplogos li {
            width: 50%;
        }
        ul.mplogos li img {
            height: 30px!important;
        }
    }

/*********************************************************************** */
/* Request for cars
/*********************************************************************** */

    div.ls-car.pro_point.requestcar {
        background: #465569;
        padding: 20px;
    }

    div.ls-car.pro_point.requestcar .ls-desc {
        margin: 0px;
    }

    div.ls-car.pro_point.requestcar .ls-desc  h3 {
        font-size: 22px;
        padding: 0px;
        margin: 20px 0 0 0;
    }

    div.ls-car.pro_point.requestcar .ls-desc label {
        color: #fff;
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
    }


    .requestcar .ui.form input[type=text]:focus {
        border-radius: 0px;
        border-color: #0076bc;
        padding: 0.67857143em 1em!important;
    }

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

    /*!************************************************************************************************** *!*/
    /*!* Recommendation CTA*/
    /*!************************************************************************************************** *!*/

    /*div.recommendation {*/
        /*color: red;*/
        /*margin: 20px 0;*/
        /*background: #f3f3f3;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*min-height: 275px;*/
        /*width: 98%;*/
        /*margin: 1% 1% 0 1%;*/
        /*padding: 50px;*/
        /*position: relative;*/
        /*background: url(../images/img-recommendation.png) right bottom no-repeat #f3f3f3;*/
    /*}*/

    /*div.recommendation h2 {*/
        /*font-size: 26px;*/
        /*padding: 0px;*/
        /*margin: 0px;*/
    /*}*/
    /*div.recommendation a {*/
        /*padding: 10px 30px;*/
        /*font-size: 14px;*/
        /*margin: 15px 0;*/
    /*}*/

    /*@media only screen and (max-width: 980px) {*/
        /*div.recommendation {*/
            /*padding-bottom: 150px;*/
            /*padding: 20px;*/
        /*}*/

    /*}*/


    /*@media only screen and (max-width: 640px) {*/
        /*div.recommendation {*/
            /*margin-top: 20px;*/
        /*}*/

    /*}*/


