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

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

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 400";
  src: url('../fonts/fa-regular-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 Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.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: "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 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 Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  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 {
  --black-2: #272727;
  --black: #0d0d0d;
  --light-grey: #d4d4d4;
  --white: white;
  --dark-slate-grey: #424242;
  --blue: #003759;
  --transparent: #fff0;
}

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

.top-section {
  z-index: 10;
  border-bottom: 1px solid var(--black-2);
  background-color: var(--black);
  width: 100%;
  height: 100px;
  color: var(--black);
  justify-content: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.mid-section {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.bottom-section {
  border-top: 1px solid var(--black-2);
  border-bottom: 1px solid var(--black-2);
  background-color: var(--black);
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.body {
  background-color: var(--black);
  color: var(--light-grey);
  font-family: Sofia Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.left-div {
  border-right: 1px solid var(--black-2);
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 20px;
  display: flex;
}

.logos-div {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 20px 60px;
  display: flex;
}

.nav-div {
  border-left: 1px solid var(--black-2);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.content-div {
  z-index: 1;
  border-right: 1px solid var(--black-2);
  border-left: 1px solid var(--black-2);
  background-color: var(--black);
  flex-direction: column;
  width: 40.2%;
  display: flex;
  position: relative;
}

.content-div._100 {
  width: 90%;
}

.image-div {
  border-right: 1px solid var(--black-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50.1%;
  padding: 20px;
}

.image-div.mob {
  background-image: url('../images/boldmere-stock-15.webp');
}

.image-div.mob.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

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

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

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

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

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

.h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

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

.p._60b {
  border-bottom: 1px none var(--dark-slate-grey);
  padding-bottom: 0;
}

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

.p._60bottom {
  padding-bottom: 60px;
}

.p.top {
  border-bottom: 1px solid var(--blue);
  margin-top: 20px;
  padding-bottom: 30px;
}

.p.top.bp {
  margin-bottom: 40px;
}

.p._20t {
  margin-top: 20px;
}

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

.p._60t {
  margin-top: 60px;
}

.read-more {
  border: 1px solid var(--dark-slate-grey);
  background-color: var(--blue);
  color: var(--light-grey);
  border-radius: 100px;
  margin-top: 30px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all .2s;
}

.read-more:hover {
  background-color: var(--black);
}

.read-more.services {
  background-color: var(--blue);
  margin-top: auto;
}

.read-more.services:hover {
  background-color: var(--black);
}

.navbar {
  background-color: #0000;
  height: 100px;
}

.nav-link {
  width: 100%;
  color: var(--light-grey);
  text-align: right;
  padding: 10px 60px;
  transition: all .4s;
}

.nav-link:hover {
  color: var(--white);
  padding-right: 80px;
}

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

.icon {
  color: var(--light-grey);
  text-align: right;
  margin-top: 20px;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.nav-menu {
  background-color: var(--black);
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-centred {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.co-logo {
  opacity: .8;
  width: 90%;
  max-width: 100px;
  color: var(--light-grey);
  text-align: center;
  font-weight: 700;
}

.sm-link {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.sm-link._10r {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.social-logos {
  color: var(--white);
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s;
}

.social-logos:hover {
  color: var(--light-grey);
}

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

.socials-div.horiz {
  flex-direction: row;
}

.contact-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tel-no {
  color: var(--light-grey);
  font-weight: 400;
  text-decoration: none;
}

.font-awsome {
  margin-right: 5px;
  font-family: Fa duotone, sans-serif;
}

.body-div {
  z-index: 1;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin-left: 0;
  padding: 60px;
  position: relative;
}

.h2 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
}

.h2._40t {
  border: 1px #000;
  padding-top: 40px;
}

._2-img-container {
  justify-content: space-between;
  display: flex;
}

._2-img-container._60p {
  min-height: 500px;
  margin-top: 60px;
  margin-bottom: 60px;
}

._2-img-container._60p._40t {
  margin-top: 40px;
}

._2-img-container._60p._20t {
  margin-top: 20px;
}

._2-img-div {
  border: 1px solid var(--dark-slate-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

._2-img-div._1 {
  background-image: url('../images/boldmere-stock-21.webp');
  background-position: 50%;
  background-size: cover;
  width: 59%;
  margin-right: 10px;
}

._2-img-div._2 {
  background-image: url('../images/AdobeStock_95012677.webp');
  background-position: 50%;
  background-size: cover;
  width: 39%;
  margin-left: 10px;
}

._2-img-div._3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 39%;
  margin-right: 10px;
}

._2-img-div._4 {
  background-image: url('../images/AdobeStock_419380850-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 59%;
  margin-left: 10px;
}

._2-img-div.t1 {
  background-image: url('../images/AdobeStock_1890154964.webp');
  width: 54%;
}

._2-img-div.ph2 {
  background-image: url('../images/AdobeStock_1847044866.webp');
}

._2-img-div.ph1 {
  background-image: url('../images/AdobeStock_1750797867.webp');
  width: 48%;
}

._2-img-div.t2 {
  background-image: url('../images/AdobeStock_333919000.jpeg');
  background-position: 50% 100%;
  width: 45%;
}

._2-img-div.sf {
  background-image: url('../images/AdobeStock_133612515.webp');
  width: 58%;
}

._2-img-div.sf2 {
  background-image: url('../images/AdobeStock_133612723.webp');
  width: 40%;
}

._2-img-div.rr {
  background-image: url('../images/AdobeStock_123118632.webp');
  background-position: 0%;
  width: 40%;
}

._2-img-div.heatp {
  background-image: url('../images/AdobeStock_438764448.webp');
  width: 60%;
}

._2-img-div.hp {
  background-image: url('../images/AdobeStock_831131951.webp');
  width: 39%;
}

._2-bullet-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
}

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

.list._3col._0p {
  margin-top: 10px;
}

.list._3col._0p.bp {
  margin-bottom: 20px;
}

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

.bullet-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.footer-section {
  border-bottom: 5px solid var(--black-2);
  background-color: var(--black);
  width: 100%;
  height: 100px;
  color: var(--black);
  justify-content: flex-start;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 20px 60px;
  display: flex;
}

.footer-links {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

._1st-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  margin-right: -1px;
  display: flex;
  position: relative;
}

.sm-container {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-div {
  border-right: 1px solid var(--black-2);
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 20px;
  display: flex;
}

.h1-div {
  border-bottom: 1px solid var(--black-2);
  padding: 40px 60px;
}

.email {
  color: var(--light-grey);
  font-weight: 400;
  text-decoration: none;
}

.bottom-heading {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.form {
  margin-top: 30px;
  margin-left: -10px;
}

.font-awsome-menu {
  color: var(--light-grey);
  text-align: right;
  margin-top: 20px;
  margin-right: 5px;
  font-family: Fa duotone, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.mob-img-div {
  border-right: 1px solid var(--black-2);
  background-image: url('../images/530446433.webp');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50.1%;
  padding: 20px;
  display: none;
}

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

._3-box-grid._60t {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

._3-box {
  border-bottom: 1px solid var(--dark-slate-grey);
  width: 100%;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

._3-box:hover {
  color: var(--white);
}

._3-box-img {
  border: 1px solid var(--dark-slate-grey);
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

._3-box-title {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-nav {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 60px;
}

.bottom-link {
  border-left: 1px solid var(--dark-slate-grey);
  color: var(--light-grey);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.bottom-link:hover, .bottom-link.w--current {
  color: var(--white);
}

.bottom-link.last {
  border-right: 1px solid var(--dark-slate-grey);
}

.sub-heading {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.sub-heading._20t {
  margin-top: 20px;
}

.underline {
  background-color: var(--blue);
  width: 100px;
  height: 1px;
  color: var(--blue);
  margin-bottom: 20px;
}

.lottie-file {
  width: 100px;
  margin-top: -20px;
  margin-left: -15px;
}

.google-map {
  justify-content: center;
  align-items: center;
  display: block;
}

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

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

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

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

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

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

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

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

.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(--black-2);
}

.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(--dark-slate-grey);
  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(--white);
  color: var(--white);
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0009;
  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(--white);
  background-color: var(--dark-slate-grey);
  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(--white);
  background-color: var(--white);
  color: var(--black-2);
  font-weight: 400;
}

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

.fs-cc-prefs_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;
}

.live-chat-top-text {
  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;
}

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

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

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

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

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

.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: #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 {
  cursor: pointer;
  background-color: #000;
  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: #326db1;
}

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

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

.faq-div {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--light-grey);
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid var(--light-grey);
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.faq-arrow {
  color: var(--light-grey);
}

.faq-title {
  color: var(--light-grey);
  white-space: pre-wrap;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--light-grey);
  background-color: var(--dark-slate-grey);
  padding: 20px;
  position: relative;
}

.tab-text {
  color: var(--white);
  margin-bottom: 0;
}

.h3-heading {
  text-align: center;
  margin-top: 40px;
  font-size: 25px;
}

.hyperlink {
  border-bottom: 1px solid var(--blue);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.hyperlink:hover {
  box-shadow: inset 0 -300px 5px 0 var(--blue);
}

.image {
  width: 32px;
  height: 32px;
}

.trade-logo {
  background-image: url('../images/mybuilder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.logos {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.logos._2 {
  width: 90px;
  height: 60px;
}

.heat {
  margin-left: 10px;
}

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

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

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

.divgrid {
  border: 2px dashed var(--blue);
  padding: 15px;
}

.h2-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2-2.black {
  color: #000;
}

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

.contact-info-block {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

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

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

.text-line-2 {
  background-color: #5f91c4;
  width: 40px;
  height: 2px;
  margin-bottom: 20px;
}

.text-line-2._10r {
  margin-right: 10px;
}

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

.cta-link-4 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.cta-link-4.address {
  max-width: 350px;
  color: var(--white);
}

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

.h2-div._30b {
  margin-bottom: 30px;
}

.cta-text-contact-3 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

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

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

.sitemap {
  border-bottom: 1px solid var(--black);
  color: var(--white);
  transition: all .3s;
}

.sitemap:hover {
  border-bottom: 1px solid var(--blue);
}

.sm {
  color: var(--white);
  text-decoration: none;
}

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

.dropdown-list {
  width: 809.5em;
}

.dropdown-list.w--open {
  width: 117.4%;
  display: block;
}

.dropdown-toggle {
  padding: 0;
}

.drop {
  color: var(--white);
  text-align: right;
  display: block;
}

.dropdown-list-2 {
  text-align: right;
}

.dropdown-list-2.w--open {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  top: 100%;
  right: 0;
}

.dropdown-link {
  background-color: var(--black);
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link.nav-link._2 {
  padding-right: 10px;
}

.dd-toggle {
  width: 100%;
  color: var(--light-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  transition: all .4s;
}

.dd-toggle:hover {
  color: var(--white);
  padding-right: 80px;
}

.dd {
  width: 100%;
}

.text-block {
  text-align: right;
}

.dd-link {
  color: var(--light-grey);
  text-align: right;
  padding-right: 60px;
  transition: all .4s;
}

.dd-link:hover {
  color: var(--white);
  padding-right: 80px;
}

.svs-dd-list {
  position: relative;
}

.svs-dd-list.w--open {
  background-color: var(--transparent);
  color: var(--light-grey);
  position: relative;
}

.icon-2 {
  margin-right: 60px;
}

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

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

@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) {
  .top-section {
    position: static;
  }

  .mid-section {
    flex-direction: column;
    height: auto;
  }

  .left-div {
    width: 20%;
    display: none;
  }

  .logos-div {
    padding: 40px;
  }

  .nav-div {
    width: 40%;
  }

  .content-div, .content-div._100 {
    width: 100%;
  }

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

  .top-div {
    padding: 40px;
  }

  .nav-link {
    color: var(--white);
    text-align: right;
    padding: 10px 20px;
  }

  .nav-link:hover {
    padding-right: 30px;
  }

  .menu-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--black-2);
    border-left: 1px solid var(--black-2);
    background-color: var(--black);
    text-align: right;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-centred {
    position: static;
  }

  .co-logo {
    width: 100%;
  }

  .sm-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-logos {
    font-size: 30px;
    line-height: 30px;
  }

  .socials-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
  }

  .body-div {
    width: 100%;
    padding: 40px;
  }

  ._2-img-container._60p {
    min-height: 400px;
  }

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

  .footer-section {
    height: auto;
  }

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

  ._1st-left {
    width: 100%;
    height: auto;
    display: block;
  }

  .sm-container {
    border-bottom: 1px solid var(--black-2);
    align-items: flex-end;
    padding: 10px 20px;
    position: static;
  }

  .logo-div {
    width: 20%;
  }

  .h1-div {
    padding: 40px;
  }

  .bottom-heading {
    margin-top: 40px;
  }

  .form {
    margin-top: 30px;
  }

  .mob-img-div {
    width: 100%;
    min-height: 500px;
  }

  ._3-box-grid._60t {
    grid-template-columns: 1fr 1fr;
  }

  ._3-box-img {
    padding: 10px;
  }

  .footer-nav {
    align-items: stretch;
    min-height: 60px;
    display: flex;
  }

  .bottom-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .live-chat-top-text.block {
    color: var(--black-2);
  }

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

  .live-chat-bottom-text.block, .live-chat-bottom-text.bold {
    color: var(--dark-slate-grey);
  }

  .chat-section {
    background-color: var(--dark-slate-grey);
  }

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

  .live-chat-link {
    background-color: var(--blue);
  }

  .whatsapp-container {
    background-color: var(--black-2);
    border-radius: 10px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .whatsapp-container:hover {
    background-color: var(--dark-slate-grey);
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    background-color: var(--dark-slate-grey);
  }

  .livechat-button:hover, .top-section-2 {
    background-color: var(--black-2);
  }

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

  .text-line-2, .text-line-2._10r {
    display: none;
  }

  .left-contact-3 {
    width: 100%;
  }

  .cta-link-4.address {
    max-width: 100%;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div._30b {
    margin-bottom: 10px;
  }

  .dd-toggle {
    padding-right: 20px;
  }

  .dd-toggle:hover {
    padding-right: 40px;
  }

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

  .lb-img {
    height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    flex-direction: column;
    height: auto;
  }

  .logos-div {
    justify-content: center;
    width: 100%;
    padding: 0 20px;
  }

  .nav-div {
    width: 100%;
  }

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

  .p._60b, .p._60bottom {
    padding-bottom: 40px;
  }

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

  .navbar {
    height: auto;
  }

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

  .nav-link:hover {
    padding-right: 20px;
  }

  .icon {
    text-align: center;
    margin-top: 0;
  }

  .menu-button {
    height: auto;
  }

  .nav-menu {
    padding: 0;
  }

  .nav-centred {
    margin-top: 40px;
  }

  .socials-div.horiz {
    margin-bottom: 10px;
  }

  .contact-div {
    flex-direction: row;
  }

  ._2-img-container._60p {
    min-height: 280px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  ._2-bullet-div {
    margin-bottom: 40px;
  }

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

  .footer-div {
    flex-direction: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links {
    text-align: center;
    width: 75%;
  }

  .sm-container {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-div {
    border-right-width: 0;
    width: 100%;
    padding-bottom: 10px;
  }

  .h1-div {
    border-bottom-width: 0;
  }

  .email {
    margin-left: 20px;
  }

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

  .font-awsome-menu {
    text-align: center;
    margin-top: 0;
  }

  .mob-img-div {
    min-height: 400px;
  }

  ._3-box-grid._60t {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-nav {
    flex-direction: column;
    margin-top: 40px;
  }

  .bottom-link {
    border-left-width: 0;
    min-height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-link.last {
    border-right-width: 0;
  }

  .lottie-file {
    display: none;
  }

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

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

  .cta-link-4 {
    font-size: 16px;
  }

  .cta-link-4.address {
    max-width: 330px;
  }

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

  .dd-toggle, .text-block {
    text-align: center;
  }

  .gallery-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .lb-img {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .image-div {
    min-height: 250px;
  }

  .image-div.mob {
    background-image: url('../images/boldmere-stock-15.webp');
    background-position: 50%;
    background-size: cover;
  }

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

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

  .p._60b, .p._60bottom {
    padding-bottom: 30px;
  }

  .p._60t {
    margin-top: 30px;
  }

  .read-more {
    margin-top: 15px;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
  }

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

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

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

  .body-div {
    padding: 20px;
  }

  ._2-img-container._60p {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._2-img-container._60p._20t {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._2-img-div {
    width: 100%;
    min-height: 250px;
  }

  ._2-img-div._1 {
    border-right-width: 0;
    width: 100%;
    min-height: 250px;
  }

  ._2-img-div._2 {
    border-left-width: 0;
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
    margin-left: 0;
  }

  ._2-img-div._3 {
    border-right-width: 0;
    width: 100%;
  }

  ._2-img-div._4 {
    border-left-width: 0;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  ._2-img-div.t1, ._2-img-div.ph1, ._2-img-div.t2, ._2-img-div.rr, ._2-img-div.heatp, ._2-img-div.hp {
    width: 100%;
  }

  ._2-bullet-div {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

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

  .footer-div {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    width: 100%;
  }

  ._1st-left {
    position: static;
  }

  .sm-container {
    z-index: 999;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .h1-div {
    padding: 20px;
  }

  .email {
    margin-top: 5px;
    margin-left: 0;
  }

  .bottom-heading {
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .form {
    margin-top: 20px;
  }

  .font-awsome-menu {
    color: var(--white);
  }

  .mob-img-div {
    background-image: url('../images/boldmere-stock-15.webp');
    background-position: 50%;
    background-size: cover;
    min-height: 250px;
    display: flex;
  }

  ._3-box-grid._60t {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .footer-nav {
    margin-top: 30px;
  }

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

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

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

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

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

  .live-chat-link {
    background-color: var(--black-2);
  }

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

  .livechat-button {
    background-color: var(--blue);
    width: 90%;
  }

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

  .h2-2 {
    font-size: 24px;
  }

  .text-line-2 {
    margin-right: 5px;
    display: none;
  }

  .h2-div, .cta-text-contact-3 {
    margin-bottom: 0;
  }

  .git-icon-3 {
    font-size: 1em;
    display: none;
  }

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

  .lb-img {
    height: 180px;
  }
}

#w-node-a5410b4c-f57c-c931-f0af-0535dffe360c-9a456496, #w-node-a5410b4c-f57c-c931-f0af-0535dffe3616-9a456496, #w-node-a5410b4c-f57c-c931-f0af-0535dffe361e-9a456496 {
  align-self: center;
}


@font-face {
  font-family: 'Fa brands';
  src: url('../fonts/FA-Brands.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone';
  src: url('../fonts/FA-Duotone.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 400';
  src: url('../fonts/fa-regular-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 Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.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: '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 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 Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  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;
}