body {
  background-color: #f8f8f8;
  background-image: url("../assets/bg-houses-img-desktop.svg");
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: bottom;
  background-size: 1920px;
  padding-bottom: 300px;
}

.container {
  max-width: 992px;
}

.header {
  padding: 40px;
  width: 100%;

  @media screen and (max-width: 767px) {
    padding: 40px 15px;
  }
}

.logo {
  margin: 60px auto;
  width: 245px;

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

.logo img {
  height: auto;
  width: 245px;

  @media screen and (max-width: 767px) {
    width: 200px;
  }
}

h1 {
  color: #374048;
  font-size: 48px;
  font-weight: 900;
  margin: 20px 0 40px;
  text-align: center;

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

h2 {
  color: #1fa086;
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;

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

h3 {
  color: #374048;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;

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

h4 {
  color: #374048;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}

a {
  color: #1fa086;
}

ul li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

ul li img {
  margin-right: 10px;
  width: 40px;
}

.log-in-link {
  font-size: 16px;
}

.log-in-link a {
  position: absolute;
  text-decoration: none;
  top: 38px;
  right: 30px;

  @media screen and (max-width: 767px) {
    top: 44px;
  }
}

.search-field {
  width: 100%;
}

.search-listing {
  margin-bottom: 40px;
  position: relative;
}

.search-listing-field {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px 70px 25px 50px;
  width: 100%;
}

.search-listing-label {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 18px;
}

.search-listing-button {
  position: absolute;
  top: 2px;
  right: 60px;
  width: 30px;
}

.search-listing-button a {
  display: inline-block;
  padding: 21px 30px;
}

.search-listing-options {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 2px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.icon-loader {
  margin: 30px;
}

.none {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.search-listing-options ul {
  margin: 0;
}

.search-listing-options li {
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 50px;
  margin: 0;
}

.search-listing-options li:hover {
  background-color: #e8e8e8;
}

.search-listing-options li:last-child {
  border-bottom: 0;
}

.dotted-line-container {
  margin: 40px 0;
}

.dotted-line {
  margin: 20px 0 10px;
}

.listing-results-view {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}

p {
  margin-bottom: 0;
}

.sub-header {
  font-weight: 800;
}

p.listing-address {
  color: #374048;
  font-size: 28px;
  font-weight: 800;
  text-align: center;

  @media screen and (max-width: 767px) {
    font-size: 20px;
    text-align: left;
  }
}

.agent-info {
  display: flex;
  padding: 20px 0 30px;
  margin: 0 auto;
  max-width: 300px;
}

.avatar {
  border-radius: 100%;
  display: block;
  margin-right: 15px;
  height: 60px;
  width: 60px;
}

.agent-details {
  color: #374048;
  text-align: left;
}

p.name {
  font-size: 18px;
  font-weight: 800;
}

p.company {
  font-size: 14px;
  font-weight: 800;
}

p.title {
  font-size: 14px;
  font-weight: 300;
}

.error-message {
  color: #ff0000;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

span.pipe {
  color: #ccc;
  display: inline-block;
  margin: 0 7px;
}

.compensation-data {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;

  @media screen and (max-width: 767px) {
    display: block;
  }
}

.comp-icon {
  display: block;
  height: 65px;
  margin: 0 auto 10px;
}

.arrow-icon {
  @media screen and (max-width: 767px) {
    transform: rotate(90deg);
    margin: 20px 0;
  }
}

.compensation-header {
  background: #e8e8e8;
  color: #374048;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;

  @media screen and (max-width: 767px) {
    text-align: left;
  }
}

.compensation-content {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 15px;
  text-align: center;

  @media screen and (max-width: 767px) {
    text-align: left;
  }
}

.separator {
  margin: 50px 0;

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

.content-box {
  margin-bottom: 60px;
}

.button-cta {
  background: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  color: #1fa086;
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin: 30px auto 0;
  max-width: 330px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}

.app-downloads {
  margin: 20px 0 80px;
}

.app-icon {
  width: 150px;

  @media screen and (max-width: 767px) {
    width: 140px;
  }
}

.app-icon {
  margin-top: 28px;
}

.footer {
  font-size: 14px;
  font-weight: 400;
}

.footer a {
  text-decoration: none;
}

.footer span {
  @media screen and (max-width: 767px) {
    display: block;
  }
}

.terms-content {
  margin-bottom: 40px;
}

.terms-content .header {
  padding: 40px 0;
}

.terms-content .logo {
  margin-left: 0;
}

.terms-content p {
  margin-bottom: 20px;
}

.terms-content h2,
.terms-content h3,
.terms-content h4 {
  text-align: left;
}

.smartbanner {
  z-index: 100 !important;
}
