/* Minification failed. Returning unminified contents.
(1260,38): run-time error CSS1034: 
(1260,38): run-time error CSS1042: Expected function, found ','
(1260,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1320,38): run-time error CSS1034: 
(1320,38): run-time error CSS1042: Expected function, found ','
(1320,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1617,2): run-time error CSS1030: Expected identifier, found ' '
(1617,2): run-time error CSS1019: Unexpected token, found ' '
(1721,33): run-time error CSS1046: Expect comma, found '0'
(1721,37): run-time error CSS1046: Expect comma, found '/'
 */

.text-blue-whale {
    color: #253746;
}

.text-white {
    color: #ffffff;
}

.text-matter-horn {
    color: #555555;
}

.block-header-text {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    margin: 30px 0;
    text-decoration: none;
    pointer-events: none;
}

[id^="mod_vin_"] {
    display: none !important;
}

#myUwmFrame, #uwmVideo {
    display: none;
}

header#topHead {
    background-image: none;
    border-bottom: 2px solid #b9aeb2;
    display: block;
    position: relative;
}

.light {
    display: none;
}

.dark {
    display: inline;
}

#searchContent {
    margin-top: 90px;
}

#vehicleDisplay {
    margin-top: 60px;
}

#dvFilterTags {
    margin-top: 10px;
}

    #dvFilterTags .tags {
        margin-top: 10px;
        display: inline-block;
        background: #DEE1E3;
        padding: 4px 10px 4px 15px;
        border-radius: 30px;
        margin-right: 4px;
        color: #253746;
        font-family: Roboto, Poppins, sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

        #dvFilterTags .tags span.fa {
            cursor: pointer;
            color: #253746;
        }

.veh-card {
    max-width: 300px;
    margin: 0 10px;
    border: 2px solid #253746;
    border-radius: 5px;
    overflow: hidden;
}

.vc-title {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    color: #253746;
    text-transform: uppercase;
    text-align: center;
    background: #FFB71C;
    font-family: Roboto, Poppins, sans-serif;
}

.veh-card.used .vc-title {
    background: #3BC2B1;
}

.vc-img {
    min-height: 150px;
    text-align: center;
    font-size: 18px;
}

    .vc-img img {
        width: 100%;
        /*height: 230px;*/
        object-fit: cover;
    }

.vc-info {
    padding: 0 20px;
    font-family: 'Roboto', 'Poppins';
    margin-top: 15px;
}

.vc-year-make {
    font-size: 18px;
    line-height: 20px;
    color: #000007;
}

.vc-model-trim {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #253746;
}

.vc-loc span {
    float: left;
    margin-top: 2px;
    font-size: 20px;
    color: #253746;
}

.vc-loc-detail {
    margin-left: 25px;
    font-size: 20px;
    line-height: 22px;
    margin-top: 15px;
    color: #000007;
}

.vc-button {
    padding: 20px;
}

#vehInfoBox {
    border: 2px solid #253746;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 30px;
}

.veh-info {
    margin-bottom: 30px;
    font-family: Roboto, Poppins, sans-serif;
}

.price-info {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

#spCashPrice, #spFinancePrice {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 600;
    padding-left: 40px;
    text-align: right;
    width: 100%;
    display: block;
}

.vnuo {
    background-color: #ffb71b;
    display: inline-block;
    padding: 4px 20px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .vnuo.is-cpo,
    .vnuo.on-order {
        margin-bottom: 0;
    }

    .vnuo.used {
        background-color: #46c3b2;
    }

.veh-year-make {
    color: #253746;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 1px;
}

.veh-model-trim {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 1.52px;
    font-family: Roboto, Poppins, sans-serif;
    font-weight: 700;
}

.veh-location span, .veh-price span, .veh-mile span {
    float: left;
    font-size: 28px;
    line-height: 38px;
    color: #253746;
}

.veh-price span {
    font-size: 25px;
    margin-top: -2px;
}

.veh-mile span {
    font-size: 22px;
    margin-top: -3px;
}

.veh-location div, .veh-price div, .veh-mile div {
    margin-left: 34px;
    font-size: 30px;
    line-height: 36px;
    font-family: Roboto, Poppins, sans-serif;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #010207;
}

.veh-buttons {
    margin-top: 50px;
}

.carfax-badge img {
    max-width: 220px;
    margin-top: 30px;
}

.btn.btn-outlined {
    border: 2px solid #253645;
    color: #253746;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 6px;
    font-weight: 600;
    padding: 16px 20px;
    background-color: #fff;
}

    .btn.btn-outlined.btn-reverse {
        color: #fff;
        background-color: #253746;
    }

    .btn.btn-outlined[data-toggle="collapse"]:not(.collapsed) {
        color: #fff;
        background: #253746;
    }

    .btn.btn-outlined.btn-reverse:hover {
        color: #253746;
        background: #fff;
    }

#learMore {
    background: #243746;
    margin-bottom: 110px;
}

    #learMore .btn.btn-outlined {
        font-size: 22px;
        padding: 20px;
        pointer-events: all;
    }

        #learMore .btn.btn-outlined:hover {
            border-color: #fff;
        }

    #learMore div[class*="col-"] {
        min-height: 0;
    }

#startPurchase {
    margin: 100px 0;
    pointer-events: none;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev, .slick-next {
    background: rgba(255, 255, 255, .79) !important;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 5px;
    color: #070707;
}

    .slick-prev:before, .slick-next:before {
        color: #070707;
        font-size: 30px;
        font-family: Font Awesome\ 5 Pro;
    }

    .slick-prev:before {
        content: '\f104';
    }

    .slick-next:before {
        content: '\f105';
    }

#dvTopImgs_slider_for .imgtop-item img {
    object-fit: cover;
}

#dvTopImgs_slider_nav .slick-prev, #dvTopImgs_slider_nav .slick-next {
    background: rgba(255, 255, 255, .90) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .30);
    width: 30px;
    height: 40px;
    border-radius: 0;
}

    #dvTopImgs_slider_nav .slick-prev:before, #dvTopImgs_slider_nav .slick-next:before {
        font-size: 20px;
        font-weight: 400;
        font-family: Font Awesome\ 5 Pro;
    }

#dvTopImgs_slider_nav .slick-next {
    right: 5px;
}

#dvTopImgs_slider_nav .slick-prev {
    left: 5px;
}

#dvTopImgs_slider_nav img {
    margin: 0 auto;
    width: 98%;
    max-height: 160px;
    object-fit: cover;
}

.slick-slider {
    margin-bottom: 10px;
}

.slick-track {
    margin: 0 auto;
}
/*.slick-initialized .slick-slide[data-slick-index="-2"], .slick-initialized .slick-slide[data-slick-index="3"] {
    opacity: 0;
}*/

.slick-initialized .slick-slide {
    opacity: 1;
    transition: all .3s linear;
}

#dvSimilarVehSlider .slick-prev, #dvSimilarVehSlider .slick-next {
    background: #ffffff;
    color: #070707;
    border: 2px solid #253746;
}

#dvSimilarVehSlider .slick-next {
    right: -71px;
}

#dvSimilarVehSlider .slick-prev {
    left: -70px;
}

#dvSimilarVehSlider .btn.btn-outlined {
    padding: 8px 0px !important;
    font-size: 14px;
    letter-spacing: 5px;
}

