/*Responsive Styles*/
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

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

    /* .landing_tabs li .active span {
        background: none;
    } */
    .landing_tabs>li>a span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: 0 !important;
    }

    .zipcode-container {
        width: 100%;
    }

    .zipcode-form,
    .zipcode-btn-container,
    .filter-container,
    .warranty-list-wrapper {
        flex-direction: column;
    }

    .logo-container img {
        /* margin-bottom: 15px; */
        max-width: 20%;
    }

    .custom-select {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .bgImage {
        height: auto;
    }

    .warranty-list-item {
        width: 100%;
    }

    .footer-links {
        margin-top: 10px;
        float: none;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-container a {
        margin-left: 0;
        margin-right: 20px;
    }

    .footer-img {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        clear: both;
        position: relative;
        top: 0;
    }

    .filter-container {
        height: auto;
        max-width: 100%;
        background: #fff;
    }

    .advanced-search-container {
        width: auto;
        position: static;
    }

    .zipcode-btn-container button {
        margin-top: 10px;
        width: 100%;
    }

    .switch-btn {
        height: auto;
        width: auto;
        padding: 15px 35px;
        font-size: 16px;
    }

    .navbar-collapse {
        background: #fff;
    }

    .custom-select {
        padding: 0 10px;
    }

    .custom-select:after {
        font-size: 13px;
        padding-top: 0;
    }

    #num {
        font-weight: 500;
        float: right;
        margin-top: -48px;
    }

    .input_ranger {
        width: 100% !important;
        cursor: pointer;
    }

    .low-value {
        float: left;
    }

    .high-value {
        margin-top: -34px;
        float: right;
    }

    .slider-wrapper {
        padding-bottom: 35px;
    }

    .landing_tabs>li {
        width: 50%;
        text-align: center;
        padding-bottom: 20px;
    }

    .landing_tabs>li>a {
        display: block;
    }

    .landing_tabs li .active span {
        background: none !important;
    }

    .navbar-collapse {
        background: #fff;
        position: absolute;
        top: 100%;
        width: 93%;
    }

    .zipcode-form input {
        margin: 10px 0;
    }

    .back_align {
        display: flex;
        width: 150px;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-3 {
        width: 50%;
    }

    .estimate-payment-collapsed {
        padding-top: 5px;
    }

    .calc-content {
        flex: 1 0 250px !important;
    }

    .calc-content .title h2 {
        font-size: 1.3rem !important;
    }

    .font-25 {
        font-size: 14px !important;
    }

    .or {
        padding: 0 5px !important;
    }

    .calculator-wrapper .estimate_payment_cash,
    .calculator-wrapper .estimate_payment_finance {
        margin-top: 10px !important;
    }

    #preQuali {
        padding: 40px !important;
    }

    .prequalify-container h1 {
        font-size: 47px !important;
        line-height: 50px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .test-drive .form-group label {
        margin-top: 15px !important;
    }

    #testLocationdetails.click-dt-tm-pic {
        width: 95% !important;
        margin-left: 0px !important;
    }

    .click-dt-tm-pic-child {
        width: 100% !important;
    }

    .testdrive-right-side.mobile-testdrive-right-side {
        margin-left: auto;
        text-align: right;
    }

    .testdrive-right-side.mobile-testdrive-right-side p a {
        font-size: 1.2rem;
        font-weight: bold;
        padding-top: 5px;
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

    .test-drive .form-group {
        width: 100% !important;
    }

    .mobile-advance-filter .rangeSlider {
        margin-top: 10px;
    }

    .range-container {
        margin-top: 20px;
    }

    /* .apple-pay-btn-wrapper .apple-pay-btn {
        min-height: 45px;
    } */

    #mobile-trimDesc-filter-options .col-md-3,
    #mobile-trimDesc-filter-options .col-md-3 .select-box,
    #mobile-fuelType-filter-options .list .select-box {
        width: 100%;
    }

    #mobile-fuelType-filter-options .list {
        margin-bottom: 0px;
    }

    #mobile-trimDesc-filter-options .col-md-3 .select-box,
    #mobile-fuelType-filter-options .list .select-box {
        font-size: 16px;
        padding: 0px;
        height: 55px;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .estimate_payment_cash,
    .estimate_payment_finance {
        max-width: 46% !important;
    }

    .calc-content .title h2 {
        font-size: 24px !important;
    }

    .estimate-payment-collapsed {
        padding-top: 5px;
    }

    .my-favourites {
        width: 250px !important;
    }

    .my-favourites .fav-title {
        font-size: 16px;
    }

    .sniNav .nav-link {
        font-size: 1.2em
    }

    .sniNav .nav-item {
        margin-left: 0px;
    }

    .filter-btn {
        width: auto;
    }

    .custom-select {
        padding: 0 10px;
        width: 12.8%;
        font-size: 14px;
    }

    .custom-select:after {
        right: 10px;
        font-size: 13px;
        padding-top: 0;
    }

    .filter-btn {
        font-size: 14px;
    }

    .filter-container {
        width: 92%;
    }

    .advanced-search-container {
        width: 8%;
    }

    .advanced-search-container button {
        font-size: 14px;
    }

    .advanced-search-container button:after {
        font-size: 11px;
        padding-top: 3px;
        right: 0px;
    }

    .input_ranger {
        width: 100% !important;
        cursor: pointer;
    }

    #num {
        font-weight: 500;
        float: right;
        margin-top: -48px;
    }

    .landing_tabs>li>a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        display: block;
    }

    .sub-tab button {
        width: auto;
    }

    .col-md-3 {
        width: 50%;
    }

    .zipcode-form input {
        margin: 10px 10px;
    }

    .calc-content {
        flex: 1 0 250px !important;
    }


    .font-25 {
        font-size: 14px !important;
    }

    .or {
        padding: 0 5px !important;
    }

    .zip-btn {
        font-size: 18px;
    }

    .navbar {
        padding: 0 30px;
    }

    .bgImage-inner .navbar-expand-md .navbar-collapse.snicollapse {
        padding-right: 30% !important;
    }

    .calculator .calc-content {
        max-width: 218px !important;
    }

    #retailers .col-md-6,
    .vdp-contact-btn.testdriveMobile.interactionClick {
        width: 100% !important;
    }

    .vdp-contact-btn.testdriveMobile.interactionClick {
        justify-content: center;
    }

    .inp-grp {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .icn-head {
        margin-left: 20px !important;
        width: 90% !important;
    }

    .labl-chk,
    .bot-allest {
        width: 90% !important;
    }
}



@media (min-width: 1021px) and (max-width: 1200px) {
    .my-favourites {
        width: 250px !important;
    }

    #f_select_term {
        font-size: 10px;
        padding: 0;
    }

    .sniNav .nav-link {
        font-size: 1.35em
    }

    .sniNav .nav-item {
        margin-left: 0px;
    }

    .zipcode-container,
    .filter-btn {
        width: auto;
    }

    .custom-select {
        padding: 0 10px;
        width: 12.8%;
        font-size: 14px;
    }

    .custom-select:after {
        right: 10px;
        font-size: 13px;
        padding-top: 0;
    }

    .filter-btn {
        font-size: 14px;
    }

    .filter-container {
        width: 92%;
    }

    .advanced-search-container {
        width: 8%;
    }

    .advanced-search-container button {
        font-size: 14px;
    }

    .advanced-search-container button:after {
        font-size: 11px;
        padding-top: 3px;
        right: 0px;
    }

    .input_ranger {
        width: 100% !important;
        cursor: pointer;
    }

    #num {
        font-weight: 500;
        float: right;
        margin-top: -48px;
    }

    .landing_tabs>li>a {
        padding-left: 7px !important;
        padding-right: 7px !important;
        display: block;
    }

    .sub-tab button {
        width: auto;
    }

    .fin-sub-tab button {
        font-size: 10px;
    }

    .fin-sub-tab button:nth-child(2) {
        width: 13%;
        text-align: left;
    }

    .col-md-3 {
        width: 50%;
    }

    #vehicle-compare-list .col-md-3 {
        width: 25%;
    }

    .vehicle_container h4 {
        font-size: 24px !important;
    }

    .vehicle_container h4.contact_dealer_for_pricing {
        font-size: 15px !important;
    }

    .calc-content {
        flex: 1 0 250px !important;
    }

    .calc-content .title h2 {
        font-size: 1.3rem !important;
    }

    .font-25 {
        font-size: 14px !important;
    }

    .or {
        padding: 0 5px !important;
    }

    .landing_tabs>li {
        width: 16% !important;
        padding-bottom: 0px !important;
    }

    .landing_tabs>li>a span {
        font-size: 14px;
    }

    .landing_tabs li .active span {
        padding-bottom: 52px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .vehicle_container h4 {
        font-size: 26px !important;
    }

    .vehicle_container .fontChng {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .vehicle_container h4.contact_dealer_for_pricing {
        font-size: 12px !important;
    }

    #vehicle-compare-details .vehicle_container h1 {
        font-size: 17px;
    }

    #filter-stuff .dropdown-content a {
        font-size: 13px;
        padding: 1.5px 10px;
    }

    #filter-stuff .dropdown-content .selectedrop {
        background-position: right -3px center;
    }

    #filter-stuff .dropdown .dropbtn {
        font-size: 13px;
    }

    #filter-stuff .dropdown .drp-arrow {
        top: 25px;
    }

    #filter-stuff .dropdown {
        width: 100%;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .vehicle_container h4.contact_dealer_for_pricing {
        font-size: 18px;
    }

    .vehicle_container .content-box .left-content {
        width: 45% !important;
    }

    .vehicle_container .content-box .right-content {
        width: 55% !important;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .landing_tabs>li>a {
        padding-left: 30px !important;
        padding-right: 30px !important;
        display: block;
    }

    .sub-tab button {
        width: 12%;
    }

    .fin-sub-tab button {
        font-size: 10px;
    }

    .fin-sub-tab button:nth-child(2) {
        width: 13%;
        text-align: left;
    }

    .sub-tab button {
        font-size: 10px;
    }

    .calc-content {
        flex: 1 0 250px !important;
        max-width: 250px !important;
    }

    .calc-content .title h2 {
        font-size: 1.3rem !important;
    }

    .font-25 {
        font-size: 16px !important;
    }

    .or {
        padding: 0 5px !important;
    }

    .inp-grp {
        padding-right: 60px !important;
    }

    .labl-chk,
    .bot-allest {
        width: 75%;
    }
}

/* @media screen and (min-width:1201px) {

    #sni-filter-button #regular_BRANDSMODEL,
    #sni-filter-button #regular_MONTHPAY,
    #sni-filter-button #regular_LOCATION {
        width: 12% !important;
    }

    #sni-filter-button #regular_ENGINETYPE,
    #sni-filter-button #regular_COLOR,
    #sni-filter-button #regular_PRICE,
    #sni-filter-button #regular_MILAGE {
        width: 10% !important;
    }

} */

