
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* common css */
body{
  line-height: 1.2 !important;
  letter-spacing: 0.03em;
}

.mb-0 h2 {
    margin-bottom: 0;
}

a{
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-family: helvetica, sans-serif;
}

h1{
  font-weight: 900 !important;
}

p{
  letter-spacing: 0px;
  line-height: 28px !important;
}

.blue-color{
   color: #263089;
}

.letter_space1px {
    letter-spacing: 1px;
}
.mw_1400 .container{
  max-width: 1400px !important;
}
.mw_1510 .container{
  max-width: 1510px !important;
}
.mw_1330 .container{
   max-width: calc(100% - 133px) !important
}

.mw_1220 .container{
   max-width: 1220px !important;
}

.mw_1080 .container{
   max-width: 1080px !important;
}

.mw_1180 .container{
   max-width: 1180px !important;
}

.mw_780 .container{
  max-width: 780px !Important;
}

.img_mw_700{
   max-width: 700px;
   margin: auto;
}

.fixed_attachment{
   background-attachment: fixed;
}

.px_20 .container{
  padding-right: 20px  !important;
  padding-left: 20px !important;
}

.br_img img{
  border: solid thin rgb(243, 119, 37);
  box-shadow: 2px 2px 3px silver;
}

.header #u_row_header #u_column_21 {
    flex: auto;
    max-width: 865px!important;
    margin-left: auto;
}


/* slider css */
.slider_box {
    border-bottom: solid thin whitesmoke;
    box-shadow: 2px 2px 3px silver;
}

.d-con-slider .d-slider-caption br,
.PrivacyPolicy slogan-component .slogan-container h1, 
.PrivacyPolicy slogan-component .slogan-container h2,
.AccessibilityStatement slogan-component  .slogan-container,
.CarCareTips slogan-component .slogan-container h1, 
.CarCareTips slogan-component .slogan-container h2,
.VehicleDetails slogan-component .slogan-container h1, 
.VehicleDetails slogan-component .slogan-container h2{
    display: none;
}


   footer #u_row_8 #u_column_33 {
    padding: 0 20px !important;
    max-width: 680px !important;
    margin: 0 auto;
    }