.vd-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.vd-value {
    font-family: 'Roboto', 'Poppins';
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*    .vd-value.vd-description {
        margin-bottom: 0px;
    }

        .vd-value.vd-description, .vd-value.vd-description p, .vd-value.vd-description span {
            font-size: 20px !important;
            font-family: 'Roboto', Poppins !important;
            line-height: 28px;
            text-transform: none;
            margin-top: 15px;
        }*/

#media {
    background-color: #233746;
    margin-top: 80px;
}

#logo360 {
    width: 90px;
}

.dv-media {
    padding: 0 10%;
    margin-top: 150px;
    margin-bottom: 150px;
}


.veh-buttons .btn.btn-outlined {
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: normal;
    margin-top: 20px;
    font-weight: 600;
}

.return {
    margin: 40px 0;
}

    .return a {
        font-size: 24px;
        line-height: 56px;
        text-decoration: none;
    }

        .return a .fa {
            font-weight: 400;
        }

    .return .return-text {
        font-family: Roboto, 'Poppins';
    }

.btn-block ~ .btn-block {
    margin-top: 5px;
}

.dv-collapse {
    border: 2px solid #233746;
    border-radius: 4px;
    margin-top: 20px;
    padding: 40px;
}

    .dv-collapse .form-control {
        color: #233746 !important;
        outline: none !important;
        border-width: 2px;
        border-radius: 4px;
    }

    .dv-collapse label {
        color: #555555;
    }

    .dv-collapse .form-control[readonly] {
        cursor: text;
        background-color: #ffffff;
    }

.share-social {
    margin-top: 40px;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
}

.s-icon img {
    max-width: 45px;
}

#additionalInfo {
    background-color: #fff8e8;
    padding: 90px 0 120px;
    margin-top: 60px;
}

.dv-add-info {
    border-top: 1px solid #cbcbcb;
}

.add-info {
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 0;
}

    .add-info ul {
        margin-left: 20px;
    }

        .add-info ul li {
            color: #253746;
        }

    .add-info.first {
        border-top: 1px solid #cbcbcb;
    }

.add-info-head span {
    transition: transform .2s linear;
}

.add-info-head.collapsed span {
    transform: rotate(180deg);
}

.add-info button.btn.btn-outlined {
    padding: 8px 40px;
    margin-top: 50px;
}

.add-info-head {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
    color: #233746;
}

.dv-ai-collapse {
    margin-top: 20px;
}

.ai-val, .ai-val p, .ai-val p span {
    font-family: Roboto, Poppins !important;
    font-weight: 300;
    color: #233746;
    font-size: 18px !important;
    line-height: 28px;
}

.warranty {
    padding: 10px 0;
    border-bottom: 1px solid #cbcbcb;
    margin-right: 15%;
}

    .warranty span {
        margin-top: -2px;
    }

    .warranty img {
        width: 24px;
    }

.warr {
    margin-left: 32px;
}

.spec {
    margin-top: 20px;
    margin-right: 15%;
}

.spec-val {
    padding: 7px 0px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
}

    .spec-val:not(:first-child) {
        font-family: Roboto, Popppins;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
    }

#galleryTabs {
    border-bottom: none;
}

    #galleryTabs li a {
        color: #ffffff;
    }

    #galleryTabs li.active a {
        color: #253746;
    }

    #galleryTabs > li > a:hover {
        border-color: #eee #eee transparent #ddd;
    }

    #galleryTabs li:not(.active) a:hover {
        background-color: #233746;
    }

#vehDetails {
    margin: 20px 0;
}

.media-frames {
    overflow: hidden;
}
/*TOOLTIP*/
.custom-tooltip {
    position: relative;
    display: inline-block;
}

    .custom-tooltip .tooltiptext {
        visibility: hidden;
        width: 135px;
        background-color: rgba(85, 85, 85, .94);
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-family: 'Roboto','Poppins';
        font-weight: 300;
        border-radius: 4px;
        padding: 4px;
        position: absolute;
        z-index: 1;
        bottom: 120%;
        left: 28px;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

.form-group .custom-tooltip .tooltiptext {
    left: 50%;
}

.custom-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#similarVehicles {
    margin-bottom: 50px;
}
/*TOOLTIP END*/


/*ALL IMAGES OVERLAY*/
body.has-image-overlay #dvAspx {
    height: 100vh;
    overflow: hidden;
}

#allImagesOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #253746;
    z-index: 1000;
    overflow: auto;
    height: 100vh;
}

.all-image-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1022;
    background: #253746;
    padding: 30px 0;
}

#aiClose {
    float: right;
    font-size: 70px;
    position: absolute;
    right: 50px;
    top: 40px;
    color: #ffffff;
    z-index: 1001;
    transition: all .1s linear;
}

    #aiClose:hover {
        color: #aeaeae;
    }

.ai-title {
    font-size: 45px;
    line-height: 47px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.large-img {
    margin-bottom: 5px;
}
/*ALL IMAGES OVERLAY END*/



#badgesBy3 {
    display: none;
}

#badgesBy3, #badgesBy4 {
    margin-top: 20px;
}


.dv-collapse label, .dv-collapse .form-control {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
}

#dvTabs {
    margin-bottom: 30px;
}

    #dvTabs .nav-tabs {
        border: none;
        display: block;
        border-bottom: 1px solid #ccc;
    }

        #dvTabs .nav-tabs > li > a {
            font-family: Roboto, Poppins, sans-serif;
            color: #878787;
            font-weight: 300;
            background: none;
            border: none;
            font-size: 24px;
            line-height: 28px;
            display: flex;
            align-items: center;
        }

        #dvTabs .nav-tabs > li.active > a, .steps .nav-tabs > li.active > a:hover {
            border: none;
            color: #253746;
            font-weight: 500;
        }

            #dvTabs .nav-tabs > li.active > a::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #253746;
            }

#ddFrequency .dd_control {
    width: 170px;
    transition: border-radius 0.6s;
    border: 1px solid #ccc;
}

#ddFrequency .dd_container.open .dd_control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: border-radius 0.2s;
}

#ddFrequency .dd_dropdown_menu_content::before {
    display: none;
}

#ddFrequency .dd_dropdown_menu_container {
    border: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

#ddFrequency .dd_dropdown_menu {
    padding-bottom: 6px;
}

