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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 100;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.landing-content {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 35px;
  background-color: #fff;
}

.page_holder {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-bottom: 0px;
  background-color: #ecedee;
}

.nave_bar {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 75px;
  margin-left: 0px;
  padding-right: 50px;
  background-color: #000;
}

.logo-block {
  position: absolute;
  z-index: 200;
  display: none;
  overflow: hidden;
  width: 175px;
  height: 150px;
  margin-left: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d11242;
}

.get-valuation-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 50px;
  margin-top: 0px;
  margin-right: -35px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #d11242;
  text-align: left;
  text-decoration: none;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 52;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Helvetica neue';
  color: #e7e7e7;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.hiden-expand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: block;
  width: 260px;
  height: 100%;
  margin-left: -50px;
  background-color: #d11242;
}

.form_valuation {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.72);
}

.div-block-3 {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 500;
  display: none;
  width: 300px;
  height: 100%;
  margin-left: -50px;
  background-color: #d11242;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  margin-right: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 35px;
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 400px;
  height: 100%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d11242;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.column-3 {
  height: 100%;
  background-image: url('../images/Berkeley-734.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.text-block {
  margin-right: 10px;
  font-family: 'Helvetica neue';
  color: #d11242;
  font-size: 18px;
}

.text-block-2 {
  font-family: 'Helvetica neue';
  color: #2c2c2c;
}

.column-4 {
  height: 100%;
  background-color: #000;
}

.page-load {
  position: fixed;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.black-page-load {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #b40101;
}

.red-page-load {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 750px;
}

.image-3 {
  margin-bottom: 16px;
}

.heading {
  width: 50vw;
  font-family: 'Helvetica neue';
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 300;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3 {
  margin-top: 37px;
  font-family: 'Helvetica neue';
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 300;
}

.text-span {
  color: #d11242;
}

.text-span-2 {
  color: #d11242;
}

.paragraph {
  margin-top: 200px;
  margin-left: 50px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Helvetica neue';
  color: #fff;
  font-weight: 300;
}

.image-4 {
  display: block;
}

.valuation {
  position: absolute;
  z-index: 49;
  display: block;
  width: 100%;
  height: 100%;
}

.property-tools {
  display: block;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eee;
}

.valuation-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 15px solid #d11242;
  background-color: #fff;
}

.column-7 {
  height: 100%;
  border-bottom: 15px solid #d11242;
  background-color: #fff;
}

.div-block-7 {
  width: 125px;
  height: 100%;
  background-color: #d11242;
}

.div-block-8 {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-slide {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  line-height: 50px;
}

.agents-name {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 45px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}

.white_header {
  position: absolute;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.white_bar_logo {
  width: 175px;
  margin-left: 175px;
}

.old {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
}

.red-slide-kw-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75px;
  margin-top: 25px;
  margin-left: 25px;
}

.image-5-copy {
  width: 175px;
  margin-left: 175px;
}

.property-tools-heading {
  display: block;
  max-width: 700px;
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 100;
  text-align: right;
}

.button-property-tool {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  padding: 13px 20px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  text-align: left;
  text-decoration: none;
}

.text-block-4 {
  font-family: 'Helvetica neue';
  color: #2e2e2e;
  font-size: 24px;
  line-height: 24px;
}

.about-text-area {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  max-width: 700px;
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  display: none;
  font-family: 'Helvetica neue';
  font-size: 20px;
}

.form-block {
  width: 100%;
  margin-top: 19px;
}

.submit-button {
  padding: 15px 30px;
  background-color: #000;
  font-family: 'Helvetica neue';
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}

.text-field {
  margin-bottom: 25px;
}

.red-back-ground {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 146px;
  height: 130px;
  background-color: #b40101;
}

.valuation-button {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 100px 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px none #fff;
  background-color: #b40101;
  font-family: 'Helvetica neue';
  color: #e7e7e7;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.left-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: auto;
  margin-top: 35px;
  margin-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-5 {
  width: 75px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
}

.logo-red {
  position: relative;
  width: 75px;
  margin-left: 0px;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 300;
  text-align: center;
}

.text-block-5 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  margin: 0px auto 60px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.text-block-6 {
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.text-span-3 {
  color: #b40101;
}

.text-span-4 {
  color: #b40101;
}

.get-started {
  position: relative;
  z-index: 40;
  overflow: hidden;
  width: auto;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  background-color: #b40101;
  text-decoration: none;
  cursor: pointer;
}

.text-block-7 {
  position: relative;
  z-index: 4;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.heading-3 {
  font-family: 'Helvetica neue';
  font-weight: 300;
}

.paragraph-3 {
  font-family: 'Helvetica neue';
  line-height: 18px;
  font-weight: 300;
}

.slider {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(transparent)), url('../images/Berkeley-734.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), transparent), url('../images/Berkeley-734.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

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

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), color-stop(67%, transparent)), url('../images/Berkeley-73.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), transparent 67%), url('../images/Berkeley-73.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), color-stop(67%, transparent)), url('../images/Berkeley-Feature.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), transparent 67%), url('../images/Berkeley-Feature.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), color-stop(67%, transparent)), url('../images/Berkeley-95.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), transparent 67%), url('../images/Berkeley-95.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.div-block-13 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), color-stop(60%, transparent)), url('../images/Berkeley-73.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 60%), url('../images/Berkeley-73.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.menu-section {
  position: fixed;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
}

.menu-coluns {
  position: absolute;
  z-index: 49;
  display: block;
  width: 100%;
  height: 100%;
}

.menu-operation-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e0e0e2;
}

.menu-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 15px none #d11242;
  background-color: #fff;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 70vh;
  margin-left: 96px;
}

.menu-holder-container {
  width: 80%;
  max-width: 325px;
}

.menu-logo {
  width: 80%;
  margin-left: 0px;
}

.menu-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px none #c7c7c7;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.menu-link.last {
  margin-bottom: 0px;
}

.menu-link.last.page-close-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  color: #b40101;
  font-size: 18px;
  font-weight: 500;
}

.menu-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-weight: 300;
}

.menu-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 0px auto 25px;
  padding-top: 25px;
  padding-bottom: 0px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px none #c7c7c7;
}

.menu-link-footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-weight: 300;
}

.slider_cover_text {
  text-align: center;
}

.menu-hamburger {
  position: absolute;
  display: block;
  width: 40px;
}

.valuation-slide-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 30%;
  height: 100%;
  margin-top: 85px;
  background-color: transparent;
}

.text-span-5 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

.text-span-6 {
  font-weight: 500;
}

.valuation-block {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  width: 300px;
  height: 50px;
  margin-top: 85px;
  margin-right: -35px;
  background-color: #d11242;
}

.valuation-text-get {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.valuation-show {
  width: 400px;
  height: 100vh;
}

.valuation-section {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 25%;
  height: auto;
  margin-top: 73px;
  margin-right: 0px;
  padding: 50px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Helvetica neue';
  color: #e7e7e7;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: none;
  width: 30px;
  margin-right: 30px;
}

.valaution-step-one-container {
  position: absolute;
  display: block;
  width: 80%;
  text-align: left;
}

.text-span-7 {
  color: #b40101;
}

.text-block-10 {
  font-family: Roboto, sans-serif;
  color: #3d3d3d;
  font-weight: 500;
}

.tab-link-tab-1 {
  z-index: 2;
  border-style: none none solid;
  border-width: 1px;
  border-color: #a8a8a8;
  background-color: #fff;
  color: #fff;
}

.tab-link-tab-1.w--current {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #a8a8a8;
  background-color: #f0f0f0;
}

.tab-pane-tab-1 {
  background-color: #dddada;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #a8a8a8;
  background-color: #f0f0f0;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-content {
  margin-top: -1px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a8a8a8;
  background-color: #f0f0f0;
}

.form-field {
  display: none;
  height: 40px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.form-field.step2 {
  margin-top: 15px;
}

.next-slide-buttton {
  width: 60px;
  height: 40px;
  background-color: #b40101;
  background-image: url('../images/go-icon_1go-icon.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.form-block-2 {
  margin-bottom: 0px;
}

.tabs {
  margin-top: 35px;
  margin-bottom: 30px;
}

.tabs-menu {
  z-index: 2;
  color: transparent;
}

.count_box_conaitner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  position: absolute;
  z-index: 2;
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a8a8a8;
  border-radius: 25px;
  background-color: #fff;
}

.div-block-17 {
  position: relative;
  display: none;
  width: 1px;
  height: 100%;
  margin-left: 24px;
  background-color: #a8a8a8;
}

.paragraph-4 {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 26px;
}

.text-span-8 {
  color: #b40101;
  font-weight: 400;
}

.text-block-12 {
  font-family: Roboto, sans-serif;
  color: #b40101;
  font-size: 30px;
  font-weight: 500;
}

.heading-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-left: 150px;
}

.hello {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 80px;
  margin-left: 150px;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.41);
  font-size: 30vw;
  line-height: 30vw;
  font-weight: 500;
}

.text-span-9 {
  padding-right: 5px;
  color: #b40101;
  font-weight: 300;
}

.text-span-10 {
  padding-right: 5px;
  color: #b40101;
  font-weight: 500;
}

.text-span-11 {
  padding-right: 5px;
  color: #b40101;
  font-weight: 300;
}

