<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 1.1rem;
    margin-top: -22.5px;
}

.h1, h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-family: 'Questrial', sans-serif;
}

.h2, h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    font-family: 'Questrial', sans-serif;
}

.h3, h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

h4 {
    font-family: 'Questrial', sans-serif;
}

.h6, h6 {
    font-size: 0.8rem;
}

.small, small {
    font-size: 52%;
    font-weight: 400;
}

a {
    color: #293449;
}

    a:hover {
        color: #eb008b;
    }

:hover {
    transition: 0.5s;
}

:focus {
    outline: 0 !important;
}

.pink-text {
    color: #eb008b;
}

.btn-pink {
    background-color: #eb008b;
    color: white;
}

.text-pink {
    color: #eb008b;
}

.btn {
    padding: 0.8rem .75rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 40px !important;
    width: 100%;
    border: none;
}

    .btn:focus, .btn:active {
        background-color: #eb008b;
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary {
    background-color: #eb008b;
    border: none;
    width: 72%;
    margin: 25px auto 0;
    font-size: 1.1rem;
}

    .btn-primary:focus, .btn-primary:active {
        background-color: #eb008b !important;
    }

    .btn-pink:hover, .btn-primary:hover {
        color: #fff;
        background: #e65e97;
        border: none;
    }

.btn i {
    margin-left: 0.2rem;
}

.search-link {
    color: #eb008b;
    padding: 0;
    width: auto;
    margin: 1rem 0;
}

    .search-link:hover, .search-link:focus, .search-link:active {
        color: #e65e97 !important;
        background: transparent !important;
    }

#main-nav {
    max-width: 846px;
    margin: 0 auto;
}

#top_nav .call {
    text-align: right;
}

.call {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 45px;
}

    .call:hover {
        color: #fff;
    }

.phone {
    max-width: 30px;
}

#logo {
    width: 100%;
    max-width: 216px;
    margin: 0rem 0 0.2rem;
    height: 70px;
}

.responsive-checkbox {
    width: 22px;
    height: 22px;
    margin-left: 1px;
}

.responsive-checkbox-text {
    font-size: 17px;
    color: #293449;
    line-height: 17px;
    margin-left: 9px;
    margin-bottom: 0px;
    width: 85%;
    vertical-align: bottom;
}

@media(max-width: 1199px) {
    .responsive-checkbox {
        width: 18px;
        height: 18px;
    }

    .responsive-checkbox-text {
        font-size: 20px;
        vertical-align: text-top;
        color: #293449;
        margin-left: 4px;
    }
}

@media(max-width: 768) {
    .navbar-brand {
        margin: 10px;
        display: block;
        text-align: center;
    }

    #logo {
        max-width: 176px;
        margin: 0;
    }

    #call {
        padding-top: 0;
        text-align: center;
    }
}

@media(max-width: 992px) {
    #top_nav .call {
        display: none;
    }

    #logo {
        max-width: 176px;
    }

    .navbar-nav li {
        border-bottom: 1px solid #404864;
    }

    #phone-nav a {
        padding-top: 1rem;
        color: #fff;
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 12px;
        display: block;
    }

    .inner-page {
        padding: 0 3rem 3rem;
    }
}

@media(min-width: 991px) {
    #phone-nav {
        display: none;
    }

    .inner-page {
        padding-bottom: 5rem;
    }
}

.inner-page h1 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
/* ----------- Nav --------- */
#header {
    padding: 0.8rem 0;
}

.navbar-brand {
    padding-top: 1rem;
    padding-bottom: 0;
}

.navbar-toggler {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 10px auto;
    border: none;
}

.navbar .navbar-toggler {
    width: 78px;
}

.navbar-toggler-icon {
    width: 82px;
    padding: 0;
}

    .navbar-toggler-icon:before {
        content: 'MENU';
        margin-left: -70px;
        display: inline-block;
        font-size: 0.8rem;
        padding: 8px;
        color: #fff;
    }

.bg-dark, #header {
    background-color: #293449 !important;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding: 1.1rem 1.4rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: 600;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #eb008b;
    }

