.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding: 165px 100px 100px;
  -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;
  background-image: url('../images/EnviroClean-van-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-div {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 9px 50px 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.brand {
  width: 250px;
  margin-top: 2px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link {
  color: #113581;
  font-size: 18px;
}

.nav-link-2 {
  border-radius: 8px;
  background-color: #113581;
  color: #fff;
  font-size: 16px;
}

.nav-link-2:hover {
  background-color: #76a601;
}

.nav-link-2.w--current {
  color: #fff;
}

.hero-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  -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: 8px;
  background-color: rgba(17, 53, 129, 0.78);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.hero-button {
  min-width: 250px;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #76a601;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.hero-button:hover {
  background-color: #113581;
}

.hero-button-div {
  margin-top: 15px;
}

.estimate-section {
  padding: 100px;
  background-color: rgba(17, 53, 129, 0.3);
}

.div-block {
  max-width: 1400px;
}

.estimate-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -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;
}

.heading-2 {
  margin-top: 0px;
  color: #113581;
  font-size: 45px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
}

.paragraph {
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.form-block {
  width: 80%;
  margin-top: 20px;
}

.select-field {
  border-radius: 5px;
  background-color: #fff;
}

.field {
  border-radius: 5px;
}

.field::-webkit-input-placeholder {
  color: #333;
}

.field:-ms-input-placeholder {
  color: #333;
}

.field::-ms-input-placeholder {
  color: #333;
}

.field::placeholder {
  color: #333;
}

.button {
  min-width: 250px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #76a601;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.button:hover {
  background-color: #113581;
}

.couch-parallax {
  min-height: 500px;
  background-image: url('../images/Canva-Living-room-furniture-decor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-2 {
  width: 33.33%;
  min-height: 300px;
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 250px;
  padding: 20px;
  -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;
}

.service-image {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 5px;
  border-color: #76a601;
  border-radius: 50%;
  background-image: url('../images/floors.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.tile {
  background-image: url('../images/Tile-Cleaning.jpg');
}

.service-image.upholstery {
  background-image: url('../images/upholstery.jpg');
}

.service-image.mold {
  background-image: url('../images/moldremoval.jpg');
}

.service-image.water {
  background-image: url('../images/waerdamage.jpg');
}

.service-image.covid {
  background-image: url('../images/covid.jpg');
}

.heading-3 {
  margin-top: 10px;
  color: #113581;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.history-section {
  padding: 150px 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/cicle.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/cicle.png');
  background-position: 0px 0px, 5% 50%;
  background-size: auto, auto 80%;
  background-repeat: repeat, no-repeat;
}

.history-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 450px;
  padding-right: 0px;
  -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;
}

.headline {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #113581;
  font-size: 45px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.paragraph-copy {
  margin-bottom: 30px;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.image-div {
  width: 49%;
  background-image: url('../images/portland.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.complete-section {
  padding: 150px 100px;
  background-image: url('../images/kitchenbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-3 {
  background-color: hsla(0, 0%, 100%, 0.85);
}

.complete-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px 25px;
  -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: 8px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.bullet-text {
  margin-bottom: 7px;
  padding: 0px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

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

.form {
  text-align: center;
}

.benefits-section {
  padding: 150px 100px;
  background-color: rgba(118, 166, 1, 0.24);
}

.benefits-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.left-heading {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #113581;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
}

.testimonials {
  overflow: auto;
  padding: 100px;
  background-color: #76a601;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(118, 166, 1, 0.3)), to(rgba(118, 166, 1, 0.3))), url('../images/circletest.jpg');
  background-image: linear-gradient(180deg, rgba(118, 166, 1, 0.3), rgba(118, 166, 1, 0.3)), url('../images/circletest.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 90%;
  background-repeat: repeat, no-repeat;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.heading-white {
  margin-top: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
}

.image {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.slider {
  width: 100%;
  background-color: transparent;
}

.slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.testimonial-text {
  margin-bottom: 15px;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.icon {
  color: #113581;
}

.icon-2 {
  color: #113581;
}

.contact-section {
  padding: 150px 100px;
  background-image: url('../images/fb-wood-floors.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
}

.contact-wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.columns {
  margin-top: 35px;
}

.green-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #76a601;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  text-transform: none;
}

.column-2 {
  padding-right: 25px;
}

.map-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  border-style: none;
  border-width: 3px;
  border-color: #76a601;
  border-radius: 0px;
}

.address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.image-2 {
  width: 300px;
}

.address {
  margin-top: 0px;
  margin-bottom: 23px;
  margin-left: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.link {
  margin-bottom: 25px;
  color: #76a601;
  font-size: 25px;
  text-decoration: none;
}

.link:hover {
  color: #113581;
}

.assoc-section {
  padding: 100px;
}

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

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  min-height: 150px;
  padding: 20px;
  -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-3 {
  max-width: 150px;
}

.image-4 {
  max-width: 150px;
}

.image-5 {
  max-width: 150px;
}

.image-6 {
  max-width: 150px;
}

.image-7 {
  max-width: 150px;
}

.image-8 {
  max-width: 150px;
}

.image-9 {
  max-width: 150px;
}

.image-10 {
  max-width: 150px;
}

.image-11 {
  max-width: 150px;
}

.image-12 {
  max-width: 150px;
}

.image-13 {
  width: 300px;
}

.copyright-section {
  padding: 20px;
  background-color: #113581;
}

.text-block-19 {
  margin-top: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.image-14 {
  width: 50px;
  margin-right: 13px;
  margin-bottom: 0px;
  float: none;
}

.ben-text {
  margin-bottom: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  color: #113581;
}

.columns-2 {
  width: 90%;
  margin: 10px auto 30px;
}

.mobile-cta-div {
  display: none;
  -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;
}

.mobile-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #76a601;
}

.mobile-buttons.blue {
  background-color: #113581;
}

.ptld-section {
  padding: 25px 50px;
  background-color: #113581;
}

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

.subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

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

@media screen and (max-width: 991px) {
  .section {
    padding: 118px 35px 35px;
  }

  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }

  .brand {
    width: 225px;
    margin-top: 7px;
  }

  .nav-link-2 {
    border-radius: 0px;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .hero-text-wrapper {
    padding: 20px 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-button {
    margin-bottom: 10px;
  }

  .hero-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
  }

  .estimate-section {
    padding: 50px;
  }

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

  .form-block {
    width: 100%;
  }

  .couch-parallax {
    min-height: 400px;
  }

  .service-wrapper {
    width: 100%;
  }

  .service-block {
    min-height: 200px;
    padding: 6px;
  }

  .heading-3 {
    font-size: 16px;
  }

  .history-section {
    padding: 49px;
  }

  .history-text-block {
    height: auto;
    min-height: 450px;
  }

  .headline {
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
  }

  .complete-section {
    padding: 35px;
  }

  .complete-wrapper {
    padding: 20px;
  }

  .bullet-text {
    line-height: 25px;
  }

  .column {
    padding-right: 1px;
  }

  .benefits-section {
    padding: 50px 35px;
  }

  .testimonials {
    padding: 50px 35px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/circletest.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/circletest.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, contain;
  }

  .slider-content {
    width: 100%;
    height: auto;
    min-height: 90%;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .contact-section {
    padding: 50px 35px;
  }

  .contact-wrapper {
    padding: 25px;
  }

  .columns {
    display: block;
  }

  .map-div {
    height: auto;
    min-height: 500px;
    margin-top: 26px;
  }

  .image-2 {
    width: 200px;
  }

  .assoc-section {
    padding: 50px 35px;
  }

  .logo-block {
    width: 19%;
    height: auto;
    min-height: 100px;
    margin-top: 15px;
    padding: 0px;
  }

  .image-3 {
    width: 90%;
  }

  .image-4 {
    width: 80%;
  }

  .image-5 {
    width: 90%;
  }

  .image-6 {
    width: 90%;
  }

  .image-7 {
    width: 90%;
  }

  .image-8 {
    width: 90%;
  }

  .image-9 {
    width: 90%;
  }

  .image-10 {
    width: 90%;
  }

  .image-11 {
    width: 90%;
  }

  .image-12 {
    width: 90%;
  }

  .image-13 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-14 {
    width: 45px;
  }

  .columns-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .ptld-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subheader {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 750px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 50% 0%;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-text-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .estimate-section {
    padding: 50px 25px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .couch-parallax {
    min-height: 200px;
  }

  .service-image {
    width: 125px;
    height: 125px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .history-section {
    padding: 50px 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/cicle.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/cicle.png');
    background-size: auto, cover;
  }

  .history-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history-text-block {
    width: 100%;
    min-height: 0px;
    margin-bottom: 25px;
  }

  .headline {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-copy {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 28px;
  }

  .image-div {
    width: 100%;
    min-height: 300px;
  }

  .complete-section {
    padding: 50px 25px;
  }

  .bullet-text {
    font-size: 15px;
  }

  .benefits-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .left-heading {
    font-size: 18px;
  }

  .testimonials {
    background-color: rgba(118, 166, 1, 0.45);
    background-image: none;
    background-position: 0px 0px;
  }

  .heading-white {
    font-size: 35px;
    line-height: 40px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 28px;
  }

  .contact-section {
    padding-bottom: 70px;
  }

  .contact-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .map-div {
    height: 250px;
    min-height: 250px;
  }

  .html-embed {
    border-style: none;
  }

  .address {
    font-size: 15px;
  }

  .assoc-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-13 {
    margin-top: 7px;
  }

  .image-14 {
    width: 40px;
  }

  .ben-text {
    font-size: 15px;
    line-height: 28px;
  }

  .list {
    padding-left: 11px;
  }

  .mobile-cta-div {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1500;
    display: block;
    width: 100%;
  }

  .mobile-buttons {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .ptld-section {
    padding: 15px 10px;
  }

  .subheader {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand {
    width: 200px;
    padding-left: 0px;
  }

  .hero-text-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-button {
    width: 100%;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .estimate-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .button {
    min-width: 100%;
  }

  .service-block {
    width: 50%;
    min-height: 150px;
    padding-right: 4px;
    padding-left: 4px;
  }

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

  .history-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headline {
    font-size: 32px;
    line-height: 38px;
  }

  .complete-wrapper {
    padding: 15px;
  }

  .benefits-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-white {
    color: #113581;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }

  .slider {
    min-height: 500px;
  }

  .slider-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-wrapper {
    padding: 15px;
  }

  .columns {
    margin-top: 10px;
  }

  .green-heading {
    line-height: 30px;
    text-align: center;
  }

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

  .assoc-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-block {
    width: 49%;
    height: auto;
    min-height: 100px;
    margin-bottom: 0px;
  }

  .image-3 {
    width: 80%;
  }

  .image-4 {
    width: 60%;
  }

  .image-5 {
    width: 80%;
  }

  .image-6 {
    width: 80%;
  }

  .image-7 {
    width: 80%;
  }

  .image-8 {
    width: 80%;
  }

  .image-9 {
    width: 80%;
  }

  .image-10 {
    width: 80%;
  }

  .image-11 {
    width: 80%;
  }

  .image-12 {
    width: 80%;
  }

  .text-block-19 {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }

  .image-14 {
    width: 35px;
    margin-right: 5px;
  }

  .subheader {
    font-size: 16px;
    line-height: 20px;
  }
}
