@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700;900&display=swap');


body {
    overflow-y: hidden !important;
}
body {
    color: #000;
    font-size: 16px;
    line-height: 1.2!important;
    font-family: "Roboto", Helvetica, sans-serif!important;
    letter-spacing: 0.03em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3!important;
    font-family: "Roboto", sans-serif!important; 
}

p, p span{
    font-family: "Roboto", sans-serif!important;
} 

span.heading-color {
    color: #4A70CE;
} 
.attachment {
    background-attachment: fixed !important;
    background-position: center!important;

}
.italic {
    font-style: italic !important;
}
.btn,
.d-appointment-info input[type="button"] {
    border-top-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
.btn-radius a.btn span,
.d-appointment-info input[type="button"] {
    font-weight: 600;
    transition: all 0.3s;
    font-family: "Roboto", Helvetica, sans-serif!important;
    line-height: normal;
    letter-spacing: 0.03em;
}

.lineHeight-28 p, .lineHeight-28 p span {
    line-height: 28px!important;
    color: #000!important;
    letter-spacing: 0!important;
    font-family: "Roboto", Helvetica, sans-serif!important;
}
.container-1195-padding .container {
padding-left:20px;
padding-right:20px;
}
.container-1180 .container {
max-width:1180px!important;
}
.container-1180-padding .container {
padding-left:20px;
padding-right:20px;
}
.container-700 .container {
max-width:700px!important;
}
.container-800 .container {
max-width:800px!important;
} 
.container-820 .container {
max-width:820px!important;
} 

.container-1500  .container{
max-width:1510px!important;
}
.container-padding-20 .container {
padding-left:20px;
padding-right:20px;
}

.container-padding-15 .container {
padding-left:15px;
padding-right:15px;
}
.container-fullWidth .container {
    max-width: 100%!important;
}
.container-bgImage .container, .bg-overlay-gradient, .bg-overlaydark {
    position: relative;
    z-index: 1;
}
.container-bgImage .container:before, .bg-overlay-gradient:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 35%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%);
} 

.container-bgImage .container:after {
    background-image: url(https://assets.unlayer.com/projects/5192/1670913963670-home-sec-10-bg.jpg);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    /* background-size: cover; */
}
.container-bgImage .container {
    padding: 60px 0;
}
.no-overlayBanner .d-slider-item:after{
   content:unset!important
}

#apptSubmitBtn {
    background-color: #c20000;
}

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

/*******====================================
                                                    Header start
========================================*****/

.top-header .d-logo-box.logo img.d-logo {
    width: auto !important;
}


.logo {
    position: absolute !important;
    top: 11px;
    left: 122px;
    width: 345px;
}
html body header .social-icons.d-toolbar > div {
    margin-right: 30px;
}

html body  #u_content_custom_toolbar_3 .d-toolbar-social-box{
  margin: 0 30px;
}

header .d-nav-links-info.d-header-nav ul.menu>li>div>a:after,
 header .d-nav-links-info.d-header-nav ul.menu>li>div.selected a:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    margin: 9px auto 0;
    transition: all 0.5s;
    border-bottom: solid 3px #fff;
}
header .d-nav-links-info.d-header-nav ul.menu>li>div>a:hover::after, 
header  .d-nav-links-info.d-header-nav ul.menu>li>div.selected a:after {
    width: 100%;
}


/*******====================================
                                                    Header end
========================================*****/

/********** slider ********/

