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

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: red;
  --blue: #322dbb;
  --grey: #b8b8b8;
  --white: #fff;
  --white-2: #322dbb24;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.announcement-contact {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.announcement-time {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.announcement-bar {
  z-index: 106;
  background-color: var(--blue);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0% 0% auto;
}

.announcement-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.container.announcement-container {
  flex-flow: row;
  width: 90%;
  max-width: none;
  display: flex;
}

.container.nav-fluid {
  height: auto;
}

.container.container-flex {
  align-items: flex-end;
  display: flex;
}

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

.announcement-icon {
  background-color: var(--grey);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-family: "Fa 300", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-icon.brand {
  margin-top: 5px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-social-media {
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu.margin-auto {
  justify-content: flex-end;
  width: 100%;
}

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

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

.dropdown-menu-link.w--current {
  border-left-color: var(--blue);
  color: var(--blue);
}

.drop-down-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

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

.brand.margin-right-20 {
  color: #212529;
  margin-right: 10px;
}

.brand.margin-right-20.footer-brand {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-right: 0;
}

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

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

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

.nav-link {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

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

.nav-link.w--current {
  color: var(--blue);
  font-weight: 700;
}

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

.header-social-icon:hover {
  color: #fdfdfd;
  background-color: #ef233c;
}

.header-social-icon.margin-right-none {
  margin-right: 0;
}

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

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

.dropdown-link.w--open:hover {
  color: var(--blue);
}

.dropdown-link.no-border {
  z-index: 1;
}

.logo-span {
  color: #ef233c;
  flex: none;
  font-weight: 800;
}

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

.navbar-2 {
  z-index: 0;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

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

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

.hero-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  background-color: var(--red);
  color: #fdfdfd;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  transform: scale(.95);
}

.button.top {
  margin-top: 0;
}

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

.hero-large-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
}

.hero-para-text {
  color: #ececec;
  font-size: 1.2em;
  line-height: 1.7;
}

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

.hero-slider {
  min-height: 75vh;
  position: relative;
}

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

.hero-text {
  color: #fdfdfd;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  font-size: .6em;
}

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

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

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

.default-btn.margin-top-20 {
  text-align: center;
  background-color: #ef233c;
  border: 1px solid #ef233c;
  margin-top: 0;
}

.default-btn.margin-top-20.default-btn-outline {
  color: #ffd166;
  background-color: #0000;
  border: 1px solid #ffd166;
}

.default-btn.margin-top-20.default-btn-outline.marginleft-20 {
  color: #ef233c;
  border-color: #ef233c;
  min-width: auto;
  margin-left: 20px;
}

.default-btn.margin-top-20.light-btn {
  color: #ef233c;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
  margin-top: 20px;
}

.default-btn.center {
  background-color: var(--red);
  font-weight: 400;
}

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

.top-text {
  color: var(--grey);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.95;
}

.top-text.bullet-list-title {
  color: #757575;
  font-size: 1.25em;
}

.heading-1 {
  color: #3b444d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.5;
}

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

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

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

.left-section.full.m-id {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-wrapper {
  padding-top: 20px;
}

.right-section {
  box-shadow: 11px -11px 0 0 var(--blue);
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.para {
  color: #838383;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
}

.para.para-sm {
  color: #838383;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.para.bullet-para {
  color: #353535;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.para.para-white {
  color: #fdfdfd;
}

.para.text-white {
  color: #9b9b9b;
  text-align: center;
}

.inner-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.inner-img.home-1 {
  background-image: url('../images/under-sink.webp');
}

.inner-img.google {
  background-image: none;
}

.inner-img.plumb-1 {
  background-image: url('../images/kitchen-sink.webp');
  background-position: 50%;
}

.inner-img.heat-1 {
  background-image: url('../images/towel.webp');
}

.inner-img.bath-1 {
  background-image: url('../images/shower-bottom.webp');
}

.inner-img.offer-1 {
  background-image: url('../images/light-brown.webp');
}

.card-bullet {
  padding-left: 0;
}

.card-bullet._3-row, .card-bullet._4-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.card-icon {
  background-color: var(--grey);
  color: var(--blue);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

.heading-2-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.9;
}

.heading-2-title.heading-white {
  color: #fdfdfd;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.bullet-icon {
  text-align: left;
  background-image: url('../images/plumbing.webp');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa solid 900", sans-serif;
  font-size: 4em;
  line-height: 1.5;
  display: inline-block;
}

.bullet-icon.plastering {
  background-image: url('../images/bathroom.webp');
}

.bullet-icon.kitchen {
  background-image: url('../images/heater.webp');
}

.bullet-block-title {
  color: #212529;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.75;
}

.bullet-block-title.big {
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.bullet-list-services {
  background-color: #322dbb24;
  padding-top: 100px;
  padding-bottom: 140px;
}

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

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

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

.bullet-block-btn {
  background-color: var(--red);
  color: #fdfdfd;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

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

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

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

.bullet-heading {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

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

.inner-text-content {
  width: 68%;
  max-width: 1400px;
  margin-left: 60px;
  margin-right: auto;
}

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

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

.section-2-img-full.home-2 {
  background-image: url('../images/bathroom-sink.webp');
  background-position: 50%;
}

.section-2-img-full._100 {
  width: 100%;
}

.section-2-img-full._100.offer-2 {
  background-image: url('../images/shower.webp');
}

.section-2-img-full.plumb-2 {
  background-image: url('../images/u-bend.webp');
}

.section-2-img-full.heat-2 {
  background-image: url('../images/insulation.webp');
}

.section-2-img-full.heat-2.new {
  background-image: url('../images/radiator-nob.webp');
}

.section-2-img-full.bath-2 {
  background-image: url('../images/tap.webp');
}

.section-2-img-full.bath-2.sm {
  width: 30%;
}

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

.section-2-text-content {
  background-color: var(--blue);
  width: 50%;
  padding: 50px 0;
}

.section-2-text-content._100 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3-cta-section {
  background-color: var(--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3-cta-section.contact-us {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/wave_background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

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

.h3-wrapper.vert {
  flex-direction: column;
  align-items: flex-start;
}

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

.heading-3-text {
  color: #fdfdfd;
  padding-right: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.25;
}

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

.h3-cta-call-btn {
  color: var(--blue);
  background-color: #fdfdfd;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline;
}

.h3-cta-call-btn.btn-outline {
  background-color: var(--red);
  color: #fdfdfd;
  border: 1px solid #fdfdfd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.h3-cta-call-btn.btn-outline:hover {
  color: var(--red);
  background-color: #fdfdfd;
}

.brand-bands {
  background-color: #f5f8fa;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.footer-desc {
  color: #fff;
  font-size: 1em;
}

.footer-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-col.center {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-link {
  color: #fdfdfd;
  cursor: pointer;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: #ef233c;
}

.contact-block-1 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.contact-block-1.border-none {
  border-right-style: none;
  align-items: center;
  width: 100%;
}

.footer-social-media {
  color: #fff;
  background-color: #ffffff38;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-social-media:hover {
  background-color: #ef233c;
}

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

.footer-mid-content {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

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

.footer-section {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-menu-text {
  color: var(--red);
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 600;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-contact-info {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #46484b94;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: grid;
}

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

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

.contact-info-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
}

.contact-info-link.pad {
  margin-bottom: 5px;
}

.footer-copy {
  border-top: 1px solid #ffffff17;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-media-block {
  justify-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.footer-copy-link {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.footer-copy-link:hover {
  color: #fff;
}

.scroll-up {
  z-index: 80;
  background-color: var(--blue);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

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

.services-section {
  background-color: var(--grey);
  background-image: linear-gradient(#e6e6e617, #e6e6e617), url('../images/image-1glfxmw3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.services-link-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  min-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

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

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

.services-link-box._3 {
  background-image: url('../images/bathroom-acessories-service-box.webp');
  background-position: 50%;
}

.services-link-box._4 {
  background-image: url('../images/new-sink.webp');
}

.services-link-box._5 {
  background-image: url('../images/bathroom_1.webp');
  background-position: 0%;
}

.service-box-title {
  color: #333131;
  background-color: #fff;
  border-radius: 1px;
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

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

.underline.testemonials-underline.orange {
  background-color: #ef233c;
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #f5f8fa;
  width: 100%;
}

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

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

.customer-title {
  color: #aaacaf;
}

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

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

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

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

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

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

.slide-3 {
  background-color: #fff;
  height: auto;
  padding: 15px;
}

.testemonials {
  background-image: linear-gradient(#b9b4b414, #b9b4b414), url('../images/image-1glfxmw3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.test-slider {
  position: static;
}

.sub-heading {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

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

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.slider-2 {
  height: auto;
  position: static;
}

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

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

.page-title {
  text-align: right;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.image {
  background-color: #fff;
  width: auto;
  height: 110px;
  padding: 10px 19px;
}

.image.header {
  padding: 0;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  display: block;
}

.h1.b {
  color: var(--blue);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 35px;
}

.p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.h2 {
  color: var(--blue);
  margin-bottom: 20px;
  line-height: 33px;
}

.h2.mid {
  text-align: center;
}

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

.p-dark {
  color: #000;
  line-height: 1.7;
}

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

.sub-head {
  font-size: 18px;
}

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

.heading-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.container-block {
  margin-left: 20px;
  margin-right: 20px;
}

.container-block.center {
  text-align: center;
}

.h2-dark {
  color: #fff;
  margin-bottom: 20px;
}

.footer-list {
  color: #fff;
}

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav-item {
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #4d8cc7;
}

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

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

.contact-link.w--current {
  color: var(--grey);
  font-weight: 700;
}

.contact-link.b {
  color: #000;
  font-weight: 500;
}

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

.lottie {
  text-align: center;
  height: 100px;
  display: inline-block;
}

.google-reviews, .contactform {
  width: 100%;
}

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--blue);
  color: #000;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.hyperlink.w {
  box-shadow: inset 0 -2px 0 0 var(--grey);
  color: #fff;
}

.hyperlink.w:hover {
  box-shadow: inset 0 -50px 0 0 var(--grey);
}

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

.google-map {
  background-image: url('../images/google-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.backtotop {
  height: 0;
}

.hero-banner-services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.banner-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

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

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

.dropdown-link-2:hover {
  color: #5e8c5d;
  background-color: #0000;
}

.drop-down-link-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

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

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

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

.dropdown-menu-link-2:hover {
  color: #353535;
  border-left: 5px solid #5e8c5d;
}

.dropdown-menu-link-2.w--current {
  color: #5e8c5d;
}

.h1-small {
  color: var(--grey);
  font-weight: 400;
}

.list-3 {
  margin-top: 10px;
  padding-left: 0;
  font-weight: 400;
}

.list-3._3-row {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  color: #000;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  display: flex;
}

.font-icon {
  color: #5e8c5d;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 23px;
}

.hyperlink-2 {
  color: #5e8c5d;
}

.google-map-embed {
  width: 1005px;
}

.contact-content {
  background-color: var(--red);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.contact-type-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-page-link {
  color: #000;
  text-decoration: none;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.gallery-grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
  display: flex;
}

.lightbox {
  text-decoration: none;
}

.txt {
  color: var(--red);
  width: 123%;
  margin-bottom: 10px;
  padding: 5px;
}

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

.link {
  text-decoration: none;
}

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

.div-block-2, .html-embed, .html-embed-2, .html-embed-3 {
  width: 100%;
}

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

.image-2 {
  width: 70%;
}

.blue-section {
  background-color: var(--blue);
  text-transform: uppercase;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 16px;
}

.our-showroom {
  background-color: var(--white-2);
  padding-top: 140px;
  padding-bottom: 140px;
}

.pic-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pic-left {
  background-image: url('../images/Ban-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.pic-right {
  background-image: url('../images/Ban-1.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.pic-mid {
  background-image: url('../images/Ban-3.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  text-transform: uppercase;
}

.insta {
  margin-bottom: 0;
}

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

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

.img-ban-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ban-3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.img-ban-1.img-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ban-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.img-ban-1.img-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ban-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.list-item-3 {
  background-color: var(--white);
  color: #333;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.heading-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.heading-5._0 {
  margin-top: 0;
}

.list-item-4 {
  list-style-type: none;
}

.link-block {
  width: 100%;
}

.asso {
  object-fit: contain;
  height: 100px;
}

.showroom-div {
  background-color: var(--blue);
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

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

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

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

  .test-slider {
    position: static;
  }

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

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

  .slider-2 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    display: none;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .header-social-media {
    justify-content: space-around;
  }

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

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

  .dropdown-menu-link {
    background-color: #0000;
  }

  .drop-down-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drop-down-link:hover {
    color: #fff;
  }

  .brand.margin-right-20 {
    margin-left: 10px;
    margin-right: auto;
  }

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

  .nav-link {
    color: var(--blue);
    background-color: #fff;
    border-bottom: 1px solid #0000000d;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    background-color: var(--blue);
    color: #fdfdfd;
    border-radius: 0;
  }

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

  .header-social-icon.margin-right-none {
    text-align: left;
    font-size: 22px;
  }

  .dropdown-link {
    color: var(--blue);
    background-color: #fff;
    border-bottom: 1px solid #0000000d;
    border-radius: 0;
    width: 100%;
  }

  .dropdown-link:hover {
    background-color: var(--blue);
    color: #fff;
    border-radius: 0;
  }

  .dropdown-link.w--open {
    background-color: var(--blue);
    color: #fff;
  }

  .dropdown-link.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .burger-menu {
    color: var(--blue);
    font-size: 1.2em;
  }

  .nav-toggle {
    border-radius: 6px;
    margin-right: 10px;
  }

  .nav-toggle.w--open {
    background-color: #c8c8c800;
  }

  .nav {
    background-color: #353535;
    height: 100%;
    margin-bottom: auto;
  }

  .navbar-2 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-large-text {
    font-size: 3em;
  }

  .hero-para-text {
    font-size: 1.1em;
  }

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

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

  .default-btn.margin-top-20 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .default-btn.margin-top-20.default-btn-outline.marginleft-20 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-section {
    width: 100%;
  }

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

  .right-section {
    width: 100%;
    margin-bottom: 40px;
  }

  .inner-img {
    min-height: 500px;
  }

  .inner-img.google {
    min-height: auto;
  }

  .card-bullet._3-row {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

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

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

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

  .inner-text-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-2-img-full, .section-2-img-full.bath-2.sm {
    width: 100%;
  }

  .section-2-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-2-text-content._100 {
    width: 100%;
  }

  .heading-3-cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .heading-3-text {
    text-align: center;
    font-size: 21px;
  }

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

  .footer-col.center {
    width: 40%;
  }

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

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

  .footer-contact-info {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .left-arrow {
    color: #fff;
    background-color: #ef233c;
    bottom: -25%;
    left: auto;
    right: 15%;
  }

  .customer-title {
    font-size: 1.2rem;
  }

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

  .right-arrow {
    background-color: #ef233c;
    inset: auto 0% -25% auto;
  }

  .text-block-3 {
    color: #fff;
  }

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

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

  .slider-2 {
    position: relative;
  }

  .h1 {
    font-size: 35px;
  }

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

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

  .dropdown-link-2:hover {
    color: #5e8c5d;
    background-color: #fff;
    border-radius: 0;
  }

  .dropdown-link-2.w--open {
    color: #fff;
    background-color: #97bf7a;
  }

  .dropdown-link-2.no-border {
    color: #fff;
    border-bottom-style: none;
  }

  .drop-down-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .dropdown-menu-link-2 {
    background-color: #0000;
  }

  .dropdown-menu-link-2:hover {
    color: #5e8c5d;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

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

  .txt {
    text-align: center;
  }

  .div-block, .pic-div {
    grid-template-columns: 1fr 1fr;
  }

  .list-item-3 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 10px 40px;
  }

  .container.announcement-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .announcement-icon {
    width: 30px;
    height: 30px;
  }

  .announcement-icon.brand {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
    display: none;
  }

  .announcement-contact-info.margin-right-20.mobile-display-none {
    margin-right: 10px;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .navbar-2 {
    z-index: 6;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: 0;
  }

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

  .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider-inner-content {
    height: auto;
  }

  .hero-large-text {
    font-size: 2.5em;
  }

  .hero-section {
    z-index: 0;
    position: static;
  }

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

  .hero-text {
    font-size: 22px;
    line-height: 1.6;
  }

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

  .para.para-sm {
    width: 100%;
  }

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

  .card-bullet._3-row, .card-bullet._4-row {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

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

  .contact-block-1 {
    padding: 0;
  }

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

  .footer-contact-info, ._2x3 {
    grid-template-columns: 1fr;
  }

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

  .underline {
    width: 50%;
  }

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

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

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

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

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

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

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

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

  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .p {
    margin-bottom: 20px;
  }

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

  .banner-text {
    font-size: 35px;
  }

  .list-3._3-row {
    grid-template-columns: 1fr 1fr;
  }

  .font-icon {
    line-height: 10px;
  }

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

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

  .txt {
    width: 90%;
    margin-bottom: 20px;
  }

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

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

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

  .pic-left, .pic-right, .pic-mid {
    height: 350px;
  }

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

@media screen and (max-width: 479px) {
  .announcement-contact {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container {
    width: 90%;
  }

  .container.announcement-container {
    padding-left: 0;
  }

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

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-contact-info {
    display: none;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
    font-size: 14px;
    display: none;
  }

  .announcement-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    line-height: 17px;
    display: flex;
  }

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

  .brand.margin-right-20.footer-brand {
    margin-left: 0;
  }

  .burger-menu {
    text-align: center;
  }

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

  .navbar-2 {
    z-index: 3;
    flex-direction: column;
    align-items: center;
  }

  .slider-arrow {
    display: none;
  }

  .hero-content {
    width: 100%;
  }

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

  .button.book-today {
    width: 37%;
    display: inline;
  }

  .hero-large-text {
    font-size: 1.5em;
  }

  .hero-text {
    font-size: 18px;
    line-height: 23px;
  }

  .default-btn {
    width: auto;
  }

  .default-btn.center {
    flex-flow: column;
    width: 100%;
  }

  .top-text {
    line-height: 19px;
  }

  .btn-wrapper {
    flex-direction: column;
    width: 100%;
    display: inline-block;
  }

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

  .card-bullet._3-row, .card-bullet._4-row, .card-bullet._2-row {
    grid-template-columns: 1fr;
  }

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

  .section-2-text-content {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

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

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

  .h3-cta-call-btn.btn-outline {
    flex: none;
  }

  .contact-block-1 {
    padding-bottom: 10px;
  }

  .footer-contact-info {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .services-link-box {
    min-height: 250px;
  }

  .service-box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .underline {
    width: 30%;
  }

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

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

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

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

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

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

  .slide-3 {
    padding: 0;
  }

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

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

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

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

  .heading-2 {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .slider-2 {
    width: 100%;
  }

  .image.header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    font-size: 18px;
    line-height: 23px;
  }

  .p {
    font-size: 14px;
  }

  .h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .container-block {
    align-items: flex-start;
  }

  .container-block.center {
    justify-content: center;
    align-items: center;
  }

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

  .list {
    text-align: center;
  }

  .banner-text {
    text-align: center;
    font-size: 25px;
  }

  .dropdown-link-2 {
    text-align: center;
  }

  .drop-down-link-2 {
    padding-left: 20px;
  }

  .dropdown-menu-link-2 {
    text-align: center;
  }

  .list-3._3-row {
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    margin-bottom: 12px;
  }

  .font-icon {
    line-height: 7px;
  }

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

  .txt {
    width: 100%;
  }

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

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

  .our-showroom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-4 {
    text-align: center;
  }

  .div-block-3 {
    display: none;
  }

  .list-item-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_4b7f44ec-46c0-589c-1add-553b804c31a3-ad8a3d76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-ad8a3d76 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e71a3895-2ba7-9e51-72e4-93821f86935a-ad8a3d76, #w-node-e71a3895-2ba7-9e51-72e4-93821f869377-ad8a3d76, #w-node-e71a3895-2ba7-9e51-72e4-93821f869394-ad8a3d76 {
  place-self: auto;
}

#w-node-f7368a5a-a877-d789-2871-526fad7dea8d-ad8a3d76 {
  place-self: end;
}

#w-node-d6120bcb-30e7-3b7e-5766-e3ac744860e5-1efaf285, #w-node-d6120bcb-30e7-3b7e-5766-e3ac74486102-1efaf285 {
  place-self: auto;
}

#w-node-d6120bcb-30e7-3b7e-5766-e3ac7448611f-1efaf285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d89946ad-3cc2-f4e7-17d3-bf6954a8bfbb-84dc957e, #w-node-_2ca2db01-06d4-6100-7bff-1a7c47dfe67f-84dc957e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bfcbc019-7f55-b6bf-8b21-4a05b9412a60-bd5e4b00 {
  place-self: end;
}

#w-node-bae1ce7a-f0d1-18b8-2e2a-be95e68e7fb0-72447633, #w-node-bae1ce7a-f0d1-18b8-2e2a-be95e68e7fbe-72447633, #w-node-bae1ce7a-f0d1-18b8-2e2a-be95e68e7fc8-72447633, #w-node-a7e9a5ef-177d-1314-f421-d1f8f76890d9-72447633 {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_30198d32-180e-c6a8-cc1d-c038b6a9619d-ad8a3d76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-ad8a3d76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bae1ce7a-f0d1-18b8-2e2a-be95e68e7fb0-72447633, #w-node-bae1ce7a-f0d1-18b8-2e2a-be95e68e7fbe-72447633 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9dae87a-1e41-1c5a-4895-c9782e2c085b-ad8a3d76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7368a5a-a877-d789-2871-526fad7dea8c-ad8a3d76 {
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7368a5a-a877-d789-2871-526fad7dea8c-ad8a3d76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55e7-5e6d55df {
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55ec-5e6d55df {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_70385179-4d1c-3a17-8fc3-115a5e6d55f1-5e6d55df {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}