body .dynamicHeaderInner {
    padding-bottom: 45px;
    padding-top: 0;
    min-height: 266px;
}

.cad-breadcrumb {
    gap: 21px;
    font: normal normal medium 18px/23px Proxima;
    padding: 2rem 0;
}
.cad-breadcrumb a {
    color: #fff
}
.cad-breadcrumb .fa{
    margin-right: 21px;
}
.dealer-profile{
    display: flex;
    align-items: center;
    gap: 32px;
}
.dealer-profile .dealer-avatar{
    flex: 0 0 113px;
    width: 113px;
    height: 113px;
    border-radius: 4px;
    overflow: hidden;
}
.dealer-profile h1{
    font: normal normal 800 48px/58px Proxima;
    color: #fff;
    margin-bottom: 0;
    max-width: 50%;
}

.dealer-contact  {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-left: auto;
    margin-right: 35px;

}
.dealer-contact  .btn{
    background: #0018F8;
    border-radius: 6px;
    font-weight: 500;
    padding: 8px 20px;
    border: 1px solid #0018F8;
    color: #fff;
}
.dealer-social-links ul{
    display: flex;
    align-items: center;
    gap: 23px;
    font-size: 23px;
}

.dealer-social-links ul a{
    color: #fff;
}

.dealer-info{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    column-gap: 30px;
    align-items: center;
    color: #fff;
    font: normal normal 500 14px/15px Proxima;
    margin-bottom: 0;
    margin-top: 35px;
}

.dealer-info p{
    margin: 0;
}
.dealer-info p {
    display: flex;
    align-items: center;
    gap: 8px
}

.heading h3 {
    font: normal normal 800 30px/37px Proxima;
    color: #272727;
    margin-bottom: 1rem;
}
.dealer-description p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.dealer-gallery .gallery-item{
    position: relative;
}

.dealer-gallery .gallery-item.video svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    cursor: pointer;
}

.gallery-item {
    border-radius: 6px;
    overflow: hidden;
}

.dealer-gallery-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 17px;
}

.dealer-content{
    margin-bottom: 80px;
}
.listing-featured-vehicles .heading{
    margin-bottom: 55px;
}

@media(max-width: 991px){
    .dealer-profile h1{
        max-width: 100%;
        margin-bottom: 15px;
    }
    #collapseTwo .toClass::before {
        left: auto !important;
        top: 2px !important;
        right: 55% !important;
    }
}
@media(max-width: 767px){
    .dealer-profile {
        display: grid;
    }
    .dealer-profile h1{
        font-size: 35px;
        line-height: 42px;
    }
    .dealer-social-links{
        margin-top: 20px;
    }
    .dealer-contact {
        gap: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .dealer-content {
        margin-bottom: 40px;
    }
    .listing-featured-vehicles .heading {
        margin-bottom: 20px;
    }
    .dealer-contact  .btn {

        padding: 8px 17px;

    }
    #collapseTwo .toClass:after {

        right: 32px;
        top: 3px;
    }
    #collapseTwo .toClass::before {
        left: auto !important;
        top: 2px !important;
        right: 60% !important;
    }
}
li.time-box {
    position: relative;
    cursor: pointer;
}
.dealer_open_times {
    z-index: 1;
    position: absolute;
    display: none;
    background: #fff;
    min-width: 200px;
    margin-top: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    padding: 5px;

    font-family: serif;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    width: auto !important;
}

.gallery-item img, .gallery-item video{
    display: block;
    aspect-ratio: 367 / 237;
    object-fit: cover;
    border-radius: 6px;
    max-width: 100%;

}

#gallery_modal video{
    width: 100%;
}
#gallery_modal image{
    max-height: 100vh;
    max-width: 100%;
}

.productCategoryCol .accordion .btn-link {

    pointer-events: none;

}



.productCategoryCol .accordion h5:after {

    display: none !important;

}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

body .dynamicHeaderInner {
    color: #fff;
    background-image: url("/assets/images/dealer-profile-slider.jpg");
}
