﻿





.font-roboto {
    font-family: 'Roboto', 'Poppins', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', 'Poppins', sans-serif;
}

.modal {
    overflow-y: auto;
}


.webuy {
    color: #FF2841;
    font-weight: 600;
}

#btnVirtualAppraisal {
    border: none;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 10px 20px;
    text-decoration: none;
}


.bg-primary {
    background-color: #fff;
    color: #000;
}

#navTop {
    border-bottom: 1px solid #DEE1E3;
}


#wrapper {
    /* margin-top: -10px; */
}

/*#mainHeader.sticky ~ #wrapper {
    margin-top: 74px;
}
*/



 .inline_section_wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.text_section__cta {
    min-width: 100%;
    margin-bottom: 2rem;
}
.service-card {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}
.service-card {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}





#dvSearch {
    display: flex;
    align-content: center;
    height: 46px;
    padding: 0 0 0 46px;
    position: relative;
    z-index: 1;
}




#btnSearch, #btnCloseSearch, #btnCloseSearch2 {
    position: absolute;
    color: #ffffff;
    display: block;
    font-size: 24px;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-decoration: none;
    transition: all .2s;
}

#dvSearch:not(.expanded) #btnSearch:hover {
    color: #ffb71b !important;
}

#btnCloseSearch:hover {
    color: #ffb71b !important;
}

#btnCloseSearch2 {
    display: none;
}

#btnSearch {
    z-index: 2;
}

#dvSearch.expanded #btnSearch {
    right: 446px;
    background: #364756;
}

#btnCloseSearch {
    opacity: 0;
    font-size: 28px;
}

#dvSearch.expanded #btnCloseSearch {
    opacity: 1;
    z-index: 1;
    background: #364756;
}

#searchForm {
    flex: 1;
}

#txtSearch {
    position: absolute;
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 18px;
    width: 0;
    transition: width .2s,padding .2s, opacity .2s;
    height: 46px;
    right: 0;
    opacity: 0;
}

#dvSearch.expanded #txtSearch {
    width: 400px;
    padding: 0 30px;
    background: #364756;
    right: 46px;
    opacity: 1;
}

#topMenus {
    opacity: 1;
    transition: opacity 1s;
}

    #topMenus.menu-hidden {
        opacity: 0;
        pointer-events: none;
        transition: opacity .2s;
    }





#globalSearch {
    position: relative;
}

#searchResult {
    position: absolute;
    right: 0;
    top: 48px;
    background-color: #ffffff;
    padding: 20px 0;
    z-index: 11;
    width: 1000px;
    max-width: 80vw;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .20);
    border-radius: 8px;
    border-top-right-radius: 0;
    display: none;
}

.results-container {
    display: flex;
}

#otherResutls {
    display: block;
    padding: 0 20px;
    flex: 1;
}

#inventoryResult {
    display: block;
    position: relative;
    padding: 0 20px;
    flex: 1.8;
    min-height: 500px;
    max-width: 50vw;
}

    #inventoryResult::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 100%;
        transform: translateY(-50%);
        width: 2px;
        background-color: #d2d2d2;
    }

/*CARDS*/
#vehList {
    margin-left: -6px;
    margin-right: -6px;
}

    #vehList [class^="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }

.v-card-container {
    width: 50%;
    display: inline-block;
    padding: 0 6px;
}

.v-card {
    border: 1px solid #000000;
    border-radius: 5px;
    margin-top: 6px;
    overflow: hidden;
}

    .v-card .v-card-title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        background: #ffb71b;
        font-family: Roboto, 'Montserrat', sans-serif;
    }

    .v-card.used .v-card-title {
        background: #3BC2B1;
    }


    .v-card .v-card-img {
        text-align: center;
        font-size: 18px;
    }

        .v-card .v-card-img img {
            color: #010207;
            width: 100%;
            min-height: 200px;
            object-fit: cover;
            user-select: none;
        }

.v-card-info {
    padding: 0 15px;
    margin-top: 10px;
}

    .v-card-info .v-year-make {
        color: #010207;
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        letter-spacing: 1px;
        font-family: Roboto, 'Montserrat', sans-serif;
    }

    .v-card-info .v-model {
        color: #000000;
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 0;
        font-family: Roboto, 'Montserrat', sans-serif;
        font-weight: 400;
        margin-bottom: 4px;
    }

    .v-card-info .v-location span, .v-card-info .v-price span {
        float: left;
        font-size: 20px;
        line-height: 26px;
        color: #000000;
    }

    .v-card-info .v-price span {
        font-size: 18px;
        line-height: 24px;
    }

    .v-card-info .v-location div, .v-card-info .v-price div {
        margin-left: 22px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 300;
        font-family: Roboto, 'Montserrat', sans-serif;
        margin-bottom: 10px;
        color: #010207;
    }

