.multistep-area {
    background: #fafbfc;
    padding: 100px 0;
}

.mulitform h2 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #2d2e39;
}

.mulitform p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1A1A1A;
    margin-bottom: 15px;
}

header .container-fluid .navbar,
header .container-fluid .navbar .navbar-header .logo a img {
    transition: none !important;
}

.contact-form label {
    display: block;
    position: relative;
}

.label-txt {
    position: absolute;
    top: 4px;
    left: 15px;
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #1A1A1A !important;
}

.label-active.label-txt {
    font-size: 12px;
}

.lll {
    width: 100%;
}

.input-active {
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    border-radius: 6px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.input-bg {
    -webkit-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.input:focus+.line-box .line {
    width: 100%;
}

.label-active {
    top: -10px;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

#msform {
    position: relative;
    margin-top: 35px;
}

#msform fieldset {
    width: 100%;
    position: relative;
    padding: 48px 32px 32px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.04), 0 3px 12px 0 rgba(144, 147, 160, 0.08);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.04), 0 3px 12px 0 rgba(144, 147, 160, 0.08);
    background-color: #ffffff;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset h3 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2d2e39;
    display: block;
    margin-bottom: 20px;
}

#msform fieldset h5 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #2d2e39;
    display: block;
    margin-bottom: 20px;
}

#msform .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #2d2e39;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-bottom: 1px solid #878aa1;
    border-radius: 0;
    box-shadow: inherit;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-color: inherit;
}

#msform .form-group {
    margin-bottom: 25px;
}

#msform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-color: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-clip: border-box;
    background-image: url(../../img/arrowd.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 13px;
    background-size: 10px;
}

.ppp li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.ppp2 li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.ppp li.active .media h6 {
    opacity: 1;
}

.ppp li.active .media p {
    opacity: 1;
}

.ppp2 li.active .media h6 {
    opacity: 1;
}

.ppp2 li.active .media p {
    opacity: 1;
}

.mobile-view {
    display: none;
}

.tilemlines img {
    margin-bottom: 15px;
}

.tilemlines {
    padding: 30px;
    border-radius: 4px;
    background-color: #d41110;
    margin-top: 37px;
}

.tilemlines li .media h6 {
    opacity: 0.32;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    padding: 8px 12px;
}

.tilemlines li .media h5 {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.6px;
    color: rgba(255, 255, 255, 0.4);
}

.tilemlines li .media p {
    opacity: 0.6;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffffff;
}

.first .next {
    width: 100%;
    float: inherit;
}

.next {
    display: block;
    width: 48%;
    float: left;
    background-color: #d41110;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 12px 0;
}

.submits {
    display: block;
    width: 48%;
    float: left;
    background-color: #d41110;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 12px 50px;
}

.btns a {
    text-decoration: none;
}

.btns a .send {
    display: block;
    width: 100%;
    float: left;
    background-color: #d41110;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.previous {
    display: block;
    width: 48%;
    float: left;
    background-color: #f2f3f7;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #3d3f52;
    padding: 12px 0;
    margin-right: 10px;
}

input:focus {
    outline: inherit;
}


/* The container */

.radios {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #2d2e39;
    margin-bottom: 15px;
}


/* Hide the browser's default radio button */

.radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radios:hover input~.checkmark {
    background-color: #fff;
    border: 2px solid #dbdbdb;
}


/* When the radio button is checked, add a blue background */

.radios input:checked~.checkmark {
    border: 2px solid #dbdbdb;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radios input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radios .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d41110;
}

.checks .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px;
}

.checks .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #dbdbdb;
    border-radius: 4px;
}

.checks p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #878aa1;
}


/* When the radio button is checked, add a blue background */

.checks input:checked~.checkmark {
    background: #d41110;
    border: 2px solid #d41110;
}

.checks {
    position: relative;
    padding-left: 7px;
}

@media (max-width: 767px) {
    .mobile-view {
        display: block;
    }

    .mobile-view .tilemlines {
        display: block;
    }

    .tilemlines {
        display: none;
    }

    .multistep-area {
        margin-top: 40px;
        padding: 50px 0;
    }

    .congratulation {
        margin-top: 50px;
        padding: 50px 0;
    }

    .tilemlines {
        padding: 30px;
    }

    .mulitform h2 {
        font-size: 24px;
    }

    .footer-logo img {
        height: 50px;
    }

}

