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

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

a {
  text-decoration: underline;
}

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

li {
  text-align: left;
  list-style-type: disc;
}

.herosection {
  display: block;
  height: 70vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.herosection.about {
  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/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
  background-position: 0px 0px, 50% 69%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.herosection.home {
  height: 80vh;
  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/20190815_140229.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/20190815_140229.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #8a9260;
}

.herosection.ceramiccoating {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/GYEON-car-17.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/GYEON-car-17.jpg');
  background-position: 0px 0px, 50% 29%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.herosection.cardetailing {
  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/20190815_142832.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/20190815_142832.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.herosection.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/riseandshinemd_38992942_236193497043453_1880756897494073344_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/riseandshinemd_38992942_236193497043453_1880756897494073344_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.herosection.paintcorrection {
  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/riseandshinemd_44288130_2169048570033718_5700809528496930585_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/riseandshinemd_44288130_2169048570033718_5700809528496930585_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.herosection.tint {
  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/20190623_114916.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/20190623_114916.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, 140%;
}

.button {
  display: block;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: #da1515;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button.black {
  background-color: #e22a2a;
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
}

.container {
  display: block;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.navlink:hover {
  color: #e91b1b;
}

.navlink.w--current {
  color: #e91b1b;
}

.navlink.phone {
  display: block;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Telephone-White_1.svg');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.navlink.phone:hover {
  background-image: url('../images/telephone-white.svg');
  background-position: 4px 52%;
  background-size: 18px;
}

.nav-button {
  margin-left: 9px;
  padding: 9px 14px;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e13636;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-button.full {
  border-color: #e91b1b;
  background-color: #a4aaad;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nav-button.full:hover {
  border-color: #0979ff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.home-featured-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -85px;
  margin-bottom: 68px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.box {
  width: 230px;
  height: 250px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  padding-top: 190px;
  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/GYEON-packshot-18_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/GYEON-packshot-18_3.jpg');
  background-position: 0px 0px, 50% 2%;
  background-size: auto, cover;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  text-decoration: none;
}

.box._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/20190818_203514.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20190818_203514.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box.detailing {
  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/11677.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/11677.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.box._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/20190711_133508.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/20190711_133508.jpg');
  background-position: 0px 0px, 47% 50%;
  background-size: auto, cover;
}

.box.tint {
  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/20190714_123419.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20190714_123419.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.feature-services-title {
  position: relative;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.paragraph {
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.3px;
}

.section-title {
  width: 90%;
  margin: 0px auto 30px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 38px;
  line-height: 41px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.section-title.white {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.section-title.left {
  text-align: left;
}

.section-title.left.white {
  color: #1c1c1d;
  font-weight: 600;
}

.section-paragraph {
  display: block;
  width: 991px;
  margin: 10px auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 14.5px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.section-paragraph.black {
  color: #243038;
}

._6-benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  color: #013d85;
}

.benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.benefits-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -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;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefits-description.black {
  color: #1c1c1d;
}

.section-review {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #e6e6e6;
}

.section-review.image-bg {
  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/20190815_140224.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/20190815_140224.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.review-wrapper--home {
  max-width: 1200px;
  margin: 0px auto 75px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.review-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 35px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.review-author--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -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;
}

._5-stars {
  margin-bottom: 10px;
}

.review-author {
  margin-bottom: 1px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.review-source {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}

.review-text-wrapper {
  width: 80%;
  height: auto;
  margin-top: 0px;
  padding-top: 31px;
  padding-bottom: 25px;
  border-radius: 8px 0px;
  background-image: url('../images/Quote-Icon-light-grey.svg'), linear-gradient(45deg, #a4aaad, #d2d5d7);
  background-position: 25px 25px, 0px 0px;
  background-size: 25px, auto;
  background-repeat: no-repeat, repeat;
}

.reviews-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.review-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  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;
}

.button-reviewsection {
  display: block;
  width: 190px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #da1515;
  text-decoration: none;
}

.button-text-reviewsection {
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  color: #e22a2a;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.contactform-topwrap {
  padding-top: 85px;
  padding-bottom: 90px;
  background-color: #0376d4;
  background-image: linear-gradient(45deg, #880505, #da1515);
}

.form-box-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  height: auto;
  margin: -65px auto 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e6e9), to(#e3e6e9));
  background-image: linear-gradient(180deg, #e3e6e9, #e3e6e9);
}

.form-box-wrapper.contact-us {
  margin-top: -225px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dce1e4), to(#dce1e4));
  background-image: linear-gradient(180deg, #dce1e4, #dce1e4);
}

.form-embeded {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  display: block;
  width: 145px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #da1515;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fff;
  color: #0979ff;
}

.embeded-form-input-field {
  height: 50px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 16px;
  font-weight: 500;
}

.embeded-form-input-field.message {
  height: 135px;
  margin-bottom: 20px;
  color: #fff;
}

.form-wrapper {
  margin-bottom: 0px;
  padding-top: 0px;
}

.hero-title {
  display: block;
  width: 850px;
  margin: 0px auto 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.section-pricingtables {
  padding-top: 60px;
  padding-bottom: 75px;
}

.section-pricingtables.hide {
  display: none;
}

.package-name {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.package-button {
  display: block;
  width: 165px;
  margin: 25px auto 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid #e22a2a;
  border-radius: 3px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e22a2a;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.package-button.reverse {
  border-color: #e22a2a;
  background-color: #da1515;
  color: #fff;
}

.package-button.reverse.gyeon {
  border-color: #454875;
  background-color: #454875;
  color: #fff;
}

.package-button.gyeon {
  color: #454875;
}

.download-app-section {
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
}

.footer-section {
  padding-top: 50px;
  border-top: 1px solid #e22a2a;
  background-color: transparent;
  text-align: center;
}

.footer-title {
  margin-bottom: 34px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
}

.footer-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.section-contactnfo {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #e9e9e9;
  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/riseandshinemd_43721662_1151908998298910_1556495742260316797_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/riseandshinemd_43721662_1151908998298910_1556495742260316797_n.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-info-wrapper {
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #da1515;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0);
}

.contact-info-title {
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.info-text {
  width: 85%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 9px #000;
}

.section-contactuspage {
  padding-bottom: 60px;
}

.section-text-image-sidebyside {
  position: static;
  display: block;
  height: auto;
  -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;
  background-color: #fff;
}

.section-text-image-sidebyside.orange {
  background-color: #fc9000;
}

.sideimage-textwrap {
  position: relative;
  top: 50%;
  z-index: 999;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.pop-up-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding-top: 0px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.pop-up-modal-form-block {
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  border-radius: 3px;
  background-image: url('../images/car-wash-app.png'), -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
  background-image: url('../images/car-wash-app.png'), linear-gradient(180deg, #eee, #eee);
  background-position: 99% -176%, 0px 0px;
  background-size: 210px, auto;
  background-repeat: no-repeat, repeat;
}

.form-wrapper-2 {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.popupform-input-text {
  height: 50px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 17px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-family: Helvetica, sans-serif;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.submit-button-3 {
  display: block;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 14px;
  border-radius: 3px;
  background-color: #fc9000;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-bottom: 9px;
  margin-left: auto;
  float: none;
  -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;
}

.image-8 {
  float: none;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  background-color: #181818;
}

.sbsi-image-container {
  height: 100%;
  margin-bottom: 0px;
  background-color: #dce1e4;
}

.sbsi-image-container.cardetailing {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/20190711_133458.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/20190711_133458.jpg');
  background-position: 0px 0px, 83% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sbsi-image-container.interiordetailing {
  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/riseandshinemd_43195309_965046347028179_8699375864539842707_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/riseandshinemd_43195309_965046347028179_8699375864539842707_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sbsi-image-container.paintcorrection {
  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/riseandshinemd_40091513_1481561228611647_1897085002695465420_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/riseandshinemd_40091513_1481561228611647_1897085002695465420_n.jpg');
  background-position: 0px 0px, 80% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sbsi-image-container.mobilecardetailing {
  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/20190712_181015.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/20190712_181015.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sbsi-image-container.tint {
  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/20190714_123419.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/20190714_123419.jpg');
  background-position: 0px 0px, 11% 50%;
  background-size: auto, cover;
}

.sbsi-image-container.clearbra {
  background-image: url('../images/paint-protection-film-design.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.success-error-msg {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.benefits-icon {
  width: 25%;
  height: 35px;
  margin-right: 10px;
  padding-top: 7px;
  font-family: Fontawesome, sans-serif;
  color: #da1515;
  font-size: 44px;
  font-style: normal;
  text-align: center;
  text-transform: lowercase;
}

.benefits-icon.iphone {
  font-size: 66px;
}

.appinstall-subtitle {
  font-family: Helvetica, sans-serif;
  color: #fc9000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 200;
  text-align: left;
  text-transform: none;
}

.block-wrapper {
  width: 991px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-horizontal-centered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 991px;
  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;
}

.appinstall-text-wrap {
  width: 30%;
  margin-right: 100px;
}

.appinstall-text-wrap.w90 {
  width: 90%;
}

.appinstall-title {
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 33px;
  font-weight: 700;
}

.iphone-app-image {
  margin-left: 0px;
}

.appinstall-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.uncentered-button {
  width: 220px;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 3px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.uncentered-button:hover {
  background-color: #fff;
  color: #fc9000;
}

.uncentered-button.reverse {
  background-color: #fff;
  color: #fc9000;
}

.uncentered-button.reverse:hover {
  background-color: transparent;
  color: #fff;
}

.pop-up-form-title {
  width: 90%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
}

.form-3 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.pop-up-form-subtitle {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 200;
  text-align: center;
}

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

.instagramfeed-embed {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container-flexh-ct-ct {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.section.gradientbluegreen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dce1e4), to(#dce1e4));
  background-image: linear-gradient(180deg, #dce1e4, #dce1e4);
}

.section.black {
  background-color: #181818;
}

.section.bp0px {
  padding-bottom: 0px;
}

.fullscreenpopup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  -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: #eee;
}

.fullscreenpopup-title {
  width: 820px;
  margin-bottom: 34px;
  font-family: Helvetica, sans-serif;
  font-size: 62px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  color: #fc9000;
  font-weight: 100;
}

.fullscreenpopup-subtitle {
  font-family: Helvetica, sans-serif;
  color: #fc9000;
  font-size: 38px;
  font-weight: 100;
  text-align: center;
}

.fullscreenpopup-close-link {
  position: fixed;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: #333;
  text-decoration: none;
}

.fullscreenpopup-close-text {
  font-family: Fontawesome, sans-serif;
  font-size: 30px;
}

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

.scrollbox {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 400px;
  height: 250px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/exterior-steam-detailing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/exterior-steam-detailing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.33);
}

.scrollbox-title {
  margin-bottom: 10px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
}

.scrollbox-subtitle {
  margin-bottom: 15px;
  font-family: Helvetica, sans-serif;
  color: #fc9000;
  font-size: 18.1px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.75);
}

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

.navmenu-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  -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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner-title {
  font-family: Helvetica, sans-serif;
  font-size: 35px;
  line-height: 33px;
  font-weight: 700;
}

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

.banner-title.white.shadow {
  margin-bottom: 15px;
  text-shadow: 1px 1px 6px #000;
}

.section-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  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/paint-protection-coating.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/paint-protection-coating.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-subtitle {
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #fc9000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 200;
}

.banner-subtitle.shadow {
  margin-bottom: 0px;
  text-shadow: 1px 1px 4px #000;
}

.scrollbox-close-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline;
}

.text-span-3 {
  font-family: Fontawesome, sans-serif;
  font-size: 14px;
}

.footer-rows {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  padding-right: 55px;
  text-align: left;
}

.footer-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #da1515;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
}

.footer-link {
  display: block;
  text-decoration: none;
}

.footer-socialwrap {
  display: block;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
}

.footer-sociallink {
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.footer-socialicon {
  font-family: Fontawesome, sans-serif;
  color: #da1515;
  font-size: 32px;
}

.footer-certified {
  width: 90%;
  margin-bottom: 10px;
}

.footer-certified.bm0px {
  margin-bottom: 0px;
}

.footer-certified.cquartz {
  margin-bottom: 0px;
}

.footer-disclaimer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #c6d1d8 #000 #000;
}

.footer-copyright {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.map-section {
  padding: 15px;
}

.sbsi-image-column {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.sbsi-image-column._600px {
  height: 600px;
}

.sbsi-text-container {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dce1e4), to(#dce1e4));
  background-image: linear-gradient(180deg, #dce1e4, #dce1e4);
}

.sbsi-text-container.darkgrey {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#202427), to(#202427));
  background-image: linear-gradient(180deg, #202427, #202427);
}

.hidesection-interactiondiv {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.contactsection {
  padding-bottom: 50px;
  background-color: transparent;
}

.package-wrap {
  padding: 30px 20px 35px;
  border: 2px solid #8a9260;
  border-radius: 5px;
}

.package-wrap.premium {
  border-style: solid;
  border-color: #da1515;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

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

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

.package-row.last {
  margin-bottom: 30px;
}

.package-benefit {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #3b4144;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}

.package-benefit.last {
  margin-bottom: 25px;
}

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

.package-checkmark.pink {
  color: #858d92;
}

.starting-wrap {
  margin-top: 20px;
}

.startingat {
  font-family: Montserrat, sans-serif;
  color: #243038;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.startingat-price {
  font-family: Montserrat, sans-serif;
  color: #243038;
  font-size: 27px;
  text-align: center;
}

.div-block-11 {
  height: 35px;
  margin-top: -34px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #da1515;
}

.package-populartext {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.package-details {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c6d1d8;
  font-family: Montserrat, sans-serif;
  color: #243038;
  font-weight: 600;
}

.package-specificationwrap {
  padding-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.package-specification {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #243038;
  font-size: 13px;
}

.div-block-14 {
  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;
}

.brand-2 {
  width: 160px;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.footerlink {
  color: #111;
  text-decoration: none;
}

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

.herosection-titlewrap.contact {
  top: 40%;
}

.herosection-titlewrap.home {
  top: 50%;
}

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

.realimage-sidebyside.rmauto {
  margin-left: 0px;
}

.link2 {
  color: #0979ff;
}

.sidebyside-video {
  position: relative;
  top: 50%;
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, 0px) translate(0px, -50%);
  -ms-transform: translate(0px, 0px) translate(0px, -50%);
  transform: translate(0px, 0px) translate(0px, -50%);
}

._2video-row.top {
  margin-bottom: 15px;
}

.gdpr-wrap {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 300px;
  height: 110px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #181818;
}

.gdpr-title {
  font-family: Montserrat, sans-serif;
  color: #d3d3d3;
  font-weight: 700;
  text-align: center;
}

.text-block-16 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.gdpr-button {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 3px;
  background-color: #7e7e7e;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.image-10 {
  width: 150px;
}

.regular-link {
  color: #1c1c1d;
  text-decoration: none;
}

.regular-link.black {
  color: #1c1c1d;
}

.comparison-title {
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.comparison-title.services {
  text-align: left;
}

.comparison-title-wrap {
  height: 40px;
}

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

.comparison-content-wrap {
  height: 40px;
  margin-top: 5px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ebece4;
}

.comparison-content-wrap.center {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.comparison-content-wrap.right {
  border-radius: 0px 5px 5px 0px;
}

.comparison-content-wrap.white {
  background-color: transparent;
}

.comparison-text {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.comparison-row {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.comparison-icon {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Fontawesome, sans-serif;
  text-align: center;
}

.tabs {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.clearbra-selection-button {
  margin-right: 15px;
  padding: 11px 17px;
  border-radius: 3px;
  background-color: #101010;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.clearbra-selection-button:hover {
  background-color: #a4aaad;
}

.clearbra-selection-button.w--current {
  background-color: #a4aaad;
  color: #fff;
}

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

.ppf-mockup {
  height: 300px;
  background-image: url('../images/bumper-only.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ppf-mockup._2 {
  background-image: url('../images/partial-front.png');
  background-position: 50% 50%;
  background-size: contain;
}

.ppf-mockup._3 {
  background-image: url('../images/full-front.png');
  background-position: 50% 50%;
  background-size: contain;
}

.ppf-mockup._4 {
  background-image: url('../images/full-front-plus.png');
}

.ppf-mockup._5 {
  background-image: url('../images/full-car-ppf.png');
  background-position: 50% 50%;
  background-size: contain;
}

.ppf-package-title {
  font-family: Lato, sans-serif;
  color: #101010;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ppf-price {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #101010;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.clearbrabutton {
  position: relative;
  left: 50%;
  padding: 11px 17px;
  border-radius: 3px;
  background-color: #da1515;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.comparison-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.footer-brand-link {
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text {
  font-family: Montserrat, sans-serif;
  color: #1c1c1d;
  font-size: 14.5px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.rich-text.left {
  color: #1c1c1d;
  font-weight: 500;
  text-align: left;
}

.sbsi-video {
  margin-bottom: 20px;
}

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

.cc-image {
  display: block;
  max-height: 250px;
  margin-right: auto;
  margin-left: auto;
}

.cc-rt {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.cc-rt h3 {
  margin-top: 0px;
  color: #111;
  font-size: 18px;
  line-height: 20px;
}

.cc-rt li {
  margin-top: 10px;
  color: #111;
  text-align: left;
  list-style-type: disc;
}

.package-rt {
  font-family: Montserrat, sans-serif;
  color: #111;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
}

.package-rt ul {
  margin-bottom: -10px;
  padding-left: 0px;
  list-style-type: none;
}

.package-rt li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14.5px;
  font-weight: 500;
  text-align: center;
  list-style-type: none;
}

.package-rt a {
  color: #111;
  font-weight: 700;
}

.sbsi-text-column {
  height: 600px;
  padding-right: 0px;
  padding-left: 0px;
}

.sbsi-text-column._600px {
  height: 600px;
}

.html-embed-2 {
  display: none;
}

.text-field {
  display: none;
}

.submit-button-4 {
  display: none;
}

.image-11 {
  display: none;
}

.div-block-16 {
  max-width: 768px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.nav-dropdown {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #da1515;
}

.dropdown-list.w--open {
  background-color: #dce1e4;
}

.nav-dropdown-link {
  color: #1c1c1d;
}

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

.linkclass {
  color: #1c1c1d;
  text-decoration: none;
}

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

html.w-mod-js *[data-ix="scroll-into-view"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-into-view-block"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-load-1"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-load-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-load-3"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-load-4"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-load-5"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="scroll-section-left"] {
  opacity: 0;
  -webkit-transform: translate(-1250px, 0px);
  -ms-transform: translate(-1250px, 0px);
  transform: translate(-1250px, 0px);
}

html.w-mod-js *[data-ix="scroll-block-wrapper-left"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-1250px, 0px);
  -ms-transform: translate(-1250px, 0px);
  transform: translate(-1250px, 0px);
}

html.w-mod-js *[data-ix="scroll-flex-wrapper-left"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-1250px, 0px);
  -ms-transform: translate(-1250px, 0px);
  transform: translate(-1250px, 0px);
}

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

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

@media screen and (max-width: 991px) {
  .herosection {
    height: 70vh;
    margin-top: auto;
    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/Hero-Image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-Image.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .herosection.about {
    height: 350px;
  }
  .herosection.home {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/newimagedetail_23507755_721178761411925_1463437688668422144_n.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/newimagedetail_23507755_721178761411925_1463437688668422144_n.jpg');
    background-attachment: scroll, scroll;
  }
  .button.black {
    width: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .navbar {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -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;
    text-align: left;
  }
  .container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
  }
  .navlink {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    border-bottom: 2px none #d8d8d8;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
  }
  .navlink:hover {
    color: #171f25;
  }
  .navlink.w--current {
    color: #171f25;
  }
  .navlink.phone {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    -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;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background-image: url('../images/circled-telephone--white.svg');
    background-position: 4px 4px;
    background-size: 38px;
  }
  .navlink.phone:hover {
    background-image: url('../images/circled-telephone--orange.svg');
    background-position: 2px 2px;
    background-size: 42px;
  }
  .nav-button {
    display: block;
    width: 75%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fc9000;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .nav-button:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fc9000;
  }
  .nav-button.call {
    background-color: #fc9000;
  }
  .nav-button.call:hover {
    border-color: #fc9000;
    background-color: #fc9000;
    color: #fff;
  }
  .nav-button.full {
    position: static;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0px;
    background-color: #fff;
    color: #e22a2a;
    font-size: 22px;
  }
  .nav-button.full:hover {
    background-color: #fff;
    color: #e22a2a;
  }
  .nav-button.full.w--current {
    background-color: #fff;
    color: #e22a2a;
  }
  .nav-menu {
    display: block;
    width: 400px;
    height: 100vh;
    padding-top: 7px;
    padding-left: 9px;
    background-color: #fff;
  }
  .home-featured-services {
    margin-top: -30px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .box {
    margin-right: 3px;
    margin-left: 3px;
  }
  .section-title {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 42px;
  }
  .section-title.white {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .section-title.left {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-title.left.white {
    font-size: 32px;
    line-height: 32px;
  }
  .section-paragraph {
    width: 95%;
  }
  ._6-benefits-wrapper {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .benefit {
    width: 50%;
    margin-top: 26px;
  }
  .benefit.first {
    margin-top: 0px;
  }
  .benefits-description {
    display: block;
    background-image: none;
    text-align: left;
  }
  .section-review {
    padding-top: 95px;
  }
  .section-review.image-bg {
    padding-top: 60px;
  }
  .review-source {
    text-align: center;
  }
  .review-links-wrapper {
    width: auto;
  }
  .button-reviewsection {
    margin-right: 10px;
    margin-left: 10px;
  }
  .contactform-topwrap {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .form-box-wrapper {
    width: 85%;
  }
  .form-box-wrapper.contact-us {
    margin-top: -150px;
  }
  .hero-title {
    width: 90%;
    font-size: 38px;
    line-height: 42px;
  }
  .section-pricingtables {
    padding-bottom: 45px;
  }
  .download-app-section {
    height: 600px;
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: url('../images/car-wash-app.png');
    background-position: 50% 428%;
    background-size: 210px;
    background-repeat: no-repeat;
  }
  .footer-text {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .icon {
    font-size: 36px;
  }
  .section-contactnfo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/1700x-1133-1.1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/1700x-1133-1.1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-attachment: scroll, scroll;
  }
  .info-text._02 {
    background-image: none;
  }
  .sideimage-textwrap {
    position: static;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .menu-button {
    position: static;
    width: 50px;
    padding: 12px 7px;
  }
  .menu-button.w--open {
    width: 70%;
    background-color: transparent;
  }
  .pop-up-modal {
    z-index: 9990;
    display: none;
    overflow: scroll;
    padding-top: 11px;
  }
  .fixed-navbar {
    z-index: 999;
    display: block;
  }
  .nav-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }
  .benefits-icon.iphone {
    margin-right: 10px;
  }
  .block-wrapper {
    width: 90%;
  }
  .flex-horizontal-centered-wrapper {
    width: 95%;
  }
  .appinstall-text-wrap {
    width: 90%;
    margin-right: 0px;
  }
  .instagramfeed-embed {
    width: 95%;
  }
  .container-flexh-ct-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .scrollbox {
    display: none;
  }
  .navmenu-mobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #a4aaad;
  }
  .icon-2 {
    color: #fff;
    font-size: 42px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .menu-button-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .menu-button-2.w--open {
    background-color: transparent;
  }
  .banner-subtitle.shadow {
    margin-bottom: 20px;
  }
  .footer-certified {
    width: 150px;
  }
  .sbsi-image-column {
    height: 300px;
  }
  .sbsi-image-column.auto {
    height: auto;
  }
  .sbsi-image-column._600px {
    height: 300px;
  }
  .sbsi-text-container {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hidesection-interactiondiv {
    display: none;
  }
  .package-wrap {
    margin-bottom: 15px;
  }
  .div-block-11 {
    margin-top: 0px;
  }
  .package-specificationwrap {
    margin-bottom: 40px;
  }
  .div-block-12 {
    margin-top: 30px;
  }
  .mnav-button {
    margin-left: 14px;
    padding: 8px 12px;
    border-radius: 200px;
    background-color: #fff;
    font-family: Fontawesome, sans-serif;
    color: #e22a2a;
    font-size: 17px;
    text-decoration: none;
  }
  .mnav-button.home {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: #e22a2a;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .div-block-14 {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .brand-2 {
    width: 125px;
    margin-right: auto;
    margin-left: 18px;
  }
  .herosection-titlewrap {
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .realimage-sidebyside {
    position: static;
    display: block;
    width: auto;
    height: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sidebyside-video {
    position: static;
    padding-top: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .clearbra-selection-button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .footer-brand-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .cc {
    width: 90%;
  }
  .sbsi-text-column {
    height: auto;
  }
  .sbsi-text-column._600px {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
  .herosection.about {
    height: 300px;
    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/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, contain;
  }
  .herosection.home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/newimagedetail_23507755_721178761411925_1463437688668422144_n.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/newimagedetail_23507755_721178761411925_1463437688668422144_n.jpg');
    background-attachment: scroll, scroll;
  }
  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0));
  }
  .nav-button {
    text-align: center;
    text-transform: uppercase;
  }
  .nav-menu {
    width: auto;
    height: 100vh;
  }
  .home-featured-services {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box {
    width: 390px;
    height: 210px;
    margin-top: -55px;
    margin-bottom: 64px;
    padding-top: 22px;
  }
  .section-title {
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
  }
  .section-paragraph {
    width: 90%;
    font-size: 16px;
  }
  ._6-benefits-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .benefit {
    width: 49%;
  }
  .benefits-description {
    font-size: 17px;
  }
  .section-review {
    padding-top: 75px;
  }
  .review-author--info {
    margin-right: 9px;
    margin-left: 9px;
  }
  .review-author {
    text-align: center;
  }
  .review-text-wrapper {
    background-image: url('../images/Quote-Icon-light-grey.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/Quote-Icon-light-grey.svg'), linear-gradient(180deg, null, null);
    background-position: 17px 16px, 0px 0px;
    background-size: 20px, auto;
  }
  .reviews-text {
    margin-left: 48px;
    font-size: 15px;
  }
  .review-links-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-reviewsection {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .button-text-reviewsection {
    font-size: 18px;
  }
  .contactform-topwrap {
    padding-top: 75px;
  }
  .form-box-wrapper {
    padding-top: 25px;
  }
  .form-box-wrapper.contact-us {
    height: auto;
    margin-top: -135px;
    padding-top: 30px;
  }
  .form-embeded {
    width: 90%;
  }
  .hero-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
  }
  .download-app-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .body {
    background-color: #fff;
  }
  .section-contactnfo {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/1700x-1133-1.1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/1700x-1133-1.1.jpg');
    background-position: 0px 0px, 100% 50%;
  }
  .contact-info-wrapper {
    width: 95%;
  }
  .menu-button {
    width: 55%;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .menu-button.w--open {
    width: 50%;
    margin-right: 40px;
  }
  .pop-up-modal {
    display: none;
    overflow: visible;
    padding-top: 6px;
  }
  .pop-up-modal-form-block {
    display: block;
    width: 450px;
  }
  .form-wrapper-2 {
    width: 90%;
  }
  .nav-button-wrapper {
    padding-right: 25px;
  }
  .appinstall-subtitle {
    font-weight: 300;
  }
  .appinstall-title {
    font-size: 28px;
    line-height: 28px;
  }
  .iphone-app-image {
    width: 25%;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .scrollbox {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .sideimage-paragraph {
    font-size: 13px;
    line-height: 21px;
  }
  .footer-certified {
    width: 90px;
  }
  .package-row {
    margin-top: 30px;
  }
  .brand-2 {
    width: 125px;
    height: 78px;
  }
  .herosection-titlewrap {
    top: 55%;
  }
  .sidebyside-video {
    margin-top: 1px;
  }
  .video {
    margin-bottom: 20px;
  }
  .gdpr-wrap {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-10 {
    position: relative;
    top: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .div-block-15 {
    margin-left: auto;
  }
  .comparison-row {
    width: 700px;
  }
  .clearbra-selection-button {
    width: 100%;
    margin-bottom: 7.5px;
    text-align: center;
  }
  .ppf-mockup {
    background-size: cover;
  }
  .comparison-wrap {
    display: block;
    overflow: scroll;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-brand-link {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .herosection.about {
    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/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/riseandshinemd_40106697_310282612858779_7391960442516427184_n.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, 479px;
  }
  .container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-button {
    font-size: 14px;
  }
  .nav-button.call {
    margin-right: 0px;
    background-color: transparent;
  }
  .nav-menu {
    height: 150vh;
  }
  .home-featured-services {
    margin-top: -100px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box {
    width: 75%;
    height: 250px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 31px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-title {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 28px;
  }
  .section-title.left.white {
    font-size: 28px;
    line-height: 28px;
  }
  .section-paragraph {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  ._6-benefits-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .benefit {
    width: 75%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .benefits-description {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section-review {
    padding-top: 55px;
  }
  .review-wrapper--home {
    margin-bottom: 45px;
  }
  .review-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-box.reverse {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review-author--info {
    width: auto;
  }
  .review-text-wrapper {
    width: 90%;
    margin-top: 15px;
    background-image: url('../images/Quote-Icon-light-grey.svg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/Quote-Icon-light-grey.svg'), linear-gradient(180deg, null, null);
    background-position: 12px 12px, 0px 0px;
  }
  .reviews-text {
    margin-left: 32px;
    font-size: 13px;
    line-height: 21px;
  }
  .review-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contactform-topwrap {
    padding-top: 55px;
  }
  .form-box-wrapper {
    width: 90%;
    margin-top: -75px;
  }
  .form-box-wrapper.contact-us {
    margin-top: -222px;
    padding-top: 20px;
  }
  .embeded-form-input-field {
    margin-bottom: 8px;
  }
  .embeded-form-input-field.message {
    height: 130px;
    margin-bottom: 16px;
  }
  .hero-title {
    font-size: 24px;
    line-height: 28px;
  }
  .section-pricingtables {
    padding-bottom: 45px;
  }
  .package-button {
    margin-bottom: 32px;
  }
  .download-app-section {
    padding-top: 55px;
    padding-bottom: 45px;
  }
  .icon {
    font-size: 39px;
  }
  .section-contactnfo {
    padding-top: 55px;
    padding-bottom: 55px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/1700x-1133-1.1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/1700x-1133-1.1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .contact-info-title {
    line-height: 25px;
  }
  .contact-info-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .info-text {
    font-size: 18px;
    font-weight: 500;
  }
  .info-text._02 {
    background-position: 19px 33%;
    font-size: 18px;
  }
  .link-2 {
    color: #fff;
    text-decoration: none;
  }
  .menu-button {
    position: static;
    width: auto;
    margin-right: 0px;
    margin-left: -11px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .menu-button.w--open {
    width: 25%;
    margin-right: 21px;
  }
  .pop-up-modal {
    display: none;
    padding-top: 0px;
  }
  .pop-up-modal-form-block {
    width: 95%;
    background-image: url('../images/car-wash-app.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/car-wash-app.png'), linear-gradient(180deg, null, null);
    background-position: 100% 100%, 0px 0px;
    background-size: 150px, auto;
  }
  .popupform-input-text {
    margin-bottom: 5px;
  }
  .div-block {
    width: 35px;
    height: 35px;
  }
  .fixed-navbar {
    display: none;
  }
  .nav-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    padding-right: 13px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sbsi-image-container {
    margin-bottom: 0px;
  }
  .appinstall-text-wrap {
    width: 87%;
    margin-right: 0px;
  }
  .iphone-app-image {
    width: 125px;
    margin-bottom: 15px;
  }
  .container-flexh-ct-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container-flexh-ct-ct.reverselayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .scrollbox {
    width: 95%;
    height: 230px;
  }
  .scrollbox-title {
    font-size: 24px;
    line-height: 26px;
  }
  .scrollbox-subtitle {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .navmenu-mobile {
    padding-top: 10px;
  }
  .menu-button-2 {
    margin-left: 8px;
    padding-right: 8px;
    padding-left: 6px;
  }
  .footer-column {
    margin-bottom: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-certified {
    display: block;
    width: 50%;
  }
  .package-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .package-specificationwrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand-2 {
    width: 105px;
    margin-left: 12px;
  }
  .brand-2.w--current {
    margin-left: 18px;
  }
  .herosection-titlewrap {
    top: 56%;
  }
  .herosection-titlewrap.contact {
    top: 35%;
  }
  .ppf-mockup {
    height: 180px;
    background-size: contain;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald demi';
  src: url('../fonts/Oswald-Demi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald extra';
  src: url('../fonts/Oswald-Extra-LightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Regular-Thin.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Extra-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}