#PaymentCalculator {
    /*background-color: #eff4f4;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.pmt_container {
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    color: #010207;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    transition: all .2s;
    user-select: none;
}

    .pmt_container.active {
        color: #46c3b2;
        box-shadow: 0 1px 4px rgba(70, 195, 178, .80);
    }

.pmnt_amount {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.summary_pmnt_header .pmnt_amount {
    font-size: 18px;
    font-weight: 600;
    color: #46c3b2;
}

.pmnt_sign, .pmnt_cent {
    font-size: 1em;
    line-height: 1.4em;
}

.pmnt_decimal {
    font-size: 2em;
    line-height: 1em;
}

.pmt_term_details {
    text-align: center;
}

.pmt_frequency {
    font-size: 0.8em;
}

.payments .row {
    margin: 0 -8px;
}

.payments [class^="col"] {
    padding: 0 8px;
}

.summary {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
}

#hrSummary {
    margin: 30px 0px;
}

.summary_pmnt_header {
    padding: 30px;
}

.summary_items {
    padding: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.summary_item.based {
    color: #46c3b2;
}

.summary_item + .summary_item {
    margin-top: 20px;
}

.summary_item_label {
    font-weight: 600;
}

.summary_item_val {
    float: right;
}

.summary_item.total {
    margin-top: 40px;
}

.summary_item.based .summary_item_val {
    font-weight: 600;
}

.summary_item.total .summary_item_val {
    font-weight: 600;
}

.summary_item.total .pmnt_decimal {
    font-size: 2.8em;
}

.summary_item.total .pmnt_sign, .summary_item .pmnt_cent {
    font-size: 1.4em;
    line-height: 1.3em;
}

.summary_totals {
    padding: 30px;
}

.cash_down_label {
    font-size: 22px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 20px;
}

.cash_down_description {
    font-size: 14px;
    line-height: 18px;
}

.form-group .form-control {
    border: 1px solid #ccc;
    color: #2e363f;
}

.noborder-top {
    border-top: none;
}

#chkIncludeTax + label {
    font-size: 18px;
    line-height: 28px;
    margin: 0 !important;
    font-weight: 400;
    color: #010207;
}

#legalLink {
    text-align: right;
    color: #46c3b2;
    font-size: 18px;
    line-height: 22px;
    margin-top: 6px;
    cursor: pointer;
    font-family: Roboto, Poppins, sans-serif;
}

    #legalLink:hover {
        text-decoration: underline;
    }

.modal-title {
    color: #fff;
}

#mdDisclaimer .close {
    color: white;
    font-weight: 300;
}

.dv-contact-dealer {
    margin-top: 10px;
}

#btnTradeWorth {
    padding: 13px 20px;
    letter-spacing: 2px;
}

.vd-description, .vd-description p, .vd-description span {
    font-size: 20px !important;
    font-family: 'Roboto',Poppins !important;
    line-height: 28px;
    text-transform: none;
    margin-top: 15px;
    font-weight: 300;
}

#mdVehicleRequest .form-group label {
    font-size: 22px;
    line-height: 26px;
}

.btn.btn-outlined.btn-sm {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: none;
    font-weight: normal;
    border-radius: 4px;
    border-width: 1px !important;
}

#mdVehicleRequest .form-group .form-control {
    font-size: 22px;
    line-height: 33px;
}

#mdVehicleRequest .form-group input.form-control {
    height: 50px;
}

#mdVehicleRequest .modal-body {
    padding: 20px 20px 0;
}

.eq {
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    padding: 20px 15px;
    transition: all .3s;
}

    .eq.no-shadow {
        box-shadow: none;
    }

    .eq:hover {
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .eq + .eq {
        margin-top: 15px;
    }

.eq-veh-name {
    font-size: 28px;
    line-height: 45px;
    font-family: 'Roboto';
    font-weight: 600;
}

.eq-desc-item,
.eq-pd-item {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto';
    font-weight: 300;
}

.eq-desc-item-title,
.eq-pd-item-title {
    font-weight: 500;
}

    .eq-desc-item-title.expired,
    .eq-pd-item-title.expired {
        font-style: italic;
        color: #e90e0e;
    }

.eq-hr {
    margin: 6px 0;
}

.eq-buttons {
    margin-top: 15px;
}

    .eq-buttons .btn:not(:first-child) {
        margin-left: 10px;
    }

#dvExisitingTrades {
    margin-top: 30px;
}

.trade-selected-car {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto';
    color: #253746;
    font-weight: 500;
}

.dv-btn-change {
    margin-top: 20px;
}

#dvTrades .form-control {
    height: 46px;
}

.btn + .btn:not(.btn-block) {
    margin-left: 5px;
}

.form-group label {
    font-size: 24px;
    line-height: 33px;
}

.form-group .form-control {
    font-size: 24px;
    line-height: 33px;
}



#repairQuoteForm .file-upload-indicator
/*, #repairQuoteForm .file-actions*/ {
    display: none;
}

#repairQuoteForm .krajee-default.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 3px 3px 5px 0 #33333354;
}

#repairQuoteForm .krajee-default.file-preview-frame {
    box-shadow: 1px 1px 5px 0 #00000052;
    width: 30%;
    margin: 0;
    margin-top: 10px;
    display: table;
}

    #repairQuoteForm .krajee-default.file-preview-frame .file-thumbnail-footer {
        height: unset;
    }

#repairQuoteForm .krajee-default .file-footer-caption {
    line-height: 12px;
}

#repairQuoteForm .krajee-default.file-preview-frame .kv-file-content {
    height: 120px;
    max-width: 100%;
    width: 100%;
}

#repairQuoteForm .file-preview-thumbnails.clearfix::before,
#repairQuoteForm .file-preview-thumbnails.clearfix::after {
    display: none !important;
}

#repairQuoteForm .file-error-message {
    margin: 0;
    margin-top: 10px;
}

    #repairQuoteForm .file-error-message ul {
        margin-left: 15px;
        margin-right: 20px;
    }

        #repairQuoteForm .file-error-message ul li {
            font-weight: 300;
            font-family: Roboto, Poppins, sans-serif;
            color: #253746 !important;
            font-size: 18px;
            line-height: 20px;
        }

    #repairQuoteForm .file-error-message button.close {
        color: #253746 !important;
        opacity: 0.7;
        line-height: 0.7;
    }

        #repairQuoteForm .file-error-message button.close:hover {
            opacity: 1;
        }

#repairQuoteForm .btn {
    color: #253746;
    background: transparent !important;
    border: 2px solid #253746;
    cursor: pointer;
}

    #repairQuoteForm .btn.btn-file {
        background: #253746 !important;
        color: #ffffff;
    }

#repairQuoteForm .btn-file input[type=file] {
    cursor: pointer;
}

#repairQuoteForm .file-preview .fileinput-remove {
    line-height: 0;
    top: 12px;
    right: 5px;
}

#repairQuoteForm .btn:hover {
    background: #253746 !important;
    color: #ffffff;
}

#repairQuoteForm .file-actions .btn {
    border-width: 1px;
    padding: 5px 10px;
}

    #repairQuoteForm .file-actions .btn.btn-danger {
        color: #ff3535;
        border: 1px solid #ff3535;
    }

        #repairQuoteForm .file-actions .btn.btn-danger:hover {
            background: #ff3535 !important;
            color: #fff;
        }

img.file-preview-image.kv-preview-data {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.dvSteps {
    margin-top: 30px;
}

.step {
    font-family: 'Roboto';
    box-shadow: 0 1px 6px rgb(0, 0, 0, .18);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .step + .step {
        margin-top: 15px;
    }

.s-widget {
    width: 230px;
}

.s-body {
    padding-right: 10px;
}

.sb-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

.sb-desc {
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}

input[type=radio], input[type=checkbox] {
    width: 20px;
    height: 20px;
}
/*#dvMakeDeposit{
    text-align: center;
}*/
.dv-button {
    margin-top: 30px;
}

#chkPaymentDisclaimer {
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 0;
}

#paymentDisclaimer label {
    font-size: 14px;
    line-height: 20px;
    margin-left: 26px;
    display: inherit;
}

