body {
  font-size: 17px;
  line-height: 1.3;
}
.content-wrap .editor-h1,
.content-wrap .editor-h2,
.content-wrap .editor-h3,
.content-wrap .editor-h4 {
  padding: 3px 0;
}
.content-wrap .editor-h1 .text-digit,
.content-wrap .editor-h2 .text-digit,
.content-wrap .editor-h3 .text-digit,
.content-wrap .editor-h4 .text-digit {
  display: inline-block;
  margin-top: -5px;
}
.btn.btn-primary {
  background: #fec929;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #fec929;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #0571d0;
  border-color: #0571d0;
  color: #ffffff;
}
.btn.btn-primary.disabled {
  background: #fec929;
  border-color: #fec929;
  color: #000000;
}
@media (max-width: 479px) {
  .btn.btn-primary {
    font-size: 15px;
  }
}
.btn.btn-next {
  font-family: Arial, Helvetica, sans-serif;
  background: url(../img/btn-arrow-style.png) no-repeat #fec929;
  border-color: #fec929;
  color: #000000;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 80px 15px 60px;
  background-size: 55px 55px;
  background-position: 95% 50%;
  min-height: 85px;
}
.btn.btn-next span {
  display: block;
  color: #0571d0;
  font-size: 30px;
}
.btn.btn-next:hover,
.btn.btn-next:active,
.btn.btn-next:focus {
  background: url(../img/btn-arrow-style-active.png) no-repeat #0571d0;
  border-color: #0571d0;
  background-size: 55px 55px;
  background-position: 95% 50%;
  color: #ffffff;
}
.btn.btn-next:hover span,
.btn.btn-next:active span,
.btn.btn-next:focus span {
  color: #fec929;
}
.btn.btn-next.disabled {
  background: #fec929;
  border-color: #fec929;
  color: #000000;
}
.btn.btn-next.disabled span {
  color: #0571d0;
}
@media (max-width: 479px) {
  .btn.btn-next {
    font-size: 11px;
    padding-right: 50px;
    background-size: 35px 35px;
    min-height: 65px;
  }
  .btn.btn-next span {
    font-size: 15px;
  }
}
.lightgray-wrap {
  background: #f5f5f5;
  color: #000000;
}
.extralightgray-wrap {
  background: #eaeaea;
}
.darkblue-wrap {
  background: #2c4f80;
  color: #ffffff;
}
.yellow-wrap {
  background: #fec929;
  color: #000000;
}
.gray-wrap {
  background: #999999;
  color: #000000;
}
.black-wrap {
  background: #000000;
  color: #ffffff;
}
.darkblue-image-wrap {
  background: url(../img/use-for-full-width-dark-bkgd.jpg) no-repeat center top #2c4f80;
  color: #ffffff;
  background-size: cover;
}
@media (max-width: 1200px) {
  .darkblue-image-wrap {
    background: #2c4f80;
  }
}
.header-wrap {
  background: url(../img/header-bg.png) repeat-x center bottom #f5f5f5;
  max-height: 85px;
}
.footer-wrap {
  background: url(../img/footer-bg.png) repeat-x center top #f5f5f5;
  min-height: 80px;
  font-size: 15px;
}
ul.ok li {
  background: url(../img/list-style-check.png) no-repeat 0 0;
  padding: 0px 10px 0 50px;
  margin-bottom: 20px;
  min-height: 35px;
}
ul.remove {
  margin-top: 20px;
  margin-left: 35px;
}
ul.remove li {
  background: url(../img/custom-bulet-red.png) no-repeat 0 3px;
  padding: 2px 10px 0 20px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  min-height: 20px;
}
.content-wrap .editor-h3 {
  font-size: 21px;
}
.row-logo-wrap {
  text-align: center;
}
.row-logo-wrap img {
  height: 150px;
  margin-right: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .row-logo-wrap img {
    height: 110px;
    margin-right: 10px;
  }
}
.blockquote-important .icon-wrap {
  height: 90px;
}
.blockquote-important .icon-wrap .icon {
  background: url(../img/post-it.png) no-repeat;
  background-size: 125px 125px;
  background-position: 95% 50%;
  height: 125px;
  width: 125px;
  position: absolute;
  z-index: 1;
}
.blockquote-important .text-wrap {
  background: #d00000;
  color: #ffffff;
  padding: 20px 20px 20px 50px;
  margin-top: 20px;
}
.blockquote-important .text-wrap .important {
  color: #fec929;
  font-weight: bold;
}
.wrap-floating {
  padding: 0 15px;
}
.col-floating {
  margin-right: 15px;
}
#testimonials-wrap .content-wrap .editor-h3 {
  line-height: 1.2em;
}
#testimonials-wrap .testimonials-container .lightgray-wrap,
#testimonials-wrap .testimonials-container .yellow-wrap {
  background-image: url(../img/agree-terms/fade-to-white-bg.png);
  background-repeat: repeat-x;
  padding: 20px;
  font-size: 17px;
}
#testimonials-wrap .testimonials-container .lightgray-wrap {
  font-size: 18px;
}
#testimonials-wrap .testimonials-container .lightgray-wrap .red {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 0;
}
#testimonials-wrap .testimonials-container .yellow-wrap p {
  line-height: 1.4;
  font-style: italic;
}
#testimonials-wrap .testimonials-container .icon-wrap {
  text-align: center;
}
#testimonials-wrap .testimonials-container .icon-wrap img {
  max-height: 150px;
  margin: 0 0 10px 0;
}
#testimonials-wrap .testimonials-container .list-wrap .list-caption {
  font-size: 18px;
  font-weight: bold;
}
#testimonials-wrap .testimonials-container .testimonial-docs-wrap {
  margin-bottom: 10px;
}
#testimonials-wrap .testimonials-container .testimonial-docs-wrap .image-wrap {
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  #testimonials-wrap .testimonials-container .testimonial-docs-wrap .image-wrap {
    text-align: center;
  }
}
#testimonials-wrap .testimonials-container .testimonial-docs-wrap .testimonial-audio,
#testimonials-wrap .testimonials-container .testimonial-docs-wrap .testimonial-listen {
  display: inline-block;
  color: #0571d0;
  text-align: center;
  width: 100px;
  padding: 5px;
  cursor: pointer;
  font-style: italic;
  font-size: 15px;
  line-height: 1.05em;
  letter-spacing: .02em;
}
#testimonials-wrap .testimonials-container .testimonial-docs-wrap .testimonial-audio img,
#testimonials-wrap .testimonials-container .testimonial-docs-wrap .testimonial-listen img {
  display: block;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #testimonials-wrap .testimonials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 25px;
  }
  #testimonials-wrap .testimonials-container .lightgray-wrap,
  #testimonials-wrap .testimonials-container .yellow-wrap {
    height: 100%;
  }
}
#american-homebuyers-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#american-homebuyers-wrap .editor-h3 {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: .02em;
}
#american-homebuyers-wrap .caption-wrap hr {
  border: 2px solid #fec929;
  width: 25%;
  margin: 20px auto;
}
@media (min-width: 992px) {
  #american-homebuyers-wrap .caption-wrap {
    margin-bottom: 20px;
  }
}
#american-homebuyers-wrap .title-wrap {
  color: #fec929;
}
#american-homebuyers-wrap .left-wrap > .row {
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
#american-homebuyers-wrap .left-wrap > .row p {
  padding: 15px 0;
}
@media (min-width: 992px) {
  #american-homebuyers-wrap .left-wrap > .row {
    margin-bottom: 40px;
  }
}
#american-homebuyers-wrap .left-wrap .icon-sold-sign {
  background: url(../img/agree-terms/icon-sold-sign.png) no-repeat center;
  background-size: 160px 150px;
  height: 160px;
}
#american-homebuyers-wrap .left-wrap .icon-take-back-money {
  background: url(../img/agree-terms/icon-take-back-money.png) no-repeat center;
  background-size: 160px 160px;
  height: 160px;
}
#american-homebuyers-wrap .left-wrap .icon-100-percent-satisfaction {
  background: url(../img/agree-terms/icon-100-percent-satisfaction.png) no-repeat center;
  background-size: 160px 160px;
  height: 160px;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap {
  background: url(../img/agree-terms/art.png) no-repeat center top #000000;
  max-width: 370px;
  min-height: 510px;
  border: 7px solid #fec929;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  padding: 180px 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .county {
  color: #ffffff;
  margin-top: 20px;
  font-family: 'Arial Black';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .phone,
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .phone a,
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .phone a:active,
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .phone a:visited,
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .phone a:focus {
  color: #fec929;
  font-size: 32px;
  margin-bottom: 30px;
  font-family: 'Arial Black';
  letter-spacing: .03em;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .get-offer-wrap {
  font-size: 18px;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .get-offer-wrap .btn-wrap {
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
#american-homebuyers-wrap .right-wrap .speak-to-live-wrap .get-offer-wrap .btn-wrap .btn {
  width: 145px;
}
#american-homebuyers-wrap .right-wrap .bbb-wrap {
  letter-spacing: .02em;
  line-height: 1.5em;
  font-size: 15px;
}
#american-homebuyers-wrap .right-wrap .bbb-logo {
  margin-top: 45px;
}
#american-homebuyers-wrap.yellow-wrap .caption-wrap hr {
  border-color: #d00000;
}
#american-homebuyers-wrap.yellow-wrap .title-wrap {
  color: #d00000;
}
#american-homebuyers-wrap.yellow-wrap .right-wrap .speak-to-live-wrap {
  border-color: #d00000;
}
#get-offer-wrap .content-wrap .editor-h1 {
  padding-bottom: 50px;
}
#get-offer p {
  font-size: 17px;
}
#get-offer p.last-text {
  padding-bottom: 45px;
}
#get-offer .form-wrap {
  background: url(../img/get-offer-form-bg.png) no-repeat center top #000000;
  background-size: 100%;
  padding: 190px 20px 20px;
  color: #ffffff;
}
#get-offer .form-wrap p {
  font-family: 'Raleway', sans-serif;
}
#get-offer .form-wrap p.small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: .03em;
}
#get-offer .form-wrap label.control-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .02em;
}
#get-offer .form-wrap .wrap-check {
  padding-top: 5px;
}
#get-offer .form-wrap .wrap-check input {
  vertical-align: top;
  margin-top: 0;
}
#get-offer .form-wrap .wrap-check label {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#get-offer .form-wrap .wrap-check label a {
  line-height: normal;
  text-decoration: underline;
}
@media (max-width: 479px) {
  #get-offer .form-wrap {
    padding-top: 10em;
  }
}
#get-offer .form-caption {
  color: #fec929;
  font-size: 30px;
  font-family: 'Arial Black';
  text-align: center;
  line-height: 1.1em;
}
#get-offer .btn-wrap {
  margin: 15px 0;
}
#get-offer .btn-wrap .btn {
  width: 145px;
}
#get-offer .contacts-wrap {
  color: #0571d0;
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
#get-offer .contacts-wrap p {
  padding: 0;
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
}
#get-offer .contacts-wrap a {
  color: #0571d0;
}
#get-offer .row-logo-wrap {
  margin-top: 40px;
  text-align: left;
}
#get-offer .privacy-policy-link,
#get-offer .privacy-policy-link:active,
#get-offer .privacy-policy-link:visited {
  color: inherit;
  text-decoration: underline;
}
.main-page .editor-h1 {
  margin-bottom: 30px;
  padding: 10px 0;
}
.main-page .content-wrap {
  padding-bottom: 10px;
  font-size: 18px;
}
.main-page .content-wrap.content-box .editor-h2 {
  padding: 35px 0 25px 0;
}
@media (max-width: 768px) {
  .main-page .content-wrap.content-box .editor-h2 {
    padding: 10px 0 0 0;
  }
}
.main-page .jplayer-wrap {
  position: relative;
  padding-top: 0;
}
.main-page .jplayer-wrap .play-btn-wrap {
  max-width: 325px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .main-page .jplayer-wrap .play-btn-wrap {
    max-width: auto;
  }
}
.main-page .jplayer-wrap .play-btn-wrap img {
  margin: 21px 0 0 -65px;
}
@media (max-width: 991px) {
  .main-page .jplayer-wrap .play-btn-wrap img {
    margin: 10px 0 0 0;
  }
}
.main-page .jplayer-wrap .jp-jplayer {
  width: 121% !important;
  margin-left: -55px;
}
@media (max-width: 991px) {
  .main-page .jplayer-wrap .jp-jplayer {
    margin-left: 0;
  }
}
.main-page .jplayer-wrap .btn-play {
  margin: -155px 0 0 -65px;
  color: #ffffff;
  font-size: 23px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .main-page .jplayer-wrap .btn-play {
    padding-bottom: 80px;
    margin-left: 0;
  }
}
.main-page .jplayer-wrap #jp_container_1 {
  margin: 0 auto;
  width: 325px;
  display: none;
  max-height: 400px;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder {
  width: 100%;
  top: 0;
  padding: 3px 0;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder .jp-controls {
  margin: 0 0 0 60px;
  width: 100px;
}
.main-page .jplayer-wrap #jp_container_1 .jp-controls-holder .jp-volume-controls {
  position: inherit;
  top: 0;
  left: 0;
  width: 100px;
  float: left;
  margin-top: 13px;
}
@media (max-width: 991px) {
  .main-page .jplayer-wrap {
    padding: 0;
  }
}
.main-page .list-wrap {
  z-index: 99999;
}
.main-page .list-wrap ul {
  background: url(../img/main-page/list-ico.png) no-repeat center top transparent;
  padding: 180px 0 0 30px;
  list-style: disc;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  display: inline-block;
}
.main-page .list-wrap ul li {
  padding: 5px 0;
}
.main-page .list-wrap ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .main-page .list-wrap {
    text-align: center;
  }
}
.main-page .free-report-wrap {
  background: url(../img/main-page/form-bg.png) no-repeat left top #000000;
  max-height: 395px;
  border: 7px solid #fec929;
  margin-right: 25px;
  background-size: 90%;
  position: relative;
  max-width: 375px;
}
@media (max-width: 1200px) {
  .main-page .free-report-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .main-page .free-report-wrap {
    max-height: 100%;
    margin: 0 auto;
  }
}
.main-page .free-report-wrap .header {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bolder;
  padding: 60px 0 0 15px;
  line-height: 1.2;
  max-width: 260px;
}
@media (max-width: 767px) {
  .main-page .free-report-wrap .header {
    font-size: 18px;
  }
}
.main-page .free-report-wrap .header .report-ico {
  position: absolute;
  top: 20px;
  right: -40px;
  width: 120px;
}
@media (max-width: 1200px) {
  .main-page .free-report-wrap .header .report-ico {
    right: -25px;
  }
}
@media (max-width: 479px) {
  .main-page .free-report-wrap .header .report-ico {
    display: none !important;
  }
}
.main-page .free-report-wrap .header .caption {
  color: #fec929;
  font-size: 30px;
}
.main-page .free-report-wrap .body {
  padding: 17px 15px 0 15px;
}
.main-page .free-report-wrap .body > .btn-wrap {
  text-align: center;
  display: block;
}
.main-page .free-report-wrap .btn.btn-next {
  font-size: 17px;
  padding-left: 15px;
  padding-right: 75px;
  min-height: auto;
}
.main-page .free-report-wrap .btn.btn-next span {
  font-size: 23px;
}
@media (max-width: 479px) {
  .main-page .free-report-wrap .btn.btn-next {
    font-size: 11px;
  }
  .main-page .free-report-wrap .btn.btn-next span {
    font-size: 15px;
  }
}
.main-page .free-report-wrap .footer {
  color: #f5f5f5;
  font-size: 13px;
  font-style: italic;
  padding: 20px 15px;
  line-height: 1.5;
}
.main-page .bottom-free-report-wrap {
  text-align: center;
  padding: 30px 0;
}
.main-page .bottom-free-report-wrap .btn-wrap {
  padding: 10px 0;
}
.main-page #visitor-form .caption-wrap {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.main-page #visitor-form .caption-wrap span {
  font-size: 30px;
}
.main-page #visitor-form .fields-wrap {
  margin-bottom: 15px;
}
.main-page #visitor-form .fields-wrap .checkbox label {
  font-size: 17px;
  font-weight: 600;
}
.main-page #visitor-form .button-wrap {
  margin-bottom: 15px;
}
.main-page #visitor-form .button-wrap .btn-next {
  min-width: 316px;
}
.main-page #visitor-form .button-wrap .btn-next > span {
  font-size: 36px;
}
.main-page #visitor-form .form-logo-wrap .form-logo {
  background: url(../img/main-page/form-logo.png) no-repeat center;
  background-size: 200px 37px;
  height: 37px;
}
.main-page #visitor-form .visitor-form-secure {
  color: #666666;
  font-size: 17px;
  font-weight: 600;
}
.main-page #visitor-form .visitor-form-secure .glyphicon-lock:before {
  font-size: 11px;
}
.agree-terms .bbb-logo {
  display: inline-block;
  background: url(../img/agree-terms/BBB-logo.png) no-repeat;
  width: 90px;
  height: 145px;
}
.agree-terms #how-to-sell-wrap {
  padding-bottom: 50px;
}
.agree-terms #how-to-sell-wrap .caption-wrap {
  margin-bottom: 25px;
}
.agree-terms #how-to-sell-wrap .right-wrap .image {
  background: url(../img/agree-terms/tmp-image.png) no-repeat center;
  height: 269px;
}
.agree-terms #how-to-sell-wrap .right-wrap .contacts {
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
  font-size: 15px;
}
.agree-terms .blockquote-important {
  margin-right: 50px;
}
.agree-terms .blockquote-important .text-wrap {
  padding: 20px 30px 20px 50px;
  line-height: 1.1;
  font-size: 15px;
}
.property .property-form-wrap {
  background-image: url(../img/property/image-on-the-black.png);
  background-repeat: no-repeat;
  background-position: 70% -95px;
  background-size: 60%;
}
.property .property-form-wrap h3 {
  letter-spacing: 0.02em;
  font-weight: normal;
}
.property .property-form-wrap .property-form label {
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-size: 11px;
}
.property .property-form-wrap .property-form .form-group .hint-block {
  color: #ffffff;
}
.property .property-form-wrap .property-form .btn-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .property .property-form-wrap {
    background-position: center top;
    background-size: 100%;
  }
}
.property .property-caption {
  color: #fec929;
  margin-bottom: 12px;
}
.property .property-form {
  margin-top: 20px;
}
.property .row-logo-wrap {
  margin-top: 20px;
}
.proprety-success {
  font-size: 18px;
}
.proprety-success .editor-h1 {
  letter-spacing: -0.4px;
}
.proprety-success .contacts-wrap {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 25px;
}
.proprety-success .contacts-wrap .contact-row {
  margin-bottom: 15px;
}
.proprety-success .contacts-wrap img {
  width: 100%;
  max-width: 85px;
}
.proprety-success .blockquote-important {
  font-size: 14px;
  margin: 20px 15px 30px 0;
  line-height: 1.5;
}
.proprety-success .reviews-caption {
  background: #0571d0;
  padding: 15px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}