@media (min-width: 1201px) and (max-width: 1399px) {
    .landing_tabs>li>a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        display: block;
    }

    .landing_tabs>li>a span {
        font-size: 14px;
    }

    .landing_tabs>li {
        padding-bottom: 0px !important;
    }

    .landing_tabs li .active span {
        padding-bottom: 53px;
    }
}

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

    .estimate_payment_cash,
    .estimate_payment_finance {
        position: absolute !important;
    }

    .prequalify-container h1 {
        font-size: 1.5rem !important;
        line-height: 1 !important;
    }

    .prequalify-container h2 {
        font-size: 1.2rem !important;
        margin: 5px 0 20px !important;
    }

    .zipcode-container {
        padding-bottom: 30px;
    }

    .sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .fin-sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 50% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 50% !important;
    }

    .fin-switch-btn {
        width: 100%;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        text-align: center;
    }

    .mobile-center-image img {
        float: none;
    }

    .change-col-order {
        display: flex;
    }

    .change-col-order .col-lg-8 {
        order: 1;
    }

    .go-back-container {
        text-align: left;
        padding: 10px;
    }

    a.go-back {
        position: static;
    }

    .favorite-collapsed.active {
        z-index: 400 !important;
    }

    .compare-section a.compare-link {
        line-height: 14px;
        padding: 5px 0px;
        width: 110px;
        font-size: 12px;
        background: #13d0ca;
        color: #ffffff !important;
        border: none !important;
    }

    .labl-chk {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .bot-allest {
        width: 100% !important;
    }

    .ur-est h5 {
        margin-top: 65px !important;
    }

    .mobile-navigation-withLogo {
        margin-top: 87px;
    }

    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #testLocationdetails {
        width: 98% !important;
        margin-left: 1% !important;
    }

    .click-dt-tm-pic-child {
        width: 100% !important;
    }

    .date-container {
        margin: 10px 0 15px 0 !important;
    }

    .navbar-brand img {
        width: 200px;
    }

    .error {
        margin: -15px 0 0 0;
    }

    .lft-padding {
        padding-left: 12px !important;
    }

    .equipment-section ul {
        margin: 0px !important;
        padding: 0px 0px 0 17px !important;
    }

    .equipment-scroll {
        height: 220px !important;
    }

    .certified_allied_program img,
    .img_mobile {
        max-width: 150px;
    }

    #comparePlans .modal-dialog {
        width: 100%;
        max-width: 95%;
    }

    #comparePlans .modal-body {
        overflow-x: scroll;
    }

}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .estimate_payment_cash,
    .estimate_payment_finance {
        position: relative !important;
    }

    .sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 25%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
    }

    a.go-back {
        top: -38px;
    }

    .search-container {
        padding-top: 20px;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }

    .vdp-button-section {
        max-width: 630px !important;
    }

    .vdp-button1,
    .vdp-button-section .vdp-button2 {
        width: 300px !important;
    }

    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-navigation-withLogo {
        margin-top: 87px;
    }

    .mobile-navigation .go-back-mobile {
        width: 50%;
        height: 70px;
        background-color: #10cfc8;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        filter: contrast(1);
        font-size: 24px;
    }

    .mobile-location {
        width: 50%;
        height: 70px;
        background-color: #000;
        color: #fff;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        line-height: 1;
        padding: 0 20px;
    }

    .logo-header-container {
        margin-top: 0;
    }

    .bgImage-inner {
        background-color: #f1f1f1 !important;
    }

    .pt-35 {
        padding-top: 0 !important;
    }

    .see-all-vehicles button {
        padding: 15px 0 !important;
        margin-top: 10px !important;
        position: relative;
    }

    .logo-header-container {
        margin-top: 0px !important;
    }

    .logo-header-container img {
        max-width: 12%;
    }

    .fav-go-back {
        background: #000;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fav-go-back a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .fav-go-back a svg {
        margin-right: 5px;
    }

    .mobile-navigation .back_align .go-back-mobile {
        width: auto;
    }

    .full-request-info-btn {
        max-width: 630px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .vDP_btn button,
    .vDP_btn a {
        width: 100% !important;
    }

    .vDP_btn button {
        margin-bottom: 15px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {

    .vDP_btn button,
    .vDP_btn a {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1366px) {
    .sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 25%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-container a {
        text-align: center;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }
}

.favorite {
    border: none;
    background: none;
}

/*.favorite:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #10cfc8;
}*/

.favorite-collapsed {
    position: fixed;
    left: 100%;
    transition: all 0.3s ease-in-out;
    top: 0px;
    height: 100vh;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.favorite-collapsed.active {
    left: 0px;
}

.fav-content {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fav-content .fav-left {
    flex: 1 0 145px;
    max-width: 145px;
}

.fav-right {
    position: relative;
}

.fav-right .close-icon {
    background: #10cfc8;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
}

.favorite-wrapper>h2 {
    color: #10cfc8;
    margin: 31px 15px 0px;
    font-size: 28pt;
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    font-weight: bold;
}

.fav-content .fav-left img {
    width: 100%;
}

.fav-content .fav-right h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right {
    padding-left: 10px;
    flex: 1;
}

.fav-content .fav-right h3 {
    font-size: 11px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right p {
    font-size: 13px;
    color: #000;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #707070;
}

.fav-content .fav-right h5 {
    font-size: 25px;
    color: #10cfc8;
    margin-bottom: 5px;
    font-weight: bold;
}


/*.product-for img {
  width: 100%;
}
*/

.product-for img {
    margin: 0 auto;
    width: 100%;
}

.product-for {
    background: #f7f7f7;
}

.exterior-nav img,
.product-nav img {
    width: 100%;
}

.product-nav .slides {
    padding: 5px;
}

#interior-exterior-modal .modal-dialog {
    width: 80% !important;
    max-width: 80%;
}

#interior-exterior-modal .modal-body {
    padding: 0px;
    overflow: hidden;
}

#interior-exterior-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    z-index: 999;
}

.explore {
    height: 88px;
    display: flex;
    background-color: #4b4b4b;
    align-items: center;
    justify-content: center;
}

.explore-360 {
    width: 350px;
    text-align: center;
}

.explore-btns {
    width: 350px;
    text-align: center;
}

.explore-btns .buts {
    background: #000000;
    display: inline-block;
    border-radius: 28px;
    border: solid 1px #fff;
}

.explore-btns .buts a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.explore-btns .buts a.active {
    background: #fff;
    color: #000;
    border-radius: 50px;
}

.slider-navs {
    flex: 1 0 550px;
    max-width: 550px;
}

.explore .slider-navs .slides img {
    width: 96px;
}

.interior .interior-for .slides,
.exterior .exterior-for .slides {
    text-align: center;
}

.interior .interior-for .slides img,
.exterior .exterior-for .slides img {
    display: inline;
    width: 70%;
}

.interior-for .slick-prev,
.exterior-for .slick-prev {
    left: 20px;
}

.interior-for .slick-prev:before,
.exterior-for .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 50px;
    color: #000000;
}

.interior-for .slick-next,
.exterior-for .slick-next {
    right: 20px;
}

.interior-for .slick-next:before,
.exterior-for .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 50px;
    color: #000000;
}

.interior {
    display: none;
}

.slider-navs .interior-nav {
    display: none;
}

@media (min-width: 993px) {
    .favorite {
        display: none;
    }

    .tradein-zipcode.custom-tradein {
        margin-bottom: 0px;
    }

    .tradein-zipcode.custom-tradein .zipcode-container {
        height: auto;
    }

    .container.custom-slider-section {
        margin-top: 0px;
    }

    .landing_tabs {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        order: 2;
        margin-right: 0px;
    }

    .navbar-toggler {
        order: 1;
    }

    #dealerSelection .tradein-retailer .retailer-select:after {
        z-index: 10 !important;
    }

    .favorite {
        order: 3;
        position: relative;
        width: 50px;
    }

    .favorite .count {
        display: none;
    }

    .favorite.active.count {
        display: block;
    }

    .favorite.active .count {
        background: #818181;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: -18px;
        right: -12px;
    }

    #mynavbar .navbar-nav {
        padding: 38px 38px 18px 38px;
    }

    #mynavbar .navbar-nav li {
        margin: 0px;
        background: #d1d1d1;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
    }

    #mynavbar .navbar-nav li:hover {
        border: none;
    }

    .active-link {
        border: 4px solid #10cfc8 !important;
    }

    #mynavbar .navbar-nav li a {
        border: none;
        padding: 14px 0;
        height: auto;
    }

    #dealerSelection .tradein-retailer .retailer-select:after {
        z-index: 10 !important;

    }
}



@media screen and (max-width: 767px) {
    .sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .fin-sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 50% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 50% !important;
    }

    .fin-switch-btn {
        width: 100%;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        text-align: center;
    }

    .mobile-center-image img {
        float: none;
    }

    .change-col-order {
        display: flex;
    }

    .change-col-order .col-lg-8 {
        order: 1;
    }

    .go-back-container {
        text-align: left;
        padding: 10px;
    }

    a.go-back {
        position: static;
    }

    .go-back {
        background: #000;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .go-back a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    .vdp-right {
        margin-top: 0px !important;
    }

    .vdp-right-head {
        flex-direction: column;
    }

    .slider.product-for.desktop-hidden.slick-initialized.slick-slider {
        display: block !important;
    }

    .estimate-payment-collapsed.active {
        left: 0px !important;
        top: 0 !important;
        overflow-y: scroll !important;
    }

    .estimate-payment-collapsed {
        position: fixed;
        left: 100%;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100vh;
        background: #fff;
        width: 100%;
        z-index: 100;
    }

    .estimate_payment_cash.active,
    .estimate_payment_finance.active {
        max-width: 375px !important;
        z-index: 999;
        top: 95px !important;
        width: 100%;
    }

    .error_time.error {
        margin-top: 0px !important;
    }

    .only_Mobile_view {
        display: block !important;
    }

    #mobile-trimDesc-filter-options .col-md-3,
    #mobile-trimDesc-filter-options .col-md-3 .select-box,
    #mobile-fuelType-filter-options .list .select-box {
        width: 100%;
    }

    #mobile-fuelType-filter-options .list {
        margin-bottom: 0px;
    }

    #mobile-trimDesc-filter-options .col-md-3 .select-box,
    #mobile-fuelType-filter-options .list .select-box {
        font-size: 16px;
        padding: 0px;
        height: 55px;
        align-items: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 25%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
    }

    a.go-back {
        top: -38px;
    }

    .search-container {
        padding-top: 20px;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }
}

@media screen and (min-width: 993px) and (max-width: 1366px) {
    .sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 25%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-container a {
        text-align: center;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }

    .range_left_side {
        width: 12% !important;
    }

    .range_mid_side {
        width: 70% !important;
    }

    .range_right_side {
        width: 15% !important;
    }
}

/*.favorite {
  border: none;
  background: none;
}

.favorite:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #10cfc8;
}

.favorite-collapsed {
  position: fixed;
  left: 100%;
  transition: all 0.3s ease-in-out;
  top: 0px;
  height: 100vh;
  background: #fff;
  width: 100%;
  z-index: 100;
}

.favorite-collapsed.active {
  left: 0px;
}

.fav-content {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.fav-content .fav-left {
  flex: 1 0 145px;
  max-width: 145px;
}

.fav-right {
  position: relative;
}

.fav-right .close-icon {
  background: #10cfc8;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
}

.favorite-wrapper>h2 {
  color: #10cfc8;
  margin: 31px 15px 0px;
  font-size: 28pt;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
  font-weight: bold;
}

.fav-content .fav-left img {
  width: 100%;
}

.fav-content .fav-right h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.fav-content .fav-right {
  padding-left: 10px;
  flex: 1 0 264px;
}

.fav-content .fav-right h3 {
  font-size: 11px;
  color: #000;
  margin-bottom: 5px;
}

.fav-content .fav-right h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}

.fav-content .fav-right p {
  font-size: 13px;
  color: #000;
  margin: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.fav-content .fav-right h5 {
  font-size: 25px;
  color: #10cfc8;
  margin-bottom: 5px;
  font-weight: bold;
}*/

