@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-22: #222629;
  --red: #ef0203;
  --white: white;
  --black: black;
  --gold: #fccf04;
  --grey: #8e8e8e;
  --white-smoke: #f8f8f8;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--black-22);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3.91vw;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  letter-spacing: .25vw;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roboto-condensed, sans-serif;
  font-size: 2.5vw;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  letter-spacing: .125vw;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roboto-condensed, sans-serif;
  font-size: 1.25vw;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.04vw;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  letter-spacing: .09vw;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roboto-condensed, sans-serif;
  font-size: .94vw;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-family: nunito-sans, sans-serif;
  font-size: .94vw;
  line-height: 170%;
}

a {
  color: var(--red);
  font-family: roboto-condensed, sans-serif;
  font-size: .94vw;
  font-style: italic;
  line-height: 120%;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: roboto-condensed, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
}

.containerdiv {
  width: 100%;
  max-width: 85.42vw;
  min-height: 2.56vw;
  margin-left: auto;
  margin-right: auto;
}

.containerdiv.cont1 {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.94vw;
  padding-bottom: 1.94vw;
  display: flex;
}

.containerdiv.cont2 {
  max-width: 85.42vw;
}

.containerdiv.cont3 {
  color: var(--white);
}

.containerdiv.cont3.cont3-internal {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 15vw;
  display: flex;
}

