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

:root {
  --slate: #191d20;
  --fmb: #a20e30;
  --smoke: #d4d4d4;
  --khaki: #3b494a;
  --white: white;
  --grey: #3b434a;
  --black: black;
}

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

.body {
  color: var(--slate);
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.fmb-banner {
  border-top: 10px solid var(--fmb);
  border-bottom: 10px solid var(--fmb);
  background-color: var(--smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fmb-group-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 4px solid var(--fmb);
  border-bottom: 4px none var(--fmb);
  background-color: var(--smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.fmb-logo {
  float: right;
  max-width: 150px;
}

.fmb-heading {
  color: var(--fmb);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-span {
  font-weight: 400;
  display: block;
}

.master-menu-section {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: block;
}

.menu-group-div {
  background-color: var(--fmb);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.home-link {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: flex;
}

.home-link.header {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  align-items: center;
  height: auto;
  display: flex;
}

.slider, .mask {
  height: auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

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

.nav-link.w--current {
  background-color: var(--slate);
  color: var(--white);
  align-items: center;
}

.company-logo {
  width: 100%;
  max-width: 250px;
}

.dropdown {
  text-transform: uppercase;
}

.toggle {
  color: var(--white);
  align-items: center;
  padding: 10px 35px 10px 15px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

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

.fmb-heading-group {
  flex-direction: column;
  align-items: center;
  display: block;
}

.dropdown-link {
  font-size: 16px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--khaki);
  color: var(--white);
}

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

.banner-overlay {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 150px;
  display: flex;
}

.overlay-group {
  width: 1300px;
}

.overlay-grid {
  grid-column-gap: 0px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  grid-template-rows: auto;
}

.overlay-content-group {
  background-color: #191d20e6;
  padding: 20px 30px 30px;
}

.overlay-content-image {
  border-right: 2px solid var(--white);
  background-image: url('../images/newkitchen-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-h2 {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.banner-h2.subtext {
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.p {
  margin-bottom: 0;
}

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

.p.white._2 {
  margin-bottom: 10px;
}

.p.white._1 {
  margin-top: 10px;
}

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

.p._30b.pad {
  margin-top: 20px;
}

.p._30b.padding {
  margin-top: 20px;
  padding-bottom: 0;
}

.p._30t {
  padding-top: 30px;
}

.p._30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p.box-description {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.p.box-description.centre {
  text-align: center;
  padding-bottom: 0;
}

.p.banner {
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Rubik, sans-serif;
}

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

.banner-fmb-logo {
  float: right;
  width: 100%;
  max-width: 150px;
}

.banner-fmb-logo.fmb {
  width: 62px;
  margin-left: 0;
}

.banner-fmb-logo.footer {
  max-width: 200px;
  margin-left: 0;
}

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

.content-section.smoke {
  background-color: var(--smoke);
}

.content-section.image {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/gallery-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section._1 {
  padding-top: 0;
}

.content-section.khaki {
  background-color: var(--khaki);
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.content-div._1 {
  padding-top: 30px;
}

.h1-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.h1-group._2 {
  margin-bottom: 0;
}

.h1-group.left {
  align-items: flex-start;
}

.h1-group.left.top {
  margin-top: 30px;
  margin-bottom: 0;
}

.h1-group.hzl {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.h1-group.contact {
  align-items: flex-start;
}

.h1 {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
}

.h1.coloured {
  color: var(--khaki);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.underline {
  background-color: var(--khaki);
  width: 50px;
  height: 5px;
}

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

.grid-content {
  flex-direction: column;
}

.grid-content._30pad {
  padding: 30px;
}

.grid-sub-div {
  background-color: var(--grey);
  border-radius: 30px;
  padding: 20px;
}

.grid-sub-div._1 {
  background-color: var(--smoke);
  margin-top: 30px;
}

.grid-sub-div._2 {
  background-color: var(--smoke);
}

.h5 {
  border-bottom: 5px solid var(--khaki);
  background-color: var(--white);
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.h5.bold {
  font-weight: 700;
}

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

._2x1._100 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
}

.h2.large {
  text-align: center;
  font-size: 38px;
  line-height: 44px;
}

.h2.large.white {
  font-weight: 700;
}

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

.h2._30t {
  margin-top: 30px;
}

.list {
  margin-bottom: 0;
}

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

.list.white._20, .list._20 {
  padding-left: 20px;
}

.list-item {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.grid-sub-image {
  background-image: url('../images/bathroom-refurbishments-service-page-3.JPG');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 500px;
}

.grid-sub-image.small {
  background-image: url('../images/kitchens-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  min-height: 200px;
}

.form-html {
  font-family: Rubik, sans-serif;
}

.sticky-content-section {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

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

.left-content {
  flex-direction: column;
  width: 74%;
  padding-top: 20px;
  padding-left: 4%;
}

.right-content {
  flex-direction: column;
  width: 74%;
}

.right-content.sticky {
  width: 24%;
  padding-right: 4%;
  position: sticky;
  inset: 30px 0% 0 auto;
}

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

.box-div {
  border: 1px solid var(--grey);
}

.box-image {
  background-image: url('../images/newkitchen-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}

.box-image._1 {
  background-image: url('../images/gallery-11-thumb.webp');
}

.box-image._2 {
  background-image: url('../images/bathroom-installation-service-box.JPG');
}

.box-image._3 {
  background-image: url('../images/kitchen-and-bathrrom-design-service-page-1.JPG');
}

.box-image._8 {
  background-image: url('../images/newkitchen-2.webp');
}

.box-image._9 {
  background-image: url('../images/g5.webp');
  background-position: 50% 100%;
}

.box-image._10 {
  background-image: url('../images/gallery-3-thumb.webp');
}

.box-image._11 {
  background-image: url('../images/gallery-7_1.webp');
  background-position: 50% 38%;
  min-height: 250px;
}

.box-image._12 {
  background-image: url('../images/gallery-11.webp');
  min-height: 250px;
}

.box-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.box-content {
  padding: 30px;
}

.box-content.white {
  background-color: var(--white);
  border-radius: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 0 4px 10px #0009;
}

.box-button {
  border: 1px solid var(--grey);
  color: var(--slate);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.h3 {
  color: var(--khaki);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.footer-section {
  background-color: var(--khaki);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-100-image {
  background-image: linear-gradient(#3b494ab3, #3b494ab3), url('../images/gallery-4_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
}

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

.footer-heading {
  border-bottom: 3px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.footer-button {
  background-color: var(--white);
  color: var(--grey);
  border-radius: 10px;
  padding: 20px 25px;
  font-size: 24px;
  line-height: 20px;
  transition: all .2s;
}

.footer-button:hover {
  background-color: var(--grey);
  color: var(--white);
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-overlay-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.footer-info {
  color: var(--white);
}

.footer-info.bot20 {
  margin-bottom: 20px;
}

.footerlinks {
  background-color: var(--slate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footerlink {
  color: var(--white);
  text-align: center;
  width: 80%;
  max-width: 1300px;
  text-decoration: none;
}

.services-menu-section {
  z-index: 5;
  background-color: #3b434acc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-section {
  min-height: 700px;
}

.banner-section.kitchen-int {
  background-image: url('../images/bathroom-installation-service-box.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.bathroom-int {
  background-image: url('../images/g2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.kitchen-refurb {
  background-image: url('../images/gallery-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.bathroom-refurb {
  background-image: url('../images/home-page-2-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.area {
  background-image: url('../images/bmaster-page-banners-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.banner-section.gallery {
  background-image: url('../images/bmaster-page-banners-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.banner-section.contact {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bmaster-page-banners-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 500px;
  display: flex;
}

.banner-section.site-map {
  background-image: url('../images/bmaster-page-banners-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.banner-section.kitchen-bathroom {
  background-image: url('../images/gallery-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.house-extensions {
  background-image: url('../images/AdobeStock_28790203.webp');
  background-position: 50%;
  background-size: cover;
}

.services-toggle {
  background-color: var(--slate);
  color: var(--white);
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.square-image {
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.square-image._1 {
  background-image: url('../images/gallery-1.JPG');
}

.square-image._1.ext {
  background-image: url('../images/Pascale-–-Mill-End-2.webp');
}

.square-image._2 {
  background-image: url('../images/newkitchen-5.webp');
}

.square-image._3 {
  background-image: url('../images/3.webp');
}

.square-image._4 {
  background-image: url('../images/bathroom-installation-service-box.JPG');
}

.square-image._5 {
  background-image: url('../images/bathroom-installations-service-page-2.JPG');
}

.square-image._6 {
  background-image: url('../images/g3.webp');
}

.square-image._7 {
  background-image: url('../images/bathroom-15.webp');
}

.square-image._8 {
  background-image: url('../images/bathroom-refurbishments-service-page-1.JPG');
}

.square-image._9 {
  background-image: url('../images/home-page-1-9.webp');
}

.square-image._10 {
  background-image: url('../images/gallery-2.webp');
}

.square-image._11 {
  background-image: url('../images/bathroom-installations-service-page-1.JPG');
}

.square-image._12 {
  background-image: url('../images/kitchen-and-bathrrom-design-service-page-1.JPG');
}

.square-image._13 {
  background-image: url('../images/gallery-15-thumb.webp');
}

.square-image._14 {
  background-image: url('../images/gallery-13.webp');
}

.square-image._15 {
  background-image: url('../images/kitchen-bathroom-design-5.webp');
}

.square-image._1-0 {
  background-image: url('../images/gallery-3-thumb.webp');
}

.square-image._1-2 {
  background-image: url('../images/newkitchen-2.webp');
}

.square-image.he-1 {
  background-image: url('../images/6.webp');
}

.square-image.he-2 {
  background-image: url('../images/gallery-4-thumb.webp');
}

.square-image.h3 {
  background-image: url('../images/newkitchen-1.webp');
}

.square-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 92%;
}

._2x2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.grid-image {
  background-image: url('../images/Pascale-–-Mill-End-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.grid-image._1 {
  background-image: url('../images/bathroom2.webp');
  min-height: 350px;
}

.grid-image._2 {
  background-image: url('../images/bathroom1.webp');
}

.grid-image._3 {
  background-image: url('../images/20.webp');
}

.grid-image._4 {
  background-image: url('../images/newkitchen-4.webp');
}

.banner-overlay-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.overlay-grid-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.overlay-grid-content.coloured {
  background-color: #3b494ab3;
  padding-right: 20px;
}

.big-banner-title {
  border-left: 12px solid var(--khaki);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.banner-button {
  background-color: var(--khaki);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 15px 25px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.banner-button:hover {
  background-color: var(--white);
  color: var(--khaki);
}

.banner-sub-group {
  padding-bottom: 20px;
  display: flex;
}

.info-icon {
  height: 60px;
  margin-right: 10px;
}

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

.text-span-2 {
  font-weight: 700;
}

.bold-heading {
  color: var(--khaki);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.khaki-link {
  color: var(--khaki);
  text-decoration: none;
}

.contact-map-html {
  height: 820px;
}

.contact-map-html.mobile {
  display: none;
}

.link-black {
  color: var(--slate);
  text-decoration: none;
}

.b-master-menu-section {
  z-index: 5;
  background-color: #3b434acc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hyperlink {
  color: var(--slate);
  font-weight: 700;
}

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

.list-group._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.slide {
  background-image: url('../images/kitchens-18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/bathroom-11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-icon {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

._100-div {
  width: 100%;
  padding-left: 30px;
}

.fmb-link {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.social-media {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.insta {
  max-width: 50px;
}

.fb {
  max-width: 50px;
  margin-right: 10px;
}

.fb-code {
  display: none;
}

.fb-feed {
  float: right;
  width: 280px;
  height: 320px;
  margin-left: 20px;
}

.fb-feed-mobile {
  float: right;
  width: 280px;
  height: 320px;
  margin-left: 20px;
  display: none;
}

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

.h1-subtext {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
}

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

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.link-5, .link-6 {
  color: #fff;
  text-decoration: none;
}

.bullet-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.bullet-list.bold {
  font-weight: 700;
}

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

.icon-5 {
  color: #fff;
}

.icon-5:hover {
  color: #0e2d44;
}

.absolute-div-testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 220px 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-home {
  font-size: 42px;
}

.my-builder-logo {
  margin-bottom: 40px;
}

.p-testimonials {
  color: #fff;
  text-align: center;
  font-size: 17.5px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.section-testimonials {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.right-arrow-3 {
  color: #c4a16c;
  transition: background-color .2s;
}

.right-arrow-3:hover {
  color: #c4a16c;
  background-color: #0000;
}

.testmonials-slider {
  background-color: #0000;
  width: 100%;
  height: 550px;
}

.rating {
  font-size: 30px;
  font-weight: 700;
}

.logo-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.checkatrade-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  margin-left: -10px;
  display: flex;
}

.checkatrade-logo.top {
  margin-top: 0;
}

.testimonial {
  margin-bottom: 0;
}

.google-reviews {
  margin-bottom: 20px;
}

.testimonial-container {
  border: 1px solid var(--khaki);
  background-color: #3b494a26;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 2px 5px #00000080;
}

.google-review-div {
  margin-bottom: 30px;
}

.icon-6 {
  margin-right: 15px;
}

._3-img-div {
  justify-content: space-between;
  display: flex;
}

._3-img-div._40t {
  margin-top: 40px;
}

._3-img {
  width: 31.5%;
}

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

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

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

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

.livechat-button {
  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: var(--fmb);
}

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

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

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

.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-icon-chat {
  width: auto;
  height: 40px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

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

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

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

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

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

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

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

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

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

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

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

.contact-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  box-shadow: 0 0 5px #00000080;
}

.contact-banner.wide {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--fmb);
  font-family: "Fa Solid 900", sans-serif;
}

.text-block.round {
  background-color: var(--fmb);
  color: var(--white);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-block.round.non {
  font-family: "Fa Brands 400", sans-serif;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.nav-logo {
  width: 100%;
  max-width: 200px;
}

.side-links {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 230px;
  margin-top: 221px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-icon {
  border: 1px solid var(--white);
  background-color: var(--fmb);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.side-icon:hover {
  background-color: var(--grey);
}

.side-icon.social {
  font-family: "Fa Brands 400", sans-serif;
}

.call-us-button {
  background-color: var(--slate);
  color: var(--white);
  letter-spacing: .5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.call-us-button:hover {
  background-color: var(--grey);
}

.menu-bg {
  background-color: var(--fmb);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list {
  margin-top: 1px;
}

.dropdown-list.w--open {
  margin-top: 8px;
}

.h1-mid {
  font-weight: 400;
}

.icon-7 {
  margin-right: 15px;
}

.slide-nav {
  display: none;
}

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

.whatsapp-icon-2 {
  color: #fff;
  display: block;
}

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

.whatsapp-chat-2 {
  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-2 {
  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-2:hover {
  background-color: var(--fmb);
}

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

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

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

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

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

.team-grid-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

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

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

.team-name-2 {
  border-bottom: 1px solid var(--fmb);
  color: #000;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

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

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

.content-hero {
  background-color: var(--smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 40px 30px;
  display: flex;
}

.large-hero {
  background-image: url('../images/kitchens-18.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.block-hero-large {
  background-color: var(--fmb);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px 100px 40px;
  display: flex;
}

.subtitle-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.hero-text {
  color: #fff;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
}

.hero-para {
  color: #fff;
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.btn-white {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.btn-white:hover {
  color: #fff;
  background-color: #1f2022;
}

.div-block {
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .fmb-logo {
    max-width: 130px;
  }

  .master-menu-section {
    padding-top: 0;
    position: relative;
  }

  .menu-group-div {
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
  }

  .home-link {
    z-index: 1;
  }

  .home-link.header {
    margin-left: 0;
    position: static;
  }

  .navbar {
    z-index: 0;
    justify-content: flex-end;
    width: 50%;
    height: auto;
  }

  .nav-menu {
    background-color: var(--khaki);
    height: auto;
    margin-top: 24px;
  }

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

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

  .fmb-heading-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-overlay {
    padding-top: 0;
  }

  .overlay-group {
    width: 100%;
  }

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

  .banner-fmb-logo {
    max-width: 180px;
  }

  .grid-sub-image.small {
    min-height: 300px;
  }

  .sticky-content-section {
    flex-direction: column;
    align-items: center;
  }

  .left-content {
    width: 90%;
    padding-left: 0;
  }

  .right-content.sticky {
    width: 90%;
    padding-top: 30px;
    padding-right: 0;
    position: static;
  }

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

  .box-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .box-image {
    width: 100%;
  }

  .box-image._11 {
    min-height: 200px;
  }

  .box-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .box-content.white {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-100-image {
    min-height: 400px;
  }

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

  .banner-section, .banner-section.kitchen-int, .banner-section.bathroom-int, .banner-section.kitchen-refurb, .banner-section.bathroom-refurb, .banner-section.area, .banner-section.gallery {
    min-height: 500px;
  }

  .banner-section.contact {
    min-height: auto;
  }

  .banner-section.site-map, .banner-section.kitchen-bathroom {
    min-height: 500px;
  }

  .square-image {
    width: 100%;
  }

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

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

  .overlay-grid-content {
    height: 450px;
  }

  .overlay-grid-content.coloured {
    height: auto;
    padding-top: 40px;
  }

  .contact-map-html {
    display: none;
  }

  .contact-map-html.mobile {
    height: 300px;
    display: block;
  }

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

  .fmb-link {
    width: auto;
  }

  .absolute-div-testimonials {
    padding: 20px;
  }

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

  .right-arrow-3 {
    display: none;
  }

  .testmonials-slider {
    height: 700px;
  }

  .checkatrade-logo {
    width: auto;
    display: none;
  }

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

  .block-hero-large {
    border-bottom-right-radius: 260px;
    width: 80%;
    margin-left: -12px;
    padding: 70px 40px;
  }

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

@media screen and (max-width: 767px) {
  .fmb-logo {
    max-width: 110px;
  }

  .master-menu-section {
    margin-top: 0;
  }

  .home-link.header {
    width: 200px;
    padding-left: 0;
  }

  .overlay-grid {
    border-left-width: 0;
    border-right-width: 0;
    flex-flow: column;
    display: flex;
  }

  .overlay-content-group {
    margin-top: -24px;
  }

  .overlay-content-image {
    height: 400px;
    display: block;
  }

  .banner-h2.subtext {
    font-size: 20px;
    line-height: 26px;
  }

  .banner-fmb-logo {
    max-width: 150px;
  }

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

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

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

  .h1.coloured {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

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

  .grid-sub-image {
    min-height: 300px;
  }

  .grid-sub-image.small {
    min-height: 250px;
  }

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

  .box-content.white {
    border-radius: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-100-image {
    min-height: 300px;
  }

  .footer-heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

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

  .banner-section, .banner-section.kitchen-int, .banner-section.bathroom-int, .banner-section.kitchen-refurb, .banner-section.bathroom-refurb, .banner-section.area, .banner-section.gallery, .banner-section.site-map, .banner-section.kitchen-bathroom {
    min-height: 400px;
  }

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

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

  .grid-image {
    min-height: 300px;
  }

  .big-banner-title {
    font-size: 50px;
  }

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

  .icon-2 {
    margin-left: 10px;
    font-size: 20px;
  }

  .icon-3 {
    margin-right: 10px;
    font-size: 20px;
  }

  .fb-feed {
    display: none;
  }

  .fb-feed-mobile {
    float: none;
    width: 430px;
    margin-bottom: 30px;
    margin-left: 0;
    display: block;
  }

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

  .testmonials-slider {
    height: 600px;
  }

  ._3-img-div._40t {
    margin-top: 30px;
  }

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

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

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

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

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

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

  .large-hero {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .block-hero-large {
    width: 100%;
    margin-bottom: -30px;
  }

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

@media screen and (max-width: 479px) {
  .fmb-group-div {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .master-menu-section {
    margin-top: 0;
  }

  .menu-group-div {
    flex-flow: column;
    align-items: center;
    padding: 40px 0 0;
  }

  .home-link {
    text-align: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-link.header {
    padding-left: 0;
    display: none;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu {
    margin-top: 0;
    margin-left: 0;
  }

  .menu-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fmb-heading-group {
    flex-direction: column;
  }

  .overlay-content-group {
    padding-bottom: 50px;
  }

  .banner-h2.subtext {
    font-size: 17px;
    line-height: 23px;
  }

  .p._30b {
    padding-bottom: 20px;
  }

  .p.info {
    text-align: center;
    font-size: 16px;
  }

  .banner-fmb-logo {
    max-width: 140px;
  }

  .banner-fmb-logo.fmb {
    width: 80px;
  }

  .content-section {
    margin-top: 200px;
  }

  .content-section.image, .content-section.khaki._3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1-group.hzl {
    flex-direction: column;
    align-items: center;
  }

  .h1-group.contact {
    align-items: center;
  }

  .h1 {
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 31px;
  }

  .h1.coloured {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .grid-sub-image {
    min-height: 250px;
  }

  .grid-sub-image.small {
    min-height: 200px;
  }

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

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

  .footer-heading {
    margin-bottom: 20px;
  }

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

  .footer-grid-content {
    padding-bottom: 20px;
  }

  .footer-overlay-heading {
    font-size: 30px;
    line-height: 34px;
  }

  .icon {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-section {
    min-height: 300px;
  }

  .banner-section.kitchen-int, .banner-section.bathroom-int, .banner-section.kitchen-refurb, .banner-section.bathroom-refurb, .banner-section.area, .banner-section.gallery {
    min-height: 400px;
  }

  .banner-section.contact.top {
    padding-top: 50px;
  }

  .banner-section.site-map, .banner-section.kitchen-bathroom, .banner-section.house-extensions {
    min-height: 400px;
  }

  .square-image-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .banner-overlay-grid {
    justify-items: center;
  }

  .overlay-grid-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay-grid-content.coloured {
    align-items: center;
    width: 100%;
  }

  .big-banner-title {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-sub-group {
    flex-direction: column;
    align-items: center;
  }

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

  .bold-heading {
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .list-group._2 {
    flex-flow: column;
    padding-bottom: 40px;
    display: flex;
  }

  ._100-div {
    padding-left: 0;
  }

  .fb-feed {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
  }

  .fb-feed-mobile {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    display: none;
  }

  .h1-subtext {
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 32px;
  }

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

  .testimonials-home {
    font-size: 34px;
  }

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

  .right-arrow-3 {
    display: none;
  }

  .testmonials-slider {
    height: 670px;
  }

  .checkatrade-logo.top.r {
    justify-content: center;
    align-items: center;
  }

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

  ._3-img {
    width: 100%;
  }

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

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

  .livechat-button {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

  .nav-logo {
    width: 100%;
  }

  .side-links {
    margin-top: 270px;
    display: none;
  }

  .side-icon {
    margin-right: 5px;
  }

  .call-us-button {
    width: 95%;
    max-width: 300px;
    margin-left: 0;
  }

  .left-arrow, .right-arrow-4 {
    display: none;
  }

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

  .livechat-button-2 {
    width: 90%;
  }

  .content-hero {
    flex-flow: column;
    padding: 20px 10px;
  }

  .large-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 400px;
    margin-bottom: 400px;
    display: flex;
  }

  .block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -600px;
    margin-left: 0;
    padding: 50px 30px;
  }

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

#w-node-_2b839cc5-59e0-1fc9-1413-61fe6624946e-6cbe9065 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-abba1a49-88a4-c688-a7b2-d3cde007294c-6cbe9065 {
  align-self: center;
}

#w-node-_9a219bd5-9196-9686-0c58-72c231326029-c7747936 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_558badca-553b-50eb-03bb-c6a495d10da5-85be906c, #w-node-_558badca-553b-50eb-03bb-c6a495d10da5-33be906e, #w-node-_6f8ee331-236f-aa77-6d63-b214b4267874-cbbe9070 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_441a94bd-1114-b563-de57-5e4e811cf3fd-cbbe9070, #w-node-_5a3cea4d-7f33-0cfa-dfe9-76812dfcd29c-f1be9071, #w-node-_5510d33d-246c-9e13-2b5c-23f152c75450-f1be9071, #w-node-_76a945de-d735-f805-7143-7caaaaa730c9-f1be9071, #w-node-eacbeeef-a54d-c876-2297-94c3bb6ad14d-f1be9071, #w-node-_26819e7a-c987-e058-bc68-3ba981bcc97b-f1be9071, #w-node-_1f684ee1-0677-ead1-8c23-1428a06be90b-f1be9071, #w-node-_1165b9a2-0586-de5b-d99e-e86d13fa4018-f1be9071, #w-node-_24a4271f-a39e-dd1f-d71b-b9916ee2dbe1-f1be9071, #w-node-_0dc2d82e-6877-4836-a5bb-e21f106f0c0f-f1be9071, #w-node-b2727e5d-3dd1-59f8-7b52-50badbd5df9f-f1be9071, #w-node-_8a95180e-564d-bf01-cc71-c3815396a75a-f1be9071, #w-node-_440868dd-de05-47a1-2712-d180cdb7c6a6-f1be9071, #w-node-_6a7719ea-9ace-ec73-07bd-2fe67271195d-f1be9071, #w-node-_4bc3b919-2109-810c-1e4c-67ee42d01205-f1be9071, #w-node-_3ce6950f-7ce9-db4d-f71f-fc5bb12926ae-f1be9071, #w-node-_8937fdb4-cebf-7b8e-162b-d701b1b2525b-f1be9071, #w-node-f0f20f3c-4f04-f524-501f-1bcae51a073e-f1be9071, #w-node-c40d501d-4bd8-905f-bc28-c39eefeb6601-f1be9071, #w-node-_0ef5ed81-1725-d6c7-abf8-f63b99bdae5d-f1be9071, #w-node-_9c211e98-606d-2344-10cf-0ee23e0b7530-f1be9071, #w-node-_304549b0-3b23-9530-5464-b03d430ec222-f1be9071, #w-node-_7c72b3f2-f5b2-5359-fa0f-0bf9aa2f7673-f1be9071, #w-node-_99097b4f-81e2-725c-e774-8116addfeab3-f1be9071, #w-node-_2a146b52-d7a9-6d17-5cc0-435ffeaf86aa-f1be9071, #w-node-fd2fc99f-20c9-347f-1c17-8c8fa0779e16-f1be9071, #w-node-d7ebf815-96b6-17d9-d7bd-2b7d6faec1c8-f1be9071, #w-node-_5b3fdcdb-eaca-1253-f144-16cf37ef585f-f1be9071, #w-node-fc01a6e8-c561-105f-d7da-d03d2ffffc56-f1be9071, #w-node-_20d332f2-e21a-ee42-f5a0-d05e9c878bcc-f1be9071, #w-node-_423f6684-b5d3-b667-5787-ab40c44af9ab-f1be9071, #w-node-cabda170-ad47-7425-42e4-1b767b1c8927-f1be9071, #w-node-b17262ae-9ba9-a6e3-b44f-e6d42bf21105-f1be9071, #w-node-ee5c392d-5d65-01db-aa14-9c3a3b13bb23-f1be9071 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558badca-553b-50eb-03bb-c6a495d10d96-e9be9073 {
  align-self: center;
}

#w-node-_558badca-553b-50eb-03bb-c6a495d10da5-e9be9073, #w-node-_558badca-553b-50eb-03bb-c6a495d10da5-6fbe9074, #w-node-_8659e336-0b3d-8b2d-9da4-af7dfcb78ee7-0ebe9075, #w-node-_866c2b33-c364-6beb-62ea-8182b636fec6-0ebe9075, #w-node-b7806078-6ca7-b885-db1d-a7a8e1bcdeca-0ebe9075 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a598449-7ff2-c5b9-3f51-07ef3eed9ca9-0ebe9075, #w-node-_44efba5e-8d4e-a022-7bfb-1e92974dda51-0ebe9075 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-abba1a49-88a4-c688-a7b2-d3cde007294c-6cbe9065, #w-node-abba1a49-88a4-c688-a7b2-d3cde007295a-6cbe9065, #w-node-_558badca-553b-50eb-03bb-c6a495d10d96-85be906c, #w-node-_558badca-553b-50eb-03bb-c6a495d10da4-85be906c, #w-node-_558badca-553b-50eb-03bb-c6a495d10d96-33be906e, #w-node-_558badca-553b-50eb-03bb-c6a495d10da4-33be906e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f8ee331-236f-aa77-6d63-b214b4267874-cbbe9070 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8f02368-c2cd-28f7-fa6e-de8a5d24bc4e-cbbe9070, #w-node-_49f5840d-c297-2399-aba8-7e935be767a6-cbbe9070, #w-node-_023ac96c-2e09-0640-929e-51bec54d48d7-cbbe9070, #w-node-_558badca-553b-50eb-03bb-c6a495d10d96-65be9072, #w-node-_558badca-553b-50eb-03bb-c6a495d10da4-65be9072, #w-node-_558badca-553b-50eb-03bb-c6a495d10d96-e9be9073, #w-node-_558badca-553b-50eb-03bb-c6a495d10da4-e9be9073, #w-node-_558badca-553b-50eb-03bb-c6a495d10d96-6fbe9074, #w-node-_558badca-553b-50eb-03bb-c6a495d10da4-6fbe9074 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8659e336-0b3d-8b2d-9da4-af7dfcb78ee7-0ebe9075, #w-node-_866c2b33-c364-6beb-62ea-8182b636fec6-0ebe9075, #w-node-b7806078-6ca7-b885-db1d-a7a8e1bcdeca-0ebe9075, #w-node-_1a598449-7ff2-c5b9-3f51-07ef3eed9ca9-0ebe9075 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_44efba5e-8d4e-a022-7bfb-1e92974dda51-0ebe9075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8659e336-0b3d-8b2d-9da4-af7dfcb78ee7-0ebe9075, #w-node-_866c2b33-c364-6beb-62ea-8182b636fec6-0ebe9075, #w-node-b7806078-6ca7-b885-db1d-a7a8e1bcdeca-0ebe9075, #w-node-_1a598449-7ff2-c5b9-3f51-07ef3eed9ca9-0ebe9075 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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 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 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 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 V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.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 Sharp 100';
  src: url('../fonts/fa-sharp-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}