h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1d2129;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #1d2129;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 26px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

li {
  margin-bottom: 7.5px;
  line-height: 28px;
}

.meadows_mobile-hamburger {
  display: none;
}

.allpro-button {
  margin-bottom: 20px;
  padding: 12px 15px;
  border: 2px solid transparent;
  border-radius: 0px 25px;
  background-color: #e7bd1a;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
}

.allpro-button:hover {
  border-radius: 25px 0px;
  background-color: #1f9d89;
  box-shadow: 0 4px 10px -7px #000;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.allpro-button.smaller-button {
  font-size: 16px;
  line-height: 22px;
}

.allpro-button.landing-submit {
  font-size: 16px;
  line-height: 22px;
}

.allpro-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
  background-color: #e7bd1a;
}

.allpro-content-div {
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.allpro-content-div.center-align {
  width: 50%;
  color: #fff;
  text-align: center;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.txt-link {
  color: #333;
  font-weight: 800;
  text-decoration: none;
}

.logo-img {
  width: 250px;
}

.logo-img.mobile-logo {
  display: none;
  width: 100px;
}

.allpro-navlink {
  border-bottom: 3px solid transparent;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.allpro-navlink:hover {
  border-bottom-color: #1f9d89;
  color: #1f9d89;
}

.allpro-navlink.w--current {
  color: #1f9d89;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px rgba(31, 157, 137, 0.24);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75vh;
  padding-top: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('/images/banner-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  font-style: italic;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

.make-an-appt-txt {
  display: inline-block;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  color: #1d2129;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
}

.div-block-2 {
  position: static;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.allpro-button-alt {
  display: inline-block;
  min-height: 70px;
  min-width: 375px;
  padding: 10px 10px 10px 30px;
  background-image: url('/images/contact-btn-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.allpro-button-alt:hover {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-image: url('/images/contact-btn-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.contact-button-icon {
  margin-right: 10px;
}

.button-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

._100-60-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

._100-60-section.page-header {
  position: relative;
  padding-top: 80px;
  box-shadow: inset 0 0 20px -4px rgba(31, 157, 137, 0.5);
}

._100-60-section.commercial-cleaning {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('/images/welcome-img-tab-before.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('/images/welcome-img-tab-before.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 35%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._100-60-section.artile-header {
  position: relative;
  padding-top: 80px;
  box-shadow: inset 0 0 20px -4px rgba(31, 157, 137, 0.5);
}

._100-60-section.article-section {
  position: relative;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('/images/welcome-img-tab-before.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('/images/welcome-img-tab-before.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, 35%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

._50-50-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-contain-50 {
  position: relative;
  width: 50%;
  text-align: center;
}

.txt-contain-50 {
  width: 50%;
  padding-left: 2.5%;
}

.gold-larger-txt {
  color: #e7bd1a;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
}

.image {
  max-width: 95px;
  margin-bottom: 15px;
}

.paragraph-2 {
  margin-bottom: 30px;
  color: #1d2129;
}

.img-wrapper {
  position: absolute;
  left: 2.5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 45%;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-bottom-left-radius: 100px;
  box-shadow: 5px 5px 4px 1px rgba(51, 51, 51, 0.25);
}

.img-wrapper._2nd-img {
  left: 35%;
  top: 30%;
  z-index: 3;
  width: 55%;
}

.absolute-stacked-img {
  width: 100%;
  height: 100%;
}

.text-span {
  font-weight: 800;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}

.card-div {
  position: relative;
  width: 30%;
  margin-right: 2%;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(31, 157, 137, 0.5);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #fff;
}

.div-block-3 {
  position: absolute;
  left: 5%;
  top: -10%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(31, 157, 137, 0.5);
  border-radius: 50px;
  background-color: #fff;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.heading-3 {
  display: inline-block;
  padding-right: 5px;
  padding-bottom: 5px;
  border-bottom: 5px solid rgba(31, 157, 137, 0.5);
  border-bottom-right-radius: 25px;
  font-weight: 500;
}

.heading-3.green {
  color: #1f9d89;
  line-height: 35px;
  font-weight: 800;
}

.header-txt-contain {
  width: 60%;
  margin-bottom: 60px;
}

.text-span-2 {
  color: #333;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

.column-50 {
  width: 50%;
}

.service-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 300px;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 10px 15px;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(31, 157, 137, 0.5);
  border-top-right-radius: 75px;
  border-bottom-left-radius: 75px;
  background-color: rgba(236, 255, 252, 0.5);
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  text-align: center;
  text-decoration: none;
}

.service-cards:hover {
  border-color: rgba(31, 157, 137, 0.26);
  background-color: #fff;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.service-cards.span {
  overflow: hidden;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  border-color: rgba(31, 157, 137, 0.26);
  background-color: #fff;
  text-align: center;
}

.service-cards.span:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.service-cards._50-span {
  overflow: hidden;
  width: 46%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-color: rgba(31, 157, 137, 0.26);
  background-color: #ecfffc;
  text-align: center;
}

.service-cards._50-span:hover {
  background-color: #ecfffc;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.service-cards.span-color {
  overflow: hidden;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  border-color: rgba(31, 157, 137, 0.26);
  background-color: #ecfffc;
  text-align: center;
}

.service-cards.span-color:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-service-wrapper {
  position: relative;
  height: 100%;
  padding: 20px 40px 20px 20px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 157, 137, 0.5)), to(rgba(31, 157, 137, 0.5))), url('/images/services-img.jpg');
  background-image: linear-gradient(180deg, rgba(31, 157, 137, 0.5), rgba(31, 157, 137, 0.5)), url('/images/services-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.large-h3 {
  margin-top: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.bullet-point-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._50-list {
  width: 50%;
  font-weight: 500;
}

.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/images/testimonial-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h2-white-small {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}

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

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  background-color: rgba(236, 255, 252, 0.5);
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 500;
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 350px;
  padding: 20px 20px 25px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
}

.testimonial-image {
  width: 100%;
}

.left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 300px;
  padding: 60px 0px 60px 60px;
  -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-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.logo {
  width: 114px;
  margin-bottom: 8px;
}

.author-name {
  margin-top: 0px;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.social-link {
  display: block;
  width: 55px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
}

.social-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  color: #e7bd1a;
}

.footer-link-white:active {
  color: #e7bd1a;
  text-decoration: none;
}

.footer-link-white:focus {
  color: #fff;
  text-decoration: none;
}

.footer-link-white:visited {
  color: #fff;
  text-decoration: none;
}

.footer-link-white.w--current {
  color: #e7bd1a;
}

.footer-link-white.hide-for-now {
  display: none;
}

.logo-2 {
  width: 245px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-light {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
}

.footer-01 {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #1e2833;
}

.footer-centre {
  display: block;
  -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;
  color: #fff;
  text-align: center;
}

.container {
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.footer-phone-link {
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  color: #e7bd1a;
  font-weight: 800;
  text-decoration: none;
}

.footer-phone-link:hover {
  color: #fff;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.link {
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  color: #e7bd1a;
  font-weight: 800;
  text-decoration: none;
}

.link:hover {
  color: #1f9d89;
}

.lightbox-link {
  z-index: 10;
  width: 95px;
  height: 95px;
  padding: 10px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #1f9d89;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
}

.lightbox-link:hover {
  border-color: #fff;
  background-color: #1d2129;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.covid-icon {
  max-width: 95px;
  margin-bottom: 5px;
}

.covid-lightbox-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms cubic-bezier(.47, 0, .745, .715);
  transition: all 300ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  color: #1d2129;
  font-weight: 600;
  text-decoration: none;
}

.covid-lightbox-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.page-h1 {
  color: rgba(31, 157, 137, 0.5);
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}

.text-span-3 {
  color: #1f9d89;
  font-size: 55px;
  line-height: 60px;
}

.page-header-tagline {
  text-align: center;
}

.modal {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  max-width: 475px;
  min-height: 175px;
  padding-top: 40px;
  padding-right: 2.5%;
  padding-left: 20px;
  border-top-left-radius: 75px;
  background-color: #1f9d89;
  text-align: right;
}

.modal-txt-contain {
  width: 100%;
  margin-left: auto;
  color: #333;
}

.modal-txt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 24px;
  font-weight: 500;
}

.gold-txt {
  color: #e7bd1a;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 800;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -5%;
  right: 2.5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #1f9d89;
  border-radius: 50%;
  background-color: #20bba2;
  cursor: pointer;
}

.service-card-icon {
  width: 70px;
  height: auto;
}

.text-span-4 {
  font-size: 60px;
  font-weight: 900;
}

.services-contain-div {
  width: 60%;
}

.list-contain-div {
  width: 50%;
  text-align: left;
}

.dual-list-contain {
  width: 100%;
}

.flex-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.green-cleaning-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(225deg, rgba(31, 157, 137, 0.75), rgba(12, 87, 61, 0.75)), url('/images/cleaning-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.h2-white-small-italic {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
}

.cta-txt-contain {
  width: 40%;
  margin-top: -65px;
  margin-left: auto;
  padding: 20px 20px 10px;
  border-top-left-radius: 125px;
  border-bottom-right-radius: 125px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 2.5px rgba(51, 51, 51, 0.5);
  text-align: center;
}

.cta-section {
  position: relative;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: rgba(31, 157, 137, 0.5);
  background-image: url('/images/cleaning-supplies-transparent-background.png'), -webkit-gradient(linear, left top, left bottom, from(#1f9d89), to(rgba(236, 255, 252, 0.5)));
  background-image: url('/images/cleaning-supplies-transparent-background.png'), linear-gradient(180deg, #1f9d89, rgba(236, 255, 252, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.cta-h2-small {
  margin-top: 15px;
  font-size: 35px;
  line-height: 35px;
}

.all-pro-logo-img {
  width: 125px;
  max-width: 125px;
  margin: -45px auto 15px;
}

.cta-txt {
  font-size: 1.3rem;
  line-height: 27px;
}

.header-txt-contain-2 {
  width: 60%;
  margin-bottom: 60px;
}

.header-txt-contain-3 {
  width: 60%;
  margin-bottom: 60px;
}

.checklist-contain {
  width: 100%;
}

.checklist-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4%;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #1f9d89;
  box-shadow: 1px 1px 10px 0 rgba(51, 51, 51, 0.25);
}

.icon-checklist {
  height: auto;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
}

.checklist-icon-contain {
  height: 100%;
  max-width: 75px;
  margin-right: 10px;
  padding: 12.5px 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #26c2a9;
}

.form {
  padding: 40px;
}

.form.span {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(43, 48, 68, 0.13);
  border-radius: 10px;
}

.form.landing {
  width: 100%;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(43, 48, 68, 0.13);
  border-radius: 10px;
}

.dbirds_text-field {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.dbirds_text-field:active {
  border-left: 3px solid #eb1c24;
}

.dbirds_text-field:focus {
  border-left: 3px solid #eb1c24;
}

.allpro_big {
  color: #26c2a9;
  font-size: 58px;
  line-height: 72px;
  font-weight: 800;
}

.dbirds_text-area:active {
  border-left: 3px solid #eb1c24;
}

.dbirds_text-area:focus {
  border-left: 3px solid #eb1c24;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.allpro_big-paragraph {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

.contact-form-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  padding: 60px;
  background-color: #fff;
}

.allpro_error-message {
  width: 100%;
  padding: 20px 20px 20px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eb1c24;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
}

.dbirds_contact-field {
  width: 48%;
}

.dbirds_contact-message {
  width: 100%;
  margin-bottom: 24px;
}

.allpro-form-block {
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-color: #e79f02;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 9px 1px rgba(51, 51, 51, 0.25);
}

.html-embed {
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(51, 51, 51, 0.25);
}

._100-140-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

.form-header-bold {
  font-size: 30px;
  line-height: 35px;
  font-weight: 900;
}

.allpro-blog_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.allpro-blog-summary {
  font-size: 0.9rem;
  line-height: 24px;
}

.allpro-blog-date {
  margin-bottom: 10px;
}

.dbirds_link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #1b1a1a;
  text-decoration: none;
}

.dbirds_link-block-3:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.allpro-blog-3up {
  display: block;
  overflow: hidden;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(31, 157, 137, 0.5);
  border-radius: 0px 25px;
  background-color: #fff;
  box-shadow: 0 10px 20px -5px rgba(51, 51, 51, 0.15);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.allpro-blog-3up:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.blog-title-h3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.allpro-blog-image-container {
  width: 100%;
  height: 200px;
}

.blog-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.dbirds_read-more-arrow {
  width: 25px;
  margin-left: 20px;
}

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

.article-img {
  width: 350px;
  margin-right: 1.5%;
  margin-bottom: 0.5%;
  float: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.service-card-info-wrapper {
  width: 100%;
}

.landing-nav {
  padding-top: 5px;
  padding-bottom: 10px;
}

.landing-brand {
  width: 200px;
}

.navbar-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  box-shadow: none;
}

.nav-menu-2 {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.landing-nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-nav-link {
  height: 100%;
  margin-right: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(236, 255, 252, 0.5);
  background-color: rgba(31, 157, 137, 0.5);
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.landing-nav-link:hover {
  border-color: #26c2a9;
  background-color: transparent;
  color: #fff;
}

.landing-nav-link:active {
  font-family: Montserrat, sans-serif;
  color: #26c2a9;
  font-weight: 500;
}

.landing-nav-link:focus {
  background-color: rgba(31, 157, 137, 0.5);
  color: #fff;
  font-weight: 400;
}

.landing-nav-link:visited {
  background-color: rgba(31, 157, 137, 0.5);
  color: #fff;
}

.landing-nav-link.landing-contact-button {
  margin-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2.5px;
  background-color: #26c2a9;
  color: #fff;
}

.landing-nav-link.landing-contact-button:hover {
  border-right-color: #0c573d;
  border-left-color: #0c573d;
}

.section {
  position: relative;
  min-height: 100vh;
  background-image: radial-gradient(circle closest-corner at 50% 50%, transparent, rgba(31, 157, 137, 0.25) 25%, rgba(18, 20, 22, 0.85)), url('/images/landing.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.landing-wrapper-flex-full-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-content-div-condensed {
  width: 50%;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.landing-h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
}

.text-span-5 {
  font-size: 1rem;
}

.landing-button {
  margin-right: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 2.5px;
  background-color: #e7bd1a;
  -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  transition: all 350ms cubic-bezier(.47, 0, .745, .715);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-shadow: none;
}

.landing-button:hover {
  background-color: transparent;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  text-shadow: 1px 1px 6px #000;
}

.landing-form-contain {
  width: 50%;
  padding: 10px 10px 10px 40px;
}

.heading-5 {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
}

.mobile-logo-img {
  display: none;
}

.nav-menu-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-4 {
  font-size: 1rem;
  line-height: 24px;
}

html.w-mod-js *[data-ix="modal-pop-up"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 45px;
    line-height: 50px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .allpro-button {
    font-size: 22px;
    line-height: 22px;
  }

  .allpro-button.landing-submit {
    margin-right: auto;
    margin-left: auto;
  }

  .allpro-content-div.center-align {
    width: 60%;
  }

  .allpro-navlink {
    display: block;
  }

  .allpro-navlink:hover {
    border-bottom-color: transparent;
    background-color: rgba(236, 255, 252, 0.5);
  }

  .nav-menu {
    border-bottom: 1px solid rgba(31, 157, 137, 0.5);
    background-color: #fff;
  }

  .home-hero-section {
    background-image: url('/images/moblie-banner.jpg');
  }

  .heading {
    font-size: 45px;
    line-height: 55px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 30px;
  }

  .make-an-appt-txt {
    color: #fff;
  }

  .button-flex-div {
    font-size: 20px;
    line-height: 24px;
  }

  ._100-60-section.commercial-cleaning {
    background-size: 40%;
  }

  ._100-60-section.article-section {
    background-size: 40%;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-3.green {
    font-size: 40px;
    line-height: 45px;
  }

  .service-cards.span {
    width: 96%;
  }

  .service-cards._50-span {
    background-color: #ecfffc;
  }

  .h2-white-small {
    text-align: center;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .logo-2 {
    width: 225px;
  }

  .paragraph-light {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button {
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.25);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: transparent;
  }

  .menu-button.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #1f9d89;
    background-color: transparent;
    color: #1f9d89;
  }

  .lightbox-link {
    width: 75px;
    height: 75px;
  }

  .page-h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .text-span-3 {
    font-size: 45px;
    line-height: 50px;
  }

  .modal {
    display: none;
  }

  .text-span-4 {
    font-size: 55px;
    line-height: 60px;
  }

  .services-contain-div {
    width: 100%;
  }

  .h2-white-small-italic {
    text-align: center;
  }

  .cta-txt-contain {
    width: 55%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .cta-section {
    background-position: 30% 50%, 0px 0px;
  }

  .cta-h2-small {
    font-size: 35px;
    line-height: 35px;
  }

  .cta-txt {
    font-size: 1.1rem;
    line-height: 25px;
  }

  .header-txt-contain-2 {
    width: 75%;
  }

  .header-txt-contain-3 {
    width: 75%;
  }

  .form.landing {
    text-align: center;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .allpro-blog-3up {
    width: 40%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 60px;
  }

  .landing-brand {
    width: 150px;
  }

  .landing-nav-contain {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .landing-nav-link {
    display: none;
    margin-right: 0px;
    text-align: right;
  }

  .section {
    padding-top: 150px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 77, 67, 0.5)), to(rgba(15, 77, 67, 0.5))), url('/images/landing.jpg');
    background-image: linear-gradient(180deg, rgba(15, 77, 67, 0.5), rgba(15, 77, 67, 0.5)), url('/images/landing.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .landing-wrapper-flex-full-div {
    position: static;
  }

  .landing-content-div-condensed {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }

  .landing-form-contain {
    width: 100%;
    padding-left: 10px;
  }

  .list {
    padding-left: 0px;
    list-style-type: none;
  }

  .desktop-logo-img {
    display: none;
  }

  .mobile-logo-img {
    display: inline-block;
  }

  .nav-menu-3 {
    background-color: rgba(236, 255, 252, 0.5);
  }

  .menu-button-2 {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(31, 157, 137, 0.5);
    border-radius: 2.5px;
    -webkit-transition: all 350ms cubic-bezier(.47, 0, .745, .715);
    transition: all 350ms cubic-bezier(.47, 0, .745, .715);
    color: #fff;
  }

  .menu-button-2:hover {
    border-color: #26c2a9;
    color: #26c2a9;
  }

  .menu-button-2:active {
    border-color: #fff;
    color: #fff;
  }

  .menu-button-2:focus {
    border-color: rgba(31, 157, 137, 0.5);
  }

  .menu-button-2.w--open {
    background-color: rgba(31, 157, 137, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .meadows_mobile-hamburger {
    display: block;
    width: 55px;
    height: auto;
    margin-right: 10px;
    padding: 0px;
    cursor: pointer;
  }

  .allpro-button {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .allpro-content-div.center-align {
    width: 75%;
  }

  .home-hero-section {
    min-height: 60vh;
    background-position: 75% 50%;
  }

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

  .make-an-appt-txt {
    font-size: 22px;
    line-height: 24px;
  }

  .allpro-button-alt:hover {
    border-bottom-right-radius: 0px;
  }

  .button-flex-div {
    font-size: 18px;
    line-height: 22px;
  }

  ._100-60-section {
    padding-top: 80px;
  }

  ._100-60-section.page-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._100-60-section.artile-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._50-50-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-contain-50 {
    display: none;
    width: 100%;
  }

  .txt-contain-50 {
    width: 100%;
    padding-left: 0%;
    text-align: left;
  }

  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-div {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 60px;
  }

  .div-block-3 {
    left: 2.5%;
    top: -20%;
  }

  .header-txt-contain {
    width: 100%;
  }

  .column-50 {
    width: 100%;
  }

  .service-cards {
    width: 45%;
  }

  .service-cards.span {
    width: 100%;
    margin-right: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .service-cards._50-span {
    width: 100%;
    margin-right: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: left;
  }

  .service-cards._50-span:hover {
    background-color: #fff;
  }

  .service-cards.span-color {
    margin-right: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .lightbox-link {
    width: 50px;
    height: 50px;
  }

  .page-h1 {
    line-height: 45px;
  }

  .text-span-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .modal {
    max-width: 400px;
  }

  .text-span-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .list-contain-div {
    text-align: center;
  }

  .flex-contain {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-white-small-italic {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-txt-contain {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .cta-section {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-h2-small {
    font-size: 30px;
    line-height: 30px;
  }

  .cta-txt {
    font-size: 1rem;
    line-height: 24px;
  }

  .header-txt-contain-2 {
    width: 100%;
  }

  .header-txt-contain-3 {
    width: 100%;
  }

  .service-bullet-list {
    padding-left: 0px;
    text-align: left;
    list-style-type: none;
  }

  .checklist-flex-div {
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 0.9rem;
    line-height: 19px;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    -ms-grid-columns: 0.25fr 1.5fr;
    grid-template-columns: 0.25fr 1.5fr;
  }

  .dbirds_contact-field {
    width: 46%;
  }

  .dbirds_contact-message {
    margin-bottom: 12px;
  }

  .allpro-form-block {
    width: 100%;
    box-shadow: none;
  }

  ._100-140-section {
    padding-top: 60px;
  }

  .allpro-blog-3up {
    width: 100%;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .center-align {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .article-img {
    margin-right: 0%;
    margin-bottom: 5%;
    float: none;
  }

  .landing-brand {
    width: 150px;
    margin-bottom: 20px;
  }

  .landing-nav-link {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    text-align: center;
  }

  .landing-h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  p {
    font-size: 1rem;
    line-height: 24px;
  }

  .allpro-button {
    border-radius: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }

  .allpro-button:hover {
    border-radius: 20px;
  }

  .allpro-top-bar {
    display: none;
  }

  .allpro-content-div.center-align {
    width: 95%;
  }

  .logo-img.long-logo {
    display: none;
  }

  .logo-img.mobile-logo {
    display: inline-block;
    width: 85px;
  }

  .div-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .home-hero-section {
    padding-bottom: 100px;
    background-position: 65% 50%;
  }

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

  .make-an-appt-txt {
    margin-right: 0px;
    margin-bottom: 20px;
  }

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

  .allpro-button-alt {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    min-width: auto;
  }

  .allpro-button-alt:hover {
    border-top-left-radius: 0px;
  }

  ._100-60-section {
    padding-top: 60px;
  }

  ._100-60-section.page-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._100-60-section.commercial-cleaning {
    padding-bottom: 40px;
  }

  ._100-60-section.artile-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._100-60-section.article-section {
    padding-bottom: 40px;
  }

  .gold-larger-txt {
    font-size: 1.7rem;
  }

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

  .heading-3.green {
    font-size: 27px;
    line-height: 35px;
  }

  .text-span-2 {
    font-size: 20px;
  }

  .service-cards {
    width: 100%;
    min-height: 200px;
    margin-right: 0%;
    margin-bottom: 10%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .service-cards:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .service-cards._50-span {
    width: 100%;
    background-color: #fff;
  }

  .service-cards._50-span:hover {
    background-color: #fff;
  }

  .other-service-wrapper {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .bullet-point-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._50-list {
    width: 100%;
    padding-left: 20px;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .footer-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-link-white {
    margin-bottom: 5px;
  }

  .logo-2 {
    width: 200px;
  }

  .footer-link-wrap {
    display: block;
  }

  .paragraph-light {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .page-h1 {
    line-height: 24px;
  }

  .text-span-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .modal {
    width: 100%;
    max-width: none;
    border-top-left-radius: 0px;
    text-align: left;
  }

  .gold-txt {
    font-size: 1.7rem;
  }

  .text-span-4 {
    font-size: 24px;
    line-height: 24px;
  }

  .list-contain-div {
    width: 100%;
  }

  .h2-white-small-italic {
    font-size: 30px;
  }

  .cta-txt-contain {
    width: 95%;
    margin-top: -55px;
  }

  .cta-section {
    padding-top: 20px;
    background-position: 20% 50%, 0px 0px;
  }

  .cta-h2-small {
    font-size: 24px;
    line-height: 26px;
  }

  .checklist-contain {
    position: relative;
  }

  .checklist-flex-div {
    position: relative;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 92px 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .icon-checklist {
    width: 50px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .checklist-icon-contain {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none none solid;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #26c2a9;
  }

  .form {
    padding: 20px;
  }

  .allpro_big {
    font-size: 50px;
    line-height: 60px;
  }

  .allpro_big-paragraph {
    font-size: 20px;
    text-align: center;
  }

  .contact-form-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .success-message {
    padding: 20px;
  }

  .dbirds_contact-field {
    width: 100%;
  }

  ._100-140-section {
    padding-top: 60px;
  }

  .allpro-blog-date {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .allpro-blog-3up {
    width: 100%;
    margin: 0px 0px 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-summary-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .center-align {
    width: 100%;
  }

  .article-img {
    width: auto;
  }

  .landing-brand {
    width: 175px;
    margin-bottom: 0px;
  }

  .landing-content-div-condensed {
    margin-bottom: 100px;
  }

  .landing-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .list {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }
}

#w-node-a5b4eac7-49ee-22cf-b043-b58b23eea80c-7f043d78 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5a4c20fb-8d56-286d-9d4b-107ffbd827c4-79ead94b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-a5b4eac7-49ee-22cf-b043-b58b23eea7fc-7f043d78 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a5b4eac7-49ee-22cf-b043-b58b23eea800-7f043d78 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a5b4eac7-49ee-22cf-b043-b58b23eea804-7f043d78 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a5b4eac7-49ee-22cf-b043-b58b23eea808-7f043d78 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5a4c20fb-8d56-286d-9d4b-107ffbd827b4-79ead94b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5a4c20fb-8d56-286d-9d4b-107ffbd827b8-79ead94b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5a4c20fb-8d56-286d-9d4b-107ffbd827bc-79ead94b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5a4c20fb-8d56-286d-9d4b-107ffbd827c0-79ead94b {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

