@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --black-2: #0a1326;
  --white: white;
  --goldenrod: #e9ac00;
  --transparent: transparent;
  --mid-gray: #575556;
  --mid-grey: #a3a3a3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-section {
  background-color: var(--black-2);
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navigation-section {
  z-index: 10;
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-container {
  justify-content: center;
  align-items: stretch;
  width: 960px;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ffffff1a;
  padding-left: 39px;
  padding-right: 39px;
  font-size: 14px;
  transition: all .2s;
}

.nav-link:hover {
  background-color: var(--goldenrod);
}

.nav-link.w--current {
  background-color: var(--goldenrod);
  color: var(--white);
  border-right: 1px solid #ffffff80;
}

.nav-link.home {
  background-color: var(--goldenrod);
}

.navbar {
  background-color: #0000;
}

.contact-container {
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.co-logo-link {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.co-logo-link.banner-logo {
  width: 250px;
}

.large-image-grey-text-box {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0a13264d;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 250px 1fr 250px;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-top: 0;
  padding: 50px 60px;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.grey-box-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 50px;
}

.body-section {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.body-section.bg-black {
  background-color: var(--black-2);
}

.h1 {
  color: var(--black-2);
  text-transform: uppercase;
  border-bottom: 1px #4a4a4a4d;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
}

.h1.h1-center {
  text-align: center;
  margin-bottom: 10px;
}

.p {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p.white {
  color: var(--white);
  text-align: left;
}

.p.p-white {
  color: #f2f2f2;
}

.p.p-white.c {
  text-align: center;
}

.p.p-center.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.body-container-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px #4a4a4a33;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 36px;
}

.h2.h2-dark {
  color: var(--black-2);
}

.h2.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._3-boxes-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  display: flex;
}

.box {
  background-color: var(--black-2);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  padding-bottom: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.box:hover {
  background-color: var(--goldenrod);
}

.box-text {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.button-div {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.box-image {
  object-fit: cover;
  min-height: 300px;
}

.circle {
  background-color: var(--goldenrod);
  border-radius: 240px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-right: 15px;
  text-decoration: none;
  display: flex;
}

.area-icon {
  max-width: 22px;
}

.address-text {
  color: var(--white);
  max-width: 260px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.left-address-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.middle-address-div, .right-address-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.footer-links {
  border-top: 1px solid var(--goldenrod);
  color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  padding-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.grey-section {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.grey-bot-section {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.co-logo.white {
  margin-bottom: 20px;
  padding: 10px;
}

.contact-button {
  background-color: var(--mid-gray);
  text-align: center;
  border-radius: 8px;
  width: 25%;
  max-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  transition: background-color .2s;
}

.contact-button:hover {
  background-color: var(--black);
}

.contact-button.header {
  margin-left: 20px;
  padding: 7px;
  font-size: 12px;
}

.address-div {
  align-items: center;
  display: flex;
}

.address-div.header {
  margin-left: 20px;
}

.telephone-div {
  align-items: center;
  display: flex;
}

.telephone-div.header {
  margin-left: 20px;
}

.top-icon {
  opacity: .8;
  height: 30px;
  margin-right: 12px;
}

.dropdown-toggle {
  color: var(--white);
  padding-left: 39px;
  padding-right: 59px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: var(--goldenrod);
}

.dropdown {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ffffff1a;
  transition: color .5s;
}

.dropdown:hover {
  color: #39c6d9;
}

.dropdown.w--current {
  background-color: var(--mid-gray);
  color: #39c6d9;
  border-right: 1px solid #ffffff80;
}

.dropdown-link {
  background-color: var(--black-2);
  color: var(--white);
  border-bottom: 1px solid #ffffff80;
  padding: 20px 39px 20px 20px;
  font-size: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--mid-gray);
}

.dropdown-link.w--current {
  background-color: var(--mid-gray);
  color: var(--white);
}

.dropdown-link._1 {
  background-color: var(--black-2);
  border-top: 1px solid #ffffff80;
}

.dropdown-link._1.w--current {
  background-color: var(--mid-gray);
  color: var(--white);
}

.dropdown-link.last {
  border-bottom-width: 0;
  padding-left: 20px;
}

.dropdown-list {
  border-bottom: 1px #000;
}

.dropdown-list.w--open {
  border-bottom-width: 0;
}

.dropdown-icon {
  margin-right: 39px;
}

.address {
  color: var(--black-2);
  max-width: 330px;
  font-size: 14px;
  line-height: 20px;
}

.top-no-line {
  color: var(--black);
  text-decoration: none;
}

.h1-light {
  color: var(--goldenrod);
  font-weight: 300;
}

.body-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.body-div.content-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.body-div.flex-direct {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.body-div._60t {
  border-top: 1px solid var(--mid-grey);
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 40px;
}

.email {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.tel-text {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
}

.bot-link {
  color: var(--white);
  line-height: 24px;
  text-decoration: none;
}

.slider-text-div {
  flex-direction: column;
  align-items: center;
  width: 65%;
  display: flex;
}

.tel-icon {
  opacity: .8;
  height: 30px;
  margin-right: 10px;
}

.bot-tel-icon, .email-icom {
  max-width: 25px;
}

.fmb {
  max-width: 55px;
}

.trustmark {
  filter: brightness(200%);
  width: 175px;
  max-width: none;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.fmb-container {
  border: 1px solid #fff3;
  width: 50%;
  padding: 30px;
}

.fmb-list {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.fmb-logo {
  border: 1.5px solid var(--white);
  border-radius: 6px;
  max-width: 70px;
}

.fmb-bold {
  color: var(--white);
  font-size: 20px;
  line-height: 30px;
}

.fmb-link {
  float: right;
  margin-left: 30px;
}

.bottom-container {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.footer-link-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

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

.white-stripe {
  background-color: #ffffff1a;
  width: 1px;
}

.services-dropdown {
  background-color: var(--mid-gray);
  color: var(--white);
  padding-left: 39px;
  padding-right: 59px;
  font-size: 14px;
  transition: all .2s;
}

.services-dropdown:hover {
  background-color: var(--mid-gray);
}

.facebook-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fb-icon {
  max-width: 70px;
}

.circle-link {
  background-color: var(--black);
  border-radius: 240px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-right: 15px;
  display: flex;
}

.learn-text {
  color: var(--white);
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
  text-decoration: none;
}

.placeholder-div {
  width: 170px;
}

.logos-header {
  margin-left: 20px;
}

.logos-header.tablet {
  flex: none;
}

.slider {
  height: 750px;
  overflow: hidden;
}

.slide-3 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/home-page-10.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bold-fmb-footer {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.h1-2 {
  color: #000;
  border-bottom: 1px solid #4a4a4a4d;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 34px;
  line-height: 40px;
}

.h1-2.h1-center {
  border-bottom-color: var(--goldenrod);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.site-map-link {
  color: #000;
  width: 14%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 2px 8px #0a132633;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.light-text-line {
  background-color: var(--goldenrod);
  width: 40px;
  height: 2px;
  margin-right: 10px;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.contact-section-2 {
  background-color: #0000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.container-5 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-2 {
  background-color: var(--black-2);
  color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.content-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section-2.p-white {
  background-color: #0000;
}

.content-section-2.p-white.flex {
  flex-flow: column;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.double-content-div-2.flex {
  flex-flow: column;
}

.basic-p-block {
  width: 48%;
}

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.top {
  margin-top: 40px;
}

.coloured-underline {
  background-color: var(--black-2);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.underline-center {
  background-color: var(--goldenrod);
  margin-left: auto;
  margin-right: auto;
}

.coloured-underline.underline-orange {
  background-color: var(--goldenrod);
  color: var(--goldenrod);
  border-radius: 0;
}

.primary-btn {
  z-index: 1;
  background-color: var(--black-2);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.btn-text {
  z-index: 1;
  position: relative;
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.ripple {
  z-index: 0;
  background-color: var(--goldenrod);
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('../images/_280180133.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img.ex-1 {
  background-image: url('../images/house-extensions---home-extensions-in-epsom-reigate.webp');
  background-position: 30%;
}

.img.ex-1._1 {
  background-image: url('../images/after-new-build-so-no-before.webp');
  background-position: 57%;
}

.img.ex-1.reno {
  background-image: url('../images/extension-3.webp');
}

.img.bc-1 {
  background-image: url('../images/building-services-page---building-company-in-epsom-reigate.webp');
  background-position: 50% 0;
  background-size: cover;
}

.img.h-2 {
  background-image: url('../images/home-page-2.webp');
}

.img.h-3 {
  background-image: url('../images/Hands.webp');
  background-position: 50% 75%;
  background-size: cover;
}

.img.h-4 {
  background-image: url('../images/spare-home-page.webp');
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--goldenrod);
  color: var(--goldenrod);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--goldenrod);
  color: #f7f7f2;
}

.text-as-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.text-as-heading.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-as-heading.text-center._40t {
  margin-top: 40px;
}

.areas-service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-box-block {
  border: 1px solid #ffffff42;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.service-box-block._40b {
  margin-bottom: 40px;
}

.h2-as-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.fa-s-icon {
  background-color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

.testemonials-section {
  background-color: var(--black-2);
  opacity: 1;
  border-top: 1px solid #fff3;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2-3.h2-white {
  color: #fff;
}

.contact-form-code {
  width: 100%;
  margin-bottom: 0;
}

.section-btn-2 {
  color: #222;
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin: 20px auto 0;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: static;
}

.section-btn-2:hover {
  background-color: #fff;
  transform: scale(.95);
}

.section-btn-2.block {
  color: var(--goldenrod);
  background-color: #fff;
  display: block;
}

.section-btn-2.block:hover {
  color: var(--goldenrod);
  background-color: #fff;
}

.hyper-link {
  color: #48a081;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
  box-shadow: inset 0 -2px #48a081;
}

.hyper-link:hover {
  color: #fff;
  box-shadow: inset 0 -50px #48a081;
}

.hyper-link.hyperlink-white {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.hyper-link.hyperlink-white:hover {
  color: var(--goldenrod);
  box-shadow: inset 0 -100px #fff;
}

.section-2 {
  background-color: #4169e10d;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-2.h3-bg {
  background-color: var(--goldenrod);
}

.container-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-section-heading-3 {
  background-color: #fae9d7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.small-sec-heading-3 {
  color: #f0f0f0;
  text-align: center;
  line-height: 36px;
}

.small-sec-heading-3.max-wdith-70 {
  z-index: 0;
  color: #424242;
  text-transform: uppercase;
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.small-sec-heading-3.max-wdith-70.h3-white {
  color: #fff;
  font-weight: 600;
}

.hover-block {
  background-color: var(--goldenrod);
  border-bottom-left-radius: 25px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(100%, -100%);
}

.l-1-content {
  width: 48%;
}

.l-1-content._w-100 {
  width: 100%;
}

.l-1-content._w-100.center {
  text-align: center;
}

.areas-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.areas-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 0;
  display: grid;
}

.body-copy-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.body-copy-section.border-top {
  border-top: 1px solid #00000017;
}

.para {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.body-div-2 {
  width: 90%;
  max-width: 1300px;
}

.fa-icon {
  background-color: var(--goldenrod);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

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

.grey-section-2 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._3-img {
  object-fit: cover;
  width: 350px;
  height: 250px;
}

._3-img-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._3-img-div._40-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

._3-img-div.pad-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-bottom: 40px;
  display: flex;
}

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

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

.default-list.list-white {
  color: #f2f2f2;
  width: 100%;
}

.default-list.list-white.list-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-list.list-white.list-grid.grid-edit {
  grid-template-columns: 1fr 1fr 1fr;
}

.default-list._100 {
  width: 100%;
}

.default-list._100._2-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: padding .3s cubic-bezier(.645, .045, .355, 1);
}

.list-item-2:hover {
  padding-left: 15px;
}

.h3-text-bullet {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.font-icon {
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1em;
  display: flex;
}

.fa-footer {
  color: #fff;
  font-family: "Fa 400", sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.arrow-slider {
  background-color: var(--black-2);
  width: 60px;
  height: 60px;
  font-size: 1.25rem;
  transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
  display: none;
}

.arrow-slider:hover {
  background-color: var(--goldenrod);
}

.ann-contact-wrapper {
  justify-content: space-between;
  min-width: 53%;
  display: flex;
}

.ann-contact-block {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.ann-top-text {
  color: var(--goldenrod);
  text-transform: uppercase;
  font-weight: 700;
}

.fa-an-icon {
  background-color: var(--goldenrod);
  color: var(--white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.inner-content {
  color: #fff;
  margin-right: 10px;
}

.ann-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.slide-4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/banner-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sticky-btn {
  z-index: 10;
  background-color: var(--goldenrod);
  color: #fff;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 2px 8px #0003;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--white);
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: 0 0 6px #3333334d;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  border: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--black);
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: var(--white);
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--black-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: var(--black);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: var(--white);
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--black-2);
  width: 16px;
  height: 16px;
  line-height: 20px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--mid-gray);
  font-size: 12px;
  line-height: 22px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: var(--mid-gray);
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--goldenrod);
  color: var(--goldenrod);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 35%;
  left: auto;
  right: 0%;
}

.fa-social-2 {
  border: 1px solid var(--black-2);
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  background-color: var(--goldenrod);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa brands 400", sans-serif;
}

.live-chat-top-text {
  color: var(--goldenrod);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  position: static;
}

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
}

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.live-chat-bottom-text.white {
  color: var(--white);
}

.chat-section {
  background-color: var(--mid-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-link {
  background-color: var(--black-2);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--black-2);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--black-2);
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--goldenrod);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--goldenrod);
}

.top-section-2 {
  background-color: var(--black-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.link-block {
  text-decoration: none;
}

.div-block {
  background-image: url('../images/House-Family.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slide-nav {
  display: none;
}

.b-a {
  width: 100%;
}

.galcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  column-count: 3;
  flex-flow: row;
  justify-content: space-between;
  column-gap: 20px;
  display: none;
}

.lightbox-link {
  margin-bottom: 20px;
}

.gallery {
  width: 100%;
}

.top-social-link {
  border: 1px solid var(--goldenrod);
  background-color: var(--goldenrod);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.top-social-link:hover {
  border-color: var(--white);
  background-color: var(--black-2);
}

.top-social-link.social-media {
  font-family: "Fa brands 400", sans-serif;
}

.google-reviews {
  width: 100%;
  margin-bottom: 0;
}

.google-reviews-widget {
  width: 100%;
  margin-top: 40px;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.mobile-email-link {
  color: var(--white);
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.bot-email-link {
  color: var(--white);
  line-height: 24px;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .contact-section {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-section {
    flex-flow: column;
  }

  .nav-container {
    width: 100%;
  }

  .nav-link {
    border-right-width: 0;
    width: 100%;
  }

  .nav-link.w--current {
    border-right-width: 0;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-container {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .co-logo-link {
    width: 23%;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .large-image-grey-text-box {
    flex-direction: column;
    grid-template-columns: 250px;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    top: 0;
  }

  .grey-box-heading {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .body-section {
    padding: 60px 0;
  }

  .body-container-vertical {
    text-align: center;
    align-items: flex-start;
    width: 100%;
  }

  .circle {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .left-address-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .middle-address-div {
    flex-direction: column;
    width: 100%;
  }

  .right-address-div {
    flex-direction: column;
  }

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

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

  .grey-bot-section {
    padding: 0 0 30px;
  }

  .contact-button {
    display: none;
  }

  .address-div {
    max-width: 300px;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    width: 100%;
  }

  .dropdown {
    border-right-width: 0;
    width: 100%;
  }

  .dropdown-link {
    text-align: center;
    background-image: linear-gradient(#ffffff0d, #ffffff0d);
    border-bottom-width: 0;
  }

  .dropdown-link._1 {
    border-top-width: 0;
  }

  .body-div.flex-direct {
    flex-direction: column;
  }

  .body-div._60t {
    margin-top: 40px;
    padding-top: 30px;
  }

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

  .slider-text-div {
    align-items: center;
  }

  .svs-text {
    text-align: center;
    padding-left: 20px;
  }

  .fmb {
    max-width: 50px;
  }

  .trustmark {
    max-width: 270px;
    margin-top: 0;
  }

  .fmb-container {
    width: 100%;
    margin-top: 50px;
  }

  .bottom-container, .footer-link-div {
    flex-direction: column;
  }

  .services-dropdown, .services-dropdown.w--open {
    width: 100%;
  }

  .facebook-div {
    flex-direction: column;
    align-items: center;
  }

  .circle-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .logos-header.tablet {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: none;
  }

  .site-map-link {
    width: 26%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .contact-info-block.m-bottom-20 {
    margin-top: 20px;
    display: flex;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .container-5 {
    width: 90%;
  }

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .content-section {
    padding-bottom: 60px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .single-image-div {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
  }

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

  .l-1-content {
    width: 100%;
  }

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

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

  .body-div-2 {
    width: 90%;
  }

  .fa-icon {
    flex: none;
  }

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

  ._3-img {
    width: 350px;
    height: 350px;
  }

  ._3-img-div._40-padding {
    grid-template-columns: 1fr 1fr;
  }

  .ann-contact-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .ann-contact-block.location {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .sticky-btn {
    text-decoration: none;
    display: inline-block;
  }

  .fa-container {
    top: 39%;
  }

  .whatsapp-block {
    display: flex;
  }

  .whatsapp-container {
    min-width: 70px;
    min-height: 70px;
  }

  .whatsapp-chat, .top-social-link {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .co-logo-link {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .co-logo-link.w--current {
    width: auto;
  }

  .large-image-grey-text-box {
    grid-template-columns: 250px;
    justify-content: center;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .grey-box-heading {
    font-size: 28px;
    line-height: 32px;
  }

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

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

  ._3-boxes-div {
    flex-direction: column;
    margin-top: 40px;
  }

  .box {
    width: 100%;
  }

  .box._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .co-logo.white {
    max-width: 130px;
    margin-bottom: 0;
  }

  .address-div {
    width: 300px;
    margin-bottom: 10px;
  }

  .address-div.header {
    justify-content: center;
    margin-left: 0;
  }

  .telephone-div {
    justify-content: center;
    width: 300px;
  }

  .telephone-div.header {
    margin-left: 0;
  }

  .top-icon {
    display: none;
  }

  .address {
    text-align: center;
  }

  .body-div._60t {
    margin-top: 30px;
    padding-top: 20px;
  }

  .slider-text-div {
    width: 80%;
  }

  .tel-icon {
    display: none;
  }

  .fmb-container {
    margin-top: 40px;
  }

  .placeholder-div {
    display: none;
  }

  .slider {
    height: 500px;
  }

  .h1-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .site-map-link {
    width: 35%;
  }

  .heading-3-top-title {
    flex-wrap: wrap;
  }

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

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

  .single-image-div {
    height: 250px;
  }

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

  .container-3 {
    width: 90%;
  }

  .section-2.h3-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small-sec-heading-3.max-wdith-70 {
    font-size: 22px;
  }

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

  .body-copy-section, .grey-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._3-img {
    width: 100%;
    height: 300px;
  }

  ._3-img-div._40-padding {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .default-list.list-white.list-grid.grid-edit {
    grid-template-columns: 1fr 1fr;
  }

  .default-list._100._2-row {
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .ann-contact-wrapper {
    justify-content: center;
    align-items: center;
  }

  .ann-contact-block.location {
    display: none;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fa-container {
    top: 49%;
  }

  .galcontainer {
    column-count: 3;
    flex-flow: column;
    column-gap: 10px;
  }

  .bigimage {
    object-fit: cover;
    min-height: 160px;
    max-height: 160px;
  }

  .google-reviews-widget {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .contact-section {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
  }

  .navbar {
    z-index: 5;
  }

  .contact-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .co-logo-link {
    margin-bottom: 0;
  }

  .co-logo-link.w--current {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .large-image-grey-text-box {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .grey-box-heading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

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

  .h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }

  .p {
    text-align: left;
  }

  .body-container-vertical {
    width: 100%;
    max-width: 100%;
  }

  .h2 {
    font-size: 1.7rem;
    line-height: 32px;
  }

  ._3-boxes-div {
    flex-direction: column;
    margin-top: 30px;
  }

  .box {
    width: 100%;
    padding-bottom: 20px;
  }

  .button-div {
    margin-top: 20px;
  }

  .left-address-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .middle-address-div {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .right-address-div {
    justify-content: flex-start;
    width: 100%;
  }

  .footer-links {
    margin-top: 30px;
    padding-top: 30px;
  }

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

  .co-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .co-logo.white {
    max-width: 120px;
  }

  .body-div {
    justify-content: center;
    align-items: flex-start;
  }

  .body-div._60t {
    margin-top: 20px;
  }

  .slider-text-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fmb {
    max-width: 38px;
  }

  .trustmark {
    width: 70%;
    max-width: 140px;
    margin-right: 0;
  }

  .fmb-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 10px;
  }

  .fmb-logo {
    max-width: 60px;
  }

  .fmb-bold {
    font-size: 16px;
    line-height: 21px;
  }

  .footer-link-div, .facebook-div {
    justify-content: flex-start;
    width: 100%;
  }

  .logos-header.tablet {
    margin-left: 0;
    display: none;
  }

  .slider {
    height: 400px;
  }

  .h1-2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }

  .site-map-link {
    text-align: center;
    width: 62%;
  }

  .left-contact.right, .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-info-block.m-bottom-20.m-top-60 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-link {
    font-size: .9em;
  }

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

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

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

  .content-section, .testemonials-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .h2-3 {
    font-size: 26px;
    line-height: 28px;
  }

  .section-2.h3-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .small-sec-heading-3.max-wdith-70 {
    width: 100%;
    font-size: 1.5em;
  }

  .small-sec-heading-3.max-wdith-70.h3-white {
    font-size: 1em;
    line-height: 30px;
  }

  .areas-item {
    margin-bottom: 0;
  }

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

  .body-copy-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-div-2 {
    max-width: 100%;
  }

  .grey-section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._3-img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }

  ._3-img._2 {
    height: 250px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  ._3-img-div._40-padding {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .default-list.home-list-grid, .default-list.list-white.list-grid, .default-list.list-white.list-grid.grid-edit {
    grid-template-columns: 1fr;
  }

  .arrow-slider {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .ann-contact-wrapper {
    flex-direction: column;
    display: none;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-manager_component {
    display: none;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fa-container {
    top: 41%;
  }

  .fa-social-2 {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    font-size: 18px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    position: relative;
  }

  .livechat-button {
    width: 90%;
  }

  .galcontainer {
    column-count: 2;
  }

  .top-social-link {
    font-size: 18px;
  }

  .google-reviews-widget {
    margin-top: 20px;
  }

  .mobile-email-link {
    display: flex;
  }

  .bot-email-link {
    display: none;
  }
}

#w-node-_97e6dd72-9518-c6ee-74e4-88ce06897186-aca063e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8a7dd6f-d427-fefe-c944-bae67f301842-aca063e3, #w-node-e8a7dd6f-d427-fefe-c944-bae67f30184d-aca063e3, #w-node-e8a7dd6f-d427-fefe-c944-bae67f301858-aca063e3, #w-node-_312c2c8d-abcd-8fae-1f0b-d4285c225595-aca063e3 {
  align-self: center;
}

#w-node-_97e6dd72-9518-c6ee-74e4-88ce06897186-aca063e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_97e6dd72-9518-c6ee-74e4-88ce06897186-aca063e0, #w-node-_97e6dd72-9518-c6ee-74e4-88ce06897186-aca063e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}