:root {
  --dark-slate-grey: #3c3c3b;
  --medium-violet-red: #c65496;
  --steel-blue: #0d93d2;
  --grey-text: #7a7a7a;
  --medium-violet-red-2: #a5236e;
  --70706f: #e3e3e2;
  --dim-grey: #70706f;
}

a {
  text-decoration: underline;
}

.footer-nav {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-contact-details {
  color: #7a7a7a;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.footer-contact-details.center {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.footer-social-panel {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-nav-panel {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  min-height: 70px;
  padding: 3vw 15px;
  display: flex;
}

.footer-nav-panel.extra {
  height: 20vh;
}

.footer {
  color: #fff;
  background-color: #21242d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.footer.fixed {
  background-color: #e4e4e4;
  background-image: url('../images/Whk-footer-center-700-593.png');
  background-position: 50% -4%;
  background-repeat: no-repeat;
  background-size: 400px;
  height: auto;
  font-family: Open Sans, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-bottom {
  background-color: #434a53;
  justify-content: space-between;
  width: 100%;
  height: 4vw;
  min-height: 50px;
  padding: 15px 34px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: #fff;
  font-family: Acumin pro, sans-serif;
  font-size: .9rem;
}

.footer-bottom-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-link {
  opacity: .4;
  border-bottom: 1px solid #fff6;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  transition: box-shadow .3s, opacity .3s, background-color .3s;
  display: flex;
  box-shadow: 1px 0 #fff6;
}

.footer-social-link:hover {
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  position: relative;
}

.footer-social-link.instagram {
  border-bottom-color: var(--dark-slate-grey);
  box-shadow: 1px 0 0 0 var(--dark-slate-grey);
  height: 30vh;
  min-height: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social-link.instagram:hover {
  background-color: var(--medium-violet-red);
  opacity: .65;
}

.footer-social-link.facebook {
  border-bottom-color: var(--dark-slate-grey);
  box-shadow: 1px 0 0 0 var(--dark-slate-grey);
  height: 22vh;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-social-link.facebook:hover {
  background-color: var(--steel-blue);
  opacity: .65;
}

.footer-social-icon {
  filter: invert();
  width: 48px;
}

.footer-social-icon.insta {
  filter: none;
  width: 39px;
}

.footer-top-button {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  transition: bottom .3s;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.footer-top-button:hover {
  bottom: 0;
}

.footer-v1-nav-link {
  opacity: 1;
  color: var(--grey-text);
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 3px solid #e4e4e4;
  margin-right: 24px;
  padding: 13px 8px;
  font-family: Acumin pro, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-v1-nav-link:hover {
  border-bottom: 3px solid var(--medium-violet-red);
  opacity: 1;
}

.instagram {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.footer-padding {
  z-index: 50;
  padding-bottom: 100vh;
}

.up-button {
  z-index: 100;
  background-color: #423f3c;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  margin-right: 16px;
  transition: background-color .2s;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.up-button:hover {
  background-color: #33302d;
}

.up-button.w--current {
  background-color: #423f3c;
}

.up-button.w--current:hover {
  background-color: #33302d;
}

.holder {
  z-index: 11;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  position: relative;
}

.footer-link, .footer-link:hover, .footer-link:focus, .footer-link:visited {
  color: #fff;
}

.footer-contact-details-panel {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  min-height: 70px;
  padding-top: 3vw;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.footer-subscribe-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  min-height: 250px;
  padding: 3vh 15px 0;
  display: none;
}

.footer-signup-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 39px;
}

.footer-container {
  width: 100%;
  max-width: 1120px;
}

.content-wrapper-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navlink {
  color: var(--grey-text);
  text-transform: uppercase;
  height: 30px;
  margin-right: 12px;
  padding: 7px 1vw 20px;
  font-family: Acumin pro, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  border-bottom: 3px solid var(--medium-violet-red);
}

.navlink.w--current {
  border-bottom: 3px solid var(--medium-violet-red);
  color: var(--grey-text);
}

.navlink.end {
  margin-left: 0;
  margin-right: 0;
}

.navlink.dropdown {
  margin-right: 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 24px;
}

.navlink.dropdown-links-mega {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.navlink.dropdown-links {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0;
}

.nav-bottom {
  float: none;
  text-align: center;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 49px;
  display: flex;
  position: relative;
}

.social-icon {
  background-image: url('../images/Facebook-white-176.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-left: 2.5px;
  margin-right: 16.5px;
  transition: background-color .408s;
}

.social-icon:hover {
  background-color: #313131;
}

.social-icon.twitter {
  background-image: url('../images/Houzz-white-176.png');
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon.twitter.right {
  opacity: .65;
  filter: grayscale();
  background-image: url('../images/instagram-icon.png');
  border-radius: 0%;
  width: 25px;
  height: 24px;
  margin-right: 0;
}

.social-icon.facebook {
  opacity: .65;
  filter: invert();
  background-image: url('../images/facebook-icon-white.svg');
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.top-line {
  background-color: #0000;
  width: 100%;
  height: 4px;
}

.navigation {
  z-index: 100;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 3px 3px #86868612;
}

._2nd-nav-logo {
  width: 100%;
  padding-bottom: 10px;
}

.top-nav-contact-detail-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.top-nav-contact-detail-holder.top-center {
  order: -1;
  width: 370px;
  min-width: 250px;
  margin-right: 45px;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}

.top-nav-contact-detail-holder.top-center:hover {
  opacity: .85;
}

.top-nav-contact-detail-holder.top-center.w--current {
  margin-right: 3%;
}

.top-nav-contact-detail-holder.top-right {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
}

.fixed-naviagtion-toggler {
  background-color: #000;
  height: 120px;
  position: absolute;
}

.fixed-navbarv2 {
  z-index: 90;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 3px 3px #86868612;
}

.top-nav-contact {
  color: var(--grey-text);
  padding-right: 24px;
  font-family: Acumin pro, sans-serif;
  font-size: 1.1rem;
}

.nav-top {
  color: #dbdbdb;
  background-color: #dbdbdb;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 51px;
  display: flex;
}

.social-holdersd {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-wrap: nowrap;
  order: 1;
  display: flex;
  position: relative;
}

.nav-white-filler {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 300px;
  position: absolute;
}

.home-banner-section {
  z-index: 11;
  background-color: #fff;
  background-image: linear-gradient(#00000030, #00000030), url('../images/Whk-banner-1920-700-02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 39vw;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.home-banner-text-holder {
  width: 900px;
}

.home-banner-main-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #2c2c2c;
  margin-top: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
}

.home-banner-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
}

.properties-banner {
  background-image: url('../images/Whk-banner-1920-700-03.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32vw;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.properties-banner.dartmouth {
  background-image: url('../images/Dartmouth-1200-415-01.jpg');
}

.properties-banner.kingsbridge {
  background-image: url('../images/Kingsbridge-1200-415-01.jpg');
}

.properties-banner.bigbury {
  background-image: url('../images/Bigbury-1200-415-01.jpg');
}

.properties-banner.bude {
  background-image: url('../images/Bude-1200-415.jpg');
}

.properties-banner.ivybridge {
  background-image: url('../images/Ivybridge-1200-415-1.jpg');
}

.banner-main-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 41px;
}

.properties-border-section {
  z-index: 11;
  background-color: #fbfbfb;
  padding: 20px 50px;
  position: relative;
}

.main-section {
  z-index: 11;
  background-color: #fff;
  padding: 80px 50px;
  position: relative;
}

.main-section.top-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.main-section.no-bottom-padding {
  padding-bottom: 2px;
  position: relative;
}

.main-section.no-bottom-padding.hidden {
  display: none;
}

.main-section.pink-bg {
  background-image: linear-gradient(#c65496a3, #c65496a3), url('../images/Bw-parra-1920-1000.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.main-section.logos-slider {
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.pink {
  background-image: url('../images/Whk-footer-center-688-547.png'), linear-gradient(to bottom, var(--medium-violet-red), var(--medium-violet-red));
  background-position: 5% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 500px, auto;
  background-attachment: scroll, scroll;
}

.main-text {
  color: var(--grey-text);
  font-family: Acumin pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.main-text.center.white, .main-text.white {
  color: #fff;
}

.main-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.property-holderdiv-flex {
  flex-direction: row-reverse;
  display: flex;
}

.property-holder-div-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 40px;
  display: flex;
}

.property-holder-div-image {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.property-image {
  width: 100%;
}

.property-image-link {
  order: -1;
}

.property-image-button {
  color: var(--dark-slate-grey);
  width: 100%;
  padding: 14px 0;
  text-decoration: none;
}

.property-image-button-center {
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 323px;
  height: 45px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 18px;
  font-family: Acumin pro, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.property-heading {
  color: #434a53;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.property-heading.center {
  text-align: center;
  margin-bottom: 10px;
  line-height: 27px;
}

.property-icon-holder-div {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}

.property-icon-text {
  text-align: center;
  font-family: Acumin pro, sans-serif;
  font-size: 12px;
}

.property-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 8%;
  min-width: 51px;
  margin-bottom: 10px;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.property-icon.hide {
  display: none;
}

.property-icon-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.property-50-holder-div {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -53px;
  display: flex;
}

.property-50 {
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
  margin-bottom: 50px;
  display: flex;
}

.property-50.border {
  justify-content: space-between;
  box-shadow: 1px 0 3px #7a7a7a1a, -1px 0 3px #7a7a7a1a, 0 1px 3px #7a7a7a1a;
}

.properties-image {
  width: 100%;
  margin-bottom: 20px;
}

.property-50-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.property-50-content.border {
  order: 1;
  justify-content: space-between;
  padding: 10px 20px;
}

.properties-image-button-center {
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 45px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 18px;
  font-family: Acumin pro, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.properties-image-button-center.border {
  order: 1;
  width: 100%;
  height: 50px;
}

.main-banner-section {
  z-index: 11;
  background-color: #fff;
  background-image: url('../images/About-1920-600.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 27vw;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.main-banner-section.laundry {
  background-image: url('../images/Laundry-1920-500-1.jpg');
}

.main-banner-section.commerical {
  background-image: url('../images/Office-1920-600-1.jpg');
}

.main-banner-section.domestic {
  background-image: url('../images/Home-1920-600-1.jpg');
}

.main-banner-section.post-renovation-clean {
  background-image: url('../images/Builder-cleans-1920-600.jpg');
}

.main-banner-section.office-cleaning {
  background-image: url('../images/Office-1920-600.jpg');
}

.main-banner-section.holiday-homes {
  background-image: url('../images/Home-1920-600.jpg');
}

.main-banner-section.block-management {
  background-image: url('../images/Block-management-1920-600.jpg');
}

.main-banner-section.inspection-certification {
  background-image: url('../images/Health-and-safety-1920-600.jpg');
}

.main-banner-section.contact {
  background-image: url('../images/Contact-1920-700-01.jpg');
}

.banner-div-line {
  border: 2px #fff;
  border-bottom-style: solid;
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.properties-other-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.properties-other-cta.padding-topp {
  margin-top: 31px;
}

.property-other-cta-33 {
  width: 100%;
  margin-bottom: 21px;
}

.contact-form-section-bg {
  z-index: 11;
  background-color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Dartmouth-parra-1920-1080-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.contact-h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 18px;
}

.contact-h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Acumin pro, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.contact-details {
  color: #7a7a7a;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.contact-details.center {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.property-other-cta-image {
  background-image: url('../images/Dartmouth-1000-750-01.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22vw;
  max-height: 274px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.property-other-cta-image.kingsbridge {
  background-image: url('../images/Kingsbridge-1000-750-01.jpg');
}

.property-other-cta-image.bigbury {
  background-image: url('../images/Bigbury-1000-750-01.jpg');
}

.property-other-cta-image.bude {
  background-image: url('../images/Bude-1000-750.jpg');
}

.property-other-cta-image.ivybridge {
  background-image: url('../images/Ivybridge-1000-750.jpg');
}

.main-h3 {
  color: #434a53;
  margin: 0 auto 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 31px;
}

.main-h3.white {
  color: #fff;
  line-height: 31px;
}

.main-h3.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.main-h3.centre.pink {
  color: var(--medium-violet-red);
}

.main-h3.left {
  margin-left: 0;
}

.main-h3.about-team {
  margin-bottom: 10px;
}

.property-other-cta-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px #2c2c2c;
  font-family: Acumin pro, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
}

.property-other-button {
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 45px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 18px;
  font-family: Acumin pro, sans-serif;
  font-size: 20px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.properties-template {
  z-index: 11;
  background-color: #fff;
  padding: 50px;
  position: relative;
}

.properties-template.bottom-padding {
  background-color: #b8b4b4;
  padding-bottom: 0;
}

.property-divider-div {
  border-bottom: 1px solid #7a7a7a57;
  width: 80%;
  height: 1px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.serivice-image-div {
  background-image: url('../images/Builder-cleans-1920-1000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 22vw;
  min-height: 300px;
}

.serivice-image-div.office-clean {
  background-image: url('../images/Office-1920-1000.jpg');
}

.serivice-image-div.holiday {
  background-image: url('../images/Home-1920-1000.jpg');
  background-position: 50% 75%;
}

.serivice-image-div.block {
  background-image: url('../images/Block-management-1920-1000.jpg');
}

.serivice-image-div.inspection {
  background-image: url('../images/Health-and-safety-1920-1000.jpg');
}

.service-holder {
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-holder.padding-bottom {
  margin-bottom: 50px;
}

.service-content-holder-div {
  background-color: var(--medium-violet-red);
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 339px;
  height: 90%;
  padding: 33px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 7px 7px 10px 2px #0000001a;
}

.service-content-holder-div.left {
  inset: auto auto 0% 0%;
}

.service-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: auto 15% 12% auto;
}

.service-link:hover {
  color: #fff;
  text-decoration: underline;
}

.service-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 35px;
}

.service-h2.white {
  color: #fff;
  font-size: 25px;
}

.service-50-holder-div {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.service-50-holder-div.no-padding-top {
  margin-top: 0;
}

.service-50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 70px;
  display: flex;
}

.service-50.right {
  border-left: 1px solid #000;
  padding-left: 70px;
  padding-right: 0;
}

.service-50.right.about {
  border-left-style: none;
  padding-left: 30px;
  padding-right: 0;
}

.service-50.right.about-centre {
  border-left-style: none;
  justify-content: center;
  padding-left: 0;
}

.service-50.right.about-centre._2 {
  width: 60%;
}

.service-50.about {
  padding-top: 0;
  padding-right: 30px;
}

.service-50.about._2 {
  width: 40%;
  padding-bottom: 0;
  padding-right: 40px;
}

.main-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 37px;
  line-height: 40px;
}

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

.main-h2.white {
  color: #fff;
}

.service-h4-color {
  color: var(--medium-violet-red);
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Acumin pro, sans-serif;
}

.service-h4-color.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.service-h4-color.no-padding {
  margin-top: 0;
}

.bold-pink-bg {
  color: #82255b;
}

.full-section {
  z-index: 11;
  background-color: #fff;
  display: flex;
  position: relative;
}

.full-section.flex {
  flex-direction: row;
}

.div-holder-50 {
  width: 50%;
}

.div-holder-50.pink {
  background-color: var(--medium-violet-red);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 40px;
  display: flex;
}

.div-holder-50.image {
  background-image: url('../images/Window-cleaning-800-600.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-holder-50.image.housekeeping {
  background-image: url('../images/Housekeeping-800-600-01.jpg');
  background-position: 50%;
}

.divider-div {
  border-bottom: 3px solid #fff;
  width: 200px;
  margin-bottom: 24px;
}

.divider-div.services {
  background-color: #dfdddd;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 27px;
}

.image-height-holder {
  height: 37vw;
}

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

.tick-box-div-holder {
  flex-direction: row;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.tick-box-div-holder.center {
  justify-content: center;
}

.tick-icon-holder-div {
  width: 25px;
  margin-right: 10px;
}

.tick-icon {
  width: 25px;
  height: 25px;
}

.tick-icon.black {
  filter: invert();
  width: 20px;
  height: 20px;
}

.icon {
  padding-left: 25px;
}

.dropdown-list-mega {
  top: 36px;
}

.dropdown-list-mega.w--open {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 14px 8% 0;
  display: flex;
  position: fixed;
  inset: auto 0%;
}

.dropdown-link-holders-33 {
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-bottom: 13px;
  display: flex;
}

.dropdown-34.hide {
  display: none;
}

.tick-div-div-holder {
  margin-top: 29px;
}

.link-none {
  color: var(--grey-text);
  padding-top: 7px;
  text-decoration: none;
  display: block;
}

.link-none.w--current {
  padding-top: 7px;
  display: block;
}

.about-icon-holder-div {
  flex-wrap: wrap;
  display: flex;
}

.about-icon-holder-div.hide {
  display: none;
}

.about-icon-holder-div.padding {
  margin-top: 30px;
}

.about-icon-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  margin-right: 0;
  display: flex;
}

.about-icon-image.white {
  filter: grayscale() brightness(0%) invert();
}

.about-icon-text {
  text-align: center;
  font-family: Acumin pro, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.about-icon-text.white {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.about-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 10%;
  min-width: 51px;
  margin-bottom: 10px;
  margin-left: 11px;
  margin-right: 11px;
  display: flex;
}

.about-icon.hide {
  display: none;
}

.dropdown-list {
  top: 36px;
}

.dropdown-list.w--open {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 25px;
}

.testimonial-author {
  border-top: 1px solid #d1d2d3;
  width: auto;
  margin: 25px auto 0;
  padding-top: 12px;
  display: inline-block;
}

.testimonial-author.project-cta {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
}

.main-text-2 {
  line-height: 25px;
}

.wide-column-text-box {
  z-index: 10;
  background-color: #fff;
  width: 130%;
  max-width: 610px;
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: -40%;
  padding: 120px 70px 70px;
  position: relative;
}

.wide-column-text-box.right {
  margin-top: 7vw;
  margin-bottom: 7vw;
  padding: 80px 30px 50px 45px;
}

.wide-column-text-box.left {
  width: 130%;
  max-width: 700px;
  margin: 7vw -40% 7vw 0;
  padding: 80px 45px 50px 30px;
}

.wide-text-column {
  z-index: 10;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.wide-column {
  background-image: url('../images/Home-1920-1000-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
}

.wide-column._2 {
  background-image: url('../images/Office-1920-1000.jpg');
  background-position: 100%;
  width: 50%;
}

.wide-column._3 {
  background-image: url('../images/Laundry-1920-1000.jpg');
  background-position: 100%;
}

.content-wrapper {
  z-index: 1;
  flex: 1;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.about-section {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.about-block-title {
  border-left-style: none;
  padding-left: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 24px;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

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

.button {
  background-color: var(--medium-violet-red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 45px;
  margin-top: 20px;
  padding-top: 13px;
  font-family: Acumin pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.button:hover {
  background-color: #82255b;
}

.button.centre {
  border: 1px #fff;
  margin-left: auto;
  margin-right: auto;
}

.button.centre:hover {
  background-color: #a5236e;
}

.button.white {
  color: #82255b;
  background-color: #fff;
}

.button.purple {
  background-color: var(--medium-violet-red-2);
}

.maincontainer {
  padding-bottom: 15px;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: var(--medium-violet-red);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.main-privacy-title {
  color: var(--dark-slate-grey);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-family: Acumin pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.link-4 {
  color: #04242d;
  text-transform: none;
  display: inline-block;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.instagram-feed-section {
  z-index: 11;
  background-color: #fff;
  padding: 40px 0 0;
  position: relative;
}

.instagram-feed-section.top-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.instagram-feed-section.no-bottom-padding {
  padding-bottom: 0;
}

.instagram-feed-section.pink {
  background-color: var(--medium-violet-red);
}

.html-embed-2 {
  margin-bottom: 0;
}

.affiliate-slider {
  background-color: #0000;
  height: auto;
}

.affiliate-slider.slider-hide {
  display: none;
}

.affiliate-section {
  background-image: url('../images/Bg-1920-1080-0.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding: 11px 15px;
}

.affiliate {
  margin-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.arrows-logo-slider {
  width: 20px;
}

.main-h2-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}

.main-h2-2.center {
  text-align: center;
}

.main-h2-2.center.affiliated {
  font-size: 21px;
}

.arrows-logo-slider-2 {
  justify-content: flex-end;
  width: 20px;
}

.affiliate-holder {
  flex: 0 auto;
  width: 200px;
  height: auto;
}

.logo-slider-nav {
  display: none;
}

.affiliate-slider-div-holder {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.slider-black-arrow {
  filter: invert();
  font-size: 22px;
}

.main-tabs {
  margin-top: 0;
}

.tab-pane {
  padding-top: 40px;
}

.tab-button {
  background-color: var(--medium-violet-red);
  color: #fff;
  text-align: center;
  border-radius: 0;
  width: 250px;
  height: 45px;
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 15px;
  padding-bottom: 9px;
  font-family: Acumin pro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.tab-button:hover {
  background-color: var(--medium-violet-red-2);
}

.tab-button.w--current {
  background-color: #a5236e;
  font-size: 17px;
}

.main-tab-button {
  background-color: var(--medium-violet-red);
  color: var(--70706f);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  margin-right: 10px;
  padding-top: 11px;
  font-family: Acumin pro, sans-serif;
  display: flex;
}

.main-tab-button:hover {
  background-color: #a5236e;
}

.main-tab-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.double-button-holder {
  justify-content: space-between;
  align-items: center;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-team-image {
  margin-bottom: 0;
}

.home-banner-main-title-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px #2c2c2c;
  margin-top: 0;
  font-family: Acumin pro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 53px;
}

.services-link {
  color: var(--medium-violet-red-2);
}

.services-link.number {
  font-size: 19px;
}

.unsure {
  background-color: red;
}

.contact-number {
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .footer-nav-panel {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .footer.fixed {
    background-size: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-social-link {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-social-link.instagram {
    height: 32vh;
  }

  .footer-social-link.facebook {
    height: 18vh;
  }

  .footer-top-button {
    display: block;
    inset: auto 0% 102% auto;
  }

  .footer-top-button:hover {
    height: 39px;
    inset: auto 0% 102% auto;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .up-button {
    display: none;
  }

  .footer-contact-details-panel {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-subscribe-panel {
    height: 34vh;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-signup-title {
    margin-bottom: 0;
  }

  .email-signup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-container {
    max-width: 100%;
  }

  .menu-button {
    margin-left: auto;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    order: 1;
    padding: 0;
  }

  .content-wrapper-2 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .navlink {
    text-align: center;
    width: 200px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .9rem;
  }

  .navlink.w--current {
    font-size: .9rem;
  }

  .navlink.end {
    margin-left: auto;
    margin-right: auto;
  }

  .navlink.dropdown {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .navlink.dropdown-links-mega, .navlink.dropdown-links {
    color: #595959;
    width: 220px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .burger-menu {
    color: #20272f;
    font-size: 33px;
  }

  .nav-bottom {
    border-top-width: 1px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .social-icon {
    margin-bottom: 2px;
    margin-right: 13.5px;
  }

  .social-icon.twitter.right, .social-icon.facebook {
    margin-bottom: 0;
  }

  .top-line {
    background-color: #0000;
  }

  .top-nav-contact-detail-holder.top-center.w--current {
    color: #000;
  }

  .top-nav-contact-detail-holder.top-right {
    justify-content: space-between;
    display: flex;
  }

  .fixed-naviagtion-toggler {
    height: 110px;
  }

  .fixed-navbarv2 {
    width: 100%;
    overflow: visible;
  }

  .top-nav-contact {
    text-align: left;
    order: -1;
  }

  .nav-top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .social-holdersd {
    order: 1;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    position: absolute;
    box-shadow: 0 3px 3px #86868612;
  }

  .home-banner-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner-text-holder {
    width: auto;
  }

  .home-banner-main-title {
    font-size: 47px;
    line-height: 49px;
  }

  .properties-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-main-title {
    font-size: 26px;
    line-height: 29px;
  }

  .properties-border-section {
    padding: 15px;
  }

  .main-section {
    padding: 70px 15px;
  }

  .main-text.center.white {
    font-size: 15px;
  }

  .property-holderdiv-flex {
    flex-direction: column-reverse;
  }

  .property-holder-div-text {
    width: 100%;
    padding-left: 0;
  }

  .property-holder-div-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .property-image-button-center {
    width: 100%;
  }

  .property-heading.center {
    line-height: 24px;
  }

  .main-banner-section, .contact-form-section-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-h3 {
    font-size: 26px;
  }

  .contact-details.center {
    font-size: 1rem;
  }

  .property-other-cta-image {
    height: 23vw;
  }

  .main-h3 {
    font-size: 26px;
    line-height: 29px;
  }

  .main-h3.white {
    line-height: 31px;
  }

  .main-h3.about-team {
    margin-bottom: 10px;
  }

  .property-other-cta-text {
    font-size: 30px;
  }

  .property-other-button {
    width: 200px;
    margin-top: 0;
  }

  .properties-template {
    padding-left: 15px;
    padding-right: 15px;
  }

  .serivice-image-div {
    min-height: 281px;
  }

  .service-content-holder-div {
    width: 45%;
    margin-top: 0;
    padding: 21px 19px;
  }

  .service-h2.white {
    font-size: 23px;
  }

  .main-h2.center {
    font-size: 35px;
    line-height: 38px;
  }

  .full-section {
    padding: 70px 15px;
  }

  .full-section.flex {
    flex-direction: column-reverse;
    padding: 0;
  }

  .full-section.flex.reverse {
    flex-flow: column;
  }

  .div-holder-50.pink {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-holder-50.image {
    width: 100%;
  }

  .image-height-holder {
    height: 75vw;
  }

  .icon {
    padding-left: 0;
    padding-right: 33px;
  }

  .dropdown-list-mega.w--open {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .dropdown-link-holders-33 {
    margin-bottom: 0;
  }

  .dropdown-34 {
    margin-left: auto;
    margin-right: auto;
  }

  .about-icon-holder-div {
    justify-content: center;
    align-items: center;
  }

  .about-icon {
    width: 15%;
    margin-left: 33px;
    margin-right: 33px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .main-text-2 {
    line-height: 23px;
  }

  .wide-column-text-box {
    width: 150%;
  }

  .wide-column-text-box.right {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 20px 30px;
  }

  .wide-column-text-box.left {
    width: 150%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 20px 30px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .instagram-feed-section {
    padding-top: 40px;
  }

  .affiliate {
    margin-bottom: 35px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .affiliate-slider-mask {
    margin-bottom: -34px;
  }

  .main-h2-2 {
    font-size: 29px;
  }

  .affiliate-holder {
    width: 33%;
  }

  .affiliate-slider-div-holder {
    flex-wrap: wrap;
  }

  .home-banner-main-title-copy {
    font-size: 47px;
    line-height: 49px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-details.center {
    font-size: 1rem;
  }

  .footer-bottom-left {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 3px;
  }

  .footer.fixed {
    background-position: 50% -1%;
    background-size: 250px;
  }

  .footer-bottom {
    justify-content: center;
    align-items: center;
    min-height: 70px;
    padding: 17px 15px;
  }

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

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .footer-social-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-social-link.instagram {
    height: 29vh;
  }

  .footer-v1-nav-link {
    margin-right: 20px;
  }

  .footer-signup-title {
    font-size: 1.8rem;
    line-height: 37px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

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

  .content-wrapper-2 {
    justify-content: space-between;
  }

  .navlink {
    width: 220px;
    font-weight: 400;
  }

  .navlink.dropdown, .navlink.dropdown.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .navlink.dropdown-links-mega, .navlink.dropdown-links {
    color: #595959;
  }

  .burger-menu {
    color: #000;
  }

  .nav-bottom {
    padding-left: 14px;
    padding-right: 14px;
  }

  ._2nd-nav-logo {
    width: 301px;
  }

  .top-nav-contact-detail-holder.top-center {
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-nav-contact-detail-holder.top-center.w--current {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fixed-naviagtion-toggler {
    background-color: #000;
    height: 100px;
  }

  .fixed-navbarv2 {
    display: block;
  }

  .top-nav-contact {
    font-size: 1rem;
  }

  .home-banner-main-title {
    font-size: 43px;
    line-height: 45px;
  }

  .banner-main-title {
    font-size: 27px;
  }

  .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-section.top-section {
    padding-top: 30px;
  }

  .main-text.center.white {
    font-size: 14px;
  }

  .main-text.centre-tab {
    text-align: center;
  }

  .property-holderdiv-flex {
    flex-direction: column-reverse;
  }

  .property-holder-div-text {
    width: 100%;
  }

  .property-holder-div-image {
    margin-bottom: 20px;
  }

  .property-image-button-center {
    font-size: 17px;
  }

  .property-heading.center {
    line-height: 24px;
  }

  .property-icon-text {
    font-size: 11px;
  }

  .property-icon {
    min-width: 46px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .property-50 {
    width: 100%;
  }

  .properties-image-button-center {
    font-size: 17px;
  }

  .main-banner-section {
    height: 29vw;
  }

  .properties-other-cta {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .contact-h2 {
    margin-bottom: 20px;
  }

  .contact-h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .contact-details.center {
    font-size: .8rem;
  }

  .property-other-cta-image {
    height: 71vw;
    max-height: none;
  }

  .main-h3 {
    font-size: 24px;
    line-height: 27px;
  }

  .main-h3.white {
    font-size: 24px;
    line-height: 28px;
  }

  .main-h3.left {
    text-align: center;
    margin-left: 0;
    margin-right: auto;
  }

  .main-h3.about-team {
    margin-bottom: 10px;
  }

  .property-other-button {
    width: 225px;
    font-size: 17px;
  }

  .properties-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .serivice-image-div {
    width: 100%;
    height: 39vw;
    min-height: auto;
  }

  .service-holder.padding-bottom {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .service-content-holder-div {
    z-index: 5;
    width: 90%;
    margin-top: -54px;
    position: relative;
  }

  .service-50-holder-div {
    flex-direction: column;
  }

  .service-50 {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .service-50.right {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .service-50.right.about {
    padding-left: 0;
  }

  .service-50.right.about-centre._2 {
    width: 100%;
  }

  .service-50.about {
    padding-right: 0;
  }

  .service-50.about._2 {
    width: 100%;
  }

  .main-h2.center {
    font-size: 34px;
    line-height: 37px;
  }

  .service-h4-color.no-padding {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .full-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dropdown-list-mega.w--open {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .dropdown-link-holders-33 {
    margin-bottom: -2px;
  }

  .dropdown-34 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-icon-text {
    font-size: 11px;
  }

  .about-icon {
    width: 17%;
    min-width: 46px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .main-text-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .wide-column-text-box {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .wide-column-text-box.right {
    margin-top: 0;
    margin-bottom: 0;
    padding: 35px 20px;
  }

  .wide-column-text-box.left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .wide-text-column {
    width: 100%;
  }

  .wide-column {
    width: 100%;
    height: 52vw;
  }

  .wide-column._2 {
    width: 100%;
  }

  .about-section {
    padding-bottom: 0;
  }

  .flex-wrapper.reverse, .flex-wrapper.mobile-swap {
    flex-direction: column-reverse;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-text {
    padding-left: 0;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .instagram-feed-section, .instagram-feed-section.top-section {
    padding-top: 30px;
  }

  .affiliate-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .affiliate {
    margin-bottom: 20px;
    padding-left: 54px;
    padding-right: 54px;
  }

  .affiliate-slider-mask {
    margin-bottom: -20px;
  }

  .main-h2-2 {
    font-size: 26px;
  }

  .affiliate-holder {
    width: 50%;
  }

  .affiliate-slider-div-holder {
    flex-flow: wrap;
  }

  .double-button-holder {
    width: 450px;
  }

  .home-banner-main-title-copy {
    font-size: 43px;
    line-height: 45px;
  }
}

@media screen and (max-width: 479px) {
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-contact-details.center {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .footer-nav-panel {
    flex-direction: column;
    min-height: 186px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .footer-nav-panel.extra {
    padding-top: 10vw;
  }

  .footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer.fixed {
    background-position: 50% -10%;
  }

  .footer-bottom {
    min-height: 62px;
  }

  .footer-copyright {
    font-size: .7rem;
  }

  .footer-social-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-social-link.instagram {
    height: 20vh;
    min-height: 100px;
  }

  .footer-social-link.facebook {
    height: 13vh;
  }

  .footer-social-icon {
    width: 40px;
  }

  .footer-social-icon.insta {
    width: 35px;
  }

  .footer-v1-nav-link {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-wrapper.footer-padding {
    z-index: 11;
  }

  .footer-contact-details-panel {
    flex-direction: column;
    min-height: 80px;
    padding-top: 14vw;
    padding-bottom: 7px;
  }

  .footer-subscribe-panel {
    flex-direction: column;
    height: 34vh;
    min-height: 250px;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .footer-signup-title {
    text-align: center;
    font-size: 1.3rem;
    line-height: 23px;
  }

  .email-signup {
    width: 100%;
  }

  .navlink.dropdown {
    width: 220px;
  }

  .navlink.dropdown-links-mega, .navlink.dropdown-links {
    width: auto;
  }

  .burger-menu {
    display: inline-block;
  }

  .social-icon.twitter.right, .social-icon.facebook {
    width: 30px;
    height: 30px;
  }

  ._2nd-nav-logo {
    width: 95%;
  }

  .top-nav-contact-detail-holder.top-center {
    align-items: flex-start;
    padding-left: 0;
  }

  .top-nav-contact {
    font-size: .9rem;
  }

  .home-banner-section {
    height: 64vw;
  }

  .home-banner-main-title {
    font-size: 35px;
    line-height: 37px;
  }

  .banner-main-title {
    font-size: 19px;
    line-height: 25px;
  }

  .main-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property-holder-div-image {
    margin-bottom: 10px;
  }

  .property-image-button-center {
    font-size: 16px;
  }

  .property-heading.center {
    text-align: center;
    line-height: 28px;
  }

  .properties-image-button-center {
    font-size: 16px;
  }

  .main-banner-section {
    height: 43vw;
  }

  .contact-details.center {
    margin-bottom: 0;
  }

  .property-other-cta-image {
    height: 70vw;
  }

  .main-h3 {
    font-size: 23px;
    line-height: 26px;
  }

  .main-h3.white {
    font-size: 24px;
    line-height: 28px;
  }

  .main-h3.left.about-team, .main-h3.about-team {
    margin-bottom: 10px;
  }

  .property-other-button {
    font-size: 16px;
  }

  .service-holder {
    position: relative;
  }

  .service-content-holder-div {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-link {
    margin-bottom: 30px;
    margin-left: 0;
    position: static;
  }

  .main-h2.center {
    font-size: 31px;
    line-height: 34px;
  }

  .full-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-icon {
    width: 34%;
    margin-left: 19px;
    margin-right: 19px;
  }

  .main-text-2 {
    line-height: 20px;
  }

  .wide-column-text-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0%;
    padding: 60px 35px 35px;
  }

  .wide-column-text-box.left {
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .wide-text-column {
    width: 100%;
  }

  .wide-column {
    width: 100%;
    height: 80vw;
  }

  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-wrapper.mobile-swap {
    flex-wrap: wrap-reverse;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .affiliate {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-h2-2 {
    color: #1b1b1b;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .tab-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .main-tab-menu {
    flex-direction: column;
  }

  .double-button-holder {
    flex-direction: column;
    width: auto;
  }

  .home-banner-main-title-copy {
    font-size: 35px;
    line-height: 37px;
  }
}


@font-face {
  font-family: 'Acumin pro condensed';
  src: url('../fonts/Acumin-Pro-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin pro';
  src: url('../fonts/Acumin-RPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}