.content-wrapper {
    padding: 90px 0;
    text-align: center;
}

.wrapper-grey {
    background-color: #eee;
}

.wrapper-blue {
    background-color: #293449;
    color: #fff;
}


.breadcrumb {
    background: #fff;
    font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "&gt;";
}

body[data-url="BuyThatCar"] .breadcrumb, body[data-url="Cars"] .breadcrumb,
body[data-url="Watchlist"] .breadcrumb, body[data-url="VehicleDetail"] .breadcrumb {
    display: none;
}


/**Home**/
.apply-for-quote-btn {
    display: block;
    background: #eb008b;
    color: #fff;
    width: 200px;
    margin: 40px auto;
}

    .apply-for-quote-btn:hover, .apply-for-quote-btn:focus {
        color: #fff;
        background: #e65e97;
    }

[data-url="How-to-apply"] .umbraco-forms-tooltip.help-block {
    color: #eb008b;
    font-size: 16px;
    font-weight: 600;
}

#finance-opitons {
    padding: 40px 15px;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 2px #0000002e;
}

#why-buy-that-car {
}

.feature-icons {
    display: inline-block;
    width: 100%;
}

    .feature-icons hr {
        display: none;
    }

.features-sprite {
    width: 40px;
    height: 38px;
}

.odometer-icon, .door-icon, .color-icon, .transmission-icon {
    display: inline-block;
    float: left;
    /*  position: absolute; 
    top: 4px; */
}

.odometer-icon {
    background-image: url(/media/3cnlobtq/kms.svg);
}

.door-icon {
    background-image: url('/media/bjjitqxx/doors.svg');
}

.color-icon {
    background-image: url('/media/jxtlmdlo/colour.svg');
}

.transmission-icon {
    background-image: url(/media/sngdxuwi/transmission.svg);
}

.video-icon {
}

span.feature-text {
    font-size: large;
    margin: 10px;
    display: inline-block;
    padding-left: 0;
    /* position: relative; */
    margin-right: 30px;
    float: left;
    font-size: 15px;
}


@media (max-width:767px) {
    span.feature-text {
        margin-bottom: 22px;
        width: 80%;
    }

    .feature-icons {
        padding-left: 15px;
        padding-top: 15px;
    }
}

@media (max-width:480px) {
    span.feature-text {
        width: 75%;
    }
}

@media (max-width:440px) {
    span.feature-text {
        width: 70%;
    }
}

/***footer-nav***/
#footer_top {
    background: #fff;
    border-top: 2px dotted #59595982;
    padding: 25px 0;
}

#footer_nav {
    background: #11161f;
    color: #fff;
    font-size: 1rem;
}

    #footer_nav a:hover {
        color: #ebc0da;
    }

#footer_nav_wrapper {
    padding: 20px 0 40px;
}

#footer_nav ul {
    list-style-type: none !important;
    padding-left: 0;
}

#footer_nav a {
    color: #fff;
}

#footer_nav .call {
    padding-top: 0;
}

#footer_info {
    background-color: #0d1118;
    padding: 10px;
    text-align: center;
}

@media (max-width:992px) {
    #footer_nav_wrapper {
        padding: 0 3rem;
    }
}


/******* Macros *********/
/* -------------------- Home page find my car  -------------- */
.load-deposit {
    display: none;
}

.findmycar-banner-bg {
    background-image: url(../media/h3hntzoi/banner-image.jpg);
    padding: 16rem;
    background-position: center 48%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.findmycar-div {
    color: #fff;
    padding: 30px;
    background-color: rgba(41, 52, 73, 0.88);
    border-radius: 25px;
    max-width: 940px;
    box-shadow: 0px 5px 12px -5px #000000;
}

    .SearchFilterSelect select, .findmycar-div input {
        border-radius: 10px;
        height: 46px;
        border: none;
        font-weight: 600;
        margin-top: 0.8rem;
    }

    .findmycar-div h2 {
        font-size: 2.8em;
        margin-bottom: 0.8rem;
        font-family: 'Questrial', sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .findmycar-div label, .findmycar-div .form-inline span {
    }

.ui-slider .ui-slider-range, .ui-slider .ui-slider-handle {
    background-color: #eb008b;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 2px solid #ffffff;
}

#sliderRepaymentRange {
    background-color: #293449;
    border: 0.5px solid #fff;
}

#budgetwrap {
    text-align: center;
}

