@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi Thicccaf;
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.woff2') format("woff2"), url('../fonts/THICCCBOI-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icon Font;
  src: url('../fonts/line-rounded-icon-font.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fontawesome Webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color: #00c6c7;
  --white-smoke: #f5f5f5;
  --white: white;
  --black: black;
  --transparent: #fff0;
  --grey: #707070;
  --light-grey: #afafaf;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

em {
  font-style: italic;
}

.herosection {
  padding-top: 190px;
  padding-bottom: 190px;
}

.herosection.hero {
  position: relative;
  overflow: hidden;
}

.herosection.hero.v1 {
  background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(#00000040, #0000 28%), linear-gradient(#0000001a, #0000001a), url('../images/ceramic-coating.jpg');
  background-position: 0 10%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 1445px, auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 220px;
}

.herosection.hero.v1.black {
  background-image: linear-gradient(#000, #000), url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(#00000040, #0000 28%), linear-gradient(#0000001a, #0000001a), url('../images/ceramic-coating.jpg');
  background-position: 0 0, 0 10%, 0 0, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat, no-repeat;
  background-size: auto, 1445px, auto, auto, cover;
}

.herosection.hero.v2 {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/car-wash.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 180px;
}

.herosection.hero.v2.tint {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/3mceramicir2.jpg');
}

.herosection.hero.v2.ppf {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/3m-scotchgard-paint-protection-film-pro-series-200-matte.webp');
}

.herosection.hero.v2.correction {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/paint-polishing.jpg');
}

.herosection.hero.v2.headlightrestoration {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/headlight.jpg');
}

.herosection.hero.v2.interiordetailing {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/interior-detailing.jpg');
}

.herosection.hero.v2.carwrap {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/bmw-m3-wrapped.jpg');
}

.herosection.hero.v2.ceramiccoating {
  background-image: linear-gradient(#000, #0000 30%), linear-gradient(124deg, #000, #0000 50%), linear-gradient(0deg, #000, #0000), url('../images/technician-installing-coating-on-mercedes.jpg');
}

.herosection.hero.v2.bookonline {
  padding-bottom: 0;
}

.customwrap {
  position: absolute;
}

.customwrap.bottom {
  z-index: 1;
  inset: auto 0% 0%;
}

.customwrap.top {
  inset: -1px 0% auto;
}

.custom {
  min-height: 80px;
  position: relative;
}

.custom.left {
  border-top: 80px solid #fff;
  border-right: 20px solid #0000;
  max-width: 50vw;
}

.custom.left.hero {
  border-right-width: 18px;
  max-width: 558px;
}

.custom.dark.left {
  border-top-color: #000;
}

.custom.right {
  border-top-width: 0;
  border-bottom: 80px solid #fff;
  border-left: 20px solid #0000;
  max-width: 50vw;
  margin-left: auto;
}

.custom.right.whitesmoke {
  border-bottom-color: var(--white-smoke);
}

.navcontainer {
  z-index: 999;
  background-image: linear-gradient(#000000f2 3%, #0e0e0e4d);
  width: 100%;
  height: 144px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  width: 94%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.nav-link.w--current {
  color: var(--color);
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.herogrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 90%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.herotextcontainer {
  max-width: 700px;
}

.heroheading {
  color: var(--white);
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.heroheading.small {
  margin-bottom: 22px;
  font-size: 50px;
  line-height: 65px;
}

.herosubheading {
  color: var(--white);
  text-transform: none;
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.herosubheading.last {
  margin-bottom: 40px;
}

.herocta {
  background-color: var(--color);
  color: var(--black);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 22px 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.herocta:hover {
  background-image: linear-gradient(#0003, #0003);
}

.heroform {
  background-color: var(--white);
  opacity: 0;
  max-width: 370px;
  padding: 40px 30px;
  display: none;
}

.submit-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #000;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.text-field {
  color: #000;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 0 0 2px;
  border-bottom-color: #b6b6b6;
  border-left-color: #000;
  border-right-color: #000;
  margin-bottom: 18px;
  padding-bottom: 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heroformheadiing {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}

.form-block {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.heroformsubheading {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.navdropdown-link {
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navdropdown-link:hover, .navdropdown-link.w--current {
  color: var(--color);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--white);
  box-shadow: 0 2px 10px #0000004d;
}

.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.apd0px {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.custom {
  background-color: var(--black);
  padding-top: 180px;
  position: relative;
}

.section.custom.quote {
  background-image: linear-gradient(90deg, #000000e6 40%, #0e0e0e66), url('../images/car-detailing.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.custom.whitesmoke {
  background-color: var(--white-smoke);
}

.section.bpd0px {
  padding-bottom: 0;
}

.section.whitesmoke {
  background-color: var(--white-smoke);
}

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

.section.blog, .section.bookonline {
  padding-top: 80px;
}

.navdropdown-toggle {
  padding-left: 18px;
  padding-right: 18px;
}

.navcta {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.navcta:hover {
  background-image: linear-gradient(#0003, #0003);
}

.navcta.button {
  background-color: var(--color);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.navcta.button:hover {
  background-color: var(--color);
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
}

.navcta.button.w--current {
  color: var(--white);
}

.navcta.button._2 {
  border: 2px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 14px;
  padding: 13px 14px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbranddiv {
  z-index: 2147483647;
  background-image: url('../images/donavons-car-detailing-austin-logo2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 82px;
}

.brand {
  width: 100%;
  height: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  width: 83%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.link {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.maincontainer {
  width: 94%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sectionheading {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 75px;
}

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

.sectionheading.left {
  text-align: left;
}

.sectionheading.left._2 {
  font-size: 50px;
  line-height: 50px;
}

.sectionheading.bmg60px {
  margin-bottom: 60px;
}

.sectionheading.maincolor {
  color: var(--color);
}

.innercontainer {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.innercontainer.bmg60px {
  margin-bottom: 60px;
}

.sectiontopheading {
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sectiontopheading.left {
  text-align: left;
}

.benefitcardwrap {
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: block;
}

.servicecard {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #00000038 40%, #00000080), url('../images/car-detailing-14.webp');
  background-position: 0 0, 0 0, 55%;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  width: 400px;
  height: 400px;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.servicecard.tint {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #00000038 40%, #00000080), url('../images/car-detailing-8.webp');
}

.servicecard.ppf {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#0000, #00000038 40%, #00000080), url('../images/car-detailing-27.webp');
}

.cardheading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 50px;
  text-decoration: none;
}

.cardheading.black {
  color: var(--black);
}

.cardsubheading {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cardsubheading.black {
  color: var(--black);
  margin-bottom: 0;
}

.cardbutton {
  border: 2px solid var(--white);
  text-align: center;
  background-image: none;
  width: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.benefitcardwraper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.benefitcard {
  border: 1px solid var(--grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding: 36px;
  display: flex;
}

.text-block-3 {
  color: var(--color);
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 55px;
  font-weight: 900;
}

.mainctacontainer {
  text-align: center;
  margin-top: 50px;
}

.maincta {
  background-color: var(--color);
  color: var(--black);
  text-transform: uppercase;
  padding: 22px 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  position: static;
}

.maincta:hover {
  background-image: linear-gradient(#0003, #0003);
}

.maincta:active {
  background-image: linear-gradient(#0006, #0006);
}

.maincta._2 {
  border: 2px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.maincta._2:hover {
  background-color: var(--black);
  color: var(--white);
}

.maincta._2:active {
  color: var(--grey);
}

.sbsgrid {
  flex-flow: row;
  grid-template-columns: .75fr 1fr;
  place-items: center;
  display: flex;
}

.sbstextwrapper {
  width: 600px;
  margin-right: 36px;
}

.sbstextwrapper.right {
  margin-left: 36px;
  margin-right: 0;
}

.sbsheading {
  color: var(--black);
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 75px;
}

.benefitcardrt {
  color: var(--black);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.benefitcardrt h3 {
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 50px;
}

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

.paragraph {
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.sbsrt {
  color: var(--black);
  font-family: Thicccboi, sans-serif;
}

.sbsrt h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 900;
  line-height: 65px;
}

.sbsrt p {
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.sbsimagecontainer {
  background-image: url('../images/interior-detailing.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 700px;
}

.sbsimagecontainer.ppf {
  background-image: url('../images/paint-protection-film.jpg');
}

.sbsimagecontainer.coating {
  background-image: url('../images/southern-luxe-detailing.jpg');
  background-position: 40%;
}

.sbsimagecontainer.youtube {
  background-image: none;
  display: flex;
}

.sbsimagecontainer.coating2 {
  background-image: url('../images/ceramic-coating.jpg');
}

.sbsimagecontainer.correction {
  background-image: url('../images/paint-correction-before-and-after.webp');
  background-position: 60%;
}

.sbsimagecontainer.headlightrestoration {
  background-image: url('../images/headlight-restoration.png');
}

.sbsimagecontainer.odorremoval {
  background-image: url('../images/leather-cleaning.jpg');
  background-position: 60%;
}

.sbsimagecontainer.cd {
  background-image: url('../images/car-detailing-12.webp');
}

.sbsimagecontainer.id {
  background-image: url('../images/car-detailing-15.webp');
}

.sbsimagecontainer.md {
  background-image: url('../images/car-detailing-6.webp');
}

.sbsimagecontainer.ors {
  background-image: url('../images/car-detailing-42.webp');
}

.sbsimagecontainer.hlr {
  background-image: url('../images/car-detailing-23.webp');
}

.sbsimagecontainer.cc {
  background-image: url('../images/car-detailing-25.webp');
}

.sbsimagecontainer.pc {
  background-image: url('../images/car-detailing-33.webp');
}

.sbsimagecontainer.ceramiccoating {
  background-image: url('../images/car-detailing-41.webp');
}

.sbswrap {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.sbswrap.bpd0px {
  margin-bottom: 0;
}

.footer {
  margin-top: -80px;
  overflow: hidden;
}

.footer-wrapper {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.footergrid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .5fr;
  margin-bottom: 100px;
  padding-left: 30px;
}

.footerheading {
  border-bottom: 1px solid var(--color);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

.footerlink {
  color: var(--white);
  text-transform: uppercase;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footerlinkwrap {
  margin-bottom: 20px;
}

.footermapembed {
  text-align: left;
  margin-top: 30px;
}

.div-block-2 {
  border-top: 1px solid #3f3f3f;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-top: 100px;
  display: flex;
}

.footercopyrighttext {
  color: var(--white);
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footerimage {
  background-image: url('../images/donavons-car-detailing-austin-logo2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80%;
}

.div-block-3 {
  width: 200px;
  height: 100%;
}

.headingtext {
  color: var(--grey);
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.headingtext.left {
  text-align: left;
}

.headingtext.lightgrey {
  color: var(--light-grey);
}

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

.sbsreviewembed {
  width: 500px;
  height: 500px;
}

.mainquoteform {
  background-color: var(--white);
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.rt {
  color: var(--black);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rt h2 {
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 66px;
  font-weight: 900;
  line-height: 75px;
}

.rt h3 {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
}

.rt h4 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
  line-height: 36px;
}

.rt h5 {
  font-size: 18px;
}

.rt img {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heroreviewwrap {
  display: flex;
}

.reviewbadgetext {
  color: var(--white);
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.reviewbadgetext.black {
  color: #111;
}

.lp_hero_review_div {
  text-align: left;
  background-color: #f3f3f300;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 18px 7px 0;
  text-decoration: none;
  display: flex;
}

.lp_hero_review_div.white {
  background-color: #fff;
  justify-content: center;
}

.div-block-16 {
  flex-flow: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/google.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 25px;
  margin-top: 3px;
  margin-left: 6px;
  margin-right: 3px;
}

.div-block-15 {
  background-color: #303030;
  width: 1px;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-15.lightgrey {
  background-color: #dfdfdf00;
  margin-left: 7px;
  margin-right: 7px;
}

.fontawesome {
  color: var(--color);
  font-family: Fontawesome Webfont, sans-serif;
}

.fontawesome.lp_hero_review {
  color: #fbbc06;
  letter-spacing: 2.4px;
  padding-left: 2px;
}

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

.heroformwrap {
  padding-top: 20px;
}

.pricingtablegrid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
}

.pricingtablegrid.botpad {
  margin-bottom: 60px;
}

.pricingtablewrap {
  border: 1px solid var(--grey);
  background-color: var(--white-smoke);
  padding: 30px 36px;
}

.pricingtablewrap.popular {
  border-width: 3px;
  border-color: var(--color);
  vertical-align: sub;
}

.pricingtablert {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
}

.pricingtablert h3 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.pricingtablert p {
  text-transform: none;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 26px;
}

.pricingtablert li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
}

.pricingtablert ul {
  text-transform: none;
  margin-bottom: 28px;
  padding-left: 16px;
}

.pricingtablert h4 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
}

.pricingtablert h5 {
  margin-top: -28px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
}

.pricingtablert.footnote {
  margin-top: 40px;
  font-style: italic;
}

.pricingtablert em {
  font-size: 14px;
}

.pricingtablebutton {
  background-color: var(--color);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.pricingtablebutton:hover {
  background-image: linear-gradient(#0003, #0003);
}

.pricingtablebutton:active {
  background-image: linear-gradient(#0006, #0006);
}

.pricingtablebutton._2 {
  border: 2px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
}

.leftheadingwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 60px;
}

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

.text-block-5 {
  color: var(--color);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

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

.div-block-19 {
  padding-right: 80px;
}

.div-block-20 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

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

.locationcard {
  border: 1px solid var(--grey);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Thicccboi, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.locationcard.link {
  margin-bottom: 0;
  padding: 0;
}

.locationcardheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 24px;
}

.locationcardlink {
  padding: 20px;
  display: block;
}

.locationcardlink:hover {
  color: var(--black);
}

.div-block-21 {
  background-image: url('../images/paint-polishing.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.footerbrandsection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 150px;
  display: block;
}

.bookembedsection {
  background-color: var(--black);
  padding-top: 144px;
}

.contact {
  height: 144px;
}

.contactsection {
  background-color: var(--black);
  padding-top: 194px;
  padding-bottom: 150px;
}

.contactinnerwrap {
  text-align: center;
  flex-flow: column;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contacttext {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.contacttext.last {
  margin-bottom: 0;
}

.benefitcardinnerwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.benefitcardmainwrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.homeservicegrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.scrollarrowwrap {
  display: none;
}

.text-block-6 {
  font-family: Line Rounded Icon Font, sans-serif;
}

.brandwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brandcard {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 200px;
  display: flex;
}

.customsection {
  background-color: var(--black);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.customsection.whitesmoke {
  background-color: var(--white-smoke);
}

.clearbra-quote-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #f51e98;
  padding: 20px 30px;
  font-size: 21px;
  font-weight: 700;
  position: relative;
}

.tabs {
  text-align: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clearbra-selection-button {
  background-color: var(--grey);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 14px 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.clearbra-selection-button:hover {
  color: #fff;
  background-color: #525252;
  font-weight: 600;
}

.clearbra-selection-button.w--current {
  background-color: var(--black);
  color: #fff;
}

.ppf-mockup-wrap {
  padding-top: 40px;
}

.ppf-price {
  color: var(--grey);
  text-align: left;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.ppf-mockup {
  background-image: url('../images/Porsche-911.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  height: 300px;
  margin-bottom: 20px;
}

.ppf-mockup.fullwrap {
  filter: hue-rotate(122deg);
  background-image: url('../images/full-car-ppf.png');
  background-size: contain;
}

.ppf-mockup.partial {
  filter: hue-rotate(122deg);
  background-image: url('../images/partial-front.png');
  background-size: contain;
}

.ppf-mockup.fullfrontal {
  filter: hue-rotate(122deg);
  background-image: url('../images/full-front.png');
  background-size: contain;
}

.ppf-mockup.bumper {
  filter: hue-rotate(320deg);
  background-image: url('../images/bumper-only.png');
  background-position: 50%;
  background-size: contain;
}

.ppf-package-title {
  color: #101010;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Thicccboi, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.tabs-menu {
  text-align: center;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.sbsyoutubeembed {
  height: 100%;
}

.link-block {
  width: 100%;
  height: 100%;
}

.brixfont {
  font-family: Line Rounded Icon Font, sans-serif;
}

.image {
  width: 500px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallerygrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallerygrid._2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.mobilenavbutton, .stickybar {
  display: none;
}

.radio-button-label {
  color: #999;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-7 {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.radio-button-field {
  width: 50%;
}

.div-block-24 {
  display: none;
}

.div-block-25 {
  display: flex;
}

.popup-wrap {
  background-color: #fff;
  width: 100%;
  max-width: 660px;
  padding: 0 0 30px;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

.popup-close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.quotepopup {
  z-index: 9999;
  opacity: 0;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.button {
  height: 50px;
  padding: 15px 35px;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.text-red {
  color: #ff0004;
}

.job_sticky-card {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.scrollbar {
  max-height: 660px;
  padding-top: 40px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 15px;
}

.clone-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.accordionwrap {
  font-family: Thicccboi, sans-serif;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 20px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordionheading {
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 34px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: none;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 0 7px #00000008;
}

.accordiontext {
  font-size: 16px;
  line-height: 26px;
}

.accordion-paragraph {
  color: var(--grey);
  font-size: 16px;
  line-height: 26px;
}

.pricingtableterms {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.accordion-item-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 14px #00000008;
}

.accordion-heading {
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.reservationpopup {
  z-index: 2147483647;
  opacity: 0;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.blogcardsmainwrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  display: flex;
}

.blogcard {
  border: 1px solid var(--grey);
  flex-flow: column;
  width: 50%;
  min-height: 380px;
  text-decoration: none;
  display: flex;
}

.blogcardimage {
  background-image: url('../images/car-detailing-26.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 240px;
}

.blogcardtextwrap {
  padding: 36px;
}

.blogcardheading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.blogcardparagraph {
  color: var(--black);
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 1440px) {
  .herosection.hero.v1 {
    background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(#000c, #0000 28%), linear-gradient(#0000001a, #0000001a), url('../images/ceramic-coating.jpg');
    background-position: 50%, 0 0, 0 0, 50% 0;
    background-size: cover, auto, auto, cover;
  }

  .custom.left.hero {
    max-width: 39vw;
  }

  .text-field {
    border-bottom-color: #8d8d8d;
  }

  .section.custom {
    background-image: linear-gradient(90deg, #000 40%, #0a0a0a54), url('../images/car-detailing.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .navcta.button.w--current {
    color: var(--white);
  }

  .form {
    text-align: center;
  }
}

@media screen and (min-width: 1920px) {
  .herosection.hero.v1 {
    background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(#000c, #0000 28%), linear-gradient(#0000001a, #0000001a), url('../images/ceramic-coating.jpg');
    background-position: 50%, 0 0, 0 0, 50% 0;
  }

  .custom.left.hero {
    max-width: 41vw;
  }

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

@media screen and (max-width: 991px) {
  .herosection {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .herosection.hero.v1 {
    background-image: url('../images/hero-shadow-home-v1-carrepair-x-webflow-template.svg'), linear-gradient(#00000040, #0000 28%), linear-gradient(#0000001a, #0000001a), url('../images/ceramic-coating.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat, no-repeat;
    background-size: 1445px, auto, auto, cover;
    padding-top: 150px;
    padding-bottom: 254px;
  }

  .herosection.hero.v2 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .custom {
    min-height: 60px;
  }

  .custom.left {
    border-top-width: 60px;
  }

  .custom.left.hero {
    max-width: 580px;
  }

  .custom.right {
    border-bottom-width: 60px;
  }

  .navcontainer {
    height: 130px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 130px;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .navdropdown {
    width: 100%;
  }

  .herogrid {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .herotextcontainer {
    margin-bottom: 40px;
  }

  .herosubheading {
    line-height: 28px;
  }

  .herocta {
    padding-left: 42px;
    padding-right: 42px;
  }

  .text-field {
    border-radius: 0;
  }

  .navdropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-list.w--open {
    display: block;
    position: relative;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.custom {
    padding-top: 130px;
  }

  .navdropdown-toggle {
    text-align: center;
    width: 100%;
  }

  .navcta {
    text-align: center;
    margin-bottom: 20px;
  }

  .navcta.button {
    width: 90%;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .navcta.button._2 {
    margin-left: auto;
  }

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

  .navbranddiv {
    background-position: 50%;
    background-size: contain;
    margin-top: 0;
  }

  .div-block {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: static;
  }

  .link {
    display: none;
  }

  .sectionheading {
    font-size: 46px;
    line-height: 60px;
  }

  .benefitcardwrap {
    flex-flow: column;
    display: flex;
  }

  .cardheading {
    font-size: 36px;
    line-height: 40px;
  }

  .cardsubheading {
    font-size: 16px;
    line-height: 26px;
  }

  .sbstextwrapper {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }

  .sbstextwrapper.right {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .benefitcardrt h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .sbsrt {
    margin-bottom: 36px;
  }

  .sbsrt h2 {
    font-size: 46px;
    line-height: 60px;
  }

  .sbsrt.bpd0px {
    margin-bottom: 0;
  }

  .sbsimagecontainer {
    width: 100%;
    height: 600px;
  }

  .sbswrap {
    flex-flow: column;
  }

  .footer {
    margin-top: -60px;
  }

  .footergrid {
    flex-flow: column;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 180px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footercopyrighttext {
    font-size: 14px;
  }

  .menu-button {
    color: var(--white);
    margin-left: 10px;
    font-size: 36px;
    position: relative;
  }

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

  .rt h2 {
    font-size: 46px;
    line-height: 60px;
  }

  .rt h3 {
    font-size: 28px;
    line-height: 45px;
  }

  .rt h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .lp_hero_review_div {
    margin-left: auto;
    margin-right: auto;
  }

  .pricingtablegrid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .leftheadingwrap {
    width: 80%;
  }

  .leftheadingwrap.grid {
    display: flex;
  }

  .locationcardgrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .locationcard.link {
    display: flex;
  }

  .div-block-21 {
    display: none;
  }

  .bookembedsection {
    padding-top: 120px;
  }

  .contactsection {
    padding-top: 164px;
    padding-bottom: 120px;
  }

  .benefitcardinnerwrap, .benefitcardmainwrap {
    justify-content: center;
    align-items: center;
  }

  .homeservicegrid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .brandcard {
    height: 180px;
  }

  .customsection {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .clearbra-selection-button {
    text-align: center;
    width: 100%;
  }

  .brixfont._10px {
    font-size: 10px;
  }

  .brixfont._10px.sitecolor {
    color: var(--color);
  }

  .mobilenavbutton {
    background-color: var(--color);
    color: var(--white);
    letter-spacing: .2px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: Thicccboi, sans-serif;
    font-weight: 900;
    display: block;
  }

  .stickybar {
    z-index: 9999999;
    text-align: center;
    background-color: #242424;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    display: flex;
  }

  .stickybartext {
    color: var(--white);
    text-align: center;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-family: Thicccboi, sans-serif;
    font-size: 11px;
    font-weight: 500;
  }

  .popup-close {
    top: 5%;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .herosection.hero.v1 {
    padding-top: 132px;
    padding-bottom: 182px;
  }

  .herosection.hero.v2 {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .custom {
    min-height: 40px;
  }

  .custom.left {
    border-top-width: 40px;
    border-right-width: 10px;
  }

  .custom.left.hero {
    border-right-width: 10px;
    max-width: 588px;
    margin-right: 28px;
  }

  .custom.right {
    border-bottom-width: 40px;
    border-left-width: 10px;
  }

  .navcontainer, .navbar {
    height: 109px;
  }

  .herogrid {
    width: 92%;
  }

  .herotextcontainer {
    width: 100%;
  }

  .herotextcontainer.bookonline {
    margin-bottom: 0;
  }

  .heroheading.small {
    font-size: 32px;
    line-height: 44px;
  }

  .heroheading.small.bookonline {
    margin-top: 0;
    margin-bottom: 0;
  }

  .herosubheading.last {
    margin-bottom: 40px;
  }

  .herocta {
    text-align: center;
    width: 100%;
  }

  .heroformheadiing {
    font-size: 30px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.custom {
    padding-top: 110px;
  }

  .section.blog {
    padding-top: 40px;
  }

  .maincontainer {
    width: 92%;
    overflow: hidden;
  }

  .sectionheading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
  }

  .innercontainer.bmg60px {
    margin-bottom: 50px;
  }

  .sectiontopheading {
    font-size: 14px;
  }

  .benefitcardwrap {
    width: 2000px;
    display: block;
    overflow: hidden;
  }

  .servicecard {
    width: 340px;
    height: 340px;
    padding: 32px;
  }

  .cardheading {
    font-size: 30px;
    line-height: 36px;
  }

  .benefitcard {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 32px;
    display: flex;
  }

  .benefitcardrt h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .sbsrt h2 {
    font-size: 36px;
    line-height: 50px;
  }

  .sbsrt p {
    font-size: 15px;
    line-height: 24px;
  }

  .sbsimagecontainer {
    height: 400px;
  }

  .footer {
    margin-top: -40px;
  }

  .footerheading {
    font-size: 30px;
    line-height: 36px;
  }

  .footerlink {
    font-size: 18px;
    line-height: 28px;
  }

  .footerlinkwrap {
    margin-bottom: 18px;
  }

  .headingtext {
    font-size: 15px;
    line-height: 24px;
  }

  .sbsreviewembed {
    width: 100%;
  }

  .menu-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sbsreviewwrap {
    width: 100%;
  }

  .mainquoteform {
    margin-top: 0;
  }

  .rt h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .rt h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .rt h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .lp_hero_review_div {
    justify-content: center;
    margin-bottom: 20px;
  }

  .pricingtablegrid {
    grid-row-gap: 30px;
  }

  .pricingtablewrap {
    padding: 20px 30px 40px;
  }

  .pricingtablert h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .pricingtablert p {
    font-size: 15px;
    line-height: 24px;
  }

  .pricingtablert li {
    font-size: 16px;
    line-height: 23px;
  }

  .pricingtablert h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .pricingtablert h5 {
    font-size: 34px;
  }

  .leftheadingwrap {
    width: 100%;
  }

  .div-block-19 {
    padding-right: 0;
  }

  .locationcardgrid {
    grid-template-columns: 1fr 1fr;
  }

  .bookembedsection {
    padding-top: 109px;
  }

  .contactsection {
    padding-top: 144px;
    padding-bottom: 100px;
  }

  .contacttext {
    font-size: 18px;
    line-height: 28px;
  }

  .benefitcardinnerwrap {
    flex-flow: row;
    justify-content: flex-start;
    width: 1880px;
    overflow: hidden;
  }

  .benefitcardmainwrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 1880px;
  }

  .benefitcardmainwrap.w1278 {
    width: 1278px;
  }

  .benefitcardmainwrap.w946px {
    width: 946px;
  }

  .overflowscroll {
    overflow: scroll;
  }

  .homeservicegrid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scrollarrowwrap {
    margin-bottom: 8px;
    display: block;
  }

  .text-block-6 {
    color: var(--grey);
    text-align: right;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: Thicccboi, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .swiperoundedicon {
    font-family: Line Rounded Icon Font, sans-serif;
    font-size: 16px;
  }

  .brandcard {
    height: 140px;
  }

  .customsection {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .tabs {
    width: 90%;
  }

  .ppf-mockup {
    background-size: cover;
  }

  .gallerygrid, .gallerygrid._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .popup-wrap {
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .popup-close {
    width: 20px;
    height: 20px;
    top: 3%;
    right: 3%;
  }

  .quotepopup {
    opacity: 0;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .scrollbar {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .scrollbar.reserve {
    padding-top: 10px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .reservationpopup {
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
  }

  .blogcardsmainwrap {
    flex-flow: column;
    display: flex;
  }

  .blogcard {
    width: 100%;
    min-height: auto;
  }

  .blogcardimage {
    min-height: 140px;
  }

  .blogcardtextwrap {
    padding: 26px;
  }

  .blogcardheading {
    font-size: 30px;
    line-height: 40px;
  }

  .blogcardparagraph {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .herosection.hero.v1 {
    padding-top: 126px;
    padding-bottom: 152px;
  }

  .herosection.hero.v2 {
    padding-top: 120px;
  }

  .custom.left.hero {
    max-width: 65vw;
  }

  .navbar {
    padding-top: 30px;
    padding-left: 14px;
  }

  .heroheading.small {
    font-size: 26px;
    line-height: 38px;
  }

  .herosubheading {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .herocta {
    text-align: center;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navbranddiv {
    width: 140px;
  }

  .sectionheading {
    font-size: 34px;
    line-height: 42px;
  }

  .servicecard {
    width: 300px;
    height: 320px;
  }

  .maincta {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }

  .sbsrt h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .footergrid {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 14px;
    padding-right: 14px;
  }

  .mainquoteform {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt {
    font-size: 15px;
  }

  .rt h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .reviewbadgetext {
    text-align: center;
    font-size: 14px;
  }

  .reviewbadgetext.black {
    font-size: 13px;
  }

  .lp_hero_review_div {
    margin-bottom: 0;
    padding: 6px 15px;
  }

  .lp_hero_review_div.white {
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
  }

  .div-block-17 {
    width: 58px;
  }

  .div-block-15 {
    background-color: #8b8b8b;
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .div-block-15.lightgrey {
    margin-left: 5px;
    margin-right: 5px;
  }

  .fontawesome.lp_hero_review {
    font-size: 14px;
  }

  .pricingtablewrap.popular {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leftheadingwrap {
    text-align: left;
  }

  .locationcardgrid {
    grid-template-columns: 1fr;
  }

  .bookembedsection {
    padding-top: 92px;
  }

  .contactsection {
    padding-top: 124px;
    padding-bottom: 80px;
  }

  .contacttext {
    margin-bottom: 16px;
  }

  .customsection {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .ppf-mockup {
    background-size: contain;
    height: 200px;
  }

  .gallerygrid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobilenavbutton {
    padding: 6px 12px;
    font-size: 13px;
  }

  .popup-wrap {
    width: 98%;
  }

  .popup-close {
    top: 30px;
    right: 30px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 20px;
  }

  .scrollbar {
    padding: 20px 20px 0;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .reservationpopup {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d325fb, #w-node-_6d1d27a7-b18c-de96-78b5-c08d35bc1644-49d325fb, #w-node-_18dfa16a-029a-5514-eee6-7ff65ad26701-49d325fb, #w-node-_8dba3f41-a7e6-6d22-8db4-897beb287879-49d325fb, #w-node-_63428f71-0722-e64f-df91-023db5892f3c-b5892f22, #w-node-_8dd125e6-d78e-ddf4-7ce3-06da70d8e330-49d32626, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d3263a, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d3264d, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d3264f, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32661, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32662, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32663, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32664, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32665, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32666, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32678, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d3267f, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32680, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32681, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32683, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32684, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32685, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32687, #w-node-a13c3413-7c7c-55ad-d2ff-cf8a056e534b-49d32689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #SERVICE-TO-RESERVE-2.w-node-_68bd5699-f516-c59c-7ee4-dfa9aae5ba5d-aae5ba59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #PHONE-8.w-node-_68bd5699-f516-c59c-7ee4-dfa9aae5ba60-aae5ba59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #SERVICE-TO-QUOTE-7.w-node-_7b319dd3-7655-f329-d5fb-5ef6da1f32e9-da1f32e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #PHONE-8.w-node-_7b319dd3-7655-f329-d5fb-5ef6da1f32e8-da1f32e3, #PHONE-7.w-node-_9373813f-de0c-d9bf-6cd8-e11e2b509ebd-49d3264c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #SERVICE-OF-INTEREST.w-node-_9373813f-de0c-d9bf-6cd8-e11e2b509ebe-49d3264c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url('../fonts/line-rounded-icon-font.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontawesome Webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}