.v-card .view-details {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 15px;
}

    .v-card .view-details .btn.btn-outlined {
        font-size: 14px;
        padding: 10px 18px;
        border: 1px solid #000000;
        letter-spacing: 5px;
    }
/*CARDS END*/

.loc {
}

    .loc a {
        text-decoration: none !important;
        color: #FF2841;
        transition: all .2s;
        font-size: 20px;
        line-height: 38px;
        font-weight: 300;
        /*font-family: Roboto, Poppins, sans-serif;*/
    }

        .loc a:hover, .loc a:active, .loc a:focus {
            color: #010207;
        }

.view-all {
    margin-top: 20px;
}

    .view-all a {
        margin-top: 30px;
        color: #FF2841;
        text-decoration: none !important;
        transition: all .2s;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
        /*font-family: Roboto, Poppins, sans-serif;*/
    }

        .view-all a:hover, .view-all a:active, .view-all a:focus {
            color: #010207;
        }

.loader-container {
    display: none;
}

#inventoryResult .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.loader {
    text-align: center;
    font-weight: 300;
    color: #ccc;
    font-size: 16px;
}

#searchResult .no-result {
    font-weight: 300;
    color: #010207;
    font-size: 16px !important;
}

#vehList .no-result {
    padding: 0 6px;
}

