 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Play:wght@400;700&display=swap');

body
{
font-family: 'Play', sans-serif !important;
}
a {
    text-decoration: none;
}
.bg-fix {
    background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #d90c14;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
    line-height: 1.2;
}
.font-14 p {
    font-size: 14px !important;
}
.text-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}
.d-slider-caption br {
    display: none;
}
#u_content_custom_slider_1 .d-con-slider .d-slider-item .d-appointment-button {
    padding: 10px 30px 10px 30px !important;
    border-radius: 6px !important;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 45%);
    font-weight: 600;
    text-transform: uppercase;
}
.d-slider-caption {
    text-shadow: 0 2px 2px rgb(0 0 0 / 75%);
}
.d-con-button a {
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 45%);
}
.max-1000 >.container {
    max-width: 1000px !important;
}
.max-800 >.container {
    max-width: 800px !important;
}
h1::after, h2::after {
    display: block;
    content: "";
    margin: 16px auto 0;
    width: 133px;
    height: 5px;
    background: url(https://assets.unlayer.com/projects/5192/1677163947877-lines.png) no-repeat center;
}
.w-line h1::after, .w-line h2::after {
    background: url(https://assets.unlayer.com/projects/5192/1677212347263-lines-w.png) no-repeat center;
}
 h2 span {
    font-size: 25px !important;
}
.flex-row {
    display: flex;
    justify-content: center;
    align-content: center;
   flex-wrap: wrap;
}
.flex-row img {
    padding: 10px;
}

img {
    max-width: 100%;
}
.about-a img {
    padding: 10px 20px !important;
    max-height: 70px;
}
button#Contact-btnSubmit, #apptSubmitBtn {
    background: #5cb85c;
    text-transform: uppercase;
    font-weight: 700;
   color:#fff !important;
}
button#Contact-btnSubmit:hover , #apptSubmitBtn:hover{
    background: #46a046 !important;
    color:#fff !important;
}
@media screen and (max-width: 767px) {
.d-vehicle-list-box .d-con-vehicle-list-divider {
    padding: 0px 0 !important;
    height: 0;
}
}