.ri {
    font-family: 'Roboto';
    box-shadow: 0 1px 6px rgb(0, 0, 0, .18);
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    transition: all .2s;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

    .ri:hover {
        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .ri + .ri {
        margin-top: 15px;
    }

.ri-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

.ri-desc {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.ri-amount {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
}

.ri-widget {
    min-width: 30px;
    margin-left: 20px;
}

input.ri-chk {
    width: 22px;
    height: 22px;
}

#dvRebatesAndIncentives {
    text-align: right;
    margin-top: 10px;
    color: #46c3b2 !important;
    font-size: 18px;
    font-family: 'Roboto';
}

    #dvRebatesAndIncentives a {
        color: #46c3b2 !important;
    }

.dv-err {
    font-family: Roboto;
    color: #dc2f2f;
}

#confirmMsg {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}

#dvBookingConfirmation {
    text-align: center;
}

#mdBookTestDrive .form-group input.form-control {
    height: 46px;
}

.dv-tax-savings {
    font-size: 18px;
    line-height: 20px;
    color: #46c3b2;
    margin-top: 6px;
    font-family: 'Roboto';
}

.tax-savings {
}



#dvPriceBreakdown {
    font-family: 'Roboto';
    color: #000;
}

.pb-header {
    padding: 20px 15px;
    text-align: center;
    z-index: 1;
    position: relative;
}

#mdPriceBreakdown .modal-body {
    padding: 0;
}

#mdPriceBreakdown .modal-content {
    border-radius: 0;
}

#mdPriceBreakdown .pb-header {
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
}

    #mdPriceBreakdown .pb-header .close {
        font-size: 40px;
        font-weight: 300;
        line-height: 20px;
        opacity: 1;
        color: #d61f27;
    }

.pb-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}

.pb-sub-sm {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.pb-sub-amount {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.pb-body {
    padding: 30px 20px;
    background-color: #fafafa;
}

.pb-group-header {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 30px 0;
}

.pb-group-details {
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    background-color: #fff;
}

.pb-group-item {
    padding: 20px;
}

.pb-collapse-container {
    padding-top: 20px;
}

.pb-group-item.success .pb-collapse-container {
    padding-top: 10px;
    background: #e9fceb;
    padding-bottom: 10px;
}

.pb-collapse {
    border-left: 2px solid rgba(0,0,0,0.3);
}

.pb-group-item.success .pb-collapse {
    margin-left: 10px;
}

.pb-collapse .pb-group-item {
    padding: 3px 20px;
}

.pb-group-item.success .pb-collapse .pb-group-item {
    padding-right: 0;
}

.pb-group-item + .pb-group-item {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.pb-collapse .pb-group-item + .pb-group-item {
    border-top: none;
}

.pb-group-item-container {
    padding-right: 20px;
    position: relative;
}

    .pb-group-item-container[data-toggle="collapse"] {
        cursor: pointer;
    }

.pb-collapse .pb-group-item-container {
    padding-right: 0;
}

.pb-group-item-desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.pb-group-item-desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}

.pb-group-item-container[data-toggle="collapse"]:not(.collapsed) .pb-group-item-desc {
    cursor: pointer;
}

.pb-group-item-sub {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}


.pb-group-item-desc.tot {
    font-weight: 400;
    font-size: 22px;
}

.pb-group-item-amount {
    float: right;
}

.pb-collapse-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    font-weight: 300;
    transition: all .2s;
}

.pb-group-item.success .pb-collapse-icon {
    top: 10px;
    right: 10px;
}

.pb-group-item-container:not(.collapsed) .pb-collapse-icon {
    transform: rotate(180deg);
}

.pb-group-item-container[data-toggle="collapse"]:not(.collapsed) .pb-group-item-desc {
    font-weight: 600;
}

.pb-group-item.alert {
    padding: 10px;
    margin-bottom: 0;
}

    .pb-group-item.alert .pb-group-item-container {
        padding: 10px;
        padding-right: 30px;
        border-radius: 4px;
    }

.pb-group-item.danger .pb-group-item-container {
    background: #FCE9EA;
}

.pb-group-item.success .pb-group-item-container {
    background: #e9fceb;
}

.pb-group-item.danger .pb-group-item-amount {
    color: #d61f27;
}

.pb-group-item.success .pb-group-item-amount {
    color: #109526;
}

.pb-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

. /*pb-group-item.danger .pb-link {
    color: #d61f27;
}*/
/*.pb-group-item.success .pb-link {
    color: #109526;
}*/
.pb-group-item.danger .pb-link:hover, .pb-group-item.danger .pb-link:active {
    color: #8b1419;
    text-decoration: underline;
}

.pb-group-item.success .pb-link:hover, .pb-group-item.success .pb-link:active {
    color: #0b6c1b;
    text-decoration: underline;
}


#cash_pb_chk_include_taxes {
    margin: 0;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.dv-include-taxes label {
    font-size: 16px;
    font-weight: 300;
}

#pbFooter {
    margin-top: 30px;
    font-family: 'Roboto';
    padding-left: 20px;
}

.pb-footer-item {
    display: list-item;
    font-weight: 300;
}

    .pb-footer-item::marker {
        color: #5a5a5a;
    }

.dv-price-breakdown-link {
    text-align: right;
    margin-top: 15px;
}

.price-breakdown-link {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #46c3b2;
    cursor: pointer;
    transition: all .2s;
}

.dv-VMR-info {
    font-size: 24px;
    line-height: 33px;
    font-family: Roboto,Poppins,sans-serif;
    font-weight: 300;
    color: #555;
}

    .dv-VMR-info span {
        font-weight: 400;
    }

#dvTradeVMR .form-group:not(:last-child) {
    margin-bottom: 5px;
}

#dvTradeVMR input[type="checkbox"] + label {
    font-size: 24px;
    line-height: 30px;
    margin-left: 6px;
    cursor: pointer;
}

.VRM-title {
    margin-top: 0;
}

.VMR-no-result {
    font-family: 'roboto';
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 300;
    color: #818181;
    font-style: italic;
}

#dvDetails {
    display: flex;
    flex-wrap: wrap;
}

#dvQuoteNotAssignedBanner {
    background: #fff8e8;
    padding: 40px 0 30px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
}

#dvQNButtons {
    float: right;
}

#QNA_text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

#form_response {
    font-size: 20px;
    line-height: 24px;
}

.dv_deposit_amount {
    display: none;
}

#toolKit {
    margin-top: 20px;
    float: right;
}

#disclaimerTxt {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}

.dv-disclaimer {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 5px;
}

#dv_VMR_disclaimer_step label {
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}


.trade-offer-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #253746;
}

.dv-final-trade-vehicle {
    margin-top: 30px;
}

.ev-title {
    font-size: 40px;
    line-height: 46px;
    color: #253746;
    font-weight: 500;
}

.final-vmr-value {
    font-size: 66px;
    line-height: 80px;
    font-weight: 600;
    color: #253746;
}

.dv-final-tax-savings {
    color: #46c3b2;
    font-size: 20px;
    line-height: 24px;
}

.firm-offer-text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.final-trade-selected-carname {
    font-size: 18px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dv-trade-final-view .dvBtnCol {
    margin-top: 30px;
}

.final-trade-selected-carname-sm {
    font-size: 26px;
    line-height: 32px;
}

#amt_msg {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 30px;
    margin-top: 20px;
}

#addMoreTradesMsg .dvBtnCol {
    text-align: center;
}

.flt_item {
    display: none;
}

#dvMakeDeposit {
    color: #000;
    max-width: 650px;
    margin: auto;
}

#md_heading {
    text-align: center;
    padding: 10px 30px;
}