#amount {
    width: 126px;
    font-size: 16px;
    margin-top: 0;
}

#tbxDeposit {
    width: 226px;
    margin: 16px 4px 20px;
}

body[data-url='Cars'] #tbxDeposit, #ddlLoanTerms {
    width: 100%;
    border-radius: 0;
    border: none;
    border-bottom: 5px solid #eb008b;
    background: #f6f6f6;
}

@media(max-width: 992px) {
    .findmycar-div {
        text-align: center;
    }

    .findmycar-banner-bg {
        padding: 1rem !important;
        background-size: 309%;
    }

    .findmycar-div h2 {
        font-size: 2.4em;
        letter-spacing: 3px;
    }

    select#SearchFilterModel, .findmycar-div input {
        margin-bottom: 1rem;
    }

    #tbxDeposit {
        width: 66%;
        margin: 0.5rem auto;
    }

    #btnUpdateFilterRepayment {
        margin-top: 1rem;
    }
}
/***Body Search***/
#CarSearchTab li {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0.5rem;
    ;
}

#CarSearchTab h2 {
    font-size: 2rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        padding: 0.5rem 2rem;
        border: none;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            color: #ffffff !important;
            background-color: #eb008b;
            border: none;
            border-radius: 60px;
            text-decoration: none !important;
        }

        .nav-tabs .nav-link:hover {
            transition: none;
        }

#home_vehicle_search {
    padding: 1.2rem 0;
    min-height: 198px;
}

    #home_vehicle_search a.nav-link {
        font-size: 1.1rem;
        color: #fff;
        background: #eb008b;
        border-radius: 25px;
    }

        #home_vehicle_search a.nav-link.active {
            text-decoration: underline !important;
        }

#SearchByBody {
    margin-top: 1rem;
}

    #SearchByBody h2 {
        margin-bottom: 2rem;
    }

#SearchByBodyHeader {
    margin-bottom: 10px;
}

.SearchByItemsBox {
    border-radius: 20px;
    width: 146px;
    margin-bottom: 36px;
    background: url(/media/kncnbned/vehicle-bodies-new.png) no-repeat;
}

    .SearchByItemsBox .SearchByItemsName {
        font-size: 1rem;
        margin-top: 48px;
        color: #000;
    }

    .SearchByItemsBox:hover {
        padding: 10px;
        background-color: transparent;
    }

        .SearchByItemsBox:hover .SearchByItemsName {
            color: #eb008b;
        }

@media (max-width: 767px) {
    #CarSearchTab .title-search {
        width: 100%;
        text-align: center;
    }

    #CarSearchTab {
        display: inline-block;
        text-align: center;
    }

        #CarSearchTab li {
            display: inline-block;
        }
}
/***Search Make***/
.SearchByMakesBox {
    width: 110px;
}

.SearchByMakesBox {
    background: url(/media/belfwmyt/make-sprite01.png) no-repeat;
}

    .SearchByMakesBox .SearchByItemsName {
        margin-top: 65px;
    }

#subarulogo.SearchByMakesBox {
    background-position: 0px 0;
}

#holdenlogo.SearchByMakesBox {
    background-position: -122px 0;
}

#fordlogo.SearchByMakesBox {
    background-position: -245px 0;
}

#nissanlogo.SearchByMakesBox {
    background-position: -370px 0;
}

#mazdalogo.SearchByMakesBox {
    background-position: -496px 0;
}

#toyotalogo.SearchByMakesBox {
    background-position: -2485px 0;
}

#mitsubishilogo.SearchByMakesBox {
    background-position: -623px 0;
}