.proprety-success .review-wrap {
  background: #f5f5f5;
  text-align: center;
  padding: 10px 55px 20px 55px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.4;
}
.proprety-success .review-wrap .listen-link {
  color: #d00000;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}
.proprety-success #testimonials-wrap {
  margin-top: 40px;
}
.consumer-report {
  font-size: 17px;
}
.consumer-report .editor-h1.red {
  letter-spacing: -0.4px;
}
.consumer-report .darkblue-wrap {
  padding-bottom: 0;
  margin-bottom: 25px;
}
.consumer-report .darkblue-wrap ul.ok li {
  line-height: 1.4;
  margin-bottom: 3px;
}
.consumer-report .darkblue-wrap .caption-wrap {
  padding-bottom: 15px;
}
.consumer-report .big-text {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
}
.consumer-report .yellow-wrap {
  font-size: 17px;
  padding-top: 50px;
}
.consumer-report .yellow-wrap ul.remove li {
  margin-bottom: 7px;
}
.consumer-report .darkblue-image-wrap {
  margin-bottom: 25px;
}
.consumer-report .darkblue-image-wrap .content-wrap .editor-h2 {
  padding: 20px 0;
}
.consumer-report .reason-wrap {
  font-size: 21px;
  font-weight: bold;
}
.consumer-report .reason-wrap .caption-wrap hr {
  border: 2px solid #fec929;
  width: 200px;
  margin: 20px auto;
}
.consumer-report .reason-wrap .reason-list-wrap {
  margin-bottom: 20px;
}
.consumer-report .options-wrap {
  font-weight: bold;
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
}
.consumer-report .options-wrap .caption-wrap {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin: 20px 0;
}
.consumer-report .options-wrap .caption-wrap hr {
  width: 25%;
  margin: 20px auto;
  border: 2px solid #fec929;
}
.consumer-report .options-wrap .option-list-wrap {
  text-align: center;
}
.consumer-report .options-wrap .option-list-wrap .image-wrap img {
  max-height: 150px;
}
.consumer-report .options-wrap .option-list-wrap .text-wrap {
  margin: 25px 50px 0px;
}
.consumer-report .selling-process-wrap .selling-process {
  margin-bottom: 45px;
}
.consumer-report .selling-process-wrap .selling-process .selling-process-caption {
  color: #d00000;
  font-size: 41px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}
