@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;
}
a{
  text-decoration: none !important;
}
h1{
  font-weight: 900 !important;
}

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

.d-con-slider {
    max-height: 750px;
}

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

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

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

.mw_1000 .container{
   max-width: 1000px !important;
}

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

.text_mw_820{
  max-width: 820px !Important;
  margin: auto !important;
}

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

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

.orange-color{
  color: #f46320;
}

.white_overlay,
.black_overlay {
    z-index: 9;
    position: relative;
    background-attachment: fixed;
}

.white_overlay:before,
.black_overlay:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%; 
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.white_overlay:before{
  background: linear-gradient(to bottom, rgba(255,255,255, .9), rgba(255,255,255, .7)), url(../Images/bg-vehicle-list.jpg);
}
.black_overlay:before{
   background: rgba(0,0,0,0.8);
}

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

.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;
}

.d-con-privacy-policy .d-privacy-policy-content>p a {
    color: #000;
    font-weight: 700;
}