#bmwlogo.SearchByMakesBox {
    background-position: -746px 0;
}

#hyundailogo.SearchByMakesBox {
    background-position: -870px 0;
}

#volkswagenlogo.SearchByMakesBox {
    background-position: -994px 0;
}

/***Select vehicle slider***/
#latest-car-wrapper {
    padding: 2rem 0 3rem;
}

    #latest-car-wrapper .flexslider .slides &gt; li {
        position: relative;
        background: rgb(248, 248, 248);
    }

.img-wrapper {
    min-height: 206px;
}

#latest-car-wrapper .badge-success {
    background-color: #eb008b;
    position: absolute;
    left: 5px;
    top: 5px;
}

#latest-car-wrapper .badge-warning {
    position: absolute;
    left: 5px;
    top: 5px;
}

#latest-car-wrapper .badge-info {
    position: absolute;
    left: 5px;
    top: 5px;
}

#latest-car-wrapper .flexslider {
    background: transparent;
    border: transparent;
}

#SlideHeader {
    padding-bottom: 2rem;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 600;
}

#SlideHeaderTextPrimary {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

.flex-direction-nav a {
    height: 60px;
}

.f_wrapper {
    padding: 0 1rem;
}

.f_title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.1em;
    margin: 10px 0 6px;
    min-height: 42px;
    border-bottom: 2px solid #eb008b;
}

.f_location {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.f_price {
    font-size: 2.1rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}



.f_repayment {
    margin-top: 1rem;
}

.list_detail {
    font-size: 0.9em;
}

.f_odo:before, .f_trans:before, .f_body:before, .f_fuel:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 1px 9px;
    padding-bottom: 30px;
    margin-right: 10px;
    width: 23px;
    display: inline-block;
}

.f_odo:before {
    background-image: url('/media/3cnlobtq/kms.svg');
}

.f_trans:before {
    background-image: url('/media/sngdxuwi/transmission.svg')
}

.f_body:before {
    background-image: url('/media/bg2g2lcw/body.svg')
}

.f_fuel:before {
    background-image: url('/media/vlxdkktn/petrol.svg')
}

.f_odo, .f_trans, .f_body, .f_fuel {
    font-size: 0.8em;
    line-height: 10px;
}

.f_repayment {
    margin-top: 1rem;
    background: #efefef;
    padding: 0.5rem 1rem 1rem;
    text-align: center;
}

    .f_repayment .text-success {
        color: #eb008b !important;
        font-weight: 700;
        font-size: 2.1rem;
        display: inline-block;
        margin-top: 5px;
    }

        .f_repayment .text-success span {
            font-size: 1rem;
            font-weight: 400;
        }

    .f_repayment.price {
        font-weight: 700;
        color: #293449;
    }

    .f_repayment .f_price span {
        font-size: 0.8rem;
        font-weight: 400;
        display: block;
    }

#latest-car-wrapper .flexslider .btn {
    margin-top: 5px;
    display: block;
}

/***Forms***/
.inner-page .umbraco-forms-form span.contourError, .inner-page .umbraco-forms-form span.field-validation-error {
    color: #ff1e00 !important;
    background: transparent !important;
    font-weight: bold;
}

.umbraco-forms-form {
    background: #f9f9f9;
    padding: 2rem !important;
    border-radius: 12px;
    box-shadow: 0px 2px 6px 2px #e0e0e0;
}

.umbraco-forms-page h4 {
    font-size: 1.7rem !important;
    color: #eb008b;
    font-weight: 600;
    line-height: 2rem !important;
}

.umbraco-forms-form fieldset {
    margin: 0 !important;
}

label.umbraco-forms-label {
    font-size: 1rem;
    color: #293449;
    font-weight: 400 !important;
}

.umbraco-forms-field {
    margin-bottom: 1rem;
}

.inner-page .umbraco-forms-form input.text, .umbraco-forms-form input.title,
.inner-page .umbraco-forms-form textarea, .umbraco-forms-form select, .umbraco-forms-form input {
    border-radius: 1rem;
    height: 48px;
    border: 1px solid #bbb;
    width: 100%;
    margin: 0 !important;
    padding: 0 1rem !important;
    max-width: 100% !important;
}

