:root {
  --deep-sky-blue: #1cbbff;
  --dark-cyan: #00979a;
  --cyan: #00f4ee;
  --gold: #f0ce0f;
  --spring-green: #17ed62;
  --grey: #7c7c7c;
  --green: #007d2c;
  --dark-red: #9a0000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bottom-wrapper {
  max-width: 100vw;
  padding-top: 10px;
  overflow: hidden;
}

.image-11 {
  width: 500px;
  position: static;
}

.bottom-accent-2 {
  border-top: 20px solid var(--deep-sky-blue);
  background-color: #525252;
  width: 300vw;
  height: 30vh;
  margin-left: -50vw;
  transform: rotate(-10deg);
}

.top-accent-2 {
  border-bottom: 20px solid var(--deep-sky-blue);
  background-color: #525252;
  width: 300vw;
  height: 30vh;
  margin-left: -150vw;
  transform: rotate(-10deg);
}

.preload-wrapper {
  background-color: #fff;
}

.preload-wrapper.pest {
  background-color: #fff0;
  max-width: 100vw;
}

.heading-20 {
  text-align: center;
}

.mid-section {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 40vh;
  display: flex;
  position: static;
}

.top-wrapper {
  max-width: 100vw;
  padding-bottom: 10px;
  overflow: hidden;
}