.containerdiv.cont3.cont3-internal.cont3-int-white {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  min-height: 20vw;
  margin-top: -165px;
  transform: translate(0, 270px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-int-white.programs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  transform: none;
}

.containerdiv.cont3.cont3-internal.cont3-int-black {
  background-color: var(--black);
  flex-flow: column wrap;
  justify-content: flex-start;
  max-width: 71.04vw;
  min-height: 20vw;
  margin-top: -525px;
  padding: 4.95vw 7.19vw 3.49vw;
  transform: translate(0, 600px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #00000080, var(--black));
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 81.42vw;
  min-height: 20vw;
  margin-top: -165px;
  padding: 3vw;
  transform: translate(0, 300px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-blog {
  background-color: #000c;
  margin-top: 0;
  padding-bottom: 3vw;
  transform: translate(0);
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-post {
  background-color: #000c;
  margin-top: 0;
  padding-bottom: 3vw;
  display: block;
  transform: translate(0);
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-ada {
  margin-top: 0;
  padding-bottom: 3vw;
  transform: translate(0);
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-about {
  background-image: linear-gradient(to bottom, #000000b3, var(--black));
  margin-top: 0;
  padding-top: 0;
  transform: translate(0, -10vw);
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent-2 {
  text-align: center;
  background-color: #000000e6;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 10vw;
  margin-top: -165px;
  margin-left: 12vw;
  padding: 3vw 3vw 0;
  transform: skew(-10deg)translate(0, 410px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-int-transparent-3 {
  text-align: center;
  background-color: #000000e6;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 9vw;
  margin-top: -165px;
  margin-left: 12vw;
  padding: 3vw 3vw 0;
  transform: skew(-10deg)translate(0, 410px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-int-white-2 {
  background-color: var(--white);
  min-height: 20vw;
  color: var(--black-22);
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: -440px;
  padding: 5vw 5vw 0;
  transform: translate(0, 600px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont3.cont3-internal.cont3-ada {
  justify-content: center;
}

.containerdiv.cont3.cont3-internal.cont3-int-white-3 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, #00000080, var(--black));
  min-height: 20vw;
  color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: -607px;
  padding: 5vw;
  transform: translate(0, 700px);
  box-shadow: 0 6px 20px #22262929;
}

.containerdiv.cont4 {
  justify-content: space-between;
  display: flex;
}

.containerdiv.cont5 {
  background-color: var(--black);
  max-width: 71.04vw;
  color: var(--black-22);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 4.95vw 7.19vw 3.49vw;
  display: flex;
}

.containerdiv.cont6 {
  justify-content: space-between;
  min-height: 15.21vw;
  display: flex;
}

.containerdiv.cont7 {
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  justify-content: space-between;
  align-items: center;
  max-width: 52.08vw;
  padding: 3.15vw;
  display: flex;
}

.containerdiv.cont8 {
  border-bottom: 1px solid #707070;
  justify-content: space-between;
  max-width: 71.04vw;
  padding-bottom: 1.98vw;
  display: flex;
}

.containerdiv.cont9 {
  justify-content: space-between;
  align-items: center;
  max-width: 71.04vw;
  padding-top: 3.44vw;
  padding-bottom: 3.44vw;
  display: flex;
}

.containerdiv.cont10 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 71.04vw;
  display: flex;
}

.colors-pallete {
  margin-top: 30px;
  display: flex;
}

.btn {
  background-color: var(--gold);
  width: 100%;
  min-width: 11.46vw;
  max-width: 20vw;
  min-height: 2.92vw;
  color: var(--black);
  letter-spacing: .09vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: .5vw;
  padding-left: 2.92vw;
  padding-right: 2.92vw;
  font-style: italic;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
  transform: skew(-20deg);
}

.btn:hover {
  background-color: #fccf04cc;
}

.btn.btn-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.btn.btn-red {
  z-index: 9;
  background-color: var(--red);
  min-width: 3vw;
  max-width: 13vw;
  min-height: 0;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: .8vw 0;
  font-family: Montserrat, sans-serif;
  font-size: .73vw;
  position: absolute;
  inset: 0% -1vw auto auto;
  transform: skew(-32deg);
}

.btn.submit-btn {
  background-image: linear-gradient(110deg, black 9.5%, transparent 10%), linear-gradient(290deg, var(--black) 9.5%, transparent 10%);
  max-width: 11.46vw;
  margin-left: auto;
  margin-right: auto;
  font-family: roboto-condensed, sans-serif;
  font-size: .94vw;
  font-style: italic;
  line-height: 120%;
  transform: none;
}

.btn.submit-btn.btn-sb-2 {
  min-width: 15vw;
  max-width: 15vw;
}

.btn.btn-zindex {
  z-index: 9;
  position: relative;
}

.btn-text {
  font-family: roboto-condensed, sans-serif;
  font-size: .94vw;
  font-style: italic;
  transform: skew(20deg);
}

.btn-text.btn-red-text {
  line-height: 120%;
  transform: skew(30deg);
}

.btn-text.btn-text-blog {
  font-style: normal;
}

.yellow {
  background-color: var(--gold);
  padding: 30px;
}

.p-black-00 {
  color: var(--black);
}

.red {
  background-color: var(--red);
  padding: 30px;
}

.p-white {
  color: var(--white);
}

.black-22 {
  background-color: var(--black-22);
  padding: 30px;
}

.black-00 {
  background-color: var(--black);
  padding: 30px;
}

.nav-top {
  background-color: var(--black);
}

.main-nav {
  background-color: var(--black-22);
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  background-image: url('../images/hero-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
  min-height: 44.8vw;
  display: flex;
  position: relative;
}

.hero-section.internal-hero.services {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/services_pg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  flex-direction: column;
  justify-content: center;
}

.hero-section.internal-hero.services.alfa-romeo {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/alfa_romeo_pg.jpg');
  background-position: 0 0, 50% 60%;
}

.hero-section.internal-hero.services.audi {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/audi_pg.jpg');
  background-position: 0 0, 50% 70%;
}

.hero-section.internal-hero.services.bmw {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bmw_pg.jpg');
}

.hero-section.internal-hero.services.bentley {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bentley_pg.jpg');
}

.hero-section.internal-hero.services.ferrari {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/ferrari_pg02.jpg');
  background-position: 0 0, 50% 100%;
}

.hero-section.internal-hero.services.jaguar {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/jaguar02_pg.jpg');
  background-position: 0 0, 50% 80%;
}

.hero-section.internal-hero.services.lamborghini {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/lamborghini02_pg.jpg');
}

.hero-section.internal-hero.services.land-rover {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/land_rover02_pg.jpg');
}

.hero-section.internal-hero.services.maserati {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/maserati02_pg.jpg');
  background-position: 0 0, 50% 100%;
}

.hero-section.internal-hero.services.mercedes-benz {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/mercedes-benz_pg02.jpg');
  background-position: 0 0, 50% 100%;
}

.hero-section.internal-hero.services.mini-cooper {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/mini-cooper_pg02.jpg');
}

.hero-section.internal-hero.services.porsche {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/porsche_pg02.jpg');
}

.hero-section.internal-hero.services.rolls-royce {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/rolls-royce02_pg.jpg');
}

.hero-section.internal-hero.services.volkswagen {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/volkswagen02_pg.jpg');
  background-position: 0 0, 50% 60%;
}

.hero-section.internal-hero.services.import-domestic {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/import-domestic_pg.jpg');
}

.hero-section.internal-hero.services.appointments {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/appointments_pg.jpg');
}

.hero-section.internal-hero.services.about-us {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/about01_pg.jpg');
  background-position: 0 0, 50% 80%;
}

.hero-section.internal-hero.services.reviews {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/reviews01_pg.jpg');
}

.hero-section.internal-hero.services.faq {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/faq01_pg.jpg');
  background-position: 0 0, 50% 60%;
}

.hero-section.internal-hero.services.contact-us {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/contact-us01_pg.jpg');
}

.hero-section.internal-hero.services.blog {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/blog01_pg_1.jpg');
  background-position: 0 0, 50% 90%;
}

.hero-section.internal-hero.services.thank-you {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/thank-you_pg.jpg');
}

.hero-section.internal-hero.services.thank-you._404 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/404_pg.jpg');
  background-position: 0 0, 50% 100%;
}

.hero-section.internal-hero.services.specials {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/specials01_pg.jpg');
  background-position: 0 0, 50% 100%;
}

.info-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-box.ib-footer {
  margin-bottom: 1.56vw;
}

.logo {
  width: 100%;
  max-width: 10.68vw;
}

.info-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h6-infobox {
  color: var(--white);
  letter-spacing: 0;
  margin-top: .26vw;
  margin-bottom: .26vw;
  font-family: Montserrat, sans-serif;
  font-size: .83vw;
  font-style: normal;
  font-weight: 400;
}

.img-infobox {
  width: 100%;
  max-width: 2.24vw;
  margin-right: 1.04vw;
}

.h6-link-yellow {
  color: var(--gold);
  letter-spacing: 0;
  margin-top: .26vw;
  margin-bottom: .26vw;
  font-family: Montserrat, sans-serif;
  font-size: .63vw;
  font-style: normal;
  font-weight: 700;
}

.social-media-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-media-wrapper.smw2 {
  margin-bottom: 4.39vw;
}

.sm-icon {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  margin-left: .79vw;
  margin-right: .79vw;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.3vw;
  font-style: normal;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sm-icon:hover {
  color: var(--gold);
  text-shadow: 0 1px 20px var(--gold), 0 1px 15px var(--red);
}

.sm-icon.si2 {
  color: var(--gold);
}

.sm-icon.si2.s1 {
  padding-top: .2rem;
}

.sm-icon.hide {
  display: none;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .09vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .94vw 1vw .94vw 20px;
  font-family: Montserrat, sans-serif;
  font-size: .73vw;
  font-style: normal;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  border-bottom: .21vw solid var(--gold);
  color: var(--gold);
  padding-bottom: .73vw;
}

.nav-link.w--current {
  border-bottom: .21vw solid var(--gold);
  color: var(--gold);
  padding-bottom: .73vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.nav-link.nl {
  margin-right: 0;
  padding-top: .64vw;
  padding-bottom: .64vw;
}

.nav-link.nl:hover {
  padding-top: .84vw;
  padding-bottom: .63vw;
}

.nav-link.dropdown {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bullets-bg {
  background-image: url('../images/repeat-grid-1.svg');
  background-position: 0 0;
  background-size: cover;
  width: 37.92vw;
  height: 9.38vw;
  position: absolute;
  inset: -20% auto auto .3%;
}

.welcome-section {
  background-color: var(--white-smoke);
  padding-top: 7.71vw;
  padding-bottom: 7.19vw;
  position: relative;
}

.welcome-title, .welcome-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.link-readmore {
  justify-content: space-between;
  align-items: center;
  width: 7vw;
  transition: all .2s;
  display: flex;
}

.link-readmore:hover {
  width: 7.3vw;
}

.h6-welcome {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-welcome {
  margin-top: 5px;
}

.black-box-top {
  background-image: radial-gradient(circle, #222629, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 16.46vw;
  max-height: 16.46vw;
  padding-top: 4.01vw;
  display: flex;
}

.grey-white-box {
  background-image: url('../images/rectangle-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 26.15vw;
}

.vehicles-serv-box {
  border-right: .6vw solid var(--gold);
  border-left: .6vw solid var(--gold);
  margin-bottom: 1.2vw;
  padding-left: 1.8vw;
  padding-right: 1.8vw;
  transform: skew(-20deg);
}

.h3-gray {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roboto-condensed, sans-serif;
  font-weight: 300;
  transform: skew(20deg);
}

.cars-img {
  width: 100%;
  min-width: 69.58vw;
  max-width: 69.58vw;
}

.brands-list {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 58.44vw;
  min-height: 11.2vw;
  margin-bottom: 2.34vw;
  padding-left: 1.04vw;
  padding-right: 1.04vw;
  display: flex;
}

.car-brand.cb1 {
  width: 100%;
  max-width: 6.41vw;
}

.car-brand.cb2 {
  width: 100%;
  max-width: 7.71vw;
}

.car-brand.cb3 {
  width: 100%;
  max-width: 9.64vw;
  margin-bottom: 1vw;
}

.car-brand.cb4 {
  width: 100%;
  max-width: 5.52vw;
}

.car-brand.cb5 {
  width: 100%;
  max-width: 7.19vw;
}

.full-wrapper {
  width: 100%;
  overflow: hidden;
}

.form-section {
  padding-top: 12.76vw;
  padding-bottom: 5.26vw;
  position: relative;
}

.bg-img-bullet {
  background-image: url('../images/repeat-grid-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 37.92vw;
  min-height: 18.02vw;
  position: absolute;
  inset: 0% -11.2vw auto auto;
}

.bg-img-bullet.bg-img-bullet-app {
  inset: auto 0% -48vw auto;
}

.car-form {
  width: 100%;
  max-width: 36.7vw;
  margin-top: -18.9vw;
  margin-bottom: -2.6vw;
  margin-left: 7vw;
}

.h2-white {
  color: var(--white);
}

.red-span {
  color: var(--red);
}

.h6-gray {
  color: #676767;
  width: 100%;
  max-width: 41.67vw;
}

.h6-gray.h6-full {
  width: auto;
  max-width: none;
}

.form-home {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  max-width: 56.61vw;
  margin-top: 2.6vw;
  display: flex;
}

.h5-red {
  width: 100%;
  color: var(--red);
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-field {
  color: #676767;
  width: 27.92vw;
  min-height: 2.92vw;
  margin-bottom: .94vw;
  padding-left: 1.56vw;
  padding-right: 1.56vw;
  font-family: roboto-condensed, sans-serif;
}

.text-field.date-input {
  background-image: url('../images/icon-awesome-calendar-alt.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1vw;
}

.text-field.time-input {
  background-image: url('../images/icon-awesome-clock.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1.15vw;
}

.text-field.small-input {
  width: 13.55vw;
}

.text-field.small-input.year-input {
  background-image: url('../images/icon-ionic-md-arrow-dropdown.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: .71vw;
  border-radius: 0;
  height: 2.92vw;
  min-height: 2.92vw;
}

.text-field.small-input.year-input.yi-2 {
  width: 18.4vw;
}

.text-field.textarea {
  width: 100%;
  min-height: 7.29vw;
  margin-bottom: 2.4vw;
}

.text-field.medium-input {
  width: 18.4vw;
}

.testimonials-section {
  background-image: url('../images/bg-testm.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 38.54vw;
  padding-top: 10.94vw;
  padding-bottom: 12.39vw;
}

.testm-title-cont {
  width: 100%;
  max-width: 26.78vw;
  color: var(--white);
  background-color: #000000d6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4.1vw 4.73vw;
  display: flex;
  transform: skew(-12deg);
}

.testm-slider-cont {
  align-items: center;
  width: 100%;
  max-width: 55.17vw;
  display: flex;
  position: relative;
}

.slider-left-img {
  width: 100%;
  max-width: 8.8vw;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-1.4vw)skew(10deg);
}

.slider {
  background-color: #ffffffc2;
  width: 100%;
  max-width: 55.17vw;
  max-height: 15.3vw;
  transform: skew(-12deg);
}

.mask {
  max-height: 15.3vw;
}

.slide {
  height: 15.3vw;
  max-height: 15.3vw;
  padding-top: 3vw;
  padding-left: 8vw;
  padding-right: 3vw;
}

.slide-nav {
  display: none;
}

.h6-slider {
  color: var(--red);
  text-align: right;
  transform: skew(12deg);
}

.left-arrow {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  inset: auto 4% -25% auto;
  transform: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  inset: auto -2% -25% auto;
}

.left-arrow {
  transform: rotate(-90deg);
}

.left-img {
  width: 100%;
  max-width: 1.52vw;
  transform: rotate(-90deg);
}

.image {
  width: 100%;
  max-width: 1.52vw;
}

.h6-white-skew {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.7vw;
  transform: skew(12deg);
}

.h2-white-skew {
  margin-top: 0;
  margin-bottom: 0;
  transform: skew(12deg);
}

.social-media-section {
  justify-content: center;
  align-items: center;
  min-height: 17.5vw;
  display: flex;
}

.social-media-cont {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 12.39vw;
  min-height: 3.96vw;
  padding: .56vw;
  transition: all .3s;
  display: flex;
  transform: skew(-12deg);
}

.social-media-cont:hover {
  box-shadow: 2px 2px 20px #00000029;
}

.sm-icon-bottom {
  width: 100%;
  max-width: 14.4vw;
  transform: skew(12deg);
}

.footer-section {
  background-image: url('../images/bg-footer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 33.28vw;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 3.02vw;
  display: flex;
}

.footer-col.fc2 {
  align-items: center;
  width: 33.33%;
}

.footer-col.fc2.fc3 {
  width: 33.33%;
  padding-top: 6.3vw;
}

.footer-col.fc4 {
  width: 35%;
  padding-left: 0;
}

.footer-brand-link {
  margin-bottom: 2.79vw;
}

.footer-brand {
  width: 100%;
  max-width: 10.68vw;
}

.footer-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 10vw;
  display: flex;
}

.f-menu-link {
  color: var(--white);
  text-transform: none;
  margin-bottom: 1.56vw;
  font-family: Montserrat, sans-serif;
  font-size: .83vw;
  font-style: normal;
  transition: all .2s;
  display: block;
}

.f-menu-link:hover {
  color: var(--grey);
}

.f-menu-link.w--current {
  text-decoration: underline;
}

.link-dr {
  color: var(--white);
  transition: all .3s;
}

.link-dr:hover {
  text-decoration: underline;
}

.hero-wrapper {
  width: 100vw;
  overflow: hidden;
}

.info-nav-mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.h1-black {
  color: var(--black-22);
}

.internal-content-section {
  background-color: var(--white);
  background-image: url('../images/rectangle-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20vw;
  padding-top: 15vw;
  padding-bottom: 5vw;
}

.internal-content-section.ics-app {
  min-height: 50vw;
}

.internal-content-section.ics-about {
  min-height: 80vw;
  max-height: 5px;
  padding-top: 5vw;
}

.internal-content-section.ics-about.ics-ada {
  max-height: none;
  padding-top: 5vw;
}

.internal-content-section.ics-about.about {
  min-height: 40vw;
}

.internal-content-section.ics-reviews {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.internal-content-section.ics-conact {
  padding-top: 35vw;
}

.internal-content-section.ics-blog {
  padding-top: 5vw;
}

.internal-content-section.ics-specials {
  min-height: 25vw;
  padding-top: 40vw;
}

.internal-content-section.program {
  padding-top: 5vw;
}

.explore-link {
  color: var(--white);
  font-style: normal;
}

.explore-text {
  margin-bottom: 1vw;
  font-style: normal;
}

.explore-arrow {
  transform: rotate(90deg);
}

.card-car-service {
  background-color: var(--black-22);
  width: 14%;
  color: var(--white);
  flex-direction: column;
  margin: .1vw;
  display: flex;
  position: relative;
  box-shadow: 0 3px 3px #22262929;
}

.card-car-service.w--current {
  color: var(--gold);
}

.card-car-service.last-serv {
  width: 100%;
  transition: all .5s;
}

.card-car-service.last-serv:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black-22), var(--black));
  color: var(--white-smoke);
}

.card-car-service.last-serv.w--current {
  color: var(--gold);
}

.card-car-service.program {
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

.car-service-img {
  width: 100%;
  max-width: none;
}

.layer {
  cursor: pointer;
  background-image: linear-gradient(#00000080, #00000080);
  transition: opacity 1s;
  position: absolute;
  inset: 0%;
}

.layer:hover {
  z-index: -1;
  background-image: linear-gradient(#0000, #0000);
}

.h6-serv-card {
  z-index: 1;
  position: relative;
}

.h6-content-head {
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

.h6-content-head.h6-full-width {
  width: 100%;
}

.services-row {
  justify-content: space-between;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.service-col {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  padding: 3vw;
  display: flex;
}

.middle-line {
  background-color: #8e8e8e80;
  width: 1px;
  height: auto;
}

.dropdown-services {
  align-items: center;
  height: 2.5vw;
  margin-right: 3.65vw;
  display: flex;
}

.dropdown-services.nav-services {
  margin-right: 0;
  position: static;
}

.about-cars-list {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.car-list-img {
  width: 100%;
  max-width: 18vw;
}

.car-list-img.cli-1 {
  max-width: 18vw;
  margin-bottom: 2vw;
}

.html-embed {
  width: 100%;
}

.h4-reviews {
  width: 100%;
  transform: skew(10deg);
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.paragraph {
  color: #64646d;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  text-align: left;
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight {
  color: #784fe0;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.question-title {
  color: #0b1033;
  font-size: 18px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.contact-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 2vw;
  display: flex;
}

.contact-card-img {
  width: 100%;
  max-width: 35vw;
}

.contact-list {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50vw;
  padding: 2vw;
  display: flex;
}

.contact-card-icon {
  margin-right: .5vw;
  font-family: "Fa solid 900", sans-serif;
  font-style: normal;
}

.contact-card-icon.cc1-1 {
  font-style: italic;
}

.contact-link {
  color: var(--black-22);
  font-size: 1.25vw;
  transition: all .3s;
}

.contact-link:hover {
  font-weight: 700;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-item {
  width: 30%;
  margin-bottom: 2vw;
}

.image-2 {
  float: left;
  width: 40%;
  max-width: none;
  margin-bottom: 1vw;
  margin-right: 1vw;
}

.h6-blog.h6-post, .h4-blog.h4-post {
  text-align: right;
}

.p-blog.p-post {
  float: right;
}

.link-blog {
  margin-bottom: 1vw;
}

.icon {
  font-style: normal;
}

.rich-text-block, .image-3 {
  margin-bottom: 2vw;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-2 {
  width: 100px;
  margin-left: 10px;
}

.browser_title-2 {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

.text-block-2 {
  color: #b6b6b6;
  font-size: 14px;
}

.browser-warning {
  background-color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browser_icon-2 {
  height: 40px;
}

.image-8 {
  width: 11px;
  margin-right: 1px;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: var(--black-22);
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px var(--black-22), 1px 1px 3px 2px var(--black-22);
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.browser_header {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.recommend-message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: -20px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.courtesy-block {
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.loader-wrapper {
  z-index: 2147483647;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-wrapper.hide {
  display: none;
}

.lottie-animation-5 {
  width: 30vw;
}

.lottie-animation-6 {
  height: 30vw;
}

.lottie-animation-11 {
  height: 30px;
}

.lottie-animation-8 {
  width: 439.5vw;
}

.lottie-animation-9 {
  width: 30px;
}

.lottie-animation-12 {
  width: 30vw;
  height: 30vw;
}

.dropdown-list {
  top: 2vw;
}

.dropdown-list.w--open {
  background-color: var(--black);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1vw;
  display: flex;
  top: 2.7vw;
  left: 0;
}

.dropdown-list.program.w--open {
  flex-flow: column;
  justify-content: center;
}

.service-link-nav {
  width: 100%;
  max-width: 9vw;
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.service-link-nav:hover {
  color: var(--gold);
}

.service-link-nav.last-link {
  background-color: var(--black-22);
  max-width: none;
}

.service-link-nav.program {
  max-width: 18vw;
}

.serv-link-img {
  width: 100%;
  max-width: 9vw;
}

.lottie-animation-13 {
  width: 100%;
  max-width: 10vw;
  margin-bottom: 2vw;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.call-prompt-box {
  background-color: #f5f5f5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.accessibility-call-prompt {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.privacy-policy-div {
  max-width: none;
}

.tool-icon {
  margin-right: .6vw;
  font-family: "Fa solid 900", sans-serif;
}

.product-page-list {
  width: 45%;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.coupon {
  border: 3px dashed var(--white);
  background-color: var(--black-22);
  width: 100%;
  max-width: 50vw;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2vw;
  padding: 2vw;
  display: flex;
  position: relative;
}

.coupon.c2 {
  margin-bottom: 0;
}

.h4-full-width {
  width: 100%;
  font-weight: 700;
}

.h4-red {
  color: var(--red);
  font-weight: 700;
}

.scissors-img {
  width: 100%;
  max-width: 5vw;
  position: absolute;
  top: 5vw;
  left: -2.6vw;
}

.coupons-wrapper {
  width: 35vw;
}

.special-img {
  width: 100%;
  max-width: 35vw;
  box-shadow: none;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.specials-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.serv-col {
  width: 35vw;
  padding-top: 0;
  padding-bottom: 2vw;
}

.p-transp {
  color: #0000;
}

.testm-slider {
  width: 100%;
  max-width: 55.17vw;
  padding-right: 3vw;
}

.p-testm {
  transform: skew(12deg);
}

.html-embed-2 {
  width: 100%;
  margin-bottom: 5.42vw;
}

.logo-apex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-10 {
  width: 30%;
}

.div-block {
  width: 50%;
}

.html-embed-recaptcha {
  width: 100%;
  margin-bottom: 15px;
}

.gf-box-container {
  width: 100%;
  color: var(--white-smoke);
  margin-top: 25px;
}

.google-reviews {
  margin-top: 40px;
}

.container-large {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.yt_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 2.5rem;
  display: flex;
}

.yt-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.empty-state {
  display: none;
}

.youtube-section {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.program-button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.two-column-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading, .heading-2 {
  line-height: 3vw;
}

.droplink {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: .73vw;
  font-style: normal;
}

.droplink:hover {
  color: var(--gold);
}

@media screen and (min-width: 1920px) {
  .containerdiv.cont3.cont3-internal.cont3-int-white {
    border: 0 #0000;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-black {
    border: 0 #0000;
    margin-top: -627px;
    transform: translate(0, 700px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent {
    border: 0 #0000;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-blog, .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-post {
    margin-top: 0;
    padding-bottom: 3vw;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent-2, .containerdiv.cont3.cont3-internal.cont3-int-transparent-3 {
    border: 0 #0000;
    transform: skew(-10deg)translate(0, 510px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-2, .containerdiv.cont3.cont3-internal.cont3-int-white-3 {
    border: 0 #0000;
  }

  .hero-section.internal-hero.services.blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/blog01_pg.jpg');
    background-position: 0 0, 50% 100%;
  }

  .bg-img-bullet.bg-img-bullet-app {
    bottom: -46.3vw;
  }

  .info-nav-mobile {
    display: none;
  }

  .internal-content-section.ics-about.about {
    min-height: 40vw;
  }

  .internal-content-section.ics-blog {
    padding-top: 5vw;
  }

  .card-car-service {
    background-color: var(--black-22);
    width: 14%;
    color: var(--white);
    margin: .1vw;
    position: relative;
  }

  .card-car-service.last-serv {
    width: 100%;
  }

  .car-service-img {
    max-width: none;
  }

  .contact-card-icon {
    margin-right: .5vw;
    font-family: "Fa solid 900", sans-serif;
    font-style: normal;
  }

  .contact-link {
    color: var(--black-22);
    font-size: 1.25vw;
    transition: all .3s;
  }

  .contact-link:hover {
    color: var(--black-22);
    font-weight: 700;
  }

  .collection-list-wrapper {
    text-align: left;
    justify-content: space-between;
    width: 100%;
  }

  .collection-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .collection-item {
    width: 30%;
    color: var(--white);
    background-color: #0000;
    margin-bottom: 2vw;
  }

  .image-2 {
    margin-bottom: 1vw;
  }

  .link-blog {
    margin-bottom: 1vw;
    display: block;
  }

  .icon {
    transform: skew(20deg);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.91vw;
  }

  h2, h3 {
    font-size: 3.5vw;
  }

  h4 {
    font-size: 2.25vw;
  }

  h5 {
    font-size: 2.04vw;
  }

  h6, p, a, ul {
    font-size: 1.94vw;
  }

  .containerdiv.cont1, .containerdiv.cont2 {
    max-width: 95vw;
  }

  .containerdiv.cont3 {
    max-width: 90vw;
  }

  .containerdiv.cont3.cont3-internal {
    margin-top: 5vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white {
    margin-top: -453px;
    transform: translate(0, 500px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-black {
    max-width: 81.04vw;
    margin-top: -453px;
    transform: translate(0, 500px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent {
    margin-top: -243px;
    transform: translate(0, 300px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-blog, .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-post {
    margin-top: 0;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent-2, .containerdiv.cont3.cont3-internal.cont3-int-transparent-3 {
    margin-top: -73px;
    margin-left: 10vw;
    padding-bottom: 3vw;
    transform: skew(-10deg)translate(0, 220px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-2 {
    margin-top: -708px;
    padding-bottom: 5vw;
    transform: translate(0, 800px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-3 {
    max-width: 81.04vw;
    margin-top: -1000px;
    padding-bottom: 5vw;
    transform: translate(0, 1050px);
  }

  .containerdiv.cont3.cont3-internal.c1-3 {
    margin-top: 0;
  }

  .containerdiv.cont4 {
    max-width: 90vw;
  }

  .containerdiv.cont5 {
    max-width: 81.04vw;
  }

  .containerdiv.cont6 {
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 90.42vw;
    min-height: 40.21vw;
  }

  .containerdiv.cont7 {
    max-width: 72.08vw;
  }

  .containerdiv.cont8 {
    max-width: 90vw;
  }

  .containerdiv.cont9 {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90vw;
  }

  .containerdiv.cont10 {
    max-width: 81.04vw;
  }

  .btn {
    max-width: 32vw;
    min-height: 6.92vw;
  }

  .btn.btn-red {
    justify-content: flex-start;
    align-items: center;
    max-width: 24vw;
    padding-top: 2.94vw;
    padding-bottom: 2.94vw;
    padding-left: 2.52vw;
    font-size: 1.53vw;
    right: -2.5vw;
  }

  .btn.submit-btn {
    max-width: 22.56vw;
    font-size: 1.94vw;
  }

  .btn.submit-btn.btn-sb-2 {
    min-width: 25vw;
    max-width: 25vw;
  }

  .btn-text {
    font-size: 1.94vw;
  }

  .btn-text.btn-red-text {
    font-size: 1.64vw;
  }

  .btn-text.btn-text-blog {
    font-size: 1.94vw;
  }

  .hero-section.internal-hero.services.alfa-romeo {
    background-image: linear-gradient(to bottom, null, null), url('../images/alfa_romeo_pg.jpg');
    background-position: 0 0, 50% 70%;
  }

  .hero-section.internal-hero.services.about-us.ada {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/about01_pg.jpg');
    background-size: auto, cover;
  }

  .hero-section.internal-hero.services.thank-you {
    padding-bottom: 5vw;
  }

  .logo {
    max-width: 17.68vw;
  }

  .h6-infobox {
    font-size: 1.43vw;
  }

  .h6-infobox.info-hide {
    display: none;
  }

  .img-infobox {
    max-width: 4.24vw;
  }

  .h6-link-yellow {
    font-size: 1.23vw;
  }

  .sm-icon {
    font-size: 2.3vw;
  }

  .navbar {
    justify-content: flex-start;
    width: 81%;
  }

  .nav-link {
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-top: 2.94vw;
    padding-bottom: 2.94vw;
    font-size: 1.73vw;
  }

  .nav-link:hover {
    border-bottom-style: none;
    padding-bottom: 2.94vw;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 2.73vw;
  }

  .nav-link.nl, .nav-link.nl:hover {
    padding-top: 2.94vw;
    padding-bottom: 2.94vw;
  }

  .bullets-bg {
    background-size: cover;
    width: 39.92vw;
    height: 11.38vw;
    top: -13%;
  }

  .link-readmore {
    width: 14vw;
  }

  .link-readmore:hover {
    width: 14.3vw;
  }

  .black-box-top {
    min-height: 19.46vw;
  }

  .grey-white-box {
    min-height: 30.15vw;
  }

  .vehicles-serv-box {
    border-left-width: 1vw;
    border-right-width: 1vw;
  }

  .cars-img {
    min-width: 75.58vw;
    max-width: 75.58vw;
  }

  .brands-list {
    max-width: 68.44vw;
    margin-bottom: 3.34vw;
  }

  .car-brand.cb1 {
    max-width: 7.41vw;
  }

  .car-brand.cb2 {
    max-width: 8.71vw;
  }

  .car-brand.cb3 {
    max-width: 10.64vw;
  }

  .car-brand.cb4 {
    max-width: 6.52vw;
  }

  .car-brand.cb5 {
    max-width: 8.19vw;
  }

  .form-section {
    padding-top: 14.76vw;
  }

  .bg-img-bullet {
    background-size: cover;
    top: 2%;
  }

  .bg-img-bullet.bg-img-bullet-app {
    bottom: -76.6vw;
  }

  .car-form {
    margin-top: -18.9vw;
  }

  .h6-gray {
    max-width: 61.67vw;
  }

  .form-home {
    max-width: 66.61vw;
  }

  .text-field {
    width: 32.92vw;
  }

  .text-field.date-input {
    background-size: 2vw;
  }

  .text-field.time-input {
    background-size: 2.15vw;
  }

  .text-field.small-input {
    width: 15.55vw;
  }

  .text-field.small-input.year-input {
    background-size: 1.71vw;
    width: 16.5vw;
    height: 4.92vw;
  }

  .text-field.small-input.year-input.yi-2 {
    width: 21.4vw;
  }

  .text-field.medium-input {
    width: 21.5vw;
  }

  .testm-title-cont {
    max-width: none;
    margin-bottom: 3vw;
    padding-left: 3.73vw;
  }

  .testm-slider-cont {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .slider-left-img {
    max-width: 17.2vw;
    margin-left: -7.73vw;
    transform: translate(5vw)skew(10deg);
  }

  .slider {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .mask {
    height: auto;
    max-height: none;
  }

  .slide {
    height: 30vw;
    max-height: 40vw;
    padding-left: 16vw;
  }

  .h6-slider {
    padding-right: 3vw;
  }

  .left-arrow {
    width: 4.5vw;
    height: 4.5vw;
    bottom: -25%;
    right: 11%;
  }

  .right-arrow {
    width: 4.5vw;
    height: 4.5vw;
    bottom: -25%;
    right: 5%;
  }

  .left-img, .image {
    max-width: 2.52vw;
  }

  .social-media-section {
    min-height: 20.5vw;
  }

  .social-media-cont {
    max-width: 18.39vw;
  }

  .sm-icon-bottom {
    max-width: 16.4vw;
  }

  .footer-col {
    padding-left: 0;
  }

  .footer-brand {
    max-width: 15.68vw;
  }

  .f-menu-link {
    font-size: 1.83vw;
  }

  .menu-button {
    color: var(--gold);
  }

  .menu-button.w--open {
    background-color: var(--red);
  }

  .nav-menu {
    background-color: var(--black-22);
    padding: 0 1.5vw;
  }

  .internal-content-section {
    padding-top: 70vw;
  }

  .internal-content-section.ics-about {
    min-height: 200vw;
    max-height: 0;
  }

  .internal-content-section.ics-about.about {
    min-height: 105vw;
  }

  .internal-content-section.ics-reviews, .internal-content-section.ics-faq {
    padding-top: 25vw;
  }

  .internal-content-section.ics-conact {
    padding-top: 105vw;
  }

  .internal-content-section.ics-blog {
    padding-top: 5vw;
  }

  .internal-content-section.ics-specials {
    padding-top: 140vw;
  }

  .card-car-service {
    width: 24.6%;
  }

  .card-car-service.last-serv {
    justify-content: center;
    width: 49.6%;
    min-height: 20vw;
  }

  .dropdown-services.nav-services {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .about-cars-list {
    margin-bottom: 0;
  }

  .contact-wrapper {
    flex-wrap: wrap;
  }

  .contact-card-img, .contact-list {
    max-width: none;
  }

  .contact-link {
    font-size: 2.25vw;
  }

  .browser-detect {
    display: none;
  }

  .lottie-animation-12 {
    width: 50vw;
    height: 50vw;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .service-link-nav {
    max-width: 16vw;
  }

  .service-link-nav.last-link {
    justify-content: center;
    max-width: 35vw;
    min-height: 16vw;
  }

  .serv-link-img {
    max-width: 16vw;
  }

  .lottie-animation-13 {
    max-width: 15vw;
  }

  .lottie-animation-14 {
    width: 60%;
  }

  .tool-icon {
    margin-right: 1.6vw;
  }

  .product-page-list {
    width: 100%;
  }

  .product-page-list.small-list {
    width: 45%;
  }

  .list-wrapper {
    flex-wrap: wrap;
  }

  .coupon {
    max-width: none;
  }

  .scissors-img {
    max-width: 6vw;
    left: -3.2vw;
  }

  .coupons-wrapper {
    width: 100%;
  }

  .special-img {
    max-width: none;
  }

  .specials-container {
    flex-wrap: wrap;
  }

  .serv-col {
    width: 100%;
  }

  .image-10 {
    width: 40%;
  }

  .google-reviews {
    margin-top: 47px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5.91vw;
  }

  h2, h3 {
    font-size: 4.5vw;
  }

  h4 {
    font-size: 3.25vw;
  }

  h5 {
    font-size: 3.04vw;
  }

  h6, p, a, ul {
    font-size: 2.94vw;
  }

  .containerdiv {
    max-width: 90vw;
  }

  .containerdiv.cont1 {
    max-width: 98vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white {
    margin-top: -672px;
    transform: translate(0, 700px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white.programs {
    grid-template-columns: 1fr;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-black {
    max-width: 90vw;
    margin-top: -672px;
    transform: translate(0, 700px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent {
    margin-top: -452px;
    transform: translate(0, 500px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-blog, .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-post {
    background-color: #000c;
    margin-top: 0;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-ada {
    margin-top: 0;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-about {
    background-image: linear-gradient(to bottom, #000c, var(--black));
    max-width: 90vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent-2, .containerdiv.cont3.cont3-internal.cont3-int-transparent-3 {
    margin-top: -97px;
    margin-left: 12vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-2 {
    margin-top: -672px;
    padding: 2vw;
    transform: translate(0, 700px);
  }

  .containerdiv.cont3.cont3-internal.cont3-ada {
    margin-top: 0;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-3 {
    max-width: 90vw;
    margin-top: -1015px;
    padding: 6vw;
    transform: translate(0, 1060px);
  }

  .containerdiv.cont3.cont3-internal.c1-3 {
    margin-top: 0;
  }

  .containerdiv.cont4 {
    flex-wrap: wrap;
  }

  .containerdiv.cont5 {
    max-width: 90vw;
  }

  .containerdiv.cont6 {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 95vw;
  }

  .containerdiv.cont7 {
    max-width: 90vw;
    padding-top: 4.15vw;
    padding-bottom: 4.15vw;
  }

  .containerdiv.cont8 {
    max-width: 95vw;
  }

  .btn {
    max-width: 50.06vw;
    min-height: 7.92vw;
    padding-left: 5.92vw;
    padding-right: 5.92vw;
  }

  .btn.btn-red {
    padding-top: 4.1vw;
    padding-bottom: 4.1vw;
    padding-left: 2.52vw;
    right: -5.5vw;
  }

  .btn.submit-btn {
    max-width: 26.56vw;
    font-size: 2.94vw;
  }

  .btn.submit-btn.btn-sb-2 {
    min-width: 40vw;
    max-width: 40vw;
  }

  .btn-text {
    font-size: 2.94vw;
  }

  .btn-text.btn-red-text {
    font-size: 2vw;
  }

  .btn-text.btn-text-blog {
    font-size: 2.94vw;
  }

  .h6-infobox {
    font-size: 2.43vw;
  }

  .img-infobox {
    max-width: 5.24vw;
    margin-right: 1.56vw;
  }

  .h6-link-yellow {
    font-size: 2.23vw;
    display: none;
  }

  .sm-icon {
    font-size: 3.3vw;
  }

  .sm-icon.si2.s1 {
    align-self: center;
  }

  .navbar {
    width: 79%;
  }

  .nav-link {
    font-size: 2.73vw;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .bullets-bg {
    width: 49.92vw;
    height: 11.38vw;
    top: -6%;
  }

  .welcome-title, .welcome-content {
    width: 100%;
  }

  .link-readmore {
    width: 20vw;
  }

  .link-readmore:hover {
    width: 21vw;
  }

  .black-box-top {
    min-height: 23vw;
    padding-top: 6vw;
  }

  .cars-img {
    min-width: 80vw;
    max-width: 80vw;
  }

  .brands-list {
    max-width: 78.44vw;
    min-height: 14.2vw;
    margin-bottom: 6.34vw;
  }

  .car-brand.cb1 {
    max-width: 10.41vw;
  }

  .car-brand.cb2 {
    max-width: 11.71vw;
  }

  .car-brand.cb3 {
    max-width: 13.64vw;
  }

  .car-brand.cb4 {
    max-width: 9.52vw;
  }

  .car-brand.cb5 {
    max-width: 11.19vw;
  }

  .form-section {
    padding-top: 26.76vw;
  }

  .bg-img-bullet {
    top: 11%;
  }

  .bg-img-bullet.bg-img-bullet-app {
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -130.3vw;
  }

  .car-form {
    max-width: 46.7vw;
    margin-top: -22.9vw;
  }

  .h6-gray, .form-home {
    max-width: 75vw;
  }

  .text-field {
    width: 36.92vw;
  }

  .text-field.date-input {
    background-size: 3vw;
  }

  .text-field.time-input {
    background-size: 3.15vw;
  }

  .text-field.small-input {
    width: 19.55vw;
  }

  .text-field.small-input.year-input {
    background-size: 2.71vw;
    height: 6.92vw;
  }

  .text-field.small-input.year-input.yi-2, .text-field.medium-input {
    width: 24.5vw;
  }

  .testm-title-cont {
    max-width: 60vw;
    margin-bottom: 4vw;
    margin-left: 0;
    padding-left: 8.73vw;
  }

  .testm-slider-cont {
    max-width: 82vw;
    margin-left: 4vw;
  }

  .slider-left-img {
    max-width: 25vw;
    margin-left: -7.73vw;
    transform: translate(4vw)skew(10deg);
  }

  .slider {
    height: auto;
    max-height: none;
    left: -10px;
  }

  .mask {
    max-height: 65vw;
  }

  .slide {
    height: auto;
    max-height: none;
    padding-top: 2vw;
    padding-left: 23vw;
  }

  .h6-slider {
    padding-right: 6vw;
    font-size: 2.54vw;
  }

  .left-arrow {
    width: 6.5vw;
    height: 6.5vw;
    bottom: -14%;
    right: 13%;
  }

  .right-arrow {
    width: 6.5vw;
    height: 6.5vw;
    bottom: -14%;
    right: 1%;
  }

  .left-img, .image {
    max-width: 4.52vw;
  }

  .social-media-cont {
    max-width: 26.39vw;
  }

  .sm-icon-bottom {
    max-width: 22.4vw;
  }

  .footer-col {
    width: 45%;
  }

  .footer-col.fc2 {
    align-items: flex-start;
    width: 30%;
    padding-left: 3vw;
  }

  .footer-col.fc2.fc3 {
    align-items: flex-start;
    padding-top: 8.3vw;
  }

  .footer-brand {
    max-width: 20.68vw;
  }

  .footer-menu {
    max-width: 16vw;
  }

  .f-menu-link {
    font-size: 2.83vw;
  }

  .internal-content-section {
    padding-top: 130vw;
  }

  .internal-content-section.ics-about {
    min-height: 345vw;
  }

  .internal-content-section.ics-about.about {
    min-height: 185vw;
  }

  .internal-content-section.ics-reviews, .internal-content-section.ics-faq {
    padding-top: 43vw;
  }

  .internal-content-section.ics-conact {
    padding-top: 115vw;
  }

  .internal-content-section.ics-blog {
    padding-top: 5vw;
  }

  .internal-content-section.ics-specials {
    padding-top: 185vw;
  }

  .card-car-service {
    width: 33%;
  }

  .card-car-service.last-serv {
    width: 33%;
    min-height: 27vw;
  }

  .services-row {
    flex-wrap: wrap;
  }

  .service-col {
    width: 100%;
  }

  .middle-line {
    width: 100%;
    height: 1px;
  }

  .about-cars-list {
    margin-bottom: 0;
  }

  .contact-link {
    font-size: 3.25vw;
  }

  .collection-item {
    width: 48%;
  }

  .image-2 {
    width: 100%;
  }

  .icon {
    width: 3vw;
    height: 3vw;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lottie-animation-5 {
    width: 30vw;
    height: 30vw;
  }

  .lottie-animation-12 {
    width: 50vw;
    height: 50vw;
  }

  .service-link-nav {
    max-width: 22vw;
  }

  .service-link-nav.last-link {
    max-width: none;
    min-height: 0;
  }

  .serv-link-img {
    max-width: 22vw;
  }

  .tool-icon {
    margin-right: 1.6vw;
  }

  .product-page-list {
    margin-right: 14vw;
  }

  .product-page-list.small-list {
    width: 40%;
    margin-right: 0;
  }

  .scissors-img {
    max-width: 8vw;
    top: 10vw;
    left: -4.4vw;
  }

  .p-testm {
    font-size: 2.34vw;
  }

  .logo-apex {
    flex-wrap: wrap;
  }

  .image-10 {
    margin-bottom: 20px;
  }

  .div-block {
    width: 100%;
  }

  .google-reviews {
    margin-top: 61px;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7.91vw;
  }

  h2, h3 {
    font-size: 6.5vw;
  }

  h4 {
    font-size: 5.25vw;
  }

  h5 {
    font-size: 5.04vw;
  }

  h6, p, a, ul {
    font-size: 4.94vw;
  }

  .containerdiv {
    max-width: 93vw;
  }

  .containerdiv.cont1 {
    max-width: 97vw;
    padding-top: 2.94vw;
    padding-bottom: 2.94vw;
  }

  .containerdiv.cont2 {
    max-width: 100vw;
    margin-left: 0;
  }

  .containerdiv.cont3.cont3-internal {
    margin-top: -30vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white {
    margin-top: -1070px;
    transform: translate(0, 1150px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-black {
    max-width: 95vw;
    margin-top: -971px;
    transform: translate(0, 1005px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-black.black-2 {
    flex-direction: row;
    min-height: 300vw;
    margin-top: -1190px;
    transform: translate(0, 1240px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent {
    z-index: 9;
    background-color: var(--black);
    max-width: 95vw;
    min-height: 280vw;
    margin-top: -1110px;
    position: relative;
    transform: translate(0, 1250px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-blog {
    z-index: 9;
    margin-top: 0;
    position: relative;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-post {
    z-index: 9;
    flex-direction: column;
    margin-top: 0;
    display: flex;
    position: relative;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-ada {
    background-color: var(--black);
    background-image: none;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 5vw;
    transform: translate(0);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent.cit-about {
    max-width: 95vw;
    min-height: 500vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent-2 {
    background-color: var(--black);
    max-width: 95vw;
    margin-top: -239px;
    margin-left: 9vw;
    padding-left: 5vw;
    padding-right: 5vw;
    transform: skew(-5deg)translate(0, 300px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-transparent-3 {
    background-color: var(--black);
    max-width: 95vw;
    margin-top: -153px;
    margin-left: 8vw;
    padding-left: 4vw;
    padding-right: 5vw;
    transform: skew(-5deg)translate(0, 262px);
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-2 {
    max-width: 95vw;
    margin-top: -734px;
    padding-top: 0;
    transform: translate(0, 800px);
  }

  .containerdiv.cont3.cont3-internal.cont3-blog {
    margin-top: -15vw;
    margin-bottom: -15vw;
  }

  .containerdiv.cont3.cont3-internal.cont3-ada {
    margin-top: 0;
  }

  .containerdiv.cont3.cont3-internal.cont3-int-white-3 {
    background-color: #000c;
    max-width: 95vw;
    min-height: 285vw;
    margin-top: -1030px;
    padding-top: 0;
    transform: translate(0, 1120px);
  }

  .containerdiv.cont3.cont3-internal.cont3-specials {
    margin-top: -10vw;
  }

  .containerdiv.cont3.cont3-internal.c1-3 {
    margin-top: -20vw;
  }

  .containerdiv.cont5 {
    max-width: 95vw;
    padding-left: 5.19vw;
    padding-right: 5.19vw;
  }

  .containerdiv.cont6 {
    width: 95%;
    max-width: none;
  }

  .containerdiv.cont7 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .containerdiv.cont8 {
    flex-wrap: wrap;
  }

  .containerdiv.cont9 {
    max-width: 95vw;
  }

  .colors-pallete {
    flex-wrap: wrap;
  }

  .btn {
    max-width: 80vw;
    min-height: 13vw;
    padding-left: 8.92vw;
    padding-right: 8.92vw;
  }

  .btn.btn-red {
    border-radius: 0;
    justify-content: center;
    min-width: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.53vw;
    position: static;
    transform: none;
  }

  .btn.submit-btn {
    max-width: 45vw;
    font-size: 4.94vw;
  }

  .btn.submit-btn.btn-sb-2 {
    min-width: 65vw;
    max-width: 65vw;
  }

  .btn.btn-ada {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-text {
    font-size: 4.94vw;
  }

  .btn-text.btn-red-text {
    font-size: 4.64vw;
    transform: none;
  }

  .btn-text.btn-text-blog {
    font-size: 4.94vw;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .hero-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero-bg.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .hero-section.internal-hero.services {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/services_pg.jpg');
    background-size: auto, cover;
    max-height: 35vw;
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .hero-section.internal-hero.services.alfa-romeo {
    max-height: 35vw;
  }

  .hero-section.internal-hero.services.thank-you {
    margin-bottom: -70vw;
    padding-top: 40vw;
    padding-bottom: 40vw;
  }

  .info-box.ib-footer {
    margin-bottom: 3.56vw;
  }

  .info-box.ib-hide {
    display: none;
  }

  .logo {
    max-width: 40vw;
  }

  .h6-infobox {
    margin-top: 1.26vw;
    margin-bottom: 1.26vw;
    font-size: 3.43vw;
  }

  .img-infobox {
    max-width: 7.24vw;
    margin-right: 2.56vw;
  }

  .social-media-wrapper.smw2 {
    display: flex;
  }

  .sm-icon {
    margin-left: 2.79vw;
    margin-right: 2.79vw;
    font-size: 5.3vw;
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    padding: 4.94vw 2.3vw;
    font-size: 3.73vw;
  }

  .nav-link:hover {
    padding-bottom: 4.94vw;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    padding-bottom: 4.73vw;
  }

  .bullets-bg {
    background-size: 100vw;
    width: 59.92vw;
    height: 21.38vw;
    top: -7%;
  }

  .welcome-section {
    padding-top: 17.71vw;
    padding-bottom: 10.19vw;
  }

  .link-readmore {
    width: 33vw;
  }

  .link-readmore:hover {
    width: 35vw;
  }

  .black-box-top {
    background-image: radial-gradient(circle, #222629, #000);
    min-height: 29vw;
    max-height: 18.46vw;
  }

  .h3-gray {
    letter-spacing: .15vw;
  }

  .cars-img {
    min-width: 90vw;
    max-width: 90vw;
  }

  .brands-list {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 95vw;
    min-height: 70vw;
  }

  .car-brand.cb1 {
    max-width: 28.41vw;
  }

  .car-brand.cb2 {
    max-width: 29.71vw;
  }

  .car-brand.cb3 {
    max-width: 31.64vw;
  }

  .car-brand.cb4 {
    max-width: 27.52vw;
  }

  .car-brand.cb5 {
    max-width: 30vw;
  }

  .form-section {
    margin-top: 100vw;
    padding-top: 0;
  }

  .bg-img-bullet {
    background-size: 100vw;
    max-width: 47.92vw;
    min-height: 28.02vw;
    top: -6%;
    right: -21.9vw;
  }

  .bg-img-bullet.bg-img-bullet-app {
    background-size: 100vw;
    min-height: 15vw;
    bottom: -283.4vw;
    right: -30.8vw;
  }

  .car-form {
    max-width: 66.7vw;
    margin-top: -30vw;
  }

  .h6-gray, .form-home {
    max-width: 95vw;
  }

  .text-field {
    border-radius: 0;
    width: 100%;
    height: 11.92vw;
    margin-bottom: 1.94vw;
    padding-left: 2.56vw;
  }

  .text-field.date-input {
    background-size: 5vw;
  }

  .text-field.time-input {
    background-size: 5.15vw;
  }

  .text-field.small-input {
    border-radius: 0;
    width: 49%;
    height: 11.92vw;
  }

  .text-field.small-input.year-input {
    background-size: 4.71vw;
    width: 49%;
    height: 11.92vw;
  }

  .text-field.small-input.year-input.yi-2 {
    width: 100%;
  }

  .text-field.textarea {
    height: 25.92vw;
    margin-bottom: 8.4vw;
  }

  .text-field.medium-input {
    width: 100%;
  }

  .testimonials-section {
    height: auto;
    padding-top: 13.94vw;
    padding-bottom: 20.39vw;
  }

  .testm-title-cont {
    max-width: 85vw;
  }

  .testm-slider-cont {
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: none;
    height: auto;
    min-height: 100vw;
    margin-left: 0;
    padding-top: 3vw;
    padding-left: 3vw;
    transform: none;
  }

  .slider-left-img {
    max-width: 32vw;
    margin-left: -6.7vw;
    position: absolute;
    inset: 0% auto auto 0%;
    transform: translate(1.6vw)skew(10deg);
  }

  .slider {
    height: 130vw;
    max-height: 130vw;
    transform: skew(-12deg);
  }

  .mask {
    max-height: 130vw;
  }

  .slide {
    height: 130vw;
    padding-top: 58vw;
    padding-left: 14vw;
  }

  .h6-slider {
    font-size: 3.94vw;
    transform: none;
  }

  .left-arrow, .right-arrow {
    width: 8.5vw;
    height: 8.5vw;
    bottom: -7%;
  }

  .left-img, .image {
    max-width: 6.52vw;
  }

  .social-media-section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .social-media-cont {
    max-width: 60vw;
    margin-bottom: 4vw;
    padding: 1.56vw;
  }

  .sm-icon-bottom {
    max-width: 55vw;
  }

  .footer-section {
    padding-top: 0;
  }

  .footer-col {
    align-items: center;
    width: 100%;
  }

  .footer-col.fc2 {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .footer-col.fc2.fc3 {
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .footer-brand {
    max-width: 45vw;
  }

  .footer-menu {
    align-items: center;
    max-width: 50vw;
  }

  .f-menu-link {
    font-size: 4.83vw;
  }

  .info-nav-mobile {
    background-color: var(--black-22);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #222629, var(--black));
    justify-content: space-between;
    align-items: center;
    padding: 4vw;
    display: flex;
  }

  .nav-menu {
    border-top: 1.21vw solid var(--gold);
    border-bottom: 1.21vw solid var(--gold);
    padding-left: 0;
    padding-right: 0;
  }

  .internal-content-section {
    margin-bottom: -65vw;
    padding-top: 300vw;
    padding-bottom: 0;
  }

  .internal-content-section.ics-app {
    min-height: 280vw;
    margin-bottom: 0;
  }

  .internal-content-section.ics-about {
    min-height: 850vw;
    margin-bottom: -50vw;
  }

  .internal-content-section.ics-about.ics-ada {
    max-height: none;
    padding-top: 5vw;
  }

  .internal-content-section.ics-about.about {
    min-height: 500vw;
  }

  .internal-content-section.ics-reviews {
    padding-top: 60vw;
  }

  .internal-content-section.ics-faq {
    padding-top: 35vw;
  }

  .internal-content-section.ics-conact {
    margin-bottom: 0;
    padding-top: 116vw;
  }

  .internal-content-section.ics-blog {
    padding-top: 3vw;
  }

  .internal-content-section.ics-specials {
    margin-bottom: 0;
    padding-top: 205vw;
  }

  .card-car-service {
    width: 49.5%;
  }

  .card-car-service.last-serv {
    width: 100%;
    min-height: 15vw;
  }

  .services-row {
    flex-wrap: wrap;
  }

  .service-col {
    width: 100%;
  }

  .middle-line {
    width: 100%;
    height: 1px;
  }

  .about-cars-list {
    background-color: var(--black);
    flex-wrap: wrap;
    width: 95vw;
    margin-bottom: 2vw;
    margin-left: -3vw;
    margin-right: -3vw;
  }

  .car-list-img, .car-list-img.cli-1 {
    max-width: 40vw;
  }

  .h4-reviews {
    transform: skew(5deg);
  }

  .question-title {
    flex: 1;
  }

  .contact-wrapper {
    justify-content: center;
  }

  .contact-card-img {
    width: 75%;
  }

  .contact-list {
    z-index: 9;
    padding-top: 0;
  }

  .contact-link {
    z-index: 9;
    font-size: 3.4vw;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 5vw;
  }

  .link-blog {
    z-index: 9;
    position: relative;
  }

  .icon {
    width: 5vw;
    height: 5vw;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
    overflow: scroll;
  }

  .lottie-animation-5 {
    width: 40vw;
    height: 40vw;
  }

  .lottie-animation-12 {
    width: 80vw;
    height: 80vw;
  }

  .service-link-nav {
    text-align: center;
    max-width: 32vw;
  }

  .serv-link-img {
    max-width: 32vw;
  }

  .h-cont {
    z-index: 9;
  }

  .h2-contact {
    margin-top: 0;
  }

  .lottie-animation-13 {
    max-width: 25vw;
    margin-bottom: 5vw;
  }

  .h1-ada {
    margin-top: 0;
  }

  .tool-icon {
    margin-right: 2.6vw;
  }

  .product-page-list, .product-page-list.small-list {
    width: 100%;
  }

  .list-wrapper {
    flex-wrap: wrap;
  }

  .coupon {
    z-index: 9;
    margin-bottom: 6vw;
    padding: 4vw;
  }

  .coupon.c2 {
    padding-top: 4vw;
  }

  .scissors-img {
    max-width: 10vw;
    top: 15vw;
    left: -5.5vw;
  }

  .special-img {
    width: 75%;
  }

  .special-img.s-img-2 {
    width: 100%;
  }

  .specials-container {
    justify-content: center;
  }

  .image-9 {
    max-width: 50%;
  }

  .p-testm {
    font-size: 3.54vw;
    transform: none;
  }

  .html-embed-2 {
    margin-bottom: 8.42vw;
  }

  .image-10 {
    width: 100%;
  }

  .google-reviews {
    margin-top: 200px;
    padding-top: 80px;
  }

  .youtube-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}