/* .go-back {
    background: #000;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .go-back a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }*/
/*.product-for img {
  width: 100%;
}
*/
.exterior-nav img,
.product-nav img {
    width: 100%;
}

.product-nav .slides {
    padding: 5px;
}

#interior-exterior-modal .modal-dialog {
    width: 80% !important;
    max-width: 80%;
}

#interior-exterior-modal .modal-body {
    padding: 0px;
}

#interior-exterior-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    z-index: 999;
}

.explore {
    height: 88px;
    display: flex;
    background-color: #4b4b4b;
    align-items: center;
}

.explore-360 {
    width: 350px;
    text-align: center;
}

.explore-btns {
    width: 350px;
    text-align: center;
}

.explore-btns .buts {
    background: #000000;
    display: inline-block;
    border-radius: 28px;
    border: solid 1px #fff;
}

.explore-btns .buts a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
}

.explore-btns .buts a.active {
    background: #fff;
    color: #000;
    border-radius: 50px;
}

.slider-navs {
    flex: 1 0 550px;
    max-width: 550px;
}

.explore .slider-navs .slides img {
    width: 96px;
}

.interior .interior-for .slides,
.exterior .exterior-for .slides {
    text-align: center;
}

.interior .interior-for .slides img,
.exterior .exterior-for .slides img {
    display: inline;
}

.interior-for .slick-prev,
.exterior-for .slick-prev {
    left: 20px;
}

.interior-for .slick-prev:before,
.exterior-for .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 50px;
    color: #000000;
}

.interior-for .slick-next,
.exterior-for .slick-next {
    right: 20px;
}

.interior-for .slick-next:before,
.exterior-for .slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 50px;
    color: #000000;
}

.interior {
    display: none;
}

.slider-navs .interior-nav {
    display: none;
}

@media (min-width: 993px) {
    .favorite {
        display: none;
    }

    .vdp-border {
        margin-top: -35px;
    }
}

