.section-title{
    font-size: 48px;
    padding-top: 50px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
#location-nav-tab .nav-link {
    font-size: 18px;
    width: auto !important;
}
.address-title {
    font-size: 36px;
    padding-bottom: 60px;
}
#locationTabContent .tab-pane {
    padding: 70px 0px;
    background: #F5F5F5;
}
.details-title {
    font-size: 18px;
    color: #2E2E33 !important;
}
.subtitle p {
    font-size: 18px;
    color: #2E2E33 !important;
}
.subtitle p strong {
    font-size: 14px;
    color: var(--black) !important;
}

#location-nav-tab .nav-link.active{
    color: black!important;  
    background-color: transparent!important;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    font-weight: 700;
}

#location-nav-tab .nav-link{
    color: #b9c0c2!important;
}
#locationTabContent a{
    color: black!important;
    text-decoration: none!important;
}

@media (min-width: 992px) {
    #locationTabContent h2{
        margin-left: -1rem;
    }   

    .location-details{
        border-left:1px solid black;
    }
}

/* banner custom  */
.navbar{
    position: relative!important;
    background-color: black!important;
}
header .navbar-Menu{
    top: 0;
}


.lexus-marker::after{
    position: absolute;
    top: 50%;
    width: 100%;
    height: inherit;
    transform: translateY(50%);
    background-image: url(/media/zurc3vgi/pin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    fill: #eb0a1e;
    content: '';
    
}


/* DESK MEDIUM (768~991)*/
@media (min-width: 768px) {
    /* banner custom  */
    header #ourCarsList{
        top: 0;
    }
}
@media(max-width: 992px) {
    .details-title {
        margin-bottom: 0;
    }
    .location-details {
        padding-bottom: 45px !important;
    }
    .subtitle p:last-of-type {
        margin-bottom: 0 !important;
    }
    .location-details:last-of-type {
        padding-bottom: 0px !important;
    }
    .section-title{
        font-size: 36px;
    }
    #location-nav-tab .nav-link {
        font-size: 16px;
    }
    .address-title {
        font-size: 24px;
        padding-bottom: 40px;
    }
    #locationTabContent .tab-pane {
        padding: 60px 20px;
    }
    .phone-number {
        text-decoration: underline;
        text-decoration-color: #2E2E33
    }
}

@media(max-width: 576px) {
    #location-nav-tab .nav-link.active{
        text-decoration-thickness: 5px !important;
    }
}

.locationTab-slider .slick-track {
    display: flex;
    justify-content: space-between;
}