#scroll {
    display: none;
}

.left-bar-filters-count {
    color: #ccc;
    font-size: 1em;
    font-weight: bolder;
    padding: 0 .5em;
}

.dynamic-column .details-info {
    min-height: 125px;
}

main.beneath-white-header .document .card-view-container .card-container .card .button-container .btn,
main.beneath-white-header .document .card-view-container .card-container.grid-view .card .button-container .btn {
    padding: 8px;
}

.facts-logo img {
    border: 1px solid #333;
    background: #fff !important;
    padding: 3px !important;
    border-radius: 5px !important;
}

.dynamic-column .button-container {
    display: flex
}

.card .button-container {
    width: 94%;
    margin: auto
}

main .specials .card-container-row .card .button-container .btn,
.dynamic-column .button-container .btn {
    padding: 8px;
    width: 33.33%;
    margin: 0 5px
}

main .specials .card-container-row .card .media-container .label-ribbon {
    background: none;
}

main .specials .card-container-row .card .media-container .label-ribbon .details-info {
    color: #000;
}

main .specials .card-container-row .card .media-container .label-ribbon .details-info .views:before {
    background-image: url(../../img/icons/icon-eye-grey.svg)
}

.card {
    background: #fff;
    box-shadow: 0 2px 18px -4px #DCDEE4
}



.desktoplogo {
    display: block !important;
}

.mobilelogo {
    display: none !important;
}

@media screen and (max-width:1000px) {
    .desktoplogo {
        display: none !important;
    }

    .mobilelogo {
        display: block !important;
    }

    header .container-fluid .navbar-collapse ul.navbar-nav li a.active,
    header .container-fluid .navbar-toggle .icon-bar {
        background-color: #D41111 !important;
    }

    header .container-fluid .navbar.white .navbar-right {
        background: #fff;
    }

    header .container-fluid .navbar.white #cssmenu .button-active-bg {
        color: #D41111 !important;
    }

    .topMenuHeaderContainer .navbar-header {
        float: none !important;
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    main.beneath-white-header .car-details-info .main-image-container .main-image .label-ribbon .price {
        min-width: auto
    }
}

@media (max-width: 575px) {
    header .container-fluid .navbar.white .navbar-right {
        background: #fff;
    }

    img.whybuysectionicons {
        width: 100px;
    }
}

@media (max-width: 360px) {
    main.beneath-white-header .car-details-info .main-image-container .main-image .label-ribbon .btn.price {
        height: auto;
        margin-top: 0px;
        font-size: 18px;
    }

    #google_translate_element {
        margin-top: 16px;
    }
}

@media (max-width: 280px) {
    #google_translate_element {
        margin-top: 16px;
    }
}



.border-howwork {
    max-width: 100% !important;
}

.schemaimage {
    display: none !important;
}

.shopbymodel-wraper .owl-item .card {
    border-radius: 5px !important;
    overflow: hidden !important;
}

main .main-bg-wrapper #background {
    height: auto
}

@supports (object-fit: cover) {
    main .main-bg-wrapper #background {
        height: 100vh
    }
}

/* ie edge only gets the following rule */
@supports (object-fit: cover) and (-ms-ime-align:auto) {
    main .main-bg-wrapper #background {
        height: auto
    }
}

.nofilteredvehiclesfound {
    font-size: 20px;
    text-align: center;
    padding: 60px 15px 30px;
}

.irs--round .irs-bar {
    background-color: #5c5c5c;
}

.irs--round .irs-handle {
    border: none;
    top: 27px;
    width: 22px;
    height: 22px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 10px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.irs--round .irs-min,
.irs--round .irs-max {
    font-size: 10px;
}

.ajax_bineded_loader {
    position: fixed;
    background: rgba(2, 2, 2, 0.28);
}

.ajax_bineded_loader .ajax_binded_spinner {
    color: #fff;
}

.textright-listingvdp {
    word-break: break-word;
}

#cssmenu ul ul li a.customwidthanchor {
    width: 240px !important;
    max-width: 100% !important;
}

main.beneath-white-header .document .card-view-container .card-container.list-view .card .facts-container {
    color: #000 !important;
}

.price-filter span,
.year-filter span,
.miles-filter span {
    background-color: transparent;
    padding: 0px;
}

