.navbar-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  -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;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.nav-link:hover {
  color: #1997f4;
  text-decoration: none;
}

.nav-link.w--current {
  color: #1997f4;
}

.navbar-button {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #1997f4;
  border-radius: 5px;
  background-color: #1997f4;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.11);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.navbar-button:hover {
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.2);
}

.navbar-button.inverse {
  margin-right: 8px;
  background-color: transparent;
  color: #1997f4;
  font-weight: 600;
}

.dropdown-toggle {
  padding-right: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.text-block {
  margin-right: 20px;
}

.dropdown-list {
  border-radius: 5px;
}

.dropdown-list.w--open {
  border-style: none;
  border-width: 0px 2px 2px;
  border-color: #e5e5e5;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.dropdown-link {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.dropdown-link:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #1997f4;
}

.subdropdown {
  width: 100%;
}

.subdropdown-toggle {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #a8a8a8;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.subdropdown-toggle:hover {
  border-bottom-color: #1681e4;
}

.subdropdown-list.w--open {
  position: relative;
  background-color: #daecfd;
}

.subdropdown-link {
  border-bottom: 2px solid #daecfd;
  font-family: 'Open Sans', sans-serif;
  color: #63727f;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.subdropdown-link:hover {
  border-bottom-color: #1681e4;
}

.brand {
  width: 155px;
  padding-bottom: 0px;
}

.brand.w120px {
  width: 120px;
}

.nav-menu {
  display: block;
  height: 75px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.herosection {
  display: block;
  height: 90vh;
  margin-top: 0px;
  padding-top: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 42, 82, 0.38)), to(rgba(0, 42, 82, 0.38))), url('../images/DSC_9635.jpg');
  background-image: linear-gradient(180deg, rgba(0, 42, 82, 0.38), rgba(0, 42, 82, 0.38)), url('../images/DSC_9635.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.herosection.services {
  height: 75vh;
  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/Impact-Cryosauna-User_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/Impact-Cryosauna-User_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

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

.herosection.services.mobile {
  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/mobile-car-detailing-ottawa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/mobile-car-detailing-ottawa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.herosection.services.ppf {
  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/DSC_9688.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/DSC_9688.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.herosection.services.coatings {
  height: auto;
  background-image: none;
}

.herosection.services.correction {
  background-image: url('../images/paint-correction-restoration-ottawa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.herosection.services.chiprepair {
  background-image: url('../images/paint-touch-up-ottawa.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.herosection.services.faq {
  background-image: url('../images/DSC_9635.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/DSC_9635.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 0px, 0px 0px;
  background-size: cover, auto;
}

.herosection.reviews {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 18, 31, 0.35)), to(rgba(4, 18, 31, 0.35))), url('../images/Blue_tint_cryosauna.jpg');
  background-image: linear-gradient(180deg, rgba(4, 18, 31, 0.35), rgba(4, 18, 31, 0.35)), url('../images/Blue_tint_cryosauna.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.herosection.home {
  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/luxus-auto-care-car-detailing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/luxus-auto-care-car-detailing.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.herosection-wrap {
  position: relative;
  top: 90%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: translate(0px, -90%);
  -ms-transform: translate(0px, -90%);
  transform: translate(0px, -90%);
}

.herosection-wrap.home {
  padding-top: 140px;
}

.heroimage-title {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.text-block-3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 9px #000;
}

.button {
  display: block;
  max-width: 155px;
  min-width: 135px;
  padding: 9px 12px 10px;
  border: 2px solid #1997f4;
  border-radius: 5px;
  background-color: #1997f4;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.25);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.button.white {
  display: inline-block;
  min-width: 135px;
  border-color: #fff;
  background-color: #fff;
  color: #1681e4;
  font-weight: 600;
}

.button.white.center {
  display: block;
  max-width: 155px;
  margin-right: auto;
  margin-left: auto;
  color: #1997f4;
}

.button.white.tm-20px {
  margin-top: 20px;
  color: #0185ff;
}

.button.center-element {
  display: block;
  max-width: 145px;
  margin-right: auto;
  margin-left: auto;
  border-color: #1997f4;
  background-color: #1997f4;
}

.button.center-element.tm-20px {
  margin-top: 20px;
}

.button.center-element.tm-20px.orange {
  border-color: #f7931e;
  background-color: #f7931e;
}

.button.center-element.small {
  max-width: 100px;
  min-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.button.tm-20px {
  margin-top: 20px;
}

.heading {
  display: block;
  width: 66%;
  margin: -1px auto 40px;
  padding-top: 5px;
  padding-bottom: 9px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.heading.white {
  color: #fff;
}

.heading.medium {
  font-size: 27px;
  line-height: 39px;
}

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

.section.blue {
  padding-bottom: 60px;
  background-color: #1681e4;
  background-image: linear-gradient(315deg, #f6863c, #ecc134);
}

.section.light-grey {
  background-color: #f6f8f9;
}

.section.grey {
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 47, 53, 0.17)), to(rgba(38, 47, 53, 0.17))), url('../images/car-detailing-ottawa.jpg');
  background-image: linear-gradient(180deg, rgba(38, 47, 53, 0.17), rgba(38, 47, 53, 0.17)), url('../images/car-detailing-ottawa.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

.paragraph {
  display: block;
  width: 75%;
  max-width: 991px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.paragraph.bm-25px {
  margin-bottom: 25px;
}

.featured-service-wrap {
  overflow: hidden;
  width: 100%;
  max-height: auto;
  min-height: 360px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.18);
}

.featured-service-wrap.w315px {
  width: 300px;
}

.featured-services-container {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.featured-services-image {
  overflow: hidden;
  height: 160px;
  margin-bottom: 25px;
  background-image: url('../images/26063270_1203765616433899_8029595376170909993_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-services-image.blank {
  height: 200px;
  background-image: none;
}

.featured-services-image.coating {
  background-image: url('../images/ceramic-paint-protection-orleans.png');
  background-position: 0px 50%;
  background-size: cover;
}

.featured-services-image.paintcorrection {
  background-image: url('../images/paint-polishing-ottawa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-services-image.mobilecardetailing {
  background-image: url('../images/mobile-car-detailing-ottawa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-services-image.book-online {
  background-image: url('../images/book-online.jpg');
  background-position: 50% 100%;
  background-size: auto 134px;
  background-repeat: no-repeat;
}

.featured-services-image.detailurcar {
  background-image: url('../images/Car--Child.png');
  background-position: 50% 36%;
  background-size: auto 250px;
  background-repeat: no-repeat;
}

.image {
  width: 315px;
  height: 160px;
}

.image.editable {
  height: 200px;
}

.featured-services-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.featured-services-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.section-0bp {
  padding-top: 40px;
}

.reviews-container {
  display: block;
  overflow: hidden;
  max-width: 900px;
  min-width: 800px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.reviews-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -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(169, 131, 5, 0.32)), to(rgba(169, 131, 5, 0.32))), url('../images/DSC_9688.jpg');
  background-image: linear-gradient(180deg, rgba(169, 131, 5, 0.32), rgba(169, 131, 5, 0.32)), url('../images/DSC_9688.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.reviews-image-wrap._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(169, 131, 5, 0.32)), to(rgba(169, 131, 5, 0.32))), url('../images/DSC_9635.jpg');
  background-image: linear-gradient(180deg, rgba(169, 131, 5, 0.32), rgba(169, 131, 5, 0.32)), url('../images/DSC_9635.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.reviews-text-wrap {
  width: 100%;
  height: 400px;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
}

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

.reviews-stars-wrap {
  position: static;
  top: 34%;
  display: block;
  width: 200px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  border-radius: 5px;
  background-color: #fff;
}

.reviews-stars {
  margin-top: 7px;
  margin-bottom: 5px;
  font-family: Fontawesome, sans-serif;
  color: #ecc134;
  font-size: 26px;
  text-align: center;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 21px;
  line-height: 22px;
  font-weight: 600;
}

.reviews-paragraph {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  font-weight: 300;
}

.reviews-paragraph.editable {
  font-size: 16px;
}

.reviews-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #ecc134;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.reviews-button:hover {
  background-color: #c9a328;
}

.benefits-container {
  display: block;
  width: 95%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.benefits-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 15px;
  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;
  border-radius: 400px;
  background-color: #e0edfe;
}

.benefits-icon-wrap.black {
  background-color: #3a4147;
}

.benefits-icon-wrap._2 {
  background-color: #e8faf0;
}

.benefits-icon-wrap._3 {
  background-color: #e2e0fe;
}

.benefits-icon-wrap._4 {
  background-color: #fbe9e7;
}

.benefits-icon-text {
  font-family: Fontawesome, sans-serif;
  color: #3c95e7;
  font-size: 44px;
}

.benefits-icon-text.white {
  color: #e6f0fa;
}

.benefits-icon-text._2 {
  color: #34cd6c;
}

.benefits-icon-text._3 {
  color: #6465b5;
}

.benefits-icon-text._4 {
  color: #fd714b;
}

.benefits-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.benefits-paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

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

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

.form-field {
  height: 50px;
  margin-bottom: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 16px;
}

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

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

.footer-section {
  padding-top: 70px;
  padding-bottom: 50px;
  border-left: 1px solid #000;
  background-color: #f6f8f9;
}

.footer-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1997f4;
  font-size: 16px;
  font-weight: 600;
}

.footer-text {
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  text-decoration: none;
}

.row {
  display: block;
  width: 991px;
  margin-right: auto;
  margin-left: auto;
}

.footer-text-wrap {
  height: 195px;
  padding-left: 15px;
  border-left: 1px solid #e4e4e4;
}

.footer-text-wrap.last {
  width: 80%;
  margin-left: auto;
}

.footer-text-link {
  height: 70px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  text-decoration: none;
}

.div-block-2 {
  margin-bottom: 12px;
}

.div-block-3 {
  width: 991px;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 991px;
  height: 70px;
  margin: 77px auto 50px;
  -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;
}

.tos-text {
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
}

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

.footer-social-icon {
  margin-right: 15px;
  font-family: Fontawesome, sans-serif;
  color: #1997f4;
  font-size: 24px;
}

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

.pricingtables-row {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.pricingtable-wrapbackground {
  width: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 10px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.15);
}

.pricingtable-wrapbackground.popular {
  border: 3px solid #1681e4;
  background-color: #e6f0fa;
}

.pricingtable-wrapbackground.popular.editable {
  border-color: #1997f4;
}

.pricingtable-wrapbackground.popular.gtechniq {
  border-color: #f90019;
  background-color: #ffe9eb;
}

.pricingtable-wrapbackground.popular.ceramicpro {
  border-color: #e41e8d;
  background-color: #fff6fb;
}

.pricingtable-wrapbackground.premium {
  border: 3px solid #f7931e;
  background-color: #ffebd4;
}

.pricingtable-wrapbackground.premium.editable {
  background-color: #fff6d8;
}

.pricingtables-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 26px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pricingtables-title.premium {
  color: #fff;
}

.text-block-6 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.text-block-6.blue {
  color: #1681e4;
}

.text-block-6.premium {
  color: #f7931e;
}

.text-block-6.tm-15px {
  margin-top: 15px;
}

.text-block-6.tm-15px.monthly {
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.pricingtable-price {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

.pricingtable-price.premium {
  color: #fff;
}

.pricingtable-pricesubtitle {
  display: block;
  width: 40%;
  margin: -2px auto 15px;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.pricingtable-pricesubtitle.test {
  margin-bottom: 15px;
}

.pricingtable-servicetext {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.pricingtable-servicetext.premium {
  color: #e6f0fa;
}

.pricingtable-servicetext.test {
  width: 85%;
  padding-top: 10px;
}

.pricingtable-servicewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -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;
  color: #fff;
}

.pricingtable-servicebullet {
  width: 10%;
  padding-top: 6px;
  font-family: Fontawesome, sans-serif;
  color: #1681e4;
  font-size: 18px;
}

.pricingtable-servicebullet.gtechniq {
  color: #f90019;
}

.pricingtable-servicebullet.ceramicpro {
  color: #e41e8d;
}

.pricingtable-servicebullet.premium {
  color: #f7931e;
}

.pricingtable-ctawrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 20px;
  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;
}

.pricingtable-button {
  border: 2px solid #1681e4;
  border-radius: 5px 0px 0px 5px;
  background-color: transparent;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.25);
  font-family: 'Open Sans', sans-serif;
  color: #1681e4;
  text-align: center;
  letter-spacing: 0.5px;
}

.pricingtable-button.right {
  border-radius: 0px 5px 5px 0px;
  background-color: #1681e4;
  color: #fff;
}

.pricingtable-button.right.gtechniq {
  border-color: #e20d23;
  background-color: #e20d23;
  color: #fff;
}

.pricingtable-button.right.ceramicpro {
  border-color: #e41e8d;
  background-color: #e41e8d;
  color: #fff;
}

.pricingtable-button.right.premium {
  background-color: #f7931e;
  color: #fff;
}

.pricingtable-button.gtechniq {
  border-color: #e20d23;
  color: #f90019;
}

.pricingtable-button.ceramicpro {
  border-color: #e41e8d;
  color: #e41e8d;
}

.pricingtable-button.premium {
  border-color: #f7931e;
  color: #f7931e;
}

.add-ons-wrap {
  display: block;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.add-ons-title {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.add-ons-text {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.add-ons-text.blue {
  color: #1681e4;
}

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

.featuredservice-button {
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 2px none #1681e4;
  border-radius: 5px;
  background-color: #1681e4;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.featuredservice-button:hover {
  border-color: #36b5e8;
  background-color: #3c95e7;
}

.featuredservice-button.pale {
  background-color: #e6f0fa;
  color: #889cad;
  font-weight: 600;
}

.featuredservices-column {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
}

.socialfeed-row {
  display: block;
  width: 80%;
  height: 400px;
  max-width: 1100px;
  margin: 20px auto;
}

.socialfeed-row.image {
  width: 900px;
}

.sideway-heading {
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.sideway-largeparagraph {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 17px;
  line-height: 24px;
}

.sideway-column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.sideway-column.editable {
  position: static;
}

.sideway-gallery {
  width: 100%;
  padding-bottom: 0px;
}

.review-slider {
  display: block;
  width: 75%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: -270px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 40px;
  border: 5px none #e6f0fa;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}

.left-arrow {
  color: #9da9b3;
}

.right-arrow {
  color: #9da9b3;
}

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

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.review-paragraph {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.review-signature {
  display: block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.slide-nav {
  color: #9da9b3;
}

.newnavbar {
  position: static;
  display: block;
  width: 95%;
  height: 75px;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.11);
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 95%;
  height: 80px;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.11);
}

.fixed-navbar.start {
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  max-width: 100%;
  padding-right: 35px;
  padding-left: 35px;
}

.herosection-block {
  position: relative;
  display: block;
  width: 75%;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: -270px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 40px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}

.herosection-block.book-online {
  width: 1050px;
  margin-top: 35px;
  margin-bottom: 0px;
}

.contact-page-nap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.contact-page-nap.last {
  margin-bottom: 25px;
}

.link {
  color: #3a4147;
  text-decoration: none;
}

.book-now-section {
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: linear-gradient(135deg, #005cb1, #36b5e8);
}

.bookonline-embedwrap {
  display: block;
  width: 991px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-7 {
  display: block;
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 36px;
  line-height: 36px;
}

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

.dropdown {
  height: 75px;
}

.sideway-imagediv {
  width: 90%;
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/DSC_9694.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.35);
}

.sideway-imagediv.gtechniqcertified {
  width: 97%;
  height: 250px;
  background-image: url('../images/ceramic-paint-protection-orleans.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sideway-imagediv.touchup {
  background-image: url('../images/Scratch-Repair.jpg');
}

.sideway-imagediv.headlightrestoration {
  background-image: url('../images/car-detailing-ottawa.jpg');
  background-position: 100% 50%;
}

.sideway-imagediv._3 {
  background-image: url('../images/chill-cryotherapy-benefits-pain-management.jpg');
}

.sideway-imagediv._2 {
  background-image: url('../images/cryo-pain-relief-toronto-768x512.jpg');
}

.sideway-imagediv._4 {
  background-image: url('../images/chill-cryotherapy-antiaging-beauty.jpg');
  background-position: 29% 0%;
  background-size: cover;
}

.sideway-imagediv._5 {
  background-image: url('../images/weightloss.jpg');
}

.scrollingbar-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
}

.scrollingbar-container {
  display: block;
  width: 991px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  border-style: solid solid none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 15px 15px 0px 0px;
  background-color: #e6f0fa;
  box-shadow: 0 -2px 32px 2px rgba(0, 0, 0, 0.25);
}

.dontupload-body {
  height: 2500px;
}

.scrollingbar-title {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.text-block-8 {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #63727f;
  font-size: 19px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

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

.scrollingbar-formcolumn {
  display: block;
  padding-right: 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;
}

.scrollingbar-field {
  height: 40px;
  border-style: none none none solid;
  border-left-width: 1px;
  border-left-color: #e5e5e5;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.scrollingbar-field.first {
  border-radius: 5px 0px 0px 5px;
}

.scrollingbar-formbutton {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #63727f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-6 {
  position: absolute;
  width: 100px;
  height: 30px;
  margin-top: -40px;
  padding-top: 6px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.scrollingbar-populartext {
  font-family: 'Open Sans', sans-serif;
  color: #ffb800;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.div-block-7 {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -27px;
  margin-left: auto;
  padding-right: 5px;
}

.text-block-9 {
  width: 100%;
  margin-left: auto;
  font-family: Fontawesome, sans-serif;
  color: #63727f;
  font-size: 18px;
  text-align: right;
}

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

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

.link-3 {
  color: #9da9b3;
  text-decoration: none;
}

.column-3 {
  overflow: hidden;
  height: 100%;
}

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

.large-paragraph {
  display: block;
  width: 75%;
  max-width: 991px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #9da9b3;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.video {
  width: 90%;
}

.sideway-paragraph {
  width: 500px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  line-height: 22px;
}

.sideway-paragraph.last {
  margin-bottom: 25px;
}

.link-4 {
  color: #e6f0fa;
}

.link-5 {
  color: #1681e4;
}

.background-video-2 {
  position: relative;
  margin-top: -75px;
}

.home-subtitle-link {
  color: #fff;
}

.link-8 {
  color: #fff;
}

.link-9 {
  color: #1681e4;
}

.plink {
  color: #1997f4;
}

.bold-text {
  color: #63727f;
}

.bold-text-2 {
  color: #63727f;
}

.bold-text-3 {
  color: #63727f;
}

.bold-text-4 {
  color: #63727f;
}

.bold-text-5 {
  color: #63727f;
}

.herosection-warningwrap {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fc9c2b;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.4);
}

.herowarning-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  text-align: center;
}

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

.herowarning-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

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

.herowarning-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

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

.text-span-5 {
  padding-top: 0px;
  font-family: Fontawesome, sans-serif;
  color: #1681e4;
  font-size: 18px;
  letter-spacing: 5px;
}

.pcheck {
  font-family: Fontawesome, sans-serif;
  color: #1997f4;
  font-size: 18px;
  letter-spacing: 6px;
}

.pcheck.premium {
  color: #f7931e;
}

.pcheck.gtechniq {
  color: #e20d23;
}

.pcheck.ceramicpro {
  color: #e41e8d;
}

.text-span-6 {
  font-family: Fontawesome, sans-serif;
  color: #1681e4;
  font-size: 18px;
  letter-spacing: 6px;
}

.detailme-image {
  display: block;
  width: 290px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.herobackgroudvideo {
  height: 75vh;
  margin-top: 100px;
}

.herobackgroudvideo._90vh {
  height: 90vh;
  padding-top: 85px;
}

.italic-text {
  font-size: 15px;
  line-height: 19px;
}

.singlepricingtable {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  border-radius: 10px;
  background-color: #f3f7fa;
}

.singlepricingplan-title {
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #1997f4;
  font-size: 38px;
  line-height: 36px;
  font-weight: 700;
}

.singlepricingtable-subtitle {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 21px;
  font-weight: 600;
}

.sidebysideimage-subtitle {
  margin-bottom: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1997f4;
  font-size: 21px;
  font-weight: 600;
}

.div-block-8 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

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

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

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

.faq-dropdown {
  width: 100%;
}

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

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

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

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

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

.text-block-15 {
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.paragraph-6 {
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.video-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-radius: 15px;
}

.image-2 {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  position: static;
  display: block;
  width: 300px;
  margin: -26px auto 15px;
}

.image-4 {
  display: block;
  width: 250px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.18);
}

.rich-text-block {
  font-family: 'Open Sans', sans-serif;
  color: #3a4147;
  font-size: 15px;
  font-weight: 400;
}

.image-5 {
  width: 25%;
}

.text-block-16 {
  display: block;
  width: 991px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #9da9b3;
  font-size: 11px;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appear-2"] {
  opacity: 0;
}

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

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

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

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

html.w-mod-js *[data-ix="hide-initial-appearance"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

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

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

html.w-mod-js *[data-ix="scrollingbar-ia"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media screen and (max-width: 991px) {
  .navbar-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-link {
    color: #63727f;
    text-align: center;
  }
  .navbar-button {
    margin-right: 11px;
    border-color: #63727f;
    background-color: #63727f;
  }
  .navbar-button.inverse {
    border-color: #63727f;
    color: #63727f;
  }
  .dropdown-toggle {
    padding-left: 40px;
    color: #63727f;
    text-align: center;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: #fff;
    text-align: left;
  }
  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #f6f6f6;
    color: #63727f;
    text-align: center;
  }
  .subdropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #f6f6f6;
    color: #63727f;
  }
  .subdropdown-list.w--open {
    background-color: #f1f1f1;
  }
  .subdropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    text-align: center;
  }
  .brand {
    margin-right: auto;
  }
  .text-span-3 {
    font-family: Fontawesome, sans-serif;
    font-size: 20px;
  }
  .menu-button {
    padding: 11px 11px 11px 6px;
    color: #63727f;
    font-size: 50px;
  }
  .menu-button.w--open {
    margin-top: -10px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #63727f;
  }
  .nav-menu {
    height: auto;
    margin-top: 0px;
    border-style: none solid solid;
    border-width: 2px;
    border-color: #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    background-color: #e6f0fa;
  }
  .text-block-2 {
    padding-left: 20px;
    text-align: center;
  }
  .icon {
    margin-bottom: 0px;
  }
  .herosection-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heroimage-title {
    width: 80%;
    font-size: 44px;
    line-height: 40px;
  }
  .button {
    text-decoration: none;
  }
  .button.white.center {
    position: static;
  }
  .button.center-element {
    position: static;
    left: 50%;
    right: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section.bp-0 {
    padding-bottom: 0px;
  }
  .featured-service-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .featured-services-container {
    width: 90%;
  }
  .reviews-container {
    max-width: 90%;
    min-width: 0px;
  }
  .reviews-paragraph {
    color: #3a4147;
  }
  .reviews-paragraph.editable {
    font-size: 15px;
  }
  .benefits-container {
    width: 90%;
  }
  .benefits-wrap {
    margin-top: 35px;
  }
  .benefits-wrap.first {
    margin-top: 0px;
  }
  .row {
    width: 90%;
  }
  .footer-text-wrap {
    margin-top: 15px;
  }
  .footer-text-wrap.last {
    width: 100%;
  }
  .footer-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 70px;
    margin-top: 75px;
  }
  .pricingtable-wrapbackground {
    margin-bottom: 35px;
  }
  .pricingtable-wrapbackground.premium.last {
    margin-bottom: 0px;
  }
  .pricingtable-wrap {
    margin-bottom: 30px;
  }
  .pricingtable-wrap.last {
    margin-bottom: 0px;
  }
  .socialfeed-row {
    height: 500px;
  }
  .socialfeed-row.image {
    width: 90%;
  }
  .sideway-heading {
    font-size: 28px;
    line-height: 28px;
  }
  .sideway-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sideway-gallery {
    width: 100%;
    margin-top: 25px;
  }
  .review-paragraph {
    font-size: 28px;
  }
  .newnavbar {
    padding-right: 10px;
  }
  .fixed-navbar {
    display: block;
    padding-right: 10px;
  }
  .fixed-navbar.start {
    position: absolute;
  }
  .herosection-block.book-online {
    width: 95%;
  }
  .contact-page-nap {
    font-size: 28px;
  }
  .bookonline-embedwrap {
    width: 90%;
  }
  .sideway-imagediv.gtechniqcertified {
    margin-bottom: 25px;
  }
  .scrollingbar-container {
    width: 90%;
    height: 175px;
  }
  .scrollingbar-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .text-block-8 {
    margin-bottom: 15px;
  }
  .form-block {
    width: 90%;
  }
  .div-block-6 {
    margin-top: -38px;
  }
  .video {
    margin-bottom: 23px;
  }
  .sideway-paragraph {
    width: 100%;
  }
  .bold-text-6 {
    font-size: 14px;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .image-3 {
    position: relative;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-4 {
    display: block;
    width: 350px;
  }
  .text-block-16 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-cta-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link.cta {
    width: 100%;
    background-color: #1681e4;
    color: #fff;
  }
  .navbar-button.inverse {
    margin-right: 12px;
    margin-bottom: 1px;
    padding: 4px 9px;
    border-style: none;
    font-size: 12px;
  }
  .navbar-button.inverse.first {
    margin-right: 5px;
  }
  .dropdown-link {
    border-bottom-color: #f6f6f6;
  }
  .subdropdown-toggle {
    border-bottom-color: #f6f6f6;
  }
  .subdropdown-link {
    border-bottom-color: #e5e5e5;
  }
  .text-span-3 {
    font-size: 17px;
  }
  .herosection {
    min-height: 420px;
  }
  .herosection.services {
    height: 40vh;
    min-height: 380px;
  }
  .heroimage-title {
    font-size: 38px;
  }
  .text-block-3 {
    font-size: 16px;
    line-height: 23px;
  }
  .heading {
    font-size: 30px;
    line-height: 36px;
  }
  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }
  .featured-service-wrap {
    height: 340px;
  }
  .featured-services-image.blank {
    background-image: none;
  }
  .featured-services-title {
    font-size: 19px;
  }
  .reviews-container {
    width: 80%;
    max-width: 80%;
    min-width: 0px;
  }
  .reviews-image-wrap {
    height: 180px;
  }
  .reviews-text-wrap {
    height: auto;
    padding-bottom: 20px;
  }
  .reviews-stars-wrap {
    height: 95px;
  }
  .reviews-stars {
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 24px;
  }
  .text-block-4 {
    font-size: 19px;
  }
  .text-block-5 {
    font-size: 19px;
  }
  .reviews-paragraph {
    font-size: 14px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
  }
  .reviews-paragraph.editable {
    font-size: 15px;
  }
  .benefits-title {
    font-size: 18px;
  }
  .benefits-paragraph {
    font-size: 14px;
  }
  .quote-column-left {
    padding-right: 0px;
  }
  .quote-column-right {
    padding-left: 0px;
  }
  .map {
    height: 250px;
  }
  .socialfeed-row {
    height: auto;
  }
  .socialfeed-row.image {
    height: auto;
  }
  .sideway-heading {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .sideway-largeparagraph {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .sideway-column {
    height: 50%;
  }
  .review-slider {
    width: 85%;
  }
  ._1st-review-section {
    height: 240px;
    padding-bottom: 2px;
  }
  .review-paragraph {
    font-size: 21px;
    line-height: 28px;
  }
  .review-signature {
    font-size: 23px;
  }
  .newnavbar {
    padding-right: 8px;
    padding-left: 15px;
  }
  .fixed-navbar {
    padding-right: 8px;
    padding-left: 15px;
  }
  .fixed-navbar.start {
    padding-right: 15px;
    padding-left: 15px;
  }
  .herosection-block {
    width: 85%;
  }
  .contact-page-nap {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .text-block-7 {
    font-size: 30px;
  }
  .sideway-imagediv {
    height: 200px;
  }
  .sideway-imagediv._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .scrollingbar-container {
    height: 200px;
  }
  .scrollingbar-title {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
  }
  .text-block-8 {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .scrollingbar-populartext {
    font-size: 13px;
  }
  .large-paragraph {
    font-size: 15px;
  }
  .video {
    margin-bottom: 20px;
  }
  .sideway-paragraph {
    font-size: 14px;
    line-height: 21px;
  }
  .herosection-warningwrap {
    width: 95%;
  }
  .herowarning-row {
    display: block;
  }
  .column-4 {
    margin-top: 10px;
  }
  .section-2 {
    padding-top: 40px;
  }
  .paragraph-5 {
    font-size: 13.5px;
    line-height: 20px;
  }
  .section-tile {
    font-size: 32px;
  }
  .image-2 {
    width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-button.inverse {
    margin-right: 10px;
    padding: 5px 10px;
  }
  .navbar-button.inverse.first {
    margin-right: 5px;
  }
  .brand {
    width: 35%;
  }
  .brand.w--current {
    width: 35%;
    padding-left: 0px;
  }
  .menu-button {
    padding-right: 0px;
  }
  .nav-menu {
    padding-top: 0px;
    border-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .icon {
    font-size: 40px;
  }
  .herosection {
    height: 475px;
  }
  .herosection.services {
    min-height: 320px;
    padding-bottom: 10px;
  }
  .herosection.home {
    height: 575px;
  }
  .heroimage-title {
    width: 90%;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 34px;
  }
  .text-block-3 {
    width: 90%;
    font-size: 14px;
    line-height: 19px;
  }
  .heading {
    width: 80%;
    font-size: 28px;
    line-height: 31px;
  }
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.bp-0 {
    padding-bottom: 0px;
  }
  .paragraph {
    width: 90%;
    line-height: 21px;
  }
  .featured-service-wrap {
    width: 100%;
    height: 340px;
  }
  .featured-service-wrap.w315px {
    width: 270px;
  }
  .featured-services-image.blank {
    height: 180px;
  }
  .featured-services-image.detailurcar {
    background-size: auto 210px;
  }
  .image {
    width: 100%;
  }
  .image.editable {
    height: 180px;
  }
  .section-0bp {
    padding-top: 30px;
  }
  .reviews-text-wrap {
    height: auto;
    padding-bottom: 30px;
  }
  .reviews-paragraph {
    font-size: 14px;
    line-height: 19px;
  }
  .benefits-wrap {
    margin-top: 20px;
  }
  .footer-section {
    padding-top: 29px;
  }
  .footer-text-wrap {
    height: auto;
  }
  .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-5 {
    margin-top: 60px;
  }
  .pricingtables-row {
    width: 90%;
  }
  .text-block-6.blue {
    font-weight: 600;
  }
  .pricingtable-wrap {
    margin-bottom: 30px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .featuredservices-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .socialfeed-row {
    width: 90%;
  }
  .socialfeed-row.image {
    width: 90%;
  }
  .sideway-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .review-slider {
    width: 91%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .left-arrow {
    width: 25px;
    font-size: 17px;
  }
  .right-arrow {
    width: 25px;
    font-size: 17px;
  }
  ._1st-review-section {
    height: 350px;
  }
  .review-paragraph {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
  }
  .review-signature {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .newnavbar {
    width: 100%;
    height: 65px;
    padding-right: 3px;
    padding-left: 10px;
  }
  .fixed-navbar {
    display: block;
    width: 100%;
    height: 65px;
    padding-right: 3px;
    padding-left: 10px;
  }
  .fixed-navbar.start {
    height: 90px;
  }
  .herosection-block {
    width: 90%;
    margin-bottom: -340px;
  }
  .text-block-7 {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }
  .scrollingbar-container {
    height: 220px;
    max-width: 300px;
  }
  .scrollingbar-title {
    width: 70%;
    margin-top: 19px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .text-block-8 {
    font-size: 13px;
    line-height: 16px;
  }
  .scrollingbar-field {
    height: 40px;
  }
  .scrollingbar-formbutton {
    font-size: 13px;
  }
  .div-block-6 {
    height: 25px;
    padding-top: 2px;
  }
  .div-block-7 {
    margin-top: -35px;
  }
  .text-block-9 {
    font-size: 16px;
  }
  .large-paragraph {
    width: 90%;
  }
  .herosection-warningwrap {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .herowarning-text {
    text-align: center;
  }
  .column-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .herowarning-title {
    text-align: center;
  }
  .herobackgroudvideo {
    margin-top: 90px;
  }
  .singlepricingplan-title {
    font-size: 28px;
    line-height: 31px;
  }
  .singlepricingtable-subtitle {
    font-size: 16px;
    line-height: 18px;
  }
  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-tile {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 28px;
    line-height: 32px;
  }
  .faq-wrap {
    width: 100%;
  }
  .text-block-15 {
    font-size: 14px;
  }
  .text-block-16 {
    line-height: 14px;
  }
}

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