#md_icon {
    font-size: 30px;
}

#md_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 10px 0 5px;
}

#md_subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

#md_box {
    padding: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 30px;
}

#md_refundable {
    float: left;
}

#md_ssl, #md_ssl_footer {
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    letter-spacing: 0.4px;
}

#md_ssl_footer {
    color: #253746;
    line-height: 50px;
}

#md_ssl {
    float: right;
}

#md_box_body {
    margin-top: 50px;
}

#md_choose_header {
    font-size: 20px;
    font-weight: 500;
}

#dvPaymentOptions {
    margin-top: 10px;
}

#paymentDisclaimer {
    margin-top: 30px;
}

#paypalOption {
    margin-top: 6px;
}

#dvMakeDeposit .dv-button {
    text-align: center;
}

#txtAppointmentDate, #txtAppointmentDate3 {
    visibility: visible !important;
}

#txtMessage {
    width: 100%;
}

.dv-certified-used {
    width: 200px;
    margin-bottom: 15px;
}

    .dv-certified-used img {
        width: 100%;
    }

.dv-certified-in-transit {
    margin-top: 5px;
}

#dvBlockIconButtons {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
}

    #dvBlockIconButtons .btn-icon-block {
        display: flex;
        flex: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.btn-title {
    margin-top: 5px;
    letter-spacing: 2.5px;
}

#dvBigImageCarousel {
    position: relative;
}

#dv_video_tour {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
    text-align: right;
}


.dv-interested {
    border-radius: 10px;
    margin-top: 30px;
}

    .dv-interested .form-group select.form-control {
        height: 55px;
    }

.dv-pricing-breakdown-btn {
    margin-top: 30px;
}

.go-back a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.io-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 30px 0px;
}

.io-form {
    background-color: #fff8e8;
    padding: 30px;
    border-radius: 10px;
}

.bf-dialog {
    background: rgba(97, 97, 97, 0.68);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
}

    .bf-dialog.open {
        height: 100vh;
    }

body.bf-open {
    overflow: hidden;
    height: 100vh;
}

body.bf-interest-open {
    overflow: hidden;
    height: 100vh;
}

.bf-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: block;
    box-shadow: 0 -3px 8px rgba(0,0,0,0.2);
    padding: 0 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.bf-toggle {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.bf-toggle-dash {
    width: 50px;
    height: 3px;
    border-radius: 4px;
    background: #d8d8d8;
    display: inline-block;
}

.bf-close {
    text-align: right;
    margin-bottom: 20px;
}

.bf-close-btn {
    font-size: 38px;
    font-weight: 200;
    color: #828282;
    padding: 6px;
}

.bf-info {
    font-size: 18px;
    font-family: 'roboto', 'poppins', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bf-info-v {
    text-align: left;
    max-width: 50%;
}

.bf-info-p {
    text-align: right;
    max-width: 50%;
}

.bf-v-name {
    font-size: 20px;
    line-height: 28px;
}

.bf-v-trim {
    font-size: 15px;
}

.bf-terms {
    color: #2e363f !important;
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
}

.bf-payments {
    color: #2e363f !important;
    font-size: 18px !important;
}

.bf-details {
    margin-top: 20px;
}

.bf-v-details {
    display: flex;
    flex-direction: column;
}

.bf-v-d {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bf-v-d-title {
    color: #656565;
}

.bf-v-d-value {
    font-weight: 600;
}

.bf-button {
    margin-top: 20px;
}

.bf-interested-dialog {
    opacity: 0;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding: 20px 15px;
    transition: all 0.3s ease-in-out;
}

    .bf-interested-dialog.full-visibility {
        opacity: 1;
        overflow: auto;
    }

.bf-interest-close {
    margin: 5px 0 15px;
    text-align: right;
}

.bf-call-us-mob {
    display: none;
}

@media only screen and (max-width: 1400px) {
    #dvTopImgs_slider_nav img {
        max-height: 150px;
    }
}

@media only screen and (max-width: 1349px) {
    #dvTopImgs_slider_nav img {
        max-height: 145px;
    }
}

@media only screen and (max-width: 1299px) {
    #dvTopImgs_slider_nav img {
        max-height: 140px;
    }
}

@media only screen and (max-width: 1249px) {
    #dvTopImgs_slider_nav img {
        max-height: 140px;
    }

    #learMore .btn.btn-outlined {
        font-size: 20px;
    }

    #dvBlockIconButtons .btn-icon-block {
        min-width: 160px;
    }
}

@media only screen and (min-width: 1200px) {
    .media-frames {
        min-height: 650px;
    }
}

@media only screen and (max-width: 1199px) {
    .media-frames {
        min-height: 530px;
    }

    .veh-model-trim {
        font-size: 48px;
        line-height: 54px;
    }

    .veh-year-make {
        font-size: 36px;
        line-height: 44px;
    }

    .veh-location div, .veh-price div, .veh-mile div {
        margin-left: 28px;
        font-size: 26px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .veh-location span, .veh-price span, .veh-mile span {
        font-size: 24px;
        line-height: 32px;
    }

    .btn.btn-outlined {
        font-size: 16px;
        line-height: 22px;
    }

    #dvTopImgs_slider_nav img {
        max-height: 100px;
    }

    #dvBlockIconButtons .btn-icon-block {
        min-width: 140px;
    }
}

@media only screen and (max-width: 1149px) {
    #dvTopImgs_slider_nav img {
        max-height: 95px;
    }
}

@media only screen and (max-width: 1099px) {
    #dvTopImgs_slider_nav img {
        max-height: 90px;
    }
}

@media only screen and (max-width: 1049px) {
    #dvTopImgs_slider_nav img {
        max-height: 85px;
    }

    #btnTradeWorth {
        letter-spacing: 1px;
    }
}

@media only screen and (max-width: 1024px) {
    #aiClose {
        font-size: 60px;
        right: 10px;
    }
}



