@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Bold.eot') format("embedded-opentype"), url('../fonts/Brown-Bold.woff') format("woff"), url('../fonts/Brown-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Light.eot') format("embedded-opentype"), url('../fonts/Brown-Light.woff') format("woff"), url('../fonts/Brown-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Brown;
  src: url('../fonts/Brown-Regular.eot') format("embedded-opentype"), url('../fonts/Brown-Regular.woff') format("woff"), url('../fonts/Brown-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --orange: #f7aa2e;
  --midnight-blue-2: #1a2e52;
  --black-2: #0f1a2ebf;
  --black: black;
  --orange-hover: #ffb743;
  --foot-black: #090f1b;
  --bloor-blue: #1d2855;
  --ghost-white-2: #ededf5;
  --white: white;
  --midnight-blue: #1d2855cc;
  --ghost-white: #ededf5;
  --lime-green: #65cf69;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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 {
  color: #333;
  font-family: Brown, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #1d2855;
  letter-spacing: -.5px;
  margin-top: 64px;
  margin-bottom: 32px;
  font-family: Brown, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  color: #1d2855b3;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: #1d2855;
  font-weight: 700;
}

.customcontainer {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.customcontainer.overlap__grid {
  margin-top: -200px;
}

.customcontainer.nav__container {
  max-width: 1600px;
}

.customcontainer.is--gallery {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.header {
  border-top: 5px solid var(--orange);
  background-color: var(--midnight-blue-2);
  padding-top: 40px;
  position: relative;
}

.header.internal {
  background-color: #0000;
  border-bottom: 1px solid #1a2e5233;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header.homebg {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2)), url('../images/IMG-20241116-WA0016-1.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.navbar.home {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  float: none;
  color: #fff;
  flex: 1;
  margin-left: 32px;
  font-family: Brown, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navcolour {
  padding-left: 16px;
  padding-right: 16px;
  transition: all .1s ease-in-out;
}

.navcolour:hover {
  color: #fff;
}

.navcolour.w--current {
  color: #1d2855;
}

.navcolour.internalnav {
  color: #1a2e52e6;
}

.navcolour.internalnav:hover {
  color: #1a2e52;
}

.navcolour.white {
  color: #fff;
}

.droparrow {
  color: #0000;
  background-image: url('../images/dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 10px;
}

.phonewrapper-sticky {
  letter-spacing: .5px;
  border: 1px solid #1a2e5233;
  border-radius: 100px;
  align-items: center;
  margin-left: 16px;
  padding: 12px 20px;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.phonewrapper-sticky.animate {
  margin-left: 0;
  margin-right: 24px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .1s cubic-bezier(.23, 1, .32, 1);
}

.phonewrapper-sticky.animate:hover {
  box-shadow: 0 10px 28px #0000001a;
}

.phonenumber {
  color: var(--black-2);
  font-family: Brown, sans-serif;
  font-size: 18px;
}

.phone {
  margin-right: 5px;
}

.quote {
  color: #fff;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.quote.quotemob {
  position: relative;
}

.quote-btn {
  background-color: var(--orange);
  color: var(--black);
  background-image: none;
  border-radius: 100px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: all .1s ease-in-out;
  position: relative;
}

.quote-btn:hover {
  border-color: var(--orange-hover);
  background-color: var(--orange-hover);
  background-image: none;
}

.quote-btn.green-btn {
  border-color: var(--orange);
  background-color: var(--orange);
  background-image: none;
  padding-left: 48px;
  padding-right: 48px;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 16px;
  transition: all .1s ease-in-out;
}

.bgwrapper {
  z-index: 1;
  background-image: url('../images/home-bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.headercontent {
  z-index: 2;
  width: 110%;
  margin-top: 100px;
  position: relative;
}

.introh1 {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.statement {
  color: #fff;
  letter-spacing: -2px;
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Brown, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
}

.grey-btn {
  color: var(--midnight-blue-2);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ededf5;
  border: 2px solid #ffffff4d;
  border-radius: 100px;
  padding: 16px 2.5rem;
  font-family: Brown, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.grey-btn.bottommargin {
  color: #fff;
  background-color: #ffffff0d;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.grey-btn.bottommargin:hover {
  color: var(--midnight-blue-2);
  background-color: #fff;
  border-color: #fff;
}

.link-block {
  text-decoration: none;
}

.green-btn {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 16px 2.5rem;
  font-family: Brown, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s cubic-bezier(.23, 1, .32, 1);
}

.green-btn:hover {
  border-color: var(--orange-hover);
  background-color: var(--orange-hover);
  opacity: 1;
}

.cirlce-shape {
  background-color: #e1e1ed;
  border-radius: 100%;
  width: 520px;
  height: 520px;
  position: absolute;
  top: 90px;
  bottom: 0;
  right: 0;
}

.div-block {
  border-top: 1px solid #ffffff1a;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.rics {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.ricsblock {
  color: #ffffffb3;
  align-items: center;
  font-family: Brown, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -32px;
}

.dropdown-list {
  background-color: #854a4a;
}

.dropdown-list.w--open {
  color: #1a2e52cc;
  background-color: #f6f6fa;
  width: 240px;
  font-weight: 400;
}

.dropdown-link {
  color: #1d2855b3;
  padding: 17px 28px;
  transition: all .1s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  border-left: 5px solid var(--orange);
  color: var(--midnight-blue-2);
}

.intro {
  color: #1d285580;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

.intro.center.whatintro {
  margin-top: 100px;
}

.sectionheading {
  color: #1d2855;
  text-align: center;
  letter-spacing: -2px;
  width: 60%;
  margin-bottom: 48px;
  font-family: Brown, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.sectionheading.centeredheading {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.abouthome {
  background-color: #ededf5;
  position: relative;
}

.abouthome.section__padding {
  padding-top: 140px;
  padding-bottom: 0;
}

.customcontainercontent {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 40px;
  display: block;
  position: relative;
}

.customcontainercontent.footercontainer {
  justify-content: space-between;
  max-width: 1600px;
  padding: 100px 64px 0;
}

.customcontainercontent.ctacontainer {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
}

.customcontainercontent.centercontainer {
  padding-left: 0;
}

.customcontainercontent.centercontainer.whatwedo {
  padding-bottom: 0;
}

.bigquote {
  color: #1d2855;
  text-align: left;
  letter-spacing: -2px;
  margin-bottom: 48px;
  font-family: Brown, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.quotehomewrapper {
  width: 65%;
  position: relative;
}

.image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.aboutimage {
  background-image: url('../images/property-consultant-macclesfield.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cta {
  background-color: var(--midnight-blue-2);
}

.intro-white {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.intro-white.center {
  text-align: center;
}

.ctaheading {
  color: #1d2855;
  text-align: center;
  letter-spacing: -2px;
  width: 66%;
  margin-bottom: 48px;
  font-family: Brown, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.ctaheading.centeredheading {
  color: #fff;
  text-align: center;
  max-width: 19ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 62px;
  display: block;
}

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

.or {
  color: #ffffff80;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.quotecta {
  color: #fff;
  flex: 0 auto;
  font-family: Brown, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.phonewrappercta {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: all .1s ease-in-out;
  display: flex;
  position: relative;
}

.phonewrappercta:hover {
  box-shadow: 0 10px 28px #0003;
}

.phonenumbercta {
  color: var(--black-2);
  letter-spacing: .5px;
  font-family: Brown, sans-serif;
  font-size: 18px;
}

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

.benefit-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.benefit {
  color: #fff;
  font-family: Brown, sans-serif;
  font-size: 20px;
}

.benefitimage {
  color: var(--orange-hover);
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 8px;
}

.image-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.footer {
  background-color: var(--foot-black);
}

.smallfooter {
  color: #ededf54d;
  font-size: 12px;
  line-height: 1.6em;
}

.smallfooter.companyno {
  color: #ededf5b3;
}

.logo-footer {
  margin-bottom: 24px;
}

.footer-menu {
  color: #fffc;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Brown, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-menu:hover {
  color: #fff;
  transform: translate(5px);
}

.text-block {
  font-size: 17px;
  font-weight: 400;
}

.footercol {
  flex: 0 auto;
  margin-right: 32px;
}

.footericon {
  margin-right: 8px;
}

.footercolfirst {
  flex: 0 25%;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.bottombar {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footerbottom {
  color: #fff;
  font-family: Brown, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footerlink {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 6px;
  text-decoration: none;
}

.footerlink.w--current {
  color: #fff;
}

.buttonwrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
}

.scrollsection {
  height: 2600px;
  position: relative;
}

.sidescroll-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.scrolltrack {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
}

.scrollwidth {
  width: 2000px;
  height: 100%;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.servicewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
  margin-top: 0;
  margin-right: 50px;
  display: flex;
}

.servicewrapper.service-first {
  margin-left: 320px;
}

.serviceblock {
  background-color: #ededf5;
  background-image: linear-gradient(#ededf5e6, #ededf5e6);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 480px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.serviceblock:hover {
  box-shadow: 0 24px 50px -25px #1d285566;
}

.sitewrapper {
  width: 100vw;
  position: relative;
}

.serviceh2 {
  color: #1d2855;
  font-family: Brown, sans-serif;
  text-decoration: none;
}

.serviceh2.serviceblocks {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 36px;
}

.titlewrapper {
  padding-top: 48px;
  padding-bottom: 48px;
}

.page-intro {
  color: #1d285580;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Brown, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.titlecrumb {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.breadcrumb {
  align-items: center;
  display: flex;
}

.pageicon {
  margin-right: 12px;
}

.pagetitle {
  color: var(--midnight-blue-2);
  text-align: left;
  letter-spacing: -2px;
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brown, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.image-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.crumblink {
  color: #1d2855cc;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s ease-in-out;
}

.crumblink:hover {
  color: #1d2855;
}

.crumb {
  color: #1d285580;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.internalheader {
  background-image: url('../images/IMG-20241116-WA0019-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 575px;
}

.internalheader.commercialbg {
  background-image: url('../images/commercial.jpg');
  background-size: cover;
}

.internalheader.aboutbg {
  background-image: url('../images/about.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.internalheader.rentbg {
  background-image: url('../images/rent-reviews.jpg');
}

.internalheader.leasebg {
  background-image: url('../images/lease-renewals-min.jpg');
}

.internalheader.epcbg {
  background-image: url('../images/commercial-epc-warrington-min.jpg');
  background-position: 50% 100%;
}

.internalheader.telecomsbg {
  background-image: url('../images/telecoms.jpg');
}

.internalheader.kitchenbg {
  background-image: url('../images/ChatGPT-Image-Feb-8-2026-06_03_25-PM.png');
  background-position: 50% 100%;
  background-size: cover;
}

.internalheader.propertybg {
  background-image: url('../images/0cef26a2-d736-4864-9731-2c1033a6d273.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.internalheader.maintenancebg {
  background-image: url('../images/reactive-maintenance-newport.jpg');
  background-size: cover;
}

.internalheader.otherbg {
  background-image: url('../images/reactive-maintenance.jpg');
  background-size: cover;
}

.internalheader.roofing {
  background-image: url('../images/664beca2-2248-47fb-9738-91911ac3deee.jpg');
  background-position: 50%;
}

.internalheader.loft__conversion {
  background-image: url('../images/loft-conversion-wolverhampton.jpg');
  background-attachment: fixed;
}

.internalheader.dorma {
  background-image: url('../images/20240925_105641-1.jpg');
}

.internalheader.velux {
  background-image: url('../images/20250226_143610-2_1.jpg');
  background-position: 50% 15%;
  background-attachment: fixed;
}

.internalcontent {
  display: flex;
  position: relative;
}

.internalcopy {
  flex-basis: 70%;
}

.sidebar {
  flex: 1;
  align-self: flex-start;
  margin-top: -140px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 0;
  position: sticky;
  top: 40px;
}

.content {
  padding: 24px 64px 64px;
}

.sidebarquote {
  background-color: var(--midnight-blue-2);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.quoteh3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.quote-sidebar {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: var(--foot-black);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .1s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.quote-sidebar:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 28px #0000001a;
}

.quote-side {
  color: #fff;
  flex: 0 auto;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.phone-sidebar {
  color: #fff;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 19px;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.phone-side {
  color: var(--black-2);
  text-align: center;
  border-radius: 100px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .1s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

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

.service-sidemenu {
  background-color: #1a2e520d;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 32px 40px 24px;
}

.service-sideh3 {
  color: var(--midnight-blue-2);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
}

.side-servicelink {
  color: #1d2855b3;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.side-servicelink:hover {
  color: #1d2855;
  transform: translate(5px);
}

.side-servicelink.w--current {
  color: #1d2855;
  text-decoration: underline;
}

.testimonial-sidebar {
  background-color: #ededf5;
  border-radius: 5px;
  margin-bottom: 24px;
  padding: 32px 40px;
  position: relative;
}

.side-testi {
  color: #1d2855;
  letter-spacing: -.3px;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  color: #1d2855;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.authorlink {
  color: #65cf69;
  font-family: Brown, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.speech-icon {
  position: absolute;
  bottom: -32px;
  right: 32px;
}

.sidebar-contact {
  flex: 1;
  align-self: flex-start;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 0;
  position: sticky;
  top: 32px;
}

.contact-content {
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 10px;
  line-height: 36px;
}

.contact-content.thank-you {
  margin-bottom: 200px;
}

.contact-content.thank-you._404 {
  margin-bottom: 60px;
}

.step1 {
  margin-bottom: 0;
}

.numberone {
  padding-bottom: 32px;
  position: relative;
}

.number {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.numbertitle {
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.number-text {
  color: #fff;
  font-family: Brown, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.numbertitleh2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
  display: flex;
}

.checkboxwrapper {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 50px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.checkbox {
  text-align: center;
  cursor: pointer;
  background-color: #1a2e520d;
  border-radius: 3px;
  flex: 20%;
  justify-content: center;
  align-items: stretch;
  height: 150px;
  margin-bottom: 16px;
  margin-right: 16px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.checkbox1 {
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.checkboxlabel {
  color: var(--midnight-blue-2);
  margin-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Brown, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkicon {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.form-block {
  margin-right: 40px;
}

.numbertwo {
  padding-bottom: 40px;
  position: relative;
}

.greycontact {
  color: #1d2855b3;
  font-weight: 400;
}

.formwrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 50px;
  padding-left: 32px;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
}

.halfform {
  flex-basis: 48%;
  margin-bottom: 24px;
}

.radiobutton {
  color: #1d2855;
  align-items: center;
  margin-right: 32px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.formlabel {
  color: #1f212c;
  flex: 1;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 18px;
}

.formfield {
  color: #1d2855;
  background-color: #1a2e520d;
  border: 0 solid #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 30px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  position: relative;
  right: 8px;
}

.formfield::placeholder {
  color: #1d285580;
}

.radiowrapper {
  align-items: center;
  height: 62px;
  display: flex;
}

.radio-button {
  border-style: solid;
  border-color: #000;
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.radio-button-2 {
  width: 26px;
  height: 26px;
}

.fullradio {
  flex-direction: row;
  flex: 100%;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.labelfull {
  color: var(--black-2);
  flex: 0 0 100%;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 18px;
}

.submit-button {
  background-color: var(--orange);
  border-radius: 100px;
  flex: 0 auto;
  padding: 14px 54px;
  font-family: Brown, sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: all .1s ease-in-out;
}

.submit-button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 3px 24px #0000001a;
}

.linecontact {
  border-left: 2px dashed #f7aa2e4d;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
}

.sidebarquotecontact {
  background-image: linear-gradient(to bottom, var(--black-2), var(--black-2));
  border-radius: 0 0 5px 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.phone-contact {
  background-image: url('../images/get-quote-property-consultant.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 152px;
}

.content-top {
  padding: 24px 64px 0;
}

.content-top.privacy {
  padding-bottom: 100px;
}

.content-top h2 {
  color: var(--black-2);
}

.content-top h3 {
  color: var(--black-2);
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Brown, sans-serif;
}

.contactcontent-block {
  background-color: #ededf5;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 32px 40px;
  display: flex;
}

.contactcontent-block.legal {
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.contact_block_left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.contact_block_right {
  flex: 0 60%;
}

.contact_small {
  color: #1d2855cc;
  font-family: Brown, sans-serif;
  font-size: 16px;
}

.content-bottom {
  padding: 40px 64px 24px;
}

.content-bottom ul {
  color: #1d2855cc;
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  padding-left: 0;
  font-family: Brown, sans-serif;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.content-bottom li {
  background-image: url('../images/bullet_1bullet.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 13px;
  flex-basis: 50%;
  margin-bottom: 16px;
  padding-left: 32px;
  line-height: 24px;
}

.content-bottom h2 {
  margin-top: 32px;
}

.content-mid {
  padding: 0 64px;
}

.content-quote {
  background-color: #ededf5;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
  position: relative;
  right: 60px;
}

.block-quote {
  color: #1d2855;
  letter-spacing: -.3px;
  border-left-style: none;
  margin-bottom: 24px;
  padding: 0 30px 0 0;
  font-family: Brown, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}

.author-content {
  color: #1d2855;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.image-5 {
  position: absolute;
  bottom: -20px;
  right: 40px;
}

.content-last {
  margin-bottom: 32px;
  padding: 40px 64px 24px;
}

.content-last ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1d2855cc;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-left: 0;
  font-family: Brown, sans-serif;
  font-size: 18px;
  list-style-type: none;
  display: flex;
}

.content-last li {
  background-image: url('../images/bullet.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-left: 2rem;
  line-height: 24px;
}

.content-last h2 {
  margin-top: 32px;
}

.content-last h3 {
  color: var(--midnight-blue-2);
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
  font-size: 20px;
}

.content-last a {
  color: var(--midnight-blue-2);
}

.content-last p {
  color: #1d2855b3;
}

.content-last h1 {
  color: var(--bloor-blue);
  margin-bottom: 24px;
  font-size: 32px;
}

.chris_block {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.photo {
  margin-right: 16px;
}

.name {
  color: #1d2855;
  margin-bottom: 8px;
  font-family: Brown, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.titles {
  color: #1d2855cc;
  font-family: Brown, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.legal {
  color: #1d2855;
  margin-top: 10px;
  margin-bottom: 16px;
  font-family: Brown, sans-serif;
}

.legal-small {
  font-size: 15px;
  line-height: 26px;
}

.service-link {
  opacity: 0;
  color: #65cf69;
  background-color: #fff;
  border-radius: 100px;
  padding: 15px 40px;
  font-family: Brown, sans-serif;
  font-size: 18px;
  transform: translate(0, 10px);
  box-shadow: 0 8px 50px #0000000d;
}

.service-text {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.check-contact {
  flex: 20%;
  position: relative;
}

.checkwrapinner {
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.check {
  opacity: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  transform: translate(0, 5px);
}

.sticky-header {
  z-index: 9999;
  opacity: 0;
  background-color: #ededf5;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -76px);
}

.dropdown-toggle-sticky {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 32px;
}

.navcolour-sticky {
  color: #1d2855b3;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .1s ease-in-out;
}

.navcolour-sticky:hover, .navcolour-sticky.w--current {
  color: #1d2855;
}

.quote-btn-sticky {
  background-color: #65cf69;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  transition: all .1s ease-in-out;
  position: relative;
}

.quote-btn-sticky:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 28px #0003;
}

.quote-btn-sticky.green-btn {
  text-align: center;
}

.form {
  margin-bottom: 80px;
}

.thank-you {
  margin-top: 0;
}

.link {
  color: #1d2855;
  text-decoration: none;
}

.brand-3 {
  padding-left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.shape__header__bg {
  max-width: none;
  position: absolute;
  inset: auto -70% 5% auto;
}

.rated-logo {
  margin-right: 12px;
}

.stars {
  margin-right: 16px;
}

.section__padding {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section__padding.testibg {
  background-color: #ffffff1a;
}

.h2__home {
  color: var(--foot-black);
  letter-spacing: -1.5px;
  max-width: 30ch;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

._70w {
  width: 70%;
}

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

.service__block {
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 3px 5px #0000000d;
}

.service__img {
  aspect-ratio: 1.3;
  object-fit: cover;
  width: 100%;
}

.service__h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 24px;
  line-height: 32px;
}

.service__p {
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 20px;
}

.service__link {
  color: var(--orange);
  margin-bottom: 24px;
  margin-left: 32px;
  margin-right: 32px;
}

.body {
  font-family: Brown, sans-serif;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.text__grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.contet__block__home {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}

.grid__text {
  color: #1d2855e6;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.section__padding_bottom {
  padding-top: 100px;
  padding-bottom: 124px;
}

.hide {
  display: none;
}

.quote__slider {
  background-color: #0000;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quote__slide {
  text-align: center;
}

.quote__text {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.quote__author {
  color: #1d2855;
  font-family: Brown, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.rated__logo {
  margin-left: 8px;
  position: relative;
  top: -2px;
}

.stars__quote {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider__controls {
  font-size: 8px;
  bottom: -80px;
}

.slider__arrow_right {
  color: var(--orange);
  left: 105%;
}

.slider__arrow_left {
  color: var(--orange);
  left: -14%;
}

.phonewrapper {
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid #1a2e5233;
  border-radius: 100px;
  flex: none;
  align-items: center;
  margin-right: 16px;
  padding: 16px 40px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
  display: flex;
}

.phonewrapper.animate {
  padding: 10px 16px;
  transition: all .1s cubic-bezier(.23, 1, .32, 1);
}

.phonewrapper.animate:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 28px #0000001a;
}

.formh2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.radio-button-label {
  color: var(--midnight-blue-2);
}

.icon__wrapper {
  align-items: center;
  display: flex;
}

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

.text__grid_benefits {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefit__sec {
  background-color: var(--ghost-white-2);
  padding-top: 64px;
  padding-bottom: 64px;
}

.review {
  margin-top: 16px;
  margin-right: 16px;
}

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

.banner__img.align-top {
  object-position: 50% 5%;
}

.gallery--sec {
  overflow: hidden;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery10_component {
  column-count: 3;
  column-gap: 2rem;
}

.gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: opacity .15s cubic-bezier(.165, .84, .44, 1);
}

.gallery10_lightbox-link:hover {
  opacity: .8;
}

.gallery10_image {
  object-fit: cover;
}

.gallery--heading {
  max-width: 25ch;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 1.1;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.gallery-swiper {
  height: 100%;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-slide {
  width: 80%;
  display: flex;
}

.icon-embed-medium {
  color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.tagline {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.section_gallery21 {
  overflow: hidden;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery21_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.gallery21_slide {
  padding-right: 2rem;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.gallery21_image {
  aspect-ratio: 1.2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .customcontainer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header {
    border-top-width: 8px;
    padding-top: 0;
  }

  .header.internal {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    justify-content: space-around;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar.home {
    padding-top: 16px;
  }

  .nav-menu {
    margin-top: 16px;
    margin-right: 24px;
  }

  .navcolour {
    color: var(--midnight-blue-2);
    background-color: #fff;
  }

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

  .phonewrapper-sticky.animate {
    margin-left: 32px;
  }

  .phonewrapper-sticky.animate:hover {
    transform: none;
  }

  .quote.quotemob {
    top: 0;
  }

  .quote-btn.green-btn {
    margin-bottom: 0;
    margin-right: 0;
    padding: 12px 40px;
    font-size: 16px;
  }

  .quote-btn.green-btn:hover {
    transform: none;
  }

  .dropdown-toggle {
    background-color: #fff;
  }

  .bgwrapper {
    background-image: linear-gradient(#ededf5cc, #ededf5cc), url('../images/home-bg.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100vw;
  }

  .headercontent {
    margin-top: 60px;
    padding-left: 0;
  }

  .introh1 {
    line-height: 16px;
  }

  .statement {
    font-size: 48px;
    line-height: 1.24em;
  }

  .intro.center.whatintro {
    margin-top: 0;
  }

  .sectionheading.centeredheading {
    width: 80%;
    font-size: 42px;
  }

  .abouthome {
    flex-direction: column;
    display: flex;
  }

  .abouthome.section__padding {
    padding-bottom: 100px;
  }

  .customcontainercontent {
    padding-right: 40px;
  }

  .customcontainercontent.footercontainer {
    padding-top: 60px;
  }

  .customcontainercontent.ctacontainer {
    padding-left: 40px;
  }

  .customcontainercontent.centercontainer.whatwedo {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .bigquote {
    font-size: 42px;
  }

  .quotehomewrapper {
    width: auto;
  }

  .aboutimage {
    order: 1;
    width: 100%;
    height: 360px;
    position: relative;
  }

  .ctaheading.centeredheading {
    width: 90%;
    font-size: 52px;
  }

  .benefit {
    font-size: 20px;
  }

  .benefitimage {
    width: 40px;
  }

  .image-3 {
    width: 92px;
  }

  .smallfooter {
    margin-left: 24px;
  }

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

  .footercol {
    flex: 1 25% auto;
  }

  .footercolfirst {
    flex: 100%;
    order: 1;
    margin-top: 24px;
    display: flex;
  }

  .div-block-3 {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .bottombar {
    margin-top: 24px;
    padding-bottom: 16px;
  }

  .footerbottom {
    font-size: 12px;
    line-height: 18px;
  }

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

  .buttonwrapper {
    margin-bottom: 120px;
  }

  .scrollsection {
    height: auto;
  }

  .sidescroll-wrapper {
    position: relative;
  }

  .scrolltrack {
    width: auto;
    height: auto;
  }

  .scrollwidth {
    flex-flow: column;
    place-content: stretch flex-start;
    width: auto;
    height: 100%;
    margin-top: 0;
  }

  .servicewrapper {
    flex: 1;
    align-items: stretch;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .servicewrapper.service-first {
    flex-direction: column;
    flex: 1;
    align-items: stretch;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    position: relative;
  }

  .serviceblock {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .titlewrapper {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .titlewrapper.thankyou {
    margin-left: 0;
    padding-bottom: 0;
  }

  .titlecrumb {
    flex-direction: column;
  }

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

  .pagetitle {
    margin-bottom: 16px;
    font-size: 42px;
  }

  .pagetitle.left {
    align-self: flex-start;
  }

  .crumblink, .crumb {
    font-size: 13px;
  }

  .internalheader {
    height: 460px;
  }

  .internalheader.loft__conversion, .internalheader.velux {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .internalcontent.contactcontent {
    flex-direction: column;
  }

  .internalcopy {
    flex: 1;
  }

  .internalcopy.thankyou {
    margin-bottom: 80px;
  }

  .sidebar {
    display: none;
  }

  .sidebar-contact {
    flex: 1;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .formwrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .halfform, .formfield, .fullradio, .labelfull {
    flex: 1;
  }

  .phone-contact {
    padding-bottom: 46%;
  }

  .content-quote {
    right: 0;
  }

  .content-last {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-header {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .dropdown-toggle-sticky {
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .navcolour-sticky {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand-2 {
    width: 120px;
  }

  .menu-button {
    background-color: var(--midnight-blue-2);
    color: #fff;
    border-radius: 100px;
    margin-left: 16px;
    margin-right: 0;
    padding: 12px;
  }

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

  .menu-button.home {
    color: var(--midnight-blue-2);
    background-color: #fff;
  }

  .form {
    margin-left: 24px;
  }

  .brand-3 {
    width: 100px;
  }

  .shape__header__bg {
    opacity: .3;
    right: -120%;
  }

  .section__padding.testibg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2__home {
    width: 90%;
    font-size: 40px;
    line-height: 1.24em;
  }

  ._70w {
    width: 90%;
  }

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

  .section__padding_bottom {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .phonewrapper {
    margin-left: auto;
    display: none;
  }

  .phonewrapper.animate {
    margin-left: 32px;
  }

  .phonewrapper.animate:hover {
    transform: none;
  }

  .menuicon {
    position: relative;
    top: 1px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .header-wrap {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-left: 0;
  }

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

  .phonewrapper-sticky.animate {
    margin-left: 8px;
    padding: 8px 12px;
    display: none;
  }

  .quote.quotemob {
    top: 0;
  }

  .quote-btn.green-btn {
    margin-right: 0;
    padding: 10px 24px;
    top: 0;
  }

  .headercontent {
    margin-top: 60px;
  }

  .introh1 {
    line-height: 16px;
  }

  .statement {
    letter-spacing: -1px;
    width: 100%;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1.4;
  }

  .grey-btn.bottommargin {
    padding-left: 32px;
    padding-right: 32px;
  }

  .green-btn {
    padding: 16px 32px;
  }

  .cirlce-shape {
    display: none;
  }

  .ricsblock {
    color: #1d2855b3;
    margin-right: 24px;
    font-size: 12px;
  }

  .sectionheading.centeredheading {
    width: 90%;
    font-size: 32px;
  }

  .abouthome.section__padding {
    padding-bottom: 64px;
  }

  .customcontainercontent.ctacontainer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bigquote {
    font-size: 32px;
  }

  .image-2 {
    width: 124px;
  }

  .aboutimage {
    height: 260px;
  }

  .ctaheading.centeredheading {
    letter-spacing: -1px;
    width: 100%;
    font-size: 48px;
  }

  .ctabutton {
    flex-direction: column;
  }

  .or {
    display: none;
  }

  .quotecta {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .phonewrappercta {
    justify-content: center;
    width: 100%;
  }

  .benefits {
    display: block;
  }

  .benefit-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .benefit {
    font-size: 16px;
  }

  .image-3 {
    width: 24px;
    height: 2px;
  }

  .serviceh2.serviceblocks {
    font-size: 32px;
  }

  .pageicon {
    width: 48px;
  }

  .pagetitle {
    font-size: 32px;
  }

  .crumblink {
    font-size: 14px;
  }

  .crumb {
    font-size: 13px;
  }

  .internalheader {
    height: 260px;
  }

  .internalheader.loft__conversion, .internalheader.velux {
    background-size: cover;
  }

  .contact-content.thank-you {
    margin-left: 24px;
    margin-right: 24px;
  }

  .numbertitleh2 {
    font-size: 22px;
  }

  .checkbox {
    flex-basis: 30%;
  }

  .formwrap {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .formfield {
    right: 0;
  }

  .contactcontent-block {
    text-align: center;
    flex-direction: column;
  }

  .contact_small {
    margin-bottom: 24px;
  }

  .service-text {
    font-size: 16px;
  }

  .brand-2.w--current {
    flex: 0 auto;
    width: 100px;
    padding-left: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .thank-you {
    font-size: 22px;
  }

  .brand-3 {
    width: 25%;
    margin-right: 16px;
  }

  .shape__header__bg {
    display: none;
  }

  .section__padding.testibg {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .service__h2 {
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service__p {
    padding-left: 24px;
    padding-right: 24px;
  }

  .service__link {
    margin-bottom: 16px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .contet__block__home {
    font-size: 16px;
    line-height: 21px;
  }

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

  .quote__slider {
    width: 90%;
    height: 100%;
  }

  .quote__text {
    font-size: 20px;
    line-height: 32px;
  }

  .slider__controls {
    bottom: 0;
  }

  .slider__arrow_right {
    inset: 0% -60px 0% auto;
  }

  .slider__arrow_left {
    left: -60px;
  }

  .phonewrapper.animate {
    margin-left: 8px;
    padding: 8px 12px;
  }

  .formh2 {
    font-size: 22px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery10_component {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .customcontainer.overlap__grid {
    max-width: 100%;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .phonewrapper-sticky.animate {
    display: none;
  }

  .quote {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    display: block;
  }

  .quote.quotemob {
    display: none;
  }

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

  .introh1 {
    line-height: 16px;
  }

  .statement {
    width: auto;
    margin-bottom: 24px;
    line-height: 1.3;
  }

  .grey-btn.bottommargin {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
    display: block;
    left: 0;
  }

  .link-block {
    margin-right: 0;
  }

  .green-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block {
    display: none;
    position: relative;
  }

  .ricsblock {
    flex-direction: column;
    margin-right: 0;
  }

  .sectionheading.centeredheading {
    font-size: 28px;
  }

  .customcontainercontent.footercontainer {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .customcontainercontent.ctacontainer {
    padding: 40px 24px;
  }

  .customcontainercontent.centercontainer.whatwedo {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ctaheading.centeredheading {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .ctabutton {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .or, .quotecta {
    margin-bottom: 16px;
  }

  .phonewrappercta {
    text-align: center;
    justify-content: center;
  }

  .benefit-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefitimage {
    width: 32px;
    margin-bottom: 8px;
  }

  .smallfooter {
    margin-left: 0;
  }

  .logo-footer {
    width: 80px;
  }

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

  .text-block {
    font-size: 14px;
  }

  .footercol {
    flex: 0 auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footercolfirst {
    flex-direction: column;
    order: 0;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottombar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .footerbottom {
    color: #fff9;
    text-align: left;
    margin-bottom: 8px;
  }

  .buttonwrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .serviceblock {
    flex: 0 auto;
    justify-content: center;
    padding: 24px;
  }

  .serviceh2.serviceblocks {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 36px;
  }

  .titlewrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .titlecrumb {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .breadcrumb {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .pageicon {
    display: none;
  }

  .pagetitle {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .internalheader {
    height: 240px;
  }

  .internalheader.commercialbg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
  }

  .internalheader.propertybg {
    background-position: 50%;
    background-size: cover;
    height: 240px;
  }

  .internalcopy {
    flex: 0 auto;
    width: 100%;
  }

  .content {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

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

  .quoteh3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
  }

  .sidebar-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content {
    padding-right: 0;
  }

  .numbertitleh2 {
    flex-direction: column;
    margin-left: 0;
    line-height: 28px;
  }

  .checkboxwrapper {
    flex-direction: column;
    margin-left: 0;
    padding-right: 0;
  }

  .checkbox {
    flex: 0 auto;
    margin-right: 0;
  }

  .form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .numbertwo {
    padding-bottom: 0;
  }

  .formwrap {
    margin-left: 0;
    padding-left: 0;
  }

  .halfform {
    flex: 1;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 16px;
  }

  .radiobutton {
    margin-bottom: 8px;
  }

  .formlabel {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
  }

  .formfield {
    width: 100%;
    font-size: 16px;
    position: static;
    right: 0;
  }

  .radiowrapper, .fullradio {
    flex-direction: column;
    align-items: flex-start;
  }

  .sidebarquotecontact {
    padding: 24px;
  }

  .content-top {
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-top h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .contactcontent-block {
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-bottom ul {
    flex-direction: column;
  }

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

  .content-mid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-quote {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .block-quote {
    font-size: 26px;
    line-height: 34px;
  }

  .content-last {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-last ul {
    flex-direction: column;
  }

  .content-last li {
    flex: 1;
  }

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

  .content-last p {
    font-size: 16px;
    line-height: 28px;
  }

  .name {
    font-size: 18px;
  }

  .titles {
    font-size: 14px;
    line-height: 20px;
  }

  .service-link {
    display: none;
  }

  .service-text {
    font-size: 14px;
    line-height: 20px;
  }

  .quote-btn-sticky.green-btn {
    display: none;
  }

  .brand-2.w--current {
    flex: 0 auto;
    width: 90px;
  }

  .menu-button {
    flex: 0 auto;
  }

  .form {
    margin-left: 0;
  }

  .thank-you {
    margin-bottom: 16px;
    line-height: 32px;
  }

  .brand-3 {
    width: 35%;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
    width: 80px;
  }

  .paragraph {
    margin-bottom: 40px;
  }

  .rated-logo, .stars {
    margin-bottom: 8px;
  }

  .h2__home {
    font-size: 32px;
  }

  ._70w {
    font-size: 16px;
    line-height: 1.6;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
  }

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

  .section__padding_bottom {
    padding-top: 48px;
  }

  .phonewrapper.animate {
    display: none;
  }

  .formh2 {
    flex-direction: column;
    margin-left: 0;
    line-height: 28px;
  }

  .icon__wrapper {
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .tagline {
    margin-bottom: 1rem;
    font-size: 11px;
  }

  .slider-arrow.is-bottom-previous {
    right: 3rem;
  }

  .gallery21_slide-nav {
    font-size: .3rem;
    bottom: 5%;
  }
}

#w-node-_23b93f8b-5a93-75ea-848d-ab150f31382b-0f313828 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23b93f8b-5a93-75ea-848d-ab150f313830-0f313828 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_23b93f8b-5a93-75ea-848d-ab150f313835-0f313828 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7eebff76-5546-e54f-1b9e-65688b39b2eb-85e35840 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48259933-6322-b4bb-467f-2c46a1fdba3e-85e35840 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f62840de-edb5-ae91-709b-7805d955decf-85e35840 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7eebff76-5546-e54f-1b9e-65688b39b2eb-85e35840 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_48259933-6322-b4bb-467f-2c46a1fdba3e-85e35840 {
    grid-column: 2 / 3;
  }

  #w-node-f62840de-edb5-ae91-709b-7805d955decf-85e35840 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_23b93f8b-5a93-75ea-848d-ab150f31382b-0f313828 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_23b93f8b-5a93-75ea-848d-ab150f313830-0f313828 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_23b93f8b-5a93-75ea-848d-ab150f313835-0f313828 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_7eebff76-5546-e54f-1b9e-65688b39b2eb-85e35840 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4d51f059-312e-2a7d-9fda-3fb5cc61ba38-85e35840 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_48259933-6322-b4bb-467f-2c46a1fdba3e-85e35840 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f62840de-edb5-ae91-709b-7805d955decf-85e35840 {
    grid-row: 3 / 4;
  }
}


@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Bold.eot') format('embedded-opentype'), url('../fonts/Brown-Bold.woff') format('woff'), url('../fonts/Brown-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Light.eot') format('embedded-opentype'), url('../fonts/Brown-Light.woff') format('woff'), url('../fonts/Brown-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brown';
  src: url('../fonts/Brown-Regular.eot') format('embedded-opentype'), url('../fonts/Brown-Regular.woff') format('woff'), url('../fonts/Brown-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}