:root {
  --primary-color: #1f5641;
  --black: black;
  --white: #fff;
  --off-white: #f6f2e8;
  --secondary: #fff;
}

body {
  color: #333;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 30px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid var(--primary-color);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu-button-centered {
  flex: none;
}

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.nav-menu-centered {
  z-index: 1;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  z-index: 1999;
  background-color: var(--white);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.hero-btn1 {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fd5521;
  border-radius: 0;
  align-items: center;
  width: 250px;
  padding: 18px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.hero-btn1:hover {
  border: 1px none var(--white);
  background-color: var(--primary-color);
  color: var(--white);
  transform: scale(1.05);
}

.hero-btn1.cta {
  width: 200px;
  font-size: 16px;
}

.hero-btn1.cta.cta-btn {
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
}

.paragraph-large {
  color: #1e263f;
  text-shadow: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.paragraph-large.center.mb-30 {
  margin-bottom: 30px;
}

.paragraph-large.left-align {
  text-align: left;
}

.paragraph-large.mb-30 {
  margin-bottom: 30px;
}

.paragraph-large.ceter-align {
  text-align: center;
}

.paragraph-large.text-white {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large.text-white.center--align {
  background-color: var(--primary-color);
  text-align: center;
  width: 300px;
}

.paragraph-large.text-white.center-align {
  text-align: center;
}

.paragraph-large.text-white.center-align.mb-30 {
  margin-bottom: 30px;
}

.base-container {
  z-index: 999;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 0;
  display: flex;
  position: relative;
}

.base-container.mt-100 {
  padding-top: 100px;
}

.base-container.top.nav {
  flex-flow: row;
}

.cta-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 600;
}

.cta-h2.m-0 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3em;
}

.cta-h2.m-0.h2-large {
  font-size: 62px;
  line-height: 1.1em;
}

.primary-color-background {
  background-color: var(--primary-color);
  color: var(--primary-color);
  background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba488b_mow%20-%20Copy.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-link {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: padding .2s, color .3s;
  display: block;
}

.footer-link:hover {
  color: #53d6a4;
  padding-left: 1.5px;
}

.footer-image {
  width: 400px;
}

.footer {
  text-align: center;
  background-color: #132414;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary-color);
}

.footer-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
}

.privacy-policy {
  color: #999;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1em;
}

.footer-line {
  background-color: #afafaf80;
  height: 1px;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark-address {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-map-wrap {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.footer-dark-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 25px;
  display: flex;
}

.footer-rights-wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-dark-link {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-dark-link:hover {
  color: var(--primary-color);
}

.footer-links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.collection-list-6 {
  text-align: left;
}

.areas-list-item:hover {
  color: #f6f2e8;
}

.megamenu-dropdown-wrapper {
  justify-content: center;
  display: flex;
}

.megamenu-dropdown-wrapper.service-container {
  width: 100%;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.megamenu-dropdown-wrap {
  width: 5%;
}

.megamenu-dropdown-wrap.one-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.megamenu-dropdown-wrap.one-column.services-container {
  width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.auto-update-copyright {
  color: var(--white);
  font-size: 16px;
}

.socials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.socials-link {
  width: 10%;
  transition: all .2s;
}

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

.text-white {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.section-title-wrap {
  text-align: center;
  border-bottom: 1px #ffffff52;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-title-wrap.sa-wrap {
  justify-content: center;
  align-items: center;
  width: 920px;
}

.section-title-wrap.blog-section-title-wrap {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
}

.section-12 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-12.accommodation-banner {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg"), linear-gradient(#0000004d, #0000004d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.banner-title-wrapper-2 {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  width: 820px;
  max-width: none;
  display: flex;
  position: relative;
}

.banner-title-2 {
  z-index: 999;
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000000c7;
  height: auto;
  margin-bottom: 40px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3em;
}

.bg-overlay {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  object-fit: cover;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services-container {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section-13 {
  background-color: #231f20;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-13.without-bottom-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section-13.without-bottom-spacing.service-second-section {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-100 {
  width: auto;
}

.image-100.mb-30 {
  height: 100%;
  margin-bottom: 30px;
}

.footer-link-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-link-2:hover {
  color: #53d6a4;
  padding-left: 1.5px;
}

.sticky-button {
  z-index: 5000;
  border-radius: 100px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  position: fixed;
  inset: auto auto 20px 20px;
}

.navy-button {
  clear: none;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 18px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: static;
}

.navy-button:hover {
  border-color: var(--white);
  background-color: var(--primary-color);
  opacity: 1;
  color: var(--white);
  transform: scale(1.05);
}

.rich-text-block-6 {
  text-align: left;
}

.banner-btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-right: 20px;
  padding: 16px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

.banner-btn-primary:hover {
  transform: scale(1.05);
}

.banner-btn-primary.w--current {
  border-radius: 0;
}

.double-btn-wrap {
  display: flex;
}

.div-block-56 {
  background-color: #fff;
  width: 20%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.special-map {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.section-title-wrapper-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper-4.maps-section {
  justify-content: center;
  align-items: flex-start;
}

.column-12 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.primary-button-white-7 {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  color: var(--primary-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 0 #050a1b00, .9px .4px .4px #050a1b08, 1.8px .9px .8px #050a1b0a, 3.1px 1.5px 1.6px #050a1b0b, 4.9px 2.4px 2.9px #050a1b0c, 8px 3.9px 5.3px #050a1b0c, 13.8px 6.8px 10.4px #050a1b0d, 27.6px 13.5px 22.8px #050a1b0e;
}

.primary-button-white-7:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary-color);
  transform: scale(1.05);
}

.double-button-6 {
  grid-column-gap: 20px;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.double-button-6.dbl-button-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.home-section-title-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.paragraph-large-4 {
  color: #4b5b68;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-large-4.maps-par {
  color: #fff;
  text-align: left;
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
}

.column-13 {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

.other-services {
  background-color: var(--primary-color);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.heading-34 {
  color: var(--white);
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-95 {
  border: 1px #e7e7e7;
}

.other-services-wrap.mt-30 {
  margin-top: 30px;
}

.svc-item-link {
  color: #302f2d;
  border: 1px solid #0000001c;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.svc-item-link:hover {
  background-color: var(--primary-color);
  color: var(--white);
  padding-left: 30px;
}

.btn-phone-primary {
  z-index: 2;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 0;
  width: 200px;
  padding: 16px 22px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.btn-phone-primary:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  transform: scale(1.05);
}

.cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 920px;
  height: 100%;
  display: flex;
}

.svc-column-2 {
  position: sticky;
  top: 140px;
}

.cms-richtext {
  border-left: 5px solid var(--primary-color);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.svc-area-section {
  z-index: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.fa-icon {
  padding-right: 5px;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-block-58 {
  color: #fff;
}

.bold-text-28 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.bold-text-28:hover {
  color: #fff;
}

.text-block-62 {
  font-size: 20px;
}

.top-nav-bar {
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.free-quote {
  text-decoration: none;
  display: flex;
}

.top-bar-right {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.top-bar-left, .div-block-34 {
  display: flex;
}

.tablet-menu-2 {
  display: none;
}

.dropdown-list-5 {
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #fffffffa;
  border-radius: 0;
  width: 300px;
}

.dropdown-list-5.dropdown-list-all-services.w--open {
  border-radius: 5px;
  width: 200px;
}

.dropdown-list-5.about-list.w--open {
  background-color: #fffffffa;
  width: 180px;
}

.nav-menu-centered-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-link-2 {
  color: #333;
  letter-spacing: normal;
  text-transform: uppercase;
  border-bottom: 1px #afafaf00;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 20px 14px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: all .2s;
  display: flex;
}

.nav-menu-link-2:hover {
  color: var(--primary-color);
  border: 1px #000;
}

.nav-menu-link-2.w--current {
  color: var(--primary-color);
}

.collection-list-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.tablet-down-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  background-color: #fd5521;
  border: 1px solid #fd5521;
  padding: 18px 24px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
  display: none;
}

.tablet-down-2:hover {
  opacity: 1;
  color: #fd5521;
  background-color: #fff;
}

.about-block {
  color: var(--black);
  text-transform: none;
  border-bottom: 1px solid #cecece;
  width: 100%;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.about-block:hover {
  background-color: var(--primary-color);
  color: var(--white);
  padding-left: 20px;
}

.about-block.main {
  background-color: var(--primary-color);
  color: var(--white);
  background-color: var(--primary-color);
}

.logo-mobile {
  padding-left: 0;
}

.div-block-85 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-37 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-btn {
  background-color: var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  height: 100%;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.nav-logo_main-2 {
  z-index: 3;
  width: 150px;
  max-width: none;
  display: block;
  position: relative;
}

.nav-logo-container-2 {
  width: 14em;
  transition: opacity .25s;
  position: relative;
}

.nav-logo-container-2.w--current {
  width: 15em;
  position: relative;
}

.sa-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.all-service-link-block {
  border-bottom: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  width: 100%;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.all-service-link-block:hover {
  padding-left: 20px;
}

.search-shop-con-centered-2 {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.nav-container-2 {
  background-color: #fff;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  display: flex;
}

.dropdown-toggle {
  padding-right: 20px;
  font-weight: 500;
}

.text-block-86 {
  text-transform: uppercase;
  padding-right: 20px;
}

.dropdown-2 {
  border-radius: 0;
}

.serrvices-link-block {
  color: #333;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.serrvices-link-block:hover {
  background-color: var(--primary-color);
  color: var(--white);
  padding-left: 30px;
}

.sa-link-block {
  color: #333;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.sa-link-block:hover {
  background-color: var(--primary-color);
  color: var(--white);
  padding-left: 30px;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.bas-wrapper-2 {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.collection-list-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .nav-menu-link:hover {
    color: var(--white);
    border-bottom: 1px #cf92c0;
  }

  .base-container {
    width: 1200px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .testimonials-tab-1-link {
    color: var(--white);
  }

  .testimonials-tab-1-link.w--current {
    border-color: var(--white);
    color: var(--white);
  }

  .primary-button-2:hover {
    background-color: var(--primary-color);
  }

  .footer-link:hover {
    color: var(--primary-color);
  }

  .nav-dropdown-toggle:hover {
    transform: translate(0, -5px);
  }

  .services-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    background-color: #07264e;
    border-color: #ff9393;
  }

  .input-field::placeholder {
    color: #999;
    font-size: 14px;
  }

  .section-title-content-2 {
    font-size: 18px;
  }

  .container-2 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-tabs-content-wrap {
    position: relative;
  }

  .service-tab-content-area {
    margin: 40px 20px 20px;
    padding: 60px;
  }

  .top-nav-bar {
    display: flex;
  }

  .nav-logo_red-2 {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: #333;
    border-bottom: 1px solid #0000;
  }

  .nav-menu-link-2:hover {
    color: #29acf1;
    border-bottom: 1px #cf92c0;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .nav-container-2 {
    background-color: #0000;
    border-style: none;
    border-color: #000;
    min-width: auto;
    max-width: 1200px;
    padding: 10px 0;
  }

  .garlic-mustard-img {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .hero-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content {
    width: 100%;
    padding-bottom: 60px;
  }

  .hero-section {
    padding-top: 300px;
  }

  .svc-area-column {
    width: 1200px;
  }

  .container-2 {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-tab-section {
    min-height: 900px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .service-tab-content-area {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 20px 20px;
    padding: 60px;
    display: flex;
  }

  .dropdown {
    font-size: 16px;
  }

  .nav-logo_red-2 {
    width: 150px;
  }

  .nav-menu-link-2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: #29acf1;
    font-weight: 500;
  }

  .nav-logo_main-2 {
    width: 150px;
  }

  .nav-logo-container-2 {
    width: 17em;
  }

  .dropdown-2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link:hover {
    color: var(--white);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-weight: 600;
  }

  .nav-container {
    max-width: 1500px;
  }

  .hero-container {
    width: 1500px;
    height: auto;
    padding-top: 300px;
    padding-bottom: 0;
  }

  .hero-section {
    background-image: linear-gradient(2deg, #02140de6, #1f564133 45%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-h2 {
    font-size: 52px;
  }

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

  .svc-section.without-bottom-spacing {
    background-image: url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48dd_5335765%20(1).webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .base-container {
    width: 1500px;
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-2.w--current {
    border-style: solid;
  }

  .primary-button-2.w--current:hover {
    transform: scale(1.1);
  }

  .section-title-wrap.blog-section-title-wrap {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 220px;
    padding-right: 220px;
  }

  .gallery {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .svc-area-column {
    width: 1500px;
  }

  .services-container {
    max-width: 1500px;
  }

  .primary-button-white-7:hover {
    color: #ff9393;
    -webkit-text-stroke-color: #9e222d;
    border-color: #ff9393;
  }

  .checks-h3 {
    font-size: 21px;
  }

  .checks-p {
    font-size: 18px;
  }

  .blog-container, .base-container-2 {
    max-width: 1500px;
  }

  .blog-post-container {
    max-width: 90rem;
  }

  .title-section-wrap {
    max-width: 920px;
  }

  .polaroid-sign-wrap {
    align-items: center;
  }

  .container-2 {
    max-width: 1500px;
  }

  .service-tab-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-title-wrap-2.title-center-align {
    width: 100%;
  }

  .top-nav-bar {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list-5.dropdown-list-all-services.w--open {
    background-color: #fffffffa;
  }

  .nav-logo_red-2 {
    width: 180px;
  }

  .nav-menu-centered-wrapper-2 {
    margin-right: 40px;
  }

  .nav-menu-link-2 {
    color: #333;
    border-bottom-style: none;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-link-2:hover {
    color: var(--primary-color);
    border: 1px #000;
    border-bottom-color: #fd5521;
    font-size: 16px;
    font-weight: 500;
  }

  .about-block {
    border-bottom-color: #cacaca;
  }

  .nav-btn {
    text-transform: uppercase;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .nav-logo_main-2 {
    width: 180px;
  }

  .nav-logo-container-2 {
    width: 20em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-shop-con-centered-2 {
    width: auto;
  }

  .nav-container-2 {
    border-bottom-style: none;
    min-width: auto;
    max-width: 1500px;
    padding: 0;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .serrvices-link-block, .sa-link-block {
    border-bottom-color: #d3d3d3;
  }

  .collection-list-19 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-121 {
    display: block;
  }

  .collection-item {
    justify-content: center;
    align-items: center;
    height: 290px;
    display: flex;
  }

  .tree-health-image {
    width: 550px;
  }

  .glory-of-snow-img-column {
    padding-bottom: 100px;
  }

  .tree-health-image-large {
    width: 550px;
  }

  .maple-chlorosis.mt-100 {
    justify-content: center;
    align-items: center;
  }

  .needle-cast-second-img {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4, p, ul {
    font-size: 14px;
  }

  .nav-close-icon {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-menu-link {
    color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .close-menu-button.w--open {
    filter: invert();
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tablet-down {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
  }

  .menu-button-centered {
    text-align: right;
    padding: 0;
  }

  .menu-button-centered.w--open {
    background-color: #0000;
  }

  .nav-logo-container {
    z-index: 1;
    margin-right: 2em;
  }

  .nav-menu-shadow-overlay {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 320px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 30px #00000026;
  }

  .nav-menu-centered {
    z-index: 20;
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-logo_main {
    opacity: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .search-shop-con-centered {
    grid-column-gap: 10px;
    width: auto;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-h1 {
    width: 500px;
    font-size: 32px;
  }

  .hero-container {
    padding-bottom: 0;
  }

  .hero-btn1 {
    width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-btn1:hover {
    opacity: 1;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .abt-img {
    width: 100%;
    height: auto;
  }

  .double-button-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
  }

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

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button-white-2:hover {
    opacity: 1;
  }

  .abt-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .column-2 {
    height: auto;
  }

  .section-h2 {
    padding-left: 0;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
  }

  .circle-counter-wrap {
    width: 50%;
  }

  .svc-section {
    padding: 100px 60px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .base-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .svc-cms-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .review-image-wrap {
    width: 100%;
  }

  .quote-divider-block {
    display: none;
  }

  .home-tabs-menu {
    padding-left: 20px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
  }

  .tabs-testimonial-person {
    padding-left: 0;
  }

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

  .primary-color-background {
    height: auto;
  }

  .contacts-title.top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-content-wrapper.haze-padding {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-wrap {
    flex-direction: column;
  }

  .form-section {
    padding: 100px 60px;
  }

  .contacts-form-wrapper-home-2 {
    width: 70%;
    padding: 30px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .footer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-family: Poppins, Arial, sans-serif;
    display: flex;
  }

  .nav-dropdown-link-2 {
    padding: 10px 0;
    font-size: 15px;
    display: none;
  }

  .nav-dropdown-link-2:hover {
    color: #87a6d6;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
  }

  .megamenu-dropdown-wrapper.service-container {
    width: 100%;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    max-height: 220px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu.w--open {
    max-height: none;
  }

  .nav-item-title {
    color: #87a6d6;
    font-family: Poppins, Arial, sans-serif;
    font-size: 15px;
  }

  .nav-dropdowm-link-line-2 {
    background-color: #87a6d6;
  }

  .nav-dropdown-link-wrapper {
    justify-content: flex-start;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column, .megamenu-dropdown-wrap.one-column.services-container, .megamenu-dropdown-wrap.one-column.services-container {
    width: 100%;
  }

  .testimonials {
    padding: 100px 60px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding: 100px 60px;
  }

  .section-9.main-flowers-green-banner {
    padding-top: 140px;
  }

  .about-6-contacts-content-wrapper {
    text-align: center;
    align-items: center;
  }

  .abt-cta-img {
    object-position: 50% 23%;
  }

  .abt-contacts-wrap {
    width: 100%;
    height: 550px;
  }

  .abt-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .abt-cta-wrap {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .abt-us {
    padding: 100px 60px;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .accommodation-map-block-2 {
    width: 100%;
    min-height: 600px;
  }

  .accommodation-map-block-2.small {
    width: 100%;
  }

  .section-12.accommodation-banner {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba4880_accomodation-banner-01.avif");
    background-position: 0 0, 50%;
    min-height: 500px;
  }

  .banner-title-wrapper-2 {
    width: 100%;
  }

  .banner-title-wrapper-2.p-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-2 {
    font-size: 44px;
  }

  .services-container {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-link-2 {
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

  .section-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-list-2-item-content {
    margin-top: 10px;
  }

  .service-area {
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-article-content-wrapper {
    height: auto;
  }

  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding: 100px 60px;
  }

  .banner-btn-primary:hover, .banner-button-phone:hover {
    opacity: 1;
  }

  .section-title-wrapper-4 {
    max-width: 560px;
  }

  .primary-button-white-7 {
    width: 100%;
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    opacity: 1;
  }

  .double-button-6 {
    margin-top: 0;
  }

  .double-button-6.dbl-button-left {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
  }

  .home-section-title-2 {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 1.3em;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-13 {
    height: auto;
    min-height: 0;
    padding: 50px 40px 45px;
  }

  .svc-item-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .svc-heading {
    font-size: 21px;
    font-weight: 600;
  }

  .abt-section {
    flex-flow: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .btn-phone {
    display: none;
  }

  .hero-btn2 {
    width: 220px;
  }

  .cta-wrap {
    width: 100%;
    padding: 100px 40px;
  }

  .page-banner {
    padding: 140px 60px 100px;
  }

  .card-btn {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .form-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .svc-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .svc-column-2 {
    position: static;
  }

  .svc-area-section {
    padding: 0 0 100px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lp-container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-image {
    width: 60px;
    height: 60px;
  }

  .features-h3 {
    font-size: 20px;
  }

  .pricing-card-text {
    font-size: 16px;
  }

  .about-us-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
    display: flex;
  }

  .banner-section-2.home-3-banner {
    flex-flow: column;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 0;
    display: block;
  }

  .image-9 {
    width: 100%;
    height: auto;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    height: 340px;
  }

  .paragraph-23.hero-description {
    text-align: left;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .info-h2 {
    padding-left: 0;
    font-size: 31px;
  }

  .flex-about {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .meet-owner-section {
    padding-top: 80px;
  }

  .faq-container-lp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-5 {
    font-size: 16px;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 42rem;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 53rem;
    padding-left: 0;
    padding-right: 0;
  }

  .polaroid-sign-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .section-title-content-2 {
    font-size: 14px;
  }

  .service-tab-contents {
    width: 100%;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-tabs-image {
    width: 100%;
    margin-top: 40px;
  }

  .service-tab-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-tab-link-text {
    font-size: 16px;
  }

  .tabs-photo {
    min-height: 300px;
    max-height: 460px;
  }

  .section-title-wrap-2.title-center-align {
    width: 100%;
  }

  .button-3, .button-3.on-white, .button-3.on-white {
    font-size: 16px;
  }

  .service-tab-content-area {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .bold-text-28 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .free-quote {
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .nav-menu-link-2 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2 {
    width: 200px;
  }

  .image-2.logo-mobile {
    width: 150px;
  }

  .tablet-down-2 {
    background-color: var(--primary-color);
    letter-spacing: 1px;
    border-color: #29acf1;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .nav-btn {
    display: none;
  }

  .nav-logo_main-2 {
    opacity: 1;
  }

  .nav-logo-container-2 {
    z-index: 1;
    margin-right: 2em;
  }

  .search-shop-con-centered-2 {
    grid-column-gap: 10px;
    width: auto;
  }

  .nav-container-2 {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .collection-list-19 {
    grid-template-columns: 1fr 1fr;
  }

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

  .tree-health-image, .tree-health-image-2 {
    width: 300px;
  }

  .section-text-title {
    width: 250px;
    font-size: 18px;
  }

  .garlic-mustard-img {
    width: 100%;
  }

  .slide-2 {
    width: 48%;
  }

  .landscaping-before-and-after {
    width: 100%;
  }

  .collection-list-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main {
    opacity: 0;
  }

  .tablet-menu {
    height: 110px;
  }

  .navbar {
    position: fixed;
  }

  .hero-h1 {
    width: auto;
    font-size: 32px;
    line-height: 1em;
  }

  .hero-double-btn {
    justify-content: center;
    align-items: center;
  }

  .hero-btn1 {
    width: 200px;
  }

  .secondary-button-2 {
    letter-spacing: 1px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(0deg, #02140de6, #1f564133 64%), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba48c0_company%20picture%2020223.webp");
    background-position: 0 0, 47% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
  }

  .abt-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .double-button-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .columns {
    flex-flow: column-reverse wrap;
    min-width: 100%;
  }

  .columns.second-section-column.d-wrap-up {
    flex-flow: column wrap;
  }

  .abt-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .section-h2 {
    text-align: center;
    font-size: 32px;
  }

  .section-h2.left {
    text-align: center;
    padding-left: 0;
    font-size: 38px;
  }

  .section-h2.left--align {
    padding-left: 0;
    font-size: 32px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.flex-justify-space-btween._w-100 {
    flex-flow: column;
  }

  .paragraph-large {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-circles-2 {
    font-size: 18px;
    font-weight: 600;
  }

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

  .circle-counter-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .base-container {
    max-width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.top {
    margin-top: 0;
  }

  .svc-cms-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-color-background {
    height: auto;
  }

  .contacts-content-wrapper, .form-subtitle {
    text-align: center;
  }

  .rsvp-bg-images {
    display: none;
  }

  .form-wrap {
    flex-wrap: wrap;
  }

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

  .contacts-form-wrapper-home-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-dark-address {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark-link-wrapper {
    align-items: center;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-toggle {
    width: 99%;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .socials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

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

  .section-9.main-flowers-green-banner {
    min-height: 250px;
  }

  .banner-title.grey-green {
    font-size: 42px;
  }

  .abt-left {
    width: 100%;
  }

  .text-white {
    font-size: 56px;
    line-height: 1.3em;
  }

  .abt-content-wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .abt-right {
    width: 100%;
  }

  .abt-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .accommodation-map-block-2 {
    min-height: 450px;
  }

  .accommodation-map-block-2.small {
    width: 90%;
  }

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

  .banner-title-wrapper-2.p-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-title-2 {
    font-size: 38px;
  }

  .services-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .svc-link-wrap {
    width: 100%;
  }

  .subheader-services {
    font-size: 14px;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
  }

  .blog-post-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-btn-primary, .banner-button-phone {
    margin-top: 0;
  }

  .div-block-57 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 40px;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    margin-top: 0;
  }

  .primary-button-white-7:hover {
    color: #9e222d;
  }

  .double-button-6 {
    margin-top: 40px;
  }

  .double-button-6.dbl-button-left {
    width: 70%;
  }

  .home-section-title-2 {
    text-align: center;
  }

  .paragraph-large-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
  }

  .vlog-cms-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .blog-info-wrap {
    padding-bottom: 30px;
  }

  .abt-section {
    background-image: none;
    height: auto;
    padding: 40px 20px;
  }

  .hero-btn2 {
    letter-spacing: 1px;
    width: 200px;
  }

  .btn-phone-primary {
    letter-spacing: 1px;
  }

  .cta-wrap {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-banner {
    min-height: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-banner-h1 {
    font-size: 42px;
  }

  .card-btn {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .form-content-wrap {
    text-align: center;
  }

  .svc-area-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-left, .pricing-overview {
    padding: 60px 15px;
  }

  .about-us-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .banner-section-2 {
    height: 600px;
  }

  .banner-section-2.home-3-banner {
    background-image: none;
  }

  .banner-section-2.home-3-banner.about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-9 {
    width: 100%;
  }

  .paragraph-23.hero-description {
    text-align: center;
    text-align: center;
    width: 100%;
  }

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

  .about-intro-wrap-2 {
    max-width: 85%;
  }

  .faq-header {
    font-size: 45px;
  }

  .faq-container-lp {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-26 {
    font-size: 16px;
  }

  .footer-dark-link-wrapper-2 {
    align-items: center;
  }

  .blog-body-wrapper {
    width: auto;
  }

  .blog-container {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .blog-link-wrapper {
    width: auto;
  }

  .blog-header-container {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 32rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-container {
    max-width: 55rem;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .polaroid-sign-wrap {
    flex-direction: column;
    align-items: center;
  }

  .polaroid-contact-wrap-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .section-title-content-2.center-align {
    text-align: center;
    text-align: center;
  }

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

  .service-tab-link {
    margin-bottom: 20px;
  }

  .service-tabs-menu {
    flex-direction: column;
  }

  .service-tab-content-area {
    margin-left: 10px;
    margin-right: 0;
  }

  .top-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .free-quote {
    display: flex;
  }

  .tablet-menu-2 {
    height: 110px;
  }

  .nav-menu-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
  }

  .image-2.logo-mobile {
    width: 90px;
  }

  .tablet-down-2 {
    letter-spacing: 1px;
    font-weight: 600;
  }

  .nav-logo_main-2 {
    opacity: 1;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .lightbox-link-2 {
    width: 250px;
    height: 200px;
  }

  .brown-needles-section {
    padding: 40px 20px;
  }

  .columns-9 {
    flex-flow: column-reverse wrap;
  }

  .columns-9.mt-100 {
    margin-top: 20px;
  }

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

  .glory-of-snow-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

  .maple-chlorosis.mt-100 {
    flex-flow: column;
    margin-top: 0;
  }

  .column-22, .needle-cast {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-20 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-close-icon {
    filter: invert();
  }

  .nav-menu-link {
    color: #fd5521;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link:hover {
    color: #1e263f;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    background-color: #fff;
  }

  .tablet-down {
    letter-spacing: 1px;
    width: 100%;
    font-weight: 600;
  }

  .nav-menu-shadow-overlay {
    background-color: #fff;
  }

  .nav-menu-centered-wrapper {
    background-color: #0a1843;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    height: 120px;
  }

  .search-shop-con-centered {
    margin-left: 10px;
  }

  .navbar {
    position: sticky;
  }

  .hero-h1 {
    text-shadow: none;
    font-size: 32px;
  }

  .hero-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
  }

  .hero-container.hero-mobile {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-double-btn {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-btn1 {
    border-radius: 0;
    width: 100%;
    font-size: 14px;
  }

  .hero-btn1.services-btn {
    border-radius: 0;
    margin-top: 30px;
  }

  .hero-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .hero-section {
    background-image: linear-gradient(#082017, #fff0), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba490e_68111497f6745f7341fa41dc_company-picture-20223-(1)%20(1).webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .abt-img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    inset: 32% 2% auto 59px;
  }

  .abt-img._2nd-second-img {
    margin-bottom: 40px;
  }

  .double-button-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns {
    flex-flow: column-reverse wrap;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns.second-section-column {
    flex-flow: column wrap;
  }

  .primary-button-white-2 {
    width: 100%;
  }

  .abt-content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
  }

  .section-h2.left {
    font-size: 28px;
  }

  .section-h2.text-white {
    text-align: center;
    font-size: 28px;
  }

  .section-title-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper.flex-justify-space-btween._w-100 {
    flex-flow: column;
  }

  .paragraph-large {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large.text-white {
    font-size: 14px;
  }

  .paragraph-large.text-white.center--align {
    width: 100%;
  }

  .feature-circles-2.text-white {
    margin-top: 0;
  }

  .circle-counter-wrap {
    width: 100%;
  }

  .svc-section {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .svc-section.without-bottom-spacing {
    padding: 60px 10px;
  }

  .base-container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container.top, .base-container.top.nav {
    flex-flow: column;
  }

  .base-container.mt-100 {
    padding-top: 0;
  }

  .base-container.top, .base-container.top.nav, .base-container.top.nav {
    flex-flow: column;
  }

  .svc-cms-list {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .star {
    height: 25px;
  }

  .review-image-wrap {
    width: 100%;
  }

  .home-tabs-menu {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-quote-block {
    width: 100%;
    padding-left: 0;
  }

  .tabs-testimonial-person {
    padding-bottom: 10px;
  }

  .cta-h2, .cta-h2.m-0.h2-large, .cta-h2.m-0.h2-large, .cta-h2.m-0.h2-large {
    font-size: 38px;
  }

  .primary-color-background {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/69654ad660cb33ea36ba47e0/69654ad660cb33ea36ba488b_mow%20-%20Copy.avif");
    background-position: 0 0, 0%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-subtitle {
    color: #1e263f;
  }

  .primary-button-2 {
    width: 100%;
  }

  .form-section {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-link.w--current {
    font-size: 14px;
  }

  .footer-image {
    width: 250px;
  }

  .footer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
    font-size: 14px;
  }

  .footer-rights {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .privacy-policy {
    margin-bottom: 10px;
  }

  .logo-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-dark-address {
    margin-top: 0;
    font-size: 14px;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-dark-link {
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
  }

  .footer-links-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .collection-list-6 {
    text-align: center;
  }

  .megamenu-dropdown-wrap.one-column.services-container {
    max-width: 100%;
  }

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

  .auto-update-copyright {
    color: var(--white);
    text-align: center;
    font-size: 14px;
  }

  .socials-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.main-flowers-green-banner {
    padding-bottom: 140px;
  }

  .banner-h-wrap {
    padding-top: 0;
  }

  .banner-title.grey-green {
    font-size: 38px;
  }

  .text-white {
    font-size: 38px;
    line-height: 1.3em;
  }

  .abt-contacts-wrap {
    height: 380px;
  }

  .abt-us {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrap {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.sa-wrap {
    width: auto;
  }

  .gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .faq-h2 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .paragraph {
    text-align: left;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .svc-area-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .accommodation-map-block-2 {
    width: 100%;
  }

  .accommodation-map-block-2.small {
    width: 100%;
    height: auto;
  }

  .svc-area-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-12.accommodation-banner {
    background-position: 0 0, 100%;
  }

  .banner-title-2 {
    font-size: 32px;
  }

  .services-container {
    max-width: 90%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.without-bottom-spacing {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-13.without-bottom-spacing.service-second-section {
    padding: 40px 10px;
  }

  .svc-p {
    font-size: 14px;
  }

  .svc-cta {
    font-size: 12px;
  }

  .footer-link-2 {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .subheader-services {
    font-size: 14px;
  }

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

  .service-list-2-item-content {
    padding-bottom: 20px;
  }

  .sticky-button {
    z-index: 999;
  }

  .navy-button {
    width: 100%;
    font-size: 12px;
  }

  .service-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-3-link-services-2 {
    letter-spacing: 1px;
    font-weight: 400;
  }

  .big-article-content-wrapper {
    padding: 25px 10px;
  }

  .tag-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-101 {
    filter: none;
    width: 30px;
    height: 30px;
  }

  .featured-h2 {
    font-size: 28px;
  }

  .blog-post-banner {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-btn-primary, .banner-button-phone {
    width: 100%;
  }

  .double-btn-wrap {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .columns-8 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .section-title-wrapper-4 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title-wrapper-4.maps-section {
    justify-content: center;
    align-items: center;
  }

  .primary-button-white-7 {
    border-radius: 0;
    width: 100%;
  }

  .primary-button-white-7:hover {
    color: #0692cc;
    border-color: #0692cc;
  }

  .double-button-6 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .double-button-6.dbl-button-left {
    width: 100%;
  }

  .paragraph-large-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph-large-4.maps-par {
    text-align: center;
    text-align: center;
  }

  .column-13 {
    height: 500px;
    padding: 20px;
  }

  .check-item-wrap {
    flex-flow: column;
  }

  .check-img {
    width: 30px;
    height: 30px;
  }

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

  .checks-p {
    text-align: center;
    font-size: 14px;
  }

  .blogs-section {
    padding: 60px 20px;
  }

  .blog-btn {
    border-radius: 0;
  }

  .vlog-cms-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .abt-section {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    height: auto;
    min-height: auto;
    margin-top: 0;
    padding: 60px 20px 40px;
  }

  .btn-phone {
    width: 100%;
  }

  .hero-btn2 {
    width: 100%;
    font-size: 14px;
  }

  .btn-phone-primary {
    width: 100%;
  }

  .cta-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-h2 {
    font-size: 25px;
  }

  .page-banner {
    min-height: 100vh;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-banner.about-us-banner-inmg {
    min-height: 100vh;
  }

  .page-banner-h1, .page-banner-h1.mb-30, .page-banner-h1.mb-30 {
    font-size: 38px;
  }

  .svc-column {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .svc-column-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .svc-column-2 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .utility-h1 {
    text-align: center;
    font-size: 48px;
    line-height: 1.1em;
  }

  .svc-area-section {
    padding: 0;
  }

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

  .div-block-45 {
    width: 100%;
    line-height: 17px;
  }

  .hero-lp {
    font-size: 38px;
  }

  .hero-heading-left {
    padding-top: 20px;
  }

  .hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lp-container {
    max-width: none;
  }

  .margin-bottom-24px {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .image-cover {
    width: 100%;
  }

  .lp-social {
    font-size: 14px;
    line-height: 1.4;
  }

  .header-review-avatar.phone {
    display: none;
  }

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

  .about-us-content {
    order: -1;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .banner-section-2 {
    height: auto;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-section-2.home-3-banner {
    background-image: linear-gradient(#0000, #0000);
    flex-flow: row;
    min-height: 100vh;
    margin-top: 40px;
  }

  .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section, .banner-section-2.home-3-banner.about-section.about-us-banner-new, .banner-section-2.home-3-banner.about-section.about-us-banner-new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-9 {
    width: 300px;
    height: 200px;
    margin-bottom: 60px;
    inset: 32% 2% auto 59px;
  }

  .image-9._1 {
    object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 390px;
    margin-bottom: 0;
  }

  .paragraph-23.hero-description {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .info-h2 {
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }

  .flex-about {
    flex-flow: column;
    margin-bottom: 0;
  }

  .flex-about._2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 10px;
  }

  .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-intro-wrap-2 {
    max-width: 90%;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-25 {
    font-size: 15px;
  }

  .faq-header-wrap {
    padding: 20px;
  }

  .faq-header {
    font-size: 35px;
  }

  .faq-header.fq {
    font-size: 30px;
  }

  .lp-free-quote {
    padding-top: 40px;
  }

  .fq-header-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-field {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .input-field::placeholder {
    font-size: 14px;
  }

  .button-5 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .form-block {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .blog-header-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container-2 {
    max-width: 24rem;
    padding-left: 0;
    padding-right: 0;
  }

  .author-info-flex {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-info-content {
    width: 100%;
  }

  .blog-post-container {
    padding-left: 0;
    padding-right: 0;
  }

  .service-tab-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-tabs-image {
    margin-top: 0;
  }

  .service-tab-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .service-tab-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .service-tab-link.w--current {
    justify-content: center;
  }

  .button-3 {
    margin-right: 0;
    padding: 14px 30px;
    font-size: 15px;
  }

  .button-3.on-white {
    font-size: 14px;
  }

  .service-tab-content-area {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-h3 {
    font-size: 21px;
    line-height: 1.1em;
  }

  .top-nav-bar {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-bar-left {
    justify-content: center;
    align-items: center;
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .tablet-menu-2 {
    height: 120px;
  }

  .nav-menu-centered-wrapper-2 {
    background-color: #0a1843;
  }

  .nav-menu-link-2 {
    color: #333;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link-2:hover {
    color: #1e263f;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-40 {
    font-weight: 600;
  }

  .image-2.logo-mobile {
    width: 100px;
    max-width: none;
  }

  .tablet-down-2 {
    text-align: left;
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .tablet-down-2:hover {
    color: var(--primary-color);
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
  }

  .nav-btn {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-logo_main-2 {
    opacity: 100;
  }

  .nav-logo-container-2.w--current {
    width: 150px;
  }

  .search-shop-con-centered-2 {
    margin-left: 10px;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .collection-list-19 {
    grid-template-columns: 1fr;
  }

  .hero-title-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brown-needles-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tree-health-image {
    width: 250px;
  }

  .tree-health-image-2 {
    width: 200px;
  }

  .section-text-title {
    font-size: 18px;
  }

  .glory-of-snow-col {
    padding-left: 0;
    padding-right: 0;
  }

  .tree-health-image-large {
    width: 100%;
  }

  .title-container.mb-0 {
    margin-bottom: 20px;
  }

  .needle-cast-second-img {
    width: 200px;
  }

  .needle-cast.mt-20 {
    margin-top: 20px;
  }

  .slide-2 {
    width: 100%;
  }

  .collection-list-20 {
    grid-template-columns: 1fr;
  }
}
