.inner-page-hero-banner-section.first-section-margin-top {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 80vh;
  max-height: 700px;
  background-position: 0 0, 0 0;
}

.inner-page-hero-banner-section h1 {
  color:var(--white);
}

.inner-page-hero-banner-section::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(#00000080, #00000080);
}

/*custom for default pages*/

.inner-page-hero-banner-section.first-section-margin-top.inner-page-hero-banner-section-padding-fix {
  padding-top: 200px;
  padding-bottom: 0px;
}
.city-service-hero-banner.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0 69%, #00000080);
}

@media (min-width: 992px) {
  .text-on-the-left h1, .text-on-the-left .hb-copy {
    text-align: left!important;
  }
}
.faqs-page-hero.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0, #00000080);
}
.faqs-page-hero.inner-page-hero-banner-section.first-section-margin-top {
  background-position: center center;
  max-height: 500px;
}
.faqs-page-hero.inner-page-hero-banner-section h1 {
  display: inline-block;
  color: var(--white);
  text-shadow: 0 4px 4px #0000004d;
  background-color: #88b65466;
  border-radius: 0;
  align-self: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  box-shadow: 0 4px 4px #0000;
  font-size:48px;
}

.terms-hero-banner.inner-page-hero-banner-section.first-section-margin-top {
  background-position: center center;
  max-height: 500px;
}
.terms-hero-banner.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0, #00000080);
}

.get-a-quote-page-hero.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0, #00000080);
}
.get-a-quote-page-hero.inner-page-hero-banner-section.first-section-margin-top {
  background-position: center center;
  max-height: 350px;
  padding-top:50px;
  padding-bottom:50px;
}
.get-a-quote-page-hero.inner-page-hero-banner-section h1 {
  color: #f2f5ff;
  text-align: center;
  align-self: center;
  color: var(--white);
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  box-shadow: none;
  font-size:38px;
  line-height: 44px;
  max-width: 800px;
  margin: 0 auto;
}
.get-a-quote-page-hero.inner-page-hero-banner-section h1 em {
  background-color: #7ab8434d;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}
/**/
.gift-cert-hero.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0, #00000080);
}
.gift-cert-hero.inner-page-hero-banner-section.first-section-margin-top {
  background-position: center center;
  max-height: 500px;
}
.gift-cert-hero.inner-page-hero-banner-section h1 {
  display: inline-block;
  color: var(--white);
  text-shadow: 0 4px 4px #0000004d;
  background-color: #88b65466;
  border-radius: 0;
  align-self: center;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  box-shadow: 0 4px 4px #0000;
  font-size:48px;
}
/**/
.disinfect-hero.inner-page-hero-banner-section::before {
  background:linear-gradient(#fff0, #00000080);
}
.disinfect-hero.inner-page-hero-banner-section.first-section-margin-top {
  background-position: center center;
  max-height: 500px;
}
/**/
.about-hero-banner h1, .about-hero-banner .hb-copy, .about-hero-banner .btn-container {
	text-align:left!important;
}
/*end*/

@media (max-width: 1199px) and (min-width: 992px) {

  .inner-page-hero-banner-section.first-section-margin-top {
    padding-top: 200px;
    padding-bottom: 150px;
  }

}



@media (max-width: 991px) {
  .inner-page-hero-banner-section.first-section-margin-top {
    padding-top: 100px;
    padding-bottom: 100px;
  }

}