@font-face {
  font-family: 'fontello';
  src: url("//stoptheinfestation.com/assets/fontello.eot?31286851");
  src: url("//stoptheinfestation.com/assets/fontello.eot?31286851#iefix") format("embedded-opentype"), url("//stoptheinfestation.com/assets/font/fontello.woff?31286851") format("woff"), url("//stoptheinfestation.com/assets/font/fontello.woff2") format("woff2"), url("//stoptheinfestation.com/assets/font/fontello.ttf?31286851") format("truetype"), url("//stoptheinfestation.com/assets/font/fontello.svg?31286851#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
*, ::before, ::after {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  line-height: 1.75; }

img {
  max-width: 100%; }

body {
  color: #354A55; }

.icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  position: relative;
  display: block;
  background-color: #f2faff; }
  .wrapper .container {
    max-width: 24rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    width: 100%; }
  .wrapper .row {
    display: flex;
    margin: 0 -1.5rem; }
  .wrapper header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .wrapper header .container .row {
      align-content: space-between;
      flex-direction: row;
      align-items: center;
      height: 4rem; }
      .wrapper header .container .row .logo-holder {
        padding: 0 1.5rem;
        display: flex;
        align-items: center;
        flex: auto; }
        .wrapper header .container .row .logo-holder .logo-img {
          margin-right: .75rem; }
        .wrapper header .container .row .logo-holder .logo {
          font-weight: 800;
          font-size: .9rem; }
        .wrapper header .container .row .logo-holder .location {
          display: none; }
      .wrapper header .container .row .call-now {
        padding: 0 1.5rem;
        display: flex;
        align-items: center; }
        .wrapper header .container .row .call-now a {
          line-height: 1.5rem;
          font-size: .80rem;
          margin-left: auto;
          font-weight: 800;
          color: #d01b34;
          text-decoration: none;
          border-bottom: #d01b34 1px solid; }
        .wrapper header .container .row .call-now span {
          display: none; }
  .wrapper .hero {
    padding: 6rem 0;
    position: relative;
    display: block;
    z-index: 1; }
    .wrapper .hero .container .row {
      min-height: 100vh;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .wrapper .hero .container .row .hero-text-holder {
        padding: 0 1.5rem;
        text-align: center; }
        .wrapper .hero .container .row .hero-text-holder h1 {
          font-size: 1.75rem;
          line-height: 1.375;
          color: #fff;
          margin-bottom: 1rem; }
        .wrapper .hero .container .row .hero-text-holder h2 {
          color: #fff;
          font-size: 1.2rem;
          font-weight: 600;
          margin-bottom: 1rem; }
        .wrapper .hero .container .row .hero-text-holder p {
          font-size: 1rem;
          color: rgba(255, 255, 255, 0.9);
          font-weight: 300; }
        .wrapper .hero .container .row .hero-text-holder a {
          font-size: 1.25rem;
          line-height: 1.375;
          color: #fff;
          font-weight: 800;
          padding: 1rem 2rem;
          background-color: #d01b34;
          display: inline-block;
          margin: 1.5rem auto 0 auto;
          border-radius: 99999px;
          text-decoration: none; }
        .wrapper .hero .container .row .hero-text-holder .stars {
          margin-top: 1rem;
          display: flex;
          align-items: center;
          justify-content: center;
          column-gap: 0.625rem;
          font-size: 1rem; }
          .wrapper .hero .container .row .hero-text-holder .stars i {
            color: #facc15; }
        .wrapper .hero .container .row .hero-text-holder .divider-holder {
          width: 280px;
          margin: 2rem auto 0 auto; }
          .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder {
            position: relative; }
            .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider {
              display: none; }
            .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder h3 {
              color: #fff; }
        .wrapper .hero .container .row .hero-text-holder .feature-holder {
          display: flex;
          flex-wrap: wrap;
          margin-top: 2.5rem;
          justify-content: space-around; }
          .wrapper .hero .container .row .hero-text-holder .feature-holder ul {
            flex: 0 50%;
            text-align: left; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul.first {
              padding-right: 1rem; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul.second {
              padding-left: 1rem; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul li {
              display: flex;
              align-items: center;
              margin: 0 0 1.25rem 0;
              position: relative;
              font-size: .875rem;
              line-height: 1.25rem; }
              .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature {
                color: #fff; }
                .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-icon {
                  position: absolute; }
                .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-tag {
                  margin-left: 1.75rem; }
    .wrapper .hero .bg {
      background-color: #354A55;
      position: absolute;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      background-image: url(../img/pestcontrol.jpg);
      margin: 0 auto;
      top: 0;
      z-index: -1; }
  .wrapper .text-section {
    position: relative;
    padding: 3rem 0;
    background-color: #f2faff; }
    .wrapper .text-section .container .row {
      flex-wrap: wrap; }
      .wrapper .text-section .container .row .left {
        order: 2;
        flex: 0 100%;
        padding: 0 1.5rem; }
        .wrapper .text-section .container .row .left .contact-box {
          margin-top: 2.5rem;
          padding: 2.5rem 1.5rem;
          background-color: #fff;
          position: relative;
          text-align: center;
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
          .wrapper .text-section .container .row .left .contact-box img {
            width: 4em;
            margin: 0 auto 1.5rem auto;
            border-radius: 100%; }
          .wrapper .text-section .container .row .left .contact-box h3 {
            margin-bottom: 0.75rem; }
          .wrapper .text-section .container .row .left .contact-box a {
            font-size: 1.125rem;
            line-height: 1.375;
            color: #fff;
            background-color: #d01b34;
            font-weight: 800;
            padding: 1rem 2rem;
            display: inline-block;
            border-radius: 999px;
            margin: 1rem 0;
            text-decoration: none; }
          .wrapper .text-section .container .row .left .contact-box p span {
            font-weight: 600; }
      .wrapper .text-section .container .row .right {
        order: 1;
        flex: 0 100%;
        padding: 0 1.5rem; }
        .wrapper .text-section .container .row .right .body-text .section h2 {
          margin: 1.5rem 0 1rem 0;
          font-size: 1.5rem;
          line-height: 1.375;
          text-transform: capitalize; }
        .wrapper .text-section .container .row .right .body-text .section h3 {
          font-size: 1rem;
          font-weight: 700;
          margin-bottom: .5rem;
          color: #d01b34; }
        .wrapper .text-section .container .row .right .body-text .section p {
          margin-bottom: 1rem; }
        .wrapper .text-section .container .row .right .body-text .section a {
          line-height: 1.5rem;
          border-bottom-width: 1px;
          margin-left: auto;
          font-weight: 800;
          color: #d01b34;
          text-decoration: none;
          border-bottom: #d01b34 1px solid; }
        .wrapper .text-section .container .row .right .body-text .section hr {
          margin-top: 2.5rem;
          margin-bottom: 2.5rem;
          border-top: 1px solid #354A55;
          border-bottom: none;
          border-left: none;
          border-right: none; }
        .wrapper .text-section .container .row .right .body-text .section .check-list {
          counter-increment: css-counter 0; }
          .wrapper .text-section .container .row .right .body-text .section .check-list .checkbox {
            margin-bottom: 2rem;
            display: flex;
            align-items: flex-start;
            counter-increment: css-counter 1; }
            .wrapper .text-section .container .row .right .body-text .section .check-list .checkbox .checkbox-img {
              margin-right: 1rem; }
              .wrapper .text-section .container .row .right .body-text .section .check-list .checkbox .checkbox-img i {
                font-size: 1rem;
                color: #d01b34; }
                .wrapper .text-section .container .row .right .body-text .section .check-list .checkbox .checkbox-img i.process::before {
                  content: counter(css-counter);
                  font-style: normal;
                  font-size: 1rem;
                  font-weight: 600;
                  background-color: #d01b34;
                  color: #fff;
                  display: block;
                  text-align: center;
                  border-radius: 100%;
                  min-width: 1.7rem;
                  min-height: 1.7rem; }
        .wrapper .text-section .container .row .right .body-text .section.section-1 ul {
          margin: 2.5rem 0rem 2.5rem 1rem;
          display: grid;
          column-gap: 1.5rem;
          row-gap: 1rem;
          list-style-type: disc;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          font-size: .875rem; }
          .wrapper .text-section .container .row .right .body-text .section.section-1 ul li {
            flex: 0 50%; }
        .wrapper .text-section .container .row .right .body-text .section.section-2 img {
          margin: 2.5rem 0; }
        .wrapper .text-section .container .row .right .body-text .section.section-2 ul li {
          list-style: none; }
          .wrapper .text-section .container .row .right .body-text .section.section-2 ul li i {
            color: #d01b34;
            margin-right: .5rem; }
        .wrapper .text-section .container .row .right .body-text .section.section-3 .testimonial-holder {
          padding: 1.5rem;
          background-color: #fff;
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          margin: 2.5rem 0; }
          .wrapper .text-section .container .row .right .body-text .section.section-3 .testimonial-holder .testimonial-bottom {
            margin-top: 2rem;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .wrapper .text-section .container .row .right .body-text .section.section-3 .testimonial-holder .testimonial-bottom .name-holder {
              display: flex;
              align-items: center;
              font-weight: 600; }
            .wrapper .text-section .container .row .right .body-text .section.section-3 .testimonial-holder .testimonial-bottom .stars {
              color: #eab308; }
  .wrapper .cta-final-holder {
    padding: 4rem 0;
    border-bottom: #353033 1px solid;
    position: relative;
    z-index: 1; }
    .wrapper .cta-final-holder .bg {
      background-color: #354A55;
      position: absolute;
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      background-image: url(../img/pestcontrol.jpg);
      margin: 0 auto;
      top: 0;
      z-index: -1; }
    .wrapper .cta-final-holder .container .row .cta-final {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.5rem;
      text-align: center;
      flex-wrap: wrap; }
      .wrapper .cta-final-holder .container .row .cta-final h1 {
        font-size: 1.75rem;
        line-height: 1.375;
        color: #fff;
        margin-bottom: 1rem; }
      .wrapper .cta-final-holder .container .row .cta-final h2 {
        font-size: 1.2rem;
        color: #fff;
        margin-bottom: 1rem; }
      .wrapper .cta-final-holder .container .row .cta-final p {
        font-size: 1rem;
        color: #fff; }
      .wrapper .cta-final-holder .container .row .cta-final a {
        font-size: 1.25rem;
        line-height: 1.375;
        color: #fff;
        background-color: #d01b34;
        font-weight: 800;
        padding: 1rem 2rem;
        display: inline;
        margin: 1.5rem 0 0 0;
        text-decoration: none;
        border-radius: 90px; }
      .wrapper .cta-final-holder .container .row .cta-final .feature-holder {
        flex: 0 100%;
        margin: 2rem auto 0 auto;
        max-width: 24rem;
        padding: 0 1.5rem;
        text-align: center; }
        .wrapper .cta-final-holder .container .row .cta-final .feature-holder ul li {
          color: #fff;
          font-size: .938rem;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0.5rem; }
          .wrapper .cta-final-holder .container .row .cta-final .feature-holder ul li span {
            margin-left: .75rem; }
  .wrapper footer {
    font-size: .75rem;
    background-color: #354A55;
    position: relative;
    color: #dbdbdd;
    padding: 4rem 0; }
    .wrapper footer .container .row {
      flex-wrap: wrap; }
      .wrapper footer .container .row .logo-holder {
        flex: 0 100%;
        padding: 0 1.5rem;
        display: flex;
        justify-content: center;
        flex-flow: wrap; }
        .wrapper footer .container .row .logo-holder a {
          letter-spacing: .05em;
          font-size: .875rem;
          text-transform: uppercase;
          font-weight: 800;
          text-decoration: none;
          color: #dbdbdd; }
        .wrapper footer .container .row .logo-holder p {
          font-size: 0.75rem; }
      .wrapper footer .container .row .discalimer {
        margin-top: 3.5rem;
        flex: 0 100%;
        padding: 0 1.5rem; }
  .wrapper .mobile-cta {
    text-align: center;
    padding-top: 1rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    height: 120px;
    margin: 0 auto;
    position: fixed;
    bottom: -120px;
    left: 0;
    right: 0;
    z-index: 9999;
    transform: translateY(100%);
    transition: all 0.5s ease-in-out !important; }
    .wrapper .mobile-cta.mobile-cta-open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      bottom: 0; }
    .wrapper .mobile-cta .mobile-cta-container {
      padding: 0 1.25rem;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
      display: flex; }
      .wrapper .mobile-cta .mobile-cta-container .help {
        padding: .875rem 1.5rem;
        background-color: #d01b34;
        border-radius: .125rem;
        width: 100%;
        display: block;
        margin-bottom: .375rem;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        text-decoration: none; }
      .wrapper .mobile-cta .mobile-cta-container .call {
        text-decoration: none;
        color: #191616; }
        .wrapper .mobile-cta .mobile-cta-container .call span {
          font-weight: 700; }

@media (min-width: 768px) {
  .wrapper .container {
    max-width: 640px; }
  .wrapper header .container {
    padding: 0 2.5rem;
    max-width: 768px; }
    .wrapper header .container .row {
      height: 5rem; }
      .wrapper header .container .row .logo-holder .logo {
        font-size: 1.125rem;
        line-height: 1.375; }
      .wrapper header .container .row .logo-holder .location {
        display: block;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 1rem;
        margin-left: 1rem;
        font-size: .875rem;
        border-left: 1px solid #dbdbdd; }
      .wrapper header .container .row .call-now a {
        font-size: 1.125rem;
        line-height: 1.375; }
  .wrapper .hero {
    padding: 10rem 0 0 0; }
    .wrapper .hero .container .row {
      min-height: 80vh; }
      .wrapper .hero .container .row .hero-text-holder {
        padding: 0; }
        .wrapper .hero .container .row .hero-text-holder h1 {
          font-size: 2.25rem;
          line-height: 1.375; }
        .wrapper .hero .container .row .hero-text-holder h2 {
          font-size: 1.5rem;
          line-height: 1.375; }
        .wrapper .hero .container .row .hero-text-holder p {
          line-height: 1.625;
          font-size: 1.25rem; }
        .wrapper .hero .container .row .hero-text-holder .divider-holder {
          width: 640px; }
          .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider {
            display: flex;
            position: absolute;
            top: 0;
            bottom: 0;
            align-items: center; }
            .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider hr {
              width: 9rem;
              border-top: 1px solid #fff;
              border-style: dashed; }
            .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider.left-divider {
              left: 0; }
            .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider.right-divider {
              right: 0; }
          .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .stars {
            font-size: 1rem; }
        .wrapper .hero .container .row .hero-text-holder .feature-holder {
          max-width: 24rem;
          margin: 2.5rem auto 0 auto; }
          .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature {
            line-height: 1.5;
            font-size: 1rem;
            align-items: center;
            display: flex; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-icon i {
              font-size: 1.25rem;
              line-height: 1.375; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-tag {
              margin-left: 2.2rem; }
  .wrapper .cta-final-holder .container .row .cta-final h1 {
    flex: 100%; }
  .wrapper .cta-final-holder .container .row .cta-final h2 {
    font-size: 1.5rem;
    line-height: 1.375; }
  .wrapper .cta-final-holder .container .row .cta-final p {
    flex: 100%; }
  .wrapper .mobile-cta {
    display: none; } }
@media (min-width: 1024px) {
  .wrapper header .container {
    max-width: 64rem;
    padding: 0; }
    .wrapper header .container .row .call-now span {
      display: inline-block;
      margin-right: .25rem;
      font-size: 1.125rem;
      line-height: 1.375; }
  .wrapper .hero {
    min-height: calc(10.59px*100 - 5rem); }
    .wrapper .hero .container {
      max-width: 64rem; }
      .wrapper .hero .container .row .hero-text-holder h1 {
        font-size: 2.5rem;
        line-height: 1.375;
        margin-bottom: 1.25rem; }
      .wrapper .hero .container .row .hero-text-holder p {
        line-height: 1.625;
        font-size: 1.5rem; }
      .wrapper .hero .container .row .hero-text-holder a {
        font-size: 1.5rem;
        line-height: 1.375;
        margin-top: 2.25rem; }
      .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider hr {
        width: 15rem; }
      .wrapper .hero .container .row .hero-text-holder .feature-holder {
        max-width: 64rem;
        margin: 2.75rem auto 0 auto;
        padding: 0;
        justify-content: center;
        flex-wrap: nowrap; }
        .wrapper .hero .container .row .hero-text-holder .feature-holder ul {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 3rem;
          margin-right: 1.5rem;
          flex: auto; }
          .wrapper .hero .container .row .hero-text-holder .feature-holder ul.first {
            padding-right: 0; }
          .wrapper .hero .container .row .hero-text-holder .feature-holder ul.second {
            padding-left: 0; }
          .wrapper .hero .container .row .hero-text-holder .feature-holder ul li {
            margin-bottom: 0; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-icon i {
              font-size: 1.5rem;
              line-height: 1.375; }
            .wrapper .hero .container .row .hero-text-holder .feature-holder ul li .feature .feature-tag {
              margin-left: 2.5rem; }
  .wrapper .text-section .container {
    max-width: 64rem;
    padding: 0 2.5rem; }
    .wrapper .text-section .container .row {
      margin: auto; }
      .wrapper .text-section .container .row .left {
        padding: 0;
        order: 1;
        flex: 0 40%; }
        .wrapper .text-section .container .row .left .contact-box {
          position: sticky;
          top: 8rem;
          margin-top: 0; }
      .wrapper .text-section .container .row .right {
        padding: 0 0rem 0 3rem;
        order: 2;
        flex: 0 60%; }
        .wrapper .text-section .container .row .right .body-text .section h2 {
          font-size: 2rem;
          line-height: 1.375; }
        .wrapper .text-section .container .row .right .body-text .section.section-1 ul {
          grid-template-columns: repeat(3, minmax(0, 1fr));
          font-size: .938rem; }
  .wrapper .cta-final-holder {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .wrapper .cta-final-holder .container {
      max-width: 64rem;
      padding: 0 2.5rem; }
      .wrapper .cta-final-holder .container .row {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wrapper .cta-final-holder .container .row .cta-final {
          display: block; }
          .wrapper .cta-final-holder .container .row .cta-final h1 {
            font-size: 2.5rem;
            line-height: 1.375;
            margin-bottom: 1.25rem; }
          .wrapper .cta-final-holder .container .row .cta-final p {
            line-height: 1.625;
            font-size: 1.5rem; }
          .wrapper .cta-final-holder .container .row .cta-final a {
            font-size: 1.5rem;
            line-height: 1.375;
            margin-top: 2.25rem;
            display: inline-block; }
          .wrapper .cta-final-holder .container .row .cta-final .feature-holder {
            max-width: 64rem;
            padding: 0 2.5rem; }
            .wrapper .cta-final-holder .container .row .cta-final .feature-holder ul {
              column-gap: 1.5rem;
              align-items: center;
              margin-top: 1rem;
              display: inline-flex; }
  .wrapper footer .container {
    max-width: 64rem;
    padding: 0 2.5rem; }
    .wrapper footer .container .row .logo-holder {
      justify-content: flex-start; }
      .wrapper footer .container .row .logo-holder a {
        display: block;
        width: 100%; } }
@media (min-width: 1200px) {
  .wrapper .hero {
    position: relative;
    margin-top: 5rem; }
    .wrapper .hero .container .row .hero-text-holder .divider-holder .star-holder .divider hr {
      width: 10rem; }
    .wrapper .hero .bg {
      left: 2.5rem;
      right: 2.5rem;
      border-radius: 1rem;
      width: auto; } }
