@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --royal-blue: #0062af;
  --black-3: #161616;
  --khaki: #e4c664;
  --white: white;
  --black: black;
  --black-2: #1f1f1f;
  --light-black: #111;
  --dark-slate-blue: #003b69;
}

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

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

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

.navbar-elements-wrapper {
  width: 991px;
  margin-left: auto;
  margin-right: auto;
}

.nav-section-01 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.nav-link-button {
  float: right;
  color: #161616;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e4c664;
  border: 2px solid #e4c664;
  padding: 7px 25px 6px;
  font-family: Roboto, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-button.call-phone {
  color: #161616;
  background-color: #fff;
  border: 2px solid #e4c664;
  margin-left: 20px;
  padding-top: 9px;
  font-family: Roboto, sans-serif;
  font-size: 20.5px;
  font-weight: 500;
}

.nav-section-02 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #1f1f1f;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  padding-top: 17px;
  padding-bottom: 15px;
}

.herotext-wrapper {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.herotext-wrapper.left {
  margin-left: 150px;
  margin-right: auto;
}

.herotext-wrapper.center {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.herotext-wrapper.home {
  width: 950px;
}

.herotext-wrapper.home.hide {
  display: none;
}

.hero-title {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 47px;
}

.hero-title.white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.our-services-section {
  padding-top: 60px;
}

.section-title {
  color: #111;
  text-align: center;
  text-transform: none;
  margin: 0 6px 20px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 35px;
}

.section-title.white {
  color: #fff;
}

.section-title.bold {
  color: #1f1f1f;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.review-section {
  margin-bottom: -30px;
  padding-top: 35px;
  padding-bottom: 0;
}

.slider-2 {
  background-color: #0000;
  height: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-wrapper {
  justify-content: center;
  align-items: center;
  width: 791px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.review-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: -65px;
}

.review {
  background-image: url('../images/Iphone.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 270px;
  width: 310px;
  height: 470px;
  margin-top: 0;
  padding-top: 83px;
  padding-left: 31px;
}

.review.full {
  background-image: url('../images/Iphone_1.png');
  background-position: 50%;
  background-size: 250px;
  width: 300px;
  height: 560px;
  padding-top: 98px;
  padding-left: 35px;
}

.review-block {
  width: 95%;
  margin-left: auto;
}

.paragraph-2 {
  width: 85%;
  height: auto;
  margin-bottom: 12px;
  padding-right: 19px;
  font-family: Work Sans, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.text-block-2 {
  text-transform: none;
  border-bottom: 3px solid #e4c664;
  width: 55%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.quote-section {
  color: #fff;
  background-color: #313940;
  background-image: linear-gradient(#0000, #0000), url('../images/17358891_1268439649878102_2764515481451327208_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 75px;
  display: block;
}

.icon, .icon-2 {
  color: #333;
}

.requ-quote-form-wapper {
  background-color: #ffffffbf;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.contact-field {
  color: #818181;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-field.msg {
  height: 110px;
  margin-bottom: 22px;
}

.contact-field.top-one {
  font-family: Work Sans, sans-serif;
}

.field-label {
  color: #1f1f1f;
  width: 440px;
  margin-top: 1px;
  margin-bottom: 11px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-section {
  background-image: linear-gradient(#424242, #424242);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.social-media-footer-wrapper {
  align-items: center;
  width: 991px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-block-footer {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grey-background {
  background-color: #e4c664;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-block {
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  background-color: #0000;
  min-width: 991px;
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  padding-bottom: 49px;
  display: flex;
}

.footer-info-wrapper {
  width: 33.33%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
}

.footer-mini-titles {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-footer {
  color: #929292;
  margin-bottom: 14px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.intro-box-heading {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.intro-box-heading.white {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.intro-box-heading.white.shadow {
  text-transform: uppercase;
  text-shadow: 1px 1px 35px #000;
}

.intro-box-heading.white.shadow.hide {
  display: none;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #a82727;
  border: 3px solid #fff;
  width: 200px;
  margin-bottom: 15px;
  padding: 13px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.button:hover {
  background-color: #902121;
}

.button._2 {
  color: #a82727;
  background-color: #fff;
}

.button._2.am, .button._2.autom {
  color: #fff;
}

.button.am {
  background-color: #111;
  border-color: #e4c664;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.button._3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #e4c664;
  font-family: Roboto, sans-serif;
}

.button.autom {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f1f1f;
  border-color: #e4c664;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  display: block;
}

.mix-title-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 20px;
  display: flex;
}

.mix-title-div.horizontal {
  padding-top: 15px;
  display: block;
}

.service-image {
  background-image: linear-gradient(#00000073, #00000073), url('../images/fullsizeoutput_2a60.jpeg');
  background-position: 0 0, 50% 26%;
  background-size: auto, cover;
  width: 100%;
  height: 165px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 39px;
  padding-left: 20px;
  text-decoration: none;
}

.service-image._02 {
  background-image: linear-gradient(to right, #0000004f, #fff0), linear-gradient(#0006, #0006), url('../images/fullsizeoutput_2b18.jpeg');
  background-position: 0 0, 0 0, 50% 29%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.service-image._03 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/25627150_1524642224257842_8450507189774706816_o.jpg');
  background-position: 0 0, 50% 54%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 3px solid #e4c664;
  width: 70px;
  padding-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.explore-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 62px;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.complete-image-wraper {
  background-color: var(--black-3);
  background-image: linear-gradient(254deg, #000 21%, #0f0f0f30), linear-gradient(to right, #0000, #fff0), url('../images/cquartz-ceramic-coating-houston.png'), linear-gradient(360deg, #000000d6, #22202000), url('../images/cquartz-finest-background.jpg');
  background-position: 0 0, 0 0, 50%, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat, repeat, repeat;
  background-size: auto, auto, contain, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  height: 500px;
  margin: 30px auto 40px;
  padding-left: 50px;
  display: block;
}

.large-image-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 44px;
}

.red-line {
  background-image: linear-gradient(#e4c664, #e4c664);
  width: 125px;
  height: 4px;
}

.red-line.w75 {
  background-image: linear-gradient(#1f1f1f, #1f1f1f);
  width: 75px;
  height: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.complete-image-text-wrapper {
  width: 430px;
  position: relative;
  top: 70%;
  transform: translate(0, -70%);
}

.complete-image-text-wrapper.left {
  margin-left: auto;
  margin-right: 90px;
}

.complete-image-paragraph {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.large-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #e4c664;
  border: 3px solid #fff;
  width: 290px;
  margin-right: auto;
  padding: 20px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.large-button.empty {
  color: #e4c664;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #e4c664;
  margin-top: 16px;
  padding-bottom: 18px;
  padding-left: 27px;
  padding-right: 27px;
}

.review-button-wrap {
  flex-direction: column;
  align-items: center;
  margin-left: 108px;
  margin-right: 108px;
  display: flex;
}

.slide-nav {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.form {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  display: block;
}

.text-field-2 {
  background-color: #111;
  border: 1px solid #505050;
  width: 218px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer-form {
  margin-top: 20px;
}

.footer-brand-logos {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-logo {
  background-image: url('../images/cquartz-professional-coating.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33%;
  padding-top: 21px;
  padding-bottom: 42px;
}

.brand-logo.swissvax {
  background-image: url('../images/swissvax-car-care.png');
  background-position: 50%;
  background-size: contain;
  width: 33%;
}

.brand-logo._1 {
  background-image: url('../images/cquartz-professional-logo.png');
  background-position: 50%;
  background-size: 100px;
  width: 33%;
}

.brand-logo._4 {
  background-image: url('../images/rupes-logo.png');
}

.brand-logo._5 {
  background-image: url('../images/carpro-logo.png');
  background-position: 50%;
  background-size: 100px;
}

.footer-disclaimer-wrap {
  border-top: 1px solid #505050;
  width: 100%;
  margin-top: 15px;
  padding: 20px 15px 23px;
}

.text-block-5 {
  color: #505050;
  letter-spacing: .5px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.social-icon-footer {
  color: #1f1f1f;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Fontawesome, sans-serif;
  font-size: 45px;
  text-decoration: none;
}

.book-now-footer {
  text-align: center;
  background-color: #111;
  border: 3px #fff;
  width: 175px;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.no-link-msg-modal {
  z-index: 999999;
  background-color: #505050e3;
  justify-content: center;
  align-items: center;
  padding-top: 283px;
  display: none;
  position: fixed;
  inset: 0;
}

.brand {
  position: relative;
}

.hero-section {
  max-width: 1400px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-section.services {
  background-image: linear-gradient(#0006, #0006), url('../images/25542758_1523412097714188_5767049631782904349_o.jpg');
  background-position: 0 0, 50% 27%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 0;
}

.hero-section.contact {
  background-image: linear-gradient(#00000059, #00000059), url('../images/37721621_1763576183697777_7833814623265488896_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-section.reviews {
  background-image: linear-gradient(#00000059, #00000059), url('../images/17097352_1260007790721288_4155423040728786440_o.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.about {
  background-image: linear-gradient(#0006, #0006), url('../images/16804078_1249073535148047_5304575336936847560_o.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero-section.ceramiccoating {
  background-image: linear-gradient(#00000080, #00000080), url('../images/17358891_1268439649878102_2764515481451327208_o.jpg');
  background-position: 0 0, 50% 3%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.xpel {
  background-image: linear-gradient(#00000040, #00000040), url('../images/17492607_1275882972467103_6923737368872025197_o.jpg');
  background-position: 0 0, 50% 61%;
  background-size: auto, cover;
}

.hero-section.cardetailing {
  background-image: linear-gradient(#00000040, #00000040), url('../images/fullsizeoutput_2b48.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.cquartz {
  background-image: linear-gradient(#00000080, #00000080), url('../images/cquartz-professional-and-cquartz-finest-reserve-houston.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.glassparency {
  background-image: linear-gradient(#00000040, #00000040), url('../images/glassparency-houston.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-package {
  background-color: #fff;
  padding-bottom: 60px;
}

.section-package.ceramiccoating {
  padding-bottom: 0;
}

.package-image {
  background-image: linear-gradient(#00000040, #00000040), url('../images/1700x-1133px-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 160px;
}

.book-now-button {
  text-align: center;
  letter-spacing: .5px;
  background-color: #1f1f1f;
  border: 3px solid #e4c664;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bp20 {
  padding-bottom: 29px;
}

.section.bm-60px {
  padding-bottom: 0;
}

.section.bp20px {
  padding-bottom: 20px;
}

.book-now-modal {
  z-index: 9999;
  background-color: #1f1f1fc7;
  display: none;
  position: fixed;
  inset: 0;
}

.form-block {
  background-color: #1f1f1f;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 34px;
  display: block;
}

.submit-button-2 {
  background-color: #a82727;
  width: 145px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Robotocondensed;
  font-size: 17px;
  display: block;
}

.field-label-2 {
  color: #a82727;
}

.form-2 {
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-intro-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.about-image-02 {
  background-image: linear-gradient(#0003, #0003), url('../images/38204310_503232850082071_7367794874759774208_o.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 1400px;
  height: 500px;
}

.about-image-02.xpel {
  background-image: url('../images/38204310_503232850082071_7367794874759774208_o.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.about-image-02._2 {
  background-image: url('../images/15440374_1184986688223399_2160934504683590291_o.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
}

.about-wrap1 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-5 {
  border-top: 3px solid #e4c664;
  width: 105px;
  padding-top: 28px;
}

.text-block-9 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.text-block-9.white {
  color: #fff;
}

.paragraph-4 {
  color: #111;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-4.white {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.about-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/17097352_1260007790721288_4155423040728786440_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 400px;
  margin-right: 5px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.about-image._02 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/37742990_1763633463692049_4471269278229725184_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 300px;
  margin-left: 5px;
  margin-right: 0;
  padding-left: 30px;
}

.about-block-02 {
  width: 70%;
}

.about-block-03 {
  width: 85%;
}

.sticky-bar {
  z-index: 999999;
  background-color: #a82727;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.reviews-section {
  background-color: #e4c664;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-tile {
  color: #111;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
  margin: 0 auto 40px;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  display: block;
}

.section-tile.bm-30 {
  margin-bottom: 30px;
}

.section-titlets {
  font-weight: 400;
}

.footer-signupbutton {
  letter-spacing: 1px;
  background-color: #505050;
  width: 218px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.package-rows {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.package-column {
  padding-left: 15px;
  padding-right: 15px;
}

.package-image {
  background-image: linear-gradient(#0006, #0006), url('../images/37742990_1763633463692049_4471269278229725184_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

.package-image.ppf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ceramic-coating-near-me-houston.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.package-title {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 20px #000;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 37px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.package-bodywrap {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.package-description {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.package-description.taleft {
  text-align: left;
  letter-spacing: 0;
  font-family: Work Sans, sans-serif;
}

.package-line {
  background-color: #e4c664;
  width: 100px;
  height: 4px;
  margin: 15px auto;
  display: block;
}

.package-feature {
  color: #111;
  text-align: center;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.package-feature.taleft {
  text-align: left;
  margin-left: -15px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.fontawesome {
  font-family: Fontawesome, sans-serif;
}

.fontawesome.package {
  color: #e4c664;
  font-size: 18px;
}

.text-block-12 {
  color: #111;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.text-span {
  color: #111;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.package-container {
  box-shadow: none;
  background-color: #0000;
}

.premiumpackage-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.premiumpackage-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/17834908_1294786297243437_2113570705164499320_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 35px;
  display: block;
}

.premiumpackage-wrap.ceramiccoating {
  background-image: url('../images/24959113_1510236875698377_4700946466471133732_o.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.premiumpackage-wrap.cardetailing {
  background-image: linear-gradient(#00000040, #00000040), url('../images/17015855_1255289224526478_118514357355903306_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  margin-bottom: 0;
}

.premiumpackage-descriptionwrap {
  color: #0000;
  background-color: #fff;
  width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 25px;
  display: block;
}

.premiumpackage-title {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.premiumpackage-title.white {
  color: #fff;
}

.package-tagline-price {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.premiumpackage-line {
  background-color: #e4c664;
  width: 100px;
  height: 4px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.premiumpackage-line.h3 {
  margin-bottom: -5px;
}

.package-tabs {
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-right-width: 0;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.package-tabs:hover {
  background-color: #e4c664;
}

.package-tabs.w--current {
  background-color: #e4c664;
  width: 25%;
}

.tabs {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 10%;
}

.writtencontent-wrapper {
  background-color: #ececec;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  display: block;
}

.writtencontent-wrapper.bm40px {
  margin-bottom: 40px;
}

.contentwrap-title {
  color: #161616;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.contentwrap-title.white {
  color: #fff;
}

.writtencontent-paragraph {
  color: #161616;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.writtencontent-paragraph.white {
  color: #fff;
}

.contactinfo-wrap {
  background-color: #1f1f1f;
  width: 620px;
  margin-left: 75px;
  padding: 30px 35px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.gallery-embeded {
  width: 90%;
  max-width: 1400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-herosection {
  background-image: linear-gradient(#00000073, #00000073), url('../images/ceramic-pro-coating-houston.jpg');
  background-position: 0 0, 51% 43%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  max-width: 1400px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ourservices-row {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ourservices-column {
  padding-left: 0;
  padding-right: 0;
}

.ourservices-column.middle {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-2 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 5px;
  position: sticky;
  inset: 0% 0% auto;
}

.navlink {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navlink:hover {
  border-bottom: 2px solid #e4c664;
  padding-bottom: 8px;
}

.navlink.w--current {
  color: #1f1f1f;
  border-bottom: 2px solid #e4c664;
  padding-bottom: 7px;
}

.div-block-9 {
  float: right;
}

.div-block-10 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-dropdowntoggle {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.dropdown-link {
  color: #1f1f1f;
  letter-spacing: .5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #e4c664;
}

.dropdown-link.w--current {
  color: #e4c664;
  border-bottom: 2px solid #e4c664;
  border-left: 1px #000;
}

.about-row1 {
  max-width: 1400px;
  height: 500px;
  margin-bottom: 30px;
}

.about-row1._0bm {
  margin-bottom: 0;
}

.column-3 {
  padding-right: 0;
}

.about-row2 {
  max-width: 1400px;
  margin-bottom: 30px;
}

.column-4 {
  padding-left: 0;
}

.column-5 {
  padding-right: 0;
}

.faq-wrap {
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown.w--open {
  background-color: #f1f1f1;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  line-height: 22px;
  position: relative;
}

.faq-toggle {
  border-top: 1px solid #d3d3d3;
  width: 100%;
  position: relative;
}

.text-block-15 {
  color: #1f1f1f;
  letter-spacing: .5px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.icon-5 {
  color: #e4c664;
  font-size: 20px;
}

.bold-text {
  font-weight: 400;
}

.paragraph-5 {
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.map {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-link {
  color: #e4c664;
}

.video {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heroheading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00000080;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.sectiontitle-light {
  font-weight: 400;
}

.sitemaplink {
  color: #505050;
}

.coatingpackage-image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.link-block {
  width: 40%;
}

.text-block-16 {
  color: #e4c664;
  letter-spacing: 1px;
  font-family: Fontawesome, sans-serif;
  font-size: 16px;
}

.lightheading {
  font-weight: 300;
}

.text-block-18 {
  font-family: Roboto, sans-serif;
}

.package-image-clumn {
  padding-left: 0;
  padding-right: 0;
}

.sbs-row {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sbs-row.video {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sbs-row.bm60px {
  margin-bottom: 60px;
}

.sbs-image {
  background-image: url('../images/41263747_1830285447026850_1119078944725794816_o.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.sbs-image.coating {
  background-image: url('../images/18192345_1316072735114793_5069450832951147342_o.jpg');
  background-position: 0;
}

.sbs-image.cquartz {
  background-image: url('../images/37721621_1763576183697777_7833814623265488896_o.jpg');
  background-position: -18px;
}

.sbs-textwrap {
  background-color: #161616;
  width: 100%;
  height: 100%;
  padding: 35px;
}

.sbs-column {
  height: 425px;
  padding-top: 10px;
  padding-left: 10px;
}

.sbs-column.r {
  padding-top: 0;
  padding-left: 0;
  padding-right: 30px;
}

.sbs-column.r.vid {
  height: auto;
}

.sbs-column.l {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
}

.sbs-column.l.vid {
  height: auto;
}

.contactpage-naptext {
  color: #fff;
  margin-bottom: 6px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.link-block-2 {
  float: left;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
}

.image-3 {
  width: 175px;
}

.rt-pt {
  color: #111;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.rt-pt li {
  margin-bottom: 10px;
}

.rt-pt ul {
  padding-left: 30px;
}

.maintenance-stickybar {
  background-color: #161616;
  padding: 15px 50px;
  display: none;
}

.text-block-19 {
  color: #e4c664;
  text-align: center;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
}

.rt-contentwrap {
  color: #161616;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.rt-contentwrap h3 {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.rt-contentwrap.last {
  margin-bottom: 0;
}

.rt-contentwrap a {
  color: var(--royal-blue);
}

.section-h2 {
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.benefit-rows {
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-rows.bm40px {
  margin-bottom: 40px;
}

.benefit-image {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}

.benefit-image.coating-1 {
  background-image: url('../images/paint-after-installation-of-cquartz-professional-coating.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-image.coating-3 {
  background-image: url('../images/ceramic-car-coating-houston.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-image.coating-2 {
  background-image: url('../images/ceramic-coating-houston-tx.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-image.home-1 {
  background-image: url('../images/cevrolet-camaro-after-getting-coated.jpg');
  background-position: 0 0;
  background-size: cover;
}

.benefit-image.home-2 {
  background-image: url('../images/hellcat-with-shiny-and-glossy-paint.jpg');
  background-position: 0 0;
  background-size: cover;
}

.benefit-image.home-3 {
  background-image: url('../images/our-ceramic-paint-coating-installer.jpg');
  background-position: 0 0;
  background-size: cover;
}

.benefit-image.glassparency1 {
  background-image: url('../images/glassparency-beading.jpg');
  background-position: 0 0;
  background-size: cover;
}

.benefit-image.glassparency2 {
  background-image: url('../images/glass-coating.png');
  background-position: 50%;
  background-size: cover;
}

.benefit-image.glassparency3 {
  background-image: url('../images/glassparency-certified.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.benefit-column {
  overflow: hidden;
}

.benefit-h3 {
  color: #161616;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.benefit-text {
  color: #161616;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
}

.hero-text {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.hero-text.hide {
  display: none;
}

.button-2 {
  color: #161616;
  letter-spacing: 1px;
  background-color: #e4c664;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-cta {
  color: #161616;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #e4c664;
  border: 2px solid #000;
  margin-bottom: 40px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.section-cta.bm0px {
  margin-bottom: 0;
}

.section-cta-wrap {
  text-align: center;
}

.hero-subheading {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #00000080;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.nocolor-link {
  color: #6b6b6b;
}

.image-4 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-4.pb {
  top: 100%;
  transform: translate(0, -100%);
}

.plink {
  color: var(--khaki);
}

.div-block-11 {
  background-image: linear-gradient(#16161673, #16161673);
  margin-right: auto;
  padding: 35px 20px 1px;
}

.form-3 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.submit-button-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #141318;
  background-image: none;
  border: 2px #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 19px -1px #0000002e;
}

.div-block-12 {
  background-image: url('../images/paint-protection3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 85%;
  height: 100%;
}

.div-block-12.coating1 {
  background-image: url('../images/coatings-4.png');
  background-size: contain;
  border-radius: 5px;
}

.div-block-12.coating2 {
  background-image: url('../images/coatings-2.png');
  background-size: contain;
}

.div-block-12.coating3 {
  background-image: url('../images/coating-1.png');
  background-size: contain;
}

.text-field-3 {
  border: 1px solid #d3d3d3;
  font-family: Open Sans, sans-serif;
  display: inline-block;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 21px;
  transform: translate(0);
}

.text-block-22 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.columns-9 {
  margin-bottom: 35px;
}

.column-14 {
  height: 80px;
}

.form-block-2 {
  text-align: center;
  background-image: linear-gradient(to right, #16161673, #16161600);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding: 30px 20px 25px;
}

.text-block-23 {
  color: var(--white);
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.column-15 {
  padding-left: 0;
  padding-right: 0;
}

.column-17 {
  max-height: 600px;
  padding-left: 0;
  padding-right: 0;
}

.columns-10 {
  justify-content: center;
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-24 {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-24.white {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.success-message {
  background-color: #0000;
}

.mapembed_desktop {
  text-align: center;
}

.mapembed_mobile {
  display: none;
}

.contactpage_heading {
  color: var(--white);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

html.w-mod-js [data-ix="ia-no-link-modal"], html.w-mod-js [data-ix="new-interaction"], html.w-mod-js [data-ix="ia-hide"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="load-fade-in-down"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  .navbar-elements-wrapper {
    padding-left: 20px;
    display: block;
  }

  .navbar {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
  }

  .image {
    width: 70px;
    margin-top: 0;
    display: block;
  }

  .herotext-wrapper, .herotext-wrapper.left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .herotext-wrapper.home {
    width: 95%;
    position: static;
    transform: none;
  }

  .our-services-section {
    padding-top: 40px;
  }

  .slider-2 {
    width: auto;
    margin-top: 0;
  }

  .review-wrapper {
    justify-content: space-around;
    width: auto;
  }

  .review-wrapper.reverse {
    width: 90%;
    margin-top: -58px;
  }

  .review {
    background-position: 50% 6px;
    width: 270px;
    margin-left: 22px;
    padding-left: 23px;
  }

  .review.full {
    padding-top: 111px;
    padding-left: 42px;
  }

  .paragraph-2 {
    width: 90%;
    padding-right: 32px;
  }

  .icon, .icon-2 {
    font-size: 26px;
  }

  .social-media-footer-wrapper {
    width: 650px;
  }

  .icon-block-footer {
    justify-content: flex-start;
    width: 50%;
  }

  .grey-background {
    width: auto;
  }

  .footer-block {
    height: auto;
    display: block;
  }

  .footer-wrapper {
    flex-direction: row;
    width: 650px;
    min-width: auto;
    padding-top: 70px;
    padding-bottom: 0;
    display: block;
  }

  .footer-info-wrapper {
    width: auto;
    margin-bottom: 70px;
  }

  .complete-image-wraper {
    width: 95%;
    display: block;
  }

  .red-line.w75 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .complete-image-text-wrapper.left {
    margin-right: 40px;
  }

  .complete-image-paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .large-button {
    width: 260px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .large-button.empty {
    padding-left: 0;
    padding-right: 0;
  }

  .review-button-wrap {
    margin-left: 0;
    margin-right: 22px;
  }

  .footer-brand-logos {
    justify-content: flex-start;
    width: 400px;
  }

  .brand-logo {
    background-position: 0;
    width: 35%;
  }

  .footer-disclaimer-wrap {
    width: 100%;
    padding-bottom: 20px;
  }

  .text-block-5 {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-icon-footer {
    color: #111;
    margin-left: 0;
    margin-right: 24px;
  }

  .book-now-footer {
    background-color: #111;
    border-color: #111;
  }

  .no-link-msg-modal {
    padding-top: 202px;
    display: none;
  }

  .icon-3 {
    color: #1f1f1f;
    font-size: 38px;
  }

  .brand {
    float: none;
    width: 80px;
    display: block;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    float: left;
    background-color: #0000;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-section.services {
    display: block;
  }

  .hero-section.contact {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-section.reviews {
    background-image: linear-gradient(to bottom, null, null), url('../images/30167816_438193176586039_6507786781562308830_o.jpg');
    background-position: 0 0, 50%;
    display: block;
  }

  .hero-section.about, .hero-section.ceramiccoating {
    display: block;
  }

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

  .about-image {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .about-image._02 {
    margin-left: 0;
  }

  .package-feature, .package-feature.taleft {
    font-size: 14px;
  }

  .premiumpackage-wrap {
    height: auto;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .premiumpackage-wrap.cardetailing {
    height: auto;
  }

  .premiumpackage-descriptionwrap {
    width: 90%;
  }

  .premiumpackage-title {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .package-tagline-price {
    font-size: 15px;
  }

  .writtencontent-wrapper {
    width: 95%;
  }

  .home-herosection {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ourservices-row {
    width: 95%;
  }

  .ourservices-column.middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink {
    text-align: center;
    border-bottom: 2px solid #fff;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 13px;
    display: block;
  }

  .navlink:hover {
    padding-bottom: 13px;
  }

  .navlink.callnow {
    color: #fff;
    text-align: center;
    background-color: #e4c664;
    border-bottom-style: none;
    font-weight: 400;
  }

  .navlink.callnow.book {
    background-color: #111;
  }

  .div-block-10 {
    width: 95%;
  }

  .navbar-dropdowntoggle {
    text-align: center;
    margin-right: 0;
    padding: 15px 0;
  }

  .navbar-dropdowntoggle.w--open {
    z-index: 9;
    padding-left: 0;
    box-shadow: 1px 1px 13px #00000021;
  }

  .dropdown-link {
    text-align: center;
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .dropdown-link.w--current {
    border-bottom: 1px #000;
  }

  .menu-button-2 {
    color: var(--black-3);
    padding: 14px;
    font-size: 36px;
  }

  .menu-button-2.w--open {
    color: #1f1f1f;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 2px #a82727;
  }

  .column-4 {
    padding-right: 0;
  }

  .column-5 {
    padding-left: 0;
  }

  .bold-text {
    font-size: 14px;
  }

  .sbs-column {
    height: 350px;
  }

  .sbs-column.r {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .sbs-column.l {
    padding-top: 20px;
    padding-left: 0;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-11 {
    max-width: 100%;
    margin-right: 0;
  }

  .form-3 {
    position: static;
    transform: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .column-15 {
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
  }

  .columns-10 {
    flex-direction: column;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .herotext-wrapper {
    width: 90%;
  }

  .herotext-wrapper.center {
    text-align: center;
    width: 90%;
  }

  .hero-title {
    font-size: 49px;
  }

  .hero-title.white {
    font-size: 32px;
    line-height: 32px;
  }

  .our-services-section {
    padding-bottom: 0;
  }

  .section-title {
    font-size: 28px;
  }

  .slider-2 {
    height: auto;
    margin-top: 10px;
  }

  .review-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .review-wrapper.reverse {
    flex-direction: column;
    margin-top: -32px;
  }

  .review {
    background-position: 50%;
    background-size: 225px;
    width: 300px;
    margin-left: 0;
    padding-top: 75px;
  }

  .review.full {
    background-size: 225px;
    width: 300px;
    margin-bottom: -39px;
    margin-left: 0;
    padding-top: 121px;
    padding-left: 25px;
  }

  .review-block {
    width: 80%;
    margin-left: 42px;
  }

  .paragraph-2 {
    padding-right: 25px;
    font-size: 11px;
    line-height: 14px;
  }

  .quote-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .requ-quote-form-wapper {
    width: 90%;
  }

  .contact-field, .field-label {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-footer-wrapper {
    width: 80%;
    height: 70px;
  }

  .footer-block {
    align-items: flex-start;
    display: block;
  }

  .footer-wrapper {
    width: 80%;
    padding-bottom: 0;
  }

  .intro-box-heading {
    font-size: 34px;
  }

  .intro-box-heading.white {
    font-size: 28px;
  }

  .button {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    display: block;
  }

  .button._3 {
    margin-left: 0;
  }

  .mix-title-div {
    margin-bottom: 0;
    padding-top: 9px;
  }

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

  .complete-image-wraper {
    background-image: linear-gradient(254deg, #000 21%, #0f0f0f30), linear-gradient(to right, #0000, #fff0), url('../images/cquartz-ceramic-coating-houston.png'), linear-gradient(360deg, #000000d6, #22202000), url('../images/cquartz-finest-background.jpg');
    background-position: 0 0, 0 0, 0%, 0 0, 50%;
    background-size: auto, auto, auto 80%, auto, cover;
    height: 420px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
  }

  .large-image-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .red-line.w75 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .complete-image-text-wrapper.left {
    width: 50%;
  }

  .large-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .large-button.empty {
    margin-top: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .review-button-wrap {
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    margin-bottom: 0;
    font-size: 10px;
  }

  .form {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-5 {
    width: 400px;
  }

  .social-icon-footer {
    font-size: 32px;
  }

  .no-link-msg-modal {
    padding-top: 74px;
    display: none;
    overflow: scroll;
  }

  .hero-section {
    height: 370px;
  }

  .hero-section.about {
    display: block;
  }

  .section-package {
    padding-bottom: 30px;
  }

  .section {
    padding-top: 40px;
  }

  .about-intro-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-image-02.xpel {
    height: 300px;
  }

  .about-wrap1 {
    width: 90%;
    margin-bottom: 30px;
  }

  .paragraph-4, .paragraph-4.white {
    font-size: 13.5px;
    line-height: 18px;
  }

  .about-image._02 {
    margin-bottom: 0;
  }

  .reviews-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .section-tile {
    font-size: 32px;
  }

  .package-column {
    margin-bottom: 15px;
  }

  .package-image {
    height: 150px;
  }

  .package-title {
    font-size: 28px;
  }

  .premiumpackage-wrap {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }

  .premiumpackage-title {
    font-size: 28px;
    line-height: 28px;
  }

  .row {
    width: 90%;
    margin-top: 15px;
  }

  .writtencontent-wrapper {
    padding: 30px 25px;
  }

  .contentwrap-title {
    line-height: 28px;
  }

  .writtencontent-paragraph {
    font-size: 13.5px;
  }

  .contactinfo-wrap {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-herosection {
    padding-top: 40px;
  }

  .ourservices-column.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .navlink {
    margin-left: 0;
  }

  .navlink.callnow {
    border-bottom-color: #1967cf;
  }

  .nav-menu {
    border-top-style: none;
    padding-right: 0;
  }

  .column {
    padding-left: 0;
  }

  .about-row1 {
    height: auto;
  }

  .column-3 {
    padding-left: 0;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .paragraph-5 {
    font-size: 13.5px;
    line-height: 20px;
  }

  .heroheading {
    font-size: 24px;
    line-height: 27px;
  }

  .sbs-row.video {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sbs-textwrap {
    height: auto;
  }

  .sbs-column.r {
    height: auto;
    padding-bottom: 0;
  }

  .image-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .maintenance-stickybar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .rt-contentwrap.last {
    font-size: 14px;
  }

  .benefit-column {
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .benefit-text.last {
    margin-bottom: 0;
  }

  .hero-text {
    font-size: 16px;
  }

  .div-block-11 {
    margin-bottom: 25px;
    padding-bottom: 1px;
    padding-right: 15px;
  }

  .text-block-21 {
    font-size: 25px;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .columns-9 {
    margin-bottom: 25px;
  }

  .form-block-2 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-13 {
    height: auto;
  }

  .text-block-23 {
    font-size: 14px;
    line-height: 24px;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
  }

  .columns-10 {
    width: 90%;
  }

  .mapembed_desktop {
    display: none;
  }

  .mapembed_mobile {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .herotext-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .herotext-wrapper.left {
    width: 90%;
  }

  .hero-title {
    width: 280px;
    margin-top: 7px;
    font-size: 30px;
    line-height: 32px;
  }

  .hero-title.white {
    width: auto;
  }

  .section-title {
    margin-bottom: 8px;
  }

  .review-section {
    padding-bottom: 30px;
  }

  .slider-2 {
    margin-top: 20px;
  }

  .review-wrapper {
    margin-bottom: 0;
  }

  .review-wrapper.reverse {
    margin-top: -4px;
  }

  .review {
    margin-bottom: 15px;
  }

  .quote-section {
    padding-top: 17px;
  }

  .contact-field {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
  }

  .contact-field.top-one {
    margin-top: 9px;
  }

  .field-label {
    width: 90%;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .social-media-footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-block-footer {
    justify-content: space-between;
  }

  .footer-wrapper {
    width: 300px;
    padding-top: 60px;
    padding-left: 8px;
  }

  .footer-info-wrapper {
    margin-bottom: 55px;
  }

  .intro-box-heading {
    font-size: 27px;
  }

  .intro-box-heading.white {
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 22px;
  }

  .intro-box-heading.white.shadow {
    line-height: 21px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .mix-title-div, .mix-title-div.horizontal {
    flex-direction: column;
  }

  .complete-image-wraper {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .large-image-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .red-line.w75 {
    margin-top: -5px;
  }

  .complete-image-text-wrapper {
    width: auto;
  }

  .complete-image-text-wrapper.left {
    width: 100%;
  }

  .complete-image-paragraph {
    padding-right: 25px;
    line-height: 20px;
  }

  .large-button {
    width: 215px;
    font-size: 14px;
  }

  .review-button-wrap {
    margin-top: 0;
  }

  .form {
    width: 90%;
  }

  .footer-brand-logos {
    width: 300px;
  }

  .text-block-5 {
    width: 300px;
    padding-left: 8px;
  }

  .social-icon-footer {
    margin-right: 0;
  }

  .no-link-msg-modal {
    display: none;
  }

  .right-arrow {
    width: 35px;
    right: 11px;
  }

  .left-arrow {
    width: 35px;
    left: -255px;
    right: 12px;
  }

  .hero-section {
    height: 350px;
  }

  .hero-section.xpel {
    background-image: linear-gradient(#00000040, #00000040), url('../images/17492607_1275882972467103_6923737368872025197_o.jpg');
    background-position: 0 0, 50% 61%;
    background-size: auto, cover;
  }

  .section-package {
    padding-bottom: 30px;
  }

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

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

  .about-wrap1 {
    margin-top: 30px;
  }

  .about-image, .about-image._02 {
    height: auto;
    padding-top: 30px;
  }

  .reviews-section {
    padding-bottom: 45px;
  }

  .section-tile {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

  .package-column {
    margin-bottom: 20px;
  }

  .package-image.ppf {
    padding-left: 0;
    padding-right: 0;
  }

  .package-title {
    font-size: 24px;
    line-height: 24px;
  }

  .package-description.taleft {
    font-size: 13px;
    line-height: 18px;
  }

  .package-feature.taleft {
    margin-left: 0;
    font-size: 13.5px;
  }

  .premiumpackage-wrap {
    height: auto;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .premiumpackage-descriptionwrap {
    width: 95%;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .premiumpackage-title {
    font-size: 24px;
    line-height: 24px;
  }

  .package-tabs {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 17px;
  }

  .package-tabs.w--current {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-top: 10px;
  }

  .writtencontent-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contentwrap-title {
    font-size: 24px;
    line-height: 24px;
  }

  .writtencontent-paragraph {
    font-size: 13px;
    line-height: 15px;
  }

  .contactinfo-wrap {
    width: 300px;
    padding-left: 15px;
  }

  .home-herosection {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/ceramic-pro-coating-houston.jpg');
    background-position: 0 0, 51% 43%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .navlink {
    margin-left: 0;
  }

  .menu-button-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .nav-menu {
    padding-right: 0;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-menu._8 {
    flex-flow: wrap;
  }

  .column-2 {
    margin-top: 0;
  }

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

  .faq-wrap {
    width: 100%;
  }

  .heroheading {
    line-height: 30px;
  }

  .sbs-textwrap {
    padding: 20px;
  }

  .sbs-column.r {
    padding-bottom: 0;
  }

  .sbs-column.l {
    padding-top: 20px;
  }

  .image-3 {
    width: 100px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .rt-pt ul {
    font-size: 15px;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 18px;
  }

  .rt-contentwrap h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-11 {
    background-image: linear-gradient(#16161600, #16161600);
    padding-left: 10px;
    padding-right: 10px;
  }

  .submit-button-3 {
    width: 160px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .text-field-3 {
    font-size: 16px;
  }

  .text-block-22 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
  }

  .columns-9 {
    margin-bottom: 27.5px;
  }

  .column-14 {
    height: 46px;
  }

  .form-block-2 {
    background-image: linear-gradient(#16161659, #16161659);
    width: 95%;
  }

  .text-block-23 {
    font-size: 12.5px;
    line-height: 22px;
  }

  .columns-10 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}