body {
  background-color: #fff;
  font-family: Roboto;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  color: #8a6d2f;
  font-size: 44px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 27px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 60px;
  padding-left: 60px;
  color: rgba(0, 0, 0, .4);
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #ef709d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #18c7aa;
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 8px 0 transparent;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #b59143;
}

.sign-up-form {
  margin-top: 40px;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #b59143;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.container {
  padding-right: 70px;
  padding-left: 70px;
}

.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 1px solid hsla(44, 11%, 73%, .59);
  background-color: #fff;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.social-btn {
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.social-btn:hover {
  opacity: 0.7;
}

.social-btn.footer {
  margin-right: 9px;
  margin-left: 9px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  width: 100%;
  height: 77px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid hsla(44, 11%, 73%, .59);
  background-color: #fff;
}

.right-nav {
  padding-top: 2px;
  text-align: right;
}

.brand {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #575353;
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
}

.logo {
  width: 48px;
  margin-top: -10px;
}

.logo.footer {
  display: block;
  margin: 0px auto 21px;
}

.section {
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: transparent;
  text-align: center;
}

.section.hero {
  margin-top: 77px;
  padding-top: 57px;
  padding-bottom: 0px;
  background-color: #fff;
  text-align: center;
}

.section.hero.success {
  background-color: #18c7aa;
}

.section.grey {
  background-color: #f2f2f2;
}

.section.push-top {
  margin-top: 77px;
}

.grey-heading {
  margin-bottom: 37px;
  color: #575353;
  text-shadow: none;
}

.image-crop {
  overflow: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}

.phone-image {
  width: 381px;
}

.infinite {
  width: 34%;
  margin-top: 52px;
  border-radius: 10px;
}

.heading {
  margin-bottom: 37px;
  color: #575353;
  text-align: center;
}

.heading.left-aligned {
  text-align: left;
}

.midadheader {
  color: #fff;
  font-size: 16px;
}

.centering {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30%;
  display: block;
  width: 100%;
  margin-top: 77px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.button-2 {
  display: block;
  width: 35%;
  margin: 10px auto 20px;
  padding: 0px;
  border-radius: 9px;
  background-color: #3772ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 43px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #1abc9c;
}

.navlinks {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-left: 5px;
  -webkit-transition: border-color 408ms ease;
  transition: border-color 408ms ease;
  color: #575353;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.navlinks:hover {
  border-bottom: 3px solid #3772ff;
}

.navlinks.filters {
  padding-bottom: 10px;
}

.image {
  max-width: 77%;
}

.image-2 {
  max-width: 77%;
}

.linkgrey {
  color: #575353;
  text-decoration: underline;
}

.paragraph {
  color: #575353;
}

.paragraph-2 {
  color: #575353;
}

.paragraph-3 {
  color: #575353;
}

.heading-2 {
  color: #575353;
}

.paragraph-4 {
  color: #575353;
}

.dropdown-toggle {
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: hsla(44, 11%, 73%, .59);
}

.dropdown-toggle.w--open {
  background-color: hsla(44, 11%, 73%, .43);
}

.dropdown {
  display: none;
}

.landers-box {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 9px;
  background-color: transparent;
  text-decoration: none;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-lander-box {
  display: block;
  height: 170px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-radius: 9px;
}

.lander-box-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #575353;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.lander-box-txt {
  color: #575353;
  text-align: left;
}

.pricing-cols {
  margin-top: 30px;
  margin-right: 40px;
  margin-left: 40px;
}

.pricing-small {
  min-height: 470px;
  padding-top: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(44, 11%, 73%, .59);
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, .95);
}

.pricing-small.big {
  min-height: 470px;
  background-color: hsla(0, 0%, 100%, .95);
}

.accordion-wrapper {
  margin-bottom: 25px;
}

.heading-3 {
  margin-top: 15px;
  color: #575353;
  cursor: pointer;
}

.heading-3.faqsqs {
  padding-left: 0px;
  text-align: left;
}

.accordion-item-content {
  overflow: hidden;
}

.paragraph-5 {
  font-size: 16px;
}

.faqs {
  padding-left: 0px;
  color: #575353;
  font-size: 16px;
  text-align: left;
}