@media only screen and (min-width: 992px) {
    .dv-images-button .btn.btn-outlined {
        padding: 14px 30px;
    }

    .bf-dialog {
        display: none !important;
    }

    .bf-interested-dialog {
        position: fixed;
        right: 0;
        top: 0;
        left: unset;
        max-width: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .22);
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    .bf-interest-content {
        width: 0;
        opacity: 0;
        height: 100%;
        background: #fff;
        padding: 20px 15px;
        box-shadow: -3px 3px 10px rgba(0,0,0,0.3);
        transition: all 0.3s ease-in-out;
        overflow: auto;
    }

        .bf-interest-content::-webkit-scrollbar {
            width: 4px;
        }

        .bf-interest-content::-webkit-scrollbar-track {
            background-color: transparent;
            border-radius: 8px;
        }

        .bf-interest-content::-webkit-scrollbar-thumb {
            background-color: #c0c0c0;
            border-radius: 6px
        }

    .bf-interested-dialog.full-visibility {
        overflow: hidden;
    }

        .bf-interested-dialog.full-visibility .bf-interest-content {
            width: 700px;
            opacity: 1;
        }

    .bf-v-name {
        font-size: 24px;
        line-height: 32px;
    }

    .bf-v-trim {
        font-size: 18px;
    }

    .bf-terms {
        font-size: 18px !important;
    }

    .bf-payments {
        font-size: 24px !important;
        line-height: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .dv-interested.desktop {
        display: none !important;
    }

    .media-frames {
        min-height: 420px;
    }

    #searchContent {
        margin-top: 50px;
    }

    #learMore {
        margin-bottom: 50px;
    }

        #learMore .btn.btn-outlined:last-child {
            margin-top: 15px;
        }

    #startPurchase {
        margin: 50px 0;
    }

    .veh-info {
        padding: 0;
        margin-top: 30px;
    }

    .spec, .warranty {
        margin-right: 0;
    }

    #dvSimilarVehSlider .slick-next {
        right: -10px;
    }

    #dvSimilarVehSlider .slick-prev {
        left: -10px;
    }

    .dv-images-button .btn.btn-outlined {
        display: block;
    }

    .veh-buttons {
        margin-top: 80px;
    }

    #dvTopImgs_slider_nav img {
        max-height: 190px;
    }

    .dd_dropdown_menu_container {
        z-index: 1;
    }

    #cash_desc_col {
        display: none;
    }

    .cash_down_label {
        margin-top: 20px;
    }

    #btnTradeWorth {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    #PaymentCalculatorContent {
        background-color: #fff;
        padding: 15px;
    }

    #dvPaymentsTabContent {
        margin-top: 15px;
    }

    .dv-btn-change, .trade-selected-car {
        text-align: center;
    }

    #PaymentCalculatorContent {
        background-color: transparent;
        padding: 0;
    }

    #PaymentCalculator {
        background-color: #eff4f4;
        margin-top: 50px;
    }

    .VRM-title {
        font-size: 28px;
        line-height: 32px;
    }

    .dv-estimated-value {
        text-align: center;
    }

    .dv-final-trade-vehicle {
        margin-bottom: 20px;
    }

    #amt_msg {
        font-size: 32px;
        line-height: 40px;
    }

    #dvBlockIconButtons .btn-icon-block {
        min-width: 180px;
    }

    .veh-model-trim {
        font-size: 56px;
        line-height: 64px;
    }

    .veh-year-make {
        font-size: 40px;
        line-height: 48px;
    }

    .veh-location div, .veh-price div, .veh-mile div {
        font-size: 30px;
        line-height: 34px;
    }

    .veh-location span, .veh-price span, .veh-mile span {
        font-size: 26px;
        line-height: 34px;
    }

    .price-info {
        display: block;
    }

    #spCashPrice, #spFinancePrice {
        line-height: 1.3em;
        padding-left: 20px;
        font-size: 1.1em;
    }

    #additionalInfo {
        margin-top: 0;
    }
}

@media only screen and (max-width: 899px) {
    #dvTopImgs_slider_nav img {
        max-height: 175px;
    }
}

@media only screen and (max-width: 849px) {
    .veh-card {
        margin: 0 auto;
    }

    #dvTopImgs_slider_nav img {
        max-height: 155px;
    }
}

@media only screen and (max-width: 767px) {
    .bf-call-us-mob {
        display: block;
    }

    .bf-call-us-pc-tablet {
        display: none !important;
    }

    .media-frames {
        min-height: 330px;
    }

    #searchContent {
        margin-top: 40px;
    }

    .budget-slider .noUi-horizontal .noUi-handle {
        width: 24px;
        height: 24px;
        top: -7px;
    }


    .veh-buttons {
        margin-top: 70px;
    }

    .block-header-text {
        margin: 20px 0;
        text-align: center;
    }

    .dv-media {
        padding: 0 20px;
        margin-top: 80px;
        margin-bottom: 100px;
    }

    #media {
        background-color: #233746;
        margin-top: 60px;
    }

    #logo360 {
        width: 70px;
    }

    #additionalInfo {
        background-color: #fff8e8;
        padding: 40px 0 70px;
    }

    .all-image-header {
        padding: 20px 0;
    }

    .ai-title {
        font-size: 36px;
        line-height: 38px;
    }

    #aiClose {
        top: 30px;
    }

    .vd-value {
        font-size: 22px;
        line-height: 32px;
    }

    .block-header-text {
        font-size: 38px;
        line-height: 45px;
    }

    .veh-model-trim {
        font-size: 43px;
        line-height: 50px;
    }

    .veh-location div, .veh-price div, .veh-mile div {
        font-size: 26px;
        line-height: 34px;
        margin-left: 34px;
    }

    .veh-year-make {
        font-size: 32px;
        line-height: 45px;
    }

    #dvTopImgs_slider_for {
        margin-top: 30px;
    }

    .veh-buttons .btn.btn-outlined, .dv-images-button .btn.btn-outlined {
        margin-top: 15px;
        padding: 20px;
        font-size: 16px;
    }

    .dv-collapse {
        padding: 30px;
    }

        .dv-collapse label, .dv-collapse .form-control {
            font-size: 20px;
        }

        .dv-collapse input.form-control {
            height: 48px;
        }

        .dv-collapse .btn.btn-outlined {
            padding: 15px;
        }

    #badgesBy3, #badgesBy4 {
        margin-top: 15px;
    }

    .carfax-badge img {
        margin-bottom: 30px;
    }

    .vd-description, .vd-description p, .vd-description span {
        font-size: 18px !important;
        line-height: 24px;
    }

    #dvTopImgs_slider_nav img {
        max-height: 115px;
    }

    #dvPaymentHeaderItems {
        display: flex;
    }

    #mdDisclaimer .modal-title {
        font-size: 1.3em;
    }

    #mdVehicleRequest .form-group .form-control {
        font-size: 20px;
        line-height: 30px;
        border-radius: 4px;
    }

    #mdVehicleRequest .form-group input.form-control {
        height: 40px;
    }

    #mdVehicleRequest .form-group label {
        font-size: 20px;
        line-height: 22px;
    }

    #mdVehicleRequest .modal-body {
        padding: 20px 15px 0;
    }

    #dvTabs {
        margin-bottom: 15px;
    }

    #dvPaymentsTabContent {
        margin-top: 0;
    }

    #vehDetails {
        margin: 40px 0;
    }

    #vehicleDisplay {
        margin-top: 40px;
    }

    .icon-close {
        width: 38px;
    }

    #mdPriceBreakdown .modal-dialog {
        margin: 0;
    }

    #btnTradeIn {
        margin-top: 10px;
    }

    .summary_items,
    .summary_totals,
    .summary_pmnt_header,
    .step {
        padding: 20px;
    }

    #dvTradeVMR input[type="checkbox"] + label {
        font-size: 22px;
        line-height: 28px;
    }

    #dvTradeVMR .VMR-adjust-chk {
        width: 18px;
        height: 18px;
    }

    #dvDetails {
        display: block;
    }

    .dv-trade-final-view .dvBtnCol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .dv-trade-final-view .dvBtnCol .btn {
            display: inline;
            width: 49%;
            margin: 0 !important;
            margin-bottom: 5px !important;
        }

    #amt_msg {
        font-size: 28px;
        line-height: 36px;
    }

    #btnVideoTour {
        font-size: 14px;
        padding: 8px 12px;
    }

    #dv_video_tour {
        margin: 10px;
    }

    .dv-interested .form-group select.form-control {
        height: 45px;
    }

    .price-info {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 660px) {
    #dvBlockIconButtons .btn-icon-block {
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
}

@media only screen and (max-width: 600px) {
    #repairQuoteForm .krajee-default.file-preview-frame {
        width: 49%;
    }

        #repairQuoteForm .krajee-default.file-preview-frame .kv-file-content {
            height: 150px;
        }
}

