@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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.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 sharp solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  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;
}

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

:root {
  --white: #fff;
  --black: black;
  --blue: #003f9b;
  --red: #c60d19;
  --light-grey: #ccc;
  --pale-grey: #ddd;
  --cookies-bg: #0009;
}

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.call-now {
  background-color: var(--blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.call-now:hover {
  color: #212529;
}

.opening {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.top-section {
  z-index: 99;
  background-color: var(--black);
  color: var(--red);
  position: sticky;
  inset: 0% 0% auto;
}

.top-link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.top-link:hover {
  color: var(--blue);
}

.container {
  flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.announcement-container {
  width: 90%;
  max-width: none;
}

.container.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.top-link-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-link-div.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.top-container, .sm-div {
  display: flex;
}

.navbar {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar.margin-auto {
  justify-content: space-between;
  width: 100%;
}

.dropdown-menu-link {
  background-color: #fff;
  border-left: 5px solid #0000;
  padding: 10px 20px 10px 15px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.dropdown-menu-link:hover {
  border-left: 5px solid var(--blue);
  color: #353535;
}

.dropdown-menu-link.w--current {
  color: var(--red);
}

.co-logo-link {
  color: #fff;
  align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.co-logo-link.footer {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.dropdown-list {
  border-radius: 6px;
  width: 300px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  margin-top: 19px;
  overflow: visible;
}

.nav-link {
  padding: 10px 12px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: var(--blue);
  background-color: #0000;
  border-radius: 6px;
}

.nav-link.w--current {
  color: var(--red);
}

.social-icon {
  width: 35px;
  height: 35px;
  color: var(--blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon:hover {
  background-color: var(--blue);
  color: var(--white);
}

.social-icon._0r {
  margin-right: 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.dropdown:hover {
  color: var(--blue);
  background-color: #0000;
}

.nav {
  margin-left: auto;
  margin-right: auto;
}

.navbar-div {
  background-color: #0000;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-section {
  z-index: 1000;
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.slider-arrow {
  background-color: var(--red);
  border-radius: 6px;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

.slide {
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/AdobeStock_89963888.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  text-align: center;
  width: 90%;
  max-width: 950px;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 4px;
  margin-right: 20px;
  padding: 15px 40px;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  background-color: var(--red);
  transform: scale(.95);
}

.button.blue {
  background-color: var(--blue);
  color: var(--white);
}

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

.slider-div {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-section {
  height: 100%;
  position: relative;
}

.hero-slider {
  min-height: 80vh;
  position: static;
}

.slide-2 {
  background-image: linear-gradient(#fff0, #212529a8), url('../images/AdobeStock_1867286525.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-heading {
  color: var(--light-grey);
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.arrow-icon {
  font-size: 30px;
  line-height: 30px;
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.default-btn {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.default-btn:hover {
  transform: scale(.95);
}

.section-design-1-h1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-design-1-h1._70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-design-1-h1.blue {
  background-color: var(--red);
}

.top-text {
  color: var(--blue);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.left-section {
  flex: 0 auto;
  width: 48.5%;
}

.left-section._100 {
  width: 100%;
}

.btn-wrapper {
  text-align: left;
  margin-top: 20px;
}

.btn-wrapper.topp {
  margin-top: 20px;
}

.right-section {
  width: 48.5%;
  box-shadow: 11px -11px 0 0 var(--blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.right-section.padd {
  background-image: none;
}

.right-section.h1 {
  background-image: url('../images/upvc-roofline.webp');
  background-position: 50% 0;
}

.image-div {
  background-image: url('../images/AdobeStock_420868020.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.image-div.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
}

.image-div.svs1 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.04.55-5.webp');
}

.image-div.rr {
  background-image: url('../images/pressure-washing.webp');
}

.image-div.fr {
  background-image: url('../images/AdobeStock_293388068.webp');
}

.image-div.nr {
  background-image: url('../images/quality-1.webp');
  background-position: 50% 0;
}

.image-div.rp {
  background-image: url('../images/AdobeStock_89963888.webp');
}

.card-bullet {
  width: 100%;
  padding-left: 0;
}

.card-bullet._2col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-bullet._2col._0b {
  margin-bottom: 0;
}

.card-bullet._4col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-bullet._3col {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-tick {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.bullet-tick.white {
  color: var(--white);
}

.top-title-content {
  text-align: center;
}

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

.bullet-icon {
  background-image: url('../images/repair.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 110px;
  height: 80px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/roof.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.bullet-icon.kitchen {
  background-image: url('../images/flat-roof-svg.svg');
  width: 110px;
}

.bullet-icon.new-roofs {
  background-image: url('../images/new.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}

.bullet-block-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 34px;
}

.bullet-list-services {
  background-color: var(--pale-grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bullet-list-services._70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.card-bullet-item {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.bullet-block-btn {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.bullet-block-btn:hover {
  background-color: var(--red);
  transform: scale(.95);
}

.bullet-block {
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding: 30px;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #0000000d;
}

.bullet-block:hover {
  transform: translate(0, -5px);
}

.bullet-heading {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.bullet-heading.white {
  color: var(--white);
  font-weight: 500;
}

.bullet-heading._15 {
  font-size: 15px;
  line-height: 25px;
}

.container-fluid.display-flex {
  background-color: var(--blue);
  display: flex;
}

.full-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 500px;
}

.full-img.h1 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.11.23-2.webp');
}

.full-img.svs {
  background-image: url('../images/top3.webp');
}

.full-img.rr {
  background-image: url('../images/top3.webp');
  background-position: 50% 0;
}

.full-img.nr {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.11.23-2.webp');
}

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

._2-pic-div {
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._2-pic-div._100 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._2-pic-div.red {
  background-color: var(--red);
}

.contact-section {
  background-color: var(--red);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section.contactform {
  background-color: var(--red);
}

.contact-section.blue {
  background-color: var(--blue);
}

.h3-wrapper {
  align-items: center;
  display: flex;
}

.content-h3-box {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.h3 {
  color: var(--white);
  padding-right: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.h3-cta-btns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34%;
  display: flex;
}

.h3-button {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 6px;
  margin-right: 20px;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-button._2 {
  border: 1px solid var(--light-grey);
  color: var(--white);
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-button._2:hover {
  color: var(--blue);
  background-color: #fdfdfd;
}

.brand-div {
  background-color: var(--pale-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-band-wrapper {
  justify-content: space-between;
  display: flex;
}

.brand-icon {
  color: #bdbdbd;
  font-family: "Fa brands 400", sans-serif;
  font-size: 5em;
  line-height: 1;
  display: inline-block;
}

.footer-col {
  width: 30%;
}

.footer-col._00 {
  width: 100%;
}

.contact-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.contact-block.border-none {
  border-right-style: none;
  align-items: center;
}

.contact-block._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.contact-block._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-block._0b {
  margin-bottom: 0;
}

.footer-social-media {
  background-color: var(--blue);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: var(--light-grey);
  color: var(--blue);
}

.footer-social-media.margin-right-none {
  margin-right: 0;
}

.footer-mid-content {
  justify-content: space-between;
  display: flex;
}

.footer-section {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.contact-type-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.contact-type-title.red {
  color: var(--blue);
}

.footer-contact-info {
  border: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.footer-contact-info.vert {
  flex-flow: column;
}

.footer-contact-info.vert.contact {
  border-style: none;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.contact-icon {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.contact-icon.ct-us {
  background-color: var(--red);
  border-radius: 10px;
}

.contact-info-link {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.black {
  color: var(--black);
}

.footer-div {
  background-color: var(--blue);
  border-top: 1px solid #ffffff17;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-copy-link {
  color: var(--white);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.scroll-up {
  z-index: 1000;
  background-color: var(--blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  box-shadow: 0 2px 5px #00000080;
}

.scroll-arrow-up {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: 1;
  text-decoration: none;
}

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

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

.services-box {
  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: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.services-box._1 {
  background-image: url('../images/top3.webp');
}

.services-box._2 {
  background-image: url('../images/flat-roofs.webp');
}

.services-box._3 {
  background-image: url('../images/slider-11.webp');
}

.services-box._4 {
  background-image: url('../images/storm-damage.webp');
  background-position: 50%;
}

.services-box._5 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.04.55-5.webp');
}

.service-box-title {
  background-color: var(--white);
  color: var(--red);
  letter-spacing: .5px;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.mask {
  height: auto;
  min-height: 250px;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.quote-symbol {
  color: var(--blue);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 60px;
  display: flex;
  position: relative;
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--blue);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--light-grey);
  width: 100%;
}

.contact-div {
  width: 48.5%;
}

.left-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.left-arrow:hover {
  background-color: var(--blue);
  transform: scale(.95);
}

.customer-title {
  color: var(--red);
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.right-arrow {
  background-color: var(--pale-grey);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 25%;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow:hover {
  background-color: var(--blue);
  color: #fff;
  transform: scale(.95);
}

.slide-nav {
  display: block;
  position: absolute;
}

.slide-3 {
  background-color: var(--white);
  height: auto;
  padding: 15px;
}

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

.text-block-3 {
  color: var(--red);
  flex: none;
  margin-top: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  display: block;
  position: static;
  inset: 0%;
}

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.sub-heading.white {
  color: var(--white);
}

.block-quote {
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

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

.slider-2 {
  background-color: var(--white);
  height: auto;
  position: static;
}

.customer-img {
  background-image: url('../images/vicky-hladynets-C8Ta0gwPbQg-unsplash_1vicky-hladynets-C8Ta0gwPbQg-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.page-top {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_129134737.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 320px;
  display: flex;
}

.page-top.rr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_254299295-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.fr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_739487859.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.nr {
  background-image: url('../images/slider-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-top.rp {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2023-01-18-at-21.04.55-5.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.ac {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_338377354.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.svs {
  background-image: url('../images/AdobeStock_465889044.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-top.bh {
  background-image: linear-gradient(#00000080, #00000080), url('../images/burgess.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.br {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brighton-sunset.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.cr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/crawley.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.hr {
  background-image: linear-gradient(#00000080, #00000080), url('../images/0f22c21addb9eafb6afa984235ec8761.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.hh {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Haywards-Heath-Priory.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-top.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/0f22c21addb9eafb6afa984235ec8761.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.co-logo {
  width: 200px;
}

.hero-title {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.hero-title.hm {
  line-height: 46px;
}

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

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

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

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

.p.topp {
  margin-top: 10px;
}

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

.main-heading {
  width: 100%;
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.main-heading.centre {
  text-align: center;
}

.main-heading.left {
  text-align: left;
}

.main-heading.white {
  color: var(--white);
}

.p-dark {
  color: #000;
  text-align: left;
  width: 100%;
  line-height: 26px;
}

.p-dark.left {
  text-align: left;
}

.sub-head {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.h2-title {
  justify-content: center;
  width: 90%;
  display: flex;
}

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

.container-block {
  border-radius: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-block._100 {
  width: 100%;
}

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 42px;
}

.footer-list {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.service-box-heading-container {
  display: flex;
}

.backtotop {
  height: 0;
}

.dropdown-toggle {
  margin-top: 0;
  padding: 10px 32px 10px 12px;
  font-weight: 500;
  transition: all .3s;
}

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

.co-desc {
  color: var(--white);
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  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(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.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-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(--red);
  margin-right: 24px;
}

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

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

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

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

.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_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--blue);
}

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

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

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

.fs-cc-prefs_trigger {
  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-manager_trigger {
  display: none;
}

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

.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, .fs-cc-prefs_checkbox-label {
  display: none;
}

.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_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--blue);
  color: var(--black);
  background-color: #f5f5f5;
}

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

.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_space-medium {
  margin-bottom: 40px;
}

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

.bottom-link {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.bottom-link.w--current {
  color: var(--blue);
}

.bottom-link.black {
  border-bottom: 2px solid var(--white);
  color: var(--black);
  text-align: left;
  transition: all .3s;
}

.bottom-link.black:hover {
  border-bottom: 2px solid var(--blue);
}

.bottom-link.black.w--current {
  color: var(--black);
  text-align: left;
}

.list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.list.area {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.list-item {
  align-items: center;
  display: flex;
}

.bullet-icon-2 {
  color: #000;
  background-color: #fff;
  border: 2px solid #afafaf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
}

.bullet-icon-2.round {
  background-color: var(--blue);
  color: #fff0;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border-style: none;
  border-color: #5f5f5f;
  border-radius: 20px;
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.fa-2 {
  color: #fff;
  flex: none;
  font-size: 18px;
}

.bullet-heading-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.map {
  width: 100%;
}

.lightbox {
  object-fit: cover;
  height: 100%;
}

.lb {
  border: 1px solid var(--blue);
  height: 100%;
}

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

.contactform {
  width: 100%;
  color: var(--white);
}

.lottie {
  width: 150px;
  display: inline-flex;
}

.contact-right {
  position: static;
}

.live-chat-top-text {
  color: var(--white);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  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-chat-bottom-text {
  color: var(--light-grey);
  font-size: 10px;
}

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

.live-chat-bottom-text.bold {
  color: var(--red);
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.chat-section {
  background-color: var(--light-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 {
  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;
  cursor: pointer;
  background-color: #000;
  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: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: var(--white);
  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(--black);
  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(--blue);
}

.top-section-2 {
  background-color: var(--black);
  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;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--blue);
  color: var(--blue);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -30px 0 0 var(--blue);
  color: #fff;
}

.hyperlink.white {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.hyperlink.white:hover {
  box-shadow: inset 0 -50px 0 0 var(--white);
  color: var(--blue);
}

.top-div {
  flex-direction: column;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.service-box-link {
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.contact-form {
  width: 48.5%;
}

.bottom-container {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bottom-container.border-none {
  border-right-style: none;
  align-items: center;
}

.bottom-container._100 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.bottom-container._100.nobord {
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 20px;
}

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

._2-col-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div.announcement-container {
  width: 90%;
  max-width: none;
}

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
  margin-bottom: 0;
}

.tab-toggle {
  width: 100%;
  margin-bottom: 0;
}

.tab-dropdown-container.w--open {
  background-color: var(--pale-grey);
  padding: 20px;
  position: relative;
}

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

.p-2._0b {
  margin-bottom: 0;
}

._2x2-gried {
  margin-top: 20px;
}

.grid-div {
  border: 2px dashed var(--blue);
  padding: 25px;
}

.subheading {
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.area-gird {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 10px;
}

.div-grid {
  border: 2px dashed var(--blue);
  text-align: left;
  padding: 25px;
}

.bold {
  font-weight: 700;
}

._3-grid {
  grid-template-rows: auto;
  margin-top: 20px;
}

.full-w-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
}

.full-w-img.rr {
  background-image: url('../images/AdobeStock_254299295-1.webp');
  height: 300px;
}

.full-w-img.fr {
  background-image: url('../images/flat-roofs.webp');
  height: 300px;
}

.flat-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 20px;
}

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

.lightbox-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.lightbox-img._117 {
  background-image: url('../images/littlegroom1004-17.webp');
}

.lightbox-img._108 {
  background-image: url('../images/littlegroom1004-8.webp');
}

.lightbox-img._122 {
  background-image: url('../images/littlegroom1004-22.webp');
}

.lightbox-img._8 {
  background-image: url('../images/after6.webp');
}

.lightbox-img._3 {
  background-image: url('../images/before2.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-img._1 {
  background-image: url('../images/before4.webp');
  background-position: 50%;
}

.lightbox-img._119 {
  background-image: url('../images/littlegroom1004-19.webp');
  background-position: 50% 0;
}

.lightbox-img._111 {
  background-image: url('../images/littlegroom1004-11.webp');
  background-position: 50% 0;
}

.lightbox-img._105 {
  background-image: url('../images/littlegroom1004-5.webp');
  background-position: 50% 0;
}

.lightbox-img._115 {
  background-image: url('../images/littlegroom1004-15.webp');
  background-position: 50% 0;
}

.lightbox-img._120 {
  background-image: url('../images/littlegroom1004-20.webp');
  background-position: 50% 0;
}

.lightbox-img._103 {
  background-image: url('../images/littlegroom1004-3.webp');
  background-position: 50% 0;
}

.lightbox-img._13 {
  background-image: url('../images/bath.webp');
  background-position: 50% 0;
}

.lightbox-img._12 {
  background-image: url('../images/CUTE.webp');
  background-position: 50% 0;
}

.lightbox-img._2 {
  background-image: url('../images/aFTER4.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-img._114 {
  background-image: url('../images/littlegroom1004-14.webp');
}

.lightbox-img._113 {
  background-image: url('../images/littlegroom1004-13.webp');
}

.lightbox-img._109 {
  background-image: url('../images/littlegroom1004-9.webp');
}

.lightbox-img._121 {
  background-image: url('../images/littlegroom1004-21.webp');
}

.lightbox-img._112 {
  background-image: url('../images/littlegroom1004-12.webp');
  background-position: 50% 0;
}

.lightbox-img._102 {
  background-image: url('../images/littlegroom1004-2.webp');
}

.lightbox-img._101 {
  background-image: url('../images/chimney-repairs.webp');
}

.lightbox-img._10 {
  background-image: url('../images/AFTER5.webp');
  background-position: 50% 0;
}

.lightbox-img._106 {
  background-image: url('../images/littlegroom1004-6.webp');
  background-position: 50% 0;
}

.lightbox-img._15 {
  background-image: url('../images/pug.webp');
}

.lightbox-img._116 {
  background-image: url('../images/littlegroom1004-16.webp');
}

.lightbox-img._118 {
  background-image: url('../images/littlegroom1004-18.webp');
}

.lightbox-img._4 {
  background-image: url('../images/after2.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-img._6 {
  background-image: url('../images/after3.webp');
  background-position: 50%;
}

.lightbox-img._104 {
  background-image: url('../images/littlegroom1004-4.webp');
}

.lightbox-img._107 {
  background-image: url('../images/littlegroom1004-7.webp');
  background-position: 50% 0;
}

.lightbox-img._11 {
  background-image: url('../images/black-lab.webp');
  background-position: 50%;
}

.lightbox-img._110 {
  background-image: url('../images/littlegroom1004-10.webp');
  background-position: 50% 0;
}

.lightbox-img._5 {
  background-image: url('../images/before3.webp');
  background-position: 50% 0;
  background-size: cover;
}

.lightbox-img._9 {
  background-image: url('../images/BEFORE5.webp');
  background-position: 50% 30%;
}

.lightbox-img._7 {
  background-image: url('../images/before6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-img._14 {
  background-image: url('../images/shownzer.webp');
}

.lightbox-img.r1 {
  background-image: url('../images/roof-repairs.webp');
}

.lightbox-img.r2 {
  background-image: url('../images/pitched-roofs.webp');
}

.lightbox-img.r3 {
  background-image: url('../images/flat-roofs.webp');
}

.lightbox-img.r4 {
  background-image: url('../images/pressure-washing.webp');
}

.lightbox-img.r5 {
  background-image: url('../images/top1.webp');
}

.lightbox-img.r6 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.11.23-2.webp');
}

.lightbox-img.r7 {
  background-image: url('../images/lead-flashing.webp');
}

.lightbox-img.r8 {
  background-image: url('../images/quality-1.webp');
}

.lightbox-img.r9 {
  background-image: url('../images/top3.webp');
}

.lightbox-img.r10 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.07.48-5-768x1024.webp');
}

.lightbox-img.r11 {
  background-image: url('../images/WhatsApp-Image-2023-01-18-at-21.04.55-5.webp');
}

.body-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.icon, .dd-icon {
  margin-right: 12px;
}

.faq-div-2 {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
  width: 100%;
}

.faq-question {
  color: var(--blue);
  white-space: pre-wrap;
  font-weight: 600;
}

.answer {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.answer._10b {
  margin-bottom: 10px;
}

.trustatrader {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.gmb {
  width: 50px;
  min-width: 50px;
}

.contact-map {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .mask {
    width: 100%;
  }

  .who-made-comment {
    position: relative;
  }

  .test-slider {
    position: static;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .slider-2 {
    width: 100%;
  }

  .contact-right {
    position: static;
  }

  .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) {
  .opening {
    display: none;
  }

  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.nav-fluid {
    width: 100%;
    padding: 0;
  }

  .top-link-div.margin-right-20 {
    flex: none;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    display: none;
  }

  .top-container {
    flex-direction: row;
  }

  .sm-div {
    justify-content: space-around;
  }

  .navbar {
    background-color: #fff;
    width: 100%;
    margin-top: 20px;
  }

  .navbar.margin-auto {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
  }

  .dropdown-menu-link {
    color: var(--black);
    background-color: #0000;
  }

  .dropdown-menu-link:hover {
    color: var(--black);
  }

  .dropdown-list.w--open {
    background-color: #f7f7f7;
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

  .nav-link {
    background-color: var(--blue);
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--red);
    color: var(--white);
    border-radius: 0;
  }

  .social-icon {
    background-color: var(--white);
    width: 33.3%;
    height: auto;
    color: var(--black);
    border-right: 1px solid #3535353d;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

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

  .social-icon._0r {
    background-color: var(--white);
    text-align: left;
    font-size: 22px;
  }

  .social-icon._0r:hover {
    background-color: var(--blue);
    color: var(--white);
  }

  .dropdown {
    color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown:hover {
    color: #fff;
    background-color: #ef233c;
    border-radius: 0;
  }

  .dropdown.w--open {
    color: #fff;
    background-color: #ef233c;
  }

  .dropdown.no-border {
    background-color: var(--blue);
    color: var(--white);
    border-bottom-style: none;
  }

  .dropdown.no-border:hover {
    background-color: var(--red);
  }

  .burger-menu {
    color: #353535;
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .nav-toggle.w--open {
    background-color: var(--white);
  }

  .nav {
    background-color: var(--blue);
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-div {
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .hero-content {
    width: 70%;
  }

  .hero-heading {
    font-size: 24px;
    line-height: 34px;
  }

  .section-h1-wrapper.display-flex {
    flex-flow: column;
  }

  .default-btn {
    margin-right: auto;
  }

  .section-design-1-h1, .section-design-1-h1._70 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-section {
    width: 100%;
  }

  .btn-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .right-section {
    width: 100%;
    height: 500px;
    margin-top: 40px;
  }

  .right-section.padd {
    height: auto;
    margin-top: 40px;
  }

  .image-div {
    min-height: 500px;
  }

  .image-div.map {
    min-height: auto;
  }

  .card-bullet._3col {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-list-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .bullet-block-btn {
    margin-top: 10px;
  }

  .bullet-block {
    padding: 20px;
  }

  .bullet-heading {
    text-align: left;
  }

  .container-fluid.display-flex {
    flex-direction: column;
  }

  .full-img {
    width: 100%;
  }

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

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

  .h3-wrapper {
    flex-direction: column;
  }

  .content-h3-box {
    width: 100%;
  }

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

  .h3-cta-btns {
    justify-content: center;
    width: 60%;
    padding-top: 20px;
    display: flex;
  }

  .contact-block {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
  }

  .contact-block.border-none {
    border-bottom-style: none;
  }

  .contact-type-title {
    margin-bottom: 5px;
  }

  .footer-contact-info {
    flex-direction: column;
  }

  .footer-div {
    margin-top: 60px;
  }

  .scroll-up {
    z-index: 1;
  }

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

  .services-box {
    min-height: 300px;
  }

  .contact-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .left-arrow {
    background-color: var(--blue);
    color: #fff;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .testimonials-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .right-arrow {
    background-color: var(--blue);
    inset: auto 0% -25% auto;
  }

  .testemonials {
    padding-top: 60px;
  }

  .text-block-3 {
    color: var(--white);
  }

  .block-quote {
    font-size: 16px;
  }

  .heading-2 {
    padding-right: 0;
  }

  .slider-2 {
    position: relative;
  }

  .container-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .list-item {
    align-items: center;
  }

  .bullet-icon-2.round {
    width: 32px;
    height: 32px;
  }

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

  .whatsapp-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 60px;
    display: flex;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .contact-form {
    width: 100%;
  }

  .bottom-container {
    border-bottom: 1px #8a8a8a;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bottom-container.border-none {
    border-bottom-style: none;
  }

  ._2-col-div {
    flex-flow: column;
    align-items: flex-start;
  }

  ._2-col-div.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-div.nav-fluid {
    width: 100%;
    padding: 0;
  }

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

@media screen and (max-width: 767px) {
  .call-now {
    justify-content: center;
    align-items: center;
  }

  .top-section {
    position: static;
  }

  .container.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .container.nav-fluid {
    padding-top: 0;
  }

  .top-link-div.margin-right-20 {
    margin-right: 0;
  }

  .top-link-div.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .top-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .navbar-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
    display: flex;
  }

  .slider-div {
    height: auto;
  }

  .hero-slider {
    min-height: 50vh;
  }

  .default-btn {
    flex-direction: row;
    display: flex;
  }

  .section-design-1-h1, .section-design-1-h1._70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-section {
    height: 350px;
  }

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

  .card-bullet._2col {
    grid-template-columns: 1fr;
  }

  .card-bullet._4col {
    grid-template-columns: 1fr 1fr;
  }

  .card-bullet._3col {
    grid-template-columns: 1fr;
  }

  .bullet-list-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .full-img {
    min-height: 350px;
  }

  ._2-pic-div, .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-cta-btns {
    width: 100%;
  }

  .brand-band-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-col {
    width: 100%;
    margin-top: 20px;
  }

  .footer-mid-content {
    flex-direction: column;
    padding-top: 0;
  }

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

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

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

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

  .quote-symbol {
    margin-left: 0;
    padding-bottom: 10px;
    padding-right: 0;
    line-height: 1;
    position: static;
  }

  .underline {
    width: 50%;
  }

  .left-arrow {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
    right: 20%;
  }

  .container-2 {
    padding-top: 20px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow {
    width: 80px;
    height: 80px;
    bottom: -5%;
  }

  .slide-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .test-slider {
    width: 95%;
    position: static;
  }

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

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .hero-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-title.hm {
    font-size: 25px;
    line-height: 30px;
  }

  .main-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .button-div {
    width: 100%;
    display: flex;
  }

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

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

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

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

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

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

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

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

  .contact-right {
    width: 95%;
    position: static;
  }

  .hero-text {
    margin-bottom: 20px;
  }

  ._2-col-div.announcement-container {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  ._2-col-div.nav-fluid {
    padding-top: 0;
  }

  ._2x2-gried, .flat-grid {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .call-now {
    width: 100%;
    margin-top: 10px;
  }

  .top-link {
    font-size: 15px;
  }

  .container.announcement-container {
    padding-top: 1px;
  }

  .top-icon {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .top-link-div.margin-right-20 {
    text-align: center;
    font-size: 14px;
  }

  .top-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
    line-height: 17px;
  }

  .navbar.margin-auto {
    border-top: 1px solid #0000000d;
    width: 100%;
  }

  .nav-toggle {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: block;
  }

  .navbar-div {
    justify-content: space-between;
    align-items: center;
  }

  .slider-arrow {
    display: none;
  }

  .slide {
    background-image: linear-gradient(0deg, #000 27%, #fff0), url('../images/AdobeStock_89963888.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-content {
    width: 85%;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-slider {
    min-height: 500px;
  }

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

  .default-btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .section-design-1-h1, .section-design-1-h1._70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .btn-wrapper {
    flex-direction: column;
  }

  .right-section {
    height: 250px;
    margin-top: 30px;
  }

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

  .card-bullet._2col, .card-bullet._4col, .card-bullet._3col {
    grid-template-columns: 1fr;
  }

  .bullet-list-services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .bullet-block-btn {
    margin-top: 5px;
  }

  .bullet-heading {
    text-align: left;
  }

  .full-img {
    min-height: 250px;
  }

  ._2-pic-div {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

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

  .h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .h3-cta-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h3-button {
    text-align: center;
    flex: none;
    width: 100%;
    margin-right: 0;
  }

  .h3-button._2 {
    flex: none;
  }

  .footer-col, .contact-block {
    margin-top: 10px;
  }

  .footer-mid-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .contact-type-title {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-contact-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px;
  }

  .contact-icon {
    display: none;
  }

  .contact-info-link {
    margin-bottom: 0;
  }

  .footer-div {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer-social-media-block {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .services-section {
    padding-top: 30px;
  }

  .services-box {
    min-height: 280px;
  }

  .service-box-title {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }

  .quote-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2rem;
  }

  .underline {
    width: 30%;
  }

  .contact-div {
    margin-bottom: 0;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    bottom: -10%;
  }

  .testemonial-content-everything {
    padding-right: 0;
  }

  .container-2.test-container {
    width: 95%;
  }

  .testimonials-grid {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slide-3 {
    padding: 0;
  }

  .testemonials {
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 1.125rem;
  }

  .sub-heading.white {
    line-height: 26px;
  }

  .block-quote {
    font-size: 14px;
    line-height: 24px;
  }

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

  .slider-2 {
    width: 100%;
  }

  .hero-title {
    font-size: 28px;
    line-height: 29px;
  }

  .hero-title.hm {
    font-size: 20px;
    line-height: 25px;
  }

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

  .slide-nav-2 {
    display: none;
  }

  .button-div {
    flex-direction: column;
    margin-top: 10px;
  }

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

  .service-box-heading-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-toggle {
    z-index: 5;
    background-color: var(--blue);
  }

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

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

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

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

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

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

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

  .bullet-heading-2 {
    text-align: left;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
  }

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

  .livechat-button {
    width: 90%;
  }

  .top-div {
    width: 100%;
  }

  .hero-text {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-box-link {
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  ._2-col-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._2-col-div.announcement-container {
    padding-top: 1px;
  }

  ._2x2-gried, .area-gird, ._3-grid, .flat-grid, .gallery-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-d4cfa3ce-90fc-4f46-dfba-4b32c68b8bbf-d21a2c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-d21a2c91 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5a1d9f18-e588-56e6-d6ed-7ae3c4649e06-d21a2c91, #w-node-_2ee52069-c011-2593-2af0-b82ee0617beb-d21a2c91, #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d21a2c91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6413dd0-3c87-6e39-046e-f27dfe230065-d21a2c91, #w-node-d6413dd0-3c87-6e39-046e-f27dfe230082-d21a2c91, #w-node-d6413dd0-3c87-6e39-046e-f27dfe23009f-d21a2c91, #w-node-_76e86dc1-9182-f0ed-4015-e500e27c4e8f-d21a2c91 {
  place-self: auto;
}

#w-node-_0024476e-8ad6-eda5-0667-99a6dbf50829-d21a2c91 {
  place-self: end;
}

#w-node-dc596cc3-b990-d6c9-1047-cc33c1346b4a-82495c23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-adbea63c-d41c-c327-4198-4a5a8d58accf-d21a2c91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d21a2c91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fc54bdf-345c-82ec-48b1-77b46b4d3fcc-d21a2c93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1f81431f-3fd4-ce50-9f9a-783d355c4949-d21a2c91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0024476e-8ad6-eda5-0667-99a6dbf50828-d21a2c91 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0024476e-8ad6-eda5-0667-99a6dbf50828-d21a2c91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-dc596cc3-b990-d6c9-1047-cc33c1346b4a-82495c23 {
    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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.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 sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  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;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}