/*#mainNav .nav-mobile li {
    width: 56px;
}*/


    #startTyping {
        display: none;
        font-size: 18px;
        font-weight: 300;
        color: #8a8a8a;
        padding: 20px 50px;
    }

    .clearFix {
        clear: both;
    }
    /* CUSTOM DROPDOWN SELECT */
    .dd_container {
        position: relative;
        border-radius: 10px;
        flex: 1;
    }

        .dd_container + .dd_container {
            margin-left: 14px;
        }

    .dd_control {
        background: #ffffff;
        color: #010207;
        padding: 6px 50px 6px 14px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 38px;
        height: 50px;
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

        .dd_control .dd_val {
            font-size: 18px;
            line-height: 38px;
            color: #010207;
        }

        .dd_control .fa {
            line-height: 38px;
            transition: transform .2s;
            position: absolute;
            right: 15px;
            z-index: 1;
        }

    .dd_container.open .dd_control .fa {
        transform: rotate(180deg);
        color: #40b8a2;
    }

    .dd_dropdown_menu_container {
        position: absolute;
        background: #ffffff;
        list-style: none;
        margin: 0;
        width: 100%;
        top: 45px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        z-index: 1;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: height .3s ease;
        pointer-events: auto;
    }

    .dd_container:not(.open) .dd_dropdown_menu_container {
        height: 0 !important;
        pointer-events: none;
    }

    .dd_dropdown_menu_content {
        position: absolute;
        top: 5px;
        left: 0;
        margin: 0;
        width: 100%;
    }

        .dd_dropdown_menu_content::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #ccc;
            left: 0;
            top: 0;
            z-index: 1;
        }

    .dd_dropdown_menu {
        list-style: none;
        margin: 0;
        width: 100%;
        max-height: 352px;
        overflow: auto;
    }



        .dd_dropdown_menu li:first-child {
            margin-top: 2px;
        }

        .dd_dropdown_menu li.active {
        }


        .dd_dropdown_menu li a {
            display: block;
            text-decoration: none;
        }

        .dd_dropdown_menu li .chk_container {
            position: relative;
        }

        .dd_dropdown_menu li.chk_body_style .chk_container {
            background-color: #f1f1f1;
        }

        .dd_dropdown_menu li input[type="checkbox"] {
            display: none;
        }

        .dd_dropdown_menu li label, .dd_dropdown_menu li .dd_option {
            display: block;
            font-size: 18px;
            margin: 0;
            font-weight: 400;
            color: #010207;
            cursor: pointer;
            padding: 10px 14px;
            transition: all .2s;
        }

            .dd_dropdown_menu li label:hover, .dd_dropdown_menu li .dd_option:hover {
                color: #40b8a2;
            }

            .dd_dropdown_menu li .dd_option.active {
                color: #40b8a2;
            }

            .dd_dropdown_menu li label .chk_icon {
                line-height: 23px;
                color: #40b8a2;
                display: none;
            }

        .dd_dropdown_menu li input[type="checkbox"]:checked ~ label .chk_icon {
            display: block;
        }

        .dd_dropdown_menu li input[type="checkbox"]:checked ~ label {
            color: #40b8a2;
        }

        .dd_dropdown_menu li.active a {
        }

    .dd_widget {
        display: flex;
        padding: 12px 14px;
        align-items: center;
    }

        .dd_widget a {
            flex: 1;
            font-size: 18px;
            text-decoration: none !important;
        }

            .dd_widget a + a {
                margin-left: 10px;
            }

    .dd_dropdown_menu li:not(:first-child), .dd_widget {
        border-top: 1px solid #e3e3e3;
    }

    .btn-reset {
        color: #40b8a2;
        transition: all .2s;
    }

        .btn-reset:focus, .btn-reset:active {
            color: #40b8a2;
        }

        .btn-reset:hover {
            color: #010207;
        }

    .btn-apply {
        text-align: center;
        border-radius: 30px;
        padding: 10px 16px !important;
    }

    .modal-header button {
        font-size: 36px;
        font-weight: 300;
    }

    .btn.btn-outlined.btn-danger {
        background-color: #e91a1a;
        color: #fff;
        border-color: #e91a1a;
    }

        .btn.btn-outlined.btn-danger:hover {
            background-color: #fff;
            color: #e91a1a;
        }

    .btn.btn-outlined.btn-default {
        color: #000000;
        background-color: #ffffff !important;
        border: 2px solid #000000;
    }

        .btn.btn-outlined.btn-default:hover {
            color: #fff;
            background-color: #000000 !important;
            border: 2px solid #000000;
        }

    .btn.btn-outlined.btn-xs {
        padding: 8px 16px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 2px;
        font-weight: 400;
        border-radius: 3px;
        border-width: 1px !important;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #000000;
    }

    .dvUserAlerts {
        position: relative;
        z-index: 3;
        user-select: none;
        color: #ffffff;
        border-radius: 0;
        background-color: transparent;
        font-size: 18px;
        padding: 12px 15px;
        transition: all .2s;
        padding: 30px 15px;
        cursor: pointer;
    }

    .show-mobile-search .dvUserAlerts {
        display: none;
    }
    /*.dvAlertIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    cursor: pointer;
}*/
    /*  .dvAlertIcon:hover .alertIcon {
        color: #ffb71b !important;
    }
*/
    .alertIcon {
        font-size: 24px;
        position: relative;
        transition: all .2s;
    }

        .alertIcon.alertIcon_mob {
            font-size: 26px;
        }

    .spAlertIcon.notify {
        animation: notify 1s infinite;
    }

    .spAlertCount {
        position: absolute;
        top: -6px;
        right: -18px;
        background: #ffb71b !important;
        color: #ffffff !important;
        font-family: 'Roboto';
        font-weight: 500;
        display: none;
    }

    .dvLstAlerts {
        position: absolute;
        right: 0;
        top: 58px;
        display: block;
        width: 360px;
        background: #ffffff;
        z-index: 1;
        box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
        border-radius: 6px;
        /*overflow: hidden;*/
    }

    .lst_alerts_title {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 20px;
        border-bottom: 1px solid #ccc;
        color: #222;
    }

        .lst_alerts_title ul li {
            width: 100% !important;
        }

    .lst_alerts {
        max-height: 50vh;
        overflow: auto;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

        .lst_alerts::-webkit-scrollbar {
            width: 5px;
        }

        .lst_alerts::-webkit-scrollbar-thumb {
            background-color: #9d9d9d;
            border-radius: 13px;
        }

        .lst_alerts::-webkit-scrollbar-track {
            background-color: #E0E3E4;
            border-radius: 13px;
        }

    .qa {
        display: block;
        padding: 10px 0;
        position: relative;
        font-family: 'Roboto';
        color: #000000 !important;
        transition: all .2s;
    }

        .qa + .qa {
            border-top: 1px solid #ededed;
        }

            .qa + .qa.unread {
                border-top: 1px solid #ffffff;
            }

        .qa.unread + .qa:hover {
            border-top: 1px solid #ffffff;
        }
        /*    .qa:first-child {
        padding-top: 20px;
    }*/

        .qa:last-child {
            padding-bottom: 20px;
        }

        .qa.unread {
            background: #ededed;
        }
    /*   .qa:not(.unread):hover {
        background: #ededed;
    }*/

    .qa-message {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Roboto';
    }

    .qa-quoted-vehicle {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
        font-style: italic;
    }

    .qa-quoted-dealer {
        font-size: 12px;
        line-height: 14px;
        margin-top: 6px;
        font-style: italic;
        color: #FF2841;
    }

    .qa.qa-empty {
        font-size: 16px;
        line-height: 18px;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #6a6a6a !important;
        background-color: #ffffff;
        text-align: center;
        font-style: italic;
    }

    .qa-time {
        text-align: right;
        font-size: 10px;
        margin-top: 0;
        padding: 0 15px;
    }

    .qa-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .qa-body {
        flex: 1;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none !important;
    }

    .qa-widget {
        padding-right: 15px;
    }

        .qa-widget .qa-icon-delete {
            opacity: 0;
            transition: all .2s;
            padding: 10px;
            font-size: 22px;
        }

    .qa:hover .qa-widget .qa-icon-delete {
        opacity: 1;
    }

    .qa-widget .dropdown-menu.qa-dropdown-menu li {
        padding: 10px 20px;
    }

        .qa-widget .dropdown-menu.qa-dropdown-menu li:hover {
            background: #ebebeb !important;
        }

    .qa-widget .dropdown-menu.qa-dropdown-menu {
        left: auto !important;
        right: 40px !important;
        top: 34px;
        background: #ffffff !important;
        padding: 0 !important;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
        border-radius: 4px !important;
        border: 1px solid rgba(0,0,0,.15) !important;
    }

    .lst_alerts_title ul.dropdown-menu {
        background: #ffffff !important;
        top: 90% !important;
        padding: 0 !important;
        border: none !important;
    }

        .lst_alerts_title ul.dropdown-menu > li:hover {
            background: #ebebeb !important;
        }

        .lst_alerts_title ul.dropdown-menu > li {
            padding: 8px 18px !important;
            font-size: 14px !important;
            color: #000000 !important;
        }

            .lst_alerts_title ul.dropdown-menu > li > span {
                font-size: 16px !important;
                font-weight: 400 !important;
                margin-right: 3px !important;
            }

    .lst_alerts_title ul.dropdown-menu {
        left: auto !important;
        right: 0 !important;
        border: none !important;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .18) !important;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .18) !important;
        border-radius: 4px !important;
        border: 1px solid rgba(0,0,0,.15) !important;
    }

    .account_icon {
        font-size: 24px;
        transition: all .2s;
    }

    .vdp-header ul.nav {
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .vh-info {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }

    .vh-img-container {
        margin-right: 20px;
    }

    .vh-img {
        width: 50px;
        height: 50px;
        overflow: hidden;
        object-fit: cover;
        border-radius: 50%;
    }

    .vh-veh-name {
        font-size: 24px;
        line-height: 26px;
        font-weight: 500;
    }

    .vh-price-container {
        margin-top: 6px;
        text-align: right;
    }

    .vh-price {
        font-size: 24px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 0.6px;
    }

    .vh-price-sp {
        font-size: 18px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 200;
        letter-spacing: 0.4px;
    }

    .vh-mileage {
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 200;
        letter-spacing: 0.8px;
    }

    .btn.btn-outlined.btn-sm.btn-sticky {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .btn.btn-outlined.btn-sm.btn-sticky:hover {
            border-color: #ffffff;
        }

    #mainNav .vdp-header .my-account-menu a {
        padding-right: 0;
    }

    .dv-err {
        color: #dc2f2f;
        font-weight: 300;
        font-family: Roboto, 'Montserrat', sans-serif;
        margin-top: 10px;
    }

    #txtMessage {
        resize: none;
        width: 400px;
        min-height: 100px;
        padding: 5px;
        overflow: hidden;
        box-sizing: border-box;
    }


    #mdNotificationSettings .modal-title {
        color: #fff;
    }

    #mdNotificationSettings .form-group .form-control {
        font-size: 24px;
        line-height: 33px;
        border: 1px solid #ccc;
        color: #2e363f;
    }

    #mdNotificationSettings .form-group label {
        font-size: 24px;
        line-height: 33px;
    }

    #dvNotifTitle {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    #dvSettings input.form-control {
        display: none;
        height: 50px;
    }

    #dvSettings input[type="checkbox"] {
        margin-top: 6px;
        width: 20px;
        height: 20px;
    }

        #dvSettings input[type="checkbox"]:checked ~ label {
            cursor: pointer;
        }

        #dvSettings input[type="checkbox"]:checked ~ input.form-control {
            display: block;
        }

    #btnSaveQuoteSticky {
        margin-left: 20px;
    }
    /*NOUI SLIDER OVERRIDE*/
    .slider .noUi-target {
        border: none;
        box-shadow: none;
        height: 3px;
    }

    .slider .noUi-base, .noUi-connects {
        background: #DDE0E2;
        border-radius: 10PX;
        width: 100%;
        margin: 0;
    }

    .slider .noUi-horizontal .noUi-handle {
        width: 18px;
        height: 18px;
        right: -9px;
        top: -8px;
        border-radius: 50%;
        border: 2px solid #253745;
    }

    .slider .noUi-connect {
        background: #FF2841;
    }

    .slider .noUi-handle:after, .noUi-handle:before {
        display: none;
    }
    /*NOUI SLIDER OVERRIDE*/

    .font-light {
        font-weight: 300;
    }

    #mdVideoTour {
        background-color: rgba(0,0,0,.76);
    }

        #mdVideoTour .modal-dialog {
            margin: 0;
            padding: 0 10px;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }

        #mdVideoTour .modal-content.noborder {
            border-radius: 0 !important;
            pointer-events: all;
        }

    #mdVideoTourClose {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 26px;
        font-size: 20px;
        color: #ffffff;
        height: 50px;
        width: 50px;
        border: 2px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s;
    }

        #mdVideoTourClose:hover {
            color: #e4e4e4;
            border-color: #e4e4e4;
        }

    .flip-x {
        -moz-transform: scale(-1, 1);
        -webkit-transform: scale(-1, 1);
        -o-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .flip-y {
        -moz-transform: scale(1, -1);
        -webkit-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    }



    .dt-picker-custom {
        position: relative;
        font-size: 14px;
    }

        .dt-picker-custom .dt-picker-input[readonly] {
            background: #ffffff;
            cursor: pointer;
        }

        .dt-picker-custom .dt-picker {
            position: absolute;
            top: 60px;
            left: 0;
            background: #fff;
            display: flex;
            justify-content: center;
            z-index: 6;
        }

            .dt-picker-custom .dt-picker.invisible {
                visibility: hidden !important;
                pointer-events: none !important;
            }

                .dt-picker-custom .dt-picker.invisible * {
                    visibility: hidden !important;
                    pointer-events: none !important;
                }

        .dt-picker-custom .datepicker-inline {
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            width: auto;
            padding: 10px;
        }

    #wrapper {
        overflow: visible;
    }

    .semi-container {
        width: 100%;
        max-width: 1600px !important;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    h6.modal-title {
        color: #fff !important;
    }

    .text-teal {
        color: #FF2841;
    }

 /*  New Home-page*/



 /*   FOOTER*/

    /* Maps*/
#mainFooter, #mainFooter p{
    font-size:16px;
    
}