.description {
  margin: 0px 20px 10px;
  color: #575353;
  font-size: 18px;
}

.description.narrow {
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-weight: 300;
}

.description.lefttxt {
  margin-left: 0px;
  color: #575353;
  font-weight: 300;
  text-align: left;
}

.description.small {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #222;
  font-size: 14px;
}

.pricing-top {
  height: 140px;
  border-bottom: 1px solid hsla(44, 11%, 73%, .59);
}

.packages-bkg {
  padding-top: 25px;
  padding-bottom: 50px;
}

.background-video {
  display: block;
  min-height: 670px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: none;
  background-size: auto;
  text-align: center;
}

.points-txt {
  padding-top: 3px;
  color: #575353;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
}

.pricing-points {
  margin-top: 15px;
}

.column {
  text-align: right;
}

.column.ticks {
  padding-right: 10px;
}

.column-2 {
  text-align: left;
}

.bespoke-pricing {
  margin: 35px 40px;
  padding: 30px 25px;
  border-radius: 9px;
  background-color: hsla(0, 0%, 100%, .95);
}

.spacer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  height: 50px;
}

.div-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.field-label {
  color: #575353;
  text-align: left;
  text-transform: none;
}

.field-label-2 {
  color: #575353;
  text-align: left;
}

.textarea {
  color: #222;
}

.text-field {
  color: #222;
}

.text-field-2 {
  color: #222;
}

.foter-holder {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.footer-txt {
  margin-right: 15px;
  color: #575353;
  text-decoration: none;
}

.link {
  color: #575353;
}

.link-2 {
  color: #575353;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-content {
  overflow: auto;
  margin-bottom: 70px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  margin-top: 70px;
}

.column-13 {
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.formstitle {
  font-family: Roboto;
  color: #575353;
  font-size: 18px;
  text-align: center;
  letter-spacing: -1px;
}

.loginform {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10%;
}

.button-login {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 7px;
  background-color: #0281b3;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}

.button-login:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .39);
}

.field-label-3 {
  color: #575353;
  text-align: left;
}

.field-label-4 {
  color: #575353;
  text-align: left;
}

.field-label-5 {
  color: #575353;
  text-align: left;
}

.field-label-6 {
  color: #575353;
  text-align: left;
}

.checkbox-label {
  color: #575353;
}

.checkbox-label-2 {
  color: #575353;
  text-align: left;
}

.checkbox-label-3 {
  color: #575353;
}

.field-label-7 {
  color: #575353;
  text-align: left;
}

.field-label-8 {
  color: #575353;
  text-align: left;
}

.checkbox-field {
  text-align: left;
}

.checkbox-field-2 {
  text-align: left;
}

.checkbox-field-3 {
  text-align: left;
}

.text-field-3 {
  min-width: 130px;
}

.price {
  font-family: Roboto;
  color: #222;
  font-size: 37px;
  font-weight: 400;
  text-align: center;
}

.slider-home {
  min-height: 500px;
  background-color: transparent;
}

.slide {
  padding-top: 77px;
}

.home-slide-holder {
  padding-top: 77px;
}

.img-about {
  margin-bottom: 25px;
}

.img-about._2 {
  border-radius: 277px 477px;
}

.columns {
  margin-bottom: 25px;
}

.container-3 {
  padding-top: 30px;
}

.columns-2 {
  margin-top: 87px;
  margin-bottom: 30px;
}

.img-onall {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 30%;
  opacity: 0.07;
}

.img-contact {
  border-radius: 170px 97px 277px 170px;
}

.img-survey {
  border-radius: 77px 93px 167px 270px;
}

.div-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #262c46;
}

.special {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 10px;
  border-bottom-left-radius: 77px;
  background-color: #262c46;
}

.img-pricing {
  position: absolute;
  top: 11px;
  right: 23px;
  display: block;
  width: 266px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.05;
}

.img-buyers {
  border-radius: 127px 177px 87px 112px;
}

.requeststable {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(44, 11%, 73%, .59);
}

.requeststable.toprow {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid hsla(44, 11%, 73%, .59);
  border-bottom: 1px solid hsla(44, 11%, 73%, .59);
}

