:root {
  --footer: #0e1323;
  --highlight: #2248ef;
  --highlight_hover: #1536c6;
  --feature: #f1f4f9;
  --dark-footer: #080b15;
  --pink: #ee018d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

h1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 18px;
}

p {
  max-width: 640px;
  margin-bottom: 10px;
}

label {
  margin-bottom: 0;
  display: block;
}

.section_hero {
  z-index: 2;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section_nav {
  z-index: 500;
  position: relative;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logotypetobeplacedhere {
  border-radius: 10px;
  width: 160px;
}

.container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.container.txt_white {
  color: #fff;
}

.container.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container.footer_information {
  color: #ffffff7a;
  justify-content: space-between;
}

.col_1-2 {
  flex: 1;
}

.col_1-2.txt_white {
  color: #fff;
}

.container-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.btn_cta {
  border-radius: 100px;
}

.section_intro {
  min-height: 120vh;
}

.section_aboutus {
  background-color: var(--footer);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section_map {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blc_form {
  color: var(--footer);
  text-align: left;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
  padding: 20px 40px 30px;
}

.h2_form {
  font-size: 24px;
}

.blc_buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button {
  border: 1px solid var(--highlight);
  color: var(--highlight);
  border-radius: 10px;
  padding: 20px 36px;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.button:hover {
  border-color: var(--highlight);
  background-color: var(--highlight);
  color: #fff;
}

.button.cta_solid {
  background-color: var(--highlight_hover);
  color: #fff;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.button.cta_solid:hover {
  background-color: var(--highlight);
  box-shadow: 0 2px 60px #2248ef80;
}

.button.cta_solid.smaller {
  padding: 12px 24px;
}

.button.cta_solid.wide {
  padding: 12px 48px;
}

.button.outli_ewhite {
  border-color: var(--feature);
  color: var(--feature);
}

.img_hero {
  z-index: 100;
  background-color: #eee;
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}

.section {
  z-index: 1;
  background-color: var(--feature);
  margin-top: -40px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.col_1-4 {
  flex: 1;
  position: relative;
}

.col_1-4.txt_white {
  color: #fff;
}

.col_1-1 {
  flex: 1;
  position: relative;
}

.col_1-1.txt_white {
  color: #fff;
}

.col_1-3 {
  flex: 1;
  position: relative;
}

.col_1-3.txt_white {
  color: #fff;
}

.section_contact {
  background-color: var(--footer);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.blc_lnk_service {
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px 30px;
  text-decoration: none;
  transition: all .4s;
  box-shadow: 0 2px 60px #c7f9ff33;
}

.blc_lnk_service:hover {
  background-color: #ffffff8a;
  transform: translate(0, -4px);
}

.blc_lnk_service.no-link {
  box-shadow: none;
  cursor: default;
}

.blc_lnk_service.no-link:hover {
  background-color: #fff;
  transform: none;
}

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

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

.txt_subtitle {
  opacity: .6;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
}

.vertical {
  flex-flow: column;
  display: flex;
}

.vertical.gap_20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.vertical.gap_10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.blc_padding40px {
  width: 100%;
  height: 40px;
}

.section_footer {
  background-color: var(--dark-footer);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_footer.thanks {
  position: relative;
  top: -30px;
}

.blc_txt_footer {
  width: 100%;
  font-size: 14px;
}

.blc_txt_footer.align-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_service {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_service.colour {
  background-color: var(--feature);
}

.section_feature {
  background-color: var(--feature);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.blc_feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature_icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.feature_icon.easybooking {
  background-image: url('../images/easy-cleaning.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_icon.samestaff {
  background-image: url('../images/hearts.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_icon.schedule {
  background-image: url('../images/schedule.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_icon.easypayments {
  background-image: url('../images/invoice.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_about-a {
  background-color: #eee;
  background-image: url('../images/about-cleaning.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.img_about-b {
  background-color: #eee;
  width: 100%;
  min-height: 200px;
  position: relative;
}

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

.txt_feature_with_icon {
  background-image: url('../images/tick.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 24px;
  line-height: 1.4;
}

.txt_feature_with_icon.white {
  background-image: url('../images/tick-white.svg');
}

.title_highlight {
  color: var(--highlight);
}

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

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.blc_footer_txt_white {
  color: #fff;
}

.img_map {
  background-color: #eee;
  background-image: url('../images/where.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 500px;
  position: relative;
}

.lnk-footer {
  color: #ffffffab;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  transition: border .4s;
}

.lnk-footer:hover {
  border-bottom-color: #fff0;
}

.h3_active {
  color: var(--highlight);
}

.img_service-a {
  background-color: #eee;
  background-image: url('../images/office-cleaning.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 450px;
  position: relative;
}

.img_service-b {
  background-color: #eee;
  background-image: url('../images/house-cleaning.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.img_service-c {
  background-color: #eee;
  background-image: url('../images/commercial-cleaning.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 400px;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.brand {
  padding-left: 0;
}

.h2_white {
  color: var(--feature);
}

.inputfield {
  background-color: var(--feature);
  border-radius: 10px;
}

.inputfield.input_error {
  border: 1px solid red;
}

.blc_padding20px {
  width: 100%;
  height: 20px;
}

.allcaps {
  color: var(--highlight);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 27px;
}

.nav-link {
  transition: color .4s cubic-bezier(.645, .045, .355, 1);
}

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

.rich {
  max-width: 640px;
}

.img_docs {
  z-index: 100;
  background-color: #eee;
  background-image: url('../images/docs.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
}

.form-lnk {
  color: #000;
  border-bottom: 1px dashed #000;
  text-decoration: none;
  transition: border .4s ease-in-out;
}

.form-lnk:hover {
  border-bottom-color: #0000;
}

.form-required-sign {
  color: #ff0004;
}

.checkbox {
  -webkit-appearance: auto;
  appearance: auto;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 6px;
}

.checkbox-day {
  margin-bottom: 2px;
}

.field-label {
  margin-top: 10px;
  margin-bottom: 4px;
}

.body-thankyou {
  height: 100vh;
}

.img_thanks {
  z-index: 100;
  background-color: #eee;
  background-image: url('../images/glove.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}

.containerfooter {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.containerfooter.txt_white {
  color: #fff;
}

.containerfooter.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.containerfooter.footer_information {
  color: #ffffff7a;
  justify-content: space-between;
}

.p-small {
  max-width: 480px;
  font-size: 13px;
  line-height: 1.5;
}

.p_error {
  color: #ff0004;
  position: relative;
}

.footer4_social-link {
  color: #000;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

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

.icon-embed-small:hover {
  color: #f8b42b;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
  }

  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container.mobile-switch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .brand {
    flex: 1;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: var(--highlight);
    background-color: #c8c8c800;
  }

  .nav-link {
    background-color: var(--feature);
    border-top: 1px solid #2248ef24;
  }

  .nav-link.last {
    border-bottom: 1px solid var(--highlight);
  }

  .containerfooter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .containerfooter.mobile-switch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 20px;
  }

  .section_hero {
    padding-bottom: 40px;
  }

  .logotypetobeplacedhere {
    width: auto;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.footer_information {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.mobile-switch {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .button.cta_solid.smaller {
    padding: 10px 16px;
  }

  .img_hero {
    min-height: 300px;
  }

  .blc_lnk_service {
    padding: 4px 10px 10px 12px;
  }

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

  .blc_padding40px {
    display: none;
  }

  .section_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blc_txt_footer {
    flex-flow: column;
  }

  .blc_txt_footer.align-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
  }

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

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

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

  .div-block-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .heading {
    font-size: 36px;
  }

  .menu-button {
    background-color: #c8c8c800;
  }

  .menu-button.w--open {
    color: var(--highlight);
    background-color: #fff;
  }

  .img_docs, .img_thanks {
    min-height: 300px;
  }

  .containerfooter {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerfooter.footer_information {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .containerfooter.mobile-switch {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
  }

  .logotypetobeplacedhere {
    max-width: 80px;
  }

  .container-menu {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blc_form {
    border-radius: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blc_buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button.cta_solid.smaller {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button.cta_solid.wide {
    width: 100%;
  }

  .div-block-5 {
    justify-content: space-between;
    width: 100%;
  }

  .brand {
    min-width: 70px;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 12px;
  }

  .checkbox-field {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .checkbox-label {
    flex: 1;
  }
}