@media only screen and (max-width: 599px) {
    #dvTopImgs_slider_nav img {
        max-height: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .media-frames {
        min-height: 250px;
    }

    .vc-title {
        font-size: 20px;
        line-height: 36px;
    }

    .btn.btn-outlined {
        letter-spacing: 4px;
    }

    #learMore .btn.btn-outlined {
        font-size: 16px;
        white-space: normal;
    }

    #dvSimilarVehSlider .slick-prev, #dvSimilarVehSlider .slick-next {
        width: 40px;
        height: 40px;
    }

        #dvSimilarVehSlider .slick-prev:before, #dvSimilarVehSlider .slick-next:before {
            font-size: 24px;
        }

    #similarVehicles {
        margin-bottom: 20px;
    }

    .s-icon img {
        max-width: 40px;
    }

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }

        .slick-prev:before, .slick-next:before {
            font-size: 24px;
        }



    .all-image-header {
        padding: 16px 0;
    }

    .ai-title {
        font-size: 30px;
        line-height: 32px;
    }

    #aiClose {
        font-size: 50px;
        top: 20px;
    }

    #badgesBy4 {
        display: none;
    }

    #badgesBy3 {
        display: block;
    }

    .spec-val span::before {
        content: ' ';
        position: absolute;
        left: -20px;
        width: 10px;
        height: 2px;
        background: #555555;
        top: 14px;
    }

    .spec-val span {
        float: none !important;
        display: block;
        margin-left: 30px;
        position: relative;
    }

    .dv-collapse {
        padding: 20px;
    }

    #dvTopImgs_slider_for .slick-prev {
        left: 10px;
    }

    #dvTopImgs_slider_for .slick-next {
        right: 10px;
    }

    #btnTradeWorth {
        letter-spacing: 3px;
    }

    .block-header-text {
        font-size: 34px;
        line-height: 40px;
    }

    #repairQuoteForm .file-error-message ul li {
        font-size: 16px;
        line-height: 18px;
    }

    .final-trade-selected-carname {
        font-size: 24px;
        line-height: 28px;
    }

    .final-vmr-value {
        font-size: 50px;
        line-height: 60px;
    }

    .ev-title {
        font-size: 30px;
        line-height: 36px;
    }

    #dvTradeForm .form-group label, #dvTradeForm .form-control {
        font-size: 22px;
        line-height: 28px;
    }

    #dvTrades .form-control {
        height: 42px;
    }

    .trade-offer-title {
        font-size: 36px;
        line-height: 46px;
    }

    .trade-selected-car {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    #md_ssl, #md_refundable {
        float: none;
    }

    #md_box_body {
        margin-top: 30px;
    }

    #md_ssl {
        margin-top: 5px;
    }

    #md_box {
        padding: 30px 20px;
    }

    #md_heading {
        padding: 10px 0;
    }

    .bf-interest-content .form-group label,
    .bf-interest-content .form-group .form-control {
        font-size: 22px;
        line-height: 28px;
    }

    .io-form {
        padding: 20px;
    }
}

@media only screen and (max-width: 549px) {
    #dvTopImgs_slider_nav img {
        max-height: 90px;
    }
}

@media only screen and (max-width: 499px) {
    #dvTopImgs_slider_nav img {
        max-height: 80px;
    }

    .pmt_term_details {
        font-size: 14px;
    }

    .pmnt_decimal {
        font-size: 1.8em;
        line-height: 1.1em;
    }

    .pmnt_sign, .pmnt_cent {
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .cash_down_label {
        font-size: 20px;
        line-height: 44px;
        margin-top: 10px;
    }

    .summary_item.total .pmnt_decimal {
        font-size: 2.2em;
    }

    .summary_item.total .pmnt_sign, .summary_item .pmnt_cent {
        font-size: 1em;
        line-height: 1.5em;
    }

    .dd_control {
        padding: 6px 40px 6px 14px;
    }

    #ddFrequency .dd_control {
        width: 140px;
    }

    .summary {
        border-radius: 10px;
    }

    .summary_totals, .summary_items, .summary_pmnt_header {
        padding: 20px;
    }

    .price-breakdown-link {
        font-size: 14px;
        line-height: 24px;
    }

    .step {
        flex-direction: column;
        text-align: center;
    }

    .s-widget {
        margin-top: 20px;
        width: 100%;
    }

    .VRM-title {
        font-size: 26px;
        line-height: 30px;
    }

    #dvMakeDeposit .dv-button {
        text-align: center;
    }

    #md_ssl_footer {
        line-height: 40px;
    }

    #md_choose_header {
        font-size: 18px;
    }

    #dvMakeDeposit .dv-button .btn {
        width: 100%;
        display: block;
        margin: 5px 0 0 0;
    }

    #dvTabs .nav-tabs > li > a {
        font-size: 22px;
        line-height: 26px;
        padding: 8px 12px;
    }

    .vd-value {
        font-size: 20px;
        line-height: 30px;
    }

    .vd-label {
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 450px) {
    .media-frames {
        min-height: 190px;
    }


    #logo360 {
        width: 60px;
    }

    .vd-value {
        margin-bottom: 20px;
    }

    .add-info {
        padding: 16px 0;
    }

    .add-info-head {
        font-size: 24px;
        line-height: 26px;
    }

    .btn.btn-outlined {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 4px;
        padding: 12px 12px;
    }


    .large-img {
        margin-bottom: 3px;
    }

    .dv-media {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 60px;
    }

    #media {
        margin-top: 30px;
    }

    .slick-prev, .slick-next {
        width: 32px;
        height: 36px;
        border-radius: 3px;
    }

    .return a {
        font-size: 22px;
        line-height: 48px;
    }

    .return {
        margin: 30px 0;
    }

    #mdVehicleRequest .modal-footer button.btn {
        display: block;
        width: 100%;
        margin: 0;
    }

        #mdVehicleRequest .modal-footer button.btn + button.btn {
            margin-top: 5px;
        }

    .pb-group-item-desc {
        font-size: 14px;
        line-height: 18px;
    }

        .pb-group-item-desc.tot {
            font-size: 18px;
        }

    .pb-collapse-icon {
        font-size: 18px;
    }

    .pb-group-header {
        font-size: 20px;
        line-height: 22px;
        margin: 20px 0;
    }

    .dv-include-taxes label {
        font-size: 14px;
    }

    #cash_pb_chk_include_taxes {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }

    .pb-body {
        padding: 25px 15px;
    }

    .pb-sub-amount {
        font-size: 20px;
        line-height: 26px;
    }

    .pb-sub-sm {
        font-size: 14px;
        line-height: 18px;
    }

    .btn-title {
        margin-top: 0;
    }

    .veh-model-trim {
        font-size: 38px;
        line-height: 46px;
    }

    #vehInfoBox {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 10px 15px;
    }

    #spCashPrice, #spFinancePrice {
        padding-left: 10px;
    }
}


@media only screen and (max-width: 449px) {
    #dvTopImgs_slider_nav img {
        max-height: 65px;
    }
}

@media only screen and (max-width: 420px) {
    .price-info {
        font-size: 22px;
        line-height: 32px;
    }

    .veh-location div, .veh-price div, .veh-mile div {
        font-size: 24px;
        line-height: 32px;
        margin-left: 30px;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .veh-location span, .veh-price span, .veh-mile span {
        font-size: 24px;
        line-height: 30px;
    }

    #dvTabs .nav-tabs > li > a {
        font-size: 20px;
        line-height: 24px;
        padding: 6px 10px;
    }
}