.owl-nav button {
    background-color: #D41111 !important;
}

#cssmenu ul li a,
#cssmenu>ul>li>a {
    font-weight: 700;
    color: #fff !important;
}

.footerLinksHeading {
    margin-bottom: 12px !important;
}

.shopbymodel-wraper .card .btn.price {
    font-weight: 700 !important;
}

.dynamic-column .car-title {
    height: 32px !important;
}

button.btn.price.btn-pricechange {
    background-color: #D41111 !important;
    color: #fff !important;
}

.miles-filter-preview {
    color: #000 !important;
}

header .container-fluid .navbar.white {
    background-color: #fff !important;
}

.navbar.white #cssmenu ul li a {
    color: #000 !important;
}

.slider-form {
    background: #ffffffbd !important;
}

button.btn.price.btn-pricechange {
    padding: 5px 15px !important;
}

.footerSocialLinksContainer {
    display: flex;
    text-align: center;
    margin: 5px 15px 47px 0px;
}

.footerSocialLinksContainer a {
    background: unset !important;
    border-radius: unset !important;
    padding-top: 0;
    color: #fff;
    line-height: 1.5;
    margin-right: 6%;
}

.footerSocialLinksContainer a i {
    font-size: 24px;
    padding: 8px;
    width: 46px;
    border: 1px solid #fff;
    border-radius: 22%;
}

header .container-fluid .navbar.white ul li {
    margin: 6px 5px !important;
}

main .main-bg-wrapper {
    height: 800px;
    min-height: 100vh;
    background-image: url(../../img/home-gradiant-overlay.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .main-bg-wrapper .filter-search-container .filter-contents-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

main .main-bg-wrapper .filter-search-container .filter-contents-wrapper .btn {
    background: #d41111a8 !important;
}

.search-button .button-search {
    background: #d41111a8 !important;
}

@media (max-width: 1199px) {
    .template4homepageheading2 {
        line-height: 1.3;
    }

    .slider-form {
        margin: 15px auto;
    }

    #cssmenu>ul>li>a {
        text-transform: uppercase;
        padding: 17px 0px;
        font-size: 12px;
        letter-spacing: 0;
        text-decoration: none;
    }

    .button-active-bg {
        padding: 10px 8px !important;
    }

    main .main-bg-wrapper .filter-search-container {
        position: relative;
        margin-top: -200px;
    }
}

@media (max-width: 769px) {
    main .main-bg-wrapper {
        min-height: auto !important;
        display: block;
        height: auto;
    }

    main .main-bg-wrapper .filter-search-container {
        display: none;
    }
}

.mobile_new_section {
    margin-top: 50px;
}

.powered-by {
    margin: 2em auto 1.5em auto !important;
}

.owl-stage-outer {
    overflow: visible;
}

.card.new-arrived:before {
    background-image: url(../../img/just-arrived-red.svg) !important;
}

.dynamic-column {
    box-shadow: unset;
}

footer {
    background-image: none !important;
}

.section_separator p {
    text-align: left !important;
}

main.beneath-white-header .document .card-view-container .card-container.grid-view .card .media-container .label-ribbon .details-info .sl-no {
    color: #000 !important;
}

.template4homepageheading2 {
    background-image: url(../../img/home-gradiant-overlay.svg);
}

/* ********************************
value-trade
********************************** */

.value-trade {
    padding: 50px 0;
    margin-top: 38px;
    background: #F9F9F9;
}

.section-header {
    color: #000;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-trade .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.value-trade form {
    padding: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    border-radius: 10px
}

.cus-btn {
    border: none;
    background-color: #D41111;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    width: 100%;
    padding: 12px 15px;
}

.cus-btn:hover {
    color: #fff;
}

#tradeapplication_form .submit .btn {
    background: #D41110 !important;
    color: #fff !important;
}

/* ********************************
404
********************************** */

.error-page {
    padding: 110px 50px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-align: center;
}

.error-page img {
    display: block;
    margin: 15px auto;
}

.error-page h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 1.5;
    color: #000000;
}

.error-page p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 15px;
}

a.backbnt {
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    margin: 25px 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 50px;
    text-align: center;
    background: #d41111;
    font-weight: 600;
    border: none;
}

.beneath-white-header .blog-page.bloglistingpage .container .row {
    display: flex;
    flex-wrap: wrap;
}