.umbraco-forms-submitmessage {
    color: #eb008b;
    font-weight: 600;
    display: block;
    font-size: 1.4rem;
    margin: 3rem 0;
    padding: 1rem !important;
}

.umbraco-forms-field, .shortanswer, .longanswer, .dropdown {
    display: inline-block;
    margin-right: 1rem;
}

.shortanswer, .dropdown {
    width: 47.5%;
}

.longanswer {
    width: 98%;
    margin-top: 1rem;
}

.inner-page .umbraco-forms-form textarea {
    height: 90px;
}

.umbraco-forms-form .umbraco-forms-navigation {
    padding-top: 0 !important;
}

.umbraco-forms-page .btn {
    border: 0;
    color: #fff;
    margin-top: 0;
    max-width: 30% !important;
    background: #eb008b;
}

    .umbraco-forms-page .btn:hover {
        color: #fff;
        background: #e65e97;
    }

.umbraco-forms-form legend {
    font-weight: 400 !important;
    font-size: 1.2em;
    line-height: 2.2em;
    padding-top: 1rem;
    border-bottom: 1px solid #eb008b;
    color: #eb008b;
}

.dataconsent {
    width: 100%;
}

    .dataconsent a {
        font-size: 1rem;
        color: #000;
    }

    .dataconsent .umbraco-forms-field-wrapper a {
        color: #eb008b !important;
    }

    .dataconsent .umbraco-forms-field-wrapper {
        margin-top: 1rem;
    }

.umbraco-forms-field div label {
    font-size: 0.9rem;
}

.umbraco-forms-form input[type=checkbox] {
    width: 6%;
    height: 22px;
}

.contactbuythatcar .shortanswer, .contactbuythatcar .dropdown {
    width: 30.5%;
}

@media(max-width: 992px) {
    .shortanswer, .dropdown, .umbraco-forms-page .btn {
        width: 100% !important;
        max-width: 95% !important;
    }

    .contactbuythatcar {
        margin-top: 2rem;
    }
}

.social-wrapper {
    margin: 1rem 0;
}

.social-link {
}

    .social-link img {
        max-width: 2.5rem;
        background: #ffffff;
        border-radius: 74rem;
        border: 2px solid #eb008b;
        padding: 0.1rem;
        margin: 0.1rem;
    }

        .social-link img:hover {
            background: #ffcfeb;
        }


/***Vehicle Listing***/
#filter_IsUsed h6 {
    margin-bottom: 1rem;
}

#filter_IsUsed .btnGo {
    margin-top: 0.5rem !important;
}

.card-product-list .info-main {
    padding: 0;
}

[class*='card-product'] a.title {
    margin-bottom: 0;
}

    [class*='card-product'] a.title:hover {
        color: #eb008b;
    }

.vehicle-description {
    padding: 1rem !important;
}

.title-wrapper {
    margin-bottom: 0.2rem;
}

    .title-wrapper h3 {
        margin-bottom: 0;
        border-bottom: 2px solid #eb008b;
        padding-bottom: 5px;
    }

.listing-price {
    text-align: right;
}

[class*='card-product'] p {
    margin-bottom: 0.5rem;
}

.text-muted {
    color: #293449 !important;
    font-size: 0.9rem;
}

.info-main span {
    font-size: 0.8rem;
    display: inline-block;
}

.vehicle-desc-wrapper {
    padding: 0.5rem 0.6rem !important;
}

.text-success {
    color: #eb008b !important;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.5rem;
}

    .text-success .small {
        font-size: 52%;
        font-weight: 400;
        display: block;
    }

.price {
    font-weight: 700;
    color: #293449;
    font-size: 1.8rem;
}

.f_price span {
    font-size: 0.8rem;
    font-weight: 400;
}

.listing_list_detail:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 2px 8px;
    padding-bottom: 26px;
    margin-right: 3px;
    width: 22px;
    display: inline-block;
}