.text-block {
  border-left: 1px solid hsla(44, 11%, 73%, .59);
}

.text-block-2 {
  border-left: 1px solid hsla(44, 11%, 73%, .59);
}

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

.container-4 {
  margin-bottom: 25px;
}

.top-table {
  border-left: 1px solid hsla(44, 11%, 73%, .59);
}

.top-table.noline {
  border-left-style: none;
}

.table-txt {
  text-align: left;
}

.column-table {
  padding-left: 15px;
}

.table-requests {
  margin-top: 50px;
}

.column-16 {
  padding-left: 15px;
}

.column-17 {
  padding-left: 15px;
}

.filters {
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: right;
}

.text-span {
  color: #222;
}

.expertise-list {
  padding-left: 20px;
  color: #575353;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
}

.small-deskcr {
  color: #575353;
  font-weight: 300;
  text-align: left;
}

.ownre-broker {
  text-align: left;
}

.img-founder {
  width: 300px;
  border-radius: 577px 377px 455px 477px;
}

@media (max-width: 991px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .right-nav {
    display: none;
  }
  .heading {
    font-size: 34px;
  }
  .button-2 {
    width: 35%;
    height: auto;
    font-size: 12px;
    line-height: 34px;
  }
  .dropdown-toggle {
    background-color: transparent;
  }
  .dropdown-toggle.w--open {
    background-color: transparent;
  }
  .dropdown {
    display: block;
  }
  .dropdown-link {
    display: block;
    border-bottom: 1px solid hsla(44, 11%, 73%, .59);
    text-align: center;
  }
  .dropdown-list.w--open {
    background-color: #fff;
  }
  .description {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .description.small {
    font-size: 12px;
  }
  .points-txt {
    font-size: 13px;
  }
  .price {
    font-size: 34px;
  }
  .img-pricing {
    width: 151px;
  }
  .ownre-broker {
    width: 50%;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .right-nav {
    display: none;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .button-2 {
    width: 50%;
    font-size: 14px;
    line-height: 41px;
  }
  .dropdown-toggle {
    background-color: transparent;
  }
  .dropdown-toggle.w--open {
    background-color: transparent;
  }
  .dropdown {
    display: block;
    background-color: transparent;
  }
  .dropdown-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid hsla(44, 11%, 73%, .59);
    background-color: #fff;
    text-align: center;
  }
  .dropdown-list {
    text-align: center;
  }
  .dropdown-list.w--open {
    text-align: center;
  }
  .pricing-small {
    margin-bottom: 20px;
  }
  .description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .description.small {
    font-size: 14px;
  }
  .pricing-top {
    height: 120px;
  }
  .background-video {
    overflow: hidden;
    min-height: 1700px;
    background-image: url('../images/pricing-background.png');
    background-size: cover;
  }
  .points-txt {
    font-size: 16px;
  }
  .spacer {
    margin-bottom: 25px;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .img-onall {
    left: -10px;
    width: 15%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .brand {
    font-size: 20px;
  }
  .logo {
    width: 39px;
  }
  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section.hero {
    margin-top: 77px;
  }
  .grey-heading {
    font-size: 28px;
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .heading {
    font-size: 25px;
  }
  .centering {
    bottom: 10%;
  }
  .button-2 {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navlinks.filters {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph {
    font-size: 21px;
  }
  .paragraph-2 {
    font-size: 21px;
  }
  .paragraph-3 {
    font-size: 21px;
  }
  .heading-2 {
    font-size: 28px;
  }
  .paragraph-4 {
    font-size: 21px;
  }
  .description {
    font-size: 16px;
  }
  .pricing-top {
    height: 142px;
  }
  .background-video {
    min-height: 1836px;
  }
  .points-txt {
    font-size: 14px;
  }
  .column-checks {
    font-size: 14px;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .text-block {
    font-size: 10px;
  }
  .text-block-2 {
    font-size: 10px;
  }
  .text-block-3 {
    font-size: 10px;
  }
  .text-block-4 {
    font-size: 10px;
  }
  .top-table {
    font-size: 9px;
  }
  .table-txt {
    font-size: 10px;
  }
}

