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

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

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

@font-face {
  font-family: Fa6;
  src: url('../fonts/FA6-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --orange: #f4ac2e;
  --black: black;
  --orange-red: #e0462c;
  --mid-gray: #5e5e5e;
  --ghost-white: #f5f7fd;
  --red: #de382a;
  --white-smoke: #ebebeb;
  --white-2: #ffffff38;
  --black-2: #333;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-div {
  border-bottom: 5px solid var(--orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.logo-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: var(--black);
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.tel-link.int-link-header.footer {
  margin-bottom: 10px;
}

.tel-link.int-link-header.footer.white {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.body {
  font-family: Poppins, sans-serif;
}

.email-link {
  text-align: center;
  font-weight: 500;
}

.email-link.int-link-header {
  color: var(--black);
  justify-content: flex-start;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.email-link.int-link-header.white {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.menu-link {
  border-bottom: 1px solid var(--white);
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
}

.menu-link:focus {
  border-bottom: 1px solid #000;
}

.menu-link.w--current {
  color: var(--orange-red);
  background-color: #0000;
  font-size: 14px;
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--ghost-white);
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.menu-button-group-div._w-1600 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  display: grid;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 260px;
  display: flex;
}

.menu-button-image-link.boiler-service-img {
  background-image: url('../images/_58102489.webp');
}

.menu-button-image-link.boiler-services {
  background-image: url('../images/_188442444.webp');
}

.menu-button-image-link.bahtroom-service {
  background-image: url('../images/newbathroom.webp');
}

.menu-button-image-link.plumbing-service {
  background-image: url('../images/_70106201.webp');
}

.menu-button-image-link.gas-safe {
  background-image: url('../images/_190981046.webp');
}

.menu-button-div {
  transition: all .3s ease-in-out;
  box-shadow: 1px 1px 3px #00000059;
}

.menu-button-div:hover {
  transform: scale(1.08);
}

.menu-label-div {
  color: var(--orange);
  background-color: #fffc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.black-int-link {
  color: var(--black);
  font-size: 20px;
  text-decoration: none;
}

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

.content-section.gallery-sectkion {
  padding-top: 100px;
  padding-bottom: 140px;
}

.content-section._0b.top {
  padding-top: 140px;
}

.content-section.top {
  padding-top: 150px;
}

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

.double-content-div.gal {
  flex-direction: column;
}

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

.single-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48%;
  box-shadow: 2px 2px 3px #00000030;
}

.single-image-div.home-img-1 {
  background-image: url('../images/hp1-1.webp');
}

.single-image-div.bath-img-1 {
  background-image: url('../images/_272168413.webp');
}

.single-image-div.bathroom-2 {
  background-image: url('../images/_327617256-1.webp');
}

.single-image-div.boiler-img-1 {
  background-image: url('../images/_287172816.webp');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.boiler-service-img-1 {
  background-image: url('../images/Lindfield_1.webp');
  margin-bottom: 0;
}

.single-image-div.plumbing-2 {
  background-image: url('../images/_216282910.webp');
}

.single-image-div.gas-1 {
  background-image: url('../images/_190981046.webp');
  margin-bottom: 0;
}

.single-image-div.install-1 {
  background-image: url('../images/looking-into-boiler.webp');
}

.single-image-div.hot-1 {
  background-image: url('../images/white-tank-in-room.webp');
}

.h1 {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 38px;
}

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

.coloured-underline {
  background-color: var(--mid-gray);
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.center-underline {
  margin-left: auto;
  margin-right: auto;
}

.p {
  font-size: 16px;
  line-height: 1.75;
}

.p._20b {
  margin-bottom: 20px;
}

.p._40b {
  margin-bottom: 40px;
}

.p._20top {
  margin-top: 40px;
}

.contact-us-button {
  border: 2px solid var(--orange-red);
  color: var(--orange-red);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 30px;
  padding: 12px 40px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.contact-us-button:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.large-single-image-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 800px;
  display: flex;
}

.large-single-image-div.home-img-2 {
  background-image: url('../images/hp2.webp');
}

.large-single-image-div.boiler-img {
  background-image: url('../images/_172937781.webp');
}

.large-single-image-div.boiler-img-2 {
  background-image: url('../images/_188442444.webp');
}

.large-single-image-div.plumbing-2 {
  background-image: url('../images/_312280294.webp');
}

.large-single-image-div.gas-img-2 {
  background-image: url('../images/_70372183.webp');
  height: 600px;
}

.large-single-image-div.install-2 {
  background-image: url('../images/fixing-dile.webp');
}

.large-single-image-div.hot-2 {
  background-image: url('../images/on-wall.webp');
  background-position: 50% 0;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
}

.large-p-block {
  background-color: #fff;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: 1px 1px 3px #0003;
}

.h2 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}

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

.h2.small {
  color: var(--black);
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  right: 0;
}

.pinned-content-div._w-60 {
  width: 60%;
}

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

.grey-content-section._0t.top {
  padding-top: 150px;
}

.double-p-block {
  width: 100%;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer-section {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-image-large-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  height: 600px;
}

.grid-image-large-div.home-img-3 {
  background-image: url('../images/hp3.webp');
}

.grid-image-large-div.gas-3 {
  background-image: url('../images/_105777276.webp');
}

.grid-image-large-div.hot-3 {
  background-image: url('../images/Large-white-tank.webp');
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div.home-img-4 {
  background-image: url('../images/_115418816.webp');
}

.grid-image-div.gas-4 {
  background-image: url('../images/_287172816.webp');
}

.grid-image-div.hot-4 {
  background-image: url('../images/image-on-tank.webp');
}

.grey-dividing-line {
  background-color: #5e5e5e;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h3-div {
  background-color: var(--white);
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
  line-height: 26px;
}

.h3-div.bg-div {
  background-color: var(--orange);
  border-radius: 12px;
  padding: 60px;
}

.h3-div.bg-div._0 {
  margin-top: 0;
}

.h3 {
  color: var(--white);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.contact-form-section {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.quotation-div {
  flex-direction: row;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.quotation-div._0b {
  padding-bottom: 0;
}

.testimonials-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-div {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  border: 1px solid #ffffff69;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: row;
  align-items: flex-start;
}

.footer-info-div._1.vertical {
  flex-direction: column;
  align-items: center;
}

.footer-info-div._2 {
  flex-direction: row;
  align-items: flex-start;
}

.footer-info-div._2.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-p {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  line-height: 1.75;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 700px;
}

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

.company-logo-link {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 20px;
}

.slide-nav-3, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.dropdown-toggle {
  color: var(--black);
}

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

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

.footer-contact {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonials {
  width: 100%;
}

.footer-nav-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.assosciated-logos-div {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.assoscated-logo {
  background-image: url('../images/oftec-vector-logo.webp');
  background-position: 50%;
  background-size: contain;
}

.assoscated-logo.left {
  background-repeat: no-repeat;
  width: 50%;
  min-height: 100px;
}

.assoscated-logo.right {
  background-image: url('../images/GAS-SAFE.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
}

.google-maps-section {
  background-image: url('../images/tempsnip.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 270px;
}

.html-embed {
  color: var(--black);
  width: 100%;
  height: 100%;
}

.facebook-link {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.facebook-link:hover {
  transform: scale(1.2);
}

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

.font-icon {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 36px;
}

.instagram-link {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.instagram-link:hover {
  transform: scale(1.2);
}

.social-div {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.hyperlink {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.int-link {
  color: var(--red);
  font-weight: 700;
}

.list {
  padding-left: 20px;
}

.list.list-grid {
  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._0p {
  margin-bottom: 0;
}

.h3-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

._2x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h3-as-text {
  color: var(--orange-red);
  font-size: 18px;
  font-weight: 600;
}

.footer-link-section {
  background-color: #242424;
}

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

.font-icon-2 {
  color: #fff;
  background-color: #50c878;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  display: flex;
}

.font-icon-2.yellow {
  background-color: var(--white);
  color: #333;
  border-radius: 20px;
  width: 100%;
  height: 32px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  background-color: var(--white-2);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.mobile-block.lig-text:hover {
  background-color: #faa21b;
}

.mobile-block.lig-text.m-right-none {
  background-color: var(--white-2);
  text-transform: uppercase;
  margin-right: 0;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.fixed {
  z-index: 26;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
  position: fixed;
  inset: 23% 0% 0% auto;
}

.announcement-bar {
  z-index: 1;
  background-color: #005cb9;
  background-image: linear-gradient(315deg, #005cb9, #0b82fa);
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
}

.announcement-bar.disktop-only {
  background-image: linear-gradient(315deg, var(--red), var(--orange));
}

.main-block {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  background-color: var(--orange-red);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.slider-hero-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_199810981.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.dl-item {
  background-color: var(--ghost-white);
  transition: all .3s ease-in-out;
}

.dl-item:hover {
  background-color: var(--red);
  color: #fff;
}

.dl-item.w--current {
  color: var(--orange-red);
}

.dl-item.w--current:hover {
  color: var(--ghost-white);
}

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

.dropdown-list.w--open {
  background-color: var(--ghost-white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0000001a;
}

.hero-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
}

.slider-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ig-feed {
  margin-top: 40px;
  margin-bottom: 0;
}

.h3-link {
  color: var(--white);
}

.gallery-block, .tesimonials-block {
  width: 100%;
}

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

.site-map-section.top {
  padding-top: 140px;
}

.site-map-block {
  width: 100%;
}

.site-map-list {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
}

.site-map-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black-2);
  text-decoration: none;
  display: inline-block;
}

.sitemap-link.white {
  color: var(--ghost-white);
  text-transform: uppercase;
}

.footer-copy-link {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.container-left-section {
  width: 48%;
}

.container-left-section.width-100 {
  text-align: center;
  width: 100%;
}

.contact-page-link {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.contact-page-link.m-bottom-10 {
  margin-bottom: 10px;
}

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

.contact-icon {
  background-color: var(--red);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.contact-name {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.business-intro-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
}

.business-intro-section.top {
  padding-top: 160px;
}

.contact-content {
  background-color: var(--ghost-white);
  text-align: center;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 3px #00000026;
}

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

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

.banner-logo {
  background-image: url('../images/Icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 150px;
}

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

.areas-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.list-item {
  font-size: 16px;
  line-height: 1.75rem;
}

.list-item._18b {
  margin-bottom: 18px;
}

.areas-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.areas-map {
  width: 80%;
}

.bold-5r {
  margin-right: 5px;
}

.bottom-email-button {
  display: none;
}

.services-toggle {
  color: var(--orange-red);
}

.services-toggle:hover {
  color: var(--orange);
}

.gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.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;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  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-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.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: #616161;
  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: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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;
}

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

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

.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;
}

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

.social-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--orange-red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.text-block-4 {
  border-right: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-4.non {
  font-family: Fa6 brands, sans-serif;
}

.text-block-4.non.no-line {
  border-right-style: none;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.google-review {
  width: 100%;
  margin-top: 20px;
}

.insta {
  width: 100%;
  margin-top: 60px;
}

.fa-social-2 {
  color: #000;
  background-color: #04ff7d;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  color: #04ff7d;
  background-color: #030507;
  transform: scale(1.1);
}

.fa-social-2.fixed {
  background-color: var(--orange-red);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fa6 solid, sans-serif;
  font-size: 14px;
}

.fa-social-2.fixed:hover {
  font-family: "Fa solid 900", sans-serif;
}

.fa-social-2.fixed.non-social {
  font-family: Fa6 brands, sans-serif;
}

.fa-social-2.fixed.non-social:hover {
  color: #fff;
}

.div-block-2 {
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  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: 11px;
}

.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: 18px;
}

.chat-section {
  background-color: #b7b5b5;
  background-image: url('../images/background-whatsapp.webp');
  background-position: 50%;
  background-size: cover;
  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 {
  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(--orange);
  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 {
  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(--orange-red);
  cursor: pointer;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

.button25_line-2-2 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
}

.sticky-icon-brand {
  color: #fff;
  font-size: 26px;
}

.menu-link-2 {
  background-color: #eca355;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  position: absolute;
}

.menu-link-2.blog, .menu-link-2.contact {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #46b7fe, #b745fa);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.menu-link-2.about, .menu-link-2.home {
  background-color: #eca35500;
  background-image: linear-gradient(90deg, #46b7fe, #b745fa);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.sticky-icon-solid {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.button25_line-1-2 {
  background-color: #fff;
  width: 25px;
  height: 3px;
}

.menu-button-animation {
  background-image: linear-gradient(90deg, var(--red), var(--orange));
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 65px;
  height: 65px;
  padding: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 5px #0006;
}

.menu-button-2 {
  z-index: 1000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  display: flex;
  position: fixed;
  bottom: 40%;
  left: auto;
  right: 0%;
}

.service-popup-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 30px 30px 0 0;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80px;
  padding: 5px 5px 10px;
  display: grid;
  position: fixed;
  inset: auto auto 0% 5%;
}

.hero-side-button {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Fa6 solid, sans-serif;
  font-size: 15px;
  display: flex;
}

.hero-side-button.click {
  cursor: pointer;
  font-family: Fa6 solid, sans-serif;
}

.hero-side-button.social {
  font-family: Fa6 brands, sans-serif;
}

.button-links {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Fa6 brands, sans-serif;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-links:hover {
  background-color: #c11a1e;
  border-color: #c11a1e;
}

.hero-side-button-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  display: flex;
}

.team-block {
  z-index: 3;
  background-color: var(--orange-red);
  border-top-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.lightbox-link {
  width: 100%;
  height: 360px;
  position: relative;
}

.team-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  padding: 40px;
}

.p-5 {
  color: #111;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.p-5.price-text {
  color: #000;
  font-weight: 400;
  line-height: 2;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-line-side {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
}

.team-line-bottom {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 32px;
}

.team-text {
  margin-top: 32px;
}

.team-name {
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.fb-review {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .header-div {
    width: 100%;
    padding-bottom: 0;
  }

  .logo-div {
    justify-content: center;
    align-items: center;
    width: 58%;
  }

  .menu-div {
    width: 100%;
  }

  .logo {
    margin-bottom: 5px;
  }

  .menu-link {
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    position: static;
  }

  .menu-link:hover, .menu-link:focus {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .menu-button-section {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-group-div._w-1600 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    width: 95%;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-label-div {
    min-height: 62px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .black-int-link {
    text-align: center;
    font-size: 16px;
  }

  .content-section.top {
    padding-top: 260px;
  }

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

  .double-content-div.flex-reverse {
    flex-direction: column-reverse;
  }

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

  .basic-p-block._0b {
    padding-bottom: 0;
  }

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

  .single-image-div.bath-img-1, .single-image-div.boiler-img-1, .single-image-div.boiler-service-img-1, .single-image-div.plumbing-2, .single-image-div.gas-1 {
    margin-bottom: 40px;
  }

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

  .large-single-image-div {
    width: 100%;
    height: 540px;
  }

  .large-single-image-div.home-img-2 {
    height: 560px;
  }

  .large-single-image-div.boiler-img-2 {
    height: 830px;
  }

  .large-single-image-div.plumbing-2 {
    height: 660px;
  }

  .large-single-image-div.gas-img-2 {
    height: 420px;
  }

  .large-image-section {
    padding-bottom: 0;
  }

  .large-p-block {
    width: 90%;
    padding-right: 40px;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
  }

  .pinned-content-div._w-60 {
    width: 100%;
  }

  .grey-content-section._0t.top {
    padding-top: 250px;
  }

  .grid-image-large-div.home-img-3 {
    height: 400px;
  }

  .h3-div.bg-div {
    padding: 40px;
  }

  .footer-div {
    flex-direction: column;
  }

  .footer-info-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._1.vertical {
    border-width: 0 1px;
  }

  .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: var(--orange);
    border-radius: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .menu-button:hover {
    background-color: var(--white-smoke);
  }

  .menu-button.w--open {
    background-color: var(--white-smoke);
    color: #5e5e5e;
    text-align: right;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .hero-mask {
    height: 700px;
  }

  .company-logo-link {
    justify-content: center;
    align-items: center;
    max-width: 280px;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle:hover {
    color: #fff;
  }

  .assosciated-logos-div {
    justify-content: center;
  }

  .assoscated-logo.left {
    width: 30%;
  }

  .assoscated-logo.right {
    width: 20%;
  }

  .footer-logo-img {
    max-width: 200px;
  }

  .mobile-block.lig-text.m-right-none.hide {
    display: flex;
  }

  .mobile-block.lig-text.hide {
    display: none;
  }

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

  .contact-ann-block.fixed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
    top: 31%;
    bottom: 23%;
  }

  .announcement-bar.disktop-only {
    display: none;
  }

  .main-block {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 32px 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5px;
    display: grid;
  }

  .main-block.hide {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 32px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px;
    display: block;
  }

  .header-div-2 {
    width: 100%;
  }

  .header-div-2.announcement-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .hero-text {
    line-height: 1;
  }

  .slider-inner {
    padding-top: 247px;
    padding-bottom: 50px;
  }

  .site-map-section.top {
    padding-top: 250px;
  }

  .container-left-section {
    width: 100%;
    padding-bottom: 30px;
  }

  .contact-block {
    grid-template-columns: 1fr 1fr;
  }

  .business-intro-section.top {
    padding-top: 257px;
  }

  .banner-logo {
    margin-bottom: 20px;
  }

  .areas-container {
    width: 25%;
  }

  .areas-map {
    width: 75%;
  }

  .services-toggle {
    width: 100%;
  }

  .icon-2 {
    color: var(--black);
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .fa-social-2.fixed {
    flex: none;
    display: flex;
  }

  .service-popup-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-links {
    margin-left: 10px;
    margin-right: 10px;
  }

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

@media screen and (max-width: 767px) {
  .header-div {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .menu-div {
    background-color: var(--orange);
    width: 100%;
  }

  .tel-link.int-link-header, .email-link.int-link-header {
    padding-left: 0;
  }

  .menu-link {
    width: 100%;
  }

  .section {
    z-index: 100;
    position: sticky;
  }

  .content-section._0b {
    padding-bottom: 0;
  }

  .content-section._0b.top, .content-section.top {
    padding-top: 20px;
  }

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

  .single-image-div.bath-img-1 {
    margin-bottom: 20px;
  }

  .h1 {
    font-size: 27px;
    line-height: 32px;
  }

  .large-single-image-div {
    height: 650px;
  }

  .large-single-image-div.home-img-2 {
    height: 720px;
  }

  .large-single-image-div.boiler-img-2 {
    height: 1100px;
  }

  .large-single-image-div.plumbing-2 {
    height: 960px;
  }

  .large-single-image-div.gas-img-2 {
    height: 520px;
  }

  .large-p-block {
    padding: 30px;
  }

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

  .grey-content-section._0t.top {
    padding-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
  }

  .grid-image-large-div, .grid-image-div {
    height: 250px;
  }

  .grid-image-div.home-img-4 {
    height: 400px;
  }

  .h3-div.bg-div {
    padding: 30px;
  }

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

  .footer-info-div {
    justify-content: flex-start;
  }

  .footer-info-div._1, .footer-info-div._2 {
    justify-content: center;
  }

  .menu-button {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .hero-mask {
    height: 480px;
  }

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

  .list.list-grid {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .contact-ann-block.fixed {
    height: 60svh;
    top: 34%;
  }

  .announcement-bar.disktop-only {
    display: none;
  }

  .main-block {
    width: 100%;
  }

  .announcement-contact-block {
    grid-template-columns: 1fr;
  }

  .announcement-barn-link {
    font-size: 14px;
  }

  .dl-item {
    text-align: right;
  }

  .dropdown-list.w--open {
    position: relative;
  }

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

  .slider-inner {
    padding-top: 0;
  }

  .site-map-section.top {
    padding-top: 20px;
  }

  .contact-block {
    grid-template-columns: 1fr;
  }

  .business-intro-section.top {
    padding-top: 20px;
  }

  .banner-logo {
    width: 110px;
    height: 140px;
  }

  .areas-container {
    width: 35%;
  }

  .areas-map {
    width: 70%;
  }

  .services-toggle {
    width: 100%;
  }

  .text-block-2, .text-block-3 {
    text-align: left;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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;
  }

  .whatsapp-block {
    display: flex;
  }

  .menu-button-animation {
    width: 55px;
    height: 55px;
  }

  .service-popup-block {
    width: 80px;
  }

  .button-links {
    margin-left: 10px;
    margin-right: 10px;
    transition-property: background-color;
  }

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

@media screen and (max-width: 479px) {
  .header-div {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-div {
    align-items: center;
  }

  .menu-div {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .tel-link.int-link-header.footer.white {
    margin-bottom: 0;
  }

  .email-link.int-link-header.white {
    display: none;
  }

  .menu-link {
    text-align: left;
  }

  .navbar {
    background-color: var(--ghost-white);
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .menu-button-section {
    display: flex;
  }

  .menu-button-group-div._w-1600 {
    grid-template-columns: 1fr;
  }

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

  .content-section.top {
    padding-top: 20px;
  }

  .single-image-div.home-img-1 {
    margin-bottom: 0;
  }

  .single-image-div.bath-img-1 {
    margin-bottom: 20px;
  }

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

  .p._1 {
    padding-bottom: 10px;
  }

  .p._40b {
    margin-bottom: 30px;
  }

  .contact-us-button {
    margin-top: 10px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
  }

  .large-single-image-div.home-img-2, .large-single-image-div.boiler-img-2, .large-single-image-div.plumbing-2, .large-single-image-div.gas-img-2 {
    height: 250px;
  }

  .large-image-section {
    flex-direction: column;
    padding-top: 0;
  }

  .large-p-block {
    box-shadow: none;
    margin-bottom: 20px;
    padding: 0;
  }

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

  .pinned-content-div {
    padding-top: 20px;
    padding-right: 0%;
    position: static;
  }

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

  .grey-content-section._0t {
    margin-top: 0;
  }

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

  .grid-image-large-div.home-img-3, .grid-image-div.home-img-4 {
    height: 250px;
  }

  .grey-dividing-line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h3-div.bg-div {
    margin-top: 30px;
    padding: 20px;
  }

  .h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-form-section, .testimonials-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-info-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .menu-button {
    background-color: var(--orange);
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    background-color: var(--orange);
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    border-radius: 0;
  }

  .hero-mask {
    height: 400px;
  }

  .assosciated-logos-div {
    justify-content: center;
  }

  .assoscated-logo.left {
    width: 40%;
    margin-right: 10px;
  }

  .assoscated-logo.right {
    width: 30%;
    margin-left: 10px;
  }

  .list._0b {
    margin-bottom: 0;
  }

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

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

  .contact-ann-block.fixed {
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 48px;
    display: flex;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .main-block.hide {
    display: none;
  }

  .header-div-2 {
    flex-direction: column;
  }

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

  .hero-text {
    font-size: 28px;
  }

  .slider-inner {
    padding-bottom: 0;
  }

  .contact-page-link {
    font-size: 12px;
  }

  .contact-block {
    flex-flow: column;
    display: flex;
  }

  .contact-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    width: 95%;
  }

  .banner-logo {
    width: 90px;
    height: 120px;
  }

  .areas-div {
    flex-direction: column;
  }

  .list-item._18b {
    margin-bottom: 10px;
  }

  .areas-container {
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
  }

  .areas-map {
    width: 100%;
    margin-top: 20px;
  }

  .bottom-email-button {
    border: 1px solid var(--white-smoke);
    background-color: var(--red);
    border-radius: 6px;
    margin-top: 10px;
    display: block;
    box-shadow: 0 3px 5px #0003;
  }

  .text-block-3 {
    text-align: left;
  }

  .icon {
    text-align: center;
  }

  .icon-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .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;
  }

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

  .div-block {
    flex-flow: column;
  }

  .fa-social-2.fixed {
    width: 35px;
    height: 35px;
    font-size: 11px;
  }

  .fa-social-2.fixed.non-social {
    width: 35px;
    height: 35px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .button25_line-2-2 {
    width: 2.5px;
    height: 22px;
  }

  .menu-link-2.blog, .menu-link-2.contact, .menu-link-2.about {
    width: 55px;
    height: 55px;
  }

  .menu-link-2.home {
    width: 50px;
    height: 50px;
  }

  .button25_line-1-2 {
    width: 22px;
    height: 2.5px;
  }

  .menu-button-animation {
    width: 52px;
    height: 52px;
    padding: 10px;
    box-shadow: 0 6px 5px #00000040;
  }

  .menu-button-2 {
    margin-right: 5px;
  }

  .service-popup-block {
    z-index: 99999;
  }

  .hero-side-button {
    font-size: 22px;
  }

  .button-links {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-side-button-social {
    font-size: 22px;
  }

  .team-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_2f63fd33-3fe5-4800-7edd-d1196797c5d0-496f3ffd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_681cf941-db82-8bfa-4a6e-55ce0cdcbd21-496f3ffd, #w-node-_681cf941-db82-8bfa-4a6e-55ce0cdcbd22-496f3ffd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_799a6fb5-ad29-4885-950b-fa4041dfb451-496f3ffd, #w-node-ab1c6d24-2659-8c75-4c12-a32665c34dfe-496f3ffd, #w-node-c06fc279-99f2-82d0-606a-3749091c9ff2-496f3ffd, #w-node-_3dadf602-c79d-839a-11b7-d62e3c773a7b-496f3ffd, #w-node-_799a6fb5-ad29-4885-950b-fa4041dfb454-496f3ffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_799a6fb5-ad29-4885-950b-fa4041dfb457-496f3ffd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f040ad82-25b6-a79e-3b44-014b07b700de-1d1e1da9, #w-node-f040ad82-25b6-a79e-3b44-014b07b700df-1d1e1da9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c743a0b6-8fe8-783e-7d57-93efad12b7ce-00eaad59 {
  justify-self: auto;
}

#w-node-f040ad82-25b6-a79e-3b44-014b07b700de-e1c6a380, #w-node-f040ad82-25b6-a79e-3b44-014b07b700df-e1c6a380 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cb09d5b6-5242-d95b-c0bc-d2f09033da1c-496f3ffd, #w-node-a5548fe7-980c-f07d-5879-7436db8e303b-3486df6a, #w-node-c743a0b6-8fe8-783e-7d57-93efad12b7e3-00eaad59 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_681cf941-db82-8bfa-4a6e-55ce0cdcbd21-496f3ffd, #w-node-_681cf941-db82-8bfa-4a6e-55ce0cdcbd22-496f3ffd, #w-node-f040ad82-25b6-a79e-3b44-014b07b700de-1d1e1da9, #w-node-f040ad82-25b6-a79e-3b44-014b07b700df-1d1e1da9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c743a0b6-8fe8-783e-7d57-93efad12b7e3-00eaad59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f040ad82-25b6-a79e-3b44-014b07b700de-e1c6a380, #w-node-f040ad82-25b6-a79e-3b44-014b07b700df-e1c6a380 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb09d5b6-5242-d95b-c0bc-d2f09033da1c-496f3ffd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}