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

a {
  color: #a82727;
  text-decoration: underline;
}

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

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

.nav-link-button {
  padding: 10px 25px;
  float: right;
  border: 2px solid #a82727;
  background-color: #a82727;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-button:hover {
  background-color: #fff;
  color: #a82727;
  font-weight: 700;
}

.nav-link-button.call-phone {
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px none #a82727;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #a82727;
  font-size: 23px;
}

.nav-link-button.call-phone:hover {
  background-color: #a82727;
  color: #fff;
  font-weight: 700;
}

.nav-section-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.herotext-wrapper {
  position: relative;
  top: 50%;
  display: block;
  width: 500px;
  margin-right: 150px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.herotext-wrapper.center {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hero-title.white.shadow {
  text-shadow: 1px 1px 35px #000;
}

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

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

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

.section-title.bold {
  margin-top: 0px;
  font-weight: 700;
}

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

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

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

.review-wrapper.reverse {
  margin-top: -65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

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

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

._5-stars {
  display: block;
  width: 110px;
  margin-bottom: 10px;
}

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

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

.quote-section {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #313940;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 1, 1, 0.5)), to(rgba(14, 1, 1, 0.5))), url('../images/15442238_370721866614086_7403903521912164535_n.jpg');
  background-image: linear-gradient(180deg, rgba(14, 1, 1, 0.5), rgba(14, 1, 1, 0.5)), url('../images/15442238_370721866614086_7403903521912164535_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.icon {
  color: #333;
}

.icon-2 {
  color: #333;
}

.requ-quote-form-wapper {
  display: block;
  width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

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

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

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

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

.footer-section {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#424242));
  background-image: linear-gradient(180deg, #424242, #424242);
}

.social-media-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 991px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

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

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

.footer-mini-titles {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

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

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

.intro-box-heading.white {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-shadow: 0 1px 25px #000;
}

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

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

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

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

.button.am {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button._3 {
  border-color: #a82727;
  background-color: #000;
  text-transform: uppercase;
}

.button.autom {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.service-image {
  width: 100%;
  height: 165px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 39px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/ksdetailing_23498952_191368208104144_3188346977658077184_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/ksdetailing_23498952_191368208104144_3188346977658077184_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.service-image._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/ksdetailing_21373312_999750546831781_6157005420348047360_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ksdetailing_21373312_999750546831781_6157005420348047360_n.jpg');
  background-position: 0px 0px, 50% 36%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-image._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ksdetailing_19437187_290491164748219_7877986880141131776_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ksdetailing_19437187_290491164748219_7877986880141131776_n.jpg');
  background-position: 0px 0px, 50% 84%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-block-3 {
  width: 70px;
  padding-top: 15px;
  border-top: 3px solid #a82727;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

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

.complete-image-wraper {
  display: block;
  width: 90%;
  height: 500px;
  max-width: 1400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ceramic-coating-long-island.jpg');
  background-image: linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ceramic-coating-long-island.jpg');
  background-position: 0px 0px, 0px 0px, 50% 66%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.complete-image-wraper.bm50px {
  margin-bottom: 50px;
}

.large-image-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
}

.red-line {
  width: 125px;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a82727), to(#a82727));
  background-image: linear-gradient(180deg, #a82727, #a82727);
}

.red-line.w75 {
  display: block;
  width: 75px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

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

.complete-image-paragraph {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

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

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

.review-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 108px;
  margin-left: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.footer-brand-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

.brand-logo.xpel {
  width: auto;
  padding-top: 0px;
  background-image: url('../images/xpel-logo-lightgrey.png');
  background-size: contain;
}

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

.brand-logo.cquartz {
  width: 33%;
  background-image: url('../images/cquartz-logo.png');
  background-size: contain;
}

.brand-logo.meguiars {
  width: 33%;
  background-image: url('../images/meguiars-logo.png');
  background-size: 90px;
}

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

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #505050;
  font-weight: 300;
}

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

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

.book-now-footer:hover {
  background-color: transparent;
  color: #1f1f1f;
  font-weight: 400;
}

.no-link-msg-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  padding-top: 283px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(80, 80, 80, 0.89);
}

.brand {
  position: relative;
}

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

.hero-section.services {
  padding-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ksdetailing_21373312_999750546831781_6157005420348047360_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ksdetailing_21373312_999750546831781_6157005420348047360_n.jpg');
  background-position: 0px 0px, 50% 41%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.contact {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/ksdetailing_29094801_283013455567956_2711641904570695680_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.reviews {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/ksdetailing_22220887_517465525267795_2811905661237985280_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/ksdetailing_22220887_517465525267795_2811905661237985280_n.jpg');
  background-position: 0px 0px, 50% 57%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section.about {
  background-image: url('../images/ksdetailing_29740540_1789614004392075_5679455260905570304_n.jpg');
  background-position: 50% 67%;
  background-size: cover;
}

.hero-section.ceramiccoating {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ksdetailing_29740540_1789614004392075_5679455260905570304_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ksdetailing_29740540_1789614004392075_5679455260905570304_n.jpg');
  background-position: 0px 0px, 50% 71%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section.cquartzprofessional {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cquartz-ceramic-coating.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cquartz-ceramic-coating.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-section.xpel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/ksdetailing_29416514_536783670040556_4270028933467996160_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/ksdetailing_29416514_536783670040556_4270028933467996160_n.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.hero-section.cardetailing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/ksdetailing_19367100_1222311997894363_8299408744807137280_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/ksdetailing_19367100_1222311997894363_8299408744807137280_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

.package-image {
  height: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/1700x-1133px-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/1700x-1133px-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.book-now-button:hover {
  background-color: #fff;
  color: #a82727;
}

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

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

.section.bookonline {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

.section.hide {
  display: none;
}

.book-now-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  background-color: rgba(31, 31, 31, 0.78);
}

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

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

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

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

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

.about-image-02 {
  height: 500px;
  max-width: 1400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/ksdetailing_29094801_283013455567956_2711641904570695680_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/ksdetailing_29094801_283013455567956_2711641904570695680_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.about-image-02.cquartz {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-image: none;
}

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

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

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

.text-block-8 {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

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

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

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

.about-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-right: 5px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ksdetailing_19367100_1222311997894363_8299408744807137280_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ksdetailing_19367100_1222311997894363_8299408744807137280_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.about-image._02 {
  height: 300px;
  margin-right: 0px;
  margin-left: 5px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ksdetailing_29416514_536783670040556_4270028933467996160_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ksdetailing_29416514_536783670040556_4270028933467996160_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

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

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

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

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

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

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

.section-tile.bm-30.white {
  color: #fff;
}

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

.footer-signupbutton {
  width: 218px;
  background-color: #505050;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

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

.package-image {
  height: 220px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/ksdetailing_26068734_387675461660602_4416109301010006016_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/ksdetailing_26068734_387675461660602_4416109301010006016_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.package-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/15442238_370721866614086_7403903521912164535_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/15442238_370721866614086_7403903521912164535_n.jpg');
  background-position: 0px 0px, 50% 102%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

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

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

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

.package-description.taleft {
  text-align: left;
}

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

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

.package-feature.taleft {
  text-align: left;
}

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

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

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

.text-span {
  color: #111;
  font-size: 10px;
  font-weight: 400;
}

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

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

.premiumpackage-wrap {
  display: block;
  width: 100%;
  height: 600px;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 50px;
  background-image: url('../images/ksdetailing_29415965_2105584216124506_5313594428915449856_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.premiumpackage-wrap.ceramiccoating {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 30px;
  background-image: url('../images/cquartz-ceramic-coating_1.jpg');
}

.premiumpackage-wrap.ceramiccoating._2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.premiumpackage-wrap.cardetailing {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 50px;
  background-image: url('../images/ksdetailing_29094801_283013455567956_2711641904570695680_n.jpg');
}

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

.premiumpackage-title {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block-13 {
  margin-bottom: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
}

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

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

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

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

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

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

.writtencontent-wrapper {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 25px;
  background-color: #111;
}

.writtencontent-wrapper.bm-30px {
  margin-bottom: 30px;
}

.writtencontent-wrapper.bm50px {
  margin-bottom: 50px;
}

.contentwraper-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.contentwraper-title.small {
  margin-top: 20px;
  font-size: 21px;
  line-height: 21px;
}

.writtencontent-paragraph {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}

.contactinfo-wrap {
  position: relative;
  top: 50%;
  width: 500px;
  margin-left: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  background-color: #fcfcfc;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

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

.text-span-2 {
  font-weight: 100;
}

.section-0pd {
  padding-top: 60px;
}

.home-herosection {
  display: block;
  height: 600px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/23826141_541650819521189_8820987290494017707_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/23826141_541650819521189_8820987290494017707_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

.brand-2 {
  width: 100px;
  padding-left: 0px;
}

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

.navbar-2._2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navlink {
  margin-left: 30px;
  padding: 10px 0px 13px;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.div-block-9 {
  width: 80%;
  float: right;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.icon-4 {
  margin-right: 0px;
  font-size: 14px;
}

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

.dropdown-link.w--current {
  color: #a82727;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  position: static;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.dropdown-link-2 {
  position: relative;
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.dropdown-link-2.w--current {
  color: #902121;
}

.dropdown-list {
  position: relative;
}

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

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

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

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

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

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

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

.faq-dropdown {
  width: 100%;
}

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

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

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-size: 18px;
  letter-spacing: 0.5px;
}

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

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

.paragraph-5 {
  margin-bottom: 0px;
}

._2videos-row {
  max-width: 1400px;
}

._2videos-rightcolumn {
  padding-left: 0px;
}

._2videos-leftcolumn {
  padding-right: 0px;
}

.bold-text-2 {
  font-weight: 500;
}

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

.text-link {
  color: #d43636;
}

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

.heroheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 25px #000;
}

.heroheading.center {
  width: 680px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

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

.html-embed {
  display: block;
  width: 772px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.sitemaplink {
  color: #505050;
}

.coatingpackage-image {
  width: 200px;
}

.image-2 {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.link-block {
  width: 40%;
}

.text-block-16 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
}

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

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

.benefit-column {
  overflow: hidden;
}

.benefit-text {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

.cta {
  padding: 15px 40px;
  background-color: #a82727;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

.sbs-column-old {
  height: auto;
  padding-top: 0px;
  padding-left: 10px;
}

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

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

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

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

.sbs-column-old.m {
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.text-span-3 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-span-4 {
  font-weight: 400;
}

.div-block-11 {
  height: 1px;
  margin-bottom: 20px;
  background-color: #a82727;
}

.text-block-17 {
  margin-top: -20px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
}

.gallery-row {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

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

.gallery-image {
  width: 100%;
  margin-bottom: 30px;
}

.hero-section-v2 {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ksdetailing_29415965_2105584216124506_5313594428915449856_n.jpg');
  background-image: linear-gradient(90deg, #000, transparent), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ksdetailing_29415965_2105584216124506_5313594428915449856_n.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.hero-quote-lcolumn {
  padding-right: 30px;
  padding-left: 0px;
}

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

.submit-button-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  border: 2px none #fff;
  background-color: #a82727;
  background-image: none;
  box-shadow: 0 2px 19px -1px rgba(0, 0, 0, 0.18);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

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

.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 {
  display: inline-block;
  height: 45px;
  margin-bottom: 12.5px;
  border-style: none;
  border-width: 1px;
  border-color: #d3d3d3;
  font-family: 'Open Sans', sans-serif;
}

.text-block-19 {
  margin-bottom: 15px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.hero-benefits-wrap {
  margin-right: auto;
  padding-right: 60px;
  padding-bottom: 1px;
  background-image: none;
}

.text-block-20 {
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.hero-quote-l {
  max-height: 600px;
  padding-right: 0px;
}

.hero-quote-benefitscolumns {
  margin-bottom: 13px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.hero-quote-formblock {
  position: relative;
  top: 50%;
  height: 490px;
  max-width: 350px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 30px 20px 25px;
  background-color: #a82727;
  background-image: linear-gradient(-45deg, #0e0e0e, #4e4e4e);
  box-shadow: 1px 1px 8px 0 #000;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.column-14 {
  height: 70px;
}

.text-block-18 {
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-shadow: 1px 1px 86px #000;
}

.hero-quote-columns {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-block-21 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-block-21.white {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.success-message {
  background-color: transparent;
}

.hero-quote-heading {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px #000;
}

.sbs-section {
  padding-top: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.bold-text-3 {
  font-family: Fontawesome, sans-serif;
}

.sbs-columns {
  margin-bottom: 12.5px;
}

.sbs-tcolumn {
  height: 500px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.sbs-icolumn {
  overflow: hidden;
  height: 500px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.sbs-image-wrap {
  overflow: hidden;
  height: 100%;
  max-height: 550px;
}

.sbs-text-wrap {
  position: relative;
  top: 50%;
  width: 92.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.sbs-image {
  position: relative;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.sbs-image.ab {
  position: relative;
  top: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.trust-section {
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6));
  background-image: linear-gradient(180deg, #f6f6f6, #f6f6f6);
}

.trust-column {
  position: relative;
  top: 50%;
  max-width: 991px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.text-block-22 {
  margin-bottom: 7.5px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}

.text-block-23 {
  margin-bottom: 7.5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.link {
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 11px;
  text-decoration: underline;
}

.columns {
  position: relative;
  left: 50%;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.div-block-13 {
  padding-right: 30px;
  padding-left: 30px;
}

.sbs-rt {
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.sbs-rt h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #902121;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sbs-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sbs-seperator {
  width: 80px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #a82727;
}

.sbs-cta {
  margin-top: 20px;
  padding: 14px 45px;
  background-color: #a82727;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-3 {
  height: 500px;
}

.section-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.videos-columns {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
}

.html-embed-2 {
  margin-bottom: 10px;
}

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

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="ia-hide"] {
  display: none;
  opacity: 0;
}

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

@media screen and (max-width: 991px) {
  .navbar-elements-wrapper {
    display: block;
    padding-left: 20px;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    display: block;
    width: 70px;
    margin-top: 0px;
  }
  .herotext-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .herotext-wrapper.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .herotext-wrapper.center {
    width: 95%;
  }
  .our-services-section {
    padding-top: 40px;
  }
  .slider-2 {
    width: auto;
    margin-top: 0px;
  }
  .review-wrapper {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .review-wrapper.reverse {
    width: 90%;
    margin-top: -58px;
  }
  .review {
    width: 270px;
    margin-left: 22px;
    padding-left: 23px;
    background-position: 50% 6px;
  }
  .review.full {
    padding-top: 111px;
    padding-left: 42px;
  }
  .paragraph-2 {
    width: 90%;
    padding-right: 32px;
  }
  .icon {
    font-size: 26px;
  }
  .icon-2 {
    font-size: 26px;
  }
  .social-media-footer-wrapper {
    width: 650px;
  }
  .icon-block-footer {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .grey-background {
    width: auto;
  }
  .footer-block {
    display: block;
    height: auto;
  }
  .footer-wrapper {
    display: block;
    width: 650px;
    min-width: auto;
    padding-top: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-info-wrapper {
    width: auto;
    margin-bottom: 80px;
  }
  .complete-image-wraper {
    display: block;
    width: 95%;
  }
  .large-image-heading {
    font-size: 38px;
    line-height: 40px;
  }
  .complete-image-paragraph {
    font-size: 13px;
  }
  .large-button {
    width: 260px;
    padding-right: 1px;
    padding-left: 1px;
  }
  .large-button.empty {
    padding-right: 0px;
    padding-left: 0px;
  }
  .review-button-wrap {
    margin-right: 22px;
    margin-left: 0px;
  }
  .footer-brand-logos {
    width: 400px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .brand-logo {
    width: 35%;
    background-position: 0px 50%;
  }
  .brand-logo.xpel {
    width: 35%;
    background-position: 0px 50%;
  }
  .footer-disclaimer-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
  .text-block-5 {
    display: block;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  .social-icon-footer {
    margin-right: 24px;
    margin-left: 0px;
    color: #111;
  }
  .book-now-footer {
    border-color: #111;
    background-color: #111;
  }
  .book-now-footer:hover {
    border-color: #111;
    color: #111;
  }
  .no-link-msg-modal {
    display: none;
    padding-top: 202px;
  }
  .icon-3 {
    color: #1f1f1f;
    font-size: 38px;
  }
  .brand {
    display: block;
    width: 80px;
    float: none;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    float: left;
    background-color: transparent;
  }
  .hero-section {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section.services {
    display: block;
  }
  .hero-section.contact {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section.reviews {
    display: block;
  }
  .hero-section.about {
    display: block;
  }
  .hero-section.ceramiccoating {
    display: block;
  }
  .hero-section.ceramiccoating._2 {
    margin-top: 80px;
  }
  .hero-section.xpel {
    background-repeat: no-repeat;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.bookonline {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .about-image._02 {
    margin-left: 0px;
  }
  .package-feature {
    font-size: 14px;
  }
  .package-feature.taleft {
    font-size: 14px;
  }
  .premiumpackage-wrap {
    height: auto;
    padding-bottom: 30px;
  }
  .premiumpackage-wrap.cardetailing {
    height: auto;
  }
  .premiumpackage-descriptionwrap {
    width: 90%;
  }
  .premiumpackage-title {
    margin-bottom: 4px;
    font-size: 32px;
  }
  .text-block-13 {
    font-size: 15px;
  }
  .writtencontent-wrapper {
    width: 95%;
  }
  .section-0pd {
    padding-top: 40px;
  }
  .home-herosection {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/23826141_541650819521189_8820987290494017707_o.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/23826141_541650819521189_8820987290494017707_o.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .ourservices-row {
    width: 95%;
  }
  .ourservices-column.middle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brand-2 {
    width: 70px;
    padding-top: 0px;
  }
  .navbar-2 {
    padding-top: 10px;
  }
  .navlink {
    display: block;
    padding-top: 15px;
    padding-bottom: 13px;
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  .navlink:hover {
    padding-bottom: 13px;
  }
  .navlink.callnow {
    border-bottom-style: none;
    background-color: #a82727;
    color: #fff;
    text-align: center;
  }
  .navlink.callnow.book {
    background-color: #111;
  }
  .div-block-10 {
    width: 95%;
  }
  .navbar-dropdowntoggle {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    text-align: center;
  }
  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .dropdown-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .menu-button-2 {
    padding: 14px;
    font-size: 32px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #a82727;
  }
  .nav-menu {
    padding-right: 20px;
    padding-left: 0px;
    border-top: 2px solid #a82727;
    background-color: #fff;
  }
  .column-4 {
    padding-right: 0px;
  }
  .column-5 {
    padding-left: 0px;
  }
  .bold-text {
    font-size: 14px;
  }
  .heroheading.center {
    width: auto;
  }
  .html-embed {
    width: 100%;
  }
  .text-block-16 {
    font-size: 18px;
    line-height: 22px;
  }
  .sbs-row.video {
    width: 95%;
  }
  .sbs-column-old.r {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .sbs-column-old.l {
    padding-left: 0px;
  }
  .sbs-column-old.l.vid {
    display: none;
  }
  .sbs-textwrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section-v2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-quote-lcolumn {
    padding-right: 0px;
  }
  .form-3 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-benefits-wrap {
    max-width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-quote-l {
    padding-left: 0px;
  }
  .hero-quote-benefitscolumns {
    margin-bottom: 0px;
  }
  .hero-quote-formblock {
    position: static;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-quote-columns {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero-quote-heading {
    text-align: center;
  }
  .sbs-tcolumn {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sbs-text-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .trust-section {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .trust-column {
    position: static;
    width: 80%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block-22 {
    font-size: 16px;
  }
  .text-block-23 {
    line-height: 17px;
  }
  .columns {
    text-align: center;
  }
  .div-block-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-4 {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .herotext-wrapper {
    width: 400px;
  }
  .hero-title {
    font-size: 49px;
  }
  .hero-title.white {
    font-size: 32px;
    line-height: 32px;
  }
  .hero-title.white.shadow {
    margin-top: 5px;
  }
  .our-services-section {
    padding-bottom: 0px;
  }
  .section-title {
    font-size: 28px;
  }
  .slider-2 {
    height: auto;
    margin-top: 10px;
  }
  .review-wrapper {
    margin-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-wrapper.reverse {
    margin-top: -32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review {
    width: 300px;
    margin-left: 0px;
    padding-top: 75px;
    background-position: 50% 50%;
    background-size: 225px;
  }
  .review.full {
    width: 300px;
    margin-bottom: -39px;
    margin-left: 0px;
    padding-top: 121px;
    padding-left: 25px;
    background-size: 225px;
  }
  .review-block {
    width: 80%;
    margin-left: 42px;
  }
  ._5-stars {
    width: 100px;
    margin-bottom: 8px;
  }
  .paragraph-2 {
    padding-right: 25px;
    font-size: 11px;
    line-height: 17px;
  }
  .quote-section {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .requ-quote-form-wapper {
    width: 90%;
  }
  .contact-field {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-label {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .social-media-footer-wrapper {
    width: 400px;
  }
  .footer-block {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-wrapper {
    width: 80%;
    padding-bottom: 0px;
  }
  .intro-box-heading {
    font-size: 34px;
  }
  .intro-box-heading.white {
    font-size: 28px;
  }
  .button {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
  }
  .button._3 {
    margin-left: 0px;
  }
  .mix-title-div {
    margin-bottom: 0px;
    padding-top: 9px;
  }
  .service-image {
    margin-bottom: 10px;
  }
  .complete-image-wraper {
    height: 420px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 20px;
  }
  .complete-image-wraper.bm50px {
    margin-bottom: 20px;
  }
  .large-image-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .red-line.w75 {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .complete-image-paragraph {
    font-size: 13.5px;
    line-height: 21px;
  }
  .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-right: 0px;
    margin-left: 0px;
  }
  .slide-nav {
    margin-bottom: 0px;
    font-size: 10px;
  }
  .form {
    display: block;
    width: 440px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-5 {
    width: 400px;
  }
  .no-link-msg-modal {
    display: none;
    overflow: scroll;
    padding-top: 74px;
  }
  .hero-section {
    height: 370px;
  }
  .hero-section.about {
    display: block;
  }
  .section {
    padding-top: 40px;
  }
  .section.bookonline {
    padding-top: 0px;
  }
  .about-intro-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-image-02.cquartz {
    height: auto;
    background-image: none;
  }
  .about-image-02.xpel {
    height: 300px;
  }
  .about-wrap1 {
    width: 90%;
    margin-bottom: 30px;
  }
  .paragraph-4 {
    font-size: 13.5px;
    line-height: 18px;
  }
  .paragraph-4.white {
    font-size: 13.5px;
    line-height: 18px;
  }
  .about-image._02 {
    margin-bottom: 0px;
  }
  .reviews-section {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .section-tile {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .package-column {
    margin-bottom: 15px;
  }
  .package-image {
    height: 150px;
  }
  .package-title {
    font-size: 28px;
  }
  .premiumpackage-wrap {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .premiumpackage-title {
    font-size: 28px;
    line-height: 28px;
  }
  .row {
    width: 90%;
    margin-top: 15px;
  }
  .writtencontent-wrapper.bm50px {
    margin-bottom: 20px;
  }
  .contentwraper-title {
    line-height: 28px;
  }
  .writtencontent-paragraph {
    font-size: 14px;
    line-height: 25px;
  }
  .contactinfo-wrap {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .ourservices-column.middle {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column {
    padding-left: 0px;
  }
  .about-row1 {
    height: auto;
  }
  .column-3 {
    padding-left: 0px;
  }
  .section-2 {
    margin-bottom: 0px;
  }
  .paragraph-5 {
    font-size: 13.5px;
    line-height: 20px;
  }
  ._2videos-rightcolumn {
    padding-right: 0px;
  }
  ._2videos-leftcolumn {
    padding-left: 0px;
  }
  .heroheading {
    font-size: 28px;
    line-height: 32px;
  }
  .heroheading.center {
    font-size: 26px;
    line-height: 30px;
  }
  .image-2 {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-16 {
    font-size: 16px;
    line-height: 20px;
  }
  .benefit-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .benefit-text {
    margin-bottom: 20px;
  }
  .benefit-text.last {
    margin-bottom: 0px;
  }
  .sbs-row.video {
    margin-top: 20px;
  }
  .sbs-column-old {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sbs-column-old.r {
    height: auto;
    padding-bottom: 0px;
  }
  .sbs-column-old.l {
    display: none;
  }
  .sbs-textwrap {
    height: auto;
    margin-bottom: 20px;
  }
  .contentwrap-title {
    line-height: 28px;
  }
  .image-3 {
    width: 250px;
  }
  .gallery-image {
    margin-bottom: 20px;
  }
  .hero-quote-lcolumn {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-19 {
    font-size: 25px;
  }
  .hero-benefits-wrap {
    margin-bottom: 25px;
  }
  .text-block-20 {
    font-size: 16px;
  }
  .hero-quote-l {
    padding-left: 0px;
  }
  .hero-quote-formblock {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
  }
  .column-13 {
    height: auto;
  }
  .text-block-18 {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-quote-columns {
    width: 90%;
  }
  .hero-quote-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .sbs-icolumn {
    height: 300px;
  }
  .trust-column {
    width: 90%;
  }
  .text-block-22 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .text-block-23 {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .link {
    font-size: 10px;
  }
  .image-4 {
    width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .herotext-wrapper {
    width: 300px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .herotext-wrapper.center {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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: 0px;
  }
  .review-wrapper.reverse {
    margin-top: -4px;
  }
  .review {
    margin-bottom: 15px;
  }
  .quote-section {
    padding-top: 17px;
  }
  .contact-field {
    width: 90%;
  }
  .contact-field.top-one {
    margin-top: 9px;
  }
  .field-label {
    width: 90%;
  }
  .social-media-footer-wrapper {
    width: 300px;
    padding-top: 21px;
    padding-bottom: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-block-footer {
    margin-bottom: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrapper {
    width: 300px;
    padding-left: 8px;
  }
  .footer-info-wrapper {
    margin-bottom: 55px;
  }
  .intro-box-heading {
    font-size: 27px;
  }
  .intro-box-heading.white {
    margin-bottom: 8px;
    font-size: 21px;
  }
  .button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }
  .mix-title-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mix-title-div.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .complete-image-wraper {
    height: 580px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .large-image-heading {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .complete-image-text-wrapper {
    width: auto;
  }
  .complete-image-paragraph {
    line-height: 20px;
  }
  .large-button {
    width: 215px;
    font-size: 14px;
  }
  .review-button-wrap {
    margin-top: 0px;
  }
  .form {
    width: 90%;
  }
  .footer-brand-logos {
    width: 300px;
  }
  .text-block-5 {
    width: 300px;
    padding-left: 8px;
  }
  .social-icon-footer {
    margin-right: 20px;
    margin-left: 20px;
  }
  .no-link-msg-modal {
    display: none;
  }
  .right-arrow {
    right: 11px;
    width: 35px;
  }
  .left-arrow {
    left: -255px;
    right: 12px;
    width: 35px;
  }
  .hero-section {
    height: 330px;
  }
  .section-package {
    padding-bottom: 30px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-image {
    height: auto;
    padding-top: 30px;
  }
  .about-image._02 {
    height: auto;
    padding-top: 30px;
  }
  .reviews-section {
    padding-bottom: 45px;
  }
  .section-tile {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .package-column {
    margin-bottom: 20px;
  }
  .package-title {
    line-height: 28px;
  }
  .package-description.taleft {
    font-size: 13px;
    line-height: 18px;
  }
  .package-feature.taleft {
    font-size: 13.5px;
  }
  .premiumpackage-wrap {
    height: auto;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .premiumpackage-descriptionwrap {
    padding-top: 30px;
  }
  .premiumpackage-title {
    font-size: 24px;
    line-height: 24px;
  }
  .package-tabs {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 17px;
  }
  .package-tabs.w--current {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row {
    margin-top: 10px;
  }
  .contentwraper-title {
    font-size: 24px;
    line-height: 24px;
  }
  .contactinfo-wrap {
    width: 300px;
    padding-left: 15px;
  }
  .brand-2 {
    width: 65px;
    padding-top: 5px;
    padding-left: 5px;
  }
  .navbar-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navlink {
    margin-left: 0px;
  }
  .navbar-dropdowntoggle {
    margin-right: 20px;
  }
  .nav-menu {
    padding-right: 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs-menu._8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-2 {
    margin-top: -10px;
  }
  .text-block-14 {
    text-align: center;
  }
  .faq-wrap {
    width: 100%;
  }
  .heroheading.center {
    font-size: 20px;
    line-height: 25px;
  }
  .cta {
    padding: 10px 20px;
    font-size: 14px;
  }
  .sbs-column-old.r {
    padding-bottom: 0px;
  }
  .sbs-textwrap {
    padding: 20px;
  }
  .contentwrap-title {
    font-size: 24px;
    line-height: 24px;
  }
  .text-span-3 {
    font-size: 15px;
  }
  .image-3 {
    width: 175px;
  }
  .gallery-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-image {
    margin-bottom: 20px;
  }
  .submit-button-3 {
    width: 160px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .text-field-3 {
    font-size: 16px;
  }
  .hero-quote-formblock {
    width: 95%;
  }
  .column-14 {
    height: 46px;
  }
  .hero-quote-columns {
    width: 95%;
  }
  .hero-quote-heading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }
  .sbs-icolumn {
    height: 200px;
  }
  .trust-column {
    width: 95%;
  }
  .sbs-heading {
    font-size: 22px;
    line-height: 30px;
  }
}

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