@media only screen and (max-width: 400px) {
    #repairQuoteForm .krajee-default.file-preview-frame {
        width: 100%;
    }

        #repairQuoteForm .krajee-default.file-preview-frame .kv-file-content {
            height: 150px;
        }

    #dvBlockIconButtons {
        display: block;
    }

        #dvBlockIconButtons .btn-icon-block {
            min-width: unset;
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

            #dvBlockIconButtons .btn-icon-block + .btn-icon-block {
                margin-top: 5px;
            }
}

@media only screen and (max-width: 399px) {
    #dvTopImgs_slider_nav img {
        max-height: 55px;
    }

    .summary_item.total .pmnt_decimal {
        font-size: 1.8em;
    }

    .summary_item.total .pmnt_sign, .summary_item .pmnt_cent {
        font-size: 0.9em;
        line-height: 1.4em;
    }

    #dvTabs .nav-tabs > li > a {
        padding: 6px 8px;
    }

    #dvPaymentHeaderItems {
        display: block;
    }

        #dvPaymentHeaderItems > div {
            display: block;
            width: 100%;
        }

    #ddFrequency {
        float: none !important;
        margin-top: 10px;
    }

        #ddFrequency .dd_control {
            width: 100%;
        }

    .pb-group-item-desc.tot {
        font-weight: 500;
        font-size: 16px;
    }

    .pb-group-header {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }

    .pb-group-item {
        padding: 15px;
    }

    .pb-title {
        font-size: 20px;
        line-height: 26px;
    }

    .pb-sub-amount {
        font-size: 18px;
        line-height: 24px;
    }

    .summary_items,
    .summary_totals,
    .summary_pmnt_header,
    .step {
        padding: 15px;
    }

    .step, .summary {
        border-radius: 6px;
    }

    .final-trade-selected-carname {
        font-size: 20px;
        line-height: 24px;
    }

    .final-vmr-value {
        font-size: 44px;
        line-height: 52px;
    }

    .ev-title {
        font-size: 26px;
        line-height: 32px;
    }

    .dv-trade-final-view .dvBtnCol .btn {
        display: block;
        width: 100%;
        margin: 0 !important;
        margin-bottom: 5px !important;
    }

    .dv-trade-final-view .dvBtnCol {
        display: block;
    }

    .btn-title {
        letter-spacing: 2px;
    }
}


@media only screen and (max-width: 370px) {
    .price-info {
        font-size: 24px;
        line-height: 32px;
    }

    #spCashPrice, #spFinancePrice {
        font-size: 1em;
    }

    #dvTabs .nav-tabs > li > a {
        font-size: 18px;
        line-height: 22px;
    }
}


@media only screen and (max-width: 350px) {
    .media-frames {
        min-height: 140px;
    }

    .title {
        font-size: 24px;
        line-height: 26px;
    }

    .vc-title {
        font-size: 18px;
        line-height: 34px;
    }

    .veh-model-trim {
        margin-bottom: 10px;
    }



    #learMore {
        margin-bottom: 20px;
    }

    #startPurchase {
        margin: 30px 0;
    }

    .veh-card {
        max-width: 240px;
        margin: 0 20px;
    }

    #logo360 {
        width: 50px;
    }

    .add-info-head {
        font-size: 20px;
        line-height: 22px;
    }

    .s-icon img {
        max-width: 34px;
    }

    #aiClose {
        font-size: 40px;
        top: 20px;
    }

    .ai-title {
        font-size: 26px;
        line-height: 28px;
    }

    #dvSimilarVehSlider .slick-prev, #dvSimilarVehSlider .slick-next {
        width: 30px;
        height: 30px;
    }

        #dvSimilarVehSlider .slick-prev:before, #dvSimilarVehSlider .slick-next:before {
            font-size: 20px;
        }

    .veh-buttons .btn.btn-outlined, .dv-images-button .btn.btn-outlined {
        padding: 16px;
        font-size: 14px;
    }

    #btnTradeWorth {
        margin-top: 10px;
        letter-spacing: 2px;
    }

    .trade-offer-title {
        font-size: 30px;
        line-height: 40px;
    }

    .ev-title {
        font-size: 24px;
        line-height: 28px;
    }

    .final-vmr-value {
        font-size: 38px;
        line-height: 50px;
    }

    #amt_msg {
        font-size: 26px;
        line-height: 34px;
    }

    #addMoreTradesMsg .dvBtnCol .btn {
        display: block;
        width: 100%;
        margin: 0;
    }

        #addMoreTradesMsg .dvBtnCol .btn + .btn {
            margin-top: 5px;
        }
}

@media only screen and (min-width: 321px) and (max-width: 349px) {
    .pmt_frequency {
        font-size: 0.7em;
        line-height: 1.6em;
    }

    .pmt_term_details {
        font-size: 12px;
        line-height: 14px;
    }

    .pmnt_sign, .pmnt_cent {
        font-size: 0.7em;
        line-height: 1em;
    }

    .pmnt_decimal {
        font-size: 1.4em;
        line-height: 0.8em;
    }
}

@media only screen and (max-width: 349px) {
    #dvTopImgs_slider_nav img {
        max-height: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .media-frames {
        min-height: 120px;
    }

    .vd-value {
        font-size: 20px;
        line-height: 28px;
    }

    .vd-label {
        font-size: 18px;
        line-height: 22px;
    }

    .vd-description, .vd-description p, .vd-description span {
        font-size: 16px !important;
        line-height: 24px;
        margin-top: 10px;
    }

    .block-header-text {
        font-size: 32px;
        line-height: 40px;
    }

    .veh-model-trim {
        font-size: 36px;
        line-height: 45px;
    }

    .veh-year-make {
        font-size: 28px;
        line-height: 33px;
    }

    .veh-location div, .veh-price div, .veh-mile div {
        font-size: 24px;
        line-height: 32px;
    }

    .vnuo {
        padding: 2px 16px;
        font-size: 20px;
        line-height: 34px;
    }

    .dv-collapse label, .dv-collapse .form-control {
        font-size: 18px;
        line-height: 26px;
    }

    .return a {
        font-size: 20px;
        line-height: 45px;
    }

    #btnTradeWorth {
        letter-spacing: 0.3px;
        padding: 10px 8px;
    }

    .btn.btn-outlined {
        letter-spacing: 2px;
    }

    #mdVehicleRequest .form-group label {
        font-size: 18px;
        line-height: 22px;
    }

    .col-xxxs {
        width: 100%;
    }

    .trade-offer-title {
        font-size: 26px;
        line-height: 36px;
    }

    .final-trade-selected-carname {
        font-size: 18px;
        line-height: 20px;
    }

    .dv-final-tax-savings, .firm-offer-text {
        font-size: 18px;
        line-height: 24px;
    }

    #dvTradeForm .form-group label, #dvTradeForm .form-control {
        font-size: 20px;
        line-height: 24px;
    }

    .trade-selected-car {
        font-size: 20px;
        line-height: 26px;
    }

    .dv-certified-used {
        width: 166px;
    }
}

@media only screen and (max-width: 299px) {

    #dvTopImgs_slider_nav img {
        max-height: 35px;
    }
}