#mainFooter .gmaps-full-height {
    max-height: 100%;
    height: 100%;
}

    #mainFooter .gmaps-wrapper {
        display: flex;  
        flex-flow: row wrap;
        width: 100%;
        align-items: flex-start;
    }
        #mainFooter .gmaps-wrapper .gmaps-static.is-footer, .gmaps-wrapper .map-sidebar.is-footer {
            box-shadow: none;
        }
        #mainFooter .gmaps-wrapper .gmaps-static {
            cursor: pointer;
            background-position: 50%;
            position: relative;
        }

            #mainFooter .gmaps-wrapper .gmaps-static .gmaps-anchor {
                top: 50%;
                left: 50%;
            }

        #mainFooter .gmaps-wrapper .gmaps-anchor {
            position: absolute;
            bottom: 8px;
        }

            #mainFooter .gmaps-wrapper .gmaps-anchor:after {
                content: "";
                position: absolute;
                top: -1px;
                left: 0;
                transform: translate(-50%);
                width: 0;
                height: 0;
                border-left: .8rem solid transparent;
                border-right: .8rem solid transparent;
                border-top: .8rem solid #e3173e;
            }

        #mainFooter .gmaps-wrapper .gmaps-content {
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-50%, -100%);
            background-color: #fff;
            border-radius: 5px;
            font-family: sans-serif;
            overflow-y: auto;
            box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .1);
            white-space: nowrap;
        }

            #mainFooter .gmaps-wrapper .gmaps-content .button {
                margin: 0;
                font-size: 14px;
                max-width: 30rem;
                position: relative;
                font-weight: 600;
            }
                #mainFooter .gmaps-wrapper .gmaps-content .button:after {
                    margin-left: 1.4rem;
                }


    

    /*Maps End*/


    #mainFooter .footer-desktop {
        display: flex;
    }
    #mainFooter .footer-mobile {
           display:none;
    }
    #mainFooter .footer-main {
        position: relative;
        background: #f4f4f4;
        padding: 2.8rem 0;
    }

        #mainFooter .footer-main .footer-content {
            min-width: 320px;
        }

        #mainFooter .footer-main .row {
           flex-wrap:nowrap;
        }
            #mainFooter .footer-main .row.mb-xl { 
                margin-bottom: 2.5rem !important;
            }

        #mainFooter .footer-main .col {
            display: flex;
            flex: 1 1 auto;
            max-width: 100%;
        }


        #mainFooter .footer-main .footer-title {
            font-size: 19px;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 3rem;
            min-width: 12.5rem;
            line-height: 2rem;
        }

      
            #mainFooter .footer-main .contact-block > i {
                color: #333 !important;
            }

            #mainFooter .hours-tabs {
                max-width:80px;
            }
        #mainFooter .footer-main .footer-content-hours, .footer-content-hours .footer-hours {
            display: flex !important;
           
        }
    #mainFooter .hours-tabs .hours-nav-tabs:not(:last-child):after {
        background-color:transparent;
    }

          

      

        #mainFooter .footer-main p.footer-address {          
            width: 200px;
            line-height: 25px;
            margin-bottom:20px;
        }

        #mainFooter .footer-main .col > .footer-content > .button {         
            text-decoration: none !important;
        }

    #mainFooter .footer-social {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #mainFooter .social-block {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -.4rem;
    }

    #mainFooter .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 1.6rem;
        height: 1.6rem;
        transition: background .2s, color .2s;
    }

    #mainFooter .social-block .social-icon {
        margin: .4rem;
    }

    #mainFooter .social-icon-light {
        color: #333;
        background: #bbb;
    }
    #mainFooter .footer-lower {
        background: #bbb;
        padding: 1rem 0;
        text-align: center;
    }

    #mainFooter .footer-lower-content {
        display: flex;
        align-items: center;
        flex-wrap:wrap;
    }

    #mainFooter .footer-lower-img {
        margin-left: 0;
        margin-right: auto;
    }

    #mainFooter .footer-lower-content > a {
      
        color: #222;
        margin: 0 .4rem;
        font-weight: 700;
        text-decoration: none;
    }

        #mainFooter .footer-lower-content > a:hover {
            color: #222;
        }

        #mainFooter .footer-lower-content > a:focus {
            color: #b11616;
        }


    #mainFooter .footer-lower-link > img.tadvantage-logo {
        width: 7rem;
        margin-top: 1px;
    }

    #mainFooter .footer-lower-img > img.mvic-logo {
        width: 9rem;
    }

    #mainFooter .footer-mobile-social{
        display:none;
    }
    /*   END OF FOOTER*/
    @media only screen and (max-width: 1320px) {
        .dvUserAlerts {
            padding: 30px 10px;
        }

        .dvUserAlerts {
            font-size: 16px;
        }

        .alertIcon, .account_icon {
            font-size: 20px;
        }
    }