.f-odometer:before {
    background-image: url('/media/3cnlobtq/kms.svg');
}

.f-trans:before {
    background-image: url('/media/sngdxuwi/transmission.svg');
}

.f-body:before {
    background-image: url('/media/bg2g2lcw/body.svg');
}

.f-fuel:before {
    background-image: url('/media/vlxdkktn/petrol.svg');
}

.f-color:before {
    background-image: url('/media/jxtlmdlo/colour.svg');
    background-position: 5px 6px;
}

#filter-wrapper #filter_Keyword .btnGo {
    background: #eb008b;
    color: #fff;
    border: 0;
}

    #filter-wrapper #filter_Keyword .btnGo:hover {
        color: #fff;
        background: #e65e97;
    }

#filter-wrapper button {
    font-size: 1rem;
    width: 100%;
    max-width: 6rem;
    padding: 0.6rem 1.2rem;
    background-color: transparent;
    color: #eb008b;
    border: 2px solid #eb008b;
    margin: 0 auto;
}

    #filter-wrapper button:hover {
        background-color: #eb008b;
        color: #fff;
    }

#filter-wrapper .btn {
    padding: 0.5rem .75rem;
    font-size: 1rem !important;
    cursor: pointer;
}

#filter-wrapper .btnGo {
    margin-top: 1rem;
}

#btnUpdateDemo {
    margin-top: 0 !important;
}

.watchlist {
    text-align: left;
    font-size: 1.4rem;
}

    .watchlist:hover {
        color: #eb008b;
        text-decoration: underline;
    }

.watch-link {
    padding: 1rem 0.2rem;
    display: inline-block;
    color: #bbbbbb;
    font-size: 1rem;
}

    .watch-link:hover {
        color: #eb008b;
    }

    .watch-link span {
        color: #212529;
        padding-left: 0.2rem;
    }

    .watch-link.active {
        color: #eb008b;
    }


.card-header {
    background-color: transparent;
}

.nav-header {
    font-size: 1.2rem;
    font-weight: bold;
}

h6.title {
    font-weight: 600;
    color: #293449;
    font-size: 1.2rem;
}

.small-link {
    font-size: 1rem;
    font-weight: normal;
    color: #6b6b6b;
    text-decoration: underline;
}

    .small-link:hover {
        cursor: pointer;
    }

.form-control {
    background-color: #fff;
    margin-bottom: 0.5rem;
    height: 3rem;
}

.btn-wrapper {
    width: 100%;
    display: block;
}

.card-product-list {
    background: #f3f3f3;
    padding: 0.6rem;
    border-radius: 1rem;
}

.checkbox-btn input:checked ~ .btn {
    border-color: transparent;
    background-color: #eb008b;
}

    .checkbox-btn input:checked ~ .btn:hover {
        background: #e65e97;
    }

.badge-success {
    background-color: #eb008b;
}

.btn-dark, .btn-dark:hover {
    background-color: #e2e2e2;
}

.pagination {
    margin-top: 1rem;
}

.page-link {
    color: #5d5d5d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    background-color: #eb008b;
    border-color: #eb008b;
}

@media (max-width: 992px) {
    .vehicle-description, .listing-price {
        text-align: center;
    }

    .listing-price {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1199px) {
    .btn-view {
        margin-right: 0px;
    }
}
/**Budget scroll**/
.card {
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
    background-color: #293449;
}


/**Vehicle Description Page**/
#main #slider {
    margin: 0 !important;
}

#main .flexslider {
    margin-top: 0;
}

.vehicle-title {
    padding: 2rem 0 0;
}

h1.card-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #eb008b;
}

body[data-url='VehicleDetail'] .badge {
    position: absolute;
    top: 1rem;
    left: 2rem;
    z-index: 1;
}

.car-details td:nth-child(2n) {
    width: 100%;
}