.home-slider .d-con-slider{
 height:750px!important;
}
.custom-homeSlider .d-con-slider ul li:after{
    content: "";
    background-color: rgba(0,0,0,0.25);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.custom-homeSlider  .d-con-slider,
.inner-banner-content {
    border-bottom: solid thin whitesmoke;
    box-shadow: 2px 2px 3px silver;
}

.d-con-slider .d-slider-item .d-con-slider-caption, .d-con-slider .d-slider-item .d-con-slider-button {
    position: relative;
    z-index: 9;
    margin-bottom: 26px;
}

html body .d-con-slider .d-appointment-info button {
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    font-weight:600;
    letter-spacing: 0.03em;
}
.home-slider .d-slider-caption br {
    display: none;
}
.d-con-slider .d-fade-in {
    transition: opacity 2000ms ease-in-out 0s;
}
.home-slider .d-con-slider li.d-slider-item img {
    height: 750px;
    object-fit: cover;
}
.body.Home {
    padding-top: 7px!important;
}

.our_mission .u-row .u-col:last-child {
    background-image: url(https://assets.unlayer.com/projects/5192/1670477916762-home-sec-3b-img.jpg);
    min-height: 700px;
    background-size: cover;
    background-position: CENTER;
}


/*******=============================================================
                                                      Gallery Starts
=============================================================*****/
.d-gallery-slider-arrow.d-previous-arrow, .d-gallery-slider-arrow.d-next-arrow {
    background: #4A70CE;
    padding: 14px 17px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: auto;
    cursor: pointer;
    opacity: 0.5;
}
.d-con-gallery-slider .d-image-gallery-slider-row li.d-image-gallery-slider-img-con {
    padding: 0!important;
}
.d-con-gallery-slider .d-image-gallery-slider-row li.d-image-gallery-slider-img-con img {
    /*margin: 10px auto;*/
    width: auto!important;
    height: auto!important;
}
.Home .d-image-gallery-slider-row {
    padding: 0;
    max-width: 904.156px;
}
.d-con-gallery-slider .d-image-gallery-slider-row li.d-image-gallery-slider-img-con {
    padding: 0;
}
.d-con-gallery-slider{
justify-content:center;width:auto!important;
}
/*******=============================================================
                                                           Gallery Ends
=============================================================*****/

@media (min-width: 991px) {
.inner-service-content .container {
    width: 70%;
}
}
 
.inner-service-content .container {
    max-width: 100%!important;
    padding-left: 10px;
    padding-right: 10px;
}

}

.inner-pages-banner {
    border-bottom: solid thin whitesmoke;
    box-shadow: 2px 2px 3px silver;
    max-height: 750px;
    min-height: 750px;
    display: flex;
    align-items: end;
}
.inner-banner-content {
    text-align: center;
    font-family: "Roboto", Helvetica, sans-serif;
    min-height: 750px;
    display: flex;
    align-items: end;
    padding-bottom: 62px!important;
    margin-top: 8px;
}
.inner-banner-content h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold!important;
    text-shadow: 0 2px 2px rgb(0 0 0 / 75%);
    line-height: 45px;
    margin-bottom: 0;
    letter-spacing: 2.25px;
    line-height: 1.2!important;
}
.inner-banner-content h1 span {
    font-size: 45px;
    font-weight: 900!important;
}
.inner-banner-content .btn-radius a.appointments_btn {
    background: #bf1b1f;
    padding: 13px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px 0;
    transition: all 0.3s;
}
.inner-banner-content .btn-radius a.appointments_btn:hover {
    color: #000;
}



.top-header .d-logo-box.logo img.d-logo {
    width: 345px !important;
}
.social-icons .d-cell3 {
    display: none !important;
}

/*******=============================================================
                                                           Contact page
=============================================================*****/


html body #Contact-frmContact .form-group .col-form-label {
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
}

html body #Contact-frmContact .d-con-custom-dropdown .form-control {
font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
line-height: 1.35715
}
.address-contact{
 padding-bottom:10px;
}
.con-location-info a{
color:#000;
}
.con-location-info label,
.con-location-info a {
color:#000;
}
.con-location-info label{
 font-weight:700;
}
.Contact .d-location-hours-box {
    padding: 10px 5px 10px 5px;
    color: #000;
    background: #DEDEDE;
}

.Contact .d-location-hours {
    max-width: 324px;
    margin: 10px auto;
} 
.Contact .d-location-hours-container .d-location-hours .d-location-hours-heading h2 {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: normal;
    text-transform: lowercase;
}
.Contact .con-location-info .address-contact a {
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
}
.Contact p span a{
    color: #4A70CE;
    text-decoration: none;
}
.Contact .con-location-info a, #ContactPage .form-phone a {
     font-weight: 700;
 text-decoration: none;
}
.Contact .d-location-hours-container .d-location-hours .d-location-hours-heading h2:first-letter {
    text-transform: uppercase;
}
.Contact .d-location-hours-container .d-location-hours-box td {
    line-height: 1.2;
}

#contact-img img {
    max-width: 100%!important;
    width: AUTO!important;
}
button#Contact-btnSubmit {
    background-color: #c20000;
    color: #fff;
}
html body #u_content_custom_hours_1 .d-location-hours-container {
    text-align: center;
}
.d-con-contact-us .d-contact-us-form-heading {
    font-weight: 800;
}
/*******=============================================================
                                            vehicle Details
=============================================================*****/

