@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

/** common css **/
p, h1,h2,h3,h4,h5,h6{
   margin-bottom: 0px;
}

.body p{
   letter-spacing: -.5px;
   line-height: 28px !important;
}

a{
   text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.3;
}

.mw_820 .container {
    max-width: 820px !important;
}

.px_20 .container {
    padding: 0 20px !important;
}

.px_5 .container {
    padding: 0 5px !important;
}

.box-shade img {
    box-shadow: 0 5px 10px rgb(0 0 0 / 35%) !important;
}

/** slider css start **/
html body .banner-slider {
    max-height: 500px;
}

.banner-slider .d-con-slider-caption br {
    display: none;
}

.banner-slider .d-con-slider-caption {
    margin-bottom: 25px;
    line-height: 54px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 75%);
}

.banner-slider .d-con-slider-caption .d-slider-caption {
    max-width: 1195px;
    margin: 0 auto;
    padding: 0 20px;
    text-transform: uppercase;
}

.d-con-button a,
.banner-slider .d-slider-item .d-appointment-button{
    position: relative;
    min-width: 175px;
    padding: 6px 51px 6px 22px !important;
    border: 1px solid #fff !important;
    font-weight: 700;
    transition: .3s ease;
}

.d-con-button a:after,
.banner-slider .d-slider-item .d-appointment-button:after {
    content: '';
    background: url(https://assets.unlayer.com/projects/5192/1673420604470-bg-cta-a.png) no-repeat center;
    display: inline-flex;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    align-items: center;
    background-color: #000;
    border-left: 1px solid #fff;
}

/** slider css end **/
#apptSubmitBtn {
    background: #c20000;
    transition: ease .3s;
}

#apptSubmitBtn:hover {
    color: #fff;
    background: #5cb85c;
}

@media screen and (min-width: 810px){
footer .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list-heading:after,
h1::after, h2::after {
    display: block;
    content: "";
    margin: 16px auto 0;
    width: 133px;
    height: 5px;
}

h1::after, h2::after {
    background: url(https://assets.unlayer.com/projects/5192/1674452206238-lines.png) no-repeat center;
}

footer .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list-heading:after,
.white_strip h2::after{
    background: url(https://assets.unlayer.com/projects/5192/1674452224766-white-lines.png) no-repeat center; 
}
}