.preloader {
  z-index: 999;
  background-color: #fff;
  max-width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar {
  z-index: 998;
  background-color: #ffffffbd;
  height: 90px;
  position: sticky;
  top: 0;
}

.div-block-logo {
  align-items: center;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.button-booking {
  color: #313131;
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #fff;
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
  display: inline-block;
}

.button-booking:hover {
  background-color: var(--dark-cyan);
  color: #fff;
}

.button-booking.nav {
  border-color: var(--dark-cyan);
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-booking.nav:hover {
  background-color: var(--dark-cyan);
}

.logo {
  height: 80px;
  margin-top: 0;
}

.business-name {
  color: var(--dark-cyan);
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 30px;
}

.image-6 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 80px;
  display: block;
  overflow: visible;
}

.brand {
  height: 80px;
}

.brand.w--current {
  object-fit: fill;
  margin-top: 5px;
}

.nav-menu-3 {
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-link-pest {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  align-items: center;
  height: auto;
  margin-left: 15px;
  margin-right: 10px;
  padding: 4px 10px 4px 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.nav-link-pest:hover {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--cyan);
  border-radius: 0;
}

.nav-link-pest.w--current {
  color: var(--dark-cyan);
  align-self: auto;
  align-items: center;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.nav-link-pest.w--current:hover {
  border-left: 4px solid var(--gold);
  border-bottom-style: none;
  border-bottom-color: #ff6d6d;
  border-radius: 0;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  font-family: Lato, sans-serif;
}

.button-pest {
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.button-pest:hover {
  color: #fff;
  background-color: #5fb4ff;
}

.button-pest.clear {
  color: #fff;
  background-color: #fff0;
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
  border-width: 1px;
}

.button-pest.clear:hover {
  background-color: #2e2e2e;
}

.mask-2 {
  position: absolute;
  inset: 0%;
}

.slide-5 {
  background-image: linear-gradient(#0000001a, #00000052), url('../images/image-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  inset: 0%;
}

.div-block-21 {
  display: none;
}

.heading-14 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.heading-14.location {
  text-transform: capitalize;
}

.left-arrow-2 {
  display: none;
}

.section-3 {
  background-color: #4ba3c9;
  background-image: linear-gradient(to top, #fff0, #ffffffc2);
  height: 1000px;
  margin-top: -90px;
  padding-top: 90px;
  position: relative;
}

.slide-pest {
  background-image: linear-gradient(#4545451a, #0000008f), url('../images/grayson.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  inset: 0%;
}

.slider-2 {
  background-color: #fff0;
  height: 910px;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 90px 0% 0%;
  overflow: hidden;
}

.div-block-12 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 60%;
  margin-top: -90px;
  padding-left: 10px;
  display: flex;
}

.div-block-13 {
  z-index: 20;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 50px;
  padding-left: 276px;
  display: none;
  position: absolute;
  top: 63px;
  left: -225px;
  transform: rotate(-18deg);
}

.container-10 {
  z-index: 5;
  align-items: center;
  max-width: 1400px;
  height: 910px;
  margin-top: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-arrow-2 {
  display: none;
}

.cta-estimates {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.heading-13 {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  line-height: 72px;
}

.slide-nav-3 {
  display: none;
}

.phone-number-section {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #838383;
}

.phone-number-section.estimator {
  background-color: #fff0;
  border-radius: 0;
}

.heading-call-now-cta {
  z-index: 2;
  text-align: left;
  text-transform: uppercase;
  margin: 0 20px;
  font-size: 28px;
  line-height: 38px;
  position: relative;
}

.heading-call-now-cta-number {
  z-index: 2;
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 38px;
  position: relative;
}

.left-accent {
  background-image: linear-gradient(270deg, #fff0, #fff);
  position: absolute;
  inset: 0% 90% 0% -10%;
  transform: skew(-27deg);
}

.right-accent {
  background-image: linear-gradient(270deg, #fff, #fff0);
  border: 1px #000;
  position: absolute;
  inset: 0% -10% 0% 90%;
  transform: skew(-27deg);
}

.support-top-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.support-top-heading-2.pest {
  color: #000;
  font-size: 48px;
}

.support-top-heading-2.pest.name {
  color: var(--dark-cyan);
  margin-left: 0;
  font-weight: 500;
}

.support-top-heading-2.pest.name.locations {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}

.support-top-heading-2.pest.black {
  color: var(--dark-cyan);
  font-size: 48px;
}

.support-top-heading-2.pest.black.pricing {
  color: var(--spring-green);
  font-size: 54px;
}

.support-top-heading-2.pest.white {
  color: #fff;
  margin-top: 0;
  font-size: 48px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.about-column-2 {
  border-radius: 6px;
  width: 22%;
  padding: 10px;
  box-shadow: 2px 2px 14px -5px #247cff;
}

.about-column-2.pest {
  box-shadow: 2px 2px 14px -5px var(--dark-cyan);
  text-align: center;
}

.support-top-right-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-right: 0;
  display: flex;
}

.support-wrapper {
  justify-content: space-between;
  display: flex;
}

.support-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-14 {
  color: #f1f1f1;
  text-align: left;
  border-top: 2px #d4d4d4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 100px;
  display: block;
  position: static;
}

.support-section-2 {
  width: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}

.icon-wrapper-2 {
  background-color: var(--dark-cyan);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  display: flex;
}

.support-square {
  background-color: #222;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square.square-image-1 {
  background-image: linear-gradient(to top, #0000004a, #0000), url('../images/mika-baumeister-9TvuxGW8ut0-unsplash.jpg');
  background-position: 0 0, 50% 80%;
  min-height: 300px;
  margin-bottom: 20px;
}

.support-square.square-image-1.pest {
  background-size: auto, cover;
}

.support-square.square-image-2 {
  background-image: linear-gradient(to top, #00000063, #0000), url('../images/markus-winkler-3vlGNkDep4E-unsplash.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  min-height: 300px;
  margin-bottom: 20px;
}

.support-square.square-image-3 {
  background-image: linear-gradient(to top, #0000007d 4%, #0000), url('../images/diana-polekhina-F68HtpYHu_w-unsplash-1-0000000-min.png');
  background-position: 0 0, 50%;
  min-height: 300px;
  margin-bottom: 20px;
}

.support-square.square-image-3.pest {
  background-size: auto, cover;
}

.about-columns-wrapper {
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.heading-16 {
  border-left: 2px #1976d2;
  padding-left: 0;
  font-size: 22px;
}

.paragraph-8 {
  text-align: left;
  border: 2px solid #1976d2;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 18px;
}

.paragraph-8.pest {
  border-color: var(--dark-cyan);
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-9 {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}

.icon {
  max-height: 60px;
  display: block;
}

.support-top-left-2 {
  flex-direction: column;
  display: flex;
}

.support-top-left-2.center {
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.about-para {
  text-align: left;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}

.container-11 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.safe-paragraph-2 {
  color: #f9f9f9;
  text-align: right;
  width: 35%;
  margin-bottom: 25px;
  font-size: 18px;
}

.safe-paragraph-2.pest {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.container-12 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-12.pest {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.safe-section-2 {
  background-image: linear-gradient(#2222222b, #52525285);
  min-height: 600px;
}

.safe-section-2.pest {
  background-image: linear-gradient(#222222c7, #52525252), url('../images/AdobeStock_139333726-Large.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 550px;
}

.btn-2 {
  background-color: #333;
  border: 1px solid #1976d2;
  border-radius: 5px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn-2:hover {
  background-color: #222;
  border-color: #222;
}

.btn-2.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-2.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn-2.light.hero {
  margin-right: 10px;
}

.btn-2.light.hero.safe {
  color: #fff;
  background-color: #1976d2;
  font-size: 16px;
  display: inline-block;
}

.btn-2.light.hero.safe:hover {
  background-color: #0000;
  border-color: #1976d2;
}

.btn-2.light.hero.safe.pest {
  background-color: var(--dark-cyan);
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.btn-2.light.hero.safe.pest.services {
  margin-top: 10px;
  margin-left: auto;
}

.btn-2.light.hero.safe.pest.blue {
  background-color: var(--dark-cyan);
}

.btn-2.pest {
  background-color: #0000;
}

.safe-heading {
  color: #f9f9f9;
  text-align: right;
  width: 45%;
  font-size: 45px;
  line-height: 1.2;
}

.safe-heading.pest {
  color: #fff;
  text-align: center;
  font-size: 48px;
}

.safe-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.text-block-8 {
  font-size: 24px;
  line-height: 24px;
}

.tabs-content-3 {
  width: 60%;
  height: 100%;
  margin-left: auto;
  position: relative;
  overflow: visible;
}

.products-section {
  padding-top: 65px;
  padding-bottom: 30px;
}

.products-section.pest {
  text-align: left;
  width: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.div-block-15 {
  background-color: var(--dark-cyan);
  width: 20%;
  height: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: skew(-24deg, -14deg);
}

.div-block-15.grey {
  background-color: #5c5c5c;
  width: 25%;
  height: 35%;
  bottom: 19px;
  right: 26px;
  transform: skew(-24deg, -14deg);
}

.service-description-pests {
  color: #222;
  text-transform: capitalize;
  max-width: 80%;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.pest-services {
  max-width: 1400px;
}

.service-image {
  width: auto;
  height: 35%;
  position: absolute;
  inset: auto 10px 20px auto;
}

.service-image.invert {
  filter: invert();
}

.tabs-menu-3 {
  border-right: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 40%;
  margin-left: 0%;
  display: flex;
}

.drop-down {
  display: none;
}

.shop-top-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.tab-pest {
  background-color: #ddd0;
  flex: 0 auto;
  align-self: flex-start;
  transition: all .2s ease-in-out;
}

.tab-pest:hover {
  padding-left: 50px;
}

.tab-pest.w--current {
  background-color: #c8c8c800;
  border: 1px #000;
  border-left: 5px solid #000;
  flex: 0 auto;
  align-self: flex-start;
  padding-left: 60px;
  transition: all .2s ease-in-out;
}

.tab-content-pest {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  overflow: visible;
}

.heading-18 {
  font-weight: 600;
}

.heading-18.pest {
  margin-top: 0;
}

.tabs-3 {
  padding-left: 0;
  display: flex;
}

.yelp-pest {
  background-color: var(--dark-cyan);
  background-image: linear-gradient(#9c9c9cbd, #9c9c9cbd), url('../images/615d1a17f405ca10da998ae9_pest.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.html-embed-3 {
  z-index: 2;
  position: relative;
}

.container-13 {
  max-width: 1400px;
}

.form-pest {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-14 {
  max-width: 1400px;
}

.div-block-19 {
  align-items: center;
  height: 80px;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff21;
  min-height: 62px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field.pest {
  color: #fff;
}

.footer-title-2-pest {
  color: var(--gold);
  margin-bottom: 22px;
  font-size: 17px;
}

.footer-title-1-pest {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.social-wrapper {
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-wrapper.lmg {
  text-align: left;
  justify-content: center;
  width: auto;
  padding-top: 20px;
}

.social-wrapper.black {
  z-index: 10;
  background-color: #000000a6;
  border-radius: 8px;
  justify-content: space-between;
  width: auto;
  margin: 40px 40px 20px 0;
  padding: 0 5px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.social-wrapper.black.no-back {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  bottom: 60px;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.container-pest-footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-8 {
  height: 80px;
  margin-top: 0;
}

.link-2 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.link-2.pest {
  color: #fff;
}

.lmg-text {
  text-align: left;
}

.lmg-text.pest {
  color: #fff;
}

.footer-pest {
  background-color: #292929;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link-2 {
  color: #fff;
  width: auto;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.heading-19 {
  color: var(--gold);
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 30px;
}

.logo-footer-pest {
  border-radius: 1px;
  height: 100px;
  margin-bottom: 20px;
}

.form {
  align-items: center;
  display: flex;
}

.form.pest {
  color: #fff;
}

.form-block {
  margin-top: 40px;
}

.heading-21 {
  color: var(--dark-cyan);
  text-transform: uppercase;
  font-size: 54px;
  display: block;
  position: relative;
}

.cards-section {
  background-color: var(--grey);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 1400px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.price-heading {
  text-align: center;
  font-size: 32px;
}

.price-heading.pay {
  margin-bottom: 10px;
}

.paragraph-10 {
  text-align: center;
}

.paragraph-10.pricing.disc {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-10.pricing.disc._2 {
  margin-top: 0;
}

.paragraph-10.ceu {
  font-size: 18px;
}

.heading-22 {
  color: var(--cyan);
  text-align: center;
  margin-top: 10px;
  font-size: 48px;
}

.list-item {
  text-align: center;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

.list {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-23 {
  border: 5px solid var(--dark-cyan);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-24 {
  border: 5px solid var(--dark-cyan);
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.pricing-section {
  background-color: var(--grey);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.payment-wrapper {
  text-align: center;
  margin-top: 40px;
}

.icon-wrap-2 {
  margin-left: 20px;
  display: inline-block;
}

.pay-icon {
  height: 75px;
}

.pay-link {
  padding-right: 20px;
}

.pay-link.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.pay-link.end {
  padding-right: 0;
}

.icon-wrap {
  display: inline-block;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  transition: transform .3s;
  display: flex;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-link.end {
  display: none;
}

.icon-embed {
  color: var(--dark-cyan);
  width: 114%;
  height: 114%;
}

.image-12 {
  width: 200px;
  margin-right: 20px;
}

.image-12._1 {
  margin-right: 0;
}

.div-block-25 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: none;
}

.image-13 {
  border-radius: 8px;
  height: 200px;
}

.image-13.smaller {
  height: 40px;
  margin-right: 20px;
}

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

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-weight: 700;
}

.heading-23 {
  text-align: center;
}

.heading-24 {
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.link-3 {
  color: var(--deep-sky-blue);
}

@media screen and (max-width: 991px) {
  .bottom-wrapper {
    padding-top: 20px;
  }

  .image-11 {
    width: 400px;
  }

  .bottom-accent-2, .top-accent-2 {
    transform: rotate(-15deg);
  }

  .heading-20 {
    text-align: center;
  }

  .top-wrapper {
    padding-bottom: 20px;
  }

  .preloader {
    display: none;
  }

  .div-block-logo {
    margin-top: 0;
    margin-left: 10px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .nav-link-pest {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .slide-pest {
    background-position: 60%;
  }

  .div-block-13 {
    width: 80%;
    padding-left: 229px;
    top: 40px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .support-square {
    min-height: 330px;
  }

  .container-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .safe-paragraph-2 {
    width: 55%;
  }

  .container-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-2.light.hero.safe {
    margin-right: 0;
  }

  .safe-heading {
    width: 60%;
  }

  .div-block-15 {
    z-index: 0;
    width: 20%;
    height: 35%;
    right: 22px;
  }

  .div-block-15.grey {
    width: 25%;
  }

  .service-image {
    height: 25%;
  }

  .drop-down {
    display: none;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    margin-left: 10px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 42px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-wrapper {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
  }

  .image-11 {
    width: 350px;
  }

  .heading-20 {
    text-align: center;
  }

  .top-wrapper {
    padding-bottom: 20px;
  }

  .preloader {
    display: none;
  }

  .menu-button {
    margin-top: 10px;
  }

  .nav-link-pest {
    margin-bottom: 20px;
  }

  .slide-pest {
    background-position: 60%;
  }

  .div-block-12 {
    width: 50%;
    margin-top: 60px;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 96px;
    font-size: 16px;
    top: 11px;
    left: -80px;
  }

  .cta-estimates {
    font-size: 26px;
  }

  .heading-13 {
    font-size: 52px;
  }

  .phone-number-section {
    z-index: 10;
    flex-direction: column;
    width: 200px;
    display: none;
    bottom: 10px;
    left: 10px;
  }

  .support-top-heading-2.pest.black {
    white-space: normal;
    font-size: 32px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .about-column-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 45%;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-column-2.pest {
    justify-content: flex-start;
  }

  .support-top-right-2 {
    width: 100%;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-square.square-image-2 {
    background-size: auto, cover;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .support-top-left-2 {
    margin-bottom: 15px;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .container-11 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    display: block;
  }

  .container-11.pest {
    padding-left: 10px;
  }

  .container-12 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
    display: block;
  }

  .safe-wrapper-2 {
    justify-content: center;
    margin-right: 20px;
    padding-bottom: 25px;
  }

  .tabs-content-3 {
    height: 500px;
  }

  .div-block-15, .div-block-15.grey {
    height: 25%;
  }

  .service-description-pests {
    max-width: 100%;
  }

  .service-image {
    height: 20%;
    right: 0;
  }

  .drop-down {
    display: none;
  }

  .shop-top-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .social-wrapper.black.no-back {
    margin-bottom: 0;
    bottom: 20px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .heading-21 {
    font-size: 40px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .paragraph-10.pricing {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-section {
    padding: 40px 20px;
  }

  .image-12 {
    width: 140px;
  }

  .image-13 {
    height: 60px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .bottom-wrapper {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-11 {
    width: 200px;
  }

  .bottom-accent-2 {
    width: 600vw;
    height: 25vh;
    margin-left: -190vw;
    transform: rotate(-20deg);
  }

  .top-accent-2 {
    width: 500vw;
    height: 25vh;
    margin-left: -260vw;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(-20deg);
  }

  .preload-wrapper {
    background-color: #fff;
  }

  .heading-20 {
    text-align: center;
  }

  .mid-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .top-wrapper {
    padding-bottom: 0;
    overflow: hidden;
  }

  .preloader {
    z-index: 999;
    background-color: #fff;
    height: 100vh;
    display: none;
    position: fixed;
  }

  .navbar {
    height: 80px;
  }

  .div-block-logo {
    margin-left: 0;
  }

  .button-booking {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    margin-top: 10px;
    margin-right: 0;
    position: absolute;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #75c3ff;
  }

  .logo {
    height: 60px;
  }

  .business-name {
    max-width: 140px;
    font-size: 24px;
    line-height: 24px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-pest {
    display: block;
  }

  .nav-link-pest.w--current {
    font-size: 30px;
    display: block;
  }

  .button-pest, .button-pest.clear {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-21 {
    z-index: 1;
    background-image: linear-gradient(to right, #00000038, #3030304d);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .heading-14 {
    font-size: 20px;
    line-height: 26px;
  }

  .section-3 {
    height: 640px;
    overflow: visible;
  }

  .slide-pest {
    background-position: 60%;
  }

  .slider-2 {
    height: 550px;
    overflow: hidden;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    width: 450px;
    top: 18px;
  }

  .container-10 {
    height: 550px;
  }

  .heading-13 {
    width: auto;
    max-width: none;
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .phone-number-section {
    z-index: 10;
    border: 1px #000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .phone-number-section.estimator {
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .heading-call-now-cta {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .heading-call-now-cta-number {
    font-size: 24px;
  }

  .left-accent {
    padding-left: 0;
    right: 95%;
  }

  .right-accent {
    left: 95%;
    right: -10%;
  }

  .support-top-heading-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .support-top-heading-2.pest.black, .support-top-heading-2.pest.white {
    margin-top: 0;
    font-size: 28px;
  }

  .about-column-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 48%;
    display: flex;
  }

  .about-column-2.pest {
    justify-content: flex-start;
  }

  .div-block-14 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .support-section-2 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .support-square.square-image-1, .support-square.square-image-2, .support-square.square-image-3 {
    min-height: 250px;
  }

  .about-columns-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .paragraph-8 {
    font-size: 18px;
  }

  .paragraph-8.pest {
    padding-left: 10px;
    font-size: 16px;
  }

  .safe-paragraph-2 {
    width: 70%;
    font-size: 13px;
  }

  .safe-paragraph-2.pest {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .container-12 {
    justify-content: center;
    display: flex;
  }

  .container-12.pest {
    overflow: hidden;
  }

  .safe-section-2 {
    background-image: linear-gradient(#2222222b, #52525285);
    min-height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .safe-section-2.pest {
    background-position: 0 0, 50%;
    width: 100%;
    min-height: 450px;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .btn-2.light.hero.safe {
    margin-right: 0;
  }

  .btn-2.light.hero.safe.pest {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-2.light.hero.safe.pest.services {
    margin-bottom: 120px;
  }

  .btn-2.pest {
    background-color: #0000;
    border-width: 1px;
    border-color: #fff;
  }

  .safe-heading {
    width: 100%;
    font-size: 30px;
  }

  .safe-heading.pest {
    text-align: center;
  }

  .safe-heading.pest.mission {
    margin-top: 0;
  }

  .safe-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 375px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .safe-button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-9 {
    height: 25px;
    position: absolute;
    right: 10px;
  }

  .text-block-8.services-drop {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 24em;
    text-decoration: none;
  }

  .tabs-content-3 {
    width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
  }

  .products-section {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-section.pest {
    width: 100%;
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-15 {
    height: 17%;
  }

  .div-block-15.grey {
    height: 20%;
  }

  .service-description-pests {
    width: 70%;
    font-size: 16px;
    line-height: 22px;
  }

  .service-image {
    width: 30%;
    max-width: 50%;
    height: auto;
    max-height: none;
    right: 5%;
  }

  .service-image.invert {
    right: 40px;
  }

  .tabs-menu-3 {
    width: 100%;
    display: none;
  }

  .drop-down {
    color: #222;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-bottom: 5px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .shop-top-wrapper-2 {
    display: block;
  }

  .tab-pest {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-pest.w--current {
    background-color: #e1f1ff;
  }

  .tab-content-pest {
    text-align: left;
    min-height: 400px;
    overflow: visible;
  }

  .heading-18.pest {
    font-size: 28px;
    line-height: 1.2em;
  }

  .tabs-3 {
    flex-direction: column;
    overflow: hidden;
  }

  .yelp-pest {
    width: 100%;
  }

  .form-pest {
    width: 100%;
    overflow: hidden;
  }

  .html-embed-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-title-1-pest {
    margin-bottom: -15px;
    margin-right: 0;
  }

  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .social-wrapper.black {
    margin-top: 40px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .social-wrapper.black.no-back {
    display: none;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-column {
    padding-left: 0;
  }

  .image-8 {
    height: 60px;
  }

  .link-2, .lmg-text {
    text-align: center;
  }

  .footer-pest {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .heading-19 {
    max-width: 140px;
    font-size: 24px;
    line-height: 24px;
  }

  .heading-21 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
    display: block;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .price-heading {
    margin-top: 0;
  }

  .paragraph-10.pricing {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    padding-top: 20px;
  }

  .icon-wrap-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .pay-icon {
    width: 75px;
    max-width: none;
  }

  .pay-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 75px;
    height: 75px;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    display: grid;
  }

  .pay-link.end {
    margin-left: 20px;
    padding-left: 0;
  }

  .icon-wrap {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .social-link {
    width: auto;
    height: auto;
    padding: 5px 5px 0;
  }

  .social-link.end {
    display: none;
  }

  .icon-embed {
    width: 114%;
    height: 114%;
  }

  .image-12 {
    width: 150px;
  }

  .image-12._2 {
    margin-top: 10px;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-13 {
    width: 90%;
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13.smaller {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    margin-top: 10px;
    margin-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-24 {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }
}

#w-node-_46c3786a-8891-4efd-a7eb-3b41a7daabfe-20f34f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_681b4eb4-73a4-8629-c27b-209d7b38fa74-20f34f77, #w-node-_19e7ab23-c7de-d112-b87e-2fbb70f49cad-20f34f77, #w-node-_60f79e27-6f74-613a-2ece-413640bfd3d9-20f34f77, #w-node-_7a5983f8-1d38-b2ca-142e-f3e6ef5ae6ec-20f34f77, #w-node-c179a1e2-51cd-109c-e608-8b4dfe2950c6-20f34f77, #w-node-da625d0e-0f2a-5163-c425-ec7ed1fffeab-20f34f77, #w-node-f881c986-9e01-a4ed-fba3-48ebc5d02368-20f34f77, #w-node-_791acbeb-ec93-8f29-debf-b53135a355b0-20f34f77, #w-node-b7f6437a-cf93-9283-f83d-52d84c4ddb87-20f34f77, #w-node-d5b645f8-25c4-6541-4b25-3a49e12b704e-20f34f77, #w-node-_1c4495d5-20d4-14d7-6117-1e2b7011b30b-20f34f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dc62f780-2cdd-890b-e95f-dc8667c2792e-20f34f77 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-dc62f780-2cdd-890b-e95f-dc8667c27938-20f34f77, #w-node-dc62f780-2cdd-890b-e95f-dc8667c2793a-20f34f77, #w-node-dc62f780-2cdd-890b-e95f-dc8667c2793f-20f34f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc62f780-2cdd-890b-e95f-dc8667c27941-20f34f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-bf335a21-4ef5-ec38-b2ab-2c23dcc50afc-20f34f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf335a21-4ef5-ec38-b2ab-2c23dcc50afe-20f34f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_58f9cd0e-7789-a500-81f6-47b6d814a7ee-20f34f77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dc62f780-2cdd-890b-e95f-dc8667c2792e-20f34f77, #w-node-dc62f780-2cdd-890b-e95f-dc8667c27935-20f34f77, #w-node-dc62f780-2cdd-890b-e95f-dc8667c2793c-20f34f77, #w-node-bf335a21-4ef5-ec38-b2ab-2c23dcc50afb-20f34f77 {
    grid-column: span 1 / span 1;
  }

  #w-node-_58f9cd0e-7789-a500-81f6-47b6d814a7ee-20f34f77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