.VehicleDetails .d-con-vehicle-details-info h1 {
    text-align: center;
}

.customVehicle-detail h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.customVehicle-detail h1 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.3;
}
.customVehicle-detail.custom-Titles h2{
 font-size:26px;
}
.customVehicle-detail .d-con-vehicle-details-photo {
   margin-right: 0!important;
}
.customVehicle-detail .d-con-vehicle-details-info.d-vehicle-info {
    line-height: 26px;
    font-size: 16px;
}
.customVehicle-detail h2 {
    text-transform: uppercase;
    text-align: left;
    font-weight: 900;
    color: #4A70CE;
    line-height: 1.3;
   font-size:34px;
}
.customVehicle-detail .d-con-vechile-detail .d-con-vehicle-details-info p {
    padding: 10px 0;
    font-size: 16px; 
    line-height: 28px;
    color: #000;
    letter-spacing: 0px;
}

@media (min-width: 1024px) {
.customVehicle-detail .d-con-vehicle-details-info.d-vehicle-info {
    max-width: 75%;
    margin: 0 auto;
    flex: 0 0 75%!important;
    padding: 0 25px;
  
}
.customVehicle-detail .d-con-vehicle-details-photo {
    flex: 0 0 25%!important;
    max-width: 25%;
    padding: 0 10px;
}
}
.customVehicle-detail .d-con-vechile-detail .d-con-vehicle-details-photo .d-con-vehicle-img {
    max-width: 100%;
}