@media (max-width: 992px) {
    .navbar-brand {
        order: 2;
        margin-right: 0px;
    }


    @media screen and (max-width: 767px) {
        .sub-tab button {
            width: 50% !important;
            margin-left: 0;
        }

        .fin-sub-tab button {
            width: 50% !important;
            margin-left: 0;
        }

        .filter-drop-dlr {
            width: 50% !important;
        }

        .fin-sub-nav-btn-see {
            margin-left: 0 !important;
            width: 50% !important;
        }

        .fin-switch-btn {
            width: 100%;
        }

        .sub-tabcontent {
            height: auto;
            padding-bottom: 20px;
        }

        .mobile-center-image {
            text-align: center;
        }

        .mobile-center-image img {
            float: none;
        }

        .change-col-order {
            display: flex;
        }

        .change-col-order .col-lg-8 {
            order: 1;
        }

        .go-back-container {
            text-align: left;
            padding: 10px;
        }

        .fav-go-back {
            background: #000;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .nav-location,
        .go-back-container {
            display: none !important;
        }

        /*  .mobile-navigation {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 87px;
    }

*/
        .go-back-mobile {
            width: 45%;
            height: 40px;
            background-color: #10cfc8;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            filter: contrast(1);
        }

        a.go-back-mobile {
            color: #fff;
            background-color: #10cfc8;
            filter: contrast(1);
        }

        .logo-header-container img {
            max-width: 12%;
        }

        .hidden-sm,
        .hidden-xs,
        .section-title {
            display: none;
        }

        .compare-section {
            justify-content: space-evenly !important;
        }

        .bgImage-inner {
            background-color: #f1f1f1 !important;
        }

        .pt-35 {
            padding-top: 0 !important;
        }

        .navbar-toggler {
            border: 0 !important;
        }

        .nav-location,
        .go-back-container {
            display: none !important;
        }



        .go-back-mobile {
            width: 45%;
            height: 40px;
            background-color: #10cfc8;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            filter: contrast(1);
        }


        .mobile-location {
            width: 55%;
            height: 40px;
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 1;
        }

        .mobile-location .your-area {
            font-size: 16px !important;
            float: left;
            width: 100%;
            ;
            word-break: break-all;
            padding-right: 20px;
            letter-spacing: 0.08rem;
        }

        .mobile-location .your-area-zipcode {
            letter-spacing: 0.08rem;
            word-break: break-all;
            font-size: 12px !important;
            line-height: 15px;
        }

        .fa-location-dot {
            font-size: 30px;
            color: #17b3f0;
            font-size: 30px;
            color: #17b3f0;
            margin-left: 15px;
            margin-right: 10px;
        }

        .mobile-location .your-area-zipcode {
            letter-spacing: 0.08rem;
            word-break: break-all;
            font-size: 12px !important;
            line-height: 15px;
        }

        .fa-location-dot {
            font-size: 30px;
            color: #17b3f0;
            font-size: 30px;
            color: #17b3f0;
            margin-left: 15px;
            margin-right: 10px;
        }

        .logo-header-container.vehicle-details {
            margin-top: 66px !important;
            margin-bottom: -88px !important;
        }

        a.go-back-mobile {
            color: #fff;
            background-color: #10cfc8;
            filter: contrast(1);
        }

        .logo-header-container img {
            max-width: 12%;
        }

        .hidden-sm,
        .hidden-xs,
        .section-title {
            display: none;
        }

        .compare-section {
            justify-content: space-evenly !important;
        }

        .bgImage-inner {
            background-color: #f1f1f1 !important;
        }

        .pt-35 {
            padding-top: 0 !important;
        }

        .navbar-toggler {
            border: 0 !important;
        }

        .nav-location,
        .go-back-container {
            display: none !important;
        }



        .go-back-mobile {
            width: 45%;
            height: 40px;
            background-color: #10cfc8;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            filter: contrast(1);
        }


        .mobile-location {
            width: 55%;
            height: 40px;
            background-color: #000;
            color: #fff;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 1;
        }

        .mobile-location .your-area {
            font-size: 16px !important;
            float: left;
            width: 100%;
            ;
            word-break: break-all;
            padding-right: 20px;
            letter-spacing: 0.08rem;
        }

        .mobile-location .your-area-zipcode {
            letter-spacing: 0.08rem;
            word-break: break-all;
            font-size: 12px !important;
            line-height: 15px;
        }

        .fa-location-dot {
            font-size: 30px;
            color: #17b3f0;
            font-size: 30px;
            color: #17b3f0;
            margin-left: 15px;
            margin-right: 10px;
        }

        .mobile-location .your-area-zipcode {
            letter-spacing: 0.08rem;
            word-break: break-all;
            font-size: 12px !important;
            line-height: 15px;
        }

        .fa-location-dot {
            font-size: 30px;
            color: #17b3f0;
            font-size: 30px;
            color: #17b3f0;
            margin-left: 15px;
            margin-right: 10px;
        }

        .logo-header-container {
            margin-top: 0px !important;
        }

        .see-all-vehicles button {
            padding: 12px 0 !important;
        }

        /*
    .search-container {
      margin-top: 20px;
    }*/
        .vdp-left-content .leftside-features .right-border {
            border: 0 !important;
        }

        .inp-grp {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .credit-estimatior-conatainer {
            padding: 0 15px !important;
        }

        .est-inputs {
            border-right: 0 !important;
        }

        .icn-head {
            margin-left: 0 !important;
            width: 100% !important;
        }

        .credit-estimatior-conatainer {
            border: 0 !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .sub-tab button {
            width: 25% !important;
            margin-left: 0;
        }

        .sub-tabcontent {
            height: auto;
            padding-bottom: 20px;
        }

        .fin-sub-tab button {
            width: 25% !important;
            margin-left: 0;
        }

        .filter-drop-dlr {
            width: 25% !important;
        }

        .fin-sub-nav-btn-see {
            margin-left: 0 !important;
            width: 25% !important;
            height: 66px;
        }

        .landing_tabs>li {
            width: 25%;
            text-align: center;
            padding-bottom: 20px;
        }

        .mobile-center-image {
            align-items: center;
            display: flex;
        }

        a.go-back {
            top: -38px;
        }

        .search-container {
            padding-top: 20px;
        }

        .compare-section .col-lg-3 {
            width: auto;
        }

        .compare-section {
            justify-content: space-evenly;
        }

        .go-back {
            background: #000;
            height: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .go-back a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

        .nav-location,
        .go-back-container {
            display: none !important;
        }

        /* .navbar-expand-md .navbar-collapse {
            display: none !important;
        } */
        .range_left_side {
            width: 15% !important;
        }

        .range_mid_side {
            width: 60% !important;
        }

        .range_right_side {
            width: 20% !important;
        }

        .range_mgn.range-container .high-value {
            font-size: 13px !important;
            float: none !important;
            margin-top: 0;
        }

        .navbar-collapse.collapse:not(.show) {
            display: none !important;
        }

        #mynavbar .navbar-nav {
            width: 100%;
        }
    }

    @media screen and (min-width: 993px) and (max-width: 1366px) {
        .sub-tab button {
            width: 25% !important;
            margin-left: 0;
        }

        .sub-tabcontent {
            height: auto;
            padding-bottom: 20px;
        }

        .fin-sub-tab button {
            width: 25% !important;
            margin-left: 0;
        }

        .filter-drop-dlr {
            width: 25% !important;
        }

        .fin-sub-nav-btn-see {
            margin-left: 0 !important;
            width: 25% !important;
            height: 66px;
        }

        .landing_tabs>li {
            width: 25%;
            text-align: center;
            padding-bottom: 20px;
        }

        .mobile-center-image {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        .footer-container a {
            text-align: center;
        }

        .compare-section .col-lg-3 {
            width: auto;
        }

        .compare-section {
            justify-content: space-evenly;
        }

    }

    .favorite {
        order: 3;
        position: relative;
        width: 50px;
    }

    .favorite .count {
        display: none;
    }

    .favorite.active.count {
        display: block;
    }

    .favorite.active .count {
        background: #818181;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
        color: #fff;
    }

    .favorite-wrapper>h2 {
        color: #10cfc8;
        margin: 31px 15px 0px;
        font-size: 28pt;
        border-bottom: solid 1px #707070;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .fav-content .fav-left img {
        width: 100%;
    }

    .fav-content .fav-right h2 {
        font-size: 16px;
        color: #000;
        margin-bottom: 5px;
    }

    .fav-content .fav-right {
        padding-left: 10px;
        flex: 1;
    }

    .fav-content .fav-right h3 {
        font-size: 11px;
        color: #000;
        margin-bottom: 5px;
    }

    .fav-content .fav-right h4 {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
    }

    .fav-content .fav-right p {
        font-size: 13px;
        color: #000;
        margin: 0px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #707070;
    }

    .fav-content .fav-right h5 {
        font-size: 25px;
        color: #10cfc8;
        margin-bottom: 5px;
        font-weight: bold;
    }


    /*  .product-for img {
    width: 100%;
  }*/

    .exterior-nav img,
    .product-nav img {
        width: 100%;
    }

    .product-nav .slides {
        padding: 5px;
    }

    #interior-exterior-modal .modal-dialog {
        width: 80% !important;
        max-width: 80%;
    }

    #interior-exterior-modal .modal-body {
        padding: 0px;
    }

    #interior-exterior-modal .btn-close {
        position: absolute;
        top: 3px;
        right: 3px;
        font-size: 20px;
    }

    #mynavbar .navbar-nav {
        padding: 38px 38px 18px 38px;
    }

    #mynavbar .navbar-nav li {
        margin: 0px;
        background: #d1d1d1;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
    }

    #mynavbar .navbar-nav li:hover {
        border: none;
    }

    #mynavbar .navbar-nav li a {
        border: none;
        padding: 14px 0;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .zipcode-container {
        padding-bottom: 30px;
    }

    .sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .fin-sub-tab button {
        width: 50% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 50% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 50% !important;
    }

    .fin-switch-btn {
        width: 100%;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        text-align: center;
    }

    .mobile-center-image img {
        float: none;
    }

    .change-col-order {
        display: flex;
    }

    .change-col-order .col-lg-8 {
        order: 1;
    }

    .go-back-container {
        text-align: left;
        padding: 10px;
    }

    a.go-back {
        position: static;
    }

    .go-back {
        background: #000;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .go-back a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
    }

    .inner-nav {
        position: relative !important;
        right: 0 !important;
    }

    /*.custom-dropdown-container
{
  margin-top:20px;
}*/
    .search-container {
        margin-top: 15px;
    }

    .selectpicker {
        width: 100%;
    }

    .custom-dropdown-container .form-group {
        width: 100%;
    }

    .custom-dropdown-container {
        padding: 0 25px;
        order: 1;
        width: 100%;
    }

    .used-vehicle-container {
        order: 2;
        padding: 0 10px !important;
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .custom-dropdown-container label {
        font-weight: 600;
    }

    .vdp-left-content .fa-location-dot {
        font-size: 16px !important;
        color: #000 !important;
    }

    .product-nav {
        display: none !important;
    }

    .vdp-left-content .heading-box {
        font-size: 14px !important;
    }

    .warranty-section li {
        background: url(https://d3o40wwl2vh905.cloudfront.net/spoticar/images/custom-bullet.png) no-repeat left 10px !important;
        padding: 7px 25px !important;
        list-style: none;
    }

    .warranty-section ul {
        margin: 0 !important;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .estimate-btn {
        flex-direction: column;
        display: flex;
        width: 100%;
        align-items: center;
    }

    .vdp-right-head h1 {
        float: left;
    }

    #header.active {
        box-shadow: none !important;
        top: 0 !important;
    }

    .navbar {
        position: absolute !important;
    }

    .fav-content .fav-left {
        flex: 1 0 145px !important;
        max-width: 145px !important;
    }

    .fixed_price_fav.fixed_price_budge {
        left: 170px !important;
    }

    /*body, html
{
overflow-x: hidden;
}
*/
    .mobile-order-1 .testdrive-button-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #10cfc8;
        color: #fff;
        text-align: center;
        left: 0;
        z-index: 100;
        box-shadow: 0 0 40px 0 #333;
        display: block !important;
    }

    .testdrive-button-mobile-content br {
        display: none;
    }

    .testdrive-button-mobile-content {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 21px;
        font-weight: bold;
        padding-left: 12px;
        line-height: 26px;
        padding-top: 12px;
    }

    .testdrive-button-mobile:after {
        position: absolute;
        font-family: "Glyphicons Halflings";
        content: "\e258";
        right: 20px;
        z-index: 100;
        font-style: normal;
        font-weight: 400;
        top: 10px;
        font-size: 22px;
    }

    .mobile-order-1 .go-to-top-mob-btn {
        width: 11%;
        position: fixed;
        right: 0;
        bottom: 60px;
        z-index: 100;
        display: block !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 25%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
    }

    a.go-back {
        top: -38px;
    }

    .search-container {
        padding-top: 20px;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }

    .inner-nav {
        position: relative !important;
        right: 0 !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1366px) {
    .sub-tab button {
        width: 13% !important;
        margin-left: 5.1px;
    }

    .sub-tab button#regular_TRIM,
    .sub-tab button#regular_PRICE,
    .sub-tab button#regular_MILAGE {
        width: 10% !important;
    }

    .sub-tabcontent {
        height: auto;
        padding-bottom: 20px;
    }

    .fin-sub-tab button {
        width: 25% !important;
        margin-left: 0;
    }

    .filter-drop-dlr {
        width: 25% !important;
    }

    .fin-sub-nav-btn-see {
        margin-left: 0 !important;
        width: 25% !important;
        height: 66px;
    }

    .landing_tabs>li {
        width: 14%;
        text-align: center;
        padding-bottom: 20px;
    }

    .mobile-center-image {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .footer-container a {
        text-align: center;
    }

    .compare-section .col-lg-3 {
        width: auto;
    }

    .compare-section {
        justify-content: space-evenly;
    }
}

.favorite {
    border: none;
    background: none;
}

/*.favorite:before {
  content: '\f08a';
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #10cfc8;
  filter: contrast(1);
}*/

.favorite svg.fa-heart {
    font-size: 30px;
    color: #10cfc8;
}

.favorite-collapsed {
    position: fixed;
    left: 100%;
    transition: all 0.3s ease-in-out;
    top: 0px;
    height: 100vh;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.favorite-collapsed.active {
    left: 0px;
    top: 0px;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
}

.fav-content {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.fav-content .fav-left {
    flex: 1 0 185px;
    max-width: 185px;
}

.fav-right {
    position: relative;
}

.fav-right .close-icon {
    background: #10cfc8;
    position: absolute;
    right: 0px;
    top: -34px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    filter: contrast(1);
}

.favorite-wrapper>h2 {
    color: #10cfc8;
    margin: 31px 15px 0px;
    font-size: 28pt;
    border-bottom: solid 1px #707070;
    padding-bottom: 10px;
    font-weight: bold;
    filter: contrast(1);
}

.fav-content .fav-left img {
    width: 100%;
}

.fav-content .fav-right h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right {
    padding-left: 10px;
    flex: 1;
}

.fav-content .fav-right h3 {
    font-size: 11px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.fav-content .fav-right p {
    font-size: 13px;
    color: #000;
    margin: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #707070;
}

.fav-content .fav-right h5 {
    font-size: 25px;
    color: #10cfc8;
    margin-bottom: 5px;
    font-weight: bold;
    filter: contrast(1);
}

.favorite .count {
    display: block;
    position: absolute;
    top: -16px;
    height: 30px;
    background: #818181;
    color: #fff;
    width: 30px;
    border-radius: 250%;
    right: -11px;
    font-size: 15px;
    font-weight: 900;
    line-height: 30px;
}



/*.product-for img {
  width: 100%;
}
*/
/*.exterior-nav img,
.product-nav img {
  width: 100%;
}

.product-nav .slides {
  padding: 5px;
}

#interior-exterior-modal .modal-dialog {
  width: 80% !important;
  max-width: 80%;
}

#interior-exterior-modal .modal-body {
  padding: 0px;
}

#interior-exterior-modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  z-index: 999;
}

.explore {
  height: 88px;
  display: flex;
  background-color: #4b4b4b;
  align-items: center;
}

.explore-360 {
  width: 350px;
  text-align: center;
}

.explore-btns {
  width: 350px;
  text-align: center;
}

.explore-btns .buts {
  background: #000000;
  display: inline-block;
  border-radius: 28px;
  border: solid 1px #fff;
}

.explore-btns .buts a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
}

.explore-btns .buts a.active {
  background: #fff;
  color: #000;
  border-radius: 50px;
}

.slider-navs {
  flex: 1 0 550px;
  max-width: 550px;
}

.explore .slider-navs .slides img {
  width: 96px;
}

.interior .interior-for .slides,
.exterior .exterior-for .slides {
  text-align: center;
}

.interior .interior-for .slides img,
.exterior .exterior-for .slides img {
  display: inline;
}

.interior-for .slick-prev,
.exterior-for .slick-prev {
  left: 20px;
}

.interior-for .slick-prev:before,
.exterior-for .slick-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #eee;
}

.interior-for .slick-next,
.exterior-for .slick-next {
  right: 20px;
}

.interior-for .slick-next:before,
.exterior-for .slick-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #eee;
}

.interior {
  display: none;
}

.slider-navs .interior-nav {
  display: none;
}*/

.sub-tab {
    padding-top: 20px;
    border-bottom: none;
    display: flex;
}

.sub-nav-btn-see {
    width: auto;
    flex: 1;
}

.sub-tabcontent {
    padding-bottom: 50px;
    height: auto;
}

.fin-sub-tab {
    padding-bottom: 0px;
    border-bottom: none;
    display: flex;
}

.fin-sub-tab {
    width: auto;
    flex: 1;
}

.mobile-filters {
    display: none;
}

@media (min-width: 993px) {
    .favorite {
        display: none !important;
    }

    /* .vehicle_container span.go-vdp {
        min-height: 180px;
    } */
    .short_text_plain {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }
}

@media (max-width: 1024px) {
    .regular-filters {
        display: none !important;
    }

    .mobile-filters {
        display: block;
        padding: 0 25px;
    }

    .mobile-filters .search-box {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-filters .search-box .fa-search {
        position: absolute;
        font-size: 35px;
        color: #818181;
        top: 12px;
        left: 26px;
    }

    .mobile-filters .search-box input {
        font-size: 21px;
        color: #818181;
        border: solid 1px #707070;
        width: 100%;
        font-weight: bold;
        text-align: center;
        padding: 15px 0;
        padding-left: 50px;
    }

    .see-all-vehicles button {
        background-color: #10cfc8;
        color: #fff;
        font-size: 20px;
        padding: 25px 0;
        text-align: center;
        font-weight: bold;
        width: 100%;
        border: none;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .advanced-search button {
        background-color: #000000;
        color: #10cfc8;
        font-size: 23px;
        padding: 10px 0;
        text-align: center;
        font-weight: bold;
        width: 100%;
        border: none;
        border-radius: 10px;
    }

    .see-all-vehicles button {
        padding: 15px 0 !important;
        margin-top: 10px !important;
        position: relative;
    }

    .popup-title {
        text-align: center;
        padding: 15px 0;
    }

    .popup-title h2 {
        color: #000;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .popup-title h3 {
        color: #000;
        font-weight: bold;
        font-size: 14px;
    }

    .mobile-advance-filter {
        position: fixed;
        left: 100%;
        top: 0px;
        z-index: 999;
        background-color: #efefef;
        width: 100%;
        height: 100vh;
        overflow: auto;
        padding: 0 10px;
        padding-bottom: 150px;
        transition: all 0.3s ease-in-out;
    }

    .mobile-advance-filter.active {
        left: 0px;
    }

    .accordion-body {
        padding: 15px;
    }

    .accordion-button {
        text-transform: uppercase;
        background: #efefef;
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background: #4bd6d2;
        box-shadow: none;
        font-weight: bold;
    }

    .accordion-button::after {
        background: none;
        content: "\e259";
        font-family: "Glyphicons Halflings";
        text-align: right;
    }

    .accordion-button:not(.collapsed)::after {
        background: none;
        text-align: left;
    }

    .child-accordion .accordion-button:not(.collapsed) {
        color: #000;
        background: #efefef;
        box-shadow: none;
        font-weight: bold;
        border-bottom: solid 1px #d3d3d3;
    }

    .child-accordion .accordion-body {
        background: #fff;
    }

    .child-accordion .accordion-button {
        border-radius: 0px !important;
    }

    .option-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .option-wrapper .list {
        flex: 1 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .option-wrapper .checkbox-btn {
        color: #7c868d;
        padding: 20px 16px;
        border: 2px solid #7c868d;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        flex-direction: column;
        justify-content: center;
        display: flex;
        min-height: 100%;
    }

    .footer-btns {
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        bottom: 0px;
        z-index: 999;
        right: 0px;
        left: 100%;
        padding: 0 15px 15px;
        bottom: 0;
        transition: all 0.3s ease-in-out;
    }

    .select-box {
        margin-top: 10px !important;
    }

    .mobile-advance-filter.active .footer-btns {
        left: 0px;
    }

    .footer-btns .see-all-vehicles button {
        background-color: #10cfc8;
        color: #fff;
        font-size: 14px;
        padding: 15px 0px;
        text-align: center;
        font-weight: bold;
        width: 100%;
        border: none;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .footer-btns .button-cancel {
        background-color: #fff;
        color: #13d0ca;
        padding: 15px 0px;
        font-weight: bold;
        border: solid 2px #13d0ca;
        border-radius: 10px;
        width: 100%;
    }

    .form-checkbox:checked+label.checkbox-btn {
        background: #7c868d;
        color: #fff;
    }

    .dropdown {
        margin-top: 0;
        width: 100%;
    }

    #mobile-location-distance-filter-options .high-value {
        margin-top: -30px;
        float: none;
        margin-right: -7px;
        font-size: 12px;
        text-align: center;
    }

    .range-container {
        margin-right: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .input-ranger-slider {
        margin-top: 0;
    }

}

@media (max-width: 992px) {
    .navbar-brand {
        order: 2;
        margin-right: 0px;
    }

    .navbar-toggler {
        order: 1;
    }

    .favorite {
        order: 3;
        position: relative;
        width: 50px;
    }

    .favorite .count {
        display: none;
    }

    .favorite.active.count {
        display: block;
    }

    .favorite.active .count {
        background: #818181;
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: absolute;
        top: -18px;
        right: -12px;
    }

    #mynavbar .navbar-nav {
        padding: 38px 38px 18px 38px;
    }

    #mynavbar .navbar-nav li {
        margin: 0px;
        background: #e0e0e0;
        text-align: center;
        margin-bottom: 20px;
        height: auto;
    }

    #mynavbar .navbar-nav li:hover {
        border: none;
    }

    #mynavbar .navbar-nav li a {
        border: none;
        padding: 14px 0;
        height: auto;
    }

    .finance-filters,
    .fin-switch-btn {
        display: none;
    }

    .show-for-desktop {
        display: none;
    }

    .show-for-mobile {
        display: block !important;
    }

}

/* Mobile style for landing page */

@media screen and (max-width: 767px) {
    .vehicle_container h4 {
        font-size: 22px !important;
    }

    .cpov-logo-container {
        bottom: 31px !important;
    }

    .cpov-logo-containers.customcertified-logo {
        top: 5px;
        bottom: auto !important;
        left: 5px;
    }

    .vehicle_container h1 {
        min-height: auto !important;
    }


    .zipcode-container {
        margin-top: 106px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        padding-bottom: 15px !important;
        width: auto !important;
        padding: 17px 40px;
        background-color: rgba(62, 62, 62, 0.7);
    }

    .zipcode-container h1 {
        font-size: 29px !important;
        margin-top: 0 !important;
        line-height: 33px;
    }

    .zipcode-container h1 span {
        font-size: 29px !important;
        line-height: 33px;
    }

    .zipcode-container p {
        line-height: 23px;
        padding-top: 12px;
        font-size: 18px !important;
    }

    .zipcode-container hr {
        display: none;
    }

    .zipcode-form {
        font-size: 21px !important;
    }

    .zipcode-form input {
        width: 172px !important;
        height: 48px !important;
    }

    .zipcode-container .current-location {
        font-size: 18px !important;
    }

    .zip-btn {
        padding: 15px !important;
        margin-bottom: 14px !important;
    }

    .zipcode-btn-container button {
        margin-top: 0 !important;
    }

    .see-all-vehicles button {
        padding: 15px 0 !important;
        margin-top: 10px !important;
        position: relative;

    }

    .mobile-hidden {
        display: none;
    }

    /* body {
        background: #F1F1F1 !important;
    } */

    .logo-container {
        margin-top: 18px !important;
    }

    .fav-go-back a {
        color: #fff !important;
        text-decoration: none !important;
    }

    .alfa-logo-mobile {
        width: 24px !important;
    }

    .ram-logo-mobile {
        width: 50px !important;
    }

    .fiat-logo-mobile {
        width: 30px !important;
    }

    .jeep-logo-mobile {
        width: 50px !important;
    }

    .chrysler-logo-mobile {
        width: 74px !important;
    }

    .dodge-logo-mobile {
        width: 86px !important;
    }

    .wagoneer-logo-mobile {
        width: 60px !important;
    }

    .logo-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .header-location-img {
        width: 35px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .range-container {
        margin-right: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .input-ranger-slider {
        margin-top: 0;
    }

    .dropdown-content {
        z-index: 100;
    }

    .dropdown {
        margin-top: 0;
        width: 100%;
    }

    .location-dropbtn {
        width: 100%;
    }


    /*Compare Vehicles Mobile Styles*/

    #comparevehiclelist .col-md-3 {
        width: 50%;
    }

    #comparevehiclelist .compare-box,
    #comparevehiclelist .topright {
        display: none;
    }

    #comparevehiclelist .heartlogo {
        min-height: auto;
    }

    #vehicle-compare-details .mobile-center-align {
        display: flex;
        justify-content: center;
    }

    .calculator {
        align-items: center;
    }

    .vdp-button-section button:first-child {
        margin-bottom: 15px;
    }

    .vdp-button-section {
        display: block !important;
    }

    .vdp-button1 {
        font-size: 20px !important;
    }

    .vdp-border {
        border-left: 0 !important;
        padding-left: 0 !important;
    }

    .show-more-btn {
        background: #fff !important;
        height: 37px;
        color: #10CFC8 !important;
        padding: 6px 20px;
        margin-bottom: 30px;
        border: 2px solid #10CFC8;
        filter: contrast(1);
        width: 80%;
        border-radius: 10px;
    }

    .testDrive-estimate-btn {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .testDrive-right-head {
        flex-direction: column;
    }

    .vdp-mobile-heading {
        width: 100% !important;
        float: left;
    }

    .vdp-mobile-heading h1 {
        float: left;
        width: 70%;
    }

    .vdp-mobile-heading h2 {
        float: right;
        width: 30%;
        text-align: right;
    }

    .testDrive-estimate-btn {
        margin-top: 5px;
    }

    .test-drive .mt-5 {
        margin-top: 0 !important;
    }

    .mobile-order-1 {
        order: 1;
    }

    .mobile-order-2 {
        order: 2;
    }

    .vdp-arrow-btn,
    .vdp-button2 {
        display: none;
    }

    .vdp-button-section button:first-child {
        background-color: #10cfc8;
        color: #fff;
        filter: contrast(1);
        border: 2px solid #10cfc8;
    }

    .vdp-right-content h1 {
        font-size: 21px !important;
    }

    .vdp-right-content h2 {
        font-size: 17px !important;
    }

    .vdp-miles-price h1 {
        font-size: 19px !important;
        font-weight: 900 !important;
    }

    .vdp-miles-price h2 {
        font-size: 31px !important;
    }

    .vdp-zipcode p {
        margin-bottom: 0;
        font-size: 16px !important;
        font-weight: 300;
    }

    .zipcode-section span {
        font-size: 24px !important;
        font-weight: bold;
    }

    .vdp-zipcode h3 {
        display: none;
    }

    .zipcode-section {
        border-right: 0 !important;
    }

    .mob-vdp-zipcode h3 {}

    .retailer-content-section .col-md-1 {
        width: 10% !important;
    }

    .retailer-content-section .col-md-8,
    .retailer-content-section .col-md-11 {
        width: 90% !important;
    }

    .mobile-margin {
        margin: 10px 0;
    }

    .phone_email,
    .retailer-content-section .fa-phone {
        margin-left: -10px;
    }

    .testDrive-estimate-btn {
        display: flex;
        align-items: center;
    }

    .inner-nav {
        position: static !important;
        /* right: 332px; */
    }

    .vdp-button-section {
        padding: 0px !important;
    }

    .vdp-button1,
    .vdp-button-section .vdp-button2 {
        width: 100% !important;
    }

}


@media (min-width: 992px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .mobile-location {
        display: none;
    }

    .go-back-mobile {
        display: none;
    }

    .vdp-button1 {
        font-size: 23px !important;
    }

    .vdp-zipcode h3 {
        font-size: 18px !important;
    }

    .vdp-zipcode p {
        font-size: 18px !important;
    }

    .zipcode-section span {
        font-size: 22px !important;
    }

}

@media (min-width: 1021px) and (max-width: 1300px) {
    .sub-tab button {
        font-size: 10px !important;
    }


}


a.go-back-mobile {
    color: #fff;
    background-color: #10cfc8;
    filter: contrast(1);
}


@media (max-width: 991) {
    .navbar-expand-md .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
}

@media (max-width: 599px) {

    html,
    body {
        overflow-x: hidden;
    }

    .vdp-right-head {
        display: block;
    }

    .vdp-mobile-heading {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .vdp-mobile-heading {
        width: 62%;
    }

    .vdp-mobile-heading h1 {
        float: left;
    }

    .vdp-mobile-heading h2 {
        float: right;
    }

    .vdp-right-head h1 {
        font-size: 17px !important;
    }

    .vdp-right-head h2 {
        font-size: 26px !important;
    }

    .testdrive-collapsed {
        position: fixed;
        left: 0;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100vh;
        background: #fff;
        width: 100%;
        z-index: 100;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .testdrive-collapsed.active {
        left: 0px !important;
        top: 0 !important;
    }

    .testdrive-content {
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .testdrive-button-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 74px !important;
        background: #10cfc8;
        color: #fff;
        text-align: center;
        left: 0;
        z-index: 100;
        box-shadow: 0 0 40px 0 #333;

    }

    .testdrive-button-mobile-content br {
        display: block !important;
    }

    .testdrive-button-mobile:after {
        position: absolute;
        font-family: "Glyphicons Halflings";
        content: "\e258";
        right: 20px;
        z-index: 100;
        font-style: normal;
        font-weight: 400;
        top: 22px;
        font-size: 22px;
    }

    .testdrive-button-mobile-content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 21px;
        font-weight: bold;
        padding-left: 12px;
        line-height: 26px;
        padding-top: 12px;
    }

    .go-to-top-mob-btn {
        width: 18%;
        position: fixed;
        right: 0;
        bottom: 82px;
        z-index: 100;
    }

    .go-to-top-mob-btn {
        width: 18% !important;
        position: fixed;
        right: 0;
        bottom: 82px !important;
        z-index: 100;
    }

    .go-to-top-mob-btn img {
        width: 69px;
    }

    .testdrive-container {
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .testDrive-right-content h1 {
        font-size: 1.2rem !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }

    .testDrive-right-content p {
        font-size: 1rem !important;
        margin-bottom: 0 !important;
    }

    .testDrive-miles-price h1 {
        font-size: 1.2rem !important;
    }

    .testDrive-miles-price h2 {
        font-size: 2rem !important;
    }

    .testDrive-right-content-pad {
        padding: 0 15px !important;
    }

    .mobile-padding {
        padding: 35px !important;
    }

    .testDrive-estimate-btn {
        padding: 8px 30px !important;
        font-size: 15px !important;
    }

    .testdrive-left-side {
        text-align: left;
        float: left;
        width: 49%;
        padding-right: 1%;
        border-right: 1px solid #888;
    }

    .testdrive-left-side h3 {
        color: #10CFC8 !important;
    }

    .testdrive-right-side {
        float: left;
        width: 50%;
        text-align: right;
        display: flex;
        align-items: center;
    }

    .testdrive-right-side a {
        color: #000 !important;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
    }

    .mob-h1 {
        font-size: 24px;
        line-height: 1.2;
        padding: 0;
        margin: 0;
        width: 50%;
        padding-right: 5px;
        border-right: 1px solid #888888;
        color: #10cfc8;
    }

    .testDrive-contact-section p {
        line-height: 22px;
    }

    .form-group label {
        font-size: 20px;
        font-weight: bold;
    }

    .form-group input {
        margin-bottom: 17px;
    }

    .error_comment {
        margin: 0 !important;
        filter: contrast(1);
    }

    .mt-5 {
        margin-top: 0 !important;
    }

    .error {
        margin: -15px 0 0 0;
        filter: contrast(1);
    }

    .error_date {
        margin-top: 1px;
    }

    .error_time {
        margin-top: 1px;
    }

    .time-container {
        margin: 0 0 20px 0 !important;
        width: 86% !important;
    }

    .date-container {
        margin: 10px 0 15px 0 !important;
    }

    .click-dt-tm-pic-child {
        width: 100% !important;
    }

    .testDrive-button {
        margin-bottom: 25px !important;
    }

    /*Test Drive - Mobile Style Ends*/


    .thankyou-collapsed {
        position: fixed;
        left: 100%;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100vh;
        background: #fff;
        width: 100%;
        z-index: 100;
    }

    .thankyou-collapsed.active {
        left: 0px;
        top: 0;
        z-index: 999;
    }

    .thankyou-mobile-content {
        padding: 30px 20px;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .thankyou-mobile-content h1 {
        font-size: 28px;
        line-height: 37px;
    }


    .thankyou-mobile-content hr {
        border-top: 2px solid #000;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .thankyou-mobile-content .car-details {
        display: flex;
        justify-content: space-between;
    }

    .car-details .img-left {
        width: 145px;
        margin-right: 15px;
    }

    .car-details .img-left img {
        max-width: 100%;

    }

    .car-details h1 {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .thankyou-mobile-content .car-details h2 {
        font-size: 16px !important;
        font-weight: 500;
        margin: 0;
        padding: 0;
        color: #000 !important;
        text-align: right;
    }

    .thankyou-mobile-content h2 {
        font-size: 54px;
        font-weight: 500;
        margin: 25px 0 12px 0;
        padding: 0;
        color: #10cfc8;
    }

    .thankyou-mobile-content h3 {
        font-weight: 900;
        text-align: right;
        margin-top: 5px;
    }

    .thankyou-mobile-content p {
        font-size: 22px;
        font-weight: 300;
    }

    .back-to-vehicle-btn {
        border-radius: 0 !important;
    }

    /*Thank you - Mobile Style Ends*/

    .vdp-right-head {
        flex-direction: column;
    }

    /*.vdp-footer-navbar button {
    border: 2px solid #10cfc8;
    background-color: #10cfc8;
    font-size: 10px !important;
    padding: 5px !important;
    color: #fff;
}

.vdp-footer-navbar-wrapper
{
  width: 100% !important;
  display: none;
}*/

    .vdp-footer-navbar {
        display: none;
    }

    .car-img-size {
        height: auto !important;
    }

    .navbar-brand {
        border-right: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
    }

    #mynavbar .navbar-nav {
        padding: 20px 38px 18px 38px !important;
    }

    .product-for img {
        max-width: 100%;
    }

    .lft-padding {
        padding-left: 14px !important;
    }

    .calculator {
        padding-left: 0 !important;
    }

    .vdp-left-content {
        padding: 0 !important;
    }

    body {
        background: #fff !important;
    }

    .vdp-left-content .nav-tabs li {
        padding: 0 4px !important;
        margin-top: 12px;
    }

    .navbar {
        position: absolute !important;
    }

    button.navbar-toggler {
        width: 56px;
        height: 40px;
        position: relative;
    }

    button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        display: none;
    }

    button.navbar-toggler[aria-expanded="true"]:before {
        display: inline-block;
        content: "\00d7";
        font-size: 43px;
        line-height: 30px;
    }

    .calc-content {
        height: 86%;
    }

    .vdp-right {
        margin-top: 0 !important;
    }

    .fav-icon-slider {
        right: 7% !important;
    }

    .toggle-btn {
        left: auto !important;
    }

    /*.active
  {
    left:0 !important;
    top:0 !important;
  }
*/

    .mobile-hidden {
        display: none !important;
    }

    .vdp-left-content button {
        margin: 35px auto !important;
    }

    .mobile-bottom-margin {
        margin-bottom: 7rem;
    }

    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-navigation-withLogo {
        margin-top: 87px;
    }


    /*.mobile-navigation-withoutLogo
{
  margin-top: -10px;
}*/

    .prequalified-collapsed {
        position: fixed;
        left: 0;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100%;
        background: #fff;
        width: 100%;
        z-index: 100;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .prequalify-container {
        border: 0 !important;
        padding: 0 15px !important;
    }

    .prequalify-container h1 {
        font-size: 1.5rem !important;
        line-height: 1 !important;
    }

    .prequalify-container h2 {
        font-size: 1.2rem !important;
        margin: 5px 0 20px !important;
    }

    .prequalify-container input {
        font-size: 1.5rem !important;
        border-radius: 0 !important;
    }

    .prequalify-container button {
        width: 90% !important;
        margin-top: 20px !important;
    }

    #est-back {
        width: 100% !important;
    }

    .credit-estimatior-conatainer h1 {
        font-size: 2.5rem !important;
        margin-top: 10px !important;
    }

    .credit-estimatior-conatainer p {
        font-size: 1.1rem !important;
        margin-top: -5px !important;
        margin-bottom: 4px !important;
        text-align: center;
        line-height: 1.2;
    }

    .per-est h4 {
        margin-top: 15px !important;
        font-size: 1.6rem !important;
    }

    .labl-chk {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .bot-allest {
        width: 100% !important;
    }

    .ur-est h4,
    .ur-est h5 {
        display: none !important;
    }

    .bot-prequl {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .error_prequlified_agree {
        margin-left: 0 !important;
        padding-top: 10px !important;
        filter: contrast(1);
    }

    /*.prequalified-collapsed.active {
  left: 0px !important;
  top:0 !important;
}*/

    .prequalified-content {
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .vdp-button-section button:second-child {
        background-color: #10cfc8;
        color: #fff;
        filter: contrast(1);
        border: 2px solid #10cfc8;
        margin-bottom: 15px;
    }

    .estimate-payment-collapsed {
        position: fixed;
        left: 100%;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100vh;
        background: #fff;
        width: 100%;
        z-index: 100;
    }

    .estimate-payment-collapsed.active {
        left: 0px !important;
        top: 0 !important;
        overflow-y: scroll !important;
    }

    .estimate-payment-content {
        display: flex;
        padding: 15px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .calculator-wrapper {
        overflow: initial !important;
    }

    .calculator {
        margin-top: 0px !important;
    }

    .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        background: #000;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 5px;
        color: #fff;
        font-size: 12px;
        align-items: center;
    }

    .width-auto {
        width: 100%;
    }

    .vdp-button-4 {
        border: 2px solid #10cfc8;
        background-color: #10cfc8;
        padding: 14px;
        width: 100%;
        font-size: 1rem;
        color: rgb(255, 255, 255);
        font-weight: bold;
        filter: contrast(1);
        margin-bottom: 15px;
    }

    .calc-content {
        max-width: 336px !important;
        padding: 4px;
    }

    .estimate_payment_cash.active,
    .estimate_payment_finance.active {
        max-width: 375px !important;
        z-index: 999;
        top: 95px !important;
        width: 100%;
    }

    .vdp-left-content ul.nav {
        z-index: 0 !important;
    }

    .estimate_payment_cash,
    .estimate_payment_finance {
        top: 43px !important;
    }

    .corner-icon {
        position: absolute;
        right: -2px !important;
        top: -6px !important;
    }

    #est-back {
        width: 100%;
    }

    .parent-position {
        position: static !important;
    }

    .home-delivery-container {
        top: 1% !important;
        left: 4% !important;
    }

    .fav-icon-slider {
        top: 1% !important;
        right: 4% !important;
    }

    #mynavbar .navbar-nav li {
        width: 100% !important;
    }

    .tradein-zipcode .cred-btns {
        width: 71% !important;
    }

    .tradein-zipcode .cred-btns button {
        margin-right: 10px;
    }

    body {
        height: 100%;
        overflow: visible;
    }

    .vdp-left-content ul.nav {
        z-index: 2000 !important;
    }

    .test-drive .form-group {
        width: 100% !important;
        margin-left: 0px !important;
    }

    #testLocationdetails {
        margin-left: 0px !important;
        width: 100% !important;
        padding: 0px 1.5%;
    }

    .date-container {
        margin: 20px 0px;
    }




}

@media (min-width: 600px) {

    .testdrive-button-mobile,
    .go-to-top-mob-btn,
    .testdrive-container,
    .thankyou-mobile-content {
        display: none !important;
    }

    .vdp-mobile-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .desktop-hidden {
        display: none !important;
    }

}


@media (max-width: 767px) {
    .zipcode_form_error {
        margin-bottom: 10px !important;
        padding: 4px 10px !important;
        line-height: 1rem !important;
    }

    .zipcode-form.zipcode-tradein {
        line-height: 1rem !important;
    }

    .fav-values {
        height: 22px !important;
        width: 22px !important;
        margin-left: 30px !important;
        font-size: 17px !important;
        margin-top: -50px !important;
        position: absolute !important;
        background-color: gray !important;
        color: white !important;
    }

    .thankyou-container {
        padding: 10px !important;
    }

    .thankyou-leftside {
        padding: 10px !important;
        border-right: none !important;
    }

    .norightborder {
        border-right: none !important;
    }

    .thankyou-leftside h1 span {
        font-size: 25px !important;
        font-weight: bold !important;
    }

    .thankyou-leftside h1 {
        font-size: 23px !important;
        font-weight: bold !important;
    }

    .thankyou-leftside p {
        font-size: 15px !important;
    }

    .thankyou-leftside p strong {
        font-size: 20px !important;
    }

    #thankyou_countdownmessage {
        font-size: 10px !important;
    }

    .thankyou-rightside {
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    .thankyou-rightside h1 {
        padding-top: 10px !important;
        padding: 0px;
        font-size: 25px !important;
    }

    .thankyou-rightside h2 {
        font-size: 15px !important;
    }

    .thankyou-rightside h3 {
        font-size: 20px !important;
    }

    .thankyou-rightside div.details p:first-child {
        font-size: 10px !important;
    }

    .thankyou-rightside div.details p:last-child {
        font-size: 10px !important;
    }

    .print-btn {
        font-size: 15px !important;
    }

    .calculator {
        flex-direction: column !important;
        position: relative;
        top: 0px;
        padding-top: 65px;
        height: 100vh;
        background: #000;
        overflow-y: scroll;
    }

    .calc-content {
        margin: 0 15px;
    }

    .lease {
        position: absolute;
        top: 32px;
        z-index: 9;
    }

    /*.active {
    top: 65px;
    z-index: 10;
  }*/
    /*
    .estimate_payment_cash.active, .estimate_payment_finance.active
       {
        top: 65px;
        z-index: 10;
       }*/

    .finance {
        position: absolute;
        top: 32px;
        z-index: 9;
    }

    .or {
        display: none;
    }

    .animate .active {
        animation: myAnim 0.3s ease 0s 1 normal forwards;
        margin: 0px;
    }

    @keyframes myAnim {
        0% {
            top: 100%;
            /* opacity: 0; */
            transform: translateY(250px);
        }

        100% {
            top: 95px;
            /* opacity: 1; */
            transform: translateY(0);
        }
    }

    .close-btn:after {
        content: "✖";
        color: #fff;
        border: solid 1px #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        line-height: 25px;
        position: absolute;
        right: 7px;
        top: 7px;
    }

    .close-btn {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99;
        background: #000;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 5px;
        color: #fff;
        font-size: 12px;
        align-items: center;
    }

    .vdp-right-head .mobile-show.width-auto {
        width: 100%;
    }

    .slider.product-for.mobile-hidden.slick-initialized.slick-slider {
        display: none;
    }

    /* .right-content
  {
    margin-top:47px;
  }*/


}

@media (max-width: 1024px) {

    .estimate_payment_cash,
    .estimate_payment_finance {
        margin-top: 0px !important;
        /* position: absolute !important; */
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .calc-content,
    .vdp-button1,
    .vdp-button-section .vdp-button2 {
        max-width: 220px !important;
    }

    .calculator,
    .vdp-button-section {
        padding-left: 0 !important;
    }

    .vdp-button-section {
        max-width: 470px !important;
    }

    .full-request-info-btn {
        max-width: 471px !important;
    }

    .vdp-button-section .vdp-button1-without-preq.vdp-button1 {
        max-width: 100% !important;
        margin-right: 0px !important;
    }

    .nav-sub.regular-filters {
        width: 100%;
    }

    /* #sni-filter-button #regular_BRANDSMODEL,
    #sni-filter-button #regular_MONTHPAY,
    #sni-filter-button #regular_LOCATION {
        width: 12% !important;
    }

    #sni-filter-button #regular_ENGINETYPE,
    #sni-filter-button #regular_COLOR,
    #sni-filter-button #regular_PRICE,
    #sni-filter-button #regular_MILAGE {
        width: 9% !important;
    } */

    #sni-filter-button .sub-tab button b {
        float: left;
        padding-left: 6px;
    }

    #sni-filter-button .fa-chevron-down {
        padding-right: 8px;
        padding-top: 2px;
    }

    #sni-filter-button #regular_BRANDSMODEL {
        margin-left: 0px;
    }
}

/* TIM CODE */

.mobile-active,
.mobile-show {
    display: none;
}

.mobile-deactive,
.mobile-hide {
    display: block;
}


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

    .mobile-active,
    .mobile-show {
        display: block;
    }

    .mobile-deactive,
    .mobile-hide {
        display: none;
    }

    .mobile-goback {
        background-color: #000;
        font-size: 0.8rem;
        padding: 5px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

    .mobile-goback a {
        color: #fff;
    }

    .mobile-deactive,
    .mobile-hide {
        display: none;
    }

    .mobile-goback a:hover {
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
    }

    .estimate-payment-collapsed {
        z-index: 9999 !important;
    }

    /* .home-delivery-container {
    z-index: 2500 !important;
  } */

    .d-flex,
    .final-price {
        align-items: left !important;
    }

    .mobile-active-sticky {
        position: -webkit-sticky !important;
        /* Safari */
        position: sticky !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .mobile-goback a:hover {
        text-decoration: underline;
        cursor: pointer;
        cursor: hand;
    }

    .estimate-payment-collapsed {
        z-index: 9999 !important;
    }

    /* .home-delivery-container {
    z-index: 2500 !important;
  } */

    .d-flex,
    .final-price {
        align-items: left !important;
    }

    .mobile-active-sticky {
        position: -webkit-sticky !important;
        /* Safari */
        position: sticky !important;
        top: 0;
        width: 100%;
        z-index: 9999;
    }

    .mobile-test-drive-form label {
        font-size: 18px !important;
        font-size: 0.8rem !important;
        font-weight: 400 !important;
    }

    .mobile-test-drive-form label {
        font-size: 18px !important;
        font-size: 0.8rem !important;
        font-weight: 400 !important;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        border-right: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
    }

    .fav-values {
        height: 22px !important;
        width: 22px !important;
        margin-left: 30px !important;
        font-size: 17px !important;
        margin-top: -50px !important;
        position: absolute !important;
        background-color: gray !important;
        color: white !important;
    }

    .navbar-toggler {
        border: 0px;
    }

    button.navbar-toggler {
        width: 56px;
        height: 40px;
        position: relative;
    }

    button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        display: none;
    }

    button.navbar-toggler[aria-expanded="true"]:before {
        display: inline-block;
        content: "\00d7";
        font-size: 43px;
        line-height: 30px;
    }

    #prequalified-container {
        max-width: 100%;
    }

    .prequalified-collapsed {
        position: fixed;
        left: 0;
        transition: all 0.3s ease-in-out;
        top: 0px;
        height: 100%;
        background: #fff;
        width: 100%;
        z-index: 100;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .est-inputs {
        border-right: 0 !important;
    }

    .icn-head {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .inp-grp {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .labl-chk {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .bot-allest {
        width: 100% !important;
    }

    /* .zipcode-form.zipcodelanding, .zipcode-form.zipcodelanding span {
        display: block;
    } */
    .reserveSection,
    .Carproduct_price {
        border-right: none !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .btnBack_Reserve {
        display: none;
    }

    .reserveSection {
        order: 2;
    }

    .faq_section {
        margin-top: 0 !important;
    }

    .mNav .mobile-navigation-withoutLogo {
        margin-top: 0px;
    }

    .reservationPage .logo-header-container {
        margin-top: 88px !important;
    }
}

@media (max-width:767px) {
    .range_left_side {
        width: 10% !important;
    }

    .range_mid_side {
        width: 80% !important;
    }

    .range_right_side {
        width: 12% !important;
        position: absolute;
        right: -3%;
    }

    .range_mgn.range-container .high-value {
        font-size: 13px !important;
        float: none !important;
        margin-top: 0;
    }

    .navbar-brand {
        border-right: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
    }

    .container.test-drive {
        max-width: 100%;
    }

    .testdrive-right-side {
        float: left;
        width: 64%;
        text-align: right;
        display: flex;
        align-items: center;
    }

    .testdrive-right-side a {
        color: #000 !important;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
    }

    .testdrive-right-side.mobile-testdrive-right-side p,
    .testdrive-btn-container {
        width: 100% !important;
    }

    .form-group input {
        margin-bottom: 17px;
    }

    .test-drive .form-group .col-md-6,
    .test-drive .form-group .col-md-12 {
        padding: 0px 5px;
    }

    .test-drive .form-group {
        width: 100% !important;
        margin: auto;
    }

    .Carproduct_price h2 {
        font-size: 22px !important;
    }

    .order_Description ul li {
        font-size: 14px !important;
    }

    .Carproduct_price {
        padding-bottom: 0px !important;
    }

    .reserveSection h1 {
        font-size: 22px !important;
    }

    .reserveSection h1 br {
        display: none;
    }

    .reserveSection h1 span {
        font-size: 15px !important;
    }

    .faq_title {
        font-size: 20px !important;
    }

    .faq_title span {
        padding: 0 15px !important;
    }

    .faq_section .accordion .accordion-item .accordion-button {
        font-size: 14px !important;
    }

    .vdp-arrow-btn.sni-top a,
    .vdp-arrow-btn a {
        width: 42px !important;
        height: 42px !important;
        bottom: 20px !important;
        right: 5px !important;
    }

    .vdp-arrow-btn.sni-top a img,
    .vdp-arrow-btn a img {
        width: 44px;
        height: 42px;
    }
}

@media (max-width: 599px) {
    body {
        overflow: hidden !important;
    }

    .range_left_side {
        width: 20% !important;
        position: absolute;
        bottom: -25px;
    }

    .range_mid_side {
        width: 100% !important;
    }

    .range_right_side {
        width: auto !important;
        position: absolute;
        right: 0;
        bottom: -25px;
    }

    .range_mgn.range-container .high-value {
        font-size: 13px !important;
        float: none !important;
        margin-top: 0;
    }

    .navbar-brand {
        width: 55%;
        text-align: center;
    }
}


/* Amit code here */

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .prequalify-container.mobile-view-inner {
        padding: 0px !important;
        margin: 55px 0 20px;
    }

    .prequalify-container.mobile-view-inner input {
        border-radius: 3px !important;
    }

    .prequalify-container.mobile-view-inner h3 {
        font-size: 26px;
        margin: 0 0 5px;
    }

    .prequalified-collapsed.prequalified-inner .fav-go-back {
        position: fixed;
        z-index: 999999;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior,
    .credit-estimated-conatainer.inner-credit-estimated {
        margin: 55px 0 20px;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .per-est h4 {
        font-size: 1.4rem !important;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .error {
        margin: 0;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .CreditTypeStatus {
        width: 25% !important;
    }

    .graph-value {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 27px;
    }

    .credit-estimatior-conatainer .graph-value p {
        float: none;
        display: block !important;
        margin: 0 !important;
        width: 100%;
        font-size: 14px !important;
        text-align: right;
    }

    .credit-estimatior-conatainer .graph-value .blackinfo1,
    .credit-estimatior-conatainer .graph-value.graph-2 .blackinfo2 {
        float: none;
        display: block;
        position: sticky;
        margin-top: -17px;
        margin-left: 2px;
        width: 15px;
    }

    .credit-estimatior-conatainer .graph-value.graph-2 {
        margin-top: 20px;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .bot-continue {
        width: 100%;
        margin-top: 30px;
    }

    .credit-estimated-conatainer.inner-credit-estimated {
        border: none;
        padding: 10px;
        text-align: center;
    }

    .credit-estimated-conatainer.inner-credit-estimated h1 {
        font-size: 25px;
    }

    .credit-estimated-conatainer.inner-credit-estimated p {
        font-size: 17px;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-credit-slider input {
        width: 100%;
    }

    .credit-estimated-conatainer.inner-credit-estimated .Creditslider {
        height: 4px;
        background: #000;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-meter {
        width: 94%;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-meter-num p {
        font-size: 12px;
        margin-top: -6px;
        color: #000;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-meter p:first-child {
        margin-left: 0px;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-meter p:last-child {
        margin-right: 0px;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-meter-num {
        justify-content: center;
        width: 100%;
    }

    .credit-estimated-conatainer.inner-credit-estimated #Creditvlauetype {
        font-size: 20px;
        color: #10CFC8;
    }

    .credit-estimated-conatainer.inner-credit-estimated .range-credit-slider p {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .credit-estimated-conatainer.inner-credit-estimated .credit-btns {
        margin-top: 0px;
    }

    .credit-estimated-conatainer.inner-credit-estimated .credit-btns button {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }

    .credit-estimated-conatainer.inner-credit-estimated .cred-btns {
        padding: 0px;
    }

    .credit-estimated-conatainer.inner-credit-estimated h5 {
        margin-top: 50px;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .rslider {
        display: block;
        margin: 0 0px 0px 60px;
    }

    .credit-estimatior-conatainer.inner-credit-estimatior .after-creditScore h6 {
        position: relative;
        margin-top: 15px;
        margin-left: 0;
        font-size: 18px;
        text-align: center;
    }

    .prequalify-container .disclamimer-custom h4 {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .prequalify-container .disclamimer-custom p {
        color: #686767 !important;
        font-size: 14px !important;
        font-weight: bold;
        width: 90%;
        margin: auto;
    }

    .tradein-zipcode.custom-tradein {
        margin-bottom: 0px;
    }

    .tradein-zipcode.custom-tradein .zipcode-container {
        height: auto;
        margin-left: 0px;
        margin-right: 0px;
    }

    .mobile-view-100 {
        display: block;
        line-height: normal;
        font-weight: bold;
    }

    .tradein-zipcode.custom-tradein .zipcode-container .current_location_container {
        font-size: 20px;
        width: 100%;
        padding: 11px 15px;
    }

    .tradein-zipcode.custom-tradein .zipcode-form input {
        width: 100% !important;
        height: 48px !important;
    }

    .tradein-zipcode.custom-tradein .zipcode-container .tradein_zipcode_enter {
        width: 100%;
        padding: 6.1px 10px;
        font-size: 20px;
    }

    .custom-zip-title {
        text-align: left !important;
        line-height: normal;
        font-weight: 600;
        font-size: 20px;
    }

    .offcanvas.custom-right-offcanvas {
        width: 100% !important;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-header {
        display: flex !important;
        padding: 6px 0 0;
        justify-content: end;
    }

    .offcanvas.custom-right-offcanvas .moveright {
        float: none !important;
    }

    .offcanvas.custom-right-offcanvas #vehicleBuy {
        padding: 0px !important;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body {
        padding: 10px 0px;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-header .btn-primary {
        font-size: 16px;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body h2 {
        font-size: 18px;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body .credit-btns button.inner-cred-btns {
        width: 30%;
        font-size: 15px;
        margin-top: 8px;
        border-radius: 4px;
    }

    .custom-right-offcanvas .range-container {
        margin-right: 0 !important;
        margin-top: 0px !important;
        margin-bottom: 0 !important;
        position: relative;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body #distance-range-slider-container h3,
    .offcanvas.custom-right-offcanvas .offcanvas-body #dealerSelection h3 {
        font-size: 18px;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body .tradein-retailer {
        margin-top: 0rem !important;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body .high-value {
        margin-top: 0;
        float: none;
        font-size: 14px;
        text-align: right;
    }

    .offcanvas.custom-right-offcanvas .offcanvas-body .high-value.text-end {
        position: absolute;
        left: 0;
        top: 8px;
    }

    #milesSelection,
    #dealerSelection,
    .custom-right-offcanvas #tradeInrequestForm {
        padding: 0px !important;
    }

    .form_terms_condition p {
        font-size: 13px;
    }

    .custom-right-offcanvas #tradeInrequestForm .form-group label {
        font-size: 14px;
        font-weight: 500;
        margin-top: 0px !important;
    }

    .custom-right-offcanvas #tradeInrequestForm .credit-btns {
        margin-top: 5px;
    }

    #tradeInrequestForm .credit-btns .testDrive-button {
        font-size: 15px !important;
    }


    #tradeInrequestForm h3 {
        font-size: 19px;
        margin-top: 20px;
    }

    .go-back-custom.go-back-mobile a {
        color: #fff;
        margin-left: 10px;
    }

    .mobile-navigation-withoutLogo {
        margin-top: 87px;
    }

    #header.navbar {
        position: absolute !important;
    }

    .mobile-order-2 .home-delivery-container,
    .mobile-order-2 .fav-icon-slider {
        display: none !important;
    }

    .custom-right-section.mobile-order-1.right-content .fav-icon-slider,
    .custom-right-section.mobile-order-1.right-content .home-delivery-container {
        z-index: 0;
    }

    .custom-right-section.mobile-order-1.right-content .fav-icon-slider {
        top: 4% !important;
        right: 7% !important;
    }

    .custom-right-section.mobile-order-1.right-content .home-delivery-container {
        top: 4% !important;
        left: 7% !important;
        display: flex !important;
    }

    .logo-container.custom-Brand-Logo {
        margin: 0px !important;
        padding: 20px 0;
    }

    .logo-container.custom-Brand-Logo img {
        max-width: 12%;
    }

    .heartlogo.comparesection .topright-default {
        width: 26px;
        height: 26px;
        font-size: 16px;
        bottom: -40px;
        top: auto;
        right: 2px;
        padding: 1px;
    }

    #vehicle-compare-details .vehicle_container h1 {
        padding-right: 30px;
    }

    .vehicle_container h2 {
        line-break: anywhere;
    }

    #comparevehiclelist .heartlogo.comparesection .topright {
        width: 26px;
        height: 26px;
        font-size: 16px;
        bottom: -40px;
        top: auto;
        right: 2px;
        padding: 1px;
        display: block;

    }

    .custom-slider-section .tradein-retailer {
        margin-top: 1rem !important;
    }

    .custom-slider-section {
        margin-bottom: 25px !important;
    }

    .text-end.high-value {
        float: none;
        text-align: left !important;
        margin-top: -25px;
    }

    #milesSelection h3,
    #dealerSelection h3 {
        font-size: 20px;
    }

    .testdrive-right-side.mobile-testdrive-right-side {
        flex-wrap: wrap;
        justify-content: end;
    }

    .vdp-section-without-cta {
        display: block !important;
    }

    #interior-exterior-modal .modal-dialog {
        width: 100% !important;
        max-width: 96%;
    }

    .exterior.modal-slider .exterior-for .slick-prev {
        left: 0px;
        width: 50px;
        height: 30px;
        z-index: 1;
    }

    .exterior.modal-slider .exterior-for .slick-next {
        height: 30px;
    }

    .exterior.modal-slider .exterior-for .slick-prev:before {
        content: '\f104';
        font-family: 'FontAwesome';
        font-size: 30px;
    }

    .exterior.modal-slider .exterior-for .slick-next:before {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 30px;
    }

    .vehicle_container .content-box {
        flex-wrap: wrap;
    }

    .vehicle_container .card .content-box .right-content h4 {
        text-align: left;
    }

    .vehicle_container .card .content-box .left-content,
    .vehicle_container .card .content-box .right-content,
    .vehicle_container .content-box .left-content,
    .vehicle_container .content-box .right-content {
        width: 100% !important;
    }

    #vehicleLists .vehicle_container .content-box .left-content,
    #vehicleLists .vehicle_container .content-box .right-content {
        width: 50% !important;
    }

    .vehicle_container .content-box .left-content .zip-content-box .car-location-list-icon {
        width: 20px;
    }

    .vehicle_container .content-box .left-content .zip-content-box .zip-code {
        font-size: 15px;
    }

    .vehicle_container .content-box .right-content .vehicle_container .fontChng {
        margin-top: 7px;
    }

    #vehicle-compare-list .vehicle_container button {
        font-size: 15px;
    }

    #vehicle-compare-list .vehicle_container button.request-btn {
        padding: 7px;
    }

    .search-container h1 span.usedVehicle.texttransformnormal {
        font-size: 16px;
    }

    .date-container #date {
        width: 100%;
    }

    .date-container .date-icon {
        position: absolute;
        /* top: 10px; */
        right: 0px;
    }

    .click-dt-tm-pic .time-container {
        width: 100% !important;
    }

    .testDrive-zipcode .testDrive-zipcode-section {
        padding-right: 15px;
        margin-right: 15px;
    }

    .testDrive-right .testDrive-zipcode h3 {
        font-size: 14px;
    }

    .testDrive-zipcode .testdrive-right-side.mobile-testdrive-right-side p:last-child {
        padding-top: 5px;
    }

    .exterior.modal-slider .exterior-for .slick-prev {
        z-index: 1;
    }

    .go-back-container.trade-back {
        display: block !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .go-back-container.trade-back a.go-back {
        color: #fff;
    }

    #input-myhome input {
        margin-bottom: 18px !important;
    }

    .landingPagesection .compare_adjust_for_fav.fav-content .compare-box {
        display: none !important;
    }

    #f_payment_disclaimer,
    #c_payment_disclaimer {
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

    #vehicle-compare-details .vehicle_container .heartlogo.comparesection {
        overflow: visible !important;
    }

    .vdp-zipcode .zipcode-section {
        border-right: 2px solid #b4b4b4 !important;
    }

    .vdp-content .vdp-zipcode h3 {
        display: block;
        font-size: 14px;
    }

    .show-for-desktop {
        display: none;
    }

    .show-for-mobile {
        display: block !important;
    }

    #mobile-location-distance-filter-options .high-value {
        margin-top: -30px;
        float: none;
        margin-right: -7px;
        font-size: 12px;
    }

    #mobile-location-distance-filter-options .high-value #mobileDealerRadiusRangeSliderMaxValue {
        margin-left: -9px;
    }

    #mobile-location-distance-filter .ui-slider-handle {
        margin-left: -0.6em !important;
    }

    .right-content.mobile-order-1.custom-right-section.position-relative .fixed_price_budge {
        top: 20px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .vdp-button-section .vdp-button1 {
        font-size: 15px !important;
    }

    .bgImage {
        height: 500px;
    }

    .logo-container {
        margin: 15px auto 15px;
    }

    .vdp-button-section .vdp-button1 {
        font-size: 15px !important;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .bgImage {
        height: 530px;
    }

    .logo-container {
        margin: 25px auto 25px;
    }
}

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

    .vdp-button-section,
    .full-request-info-btn {
        max-width: 631px !important;
        /* padding-left: 16px !important; */
    }

    .vdp-button-section button:first-child {
        margin-right: 30px !important;
    }

    .vdp-button1 {
        flex: 1 0 300px;
        max-width: 300px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #voc1 .row.mt_70 .col-sm-2 {
        width: 33%
    }

    #EstimPayment {
        padding-bottom: 50px;
    }
}