.consumer-report .selling-process-wrap .selling-process .selling-process-caption.item-list {
  position: relative;
  padding-left: 40px;
}
.consumer-report .selling-process-wrap .selling-process .selling-process-caption.item-list::before {
  position: absolute;
  content: attr(data-number) ". ";
  left: 0;
}
.consumer-report .selling-process-wrap .selling-process .lbt-click {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.consumer-report .selling-process-wrap .selling-process .btn-wrap,
.consumer-report .selling-process-wrap .selling-process .btn-wrap .btn {
  width: 100%;
  font-size: 18px;
}
.consumer-report .selling-process-wrap .selling-process .btn-wrap {
  margin-bottom: 20px;
}
.consumer-report .testimonials-wrap {
  text-align: center;
  padding: 15px 13%;
}
.consumer-report .testimonials-wrap .links-wrap {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.consumer-report .testimonials-wrap .links-wrap .popup-open-btn {
  cursor: pointer;
}
.consumer-report .testimonials-wrap > .row {
  padding: 15px 0;
}
.consumer-report .testimonials-wrap .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
.consumer-report .testimonials-wrap .image-wrap .audio-icon {
  position: absolute;
  z-index: 1;
  top: 30%;
  width: 100%;
}
.consumer-report .testimonials-wrap .image-wrap .audio-icon img {
  max-height: 50px;
}
.consumer-report #wrap-form-offer {
  padding-top: 40px;
}
.consumer-report #wrap-form-offer > p,
.consumer-report #wrap-form-offer h2 {
  padding: 15px 0;
}
.consumer-report #wrap-form-offer .content-wrap .editor-h1 {
  padding: 65px 0 25px 0;
}
.problem-with-agents {
  font-size: 17px;
  line-height: 1.5;
}
.problem-with-agents .problem-row {
  margin-bottom: 40px;
}
.problem-with-agents .problem-row.last {
  margin-bottom: 0;
}
.problem-with-agents .problem-row .wrap-img {
  width: 130px;
}
@media (max-width: 767px) {
  .problem-with-agents .problem-row {
    margin-bottom: 30px;
  }
}
.problem-with-agents ul.remove {
  margin-left: 45px;
  margin-top: 10px;
}
.problem-with-agents ul.remove li {
  margin-bottom: 5px;
}
.real-life-listings,
.property {
  font-size: 17px;
}
.real-life-listings p,
.property p {
  line-height: 1.5;
}
.real-life-listings .editor-h3,
.property .editor-h3 {
  padding: 20px 0;
}
.real-life-listings .lbt-scroll,
.property .lbt-scroll {
  margin-top: 20px;
  display: block;
  font-size: 18px;
}
.real-life-listings .wrap_testimonials p,
.property .wrap_testimonials p {
  font-style: italic;
}
.real-life-listings .wrap_testimonials p .testimonials-autor,
.property .wrap_testimonials p .testimonials-autor {
  font-style: normal;
}
#redirect-page {
  font-size: 18px;
}
#redirect-page .btn {
  font-size: 18px;
  width: 255px;
  margin: 10px 0 30px 0;
}
#wrap-video {
  width: 100%;
  max-width: 1200px;
  background-color: transparent !important;
}
#wrap-video .jwvideo video {
  height: auto;
}
#wrap-video .jwpreview.jwuniform {
  background-color: #fff;
}
#wrap-video #wrap-video_logo {
  display: none;
}
.disclaimers-wrap p {
  padding: 20px 0;
  font-style: italic;
  font-size: 12px;
}
.main_page .disclaimers-wrap {
  display: none;
}
