/* mm grey color #f7f8f9 */
/* header css */
.fb-icon {
    background-color: #D5D5D7;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-right: 5px;
}

.tweeter-icon {
    background-color: #D5D5D7;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-right: 5px;
}

.linkedin-icon {
    background-color: #D5D5D7;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-right: 5px;
}

.messenger-icon {
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-right: 5px;
}

.pinterest-icon {
    background-color: #D5D5D7;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 4px;
}

.back-button {
    cursor: pointer;
}

.facebook {
    fill:white;
}

.twitter {
    fill:white;
}

.linkedin {
    fill:white;
}

.pinterest {
    fill:white;
}

.separator-vdp4 {
    border-top: 2px solid #D5D5D7;
}

.vehicle-make-modele-year {
    margin-bottom: 10px;
}

.vehicle-base-price {
    margin-bottom: 5px;
}

.pre-approbation {
    background-color: #fff;
    color:#910a2d;
    border-radius: 6px;
    padding: 8px 20px 5px;
    font-size: 1.2rem;
}

.no-flex-wrap {
    flex-wrap: unset;
}

.header-title-font {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.vehicle-trim-marketing {
    font-size: 16px;
    line-height: normal;
    margin: 0px;
    text-transform:uppercase;
}

.vehicle-adjusted-price {
    font-size: 26px;
}

.vehicle-base-price-only {
    font-size: 20px;
}

.left-side {
    border-left: solid 4px black;
    margin: 0px -15px 0px 15px;
    padding-left: 1rem;
}

.left-side-bottom {
    border-left: solid 4px white;
    margin: 0px -15px 0px 15px;
    padding-left: 1rem;
}

.odometer {
    margin-top: 20px;
}

.specs-title-vdp4 {
    padding-bottom: 1rem;
    margin-bottom: .5rem;
    position: relative;
}

.specs-title-vdp4:before {
    content: ' ';
    width: 60px;
    background: #910a2d;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.vdp-svg {
    height: 40px;
    width: 50px;
}

.svg-cylinder {
    margin: 0px 0px -10px 0px;
    height: 80px;
    width: 80px;
}

.svg-category {
    width: 70px;
}

.svg-traction {
    width: 60px;
    height: 60px;
}

.cta-svg-carfax {
    height: 50px;
    cursor: pointer;
    margin-top: 15px;
}

.specs-title {
    font-size: 20px;
}

.vdp4-wear-info {
    font-size: 20px;
}

.iframe-video {
    width: 100%;
    height: 495px;
}

.specs-info {
    font-weight: bold;
    font-size: 15px;
}
.carousel-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.carousel-image-small {
    height: 240px!important;
}

@media (max-width: 962px) {
    .carousel-image
    /*, .watermark-image-child  */
    {
        height: 370px;
    }
}
@media (max-width: 668px) {
    .carousel-image
    /*, .watermark-image-child  */
    {
        height: 260px;
    }
}

.cta3-button {
    background-color: #c2012f;
    border: solid #c2012f 1px;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    flex: 0 0 10%;
    cursor: pointer;
    margin: 5px;
}

.cta-button-mobile {
    background-color: white;
    border: solid black 1px;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    flex: 0 0 10%;
}

.flex-grow {
    flex-grow: 1;
}

.cta3-style {
    width: 100%;
}

.cta3-title-desktop {
    color: white;
    font-size: 20px;
    margin-top: 1rem;
    margin-right: 50px;
}

.cta3-title-mobile {
    color: black;
    font-size: 8px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.flex-cta3-button-desktop {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-self: center;
}

.flex-cta3-button {
    display: flex;
    flex-wrap: wrap;
    justify-self: center;
}

.cta3-svg {
    margin: 0 5px;
    height: 40px !important;
    width: 40px !important;
    filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(305deg) brightness(109%) contrast(99%);
}

.bg-gray {
    background-color: #F5F6F7;
}

.vdp-contact {
    overflow-wrap: break-word;
    max-width: 100%;
}

.inspection-info {
    padding: 8px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.fuel-data {
    font-size: 20px;
}

.fuel-mesure {
    font-size: 10px;
}

.vdp4-description {
    max-height: 200px;
    overflow: hidden;
}

.vdp4-description.is-opened {
    max-height: none;
    overflow: unset;
    padding-bottom: 1.5rem;
}

.vdp4-description-toggler-container {
    --toggler-border-color: #D5D5D7;

    position: absolute;
    z-index: 1;
    inset: auto 0 0 0;
    display: flex;
    align-items: center;
    transform: translateY(50%);
}

.vdp4-description-toggler-container::before,
.vdp4-description-toggler-container::after {
    content: "";
    display: block;
    flex-grow: 1;
    border-bottom: 1px solid var(--toggler-border-color);

}

.vdp4-description-toggler {
    border-radius: 100vw;
    padding: 0.5rem 1rem;
    background-color: white;
    border: 1px solid var(--toggler-border-color);
    cursor: pointer;
}

.vdp4-description-text ul {
    list-style-position: inside;
}
/* specification section */
.vdp4-accessories-btn-container {
    z-index: 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.vdp4-accessories-btn-container::before {
    border-top: 1px solid #D5D5D7;
    content: '';
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.vdp4-accessories-btn {
    cursor: pointer;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    background-color: white;
    border: 1px solid #D5D5D7;
}

/* inspection section */

.specs-li {
    list-style: none;
}

.specs-checkbox-svg {
    width: 20px;
    margin-right: 10px;
}

.inspection-box {
    border: 1px solid white;
    background-color: white;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
}

.inspection-title {
    margin-left: 20px;
}

.inspection-checkbox-svg {
    margin-left: 10px;
    filter: invert(43%) sepia(18%) saturate(3755%) hue-rotate(114deg) brightness(97%) contrast(100%);
}


.inspection-file-svg {
    width: 15px;
    margin-left: 10px;
    filter: invert(43%) sepia(18%) saturate(3755%) hue-rotate(114deg) brightness(97%) contrast(100%);
}

.inventory-car-header-vrp4 {
    min-height: 167px;
}
.car-card-vrp4 {
    min-height: 750px;
}

.carfax-logo-vrp {
    width: 135px;
}

.certification-image {
    max-width: 120px;
    z-index: 1;
}

.calculator-title {
    align-self: center;
}

.calculator-box {
    border: solid transparent 2px;
    color: #3e3e3e;
    background-color: #ececec;
    padding: 10px;
}

.calculator-box-white {
    border: solid transparent 2px;
    color: #3e3e3e;
    padding: 10px;
}

.calculator-input {
    color: black !important;
}

.calculator-input::-webkit-outer-spin-button,
.calculator-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-btn {
    width: 100%;
}

.calculator-reset-btn {
    width: 100%;
    height: 50px;
    border: solid 2px;
    border-radius: 4px;
    background-color: white;
}

.calculator-reset-btn:hover {
    cursor: pointer;
}

.paiements-box {
    border: solid transparent 1px;
    background-color: #ececec;
    color: #3e3e3e;
    margin: 10px 0px 10px 0px;
    border-radius: 13px;
    cursor: pointer;
}

.paiements-box-selected {
    border: solid #c2012f 1px;
    background-color: #fff;
    color: #3e3e3e;
    margin: 10px 0px 10px 0px;
    border-radius: 13px;
}

.paiements-box-selected .frequency-box {
    background-color: #c2012f;
    color: white;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.currencyinput {
    border: 1px inset;
    background-color: white;
    padding: 7px 5px 7px 0px;
}

.currencyinput input {
    border: 0;
}

.monthly-paiements {
    align-self: center;
}

.frequency-box {
    background-color: #333;
    color: white;
    padding: 5px;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

.separator-vdp4 {
    border-right: 2px solid #F5F6F7;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}

.small-separator-vdp4 {
    border-right: 2px solid #F5F6F7;
    height: 60px;
    position: absolute;
    left: 62%;
    margin-left: -3px;
}

.tire-info {
    margin-right: 5rem;
}

.margin-upper-carousel{
    margin-top: 47px;
}
.dealer-name {
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .vehicle-base-price-only {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    .specs-title-vdp4-wear:before {
        content: ' ';
        width: 60px;
        background: #910a2d;
        height: 3px;
        position: absolute;
        bottom: 110px;
    }

    .calculator-box {
        border: solid transparent 2px;
        color: #3e3e3e;
        background-color: #ececec;
        padding: 8px;
    }

    .calculator-box-white {
        border: solid transparent 2px;
        color: #3e3e3e;
        padding: 8px;
    }
}

@media(max-width: 768px) {
    .certification-image {
        right: 5px;
        bottom: -60px;
        left: -50px;
    }
}

@media (max-width: 500px) {
    .certification-image {
        right: 5px;
        bottom: -10px;
        left: auto;
        max-width: 80px;
    }

    .iframe-video {
        height: 330px;
    }
    .calculator-input {
        width: 70px;
    }

    .specs-title-vdp4-wear:before {
        content: ' ';
        width: 60px;
        background: #910a2d;
        height: 3px;
        position: absolute;
        bottom: 106px;
    }

    .vehicle-trim-marketing {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .description-text {
        overflow-wrap: break-word;
    }
}

.watermark-image-child {
    position: absolute;
    top: 0;
    left: 0;
}


.img-fluid-option {
    max-height: 470px;
    object-fit: contain;
}

.img-fluid-option-small {
    max-height: 225px;
    object-fit: contain;
}

#moreDescription {
    display: none;
}

.similar_vehicles {
    margin: 50px 0;
}

.similar_vehicles .feature-car .section-title h2 {
    text-align: center !important;
}

.similar_vehicles .featured-lineup .card {
    background-color: white;
    border: 1px solid var(--border-color, rgba(0,0,0,.125) );
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100% - 1rem);

}

.featured-lineup .card-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.similar_vehicles .similar_v_infos {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: auto;
    min-height: 3.6rem;
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .similar_vehicles .featured-lineup .card-body>.btn {
        font-size: 12px;
    }
    .similar_vehicles .similar_v_infos {
        font-size: 0.8rem;
    }

    .similar_vehicles .card-text {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .similar_vehicles .featured-lineup .carousel-item > div {
      display: none;
    }
    .similar_vehicles .featured-lineup .carousel-item > div:first-child {
      display: block;
    }
    .similar_vehicles .featured-lineup .carousel-item .col-md-4 {
        max-width: 100%;
        flex: unset;
    }

    .similar_vehicles .carousel-inner {
        display: flex !important;
        transition: transform 0.6s ease-in-out !important;
        backface-visibility: hidden !important;
    }
    .similar_vehicles .carousel-item {
        flex: 0 0 100% !important;
        transform: translate3d(0, 0, 0) !important;
        backface-visibility: hidden !important;
    }
}

.similar_vehicles .carousel-control-next {
    border: none;
    background: transparent;
}

.similar_vehicles .carousel-control-prev {
    border: none;
    background: transparent;
}

.vdp4 button .carousel-control-next-icon {
    margin-top: unset;
    background-color: #1e1e1ee0;
    border: 1px solid #f1f1f1a8;
}

.vdp4 button .carousel-control-prev-icon {
    margin-top: unset;
    background-color: #1e1e1ee0;
    border: 1px solid #f1f1f1a8;
}

.vdp4 .carousel-item {
    justify-content: center;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.specs-card-vdp4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    text-align: center;
}


.specs-long-box,
.vdp-box {
    --box-border: 1px solid #D5D5D7;
    border: var(--box-border);
    border-radius: 5px;
    padding: .25rem;
}

.vdp-box {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.vdp-box>* {
    /* flex: ; */
}

.vdp-box>*+* {
    border-left: var(--box-border);
    padding-left: 1rem;
}

.vdp-box-icon {
    display: grid;
    place-content: center;
}

.specs-box {
    display: grid;
    place-content: center;
    grid-auto-flow: row;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.specs-box>*+.specs-box-text {
    padding-left: 0;
    border-left: none;
}


.warranty-box-icon {
    text-align: center;
}

.warranty-box {
    grid-template-columns: 1fr 2fr;
}

.cta_desktop_d_none {
    padding: 0px 8px;
}

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

    .modal_cta_vdp_topsize {
        /* margin-top: 135px !important; */
    }

    .specs-card-vdp4 {
        gap: .75rem;
    }

    .has-image-interior.specs-card-vdp4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .no-image-interior .specs-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: flex-start;
    }

    .no-image-interior .specs-box-icon {
        border-right: var(--box-border);
        flex-basis: 50%;
    }

    .no-image-interior .specs-box-text {
        text-align: left;
        padding-left: 1rem;
        align-self: center;
    }
}

@media screen and (min-width: 1200px) {
    .specs-long-box {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .specs-long-box>* {
        margin-right: 3rem;
    }
}


.specs-card-vdp4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    text-align: center;
}


.specs-long-box,
.vdp-box {
    --box-border: 1px solid #D5D5D7;
    border: var(--box-border);
    border-radius: 5px;
    padding: .25rem;
}

.vdp-box {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.vdp-box>* {
    /* flex: ; */
}

.vdp-box>*+* {
    border-left: var(--box-border);
    padding-left: 1rem;
}

.vdp-box-icon {
    display: grid;
    place-content: center;
}

.specs-box {
    display: grid;
    place-content: center;
    grid-auto-flow: row;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.specs-box>*+.specs-box-text {
    padding-left: 0;
    border-left: none;
}


.warranty-box-icon {
    text-align: center;
}

.warranty-box {
    grid-template-columns: 1fr 2fr;
}

@media screen and (min-width: 992px) {
    .specs-card-vdp4 {
        gap: .75rem;
    }

    .has-image-interior.specs-card-vdp4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .no-image-interior .specs-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: flex-start;
    }

    .no-image-interior .specs-box-icon {
        border-right: var(--box-border);
        flex-basis: 50%;
    }

    .no-image-interior .specs-box-text {
        text-align: left;
        padding-left: 1rem;
        align-self: center;
    }
}

@media screen and (min-width: 1200px) {
    .specs-long-box {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .specs-long-box>* {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 501px) {
    .featured-lineup .card-body>.btn {
        padding: 3px !important;
    }
}

.header_4_frequency {
    color: var(--primary);
    justify-content: right;
    font-size: 14px;
    font-weight: bold;
}


.carousel-with-youtube .carousel-control-next,
.carousel-with-youtube .carousel-control-prev{
    top: 65px;
    bottom: 65px;
}

.calculator-confirm-btn {
    background-color: var(--primary);
    color: white;
    width: 100%;
    height: 50px;
    border: solid 2px var(--primary);
    border-radius: 4px;
    cursor: pointer;
}

.calculator-confirm-btn:focus {
    border-color: var(--primary);
}

.calculator-confirm-btn:hover {
    border-color: var(--primary);
}

.calc-confirm-title {
    color: black;
}

/* equipment4 */
.equipment4__arrow {
    width: 3rem;
    flex-shrink: 0;
    display: grid;
    place-content: center;
    cursor: pointer;
}
.equipment4__arrow:hover {
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    border: solid 1px rgb(230, 230, 230);
}

.equipment4__nav .nav-link {
    color: inherit;
    font-weight: bold;
    padding-block: 1rem;
    text-align: center;
}


@media screen and (max-width: 1023px) {
    .equipment4__container {
        display: flex;
    }

    .equipment4__nav {
        flex-grow: 1;
    }

    .equipment4__nav .nav-item {
        width: 100%;
    }
    
    .equipment4__nav .nav-link:not(.active) {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .equipment4__nav .nav-link:hover {
        color: var(--primary);
    }

    .equipment4__nav .nav-link.active {
        background-color: var(--bg-color, white);
        color: var(--primary);
    }

    .equipment4__arrow {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .equipment4__nav .nav-link {
        padding-inline: 2rem;
    }
}


.social-sharing-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }
  


  
.social_share>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    padding: 5px;
    transition: ease all .3s;
    line-height: 16px;
}

.social_share>a.facebook {
    background-color: #4080FF;
    fill: #fff;
}

.social_share>a.twitter {
    background-color: #4FC6F8;
    fill: #fff;
}

.social_share>a.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    fill: #fff;
}

.social_share>a.pinterest {
    background-color: #E01A25;
    fill: #fff;
}

.social_share>a.linkedin {
    background-color: #2777B5;
    fill: #fff;
}

.social_share>a.sms {
    background-color: #27b552;
    fill: #fff;
    position: relative;
    top: -2px;
}

.social_share>a.email {
    background-color: #fff;
    fill: #4080FF;
    position: relative;
    top: -2px;
    border: 1px solid #4080FF;
}

.social_share>a.email>svg {
    top: 0px;
    position: relative;
}

.social_share>a.messenger {
    background-color: transparent;
    fill: #fff;
    padding: 0;
    position: relative;
    top: -5px;
 
}

/* AV */
.av-website .flex-cta3-button-desktop.flex-cta3-button-desktop {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.av-website .flex-cta3-button-desktop .cta3-button {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .av-website .flex-cta3-button-desktop.flex-cta3-button-desktop {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
    }
}

.av-website .vrp4-card .card-body{
    flex-grow: 0;
}

.av-website .reset-filter-container {
    float: left;
}

.av-website .vehicle-trim-marketing.vehicle-trim-marketing {
    max-width: 100%;
}

.av-website .specs-title-vdp4.text-center::before {
    left: 50%;
    translate: -50%;
}
.av-website .contact_us_svg.mobile_contact_us_svg.mobile_contact_us_svg {
    height: 30px !important
}

.av-website .calendar_svg.mobile_calendar_svg.mobile_calendar_svg {
    height: 20px !important
}

.av-website .cta3-title-desktop.cta3-title-desktop {
    margin-top: 0;
    font-size: 1rem;
    margin-block: 6px;
}

.cta3-possition {
    position: sticky;
    z-index: 2;
}

.cta3-possition .cta3-button {
    border: none;
}

.cta_desktop_d_none>.btn-primary, 
.cta_desktop_d_none>.btn-secondary 
{
    border-radius: 0;
}

.calendar_svg {
    height: 43px !important;
    width: 30px !important;
}

.contact_us_svg {
    height: 42px !important;
    width: 48px !important;
}

.cta3-title-desktop-vdp {
    color: white;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-backdrop {
    z-index: 0;
    background-color:#adadad;
}

/* =========== NEW MOBILE BUTTONS ============ */

.new_ctas_mobile_container {
    border-top: 1px solid rgb(240, 240, 240);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 3;
    background: #f7f8f9;
}

/* Style the individual buttons */
.cta_mobile_newbtn {
    border: none;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
}

.new_one_cta_mob {
    /* border: #3e3e3e solid 2px; */
    width: 100%;
    margin: 0rem 0.5rem;
    text-align: center;
    padding: 0.5rem 0rem;
}

.new_mobile_icon {
    /* filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(305deg) brightness(109%) contrast(99%); */
    filter: invert(50%) sepia(0%) saturate(7486%) hue-rotate(305deg) brightness(109%) contrast(99%);
    margin: 5px;
    height: 45px;
    width: 45px;
}

@media screen and (min-width: 992px) {
    .cta-mobile-possition {
        display: none;
    }
}

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

    .cta_desktop_d_none {
        display: none !important;
    }
    .cta-mobile-possition {
        display: block;
    }

    /* Text size */
    .new_cta_mobile_title {
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
    }
    /* Text location */
    .new_cta_mobile_title {
        text-align: center;
    }

    /* Text colors */
    .new_cta_mobile_title {
        color: var(--primary);
        background-color: #f7f8f9;
    }



    .new_mobile_svg_cont {
        text-align: center;
    }

    /* TODO: to delete inline-block from buttons*/
    .cta_mobile_newbtn {
        display: inline-block;
    }
}


@media only screen and (max-width: 769px){
    /* Text size */
    .new_cta_mobile_title {
        font-size: 0.8rem;
    }

    .cta3-svg-mobile {
        margin: 0 5px;
        height: 30px !important;
        width: 30px !important;
    }

    .cta3-button-mobile {
        display: flex ;
        flex-direction: column ;
        justify-content: center;
        font-size: 12px;
    }
    .cta3-title-desktop {
        font-size: 12px;
        margin-top: 0;
        margin-right: 0;
    }
    .cta3-title-desktop-vdp {
        font-size: 12px;
    }
    .new_mobile_icon {
        height: 40px;
        width: 40px;
    }
}

@media only screen and (max-width: 600px){
    /* Text size */
    .new_cta_mobile_title {
        font-size: 0.6rem;
    }
    .new_mobile_icon {
        height: 25px;
        width: 25px;
    }

    .dNoneSlider_for_mobile {
        display: none;
    }
}

@media only screen and (max-width: 500px){
    /* Text size */
    .new_cta_mobile_title {
        font-size: 0.5rem;
    }

    .new_one_cta_mob {
        margin: 0rem 0.2rem;
        padding: 0.4rem 0rem;
    }
    .new_mobile_icon {
        height: 22px;
        width: 22px;
    }
}

@media screen and (max-width: 500px) {
    .specs-card-vdp4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem;
        text-align: center;
    }
    .vehicle-category,
    .vehicle-exterior-color,
    .vehicle-interior-color,
    .vehicle-transmission
    {
        padding: 1.5rem 0rem;
    }
    .copyright-footer {
        padding-bottom: 4rem !important;
    }
}

@media screen and (max-width: 360px) {
    .specs-card-vdp4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem;
        text-align: center;
    }

    .new_mobile_icon {
        height: 20px;
        width: 20px;
    }

    /* Text size */
    .new_cta_mobile_title {
        font-size: 0.4rem;
    }

    /* Text colors */
    .new_cta_mobile_title {
        color: var(--primary);
        background-color: #f7f8f9;
    }
    .new_one_cta_mob {
        margin: 0rem 0.2rem;
        padding: 0.4rem 0rem;
    }
}

@media screen and (max-width: 300px) {
    .header-title-font {
        font-size: 1.3rem;
    }
    .vin-number-card, .stock-number-card {
        font-size: 0.9rem;
    }
    .inspection-box {
        font-size: 0.8rem;
        padding: 6px;
    }
    .inspection-title {
        margin-left: 6px;
    }
    
}
.small-slider-btn {
    height: 50%; 
    top: 25%;
}