.slider-reviews {
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.reviews-slide {
  position: fixed;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.slide-5 {
  height: 100vh;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Berkeley-73.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mask {
  height: 100vh;
}

.slider-3 {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-left: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.slide-6 {
  background-image: url('../images/Berkeley-Feature.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ccc;
  background-image: linear-gradient(201deg, #cecece, #fff);
}

.review-holder {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 63;
  width: 80%;
  height: 70vh;
  max-height: none;
  background-color: #fff;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 300;
}

.heading-6 {
  max-width: 550px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 2vw;
  line-height: 2.3vw;
  font-weight: 300;
}

.slide-7 {
  width: 50%;
}

.left-arrow-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 90%;
  background-color: #fff;
}

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

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.icon {
  color: #a0a0a0;
}

.icon-2 {
  color: #a0a0a0;
}

.menu-controller-area {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 24px;
  margin-left: -65px;
  background-color: transparent;
}

.navigation-holder {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: block;
  width: auto;
  height: 50px;
  margin-top: 73px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px none #fff;
  background-color: #b40101;
  font-family: 'Helvetica neue';
  color: #e7e7e7;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.valuation-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1002;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-section {
  position: fixed;
  z-index: 400;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.close-reviews {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sell-with-section {
  background-image: url('../images/menu-logo.svg');
}

.about-agent-columns {
  width: 100%;
  height: 100vh;
}

.about-agent-column-left {
  height: 100vh;
  padding-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(48%, transparent)), url('../images/Berkeley-73.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 48%), url('../images/Berkeley-73.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-agent-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
}

.close-about-agent {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.image-10 {
  position: absolute;
  left: -7%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 150;
      width: 27%;
    max-width: 200px;
  margin-right: -145px;
  margin-left: -123px;
}

.about-content {
  width: 75%;
  max-width: none;
}

.about-slide-text {
  color: #666;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.about-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 300;
}

.about-heading.grey {
  color: #666;
}

.columns {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: 85px;
}

.column-9 {
  height: 100%;
  background-color: #fff;
}

.valution-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.review-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
}

.in-touch-button {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  text-decoration: none;
}

.search-section {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  width: 650px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.search-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b40101;
  text-decoration: none;
}

.serch-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 100%;
  margin-right: -575px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.14);
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-field {
  width: 60%;
  height: 60px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.search-field.radius {
  position: relative;
  width: 45%;
  height: 40px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #fff;
  color: #8f8f8f;
}

.search-field.radius.second {
  margin-left: 20px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.search-text-title {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.search-icon {
  position: absolute;
  width: 24px;
}

.search-block-image-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-search-icon {
  position: absolute;
  display: none;
  width: 18px;
}

.valaution-step-two-container {
  position: absolute;
  display: none;
  width: 80%;
  text-align: left;
}

.calendar-goes-here {
  width: 100%;
  height: 250px;
  background-color: #f7f7f7;
}

.valuations-submit {
  width: 100%;
  margin-top: 15px;
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.landing-page-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

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

.slide-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(transparent)), url('../images/Berkeley-73.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent), url('../images/Berkeley-73.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(transparent)), url('../images/Berkeley-Feature.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent), url('../images/Berkeley-Feature.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(transparent)), url('../images/Berkeley-95.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), transparent), url('../images/Berkeley-95.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.about-section-new {
  position: fixed;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.in-page-body-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ccc;
  background-image: linear-gradient(132deg, #ccc, #fff);
}

.menu-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100vh;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.serch-holder-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 100%;
  margin-right: -690px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.14);
}

.submit-button-2 {
  width: 60px;
  height: 40px;
  background-color: #d11242;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.menu-holder-container-2 {
  width: 100%;
}

.new-menu-section {
  position: fixed;
  z-index: 200;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.display-area {
  position: relative;
  width: 75%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f6f6f6;
}

.menu-area-a {
  position: relative;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 15px none #d11242;
  background-color: #fff;
}

.div-block-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 100vh;
  background-color: #b40101;
}

.review-insert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars {
  width: 100%;
  margin-bottom: 35px;
  text-align: left;
}

.star {
  width: 20px;
  margin-right: 2px;
  margin-left: 2px;
}

.right-arrow-4 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  background-color: #fff;
}

.mask-2 {
  padding-right: 50px;
  padding-left: 50px;
}

.review-heading {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.review-slide {
  width: 50%;
  text-align: center;
}

.review-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: left;
}

.review-content {
  width: 90%;
  max-width: 400px;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin-top: -25px;
  margin-left: -25px;
  border-top: 25px solid #b40101;
  border-left: 25px solid #b40101;
  background-color: #fff;
}

.review-holder-insert {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 63;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  max-height: none;
  background-color: #fff;
}

.selling-column-left {
  height: 100vh;
  padding-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(99%, transparent)), url('../images/sell-page-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 99%), url('../images/sell-page-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.btn-content {
  position: relative;
  z-index: 2;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 300;
}

.btn-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #b40101;
}

.buy-with-section {
  position: fixed;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/kw-red_1kw-red.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.buy-with-columns {
  width: 100%;
  height: 100vh;
}

.buy-with-column-left {
  height: 100vh;
  padding-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  background-image: url('../images/ipad.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.buy-with-column-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  padding-top: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc;
  background-image: linear-gradient(223deg, #c1c1c1, #fff);
}

.buy-with-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -11px;
  color: #4c484e;
  font-size: 7em;
  line-height: 1.3em;
  font-weight: 100;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.red_line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 100%;
  background-color: #dbdbdb;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-heading-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -11px;
  color: #666;
  font-size: 10vh;
  line-height: 11vh;
}

.paragraph-5 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.grey-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 5px;
  height: 100vh;
  background-color: #828282;
}

.div-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.red-horizontal-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 10px;
  background-color: #b40101;
}

.valuation-white-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #b40101;
  border-left: 5px solid #ccc;
  background-color: #fff;
}

.valuation-white-box.noscrollbar {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.red-vertical-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 15px;
  height: 50px;
  background-color: #d11242;
}

.valuation-text-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.div-block-26 {
  overflow: hidden;
}

.close-menu-a {
  position: absolute;
  display: none;
  width: 25px;
}

.close-reviews-btn {
  position: absolute;
  display: block;
  width: 25px;
}

.close-sell {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-sell-btn {
  position: absolute;
  display: block;
  width: 25px;
}

.close-buy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-buy-btn {
  position: absolute;
  display: block;
  width: 25px;
}

.page-close {
  position: fixed;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.internal-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 35px;
  background-color: #fff;
}

.internal-page-content-holder {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 0px;
  background-color: #ecedee;
}

.landing-page-slider-copy {
  position: relative;
  width: 100%;
  height: 100vw;
}

.about-page-container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.internal-page-holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.about-hero-section {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.about-content-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 80vh;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-hero-paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.heading-7 {
  max-width: 40vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 300;
}

.header-red {
  color: #b40101;
}

.about-secod-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 70vh;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-bottom: 45px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.stat-holder-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stat-holder-insert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 10px 1px 1px;
  border-color: #b40101 #cacaca #cacaca #cacaca;
  border-radius: 0px;
  background-color: #fff;
}

.stat-holder-insert.lower {
  margin-top: 60px;
}

.stat-holder-insert.middle {
  margin-top: 15px;
}

.stat-holder-insert.second {
  background-color: #d11242;
}

.stat-holder-description {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.stat-holder-description.white {
  color: #fff;
}

.stats-counter {
  color: #000;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 700;
}

.stats-counter.white {
  color: #fff;
  font-size: 10vw;
  line-height: 10vw;
}

.stat-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-28 {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.div-block-29 {
  width: 60%;
  height: 80px;
  border-bottom: 1px solid #fff;
  background-color: #d11242;
}

.div-block-29-copy {
  width: 75%;
  height: 80px;
  border-bottom: 1px solid #fff;
  background-color: #d11242;
}

.div-block-29-copy-copy {
  width: 45%;
  height: 80px;
  background-color: #d11242;
}

.heading-9 {
  font-family: Roboto, sans-serif;
}

.columns-2 {
  width: 100%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid #e3e3e3;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.image-12 {
  width: 70%;
}

.div-block-30 {
  position: absolute;
  width: 100%;
  padding: 50px;
  background-color: hsla(0, 0%, 100%, 0.17);
}

.about-third-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: auto;
  max-width: none;
  min-height: 70vh;
  margin-top: 200px;
  margin-bottom: 145px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-left: 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/keller-board-min.png');
  background-position: 50% 100%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px 45px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #b4b4b4;
}

.heading-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

.about-hero-paragraph-second {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.div-block-31 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 100%;
  height: 135px;
  border-style: none solid solid;
  border-width: 1px 35px 35px;
  border-color: silver #fff #fff;
  background-color: transparent;
}

.reasons-paragraph {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.page-scroll-holder {
  position: relative;
  display: block;
  overflow: scroll;
  width: 60vw;
  height: 100%;
  max-width: none;
  margin-top: 110px;
  margin-left: 100px;
}

.text-span-6-copy {
  color: #333;
  font-weight: 500;
}

.text-block-6-copy {
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.heading-7-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 0px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.text-span-12 {
  color: #d11242;
}

.div-block-32 {
  width: 100%;
  height: 100px;
  border-top: 5px none #d11242;
}

.div-block-33 {
  display: none;
  width: 100%;
  height: 200px;
  background-image: url('../images/gradient.png');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-34 {
  position: relative;
  height: 300vh;
}

.ad-1 {
  position: relative;
  display: none;
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ad-container {
  position: relative;
  top: 0px;
  max-width: 1000px;
}

.ad-spacer {
  height: 200vh;
}

.ad-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ad-2.agent-scroll-trigger {
  display: none;
}

.the-stats {
  position: relative;
  width: 100%;
  padding: 0px;
  background-color: transparent;
}

.ad-3 {
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
}

.ad-3.agent-scroll-trigger {
  display: none;
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.kw-sign {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 200px;
  height: auto;
  margin-top: 20px;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px 0px 100px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #b4b4b4;
}

.column-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px 15px 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.ad-container-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  max-width: 1000px;
}

.search-section-copy {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 450px;
  height: auto;
  margin: -43px 15px 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.serch-holder-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding: 25px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.search-button-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d11242;
  text-decoration: none;
}

.div-block-20-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-text-title-copy {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
}

.search-block-image-holder-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-icon-copy {
  position: absolute;
  width: 30px;
}

.close-search-icon-copy {
  position: absolute;
  display: none;
  width: 18px;
}

.div-block-36 {
  position: relative;
  display: none;
  width: 100px;
  height: 100px;
  margin-bottom: 42px;
  border-radius: 75px;
  background-image: url('../images/Agent---CutOut-min.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.agents-name-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.search-form-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.property-tools-heading-copy {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 100;
  text-align: right;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), color-stop(66%, transparent)), url('../images/Berkeley-73.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), transparent 66%), url('../images/Berkeley-73.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 120px;
}

.heading-12 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.submit-button-3 {
  background-color: #d11242;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.image-14 {
  width: 200px;
  height: 200px;
  margin-bottom: -28px;
  border-radius: 75px;
  background-color: #fff;
}

.heading-13 {
  color: #666;
}

.heading-14 {
  font-family: Roboto, sans-serif;
  color: #666;
  font-weight: 500;
}

.next-slide-buttton-copy {
  width: 60px;
  height: 40px;
  background-color: #b40101;
  background-image: url('../images/go-icon_1go-icon.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.multiple-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.property-section {
  position: fixed;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/menu-logo.svg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.property-search-section {
  width: 100%;
  height: 15vh;
  background-color: #ccc;
}

.property-display-section {
  overflow: scroll;
  width: auto;
  height: 100%;
  padding-top: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin: 1vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.property-holder_no_ani {
  width: 100%;
  height: auto;
  padding: 25px;
  border-style: none;
  border-width: 1px;
  border-color: #b40101;
}

.image-15 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-15 {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}

.link {
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #b40101;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.rich-text-block {
  font-family: Roboto, sans-serif;
}

.image-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-right: 10px;
  margin-bottom: 10px;
}

.image-holder {
  position: relative;
  height: 250px;
}

.price-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 15px;
  margin-right: 15px;
}

.price-holder {
  padding: 15px;
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.image-17 {
  width: 20px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.collection-list-wrapper {
  overflow: visible;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.text-span-13 {
  color: #b40101;
  font-weight: 400;
}

.heading-16 {
  margin-top: 0px;
  text-align: center;
}

.search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-slide-copy {
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  line-height: 50px;
}

.only-show-on-portfolio {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
}

.agents-name-copy {
  width: 300%;
  margin-top: 0px;
  margin-bottom: 250px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

.agents-name-copy-copy {
  width: 300%;
  margin-top: 0px;
  margin-bottom: 250px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
}

.close-properties {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-properties-btn {
  position: absolute;
  display: block;
  width: 25px;
}

.view-properties {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  text-decoration: none;
}

.text-block-13 {
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.image-18 {
  height: 30px;
}

.search-section-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: block;
  width: 650px;
  height: 180px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.paragraph-5-copy {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.property-page-container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 35px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.property-page-holder {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: auto;
  margin: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.property-scroller {
  position: relative;
  display: block;
  overflow: scroll;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-left: 0px;
}

.property-image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-19 {
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-40 {
  width: 50%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.51);
}

.image-6-copy {
  width: 50px;
  margin-left: 0px;
}

.left-logo-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 35px;
  margin-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.social-holder {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 120;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.social-link {
  margin-right: 15px;
}

.social-image {
  width: 30px;
}

.about-hero-section-copy {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ccc;
  background-image: url('../images/mark-large.png'), linear-gradient(138deg, #ccc, hsla(0, 0%, 80%, 0));
  background-position: 100% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.count_up {
  color: #333;
  font-size: 2.75vw;
  font-weight: 700;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: scroll;
  height: 80vh;
}

.section {
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 80vh;
}

.section-2 {
  position: fixed;
  width: 100%;
  height: 70vh;
}

.reason-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-20 {
  width: 30px;
  color: #00ff59;
}

.ad-3-copy {
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
}

.ad-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ad-4.agent-scroll-trigger {
  display: none;
}

.heading-7-copy-copy {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.image-21 {
  width: 80%;
}

.image-21-copy {
  width: 80%;
  margin-bottom: 20px;
}

.div-block-35-copy {
  position: relative;
  width: 100%;
  padding: 50px;
  background-color: transparent;
}

.ad-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 5px solid #666;
  background-color: #ebebeb;
}

.ad-5.section {
  display: none;
  overflow: hidden;
}

.div-block-42 {
  width: 100%;
  height: 50px;
}

.image-22 {
  width: 50%;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
}

.heading-7-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-14 {
  color: #b40101;
}

.stat-holder-insert-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: #d11242 #cacaca #cacaca;
  border-radius: 0px;
  background-color: #fff;
}

.stat-holder-insert-copy.lower {
  margin-top: 60px;
}

.stat-holder-insert-copy.middle {
  margin-top: 15px;
}

.stat-holder-insert-copy.second {
  background-color: #d11242;
}

.stat-holder-insert-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: #d11242 #cacaca #cacaca;
  border-radius: 0px;
  background-color: #fff;
}

.stat-holder-insert-copy.lower {
  margin-top: 60px;
}

.stat-holder-insert-copy.middle {
  margin-top: 15px;
}

.stat-holder-insert-copy.second {
  background-color: #d11242;
}

.stat-holder-insert-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: #d11242 #cacaca #cacaca;
  border-radius: 0px;
  background-color: #fff;
}

.stat-holder-insert-copy.lower {
  margin-top: 60px;
}

.stat-holder-insert-copy.middle {
  margin-top: 15px;
}

.stat-holder-insert-copy.second {
  background-color: #d11242;
}

.value-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: #d11242 #cacaca #cacaca;
  border-radius: 0px;
  background-color: #fff;
}

.value-holder.lower {
  margin-top: 60px;
}

.value-holder.middle {
  margin-top: 15px;
}

.value-holder.second {
  background-color: #d11242;
}

.property-social-holder {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 60;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.property-social-link {
  margin-right: 5px;
}

.property-social-image {
  width: 20px;
}

.div-block-43 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-17 {
  width: auto;
  max-width: none;
  margin-left: auto;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.text-span-15 {
  color: #b40101;
  text-transform: none;
}

.page-scroll-holder-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 145px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-7-copy-copy-copy {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.menu-button-copy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  text-align: left;
}

.image-23 {
  width: 40px;
}

.menu-social-link {
  margin-right: 10px;
}

.div-block-44 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-3 {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  background-color: #da1212;
}

.contact-agent {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.agent_cntact-right {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100vh;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 5px solid #b40101;
  background-color: #fff;
}

.agent-contact-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.div-block-45 {
  position: absolute;
  width: 175px;
  height: 175px;
  background-color: #b40101;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 5px none #b40101;
  background-color: transparent;
}

.text-field-2 {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.div-block-47 {
  overflow: hidden;
  width: 80%;
  border-bottom: 1px solid #999;
  text-align: center;
}

.div-block-48 {
  position: relative;
  width: 170px;
  height: 170px;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: auto;
  border-radius: 85px;
  background-color: #ccc;
  background-image: url('../images/Mark-Readings-cut-out.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-info {
  position: relative;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.menu-footer-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 0px auto 25px;
  padding-top: 25px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.left-logo-copy {
  position: absolute;
  left: 35px;
  top: 35px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 35px;
  margin-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-contact {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.contact-filed {
  height: 50px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.contact-filed::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.contact-filed:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.contact-filed::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.contact-filed::placeholder {
  font-size: 16px;
  font-weight: 300;
}

.contact-filed.half {
  width: 49%;
}

.contact-filed.half.first {
  height: 50px;
  margin-right: 2%;
}

.submit-button-4 {
  padding: 15px 30px;
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.textarea {
  height: auto;
  max-height: none;
  min-height: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
}

.textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 900px;
  margin-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox {
  width: 35px;
  height: 35px;
  margin-top: 0px;
  padding-left: 0px;
  border-color: #dfdfdf;
  border-radius: 0px;
  background-color: #fff;
  font-size: 40px;
}

.checkbox.w--redirected-checked {
  background-color: #b40101;
  background-size: auto;
}

.checkbox-label {
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #969696;
  font-size: 16px;
  font-weight: 300;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-copy {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 3.5vw;
  font-weight: 300;
  text-align: center;
}

.contact-heading {
  width: 100%;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #4d4d4d;
  font-size: 28px;
  line-height: 2.5vw;
  font-weight: 300;
  text-align: center;
}

.text-span-16 {
  color: #b40101;
}

.div-block-51 {
  background-color: #b40101;
}

.form-3 {
  width: 100%;
  max-width: 800px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  padding-right: 50px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px none #b40101;
  border-bottom: 5px none #b40101;
  border-left: 10px none #b40101;
  background-color: #fff;
  background-image: linear-gradient(134deg, #ccc, #fff);
}

.text-span-17 {
  color: #b40101;
}

.div-block-52 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b40101;
}

.div-block-53 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.property-holder-copy {
  width: 100%;
  height: auto;
  padding: 25px;
  border-style: none;
  border-width: 1px;
  border-color: #b40101;
  background-color: #fff;
}

.columns-5 {
  width: 100%;
}

.column-18 {
  margin-top: 160px;
  padding-right: 20px;
  padding-left: 35px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 25%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.collection-list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.collection-item-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-55 {
  width: 5px;
  background-color: #b40101;
}

.about-hero-section-copy {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.property-container {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-56 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-24 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  border-top: 1px none #fff;
  background-color: transparent;
}

.slider-5 {
  width: 100%;
  height: 80vh;
}

.slide-11 {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.image-25 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
}

.info-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.info-number {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-width: 30px;
  padding-top: 0px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.mask-4 {
  background-color: #fff;
  background-image: url('../images/menu-logo.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.details {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 50;
  margin-top: 0px;
  margin-bottom: 35px;
  margin-left: 35px;
}

.image-26 {
  width: 250px;
}

.tabsystem-property {
  width: 100%;
  height: auto;
  margin-top: 81px;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
}

.image-27 {
  width: 75px;
  border-style: none;
  border-width: 1px;
  border-color: #b40101;
  border-radius: 75px;
  background-color: #ccc;
}

.menu-socials-copy {
  margin-top: 0px;
  padding: 10px 15px;
  background-color: transparent;
  text-align: center;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #696969;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 500;
}

.amenitites {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.beds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  margin-right: 10px;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
}

.image-28 {
  width: auto;
  height: 20px;
}

.paragraph-6 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.showers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 60px;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
}

.tab-link-tab-1-2 {
  width: 23.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-align: center;
}

.tab-link-tab-1-2.w--current {
  display: inline-block;
  width: 23.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b40101;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.tab-link-tab-2-2 {
  width: 23.5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-align: center;
}

.tab-link-tab-2-2.w--current {
  background-color: #b40101;
  color: #fff;
}

.tab-link-tab-3 {
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.tab-link-tab-3.w--current {
  background-color: #b40101;
  color: #fff;
}

.tab-link-tab-3-copy {
  width: 30%;
}

.tab-pane-tab-1-2 {
  height: auto;
  margin-top: 0px;
  padding: 0px 35px 250px;
  border-top: 1px solid #b40101;
  border-bottom: 1px none #000;
}

.text-block-14 {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.text-block-14.current {
  color: #fff;
}

.text-block-15 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-16 {
  color: #333;
  text-align: center;
}

.tab-pane-floor-plan {
  height: auto;
  margin-bottom: 60px;
  border-top: 1px solid #b40101;
}

.tab-pane-map {
  height: 400px;
  border-top: 1px solid #b40101;
}

.div-block-62 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-17 {
  margin-left: 35px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-span-18 {
  font-weight: 500;
}

.tab-link-request-more {
  width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px none #b40101;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.tab-link-request-more.w--current {
  background-color: #b40101;
  color: #fff;
}

.tab-pane-request-more {
  margin-bottom: 0px;
  border-top: 1px solid #b40101;
}

.form-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 50px 50px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px none #b40101;
  border-bottom: 5px none #b40101;
  border-left: 5px none #b40101;
  background-color: #fff;
  background-image: linear-gradient(134deg, #ccc, #fff);
}

.form-3-copy {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rich-text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph-7 {
  line-height: 22px;
}

.scroller-box {
  position: relative;
  width: 60%;
  height: auto;
  max-width: 80%;
  margin-top: 0px;
  margin-left: 35px;
  padding-top: 0px;
  padding-bottom: 35px;
}

.the-reasons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}

.reasons-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reasons-ullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #999;
}

.image-29 {
  width: 70%;
}

.housing-data {
  position: relative;
  width: 100%;
  padding: 100px 0px 0px;
  background-color: transparent;
}

.advert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reasons-paragraph-copy {
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.advert-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.adverts-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  width: 100%;
}

.ad-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 50px;
  margin-left: -35px;
  padding: 15px;
  background-color: #b40101;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.mark-holder {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/gen-left.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-20 {
  width: 250px;
  margin: 0px 70px 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 300;
  text-align: right;
}

.active {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.active.last {
  margin-bottom: 50px;
  padding-top: 150px;
}

.social-types {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 80%;
  margin-top: 20px;
  margin-right: 50px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ccc;
}

.social-block {
  width: 20%;
}

.image-31 {
  position: static;
  width: 35vw;
  margin-top: 20px;
}

.contact {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -1px;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  text-decoration: none;
}

.text-block-13-copy {
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.mark-content-holder {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100vh;
  margin-right: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
}

.content-holder {
  width: 80%;
  margin-left: 0px;
}

.heading-21 {
  font-size: 2.5vw;
  line-height: 3vw;
  font-weight: 300;
}

.text-span-19 {
  color: #b40101;
}

.paragraph-9 {
  line-height: 26px;
  font-weight: 300;
}

.paragraph-10 {
  margin-left: 0px;
  line-height: 26px;
  font-weight: 300;
}

.heading-21-copy {
  margin-top: 40px;
  margin-left: 0px;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 300;
}

.available {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 50px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 150px;
  background-color: #fff;
}

.heading-22 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 1.5vw;
  line-height: 1.9vw;
  font-weight: 300;
  text-align: center;
}

.text-span-20 {
  color: #b40101;
  font-weight: 500;
}

.social-types-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
  margin-right: 50px;
  padding-right: 10px;
  padding-left: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #ccc;
}

.counter {
  color: #b40101;
  font-size: 3.5vw;
}

.count_up-copy {
  color: #b40101;
  font-size: 3.5vw;
}

.counter-value {
  color: #b40101;
  font-size: 3.5vw;
  font-weight: 700;
}

.about-hero-section-copy-copy {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: url('../images/gen-right.png'), linear-gradient(138deg, #ccc, hsla(0, 0%, 80%, 0));
  background-position: 120% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.text-span-21 {
  display: block;
  margin-left: 43px;
  color: #b40101;
}

.section-4 {
  z-index: 300;
  display: none;
  width: auto;
  height: auto;
  background-color: transparent;
  background-image: none;
}

.text-span-22 {
  color: #b40101;
  font-weight: 300;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 30vh;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-65 {
  width: 125px;
  height: 125px;
  border-radius: 70px;
  background-color: #fff;
  background-image: url('../images/KW-Agent---Red-Shirt.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-66 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 225px;
	margin-left: auto;
    margin-right: auto;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.text-span-23 {
  font-size: 28px;
  line-height: 32px;
}

.tabs-menu-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-5 {
  position: fixed;
  z-index: 300;
  display: none;
  background-color: transparent;
  background-image: none;
}

.property-container-copy {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.social-holder-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 120;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.text-span-24 {
  font-weight: 500;
}

.paragraph-11 {
  font-size: 16px;
  line-height: 26px;
}

.text-span-25 {
  color: #b40101;
}

.text-span-26 {
  color: #b40101;
}

.text-block-6-copy {
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 300;
}

.text-span-6-copy {
  color: #3d3d3d;
  font-weight: 500;
}

.text-block-6-copy-copy {
  margin-top: 35px;
  font-family: Roboto, sans-serif;
  color: #3d3d3d;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.redline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 10px;
  background-color: #b40101;
}

.text-block-18 {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.menu-social-link-copy {
  margin-right: 5px;
  margin-left: 5px;
}

.menu-social-link-copy {
  margin-right: 10px;
}

.menu-social-link-copy {
  margin-right: 10px;
}

.menu-social-link-copy {
  margin-right: 10px;
}

.image-32 {
  width: 300px;
}

.div-block-68 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 250px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent);
}

.menu-footer-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #c7c7c7;
  border-bottom: 1px none #c7c7c7;
}

.menu-link-footer-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-weight: 300;
}

.menu-link-footer-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-weight: 300;
}

.menu-link-footer-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-weight: 500;
}

.contact-info-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-footer-copy-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 0px auto 10px;
  padding-top: 25px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.menu-socials-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  text-align: left;
}

.link-block-3 {
  font-family: Roboto, sans-serif;
}

.text-block-19 {
  margin-top: 2px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.image-33 {
  width: 100%;
}

.red-slide-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 125px;
  height: 100%;
  max-width: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  line-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.agents-name-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 45px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
}

.div-block-44-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.red-slide-kw-logo-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 75px;
  margin-top: 25px;
  margin-left: 25px;
}

.about-holder-block {
  
  display: block;
  height: auto;
   margin-top: 150px;
  margin-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.six-reasons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mouse {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b40101;
  border-radius: 11px;
}

.mouse-holder {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-69 {
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-left: 0px;
  border-radius: 5px;
  background-color: #333;
}

.menu-socials-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 65;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  text-align: left;
}

.menu-socials-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  text-align: left;
}

.menu-socials-copy-copy {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  text-align: left;
}

.text-block-19-copy {
  margin-top: 2px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.div-block-70 {
  	display: flex;
    width: 50%;
    min-height: 100%;
	height: auto;
    overflow: auto;
    margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	scrollbar-width: none!important;
}

.image-34 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 300px;
  margin-left: -34px;
}

.div-block-71 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-72 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  margin: 20px 0px 30px;
}

.paragraph-12 {
  position: static;
  width: 100%;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.div-block-73 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 100%;
  border-style: none none none solid;
  border-width: 20px;
  border-color: #fff;
  background-image: url('../images/Berkeley-73.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.image-35 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 200px;
  margin-bottom: 25px;
  margin-left: 25px;
}

.div-block-74 {
  width: 70%;
  margin-top: 20px;
}

.div-block-75 {
  position: relative;
  height: 400px;
  border-left: 5px solid #b40101;
  background-image: linear-gradient(355deg, rgba(0, 0, 0, 0.61), transparent), url('../images/Berkeley-Feature.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-20 {
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.div-block-77 {
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #b40101;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-78 {
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 50px;
  background-image: url('../images/Berkeley-95.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-79 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40%;
  height: auto;
  margin-bottom: -75px;
  margin-left: 50px;
  padding: 30px;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.div-block-79-copy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40%;
  height: auto;
  margin-top: -50px;
  margin-bottom: -75px;
  margin-left: auto;
  padding: 30px;
  background-color: #b40101;
}

.paragraph-12-copy {
  position: static;
  width: 100%;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.text-block-21 {
  font-family: Roboto, sans-serif;
  font-size: 200px;
}

.image-36 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 60px;
  margin-top: -20px;
  margin-left: -20px;
}

.text-span-28 {
  font-weight: 400;
  text-align: right;
}

.paragraph-12-copy {
  position: static;
  width: 100%;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.s {
  position: static;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  text-align: right;
}

.paragraph-13 {
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-12-copy {
  position: static;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.paragraph-12-copy-copy {
  position: static;
  width: 100%;
  font-style: normal;
  font-weight: 300;
  text-align: left;
}

.paragraph-12-copy-copy-copy {
  position: static;
  width: 100%;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.div-block-80 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-bottom: -20px;
  margin-left: -20px;
  padding: 10px;
  background-color: #ccc;
}

.div-block-81 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-83 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-image: url('../images/KW-Agent---Red-Shirt.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-29 {
  font-weight: 400;
}

.text-span-30 {
  font-weight: 400;
}

.text-span-31 {
  font-weight: 400;
}

.text-span-32 {
  font-weight: 400;
}

.text-span-33 {
  font-weight: 400;
}

.property-socials {
  margin-top: 0px;
  padding: 10px 15px;
  background-color: transparent;
  text-align: center;
}

.agent-profile-property {
  position: static;
  width: 100px;
  height: 100px;
  margin-left: 0px;
  border-radius: 50px;
  background-color: #e7e7e7;
  background-image: url('../../images/cut-out.png');
  background-position: 0px 0px;
  background-size: cover;
}

.agent-profile-property.square {
  height: 100%;
  min-width: 150px;
  border-radius: 0px;
  background-image: url('../../images/cut-out.png');
}

.content-fixed-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.property-agent-block-text {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  margin: 15px auto 15px 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none #c7c7c7;
  border-bottom: 1px none #c7c7c7;
  text-align: center;
}

.agent-contact-area-property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.heading-23 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b40101;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.div-block-84 {
  margin-top: 30px;
}

.agent-business-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f0f0;
  text-align: center;
}

.agent-business-card-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: 0px;
  margin-left: -20px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
}

.agent-contact-area-property-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.html-embed {
  margin-top: 50px;
}

.red-slid {
  position: relative;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  line-height: 50px;
}

.search-biutton {
  position: relative;
  width: 60px;
  height: auto;
  margin-left: 15px;
  clear: right;
  background-color: #b40101;
  background-image: url('../images/go-icon_1go-icon.png');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.text-block-22 {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  font-weight: 300;
}

.review-intro {
  display: none;
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: 300;
  text-align: left;
}

.text-block-23 {
  line-height: 24px;
  font-weight: 300;
}

.text-block-24 {
  line-height: 24px;
  font-weight: 300;
}

.text-block-25 {
  line-height: 24px;
  font-weight: 300;
}

.text-block-26 {
  line-height: 24px;
  font-weight: 300;
}

.paragraph-14 {
  line-height: 24px;
}

.left-arrow-5 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-left: 15px;
  background-color: #b40101;
}

.right-arrow-5 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-right: 15px;
  margin-bottom: auto;
  background-color: #b40101;
}

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

.logo-text {
  position: relative;
  width: 175px;
  margin-left: 0px;
}

.paragraph-15 {
  line-height: 24px;
}

.buy-socials {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 25px;
  text-align: left;
}

.buy-with-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/ipad.png');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.buy-with-right {
  width: 60%;
}

.div-block-86 {
  width: 90%;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}

.text-block-19-copy {
  margin-top: 2px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.paragraph-16 {
  line-height: 22px;
}

.white-out {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: #fff;
  background-image: url('../images/menu-logo.svg');
  background-position: 50% 50%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.link-2 {
  color: #b40101;
  text-decoration: none;
}

.red-slide-copy-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 51;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 125px;
  height: 100%;
  max-width: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
  line-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu-bubble {
  display: none;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/KW-Agent---Red-Shirt.png');
  background-position: 0px 0px;
  background-size: cover;
}

.red-back-ground-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 146px;
  height: 130px;
  background-color: #b40101;
}

.div-block-88 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b40101;
}

.image-37 {
  width: 80%;
}

.div-block-90 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-91 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-92 {
  position: relative;
  z-index: 5;
  width: 110%;
  height: auto;
  margin-top: 34px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #b40101;
}

.new-red-name {
  max-width: 40vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 300;
}

.text-span-34 {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.heading-normal {
  max-width: 50vw;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 20px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

.about-profile {
  position: relative;
  z-index: 2;
  width: 30vh;
  height: 30vh;
  min-width: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 0%;
  background-color: #adadad;
  background-image: url('../images/Mark-Readings-cut-out.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-93 {
  width: 150px;
  height: 150px;
  margin-bottom: -15px;
  border-radius: 50%;
  background-color: #ddd;
  background-image: url('../images/markreadings-profile.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

.div-block-94.square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.paragraph-17 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.text-span-35 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}

.val-check {
  font-family: Roboto, sans-serif;
  color: #686868;
  font-size: 14px;
  line-height: 14px;
}

.div-block-95 {
  padding: 10px;
  background-color: #f3f3f3;
}

.checkbox-field-2 {
  margin-bottom: 10px;
  line-height: 16px;
}

.checkbox-field-3 {
  margin-bottom: 0px;
  line-height: 16px;
}

.checkbox-field-4 {
  margin-bottom: 10px;
  line-height: 16px;
}

.checkbox-2 {
  margin-top: 2px;
}

.submit-button-5 {
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.text_field {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text_field::-webkit-input-placeholder {
  color: #757575;
}

.text_field:-ms-input-placeholder {
  color: #757575;
}

.text_field::-ms-input-placeholder {
  color: #757575;
}

.text_field::placeholder {
  color: #757575;
}

.find_link {
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.small-val-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.div-block-97 {
  text-align: left;
}

.small-val-grey {
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #f3f3f3;
  text-align: center;
}

.manual-text {
  font-family: Roboto, sans-serif;
  color: #b40101;
  font-weight: 400;
  text-decoration: none;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.valaution-step-three-container {
  position: relative;
  display: none;
  width: 80%;
  text-align: left;
}

.select-field {
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #949494;
}

.personal-details {
  margin-top: 38px;
}

.val-price {
  margin-top: 13px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #5e5b5b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.text-span-36 {
  color: #b40101;
}

.text-span-37 {
  color: #b40101;
}

.val-price-title {
  font-family: Roboto, sans-serif;
  color: #5e5b5b;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-16-copy {
  margin-top: 40px;
  line-height: 22px;
}

.text-block-28 {
  padding-right: 5px;
  padding-left: 5px;
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-98.second {
  margin-top: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-field-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 40px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-3 {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}

.checkbox-label-2 {
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.div-block-99 {
  width: 90%;
}

.div-block-68-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 150px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.76)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent);
}

.text-span-38 {
  white-space: nowrap;
}

.socail-prop {
  width: 50%;
  height: 200px;
  padding: 15px 30px;
  background-color: #b21f24;
}

.heading-27 {
  color: #fff;
}

.heading-28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.valuations-submit-copy {
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b40101;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.let-section {
  position: fixed;
  z-index: 300;
  display: none;
}

.close-let {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.close-let-btn {
  position: absolute;
  display: block;
  width: 25px;
}
@media (max-height: 500px) and (max-width: 1440px) {
	.agent_multiple {
		height:100px;
	}
}
@media screen and (min-width: 1440px) {
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .text-block-5 {
    position: relative;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-6 {
    margin-top: 25px;
    font-size: 22px;
    line-height: 28px;
  }

  .get-started {
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-7 {
    width: 80vh;
  }

  .slider_cover_text {
    margin-bottom: 10vh;
  }

  .text-span-5 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
  }

  .heading-6 {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .sell-with-section {
    display: none;
  }

  .about-section-new {
    display: none;
  }

  .buy-with-section {
    display: none;
  }

  .heading-7 {
    max-width: 30vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .heading-7-copy {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .the-stats {
    padding-top: 0px;
  }

  .image-14 {
    width: 10vw;
    height: 10vw;
    border-radius: 75vw;
  }

  .linked-logos {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-agent {
    display: none;
  }

  .contact-heading {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .div-block-58 {
    background-color: #e6e6e6;
  }

  .div-block-60 {
    background-color: #e6e6e6;
  }

  .div-block-61 {
    background-color: #696969;
  }

  .scroller-box {
    width: 50%;
    margin-left: 100px;
    padding-bottom: 0px;
  }

  .the-reasons-container {
    padding-top: 0px;
  }

  .reasons-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advert {
    margin-top: 150px;
    padding-top: 0px;
  }

  .mark-holder {
    width: 20%;
    background-position: 100% 50%;
    background-size: cover;
  }

  .active.last {
    height: auto;
    margin-top: 150px;
    margin-bottom: 25vh;
    padding-top: 0px;
    padding-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social-types {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin-bottom: 0%;
  }

  .image-31 {
    width: 25vw;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .contact {
    margin-top: 60px;
  }

  .text-block-13-copy {
    font-weight: 300;
  }

  .mark-content-holder {
    width: 85%;
    padding-top: 0px;
  }

  .content-holder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    height: 100vh;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-21 {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .paragraph-9 {
    line-height: 22px;
  }

  .heading-21-copy {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .available {
    width: 15%;
    height: 15vw;
    border-radius: 150%;
  }

  .about-hero-section-copy-copy {
    background-position: 100% 50%, 0px 0px;
  }

  .div-block-66 {
    width: 15vw;
  }

  .text-span-23 {
    font-size: 28px;
    line-height: 32px;
  }

  .red-slide-copy {
    width: 125px;
  }

  .about-holder-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    margin-top: 100px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .six-reasons-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stats-holder {
    height: auto;
    margin-top: 150px;
  }

  .menu-socials-copy-copy {
    margin-top: 30px;
  }

  .text-span-27 {
    font-weight: 500;
  }

  .div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-75 {
    background-attachment: scroll, scroll;
  }

  .content-fixed-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin-top: 0px;
  }

  .text-block-22 {
    line-height: 14px;
  }

  .review-intro {
    display: block;
  }

  .red-slide-copy-copy {
    width: 125px;
  }

  .new-red-name {
    max-width: 30vw;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .heading-normal {
    max-width: 30vw;
    padding-top: 10px;
    font-size: 32px;
    line-height: 38px;
  }

  .text-span-35 {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .image-7 {
    width: 80vh;
  }

  .menu-link-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-link {
    margin-bottom: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .menu-link.page-close-trigger {
    margin-bottom: 2px;
  }

  .menu-link.page-close-trigger.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-span-5 {
    font-size: 48px;
    line-height: 52px;
  }

  .valuation-section {
    display: none;
  }

  .text-span-10 {
    font-weight: 300;
  }

  .heading-6 {
    max-width: none;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .review-section {
    display: none;
  }

  .sell-with-section {
    display: none;
  }

  .about-heading {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .search-button {
    width: 50px;
  }

  .search-text-title {
    font-size: 24px;
  }

  .search-icon {
    width: 24px;
  }

  .about-section-new {
    display: none;
  }

  .buy-with-section {
    display: none;
  }

  .stat-holder-insert {
    border-top: 10px solid #b40101;
    background-color: #fff;
  }

  .heading-7-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .collection-item {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .search-section-copy {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .count_up {
    font-size: 2.75vw;
    font-weight: 700;
  }

  .reason-block.last {
    margin-bottom: 0px;
  }

  .contact-agent {
    display: none;
  }

  .agent-contact-left {
    width: 75%;
    padding-left: 5%;
  }

  .submit-button-4 {
    font-weight: 300;
  }

  .form-2 {
    max-width: 700px;
  }

  .contact-heading {
    width: 100%;
    font-size: 28px;
    font-weight: 300;
  }

  .div-block-57 {
    height: 150px;
  }

  .div-block-58 {
    width: 30%;
    background-color: #e6e6e6;
  }

  .div-block-60 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #e6e6e6;
  }

  .div-block-61 {
    background-color: #696969;
  }

  .heading-19 {
    font-size: 48px;
    font-weight: 500;
  }

  .tab-pane-tab-1-2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .tab-pane-map {
    height: auto;
    margin-bottom: 80px;
  }

  .form-block-3-copy {
    margin-top: 50px;
  }

  .scroller-box {
    width: 60%;
    max-width: none;
    margin-left: 150px;
    padding-bottom: 0px;
  }

  .advert {
    margin-top: 200px;
  }

  .mark-holder {
    width: 20vw;
  }

  .active.last {
    margin-top: 200px;
  }

  .social-types {
    width: 80%;
  }

  .mark-content-holder {
    width: 85%;
    height: 100vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content-holder {
    width: 65%;
  }

  .div-block-64 {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-span-23 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-6-copy-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .redline {
    display: none;
    background-color: transparent;
  }

  .menu-footer-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .menu-link-footer-text-copy {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 300;
  }

  .menu-link-footer-text-copy {
    font-weight: 300;
  }

  .text-block-19 {
    font-size: 16px;
    line-height: 22px;
  }

  .red-slide-copy {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 125px;
  }

  .about-holder-block {
    margin-bottom: 150px;
  }

  .six-reasons-holder {
    margin-top: 5vh;
    margin-bottom: 0px;
  }

  .stats-holder {
    margin-top: 200px;
  }

  .menu-socials-copy {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 50px;
    margin-bottom: 50px;
  }

  .text-block-19-copy {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .paragraph-13 {
    margin-bottom: 0px;
  }

  .agent-profile-property {
    width: 50%;
    height: 100%;
    margin-left: 0px;
    border-radius: 0px;
  }

  .content-fixed-container {
    position: relative;
    z-index: 3;
    max-width: 1250px;
    margin-top: -95px;
    margin-right: auto;
    margin-left: auto;
  }

  .property-agent-block-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .agent-contact-area-property {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 20px;
    font-weight: 300;
  }

  .agent-contact-area-property-name {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
  }

  .html-embed {
    margin-top: 50px;
  }

  .buy-socials {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 50px;
    margin-bottom: 50px;
  }

  .text-block-19-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .red-slide-copy-copy {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 125px;
  }

  .new-red-name {
    font-size: 26px;
    line-height: 26px;
  }

  .text-span-34 {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-normal {
    padding-top: 10px;
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-93 {
    width: 200px;
    height: 200px;
  }

  .div-block-94 {
    width: 10%;
    background-color: #f3f3f3;
  }

  .text-span-35 {
    color: #fff;
  }

  .div-block-68-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 150px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.76)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent);
}

  .image-38 {
    width: 100%;
    margin-top: 60px;
  }

  .text-span-39 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
	 .form-block-3 {
	display: block;
    width: 100%;
    height: auto;
  }
	.div-block-46 {
		display: block;
		height:auto;
		overflow: auto;
	}
  .about-text-area {
    width: 100%;
    padding-left: 125px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-link-footer-text {
    white-space: nowrap;
  }

  .valuation-text-get {
    position: absolute;
  }

  .valuation-section {
    display: none;
    width: 45%;
  }

  .hello {
    margin-left: 125px;
    font-size: 20vw;
    line-height: 30vw;
    text-align: center;
  }

  .text-span-10 {
    white-space: nowrap;
  }

  .review-section {
    display: none;
  }

  .sell-with-section {
    display: none;
  }

  .about-content {
    width: 100%;
  }

  .about-section-new {
    display: none;
  }

  .in-page-body-content {
    width: 66%;
  }

  .menu-container {
    width: 35%;
  }

  .btn-content {
    font-size: 18px;
  }

  .buy-with-section {
    display: none;
  }

  .about-hero-section {
    background-position: 150% 50%;
    background-size: contain;
  }

  .stat-holder-insert {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .stat-section {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .reasons-paragraph {
    margin-bottom: 20px;
  }

  .page-scroll-holder {
    margin-left: 20px;
  }

  .ad-container {
    top: 80px;
  }

  .the-stats {
    display: block;
  }

  .kw-sign {
    display: none;
  }

  .column-14 {
    padding-top: 40px;
    padding-left: 0px;
  }

  .property-tools-heading-copy {
    position: relative;
    width: 80%;
    margin-top: -270px;
    margin-right: 0px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }

  .property-display-section {
    margin-top: 0px;
  }

  .collection-item {
    width: 50%;
  }

  .link {
    font-size: 14px;
  }

  .property-scroller {
    margin-left: 20px;
  }

  .about-hero-section-copy {
    background-position: 150% 50%;
    background-size: contain;
  }

  .div-block-35-copy {
    display: block;
  }

  .stat-holder-insert-copy {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .stat-holder-insert-copy {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .stat-holder-insert-copy {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .value-holder {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .page-scroll-holder-copy {
    margin-left: 20px;
  }

  .image-23 {
    width: 30px;
  }

  .contact-agent {
    display: none;
  }

  .agent_cntact-right {
    width: 33%;
  }

  .agent-contact-left {
    padding-left: 0px;
  }

  .form-3 {
    padding-left: 150px;
  }

  .form-block-3 {
    padding-left: 0px;
  }

  .about-hero-section-copy {
    background-position: 150% 50%;
    background-size: contain;
  }

  .property-container {
    background-position: 150% 50%;
    background-size: contain;
  }

  .div-block-57 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-5 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .slide-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background-image: linear-gradient(180deg, #000, #fff);
  }

  .image-25 {
    background-image: linear-gradient(23deg, #000, #fff);
  }

  .div-block-58 {
    width: 40%;
    min-height: 125px;
    padding-left: 15px;
  }

  .div-block-60 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-18 {
    font-size: 22px;
  }

  .div-block-61 {
    width: 40%;
  }

  .heading-19 {
    font-size: 42px;
  }

  .text-block-17 {
    margin-left: 0px;
  }

  .housing-data {
    display: block;
  }

  .reasons-paragraph-copy {
    margin-bottom: 20px;
  }

  .social-types {
    width: 100%;
  }

  .image-31 {
    width: 50vw;
  }

  .mark-content-holder {
    width: 100%;
  }

  .available {
    display: none;
  }

  .about-hero-section-copy-copy {
    background-position: 150% 50%;
    background-size: contain;
  }

  .property-container-copy {
    background-position: 150% 50%;
    background-size: contain;
  }

  .div-block-68 {
    display: block;
  }

  .contact-info-copy {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-footer-copy-copy {
    width: 100%;
  }

  .div-block-70 {
    width: 80%;
  }

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

  .div-block-79 {
    width: 80%;
  }

  .div-block-79-copy {
    width: 100%;
    margin-top: 50px;
    margin-bottom: auto;
  }

  .paragraph-13 {
    margin-bottom: 0px;
  }

  .div-block-81 {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .agent-business-card {
    display: none;
  }

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

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

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

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

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

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

  .div-block-90 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-91 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-92 {
    width: 100%;
  }

  .about-profile {
    width: 50vw;
    height: 50vw;
    min-width: 50%;
  }

  .div-block-94.square {
    width: 20%;
  }

  .div-block-68-copy {
    display: block;
  }

  .socail-prop {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .landing-content {
    position: relative;
    overflow: visible;
    height: auto;
  }

  .page_holder {
    height: auto;
  }

  .div-block-8 {
    position: relative;
    overflow: visible;
    height: auto;
  }

  .heading-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-5 {
    position: relative;
    width: 90%;
    font-size: 16px;
    line-height: 24px;
  }

  .image-7 {
    display: none;
  }

  .menu-link {
    line-height: 22px;
  }

  .menu-link.page-close-trigger.w--current {
    line-height: 22px;
  }

  .valuation-text-get {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
  }

  .valuation-section {
    display: none;
    width: 100%;
    margin-top: 152px;
  }

  .slider-reviews {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .column-8 {
    display: none;
  }

  .review-holder {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .navigation-holder {
    position: absolute;
    margin-top: 75px;
  }

  .review-section {
    display: none;
  }

  .sell-with-section {
    display: none;
  }

  .image-10 {
    display: none;
  }

  .about-content {
    width: 100%;
  }

  .about-slide-text {
    font-size: 14px;
    line-height: 22px;
  }

  .about-heading {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .review-slider {
    display: block;
    width: 100%;
  }

  .about-section-new {
    position: relative;
    display: none;
    height: 100%;
  }

  .in-page-body-content {
    height: 100vh;
  }

  .menu-container {
    width: 80%;
    height: NaN%;
  }

  .review-heading {
    line-height: 26px;
  }

  .review-slide {
    width: 100%;
  }

  .review-text {
    font-size: 14px;
    line-height: 22px;
  }

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

  .btn-content {
    font-size: 16px;
  }

  .buy-with-section {
    display: none;
  }

  .buy-with-column-right {
    width: 100%;
    height: auto;
  }

  .about-hero-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .stat-holder-description {
    font-size: 14px;
    line-height: 22px;
  }

  .reasons-paragraph {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-33 {
    position: absolute;
    display: block;
    width: 100%;
    height: 160px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdadb), to(#fff));
    background-image: linear-gradient(180deg, #dcdadb, #fff);
  }

  .view-properties.page-close-trigger {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 24px;
  }

  .search-section-copy {
    display: none;
  }

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

  .reason-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-agent {
    display: none;
  }

  .agent_cntact-right {
    display: none;
  }

  .agent-contact-left {
    width: 100%;
  }

  .submit-button-4 {
    font-size: 16px;
  }

  .contact-heading {
    font-size: 26px;
    line-height: 30px;
  }

  .form-block-3 {
    padding-left: 50px;
  }

  .div-block-57 {
    height: auto;
  }

  .div-block-58 {
    width: 100%;
  }

  .div-block-61 {
    width: 80%;
  }

  .heading-19 {
    font-size: 48px;
  }

  .tab-link-tab-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-1-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .tab-link-tab-2-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-request-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroller-box {
    width: 100%;
  }

  .the-reasons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reasons-title {
    width: 100%;
  }

  .reasons-ullets {
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    border: 1px none #000;
  }

  .advert {
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reasons-paragraph-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .advert-content {
    width: 100%;
    margin-top: 25px;
  }

  .adverts-image {
    width: 100%;
  }

  .mark-holder {
    display: none;
  }

  .active.last {
    padding-top: 80px;
  }

  .image-31 {
    width: 80vw;
  }

  .mark-content-holder {
    width: 100%;
  }

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

  .heading-21 {
    font-size: 22px;
    line-height: 22px;
  }

  .paragraph-9 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-10 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-21-copy {
    font-size: 22px;
    line-height: 22px;
  }

  .available {
    display: none;
  }

  .about-hero-section-copy-copy {
    background-image: linear-gradient(138deg, #ccc, hsla(0, 0%, 80%, 0));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-64 {
    display: none;
    width: 100%;
  }

  .div-block-66 {
    margin-bottom: 6px;
  }

  .text-span-23 {
    width: 80%;
    font-size: 26px;
    line-height: 32px;
  }

  .tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-6-copy-copy {
    font-size: 20px;
    line-height: 26px;
  }

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

  .about-holder-block {
    margin-bottom: 80px;
  }

  .six-reasons-holder {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-70 {
    width: 90%;
    height: auto;
    padding-top: 152px;
  }

  .logo-text {
    display: none;
  }

  .buy-with-left {
    width: 100%;
    height: 50vh;
  }

  .div-block-87 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-slide-copy-copy {
    display: none;
  }

  .new-red-name {
    font-size: 22px;
    line-height: 22px;
  }

  .text-span-34 {
    font-size: 22px;
    line-height: 22px;
  }

  .heading-normal {
    max-width: 100vw;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-94.square {
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-35 {
    font-size: 42px;
  }
}

@media screen and (max-width: 479px) {
  .landing-content {
    position: relative;
    padding: 15px;
  }

  .get-valuation-link {
    display: none;
  }

  .page-load {
    display: none;
  }

  .div-block-8 {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .red-slide {
    position: relative;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .agents-name {
    position: relative;
    bottom: auto;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: 100%;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: perspective(0px) rotate(-90deg);
    transform: perspective(0px) rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    font-size: 40px;
    text-align: left;
  }

  .red-slide-kw-logo {
    width: 50px;
    margin-top: 15px;
    margin-left: 15px;
  }

  .red-slide-kw-logo.page-close-trigger {
    margin-top: 25px;
  }

  .red-slide-kw-logo.page-close-trigger.w--current {
    position: absolute;
    left: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .about-text-area {
    display: none;
  }

  .red-back-ground {
    width: 95px;
    height: 80px;
  }

  .valuation-button {
    position: absolute;
    width: 100px;
    height: 48px;
    padding: 20px;
  }

  .left-logo {
    z-index: 5;
    width: 80px;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
  }

  .left-logo.w--current {
    width: 80px;
  }

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

  .logo-red {
    width: 65px;
    margin-left: 0px;
  }

  .heading-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .text-block-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 14px;
    line-height: 22px;
  }

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

  .get-started {
    width: 80%;
  }

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

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-7 {
    display: none;
  }

  .menu-holder-container {
    max-width: none;
  }

  .menu-link-container {
    display: block;
  }

  .menu-link.page-close-trigger {
    font-size: 14px;
  }

  .menu-plus {
    font-weight: 300;
  }

  .menu-link-text {
    line-height: 22px;
  }

  .menu-link-footer-text {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 22px;
  }

  .slider_cover_text {
    width: 100%;
  }

  .menu-hamburger {
    width: 30px;
  }

  .text-span-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .valuation-text-get {
    position: relative;
    font-size: 14px;
    line-height: 16px;
  }

  .valuation-section {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 25px;
  }

  .valaution-step-one-container {
    position: relative;
    display: block;
  }

  .tab-link-tab-1.w--current {
    width: 40%;
  }

  .tab-link-tab-2 {
    width: 40%;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: #a8a8a8;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .count_box_conaitner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .hello {
    display: none;
  }

  .text-span-10 {
    font-weight: 300;
  }

  .slider-reviews {
    height: 50vh;
    background-image: none;
  }

  .reviews-slide {
    position: absolute;
    height: 100vh;
    background-color: transparent;
  }

  .slide-5 {
    height: 60vh;
  }

  .mask {
    height: 60vh;
  }

  .slider-3 {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(55%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, #000, transparent 55%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }

  .slide-6 {
    height: 60px;
  }

  .column-8 {
    display: none;
    overflow: visible;
  }

  .review-holder {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 50vh;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .heading-5 {
    margin-left: 0px;
    font-size: 3em;
    line-height: 1em;
    text-align: left;
  }

  .heading-6 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    font-size: 22px;
    line-height: 22px;
    text-align: left;
  }

  .slider-4 {
    height: auto;
    margin-top: 10%;
  }

  .menu-controller-area {
    z-index: 50;
    width: 30px;
    height: 30px;
    margin-left: -141px;
  }

  .navigation-holder {
    position: absolute;
    height: 45px;
    margin-top: 27px;
  }

  .review-section {
    position: absolute;
    display: none;
    height: auto;
    max-height: none;
    background-color: #fff;
    background-image: none;
  }

  .close-reviews {
    display: none;
  }

  .close-menu {
    display: none;
  }

  .sell-with-section {
    position: absolute;
    z-index: 400;
    display: none;
    height: auto;
    background-color: transparent;
    background-image: none;
  }

  .about-agent-column-right {
    height: auto;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .close-about-agent {
    display: none;
  }

  .image-10 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: 0px;
    margin-top: -190px;
    margin-left: -21px;
  }

  .about-content {
    width: 100%;
  }

  .about-slide-text {
    font-size: 14px;
    line-height: 22px;
  }

  .about-heading {
    display: block;
    width: 100%;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .about-heading.grey {
    color: #fff;
    font-size: 2em;
  }

  .valution-container {
    overflow: hidden;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    min-height: 50vh;
    padding-top: 0px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
    text-align: center;
  }

  .in-touch-button {
    width: 100%;
    margin-top: 15px;
    margin-right: 0px;
  }

  .search-section {
    display: none;
  }

  .search-form {
    width: 90%;
    margin-right: auto;
  }

  .search-field {
    width: 200px;
  }

  .valaution-step-two-container {
    display: block;
    overflow: visible;
    height: 100%;
  }

  .calendar-goes-here {
    display: none;
  }

  .valuations-submit {
    background-color: #b40101;
  }

  .landing-page-slider {
    display: block;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-8 {
    width: 100%;
  }

  .slide-9 {
    width: 100%;
  }

  .slide-10 {
    width: 100%;
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .about-section-new {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: auto;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .in-page-body-content {
    width: 25%;
    height: 100%;
  }

  .menu-container {
    width: 75%;
    height: 100%;
    padding-top: 120px;
  }

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

  .mask-2 {
    width: auto;
  }

  .review-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .review-slide {
    width: 100%;
  }

  .review-text {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-22 {
    display: none;
    margin-top: -15px;
    margin-left: -15px;
  }

  .review-holder-insert {
    width: 100%;
    height: auto;
  }

  .selling-column-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75vh;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #d11242;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(99%, transparent)), url('../images/house.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 99%), url('../images/house.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .btn-content {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }

  .buy-with-section {
    position: absolute;
    z-index: 400;
    display: none;
    width: auto;
    height: auto;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .buy-with-columns {
    position: relative;
    height: 100%;
  }

  .buy-with-column-left {
    display: none;
    height: 40vh;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #d11242;
    background-color: #d4d4d7;
    background-image: url('../images/Berkeley-73.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .buy-with-column-right {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .image-11 {
    display: none;
    width: 100%;
    height: auto;
  }

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

  .about-heading-copy {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
  }

  .paragraph-5 {
    width: 90%;
  }

  .valuation-white-box {
    position: relative;
    overflow: scroll;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .valuation-text-close {
    display: none;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .close-sell {
    display: none;
  }

  .close-buy {
    display: none;
  }

  .page-close {
    display: none;
  }

  .mask-3 {
    width: auto;
  }

  .about-page-container {
    position: relative;
    padding: 10px;
  }

  .about-hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.7%, 0.7)), to(hsla(0, 0%, 95.7%, 0.7))), url('../images/mark-large.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 95.7%, 0.7), hsla(0, 0%, 95.7%, 0.7)), url('../images/mark-large.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .about-content-holder {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-right: 0px;
  }

  .about-hero-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-7 {
    max-width: 100vw;
    margin-top: 160px;
    font-size: 26px;
    line-height: 30px;
  }

  .about-secod-section {
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .stat-holder-insert {
    width: 100%;
    margin-bottom: 30px;
  }

  .stat-holder-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .stats-counter {
    font-size: 50px;
    line-height: 50px;
  }

  .stat-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-third-section {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .columns-3 {
    display: block;
  }

  .column-12 {
    height: auto;
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .column-13 {
    height: auto;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .heading-10 {
    font-size: 26px;
    line-height: 30px;
  }

  .about-hero-paragraph-second {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-31 {
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
  }

  .reasons-paragraph {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .page-scroll-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .heading-7-copy {
    margin-top: 23px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-33 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100px;
    max-height: 150px;
    background-image: url('../images/gradient.png');
    background-position: 0px 0px;
    background-size: contain;
  }

  .ad-1 {
    width: 100%;
    margin-top: 160px;
    margin-bottom: 100px;
  }

  .ad-spacer {
    height: 0vh;
  }

  .ad-2 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .the-stats {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ad-3 {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
  }

  .heading-11 {
    width: 100%;
    font-size: 26px;
    line-height: 30px;
  }

  .kw-sign {
    display: none;
  }

  .column-14 {
    height: auto;
    padding: 20px 0px 0px;
    border-left-style: none;
  }

  .column-15 {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .search-section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .search-button-copy {
    width: 150px;
    height: 40px;
  }

  .search-text-title-copy {
    font-size: 18px;
  }

  .search-icon-copy {
    width: 18px;
  }

  .div-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-bottom: -40px;
    margin-left: -30px;
    border-radius: 30px;
    background-color: #fff;
  }

  .agents-name-copy {
    position: relative;
    width: 100%;
    margin-bottom: 101px;
    font-size: 40px;
  }

  .search-form-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-14 {
    display: block;
    width: 65%;
    border-radius: 75%;
  }

  .multiple-button-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .property-section {
    display: none;
    padding-bottom: 50px;
    background-size: 50%;
  }

  .property-display-section {
    width: 95%;
    padding-top: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .property-holder_no_ani {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-15 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .link {
    line-height: 16px;
  }

  .div-block-39 {
    margin-bottom: 0px;
  }

  .red-slide-copy {
    display: none;
    width: 20%;
  }

  .agents-name-copy {
    position: relative;
    width: 500%;
    margin-bottom: 350px;
    font-size: 40px;
  }

  .agents-name-copy-copy {
    position: relative;
    width: 500%;
    margin-bottom: 350px;
    font-size: 40px;
  }

  .close-properties {
    display: none;
  }

  .view-properties {
    padding: 10px 20px;
  }

  .view-properties.page-close-trigger {
    z-index: 15;
    margin-bottom: 55px;
  }

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

  .image-18 {
    width: auto;
    height: 14px;
  }

  .search-section-copy {
    display: none;
  }

  .paragraph-5-copy {
    width: 90%;
  }

  .property-page-container {
    padding: 10px;
  }

  .property-scroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-6-copy {
    margin-left: 0px;
  }

  .left-logo-copy {
    z-index: 5;
    width: 80%;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
  }

  .social-holder {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 120;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .social-image {
    width: 20px;
  }

  .about-hero-section-copy {
    height: 100%;
    background-color: #fff;
    background-image: url('../images/ags_icon_video.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .count_up {
    font-size: 50px;
  }

  .reason-block {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ad-3-copy {
    width: 100%;
    margin-top: 100px;
  }

  .ad-4 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .heading-7-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-35-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ad-5 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left-style: none;
    background-color: transparent;
  }

  .ad-5.section {
    display: none;
  }

  .columns-4 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-7-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .column-16 {
    display: none;
  }

  .column-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .stat-holder-insert-copy {
    width: 50px;
    margin-bottom: 30px;
  }

  .stat-holder-insert-copy {
    width: 50%;
    margin-bottom: 30px;
  }

  .stat-holder-insert-copy {
    width: 100%;
    margin-bottom: 30px;
  }

  .value-holder {
    width: 70%;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: transparent;
  }

  .div-block-43 {
    height: auto;
  }

  .heading-17 {
    width: 95%;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 26px;
    text-align: left;
  }

  .page-scroll-holder-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .heading-7-copy-copy-copy {
    font-size: 18px;
    line-height: 26px;
  }

  .menu-button-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-23 {
    width: 25px;
    margin-bottom: 5px;
  }

  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 500px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-align: center;
  }

  .contact-agent {
    display: none;
    width: 100%;
  }

  .agent_cntact-right {
    display: none;
    width: 40%;
  }

  .agent-contact-left {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .left-logo-copy {
    z-index: 5;
    width: 80%;
    height: auto;
    margin-top: 15px;
    margin-left: 15px;
  }

  .close-contact {
    display: none;
  }

  .submit-button-4 {
    width: 100%;
  }

  .checkbox-label {
    margin-left: 2px;
  }

  .heading-2-copy {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    line-height: 26px;
  }

  .contact-heading {
    width: 90%;
    margin-right: auto;
    margin-left: 0px;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
  }

  .form-3 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .form-block-3 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
	display: block;
    width: 100%;
    height: auto;
  }
	.div-block-46 {
		display: block;
		height:auto;
		overflow: auto;
	}
  .property-holder-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .collection-item-copy {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-hero-section-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.7%, 0.7)), to(hsla(0, 0%, 95.7%, 0.7))), url('../images/mark-large.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 95.7%, 0.7), hsla(0, 0%, 95.7%, 0.7)), url('../images/mark-large.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .property-container {
    background-color: #fff;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.7%, 0.7)), to(hsla(0, 0%, 95.7%, 0.7))), url('../images/mark-large.png');
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, hsla(0, 0%, 95.7%, 0.7), hsla(0, 0%, 95.7%, 0.7)), url('../images/mark-large.png');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0% 50%;
    background-size: 125px, 125px, 125px, 125px, auto, cover;
    background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
  }

  .div-block-56 {
    height: 60vh;
  }

  .div-block-57 {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-5 {
    height: 60vh;
  }

  .div-block-58 {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .details {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .image-26 {
    width: 150px;
  }

  .tabsystem-property {
    margin-top: 50px;
  }

  .div-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .div-block-61 {
    width: 100%;
    height: 70px;
  }

  .heading-19 {
    font-size: 30px;
    line-height: 60px;
  }

  .amenitites {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .beds {
    width: 40px;
    height: 40px;
  }

  .image-28 {
    height: 10px;
  }

  .paragraph-6 {
    margin-top: 2px;
    font-size: 10px;
    line-height: 10px;
  }

  .showers {
    width: 40px;
    height: 40px;
  }

  .tab-link-tab-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-1-2.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-2-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-tab-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-pane-tab-1-2 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .tab-pane-map {
    height: auto;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-link-request-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block-3-copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .rich-text-block-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .scroller-box {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .the-reasons-container {
    display: block;
  }

  .reasons-title {
    width: 100%;
    padding-top: 0px;
  }

  .reasons-ullets {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  .housing-data {
    padding-right: 0px;
    padding-left: 0px;
  }

  .advert {
    display: block;
    margin-bottom: 80px;
    padding-top: 0px;
  }

  .reasons-paragraph-copy {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .advert-content {
    width: 100%;
    padding-left: 0px;
  }

  .adverts-image {
    width: 100%;
    height: auto;
  }

  .image-30 {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ad-label {
    display: none;
  }

  .div-block-63 {
    position: relative;
    display: block;
    height: 100%;
  }

  .mark-holder {
    display: none;
  }

  .active.last {
    margin-bottom: 150px;
    padding-top: 0px;
  }

  .social-types {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 5%;
    padding-left: 5%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .image-31 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .contact {
    margin-right: 0px;
    padding: 10px 20px;
  }

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

  .mark-content-holder {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .content-holder {
    position: relative;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-21 {
    display: block;
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-9 {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-10 {
    margin-left: 0px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-21-copy {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 32px;
  }

  .available {
    display: none;
    background-image: url('../images/KW-Agent---Red-Shirt.png');
    background-position: 50% 50%;
    background-size: 125px;
  }

  .social-types-copy {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-bottom-style: none;
  }

  .about-hero-section-copy-copy {
    height: 100%;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .text-span-21 {
    margin-left: 0px;
  }

  .div-block-64 {
    position: absolute;
    z-index: 200;
  }

  .div-block-66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: -50px;
    margin-bottom: 0px;
  }

  .text-span-23 {
    font-size: 20px;
  }

  .div-block-67 {
    line-height: 14px;
  }

  .tabs-menu-2 {
    display: -ms-grid;
    display: grid;
    padding-bottom: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .property-container-copy {
    background-color: #ff007f;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 95.7%, 0.7)), to(hsla(0, 0%, 95.7%, 0.7))), url('../images/mark-large.png');
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, hsla(0, 0%, 95.7%, 0.7), hsla(0, 0%, 95.7%, 0.7)), url('../images/mark-large.png');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0% 50%;
    background-size: 125px, 125px, 125px, 125px, auto, cover;
    background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat;
  }

  .property-container-copy.xx {
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .social-holder-copy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 120;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 22px;
  }

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

  .text-block-6-copy-copy {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-18 {
    display: none;
  }

  .menu-social-link-copy {
    margin-right: 0px;
  }

  .image-32 {
    width: 50%;
  }

  .div-block-68 {
    height: 150px;
  }

  .menu-link-footer-text-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-link-footer-text-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-link-footer-text-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .image-33.page-close-trigger {
    position: relative;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .red-slide-copy {
    width: 100%;
  }

  .agents-name-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 40px;
  }

  .div-block-44-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .red-slide-kw-logo-copy {
    width: 50px;
    margin-top: 15px;
    margin-left: 15px;
  }

  .about-holder-block {
    height: auto;
    margin-bottom: 80px;
  }

  .six-reasons-holder {
    height: auto;
    margin-bottom: 80px;
  }

  .stats-holder {
    height: auto;
    margin-bottom: 80px;
  }

  .menu-socials-copy {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-top: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .menu-socials-copy-copy {
    position: relative;
  }

  .text-block-19-copy {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 300;
  }

  .div-block-70 {
    width: 100%;
    height: 100%;
    padding-top: 50px;
	      min-height: 100vh;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 22px;
  }

  .image-35 {
    display: none;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-76 {
    padding-left: 10px;
  }

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

  .div-block-77 {
    width: 10px;
    height: 10px;
    background-color: #b40101;
  }

  .s {
    font-size: 14px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-12-copy-copy-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .property-socials {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .agent-profile-property.square {
    display: block;
    width: 25%;
    height: 100px;
    min-width: 12px;
    margin-top: auto;
  }

  .content-fixed-container {
    width: 100%;
  }

  .property-agent-block-text {
    width: 70%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .agent-contact-area-property {
    display: block;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 12px;
    line-height: 12px;
  }

  .agent-contact-area-property-name {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .red-slid {
    display: none;
    width: 20%;
  }

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

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

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

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

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

  .paragraph-14 {
    font-size: 14px;
    line-height: 22px;
  }

  .left-arrow-5 {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .right-arrow-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }

  .div-block-85 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 200px;
    margin: 120px auto 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    border-radius: 0px;
    background-color: #ddd;
    background-image: url('../images/markreadings-profile.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .logo-text {
    display: none;
    width: 150px;
    margin-left: 0px;
  }

  .paragraph-15 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .buy-socials {
    margin-top: 30px;
    margin-right: 0px;
  }

  .buy-with-left {
    width: 100%;
    height: 40vh;
    background-image: url('../images/Berkeley-Feature.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-87 {
    position: relative;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .paragraph-16 {
    font-size: 14px;
    line-height: 22px;
  }

  .white-out {
    display: none;
    background-size: 50%;
  }

  .red-slide-copy-copy {
    display: none;
    width: 100%;
  }

  .menu-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }

  .red-back-ground-bottom-right {
    width: 95px;
    height: 80px;
  }

  .div-block-91 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-92 {
    margin-top: 0px;
    padding-left: 5px;
    background-color: #b40101;
    color: #fff;
  }

  .new-red-name {
    max-width: 100vw;
    margin-top: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-34 {
    color: #fff;
  }

  .heading-normal {
    max-width: 100vw;
    margin-top: 0px;
    padding-left: 5px;
    font-size: 26px;
    line-height: 32px;
  }

  .about-profile {
    z-index: 1;
    width: 100%;
    height: 80vw;
    margin-top: 180px;
    border-radius: 0%;
    background-position: 50% 50%;
  }

  .div-block-94.square {
    display: none;
  }

  .valaution-step-three-container {
    display: block;
    overflow: visible;
    height: 100%;
  }

  .val-price {
    line-height: 26px;
  }

  .val-price-title {
    line-height: 24px;
  }

  .paragraph-16-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-24 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-68-copy {
    height: 150px;
  }

  .socail-prop {
    width: 100%;
  }

  .valuations-submit-copy {
    background-color: #b40101;
  }

  .let-section {
    position: absolute;
    display: none;
  }

  .close-let {
    display: none;
  }

  .body-2 {
    overflow: hidden;
  }
}
@media screen and (max-height: 1100px) {
	.div-block-70 {
		display: block;
	}
	.linked-logos {
    position: relative;
	}
}
