.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333;
  box-shadow: 0 0 19px -8px #000;
}

.nav-wrapper {
  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;
}

.menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.cart-nav-wrapper {
  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;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.brand {
  width: 220px;
}

.nav-menu {
  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;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f9f9f9;
  font-size: 16px;
}

.nav-link:hover {
  background-color: transparent;
  background-image: none;
  color: #21a8e1;
}

.nav-link.w--current {
  color: #f9f9f9;
}

.nav-link.w--current:hover {
  color: #d2b45e;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100vh;
  background-color: #fff;
}

.preload-wrapper {
  background-color: #fff;
}

.top-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}

.top-accent {
  width: 300vw;
  height: 30vh;
  margin-left: -150vw;
  border-bottom: 20px solid #8bc53a;
  background-color: #21a8e1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.mid-section {
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -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-5 {
  width: 30vw;
  max-width: none;
}

.bottom-wrapper {
  overflow: hidden;
  padding-top: 10px;
}

.bottom-accent {
  width: 300vw;
  height: 30vh;
  margin-left: -50vw;
  border-top: 20px solid #8bc53a;
  background-color: #21a8e1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.slide-nav-2 {
  z-index: 100;
}

.left-arrow {
  z-index: 100;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.94)), to(rgba(58, 58, 58, 0.22))), url('../images/60fc84dcfd3b550fc5abb831_aac51bb3.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.94), rgba(58, 58, 58, 0.22)), url('../images/60fc84dcfd3b550fc5abb831_aac51bb3.jpeg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, cover;
}

.title-heading-2 {
  position: relative;
  color: #f9f9f9;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  text-transform: capitalize;
}

.btn-2 {
  padding: 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn-2:hover {
  border-color: #222;
  background-color: #222;
}

.btn-2.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn-2.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn-2.light.outline {
  border-color: #8bc53a;
  background-color: transparent;
  color: #f9f9f9;
  font-size: 16px;
}

.btn-2.light.outline:hover {
  border-color: #f9f9f9;
  background-color: #21a8e1;
  color: #f9f9f9;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.black {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: auto;
  margin: 40px 40px 20px 0px;
  padding: 0px 5px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.25);
}

.social-wrapper.lmg {
  width: auto;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.hero-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 950px;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -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;
}

.right-arrow {
  z-index: 100;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -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;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-link.insta {
  display: block;
}

.hero-section {
  position: relative;
  min-height: 1000px;
}

.slide-1 {
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.94)), to(hsla(0, 0%, 100%, 0))), url('../images/60ee76e0285b8df01729d187_1bc749ba.jpeg');
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0.94), hsla(0, 0%, 100%, 0)), url('../images/60ee76e0285b8df01729d187_1bc749ba.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  height: 1000px;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.95)), to(rgba(70, 70, 70, 0.2))), url('../images/60fdcc47f03fde7d557afea4_brock-wegner-pWGUMQSWBwI-unsplash-min.jpg');
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.95), rgba(70, 70, 70, 0.2)), url('../images/60fdcc47f03fde7d557afea4_brock-wegner-pWGUMQSWBwI-unsplash-min.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.hero-paragraph-2 {
  width: 35%;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 18px;
  line-height: 24px;
}

.about-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-wrapper {
  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;
}

.support-top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.2;
}

.paragraph-8 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border: 2px solid #8bc53a;
  text-align: left;
}

.icon {
  display: block;
}

.paragraph {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.support-top-details-text {
  text-align: left;
  text-transform: uppercase;
}

.support-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 350px;
  margin-bottom: 45px;
  -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: 5px;
  background-color: #222;
}

.support-square.square-image-1 {
  min-height: 300px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.29)), to(transparent)), url('../images/60fdce8783193d9839452b50_Porche-Wash.png');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.29), transparent), url('../images/60fdce8783193d9839452b50_Porche-Wash.png');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.support-square.square-image-3 {
  min-height: 300px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(0, 0, 0, 0.49)), to(transparent)), url('../images/ferrari-4.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 4%, transparent), url('../images/ferrari-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.support-square.square-image-2 {
  min-height: 300px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(0, 0, 0, 0.65)), to(transparent)), url('../images/AdobeStock_384499087-3269x1335.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 5%, transparent), url('../images/AdobeStock_384499087-3269x1335.jpeg');
  background-position: 0px 0px, 30% 50%;
  background-size: auto, cover;
}

.link {
  color: #21a8e1;
}

.about-column {
  width: 22%;
}

.support-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 0px;
  -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;
}

.support-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.heading-5 {
  padding-left: 5px;
  border-left: 2px solid #8bc53a;
  font-size: 22px;
}

.support-top-left {
  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;
}