/*******=============================================================
                                                           Car tips page
=============================================================*****/
.custom-carTips h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.d-con-vehicle-tips .d-vehicle-tips-content .d-vehicle-tips-main-heading {
    text-transform: uppercase;
   font-weight:900
}
.custom-carTips h2,
.custom-Titles h1,
.custom-Titles h2{
text-align:left;
font-weight:900;
color: #4A70CE;
text-transform:uppercase;
font-size:34px;
}
.custom-carTips .d-vehicle-tips-list li {
    background-image: url(https://assets.unlayer.com/projects/5192/1663916723151-icon-location.png);
    padding: 5px 5px 10px 40px;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 10px!important;
    line-height: 1.2;
}
.custom-carTips .d-vehicle-tips-list li .d-vehicle-tips-icon {
    display: none;
}
.custom-carTips .d-vehicle-tips-list li span.d-vehicle-tips-item {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
}
body .body .d-tips-content p {
    padding: 10px 0;
    text-align: center;
}
body .body .d-tips-content p, body .body .d-tips-content ol li {
    line-height: 28px !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.custom-carTips .d-con-vehicle-tips .d-vehicle-tips-content .d-tips-show ul {
    list-style: none;
}

.custom-carTips .d-con-vehicle-tips .d-vehicle-tips-content .d-tips-show ul li {
    margin-bottom: 10px;
    color: #000;
}
/*******=============================================================
                                                  Privacy
=============================================================*****/
.d-privacy-policy-content h1, .d-privacy-policy-content h3 {
    text-transform: uppercase;
}

html body .d-con-privacy-policy .d-privacy-policy-content h1 {
    font-weight: 900;
    margin-bottom: 20px;
}
html body .d-con-privacy-policy .d-privacy-policy-content h3{
 font-weight: 900;
}
/*******=============================================================
                                                           Footer
=============================================================*****/

footer.footer .container {
    max-width: 100% !important;
    padding: 0 20px;
}
.footer-inner-menu {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.footer-inner-menu a::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1px;
    height: 14px;
    top: 2px;
    right: 8px;
}
.footer-inner-menu a:last-child::before {
    content: unset;
}

.footer-inner-menu a {
    display: inline-block !important;
    background-image: none !important;
    padding: 0 18px 0 0 !important;
    font-family: Helvetica !important;
    position: relative;
}
footer.footer p a {
    text-decoration: none;
}
footer.footer.Footer a {
    text-decoration: none;
}
.d-vehicle-list-box .d-vehicle-list>li {
    margin-bottom: 10px!important;
}

.d-vehicle-list-box .d-vehicle-list {
    margin-top: 0;
}
.footer-inner-menu a:nth-child(7) {
    display: none!important;
}


@media screen and (min-width: 1699px){
   .logo{
     left: 148px;
  }
}

@media screen and (max-width: 1500px){
   .logo{
     left: 60px;
   }
}

@media screen and (max-width: 1350px){
   .logo{
     width: 250px;
     top: 21px;
     left: 20px;
   }

   .top-header .d-logo-box.logo img.d-logo {
      width: 250px !important;
    }
}

@media screen and (max-width: 1150px){
.logo {
    max-width: 210px;
    top: 31px;
}

html body header .social-icons.d-toolbar > div {
    margin-right: 20px;
}

}

@media screen and (max-width: 991px) {
h1 {
    font-size: 21px !important;
}
h3 {
    font-size: 20px !important;
}

}

@media screen and (max-width: 767px) {
.inner-pages-banner {
    display: none!important;
}
/* ===========================
                         Header start
============================= */
.d-con-mobile-navbar .d-con-menu ul.navbar-nav, .d-con-mobile-navbar .d-con-menu {
    background-color: #222;
    padding-top: 0;
}
.mobile-logo .u_content_custom_logo {
    background: linear-gradient(to bottom, rgba(0,0,0, .7), rgba(0,0,0, .2));
    background-color: rgba(42,75,154,0.4);
}
header.Header .d-con-mobile-navbar .d-navbar-appointment button {
    padding: 6px 12px;
    line-height: 1.428571429;
}
header.Header .d-cell3 .d-flex.d-cell3-content p,
header.Header .d-toolbar .d-cell2 p span {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}
header.Header .d-cell3 .d-flex.d-cell3-content p:first-child {
    padding-right: 4px;
}
header.Header .d-toolbar .d-cell3 {
    padding: 5px 0;
}
header.Header .d-toolbar .d-cell2 {
    padding-bottom: 8px;
    padding-top: 8px;
}
d-mobile-nav {
    height: 52px;
}
.d-con-mobile-navbar nav {
    height: 52px;
}
.Header .flex.navigation-tab ul li a{
    font-family: Roboto!important;
}
.attachment.our_mission {
    padding-right: 0!important;
}
.d-logo-box {
    padding: 0 20px;
}
.d-con-mobile-navbar .d-navbar-appointment button, .d-con-mobile-navbar .d-navbar-menu .navbar-toggle {
    background-color: transparent;
}
.d-con-mobile-navbar .d-navbar-menu .navbar-toggle:focus {
    background-color: #dddddd;
}
/* ===========================
                                Header end
============================= */


.d-con-vehicle-tips .d-vehicle-tips-content .d-vehicle-tips-list {
    flex-direction: column;
}
html body .over-decade #u_content_custom_heading_14 h2 {
    font-size: 20px!important;
}
.over-decade .d-con-heading.overDecade-header h2 {
    padding-top: 20px;
}
/* ===========================
                      Services page start
============================= */
.top-services {
    padding-top: 30px!important;
}
.attachment.bottom-services .d-service-card {
    padding: 0px!important;
}
html body .attachment.bottom-services .d-service-card {
    margin-left: 0!important;
    margin-right: 0!important;
}
.bottom-services {
    padding-top: 20px!important;
}
/* ===========================
                      Services page end
============================= */


/* ===========================
                       Vehicle detail page start
============================= */

.d-con-vehicle-details-photo img.d-con-vehicle-img {
     max-width: 250px!important;
    margin: 0 auto 20px auto;
}
.customVehicle-detail h2 {
    font-size: 20px;
}
.customVehicle-detail .d-con-vehicle-details-photo {
    margin-bottom: 0;
}
/* ===========================
                       Vehicle detail page end
============================= */

/* ===========================
                     Privacy page start
============================= */

html body .d-con-privacy-policy .d-privacy-policy-content h1 {
    font-size: 21px !important;
text-align:center;
}
html body .d-con-privacy-policy .d-privacy-policy-content h3{
font-size: 20px !important;
}
html body .d-con-privacy-policy .d-privacy-policy-content h1 + h3 {
    display: none;
}
/* ===========================
                     Privacy page end
============================= */

/* ===========================
           Accessibility  start
============================= */
html body .d-con-accessibility .d-accessibility-content h1 strong {
    font-size: 21px !important;
}

html body .d-con-accessibility .d-accessibility-content h2 strong{
   font-size: 20px !important;
}
html body .d-con-accessibility .d-accessibility-content > p {
    text-align: left!important;
}
.AccessibilityStatement #u_row_7.v-row-padding {
    padding: 10px 0px 30px !important;
}
.d-con-accessibility .d-accessibility-content h1 + p {
    display: none;
}
.AccessibilityStatement .d-con-accessibility .d-accessibility-content {
    padding: 15px 10px;
}
.AccessibilityStatement .d-con-accessibility {
    padding: 0px;
}

.AccessibilityStatement .d-con-accessibility .d-accessibility-content h2 {
    line-height: 22px !important;
}

/* ===========================
           Accessibility  end
============================= */

html body .repair-collection .collections {
    flex-direction: column;
    padding: 15px;
}

html body .repair-collection .collections .inner_collections {
    margin-bottom: 20px;
}
/* ===========================
                Blog Detail start
============================= */
.inner-blog-detail h1.d-con-blog-title {
    font-size: 30px!important;
}

.BlogDetails .u_content_custom_blogDetails {
    padding: 10px 35px!important;
}

/* ===========================
                Blog Detail end
============================= */


/* ===========================
                Contact us  start
============================= */

.Contact .u_content_text p {
    text-align: left!important;
}
.textContact-heading .u_content_custom_heading {
    padding-top: 30px!important;
}
.d-location-hours-container .d-location-hours-box td {
    padding-left: 10px;
    padding-right: 10px;
}
/* ===========================
                Contact us  end
============================= */
.footer .footerRow-top .u-row .u-col:first-child .v-col-padding {
    max-width: 660px;
    padding: 0 30px!important;
}

.footer #u_row_8.v-row-padding{
    padding: 40px 10px 50px !important;
}
.footer .d-vehicle-list-box .d-vehicle-list>li {
    margin-bottom: 25px!important;
}
footer.footer .container {
    padding: 0!important;
}
.footer-inner-menu a {
    padding: 0 18px 10px 0px !important;
}
.footer-copyrightIcon .u-row .u-col.u-col-50 {
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
.footer-copyrightIcon .v-col-padding {
    display: flex;
    justify-content: center;
}

/************ gallary ******/

.d-image-gallery-slider-row {
    flex-direction: revert!important;
    height: auto!important;
    flex-wrap: wrap;
    margin-top: 24px;
}
.d-con-gallery-slider .d-image-gallery-slider-row li.d-image-gallery-slider-img-con img {
    margin: 0;
    width: auto!important;
    height: auto!important;
    padding: 1px!important;
}
.d-con-gallery-slider .d-image-gallery-slider-row .d-image-gallery-slider-img-con {
    flex: 0 0 100%!important;
}
.d-con-gallery-slider .d-image-gallery-slider-row .d-image-gallery-slider-row {
    flex-direction: row;
    height: auto;
    flex-wrap: wrap;
}
.u_content_custom_gallery-slider {
    padding: 0!important;

}
.gallary-row .container {
    padding-left: 10px;
    padding-right: 9px;
}
/****** blog******/

.body.Blog .d-con-blog {
    margin-top: 2.5em;
    border-top: 1px solid #eee;
    padding-top: 2.5em;
}
.body.Blog .d-con-blog .d-post-list-container {
    padding-top: 0;
}

.body.Contact div#u_row_11 {
    background-color: transparent!important;
}
html body #u_content_custom_vehicleList_1 .d-con-usefor-footer .d-vehicle-list-box .d-vehicle-list > li {
    width: unset !important;
    flex: 0 0 28.666667%!important;
}
.d-con-amenities .d-con-amenities-icon {
    justify-content: center!important;
}

.d-con-amenities .d-con-amenities-icon .d-amenities-icon-block {
    margin-bottom: 20px!important;
}
.u_content_custom_blogview {
    padding: 0 15px!important;
}

.u_content_custom_blogview .d-post-list-desc {
    line-height: 28px;
}

.blog-inner-text p.d-blog-date {
    padding-bottom: 0;
}
.body.Blog {
    padding: 0 10px;
}

.Contact .d-location-hours-container .d-location-hours-inner-container {
    padding: 0;
}
.custom-carTips h2, .custom-Titles h1, .custom-Titles h2 {
    padding-left:30px;
    font-size: 20px;
}
.lineHeight-28 p, .lineHeight-28 p span {
    text-align: left!important;
}
.our_mission div#u_column_17 {
    display: none!important;
}
}