.price-wrapper {
    text-align: right;
    background: #f3f3f3;
    border-radius: 2.5rem;
    border: 5px solid #f2f2f2 !important;
    margin-top: 1rem;
}

    .price-wrapper .card-body {
        padding: 0.9rem 1.25rem 1.1rem;
    }

    .price-wrapper .h1 {
        font-size: 2.5rem !important;
    }

    .price-wrapper .retail-price {
        display: inline;
    }

    .price-wrapper .h6 {
        font-size: 0.9rem;
    }

.retail-price {
    font-size: 2rem !important;
    display: block;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.vehicle-form {
    background: #f3f3f3;
    margin-top: 1rem;
    border-radius: 2rem;
    padding: 2rem;
}

    .vehicle-form .form-group {
        margin-bottom: 0.5rem;
    }

body[data-url='VehicleDetail'] .privacyterms {
    font-size: 0.9rem;
    text-decoration: underline;
}

.carform-title {
    font-size: 2rem;
    text-align: center;
    color: #eb008b;
    margin-bottom: 1.3rem;
}

.vehicle-form textarea.form-control {
    max-height: 65px
}

.desc-top-wrapper .watch-link {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
}

.apply-finance-btn {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 1rem;
}

.vehicle-enquiry {
    background: #f3f3f3;
    padding: 30px;
    margin-top: 1rem;
    text-align: center;
    border-radius: 2rem;
}

    .vehicle-enquiry h2 {
        line-height: 30px;
    }

    .vehicle-enquiry .form-control {
        background-color: #fff;
    }

body[data-url="VehicleDetail"] .flexslider {
    margin-bottom: 2rem;
}

#btnReadMore {
    color: #e65e97;
    text-decoration: underline;
    cursor: pointer;
}

body[data-url="VehicleDetail"] h3.title-page {
    margin-top: 40px;
}

body[data-url="VehicleDetail"] table td {
    min-width: 150px;
}

#btnShowFilterlist {
    background: #293449;
    color: #fff;
    text-align: left;
    padding: 1rem 2rem;
    margin: 1rem 0;
    border-radius: 0.5rem !important;
}




#dealer-details {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    color: #c8c8c8;
    margin-top: 15rem;
    margin-bottom: 1rem;
}

#reviews-wrapper img {
    max-width: 12rem;
    margin: 2rem;
}

#reviews-wrapper .review_images_social img {
    max-width: 16rem;
    border-radius: 5px;
}

.review_images_social {
    text-align: center;
}

.testimony {
    padding: 1rem 2rem 3rem;
}

.testimony-wrapper {
    background: #f9f9f9;
    padding: 2rem;
    border-left: 5px solid #eb008b;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 1px 1px 11px -7px #020;
}

.filter-group .card-header:before {
}

/*find my car*/
#btnUpdateFilterRepayment {
    background-color: #eb008b;
}
/*warranty*/
#warranty-pds img {
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 1px 2px 5px #00000012;
}

#warranty-pds {
    margin-top: 30px;
}

    #warranty-pds a:hover img, #warranty-pds a:focus img {
        border: 2px solid #eb008b;
    }




/*Slick Slider finance logo slider*/
.customer-logos {
    margin: 60px 0;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.customer-logos.slider .fas {
    color: #eb008b;
}

.slick-prev {
    left: 0;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

/*contact us*/
[data-url="Contact-Us"] h3 {
    margin-bottom: 10px;
}

/*disclaimer*/
.disclaimer {
    font-size: 13px;
    background: #f3f3f3;
    display: block;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.dis_link {
    text-align: center;
    display: block;
    color: #eb008b !important;
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 15px;
    margin-top: 10px;
    cursor: pointer;
}

#disModal .modal-title {
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
}

#disModal .modal-body {
    font-size: 15px;
}

#disModal .btn {
    width: 100px;
    padding: 5px;
    margin: 0 auto;
}


/*new home page search*/
.SearchFilterSelect #btnShowMeCars {
    border-radius: 10px !important;
    margin-top: 10px;
}
/*#CarSearchTab { display: block; }*/
#CarSearchTab h2 {
    text-align: center;
}
</pre></body></html>