.support-top-left.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.div-block {
  position: static;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 25%;
  margin-left: 25%;
  padding-bottom: 100px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px none #d4d4d4;
  color: #f1f1f1;
  text-align: left;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.support-square-text {
  color: #f9f9f9;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  display: block;
  width: 58px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8bc53a), to(#8bc53a));
  background-image: linear-gradient(180deg, #8bc53a, #8bc53a);
}

.safe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.safe-section {
  min-height: 650px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.17)), to(rgba(82, 82, 82, 0.52))), url('../images/60dffec0860f525eed2b2016_02c50739.jpeg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.17), rgba(82, 82, 82, 0.52)), url('../images/60dffec0860f525eed2b2016_02c50739.jpeg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.safe-paragraph {
  width: 35%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 18px;
  text-align: right;
}

.safe-heading {
  width: 45%;
  color: #f9f9f9;
  font-size: 45px;
  line-height: 1.2;
  text-align: right;
}

.btn {
  padding: 5px 25px;
  border: 1px solid #8bc53a;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn:hover {
  border-color: #222;
  background-color: #222;
}

.btn.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn.light.hero {
  margin-right: 10px;
}

.btn.light.hero.safe {
  display: inline-block;
  background-color: #8bc53a;
  color: #fff;
  font-size: 16px;
}

.btn.light.hero.safe:hover {
  border-color: #fff;
  background-color: #21a8e1;
}

.btn.light.hero.safe.call {
  margin-right: 0px;
  margin-left: 20px;
  border-color: #8bc53a;
  background-color: transparent;
  color: #fff;
}

.btn.light.hero.safe.call:hover {
  border-color: #fff;
  background-color: #21a8e1;
}

.tabs {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.feature-image-mask {
  overflow: hidden;
  width: 80%;
  height: auto;
  max-height: 400px;
  margin-right: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-dropdown-2 {
  display: none;
}

.additional-services {
  position: relative;
  max-width: 1200px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.tab-text {
  padding-right: 10px;
  padding-left: 10px;
  color: #f9f9f9;
  font-weight: 700;
  text-align: center;
}

.tabs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4% 5%;
}

.tabs-content {
  display: block;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21a8e1), to(#444));
  background-image: linear-gradient(0deg, #21a8e1, #444);
  color: #fff;
}

.shop-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 20px;
}

.service-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
}

.service-heading.cystal {
  margin-bottom: 10px;
}

.tab-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.heading-4 {
  display: block;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 30px;
}

.feature-image {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom: 0px;
  border-radius: 7px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.service-para {
  width: 626.015625px;
  margin-top: 10px;
  text-transform: capitalize;
}

.service-para.service {
  width: auto;
  margin-bottom: 0px;
}

.tab {
  display: block;
  width: auto;
  height: 90px;
  padding-right: 0px;
  padding-left: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #000;
  background-color: #333;
  text-align: left;
}

.tab.w--current {
  height: 90px;
  background-color: #525252;
}

.disclaimer {
  margin-top: 10px;
}

.disclaimer.last {
  margin-top: 0px;
}

.div-block-2 {
  display: block;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.list-item {
  margin-bottom: 0px;
  text-transform: none;
}

.instagram-html {
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  max-width: 1200px;
}

.container-3.insta {
  display: block;
}

.content-section {
  padding-top: 50px;
  padding-bottom: 65px;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.form-div {
  margin-top: 10px;
}

.link-2 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.form {
  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;
}

.footer-title {
  margin-bottom: 22px;
  color: #8bc53a;
  font-size: 17px;
}

.footer-01 {
  padding: 80px 3%;
  background-color: #222;
  color: #333;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.form-block {
  margin-top: 40px;
}

.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #222;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-title-button {
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.lmg-text {
  text-align: left;
}

.footer-grid-01 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  width: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
}

.google-tag-manager-html {
  display: none;
}

.phone-button-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 15px;
  -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: 50%;
  background-color: #8bc53a;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.phone-button-wrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-embed {
  width: 114%;
  height: 114%;
  color: #8bc53a;
}

.special-div {
  background-color: #8bc53a;
  line-height: 24px;
  text-align: center;
}

.special-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
}

.about-para {
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.navlink-wrap {
  height: auto;
  min-height: auto;
  border-right: 2px solid #8bc53a;
}

.navlink-wrap.last {
  border-right-width: 0px;
}

.toggle-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: inline-block;
  width: 80px;
  height: auto;
  margin-top: 20px;
  margin-left: 40px;
}

.lottie-animation {
  display: block;
  padding-bottom: 0px;
}

.service-price-columns {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-price-column {
  border-right: 2px solid #fff;
}

.service-price-column.end {
  border-right-width: 0px;
}

.service-price-column.add {
  border-right-width: 0px;
}

.service-heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  text-transform: uppercase;
}

.service-heading-2.vehicle {
  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;
}

.service-heading-2.vehicle.add {
  display: block;
  text-align: left;
}

.service-heading-wrap {
  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;
}

.heading-6 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-3 {
  padding: 5px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4af37;
  border-radius: 5px;
  background-color: #333;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 700;
}

.btn-3:hover {
  border-color: #222;
  background-color: #222;
}

.btn-3.light {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  color: #222;
}

.btn-3.light:hover {
  border-color: #eb5757;
  background-color: #eb5757;
  color: #f9f9f9;
}

.btn-3.light.hero {
  margin-right: 10px;
}

.btn-3.light.hero.safe {
  display: inline-block;
  background-color: #d4af37;
  color: #fff;
  font-size: 16px;
}

.btn-3.light.hero.safe:hover {
  border-color: #d4af37;
  background-color: #444;
}

.service-price-columns-2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .nav-button {
    padding: 10px;
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    border-radius: 5px;
    background-color: #222;
  }

  .navbar {
    height: 80px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1976d2;
  }

  .nav-link {
    font-size: 30px;
    text-align: center;
  }

  .preloader {
    display: none;
  }

  .top-wrapper {
    padding-bottom: 20px;
  }

  .top-accent {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .image-5 {
    width: 40vw;
  }

  .bottom-wrapper {
    padding-top: 20px;
  }

  .bottom-accent {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  .left-arrow {
    z-index: 100;
  }

  .hero-wrapper {
    height: 760px;
    margin-right: 60px;
    margin-left: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-section {
    min-height: 800px;
  }

  .slider {
    height: 800px;
  }

  .hero-paragraph-2 {
    width: 55%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .safe-paragraph {
    width: 55%;
  }

  .safe-heading {
    width: 60%;
  }

  .btn.light.hero.safe {
    margin-right: 0px;
  }

  .feature-image-mask {
    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;
  }

  .additional-services {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .service-para {
    width: auto;
  }

  .tab {
    height: 110px;
  }

  .tab.w--current {
    height: 110px;
  }

  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .navlink-wrap {
    padding-bottom: 20px;
  }

  .icon-6 {
    display: none;
  }

  .lottie-animation-2 {
    display: block;
    height: 30px;
  }

  .btn-3.light.hero.safe {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -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;
  }

  .container {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    -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;
  }

  .top-wrapper {
    padding-bottom: 20px;
  }

  .image-5 {
    width: 40vw;
  }

  .bottom-wrapper {
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
  }

  .title-heading-2 {
    width: auto;
    font-size: 42px;
    white-space: normal;
  }

  .hero-wrapper {
    padding-top: 0px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-paragraph-2 {
    font-weight: 400;
  }

  .about-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-square.square-image-2 {
    background-size: auto, cover;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .support-top-right {
    width: 100%;
  }

  .support-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .safe-wrapper {
    padding-bottom: 25px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .feature-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 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;
  }

  .tabs-menu {
    position: absolute;
    z-index: 50;
    display: none;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .tab-dropdown-2 {
    display: block;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    border-radius: 3px;
    background-color: #333;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0.2px;
    cursor: pointer;
  }

  .tab-dropdown-2:hover {
    background-color: #525252;
  }

  .additional-services {
    margin-top: 60px;
  }

  .shop-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    font-size: 24px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .service-para {
    width: auto;
    font-size: 14px;
  }

  .tab {
    width: 100%;
    height: auto;
  }

  .tab.w--current {
    width: 100%;
    height: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .footer-grid-01 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button {
    margin-right: 0px;
    padding-right: 10px;
  }

  .navbar {
    height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #222;
  }

  .nav-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    width: 100px;
    background-image: none;
  }

  .brand.w--current {
    width: 90px;
  }

  .nav-menu {
    margin-top: 60px;
    background-color: #21a8e1;
  }

  .nav-link:hover {
    color: #8bc53a;
  }

  .nav-link.w--current:hover {
    color: #8bc53a;
  }

  .preloader {
    position: fixed;
    z-index: 999;
    display: none;
    height: 100vh;
    background-color: #fff;
  }

  .preload-wrapper {
    background-color: #fff;
  }

  .top-wrapper {
    overflow: hidden;
    padding-bottom: 0px;
  }

  .top-accent {
    width: 500vw;
    height: 25vh;
    margin-left: -260vw;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  .mid-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 50vh;
    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;
  }

  .image-5 {
    position: static;
    left: 0%;
    top: 45%;
    right: 0%;
    bottom: 45%;
    z-index: 999;
    width: 300px;
    height: auto;
    max-height: none;
    max-width: 100%;
    margin-right: 0vw;
    margin-bottom: 10px;
    margin-left: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bottom-wrapper {
    overflow: hidden;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .bottom-accent {
    width: 600vw;
    height: 25vh;
    margin-left: -190vw;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  .slide-nav-2 {
    display: none;
  }

  .icon-5 {
    display: none;
    margin-right: 10px;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.94)), to(rgba(58, 58, 58, 0.22))), url('../images/60fc84dcfd3b550fc5abb831_aac51bb3.jpeg');
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.94), rgba(58, 58, 58, 0.22)), url('../images/60fc84dcfd3b550fc5abb831_aac51bb3.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .title-heading-2 {
    position: static;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 32px;
    line-height: 40px;
  }

  .btn-2.light.outline {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-button-wrapper {
    margin-right: -20px;
  }

  .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-wrapper.black {
    margin-top: 40px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-4 {
    display: none;
    margin-left: 10px;
  }

  .hero-wrapper {
    height: auto;
    min-height: 360px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-link {
    width: auto;
    height: auto;
    padding: 5px 5px 0px;
  }

  .hero-section {
    min-height: 500px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }

  .slide-1 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.94)), to(rgba(75, 75, 75, 0.31))), url('../images/60ee76e0285b8df01729d187_1bc749ba.jpeg');
    background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.94), rgba(75, 75, 75, 0.31)), url('../images/60ee76e0285b8df01729d187_1bc749ba.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .slider {
    height: 500px;
  }

  .hero-paragraph-2 {
    width: 90%;
    font-size: 14px;
  }

  .about-columns-wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .support-top-heading {
    margin-bottom: 0px;
    text-align: center;
  }

  .support-top-details-text {
    text-align: center;
  }

  .support-square.square-image-1 {
    min-height: 250px;
  }

  .support-square.square-image-3 {
    min-height: 250px;
  }

  .support-square.square-image-2 {
    min-height: 250px;
  }

  .about-column {
    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;
    text-align: center;
  }

  .support-section {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .div-block {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .safe-wrapper {
    min-height: 375px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .safe-section {
    min-height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .safe-paragraph {
    width: 70%;
    font-size: 13px;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .btn.light.hero.safe {
    margin-right: 0px;
  }

  .btn.light.hero.safe.call {
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    border-radius: 0px 0px 5px 5px;
  }

  .feature-image-mask {
    display: none;
  }

  .tabs-menu {
    position: absolute;
    z-index: 50;
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -50px;
    padding-top: 50px;
  }

  .tab-dropdown-2 {
    padding-top: 13px;
    padding-left: 15px;
    border-radius: 5px 5px 0px 0px;
    background-color: #222;
    background-image: url('../images/5678637.png');
    background-position: 94% 50%;
    background-size: 30px;
    font-size: 16px;
  }

  .tab-dropdown-2:hover {
    background-color: #222;
  }

  .additional-services {
    margin-top: 60px;
  }

  .tab-text.tab-menu-text {
    padding-right: 40px;
    font-size: 19px;
    font-weight: 700;
  }

  .column-2 {
    margin-bottom: 10px;
  }

  .tabs-content {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .heading-4 {
    margin-bottom: 0px;
  }

  .products-section {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .feature-image {
    display: none;
  }

  .service-para {
    width: auto;
  }

  .tab {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 15px;
  }

  .tab.w--current {
    height: auto;
    padding-right: 20px;
  }

  .disclaimer {
    font-size: 14px;
  }

  .content-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-form {
    padding-top: 0px;
  }

  .link-2 {
    text-align: center;
  }

  .footer-01 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: -15px;
  }

  .lmg-text {
    text-align: center;
  }

  .footer-grid-01 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .phone-button-wrapper {
    z-index: 50;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .icon-embed {
    width: 114%;
    height: 114%;
  }

  .navlink-wrap {
    border-right-width: 0px;
  }

  .toggle-div {
    position: absolute;
    height: auto;
    margin-left: 20px;
  }

  .lottie-animation-2 {
    display: block;
    height: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-price-column {
    border-right-width: 0px;
  }

  .service-heading-2 {
    margin-top: 0px;
  }

  .service-heading-wrap {
    display: block;
    text-align: center;
  }

  .heading-6 {
    margin-bottom: 0px;
  }

  .btn-3.light.hero.safe {
    margin-right: 0px;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .columns {
    padding-right: 0px;
  }

  .column-3 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0c62ead8-53f5-e766-4cf1-15869c84d22b-99ec8f09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c62ead8-53f5-e766-4cf1-15869c84d22b-99ec8f09 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