@media only screen and (max-width: 1230px) {
    #mainFooter, #mainFooter p{
        font-size:14px;
    }
 
    #mainFooter .footer-main .col {
 
        flex: 1;
    }

}




    @media only screen and (max-width: 1199px) {

         #mainFooter .footer-main .footer-title {
            font-size: 18px;
            min-width: 11rem;
            margin-right: 2rem;
        }
        #mainFooter .footer-main .footer-content {
            min-width: 20rem;
        }
    }

    /*honda Sensing Safety Suite*/


    @media only screen and (min-width: 769px) and (max-width: 1157px) {
        .dvUserAlerts {
            padding: 8px 10px;
        }

    }

    @media only screen and (max-width: 1099px) {
        .dvUserAlerts {
            font-size: 16px;
        }
        /*  #dvLogo img {
        width: 280px;
    }*/
    }

    @media only screen and (max-width: 1065px) {
       

        #mainFooter .footer-main .footer-title {
            font-size: 16px;
            min-width: 10rem;
            margin-right: 2rem;
        }

            #mainFooter .footer-main .footer-content {
                min-width: 16rem;
            }
        }
    @media only screen and (max-width: 1024px) {
      

        #btnSearch, #btnCloseSearch, #btnCloseSearch2 {
            width: 40px;
            height: 40px;
        }

        #dvSearch {
            height: 40px;
        }

            #dvSearch.expanded #txtSearch {
                right: 40px;
            }

        #txtSearch {
            height: 40px;
        }

        #dvSearch.expanded #btnSearch {
            right: 440px;
        }

        .callout-content {
            padding: 12px 0;
        }

        #searchResult {
            top: 40px;
            max-width: calc(100vw - 30px);
        }

        #inventoryResult {
            max-width: 60vw;
        }
    }
    @media only screen and (max-width: 1014px) {

        #mainFooter .footer-main .footer-title {
            min-width: 8rem;
            margin-right: 1.5rem;
        }
    
    }
    @media only screen and (max-width: 1004px) {

        #mainFooter .footer-lower-link > img.tadvantage-logo {
            width: 6.5rem;
            margin-top: 0;
        }
    
    }

    @media only screen and (max-width: 991px) {
        .dd_container + .dd_container {
            margin-left: 0;
            margin-top: 20px;
        }

        .dd_dropdown_menu_container {
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
            z-index: 4;
        }

        .dd_widget {
            justify-content: space-between;
        }

            .dd_widget a {
                flex: none;
            }

        .btn-apply {
            padding: 8px 30px !important;
        }

        .vh-veh-name {
            font-size: 22px;
            line-height: 24px;
        }

        .vh-img {
            width: 40px;
            height: 40px;
        }

        .vh-price {
            font-size: 22px;
            line-height: 24px;
            letter-spacing: 0.4px;
        }

        .vh-mileage {
            font-size: 12px;
            line-height: 18px;
            letter-spacing: 0.4px;
        }

    
   
       
        #mainFooter .footer-mobile {
            display: block;
        }
        #mainFooter .footer-main {
            padding: 0.7rem 0;
        }

        #mainFooter .footer-mobile-address {
            padding-bottom: .8rem !important;
            padding-top: .8rem !important;
        }
            #mainFooter .footer-mobile-address .col {
                display: block;
            }
            #mainFooter .footer-mobile-address .col > span{
               font-size:15px;
            }
        #mainFooter .footer-mobile-buttons {
            max-width: 22rem;
            margin: 1.6rem auto;
            display: grid;
        }
         
            #mainFooter .footer-mobile-buttons .button {
                max-width: 100%;
                margin-bottom: .8rem;
          
            }

        #mainFooter .hours-of-operation {
            display: block;
            margin-bottom: 2.4rem;
        }
        #mainFooter .footer-main .footer-title {
            text-align: center;
            font-size: 18px;
            margin-right: 0;
            margin-bottom: 1.4rem;
        }

        #mainFooter .hours-tabs {
           justify-content:center;
           max-width:100%;
        }
        #mainFooter  .hours-simple {
            width: 100%;
            max-width: 25rem;
            margin: 0 auto;
        }
      
        #mainFooter .tab-content tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-line-pack: center;
            align-content: center;
            width: 80%;
            margin: auto;
        }
        #mainFooter .tab-content .hours-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        #mainFooter .footer-content-mobile > img {
            width: 100%;
            height: auto;
            max-width: 267px;
            margin-bottom: 1.6rem;
        }

        #mainFooter .footer-content, #mainFooter .footer-lower-img, #mainFooter .footer-lower-content {
            text-align: center;
           
        }
        #mainFooter .footer-lower-img {
            
            margin: 1.2rem 0;
        }
        #mainFooter .footer-lower-content {
           
            justify-content: center;
        }
            #mainFooter .footer-lower-content > a {
                color: #777;
            }
        #mainFooter .footer-lower{
            display:none;
        }

        #mainFooter .footer-mobile-social {
            background: #ececec;
            padding: 0.8rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        #mainFooter .social-icon {
            width: 2.6rem;
            height: 2.6rem;
        }
    }

    /*Header*/
    @media only screen and (max-width: 991px) {
       
        .v-card-info .v-year-make {
            font-size: 20px;
            line-height: 24px;
        }

        .v-card-info .v-model {
            font-size: 24px;
            line-height: 32px;
        }

        .v-card .view-details .btn.btn-outlined {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 4px;
        }

        .loc a {
            font-size: 18px;
            line-height: 34px;
        }

        .global-search-title {
            font-size: 26px;
            line-height: 30px;
            margin-top: 20px;
        }

        .dvUserAlerts {
            font-size: 16px;
        }

        .account_icon, .alertIcon, #btnSearch, #btnCloseSearch, #btnCloseSearch2 {
            font-size: 20px;
        }

        #mdVideoTourClose {
            padding: 0;
        }
    }

    /*hMore menu Pages*/


    @media only screen and (max-width: 850px) {
        .v-card-container {
            width: 100%;
            display: block;
            margin-top: 12px;
        }

        .v-card {
            max-width: 300px;
            display: block;
        }

        #inventoryResult {
            max-width: 50vw;
        }

        .v-card .view-details .btn.btn-outlined {
            font-size: 14px;
        }

    }



    @media only screen and (max-width: 767px) {
        .dt-picker-custom .dt-picker {
            position: fixed;
            top: 0 !important;
            left: 0;
            right: 0;
            bottom: 0;
            background: #16161647;
            font-size: 16px;
        }

        .dt-picker-custom .datepicker-inline {
            height: auto !important;
            display: block;
            background: #fff;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
        }

        .dvUserAlerts {
            padding: 20px 10px;
        }

    }

    @media only screen and (max-width: 768px) {
        .dv-marque {
            margin-right: 0;
        }



        .start-process {
            margin-top: 15px;
        }

        #btnVirtualAppraisal {
            padding: 8px 16px;
        }

        #btnCloseSearch2 {
            display: flex;
        }


        body.show-mobile-search #navTop {
            opacity: 1;
            pointer-events: auto;
        }

        body.show-mobile-search #dvAspx {
            height: 100vh;
            overflow: hidden;
        }



        #globalSearch, #topMenus, #btnCloseSearch, #btnSearch {
            display: none;
        }

        #navTop .container {
            padding: 0;
        }

        #globalSearch {
            display: block;
            float: none !important;
        }

        #dvSearch {
            padding: 0;
            height: 54px;
            background: #000000;
        }

        #txtSearch {
            flex: 1;
            width: 100% !important;
            max-width: 100%;
            position: relative;
            margin: 0;
            padding: 0 20px !important;
            right: unset !important;
            display: block;
            background: #364756;
            opacity: 1;
            font-size: 20px;
            height: 46px;
            margin-top: 4px;
            margin-left: 15px;
        }

        #btnCloseSearch2 {
            position: relative;
            right: unset;
            top: unset;
            width: 54px;
            height: 54px;
        }

        #searchResult {
            display: block !important;
            position: static;
            max-width: 100vw;
            border-radius: 0;
            box-shadow: none;
            height: calc(100vh - 54px);
            overflow: hidden auto;
        }

        .results-container {
            display: none;
        }

        #inventoryResult {
            max-width: 100%;
            min-height: unset;
        }

            #inventoryResult::after {
                display: none;
            }

            #inventoryResult .loader-container {
                position: static;
                transform: none;
            }

        .loader {
            text-align: left;
        }

        .result-content {
            display: none;
        }

        #startTyping {
            display: block;
        }

        .v-card {
            max-width: 100%;
        }

        #locationResults, #menuResults {
            margin-top: 40px;
        }

        .dvLstAlerts {
            max-width: 95vw;
            right: -35px;
            top: 50px;
        }

        .account_icon {
            font-size: 22px;
        }

        #mdVideoTourClose {
            font-size: 18px;
            height: 40px;
            width: 40px;
        }
    }



    @media only screen and (max-width: 768px) and (min-width: 500px) {

        .v-card-container {
            width: 50%;
            display: inline-block;
            margin-top: 6px;
        }

        .v-card {
            max-width: 100%;
        }

        .v-card-info .v-year-make {
            font-size: 22px;
            line-height: 26px;
        }

        .v-card-info .v-model {
            font-size: 28px;
            line-height: 35px;
        }

        .v-card .view-details .btn.btn-outlined {
            font-size: 14px;
            padding: 10px 18px;
            border: 1px solid #000000;
            letter-spacing: 5px;
        }
    }


    @media only screen and (max-width: 768px) {
        .dd_container + .dd_container {
            margin-left: 0;
            margin-top: 12px;
        }
    }



    @media only screen and (max-width: 480px) {
        .marqueeheading {
            font-weight: 300;
        }

      

        .alertIcon.alertIcon_mob {
            font-size: 22px;
        }

        .spAlertCount {
            font-size: 10px;
            right: -14px;
        }
      
      
      

        #startTyping {
            padding: 20px 30px;
        }

        .btn.btn-outlined.btn-sm.btn-sticky {
            font-size: 14px;
            line-height: 14px;
            padding: 12px 10px;
            font-weight: 500;
        }

        .vh-veh-name {
            font-size: 20px;
            line-height: 22px;
        }

        .vh-info {
            padding: 8px 0;
        }

        .vh-img-container {
            margin-right: 10px;
        }
    }

    @media only screen and (max-width: 380px) {

        .vh-img-container {
            display: none;
        }

        .btn.btn-outlined.btn-sm.btn-sticky {
            padding: 10px;
        }

        .vh-veh-name {
            font-size: 18px;
            line-height: 20px;
            font-weight: 400;
        }
    }

    @media only screen and (max-width: 350px) {
        .account_icon, .alertIcon.alertIcon_mob, #mainNav .nav-mobile li > a, .dvUserAlerts {
            font-size: 18px;
        }

        #mainNav .nav-mobile li {
            width: 35px;
        }

        .dvLstAlerts {
            right: -32px;
        }
    }

    @media only screen and (max-width: 330px) {


        #startTyping {
            padding: 20px 20px;
        }

        #txtSearch {
            font-size: 18px;
        }

   
    }

    @media only screen and (max-width: 300px) {


        .dvLstAlerts {
            right: -30px;
        }

        .btn.btn-outlined.btn-sm.btn-sticky {
            font-size: 12px;
            line-height: 12px;
            letter-spacing: 0.3px;
        }

        .vh-veh-name {
            font-size: 16px;
            line-height: 18px;
        }
    }
