:root {
  --dark-gray: #666;
  --light-gray: #f0f0f0;
  --white: white;
  --black: black;
  --mid-grey: #a3a3a3;
  --mid-gray: #ccc;
}

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

.email-header-section {
  background-color: var(--dark-gray);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-section {
  margin-bottom: -55px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-slider {
  background-color: var(--light-gray);
  width: 1150px;
  height: 560px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-section {
  border-top: 1px solid var(--white);
  background-color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo-section {
  background-color: var(--mid-grey);
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.link {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.logo-div {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.co-logo-link {
  width: 180px;
  margin-right: 20px;
}

.slide-1 {
  background-image: url('../images/banner1-crop-u5048.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/banner2-crop-u7008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-section {
  background-color: var(--light-gray);
}

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

.co-name-tel-no-div {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tel-no-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-name {
  margin-top: 15px;
  font-family: kinescope, sans-serif;
  font-size: 48px;
  line-height: 50px;
}

.image {
  width: 180px;
  margin-top: -5px;
}

.tel-link {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.nav-link {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: .5px solid #000;
  width: 25%;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: 6px 6px 8px #666666bf;
}

.nav-link:hover {
  box-shadow: 0 0 8px 0 var(--dark-gray), 6px 6px 8px 0 #666666bf;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: var(--mid-gray);
  box-shadow: 6px 6px 8px 0 var(--dark-gray);
  color: var(--black);
  text-decoration: none;
}

.dropdown-toggle {
  background-color: var(--white);
  border: .5px solid #000;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.dropdown-toggle:hover {
  box-shadow: 0 0 8px 0 var(--dark-gray);
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.dropdown {
  width: 25%;
  margin-right: 10px;
  box-shadow: 6px 6px 8px #666666bf;
}

.text-block {
  color: var(--black);
  text-align: center;
}

.services-dropdown {
  background-color: var(--white);
  text-align: center;
  border: .5px solid #000;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 12px;
}

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

.services-dropdown.w--current {
  background-color: var(--mid-gray);
  color: var(--black);
  text-decoration: none;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -1px;
}

.title-section {
  z-index: 10;
  margin-top: -25px;
  position: relative;
}

.title-div {
  background-color: var(--mid-grey);
  box-shadow: 4px 4px 6px 0 var(--dark-gray);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 29px;
}

.body-div {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
}

.p {
  color: var(--black);
  margin-bottom: 20px;
}

.p.no-padding {
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
}

._2-image-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
}

.kitchen-float-image {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.kitchen-float-image.no-pad {
  width: 50%;
  margin-top: 0;
}

.trade-logo-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.black-line {
  background-color: var(--black);
  opacity: .5;
  height: 1px;
  margin-bottom: 2px;
}

.gas-safe {
  width: 130px;
}

.oftec {
  width: 140px;
}

.iphe {
  width: 220px;
}

.footer-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  color: var(--white);
  width: 75%;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.copyright {
  color: var(--white);
  text-align: right;
  width: 75%;
  margin-bottom: 0;
  font-size: 12px;
}

._2-image {
  width: 48%;
}

.body-div-gray {
  background-color: var(--light-gray);
  width: 65%;
  padding: 30px;
}

.body-div-home {
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-contact-div {
  width: 32%;
  padding-bottom: 30px;
}

.h4-larger {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.home-image {
  margin-top: 20px;
}

.home-form {
  z-index: 0;
  width: 100%;
}

.radiator-float-image {
  float: right;
  width: 40%;
  margin-bottom: 10px;
  margin-left: 30px;
}

.boiler-repair-float-image {
  float: right;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.radiator-float-image-2 {
  float: right;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.central-heating-image {
  float: right;
  width: 50%;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 30px;
}

.plumbing-services-image {
  float: right;
  width: 55%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.plumbing-services-image.no-pad {
  width: 55%;
  margin-top: 0;
}

.areas-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.areas-div.no-pad {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.areas-list {
  margin-bottom: 0;
  line-height: 28px;
}

.areas-map {
  width: 63%;
  margin-left: 70px;
  margin-right: 100px;
}

.contact-tels {
  z-index: 10;
  color: var(--black);
  font-weight: 700;
}

.contact-us-div {
  width: 48%;
}

.body-div-contact-us {
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 440px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.contact-form {
  z-index: 0;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 5px;
  text-decoration: none;
}

.site-map-link.w--current {
  margin-bottom: 0;
}

.body-div-site-map {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.body-link {
  color: var(--black);
  text-decoration: underline;
}

.bottom-link, .bold-tel-link {
  color: var(--black);
  text-decoration: none;
}

.home-contact-div-mobile {
  width: 32%;
  padding-bottom: 30px;
  display: none;
}

.contact-tels-mobile {
  z-index: 10;
  color: var(--black);
  font-weight: 700;
  display: none;
}

.home-image-mobile {
  display: none;
}

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

.link-2 {
  display: block;
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.list._100 {
  margin-left: 100px;
}

.list.bot20 {
  margin-bottom: 20px;
}

.h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

._2-bullet-div {
  align-items: flex-start;
  display: flex;
}

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

.h3list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

@media screen and (max-width: 991px) {
  .nav-section {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-slider {
    width: 100%;
    height: 350px;
  }

  .body-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .co-logo-link {
    width: 145px;
    margin-right: 0;
  }

  .co-name-tel-no-div {
    flex-direction: column;
  }

  .tel-no-div {
    flex-direction: row;
    justify-content: center;
  }

  .company-name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image {
    display: none;
  }

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

  .navbar {
    z-index: 60;
  }

  .nav-link {
    box-shadow: none;
    width: 100%;
    margin-top: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

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

  .dropdown-toggle:hover {
    box-shadow: none;
  }

  .nav-menu {
    background-color: var(--light-gray);
    margin-top: 0;
  }

  .dropdown {
    box-shadow: none;
    width: 100%;
  }

  .services-dropdown {
    margin-top: -1px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .title-section {
    z-index: 2;
  }

  .title-div {
    width: 90%;
  }

  ._2-image-div {
    align-items: center;
    width: 100%;
  }

  .kitchen-float-image {
    width: 50%;
    margin-bottom: 10px;
  }

  .trade-logo-div {
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gas-safe {
    width: 110px;
  }

  .oftec {
    width: 120px;
  }

  .iphe {
    width: 190px;
  }

  .footer-div {
    width: 90%;
  }

  .menu-button {
    background-color: var(--light-gray);
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  ._2-image {
    width: 48%;
  }

  .radiator-float-image, .boiler-repair-float-image, .radiator-float-image-2, .central-heating-image, .plumbing-services-image {
    width: 50%;
    margin-bottom: 10px;
  }

  .areas-div.no-pad {
    justify-content: flex-start;
  }

  .areas-map {
    width: 75%;
    max-width: 600px;
    margin-right: 0;
  }

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

  .list._100 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    padding-bottom: 15px;
  }

  .main-slider {
    height: 280px;
  }

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

  .co-logo-link {
    width: 100px;
  }

  .nav-div {
    width: 100%;
  }

  .company-name {
    font-size: 42px;
  }

  .title-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    line-height: 32px;
  }

  .kitchen-float-image {
    margin-left: 20px;
  }

  .gas-safe {
    width: 23%;
    max-width: 100px;
  }

  .oftec {
    width: 25%;
    max-width: 110px;
  }

  .iphe {
    width: 35%;
    max-width: 170px;
  }

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

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

  .copyright {
    text-align: center;
    margin-top: 10px;
  }

  .body-div-gray {
    width: 100%;
  }

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

  .home-contact-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: none;
  }

  .home-image {
    display: none;
  }

  .home-form {
    width: 100%;
    margin-left: 5px;
  }

  .boiler-repair-float-image, .central-heating-image, .plumbing-services-image, .plumbing-services-image.no-pad {
    margin-left: 20px;
  }

  .areas-div.no-pad {
    flex-direction: column;
    justify-content: flex-start;
  }

  .areas-list._2 {
    margin-left: 40px;
  }

  .areas-map {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .contact-us-div {
    width: 100%;
  }

  .contact-us-div._2 {
    margin-top: 20px;
  }

  .body-div-contact-us {
    flex-direction: column;
  }

  .home-contact-div-mobile {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
    display: flex;
  }

  .home-image-mobile {
    display: none;
  }

  .list._100 {
    margin-left: 40px;
  }

  .areas-container {
    width: 100%;
    display: flex;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .main-slider {
    height: 200px;
  }

  .body-section {
    padding: 20px 10px;
  }

  .logo-div {
    width: 100%;
  }

  .co-name-div {
    width: 95%;
  }

  .company-name {
    font-size: 40px;
    line-height: 46px;
  }

  .tel-link {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .body-div {
    width: 95%;
  }

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

  .p {
    margin-bottom: 10px;
  }

  ._2-image-div {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .kitchen-float-image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .kitchen-float-image.no-pad {
    width: 100%;
  }

  .trade-logo-div {
    justify-content: space-between;
    min-height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .gas-safe, .oftec {
    max-width: 90px;
  }

  .iphe {
    max-width: 140px;
  }

  ._2-image {
    width: 100%;
  }

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

  .body-div-gray {
    padding: 20px;
  }

  .body-div-home {
    width: 95%;
  }

  .h4-larger {
    z-index: 2;
  }

  .home-form {
    width: 100%;
    margin-left: -10px;
  }

  .radiator-float-image {
    width: 100%;
  }

  .boiler-repair-float-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .radiator-float-image-2 {
    width: 100%;
  }

  .central-heating-image, .plumbing-services-image, .plumbing-services-image.no-pad {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .areas-div.no-pad {
    flex-direction: column;
    align-items: flex-start;
  }

  .areas-list {
    text-align: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .areas-list._2 {
    margin-left: 0;
  }

  .areas-map {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }

  .contact-tels {
    display: none;
  }

  .contact-us-div {
    width: 100%;
  }

  .body-div-contact-us {
    width: 95%;
  }

  .contact-tels-mobile, .home-image-mobile {
    display: block;
  }

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

  .list._100 {
    margin-left: 0;
  }

  ._2-bullet-div {
    flex-direction: column;
  }

  .areas-container {
    justify-content: space-between;
  }

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


