* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "Montserrat", sans-serif;
  }
  
  html {
    scroll-behavior: smooth;
  }

  a{
      cursor: pointer;
  }

  a:hover{
      text-decoration: none;
  }

  dl, ol, ul{
      margin-bottom:0;
  }
  
  img{
      vertical-align: baseline;
  }

  .wrapper {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  
  .logo {
    max-width: 70px;
  }

  .header {
    background: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  .header .header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header .header__content > div {
    display: flex;
    align-items: center;
  }
  .header .header__content #menu__toggle {
    opacity: 0;
  }
  .header .header__content .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .header .header__content .menu__btn > span,
  .header .header__content .menu__btn > span::before,
  .header .header__content .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 40px;
    right: 0;
    height: 2px;
    background-color: #4C957A;
    transition: 0.5s ease-in-out;
  }
  .header .header__content .menu__btn > span {
    width: 40px;
    top:10px;
  }
  .header .header__content .menu__btn > span::before {
    content: "";
    top: -11px;
  }
  .header .header__content .menu__btn > span::after {
    content: "";
    top: 11px;
  }
  .header .header__content #menu__toggle, .header .header__content .menu__btn {
    display: none;
  }
  .header .header__navigation {
    margin-left: auto;
    margin-right: 17px;
  }
  .header .header__navigation .navigation__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 795px;
  }
  .header .header__navigation .navigation__list .list__link {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000;
  }
  .header .header__navigation .navigation__list .list__item {
    border-bottom: 2px solid #fff;
    transition: all 0.3s;
  }
  .header .header__navigation .navigation__list .list__item.active {
    border-bottom: 2px solid #4C957A;
  }
  .header .header__navigation .navigation__list .list__item:hover {
    border-bottom: 2px solid #4C957A;
  }
  .header .button-sing-in {
    background: #fff;
    border: none;
    cursor: pointer;
  }

  .footer {
    padding: 100px 0 20px;
    position: relative;
  }
  .footer .wrapper {
    position: static;
  }
  .footer::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #4C957A;
    top: 101px;
    left: 0;
  }
  .footer .logo {
    max-width: 134px;
  }
  .footer .block-logo {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
  }
  .footer .footer__menu {
    display: flex;
    justify-content: space-between;
    padding-top: 34px;
  }
  .footer .footer__menu form {
    position: relative;
  }
  .footer .footer__menu form .join-title {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
  }
  .footer .footer__menu form > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer .footer__menu form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 252, 252, 0.7);
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    min-width: 329px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 16px;
    color: #585858;
  }
  .footer .footer__menu form input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(88, 88, 88, 0.7);
  }
  .footer .footer__menu form input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(88, 88, 88, 0.7);
  }
  .footer .footer__menu form input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(88, 88, 88, 0.7);
  }
  .footer .footer__menu form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #6CD3AE;
    border-radius: 5px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    margin-left: 7px;
    padding: 0px 22px;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
  }
  .footer .footer__menu form button:hover {
    background: #4C957A;
  }
  .footer .footer__menu .block-menu {
    display: flex;
    flex-direction: column;
  }
  .footer .footer__menu .block-menu h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    color: #000000;
  }
  .footer .footer__menu .block-menu a, .footer .footer__menu .block-menu p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #6B6565;
  }
  .footer .footer__menu .block-menu .email {
    color: #6CD3AE;
    margin-bottom: 20px;
  }
  .footer .footer__menu .block-menu .phone {
    color: #6CD3AE;
  }
  .footer .footer__menu .mobile-link {
    display: none;
  }
  .footer .footer__menu .social {
    width: 131px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .footer .footer__menu .social > a {
    position: relative;
    top: 50%;
    height: 36px;
  }
  .footer .footer__menu .powered {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 5%;
  }
  .footer .footer__menu .powered span {
    color: #fff;
  }
  .footer .footer__menu .powered::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 28px;
    background: #EB363C;
    top: 0;
    right: 17px;
    z-index: -1;
  }
  
  @media (min-width: 768px) and (max-width: 1280px) {
    .logo {
      max-width: 70px;
    }
  
    .header .header__navigation .navigation__list .list__link {
      font-size: 12px;
    }
  
    .header .header__navigation .navigation__list {
      margin-top: 10px;
      width: 590px;
    }
  
    .header .header__content > div {
      display: flex;
      align-items: flex-end;
    }
    .header .header__content > div .button-sing-in img {
      max-width: 23px;
    }
    .header .header__content > div .header__navigation {
      margin-right: 10px;
    }
  
    .footer {
      padding-bottom: 30px;
    }
    .footer .footer__register {
      padding-bottom: 30px;
    }
    .footer .footer__register .input__join {
      font-size: 14px;
      padding: 13px;
      width: 310px;
    }
    .footer .footer__register .input__join::-moz-placeholder {
      font-size: 16px;
    }
    .footer .footer__register .input__join:-ms-input-placeholder {
      font-size: 16px;
    }
    .footer .footer__register .input__join::placeholder {
      font-size: 16px;
    }
    .footer .footer__menu {
      flex-wrap: wrap;
      justify-content: space-around;
    }
    .footer .footer__menu .block-menu {
      flex-basis: 20%;
      text-align: center;
    }
    .footer .footer__menu form {
      margin-left: 0;
      align-items: flex-start;
      margin-top: 20px;
    }
    .footer .footer__menu .social {
      margin-right: auto;
      margin-left: 20px;
      margin-top: 20px;
    }
  
    .footer .footer__menu .powered::after {
      height: 45px;
    }
  }

  @media (min-width: 320px) and (max-width: 767px) {
    .logo {
      max-width: 70px;
    }
  
    .wrapper {
      max-width: 350px;
      padding: 0 10px;
    }
  
    .header .header__content > div {
      visibility: hidden;
      margin: 0;
      position: fixed;
      top: 0;
      right: -100%;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      transition: 0.5s ease-in-out;
    }
    .header .header__content > div .header__navigation {
      position: relative;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      height: 100%;
      margin-right: 0;
      width: 75%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .header .header__content > div .navigation__list {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .header .header__content > div .navigation__list .list__item {
      margin-bottom: 10px;
    }
    .header .header__content > div .button-sing-in {
      position: absolute;
      bottom: 24%;
      transform: translateX(50%);
      right: 38%;
    }
    .header .header__content .menu__btn {
      display: block;
    }
    .header .header__content #menu__toggle:checked ~ .menu__btn > span {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
    }
    .header .header__content #menu__toggle:checked ~ .menu__btn > span::before {
      top: 0;
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
    }
    .header .header__content #menu__toggle:checked ~ .menu__btn > span::after {
      top: 0;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
    }
    .header .header__content #menu__toggle:checked ~ div {
      visibility: visible;
      right: 0;
    }
  
    .footer {
      padding: 30px 0;
    }
    .footer::after {
      top: 30px;
    }
    .footer .footer__menu {
      flex-direction: column;
      align-items: center;
    }
    .footer .footer__menu .social {
      display: none;
    }
    .footer .footer__menu .mobile-link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 10px;
    }
    .footer .footer__menu .mobile-link a {
      flex-basis: 50%;
      font-size: 14px;
      text-decoration: none;
      text-align: center;
      color: #4F4949;
    }
    .footer .footer__menu .mobile-link a:last-child {
      margin-top: 10px;
    }
    .footer .footer__menu .block-menu {
      display: none;
      text-align: center;
    }
    .footer .footer__menu .block-menu h5 {
      font-size: 14px;
    }
    .footer .footer__menu .block-menu a, .footer .footer__menu .block-menu p {
      font-size: 12px;
    }
    .footer .footer__menu .block-menu a {
      display: none;
    }
    .footer .footer__menu form {
      width: 90%;
      align-items: flex-start;
      margin-top: 20px;
    }
    .footer .footer__menu form h5 {
      text-align: center;
    }
    .footer .footer__menu form > div {
      text-align: center;
      top: 0;
      transform: none;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .footer .footer__menu form input {
      width: 55%;
      padding: 5px;
      font-size: 12px;
    }
    .footer .footer__menu form input::-moz-placeholder {
      font-size: 14px;
    }
    .footer .footer__menu form input:-ms-input-placeholder {
      font-size: 14px;
    }
    .footer .footer__menu form input::placeholder {
      font-size: 14px;
    }
    .footer .footer__menu form button {
      line-height: 14px;
      font-size: 14px;
      padding: 12px 15px;
    }
  
    .footer .footer__menu .powered {
      color: #000;
      font-size: 12px;
      font-weight: 700;
      position: absolute;
      bottom: -15px;
      right: 50%;
      transform: translateX(50%);
    }
  
    .footer .footer__menu .powered::after {
      height: 30px;
    }
  
    .footer .footer__menu form input {
      min-width: 10px;
    }
  }

  input.error{
      border-color:red !important;
  }

  label.error{
      display: none !important;
  }.login {
    padding-top: 150px;
    padding-bottom: 30px;
    text-align: center;
    height: 100vh;
  }
  .login .login__title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
  }
  .login .login__form {
    margin: 0 auto;
    max-width: 420px;
  }
  .login .login__form > span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(129, 129, 129, 0.7);
  }
  .login .login__form .password {
    position: relative;
    margin-bottom: 20px;
  }
  .login .login__form .eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 29px;
    height: 29px;
    cursor: pointer;
  }
  .login .login__form .remember {
    display: none;
  }
  .login .login__form .remember-label {
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: rgba(4, 4, 4, 0.7);
    text-transform: capitalize;
    position: relative;
    padding-left: 30px;
  }
  .login .login__form .remember-label::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #6CD3AE;
    box-sizing: border-box;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .login .login__form .lost-password {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
  }
  .login .login__form > input {
    background: #FFFFFF;
    border: 1px solid #868686;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
  }
  .login .login__form .password input {
    background: #FFFFFF;
    border: 1px solid #868686;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
  }
  .login .login__form p {
    text-align: left;
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(129, 129, 129, 0.7);
  }
  .login .login__form div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .login .login__form div a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
  }
  .login .login__form .sing-in {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    background: #6CD3AE;
    border-radius: 5px;
    border: none;
    padding: 10px 127px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 13px;
  }
  .login .register {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-top: 5px;
  }
  .login .register span {
    text-decoration: underline;
  }

  @media (min-width: 768px) and (max-width: 1280px) {
    .login .login__title {
      font-size: 24px;
    }
    .login .login__form {
      max-width: 380px;
    }
    .login .login__form input {
      font-size: 18px;
    }
    .login .login__form p {
      font-size: 18px;
    }
    .login .login__form div {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .login .login__form div a {
      font-size: 18px;
    }
    .login .login__form .sing-in {
      font-size: 18px;
      cursor: pointer;
      margin-bottom: 30px;
    }
    .login .register {
      font-size: 18px;
    }
  }

  @media (min-width: 320px) and (max-width: 767px) {
    .login .login__title {
        font-size: 24px;
    }
    .login .login__form {
        max-width: 280px;
        margin-top: 15px;
    }
    .login .login__form .remember-label {
        font-size: 12px;
    }
    .login .login__form .lost-password {
        font-size: 12px;
    }
    .login .login__form input {
        font-size: 16px;
    }
    .login .login__form p {
        font-size: 16px;
    }
    .login .login__form div {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .login .login__form div a {
        font-size: 16px;
    }
    .login .login__form .sing-in {
        font-size: 15px;
        cursor: pointer;
        margin-bottom: 30px;
        padding: 10px 98px;
        width: 100%;
        margin-bottom: 8px;
    }
    .login .register {
        font-size: 14px;
    }
  }.register {
    padding-top: 101px;
    padding-bottom: 30px;
    text-align: center;
    height: 100vh;
  }
  .register .register__title {
    margin-top: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
  }
  .register .login {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-top: 5px;
  }
  .register .login span {
    text-decoration: underline;
  }
  .register .register__form {
    margin: 0 auto;
    text-align: center;
    max-width: 420px;
  }
  .register .register__form input {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #868686;
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
  .register .register__form p {
    text-align: left;
    margin-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(129, 129, 129, 0.7);
  }
  .register .register__form div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .register .register__form div a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
  }
  .register .register__form .sing-in {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
    background: #6CD3AE;
    border-radius: 10px;
    border: none;
    padding: 10px 90px;
    cursor: pointer;
    margin-bottom: 40px;
  }
  .register .register-button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }



@media (min-width: 768px) and (max-width: 1280px) {
    .register .register__title {
      font-size: 24px;
    }
    .register .register__form {
      max-width: 380px;
    }
    .register .register__form input {
      font-size: 14px;
    }
    .register .register__form p {
      font-size: 15px;
    }
    .register .register__form div {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .register .register__form div a {
      font-size: 14px;
    }
    .register .register__form .sing-in {
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 30px;
    }
    .register .register-button {
      font-size: 14px;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .register .register__title {
      font-size: 24px;
    }
    .register .register__form {
      max-width: 280px;
    }
    .register .register__form input {
      font-size: 14px;
    }
    .register .register__form p {
      font-size: 14px;
    }
    .register .register__form div {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .register .register__form div a {
      font-size: 14px;
    }
    .register .register__form .sing-in {
      font-size: 14px;
      cursor: pointer;
      margin-bottom: 30px;
      padding: 10px 98px;
      width: 100%;
    }
    .register .register-button {
      font-size: 14px;
    }
  }.preview {
    padding-top: 64px;
    height: 100vh;
    background: url("/assets/img/preview__bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: content-box;
    background-origin: content-box;
    box-sizing: border-box;
  }
  .preview .wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .preview .preview__content {
    max-width: 632px;
  }
  .preview .preview__content .preview__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .preview .preview__content .preview__description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .preview .preview__content .schedule-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
  }
  .preview .preview__content .schedule-button:hover {
    background: #4C957A;
  }
  
  .home-defenders {
    padding: 50px 0;
  }
  .home-defenders .home-defenders__subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .home-defenders .home-defenders__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .home-defenders .home-defenders__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  
  .how-it-works {
    background: rgba(196, 196, 196, 0.3);
    padding: 50px 0;
  }
  .how-it-works .how-it-works__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .how-it-works .how-it-works__title {
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
  }
  .how-it-works .steps-help {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .how-it-works .steps-help .step:first-child .step__content::after {
    content: "Step 1";
    position: absolute;
    top: -23px;
    left: 25px;
    border: 3px solid #fff;
    font-style: normal;
    font-family: "Nunito", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #4C957A;
    border-radius: 30px;
    padding: 8px 37px;
  }
  .how-it-works .steps-help .step:nth-child(2) .step__content::after {
    content: "Step 2";
    position: absolute;
    top: -23px;
    left: 25px;
    border: 3px solid #fff;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #4C957A;
    border-radius: 30px;
    padding: 8px 37px;
  }
  .how-it-works .steps-help .step:last-child .step__content::after {
    content: "Step 3";
    position: absolute;
    border: 3px solid #fff;
    top: -23px;
    left: 25px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #4C957A;
    border-radius: 30px;
    padding: 8px 37px;
  }
  .how-it-works .step {
    flex-basis: 30%;
    background: #fff;
  }
  .how-it-works .step__img {
    max-height: 285px;
    width: 100%;
  }
  .how-it-works .step__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .how-it-works .step__content {
    padding: 30px 30px;
    position: relative;
  }
  .how-it-works .step__content .step__title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
  }
  .how-it-works .step__content .step__description {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
  }
  
  .consult {
    padding: 50px 0;
    background: url("/assets/img/consult__bg.png") no-repeat;
    background-position: center;
  }
  .consult .consult__content {
    text-align: center;
  }
  .consult .consult__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .consult .consult__description {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .consult .schedule-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
  }
  .consult .schedule-button:hover {
    background: #4C957A;
  }

  @media (max-width: 1239px) {
    .how-it-works .steps-help {
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center;
    }
    .how-it-works .steps-help .step {
      flex-basis: 45%;
      margin-bottom: 20px;
    }
    .how-it-works .steps-help .step:first-child {
      margin-right: 30px;
    }
    .how-it-works .steps-help .step .step__img {
      height: 350px;
    }
    .how-it-works .steps-help .step .step__img img {
      -o-object-fit: fill;
         object-fit: fill;
    }
    .how-it-works .step__content {
      padding: 30px 10px;
    }
    .how-it-works .step__content .step__title {
      font-size: 18px;
      text-align: center;
    }
    .how-it-works .step__content .step__description {
      font-size: 14px;
      text-align: center;
    }
  }
  @media (max-width: 1000px) {
    .how-it-works .steps-help {
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: center;
    }
    .how-it-works .steps-help .step {
      margin-bottom: 20px;
    }
    .how-it-works .steps-help .step .step__img {
      height: 350px;
    }
    .how-it-works .steps-help .step .step__img img {
      -o-object-fit: fill;
         object-fit: fill;
    }
  }
  @media (min-width: 768px) and (max-width: 1280px) {
    .preview {
      padding-top: 64px;
    }
    .preview .preview__content .preview__title {
      font-size: 30px;
      line-height: 37px;
    }
    .preview .preview__content .preview__description {
      font-size: 16px;
    }
    .preview .preview__content .schedule-button {
      font-size: 16px;
    }
  
    .how-it-works .how-it-works__subtitle {
      margin-bottom: 15px;
    }
    .how-it-works .step:first-child {
      margin-right: 0;
    }
    .how-it-works .step__content {
      padding: 30px 10px;
    }
    .how-it-works .step__content .step__title {
      font-size: 18px;
      text-align: center;
    }
    .how-it-works .step__content .step__description {
      font-size: 14px;
      text-align: center;
    }
  
    .consult {
      padding: 38px 0;
      background-size: cover;
    }
    .consult .consult__title {
      font-size: 24px;
    }
    .consult .consult__description {
      font-size: 16px;
    }
    .consult .schedule-button {
      font-size: 16px;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .preview {
      padding-top: 64px;
    }
    .preview .preview__content {
      text-align: center;
    }
    .preview .preview__content .preview__title {
      font-size: 20px;
      line-height: 27px;
      text-align: center;
    }
    .preview .preview__content .preview__description {
      text-align: center;
      font-size: 18px;
    }
    .preview .preview__content .schedule-button {
      font-size: 18px;
      padding: 17px 13px;
    }
  
    .home-defenders {
      padding: 30px 0;
    }
    .home-defenders .home-defenders__content .home-defenders__subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .home-defenders .home-defenders__content .home-defenders__title {
      font-size: 20px;
      line-height: 27px;
    }
    .home-defenders .home-defenders__content .home-defenders__description {
      font-size: 16px;
    }
  
    .how-it-works {
      padding: 30px 0;
    }
    .how-it-works .how-it-works__content .how-it-works__subtitle {
      margin-bottom: 10px;
    }
    .how-it-works .how-it-works__content .how-it-works__title {
      font-size: 24px;
      line-height: 30px;
    }
    .how-it-works .how-it-works__content .steps-help {
      flex-wrap: wrap;
      justify-content: center;
    }
    .how-it-works .how-it-works__content .steps-help .step {
      flex-basis: 90%;
      margin-bottom: 15px;
    }
    .how-it-works .how-it-works__content .steps-help .step:first-child {
      margin-right: 0;
    }
    .how-it-works .how-it-works__content .steps-help .step:first-child .step__content::after {
      left: 7px;
      top: -20px;
      padding: 3px 27px;
      font-size: 16px;
    }
    .how-it-works .how-it-works__content .steps-help .step:nth-child(2) .step__content::after {
      left: 7px;
      top: -20px;
      padding: 3px 27px;
      font-size: 16px;
    }
    .how-it-works .how-it-works__content .steps-help .step:last-child .step__content::after {
      left: 7px;
      top: -20px;
      padding: 3px 27px;
      font-size: 16px;
    }
    .how-it-works .how-it-works__content .steps-help .step .step__img {
      height: 180px;
    }
    .how-it-works .how-it-works__content .steps-help .step .step__img img {
      -o-object-fit: fill;
         object-fit: fill;
    }
    .how-it-works .how-it-works__content .steps-help .step .step__content {
      padding: 20px 5px;
    }
    .how-it-works .how-it-works__content .steps-help .step .step__content .step__title {
      font-size: 18px;
      line-height: 20px;
      text-align: center;
    }
    .how-it-works .how-it-works__content .steps-help .step .step__content .step__description {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
    }
  
    .consult {
      padding: 10px 0;
    }
    .consult .consult__content .consult__title {
      font-size: 22px;
      line-height: 25px;
    }
    .consult .consult__content .consult__description {
      font-size: 14px;
      line-height: 18px;
    }
    .consult .consult__content .schedule-button {
      font-size: 14px;
      padding: 17px 13px;
    }
  }  .save-home {
    padding-top: 85px;
    height: 100vh;
    background: url("/assets/img/listing-bg.jpg") no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-origin: content-box;
    box-sizing: border-box;
  }
  .save-home .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .save-home .save-home__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .save-home .save-home__description {
    max-width: 702px;
  }
  .save-home .save-home__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .save-home .save-home__text {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
  }
  .save-home .wrapper-button {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .save-home .save-home__button {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 22px 34px;
    transition: all 0.3s;
    margin: 5px 0;
    min-width: 310px;
  }
  .save-home .save-home__button:hover {
    background: #4C957A;
  }
  .save-home .foreclosure-preview__form-consultation {
    box-sizing: border-box;
    padding: 30px 16px 30px 24px;
    background: rgba(96, 200, 162, 0.8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 454px;
    width: 100%;
  }
  .save-home .form-consultation__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .save-home .form-consultation__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
  }
  .save-home .form-consultation__description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #E3E1E1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .save-home .form-consultation__input {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    margin-bottom: 25px;
  }
  .save-home .form-consultation__input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .save-home .form-consultation__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .save-home .form-consultation__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .save-home .form-list-arrow {
    position: relative;
  }
  .save-home .form-list-arrow::after {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 12px;
    background: url("/assets/icon/arrow-list.svg") no-repeat;
    position: absolute;
  }
  .save-home .form__list {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none !important;
    padding: 16px 12px 12px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .save-home .form-consultation__button {
    font-family: "Nunito", sans-serif;
    background: #76ECC1;
    border-radius: 10px;
    padding: 21px 140px;
    border: none;
    margin-top: 28px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s;
  }
  .save-home .form-consultation__button:hover {
    background: #4C957A;
  }
  
  .service {
    background: #fff;
    padding: 50px 0;
  }
  .service .service__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .service .service__title {
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
  }
  .service .steps-help {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .service .step {
    flex-basis: 30%;
    background: #EDEDED;
  }
  .service .step__img {
    max-height: 285px;
    width: 100%;
  }
  .service .step__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service .step__content {
    padding: 30px 30px;
    position: relative;
    text-align: center;
  }
  .service .step__content .step__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .service .step__content .step__description {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .service .step__content .learn-more {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4C957A;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 7px 31px;
  }
  
  .help {
    padding: 122px 0;
    background: url("/assets/img/help-listing.jpg") no-repeat;
    background-position: center;
  }
  .help .help__content {
    text-align: center;
  }
  .help .help__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .help .help__subtitle {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 37px;
    /* identical to box height, or 185% */
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .help .help__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .help .help-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
  }
  .help .help-button:hover {
    background: #4C957A;
  }
  
  .home-defenders {
    padding: 50px 0;
  }
  .home-defenders .home-defenders__subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .home-defenders .home-defenders__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .home-defenders .home-defenders__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  .home-defenders .home-defenders__description span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }

  .save {
    padding: 50px 0;
    background: url("/assets/img/save-bg.jpg") no-repeat;
    background-position: center;
  }
  .save .save__content {
    text-align: center;
  }
  .save .save__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .save .save__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .save .save__description span {
    font-weight: 700;
  }
  .save .save-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    margin:0 5px;
  }
  .save .save-button:hover {
    background: #4C957A;
  }


  @media (min-width: 768px) and (max-width: 1024px) {
    .save-home {
      padding-top: 80px;
    }
    .save-home .save-home__description {
      flex-basis: 48%;
    }
    .save-home .save-home__description .save-home__title {
      font-size: 26px;
      line-height: 30px;
      margin-top: 20px;
    }
    .save-home .save-home__description .save-home__text {
      font-size: 18px;
      margin-top: 15px;
    }
    .save-home .wrapper-button {
      flex-wrap: wrap;
      justify-content: center;
    }
    .save-home .save-home__button {
      padding: 12px 25px;
      font-size: 14px;
    }
    .save-home .save-home__button:first-child {
      margin-bottom: 10px;
    }
    .save-home .foreclosure-preview__form-consultation {
      flex-basis: 40%;
      padding: 20px 10px 20px 15px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .save-home .form-consultation__input {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .save-home .form-consultation__input::-moz-placeholder {
      font-size: 16px;
    }
    .save-home .form-consultation__input:-ms-input-placeholder {
      font-size: 16px;
    }
    .save-home .form-consultation__input::placeholder {
      font-size: 16px;
    }
    .save-home .form__list {
      font-size: 16px;
    }
    .save-home .form__list::-moz-placeholder {
      font-size: 16px;
    }
    .save-home .form__list:-ms-input-placeholder {
      font-size: 16px;
    }
    .save-home .form__list::placeholder {
      font-size: 16px;
    }
    .save-home .form-consultation__button {
      padding: 10px 30px;
      font-size: 16px;
    }
  
    .service {
      padding: 25px 0;
    }
    .service .service__subtitle {
      font-size: 14px;
    }
    .service .service__title {
      font-size: 22px;
      line-height: 26px;
    }
    .service .steps-help .step {
      flex-basis: 32%;
    }
    .service .steps-help .step .step__title {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .service .steps-help .step .step__description {
      font-size: 14px;
    }
    .service .step__content {
      padding: 15px 10px;
    }
    .service .step__content .learn-more {
      font-size: 16px;
      padding: 3px 20px;
    }
  
    .help {
      padding: 60px 0;
      background-size: cover;
    }
    .help .help__subtitle {
      font-size: 16px;
    }
    .help .help__title {
      font-size: 20px;
    }
    .help .help__description {
      font-size: 15px;
    }
    .help .help-button {
      padding: 11px;
      font-size: 14px;
    }
  
    .home-defenders .home-defenders__title {
      font-size: 20px;
    }
    .home-defenders .home-defenders__description {
      font-size: 14px;
    }
  
    .save .save__title {
      font-size: 20px;
    }
    .save .save__description {
      font-size: 15px;
    }
    .save .save-button {
      padding: 14px;
      font-size: 14px;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .save-home {
      padding-top: 78px;
      height: auto;
    }
    .save-home .save-home__content {
      flex-direction: column;
    }
    .save-home .save-home__title {
      font-size: 18px;
      text-align: center;
    }
    .save-home .save-home__text {
      font-size: 14px;
      text-align: center;
    }
    .save-home .wrapper-button {
      flex-wrap: wrap;
      justify-content: center;
    }
    .save-home .save-home__button {
      padding: 12px;
      font-size: 14px;
      width: 90%;
    }
    .save-home .save-home__button:first-child {
      margin-bottom: 10px;
    }
    .save-home .foreclosure-preview__form-consultation {
      padding: 6px 8px 10px 10px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__subtitle {
      font-size: 18px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__description {
      margin: 10px auto;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__input {
      margin-bottom: 10px;
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__input::-moz-placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__input:-ms-input-placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__input::placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form__list {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form__list::-moz-placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form__list:-ms-input-placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form__list::placeholder {
      font-size: 14px;
    }
    .save-home .foreclosure-preview__form-consultation .form-consultation__button {
      font-size: 16px;
      padding: 10px 20px;
    }
  
    .service {
      padding-top: 25px;
      padding-bottom: 0;
    }
    .service .service__subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .service .service__title {
      font-size: 18px;
    }
    .service .steps-help {
      flex-wrap: wrap;
      justify-content: center;
    }
    .service .steps-help .step {
      flex-basis: 85%;
      margin-bottom: 10px;
    }
    .service .steps-help .step__content {
      padding: 15px 10px;
    }
    .service .steps-help .step__content .learn-more {
      font-size: 14px;
      padding: 5px 18px;
    }
    .service .steps-help .step__title {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .service .steps-help .step__description {
      font-size: 14px;
    }
  
    .help {
      background-size: cover;
      padding: 30px 0;
    }
    .help .help__subtitle {
      font-size: 14px;
    }
    .help .help__title {
      font-size: 18px;
    }
    .help .help__description {
      font-size: 14px;
    }
    .help .help-button {
      font-size: 14px;
    }
  
    .home-defenders .home-defenders__subtitle {
      font-size: 14px;
    }
    .home-defenders .home-defenders__title {
      font-size: 18px;
      line-height: 20px;
    }

    .save {
      background-size: cover;
      padding: 20px 0;
    }
    .save .save__title {
      font-size: 18px;
    }
    .save .save__description {
      font-size: 14px;
    }
    .save .save-button {
      font-size: 14px;
      padding: 9px;
    }
  }  .about-preview {
    padding-top: 64px;
    background: url("/assets/img/about__bg.jpg") no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-origin: content-box;
    box-sizing: border-box;
    min-height: 301px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-preview .about-preview__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
  }
  
  .home-defenders {
    padding: 50px 0;
  }
  .home-defenders .home-defenders__content {
    text-align: center;
  }
  .home-defenders .home-defenders__subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .home-defenders .home-defenders__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .home-defenders .home-defenders__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  .home-defenders .schedule-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 16px 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
    transition: 0.3s;
  }
  .home-defenders .schedule-button:hover {
    background: #4C957A;
  }
  
  .get-started {
    padding: 20px 0;
  }
  .get-started .get-started__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .get-started .get-started__description {
    max-width: 650px;
  }
  .get-started .get-started__subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .get-started .get-started__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .get-started .get-started__title span {
    color: #6CD3AE;
  }
  .get-started .get-started__text {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
  }
  .get-started .get-started__information {
    margin-top: 15px;
  }
  .get-started .information__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 20px;
  }
  .get-started .information__item {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  .get-started .information__item img {
    margin-right: 19px;
  }
  .get-started .information__item p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
  }
  .get-started .call-now {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    padding: 16px 51px;
    background: #6CD3AE;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 15px;
  }
  .get-started .call-now:hover {
    background: #4C957A;
  }
  .get-started .foreclosure-preview__form-consultation {
    box-sizing: border-box;
    padding: 30px 16px 30px 24px;
    background: rgba(96, 200, 162, 0.8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 454px;
    width: 100%;
  }
  .get-started .form-consultation__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .get-started .form-consultation__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
  }
  .get-started .form-consultation__description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #E3E1E1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .get-started .form-consultation__input {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    margin-bottom: 25px;
  }
  .get-started .form-consultation__input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .get-started .form-consultation__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .get-started .form-consultation__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .get-started .form-list-arrow {
    position: relative;
  }
  .get-started .form-list-arrow::after {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 12px;
    background: url("/assets/icon/arrow-list.svg") no-repeat;
    position: absolute;
  }
  .get-started .form__list {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .get-started .form-consultation__button {
    background: #76ECC1;
    border-radius: 10px;
    padding: 21px 140px;
    border: none;
    margin-top: 28px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
  }
  
  @media (min-width: 768px) and (max-width: 1280px) {
    .about-preview {
      padding-top: 64px;
    }

    .about-preview {
      padding-top: 64px;
      min-height: 220px;
    }
  
    .home-defenders .home-defenders__description {
      font-size: 18px;
    }
    .home-defenders .schedule-button {
      font-size: 18px;
    }
  
    .get-started .get-started__description {
      max-width: none;
      flex-basis: 45%;
      position: relative;
    }
    .get-started .get-started__description .get-started__title {
      font-size: 24px;
      margin-top: 15px;
    }
    .get-started .get-started__description .get-started__text {
      font-size: 16px;
    }
    .get-started .foreclosure-preview__form-consultation {
      flex-basis: 45%;
      width: 40%;
    }
    .get-started .form-consultation__title {
      font-style: normal;
      font-weight: bold;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
      color: #FFFFFF;
      text-transform: uppercase;
    }
    .get-started .form-consultation__subtitle {
      font-style: normal;
      font-weight: 500;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
      color: #FFFFFF;
    }
    .get-started .form-consultation__description {
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      color: #E3E1E1;
      margin-top: 20px;
      margin-bottom: 15px;
    }
    .get-started .form-consultation__input {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 10px;
      border: none;
      padding: 16px 12px 12px;
      margin-bottom: 10px;
      font-size: 16px;
    }
    .get-started .form-consultation__input::-moz-placeholder {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: rgba(129, 129, 129, 0.7);
      text-transform: capitalize;
    }
    .get-started .form-consultation__input:-ms-input-placeholder {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: rgba(129, 129, 129, 0.7);
      text-transform: capitalize;
    }
    .get-started .form-consultation__input::placeholder {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: rgba(129, 129, 129, 0.7);
      text-transform: capitalize;
    }
    .get-started .form__list {
      background: #FFFFFF;
      border: 2px solid #FFFFFF;
      box-sizing: border-box;
      border-radius: 10px;
      border: none;
      padding: 16px 12px 12px;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: rgba(129, 129, 129, 0.7);
      position: relative;
      font-size: 16px;
    }
    .get-started .form-consultation__button {
      background: #76ECC1;
      border-radius: 10px;
      padding: 13px 60px;
      border: none;
      margin-top: 28px;
      cursor: pointer;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      transition: all 0.3s;
    }
    .get-started .form-consultation__button:hover {
      background: #4C957A;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .about-preview {
      padding-top: 64px;
    }
  
    .home-defenders {
      padding: 30px 0;
    }
    .home-defenders .home-defenders__content .home-defenders__subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .home-defenders .home-defenders__content .home-defenders__title {
      font-size: 20px;
      line-height: 27px;
    }
    .home-defenders .home-defenders__content .home-defenders__description {
      font-size: 16px;
    }
    .home-defenders .home-defenders__content .schedule-button {
      font-size: 14px;
      padding: 17px 13px;
    }
  
    .get-started .get-started__content {
      flex-direction: column;
    }
    .get-started .get-started__content .get-started__description .get-started__subtitle {
      text-align: center;
    }
    .get-started .get-started__content .get-started__description .get-started__title {
      text-align: center;
      font-size: 24px;
      line-height: 27px;
      margin-top: 10px;
    }
    .get-started .get-started__content .get-started__description .get-started__text {
      text-align: center;
      font-size: 16px;
      margin-top: 5px;
    }
    .get-started .get-started__content .get-started__information {
      text-align: center;
    }
    .get-started .get-started__content .get-started__information .information__title {
      text-align: center;
    }
    .get-started .get-started__content .get-started__information .information__item img {
      max-width: 50px;
    }
    .get-started .get-started__content .get-started__information .information__item .item__text {
      font-size: 14px;
    }
    .get-started .get-started__content .get-started__information .call-now {
      font-size: 16px;
      padding: 15px 50px;
    }
    .get-started .get-started__content .foreclosure-preview__form-consultation {
      margin-top: 15px;
    }
    .get-started .get-started__content .form-consultation__button {
      font-size: 16px;
      padding: 21px 54px;
    }
  }  .contact-preview {
    padding-top: 64px;
    height: 100vh;
    background: url("/assets/img/fpreclosure__bg.png") no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-origin: content-box;
    box-sizing: border-box;
  }
  .contact-preview .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .contact-preview .contact-preview__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-preview .contact-preview__description {
    max-width: 702px;
  }
  .contact-preview .contact-preview__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .contact-preview .contact-preview__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 15px;
  }
  .contact-preview .contact-preview__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
  }
  .contact-preview .schedule-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 21px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    transition: 0.3s;
  }
  .contact-preview .schedule-button:hover {
    background: #4C957A;
  }
  .contact-preview .contact-preview__form-consultation {
    box-sizing: border-box;
    padding: 30px 16px 30px 24px;
    background: rgba(96, 200, 162, 0.8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 454px;
    width: 100%;
  }
  .contact-preview .form-consultation__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .contact-preview .form-consultation__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
  }
  .contact-preview .form-consultation__description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #E3E1E1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contact-preview .form-consultation__input {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    margin-bottom: 25px;
  }
  .contact-preview .form-consultation__input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .contact-preview .form-consultation__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .contact-preview .form-consultation__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .contact-preview .form-list-arrow {
    position: relative;
  }
  .contact-preview .form-list-arrow::after {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 12px;
    background: url("/assets/icon/arrow-list.svg") no-repeat;
    position: absolute;
  }
  .contact-preview .form__list {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .contact-preview .form-consultation__button {
    background: #76ECC1;
    border-radius: 10px;
    padding: 21px 140px;
    border: none;
    margin-top: 28px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
  }
  .contact-preview .form-consultation__button:hover {
    background: #4C957A;
  }
  
  .defense {
    padding: 50px 0;
  }
  .defense .defense__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .defense .defense__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  
  .stop-waiting {
    /*display: flex;*/
  }
  .stop-waiting .stop-waiting__bg {
    /*flex-basis: 50%;*/
  }
  .stop-waiting .stop-waiting__bg img {
    width: 100%;
    /*height: 100%;*/
  }
  .stop-waiting .stop-waiting__content {
    flex-basis: 50%;
    padding-left: 30px;
  }
  .stop-waiting .stop-waiting__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
  }
  .stop-waiting .stop-waiting__title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .stop-waiting .stop-waiting__title span {
    font-weight: bold;
    color: #4C957A;
  }
  .stop-waiting p {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    color: #000000;
  }
  .stop-waiting p span {
    color: #6CD3AE;
  }
  .stop-waiting .stop-waiting__from {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .stop-waiting .stop-waiting__content .stop-waiting__contact:nth-child(5) {
    margin-bottom: 30px;
  }
  .stop-waiting .stop-waiting__content .stop-waiting__information {
    margin-bottom: 30px;
  }
  .stop-waiting .stop-waiting__content .contact-us {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    background: #6CD3AE;
    border-radius: 10px;
    border: none;
    padding: 18px 41px;
    cursor: pointer;
    transition: 0.3s;
  }
  .stop-waiting .stop-waiting__content .contact-us:hover {
    background: #4C957A;
  }
  
  .map {
    padding: 50px 0;
  }
  .map .map__content {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
  }
  .map .map__content .map__form {
   width:100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 45%;*/
  }
  .map .map__content .map__form .map__input {
    background: #FFFFFF;
    border: 1px solid #868686;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    width:100%;
  }
  .map .map__content .map__form .map__input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .map__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .map__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .form-list-arrow {
    position: relative;
  }
  .map .map__content .map__form .form-list-arrow::after {
    content: "";
    display: block;
    top: 15px;
    right: 20px;
    width: 21px;
    height: 12px;
    background: url("/assets/icon/arrow-list.svg") no-repeat;
    position: absolute;
  }
  .map .map__content .map__form .form__list {
    background: #FFFFFF;
    border: 1px solid #868686;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .map .map__content .map__form .message {
    background: #FFFFFF;
    border: 1px solid #868686;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 10px;
    resize: none;
    width:100%;
  }
  .map .map__content .map__form .message::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .message:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .message::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .map .map__content .map__form .map__button {
    margin-top: 34px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 10px 43px;
    border: none;
    background: #6CD3AE;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  .map .map__content .map__form .map__button:hover {
    background: #4C957A;
  }

  .map .map__content .map__google
  {
    /*flex-basis: 45%;*/
  }
  
  @media (min-width: 768px) and (max-width: 1280px) {
    .contact-preview {
      padding-top: 64px;
    }
    .contact-preview .contact-preview__description {
      flex-basis: 48%;
    }
    .contact-preview .contact-preview__description .contact-preview__title {
      font-size: 30px;
      line-height: 37px;
      margin-top: 20px;
    }
    .contact-preview .contact-preview__description .contact-preview__text {
      font-size: 18px;
    }
    .contact-preview .contact-preview__form-consultation {
      flex-basis: 40%;
      padding: 20px 10px 20px 15px;
    }
    .contact-preview .contact-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .contact-preview .form-consultation__input {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .contact-preview .form-consultation__input::-moz-placeholder {
      font-size: 16px;
    }
    .contact-preview .form-consultation__input:-ms-input-placeholder {
      font-size: 16px;
    }
    .contact-preview .form-consultation__input::placeholder {
      font-size: 16px;
    }
    .contact-preview .form__list {
      font-size: 16px;
    }
    .contact-preview .form__list::-moz-placeholder {
      font-size: 16px;
    }
    .contact-preview .form__list:-ms-input-placeholder {
      font-size: 16px;
    }
    .contact-preview .form__list::placeholder {
      font-size: 16px;
    }
    .contact-preview .form-consultation__button {
      padding: 10px 30px;
      font-size: 16px;
    }
  
    .stop-waiting .stop-waiting__content .stop-waiting__title {
      margin-top: 10px;
      font-size: 24px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__from {
      margin-top: 30px;
      font-size: 18px;
      margin-bottom: 15px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__contact {
      font-size: 18px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__information {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .map .wrapper {
      /*max-width: 768px;*/
    }
    .map .map__content {
      /*flex-direction: column;*/
    }
    .map .map__content .map__form {
      order: 2;
      margin-top: 15px;
      width: 100%;
    }
    .map .map__content .map__form .form__list {
      margin-bottom: 15px;
      font-size: 12px;
      padding: 8px 8px;
    }
    .map .map__content .map__form .form__list::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .form__list:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .form__list::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__input {
      margin-bottom: 15px;
      font-size: 12px;
      padding: 8px 8px;
    }
    .map .map__content .map__form .map__input::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__input:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__input::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message {
      font-size: 12px;
      padding: 8px 8px;
    }
    .map .map__content .map__form .message::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__button {
      font-size: 16px;
      padding: 9px 43px;
    }
    .map .map__content .map__google {
      order: 1;
      width: 100%;
    }
    .map .map__content .map__google iframe {
      width: 100%;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .contact-preview {
      padding-top: 64px;
      height: auto;
    }
    .contact-preview .contact-preview__text {
      font-size: 16px;
      text-align: center;
    }
    .contact-preview .contact-preview__content {
      flex-direction: column;
      padding: 30px 0;
    }
    .contact-preview .contact-preview__content .contact-preview__description {
      text-align: center;
      margin-bottom: 15px;
    }
    .contact-preview .contact-preview__content .contact-preview__description .contact-preview__title {
      font-size: 24px;
      line-height: 27px;
      text-align: center;
    }
    .contact-preview .contact-preview__content .contact-preview__description .contact-preview__subtitle {
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation {
      padding: 6px 8px 10px 10px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__subtitle {
      font-size: 18px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__description {
      margin: 10px auto;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__input {
      margin-bottom: 10px;
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__input::-moz-placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__input:-ms-input-placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__input::placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form__list {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form__list::-moz-placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form__list:-ms-input-placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form__list::placeholder {
      font-size: 14px;
    }
    .contact-preview .contact-preview__content .contact-preview__form-consultation .form-consultation__button {
      font-size: 16px;
      padding: 10px 20px;
    }
    .contact-preview .contact-preview__content .schedule-button {
      font-size: 16px;
    }
  
    .defense {
      padding: 30px 0;
    }
    .defense .defense__content .defense__subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .defense .defense__content .defense__title {
      font-size: 20px;
      line-height: 27px;
    }
    .defense .defense__content .defense__description {
      font-size: 16px;
    }
  
    .stop-waiting .stop-waiting__content {
      text-align: center;
      flex-basis: 100%;
      padding-left: 0;
      margin: 0 auto;
      max-width: 300px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__title {
      margin-top: 5px;
      font-size: 20px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__from {
      margin-top: 10px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__contact {
      font-size: 16px;
    }
    .stop-waiting .stop-waiting__content .stop-waiting__information {
      font-size: 18px;
    }
    .stop-waiting .stop-waiting__bg {
      display: none;
    }
  
    .map .map__content {
      /*flex-direction: column;*/
    }
    .map .map__content .map__form {
      width: 100%;
    }
    .map .map__content .map__form .map__input {
      font-size: 12px;
      margin-bottom: 10px;
      padding: 8px;
    }
    .map .map__content .map__form .map__input::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__input:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__input::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .form__list {
      font-size: 10px;
      margin-bottom: 10px;
      padding: 8px;
    }
    .map .map__content .map__form .form__list::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .form__list:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .form__list::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message {
      font-size: 12px;
      margin-bottom: 10px;
      padding: 8px;
    }
    .map .map__content .map__form .message::-moz-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message:-ms-input-placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .message::placeholder {
      font-size: 12px;
    }
    .map .map__content .map__form .map__button {
      font-size: 14px;
      padding: 9px 30px;
      margin-top: 10px;
    }
    .map .map__content .map__google {
      margin-top: 15px;
      width: 100%;
    }
    .map .map__content .map__google img {
      width: 100%;
    }
  }  .foreclosure-preview {
    padding-top: 95px;
    height: 100vh;
    background: url("/assets/img/fpreclosure__bg.png") no-repeat;
    background-size: cover;
    background-clip: content-box;
    background-origin: content-box;
    box-sizing: border-box;
  }
  .foreclosure-preview .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .foreclosure-preview .foreclosure-preview__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .foreclosure-preview .foreclosure-preview__description {
    max-width: 702px;
  }
  .foreclosure-preview .foreclosure-preview__subtitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
  }
  .foreclosure-preview .foreclosure-preview__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    margin-top: 30px;
  }
  .foreclosure-preview .foreclosure-preview__text {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 25px;
  }
  .foreclosure-preview .foreclosure-preview__form-consultation {
    box-sizing: border-box;
    padding: 30px 16px 30px 24px;
    background: rgba(96, 200, 162, 0.8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 454px;
    width: 100%;
  }
  .foreclosure-preview .form-consultation__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .foreclosure-preview .form-consultation__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
  }
  .foreclosure-preview .form-consultation__description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #E3E1E1;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .foreclosure-preview .form-consultation__input {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    padding: 16px 12px 12px;
    margin-bottom: 25px;
  }
  .foreclosure-preview .form-consultation__input::-moz-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .foreclosure-preview .form-consultation__input:-ms-input-placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .foreclosure-preview .form-consultation__input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
  }
  .foreclosure-preview .form-list-arrow {
    position: relative;
  }
  .foreclosure-preview .form-list-arrow::after {
    content: "";
    display: block;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 12px;
    background: url("/assets/icon/arrow-list.svg") no-repeat;
    position: absolute;
  }
  .foreclosure-preview .form__list {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    border: none !important;
    padding: 16px 12px 12px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(129, 129, 129, 0.7);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .foreclosure-preview .form-consultation__button {
    font-family: "Nunito", sans-serif;
    background: #76ECC1;
    border-radius: 10px;
    padding: 21px 140px;
    border: none;
    margin-top: 28px;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all 0.3s;
  }
  .foreclosure-preview .form-consultation__button:hover {
    background: #4C957A;
  }
  
  .second-block {
    padding: 50px 0;
  }
  .second-block .second-block__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
  }
  .second-block .second-block__description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000;
  }
  
  .how-it-works {
    padding: 50px 0;
  }
  .how-it-works .how-it-works__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .how-it-works .how-it-works__title {
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #000000;
    margin-bottom: 33px;
    text-align: center;
  }
  .how-it-works .process {
    max-width: 522px;
    position: relative;
  }
  .how-it-works .process .process__title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    text-align: right;
    color: #000000;
  }
  .how-it-works .process .process__description {
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    margin-top: 15px;
  }
  .how-it-works .process-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .how-it-works .process-wrapper::after {
    content: "";
    width: 5px;
    height: 88%;
    background: url("/assets/img/dashed-line.svg");
    background-position: top left;
    position: absolute;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    z-index: -10;
  }
  .how-it-works .process-wrapper .process:first-child::after {
    content: "1";
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #4C957A;
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    padding: 20px 35px;
    box-sizing: border-box;
    top: 0;
    right: -23%;
    z-index: -1;
  }
  .how-it-works .process-wrapper .process:last-child::after {
    content: "3";
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #4C957A;
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    padding: 20px 35px;
    box-sizing: border-box;
    top: 0;
    right: -23%;
    z-index: -1;
  }
  .how-it-works .process-wrapper .process:nth-child(2) {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 67px;
    margin-bottom: 41px;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__img {
    position: relative;
    border-radius: 50%;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__img img {
    width: 100%;
    height: 100%;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #4C957A;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    z-index: -1;
    left: -32px;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__text {
    max-width: 577px;
    position: relative;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__text::after {
    content: "2";
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #4C957A;
    position: absolute;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    padding: 20px 32px;
    box-sizing: border-box;
    top: 0;
    left: -18%;
    z-index: -1;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__text .process__title {
    text-align: left;
  }
  .how-it-works .process-wrapper .process:nth-child(2) .process__text .process__description {
    text-align: left;
  }
  
  .consult {
    padding: 63px 0;
    background: url("/assets/img/consult__bg.png") no-repeat;
    background-position: center;
  }
  .consult .consult__content {
    text-align: center;
  }
  .consult .consult__title {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
  }
  .consult .consult__description {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .consult .schedule-button {
    border: none;
    background: #6CD3AE;
    border-radius: 10px;
    padding: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
  }
  .consult .schedule-button:hover {
    background: #4C957A;
  }

  @media (min-width: 768px) and (max-width: 1280px) {
    .foreclosure-preview {
      padding-top: 80px;
    }
    .foreclosure-preview .foreclosure-preview__description {
      flex-basis: 48%;
    }
    .foreclosure-preview .foreclosure-preview__description .foreclosure-preview__title {
      font-size: 30px;
      line-height: 37px;
      margin-top: 20px;
    }
    .foreclosure-preview .foreclosure-preview__description .foreclosure-preview__text {
      font-size: 18px;
    }
    .foreclosure-preview .foreclosure-preview__form-consultation {
      flex-basis: 40%;
      padding: 20px 10px 20px 15px;
    }
    .foreclosure-preview .foreclosure-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .foreclosure-preview .form-consultation__input {
      font-size: 16px;
      margin-bottom: 10px;
    }
    .foreclosure-preview .form-consultation__input::-moz-placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form-consultation__input:-ms-input-placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form-consultation__input::placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form__list {
      font-size: 16px;
    }
    .foreclosure-preview .form__list::-moz-placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form__list:-ms-input-placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form__list::placeholder {
      font-size: 16px;
    }
    .foreclosure-preview .form-consultation__button {
      padding: 10px 30px;
      font-size: 16px;
    }
  
    .how-it-works .process {
      max-width: 315px;
    }
    .how-it-works .process .process__title {
      font-size: 22px;
    }
    .how-it-works .process .process__description {
      font-size: 16px;
    }
    .how-it-works .process-wrapper .process:nth-child(2) {
      max-width: none;
      justify-content: center;
      align-items: center;
    }
    .how-it-works .process-wrapper .process:nth-child(2) .process__text {
      max-width: 315px;
      transform: translateX(16%);
    }
    .how-it-works .process-wrapper .process:nth-child(2) .process__text::after {
      width: 75px;
      height: 75px;
      padding: 15px 29px;
      left: -26%;
    }
    .how-it-works .process-wrapper .process:nth-child(2) .process__img {
      max-width: 300px;
      max-height: 300px;
      transform: translateX(-12%);
    }
    .how-it-works .process-wrapper:after {
      height: 75%;
      left: 50%;
    }
    .how-it-works .process-wrapper .process:first-child {
      margin: auto;
      transform: translateX(-66%);
    }
    .how-it-works .process-wrapper .process:first-child::after {
      width: 75px;
      height: 75px;
      right: -27%;
      padding: 15px 32px;
    }
    .how-it-works .process-wrapper .process:last-child {
      margin: auto;
      transform: translateX(-66%);
    }
    .how-it-works .process-wrapper .process:last-child::after {
      width: 75px;
      height: 75px;
      right: -27%;
      padding: 15px 29px;
    }
  
    .consult {
      padding: 38px 0;
      background-size: cover;
    }
    .consult .consult__title {
      font-size: 24px;
    }
    .consult .consult__description {
      font-size: 16px;
    }
    .consult .schedule-button {
      font-size: 16px;
    }
  }
  @media (min-width: 320px) and (max-width: 767px) {
    .foreclosure-preview {
      padding-top: 78px;
      height: auto;
    }
    .foreclosure-preview .foreclosure-preview__text {
      font-size: 16px;
      text-align: center;
    }
    .foreclosure-preview .foreclosure-preview__content {
      flex-direction: column;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__description .foreclosure-preview__title {
      font-size: 24px;
      line-height: 27px;
      text-align: center;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__description .foreclosure-preview__subtitle {
      font-size: 18px;
      text-align: center;
      margin-top: 10px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation {
      padding: 6px 8px 10px 10px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__title {
      font-size: 22px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__subtitle {
      font-size: 18px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__description {
      margin: 10px auto;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__input {
      margin-bottom: 10px;
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__input::-moz-placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__input:-ms-input-placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__input::placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form__list {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form__list::-moz-placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form__list:-ms-input-placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form__list::placeholder {
      font-size: 14px;
    }
    .foreclosure-preview .foreclosure-preview__content .foreclosure-preview__form-consultation .form-consultation__button {
      font-size: 16px;
      padding: 10px 20px;
    }
  
    .second-block {
      padding: 30px 0;
    }
    .second-block .second-block__content .second-blck__subtitle {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .second-block .second-block__content .second-block__title {
      font-size: 20px;
      line-height: 27px;
    }
    .second-block .second-block__content .second-block__description {
      font-size: 16px;
    }
  
    .consult {
      padding: 10px 0;
    }
    .consult .consult__content .consult__title {
      font-size: 22px;
      line-height: 25px;
    }
    .consult .consult__content .consult__description {
      font-size: 14px;
      line-height: 18px;
    }
    .consult .consult__content .schedule-button {
      font-size: 14px;
      padding: 17px 13px;
    }
  
    .how-it-works .how-it-works__content .process-wrapper::after {
      display: none;
    }
    .how-it-works .how-it-works__content .process-wrapper .process::after {
      display: none;
    }
    .how-it-works .how-it-works__content .process-wrapper .process:nth-child(2) .process__img {
      display: none;
    }
    .how-it-works .how-it-works__content .process-wrapper .process:nth-child(2) .process__text .process__title {
      text-align: center;
      font-size: 20px;
    }
    .how-it-works .how-it-works__content .process-wrapper .process:nth-child(2) .process__text::after {
      display: none;
    }
    .how-it-works .how-it-works__content .process-wrapper .process:nth-child(2) .process__text .process__description {
      text-align: center;
    }
    .how-it-works .how-it-works__content .process-wrapper .process .process__title {
      text-align: center;
      font-size: 20px;
    }
    .how-it-works .how-it-works__content .process-wrapper .process .process__description {
      text-align: center;
      font-size: 16px;
    }
  }/* search */
.c-search .dropdown-toggle {
    color: #222 !important;
  }
  
  .c-search .dropdown-toggle::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: none !important;
    background: url("/assets/svg/chevron-down.svg") center center no-repeat;
    transform: translateY(6px);
  }
  
  .c-search__content {
    padding: 20px 0;
    border-bottom: 1px solid #999;
  }
  
  .c-search .dropdown-menu {
    min-width: 100px;
    padding: 0;
    background-color: #fff;
  }
  
  .c-search .dropdown-menu.show {
    top: 5px !important;
  }
  
  .c-search .dropdown-menu__footer {
    height: 70px;
    padding: 5%;
    border-radius: 0;
    background-color: #F3F5F7 !important;
  }
  
  .c-search .dropdown-menu__footer button.e-button {
    line-height: 39px !important;
    height: 40px !important;
  }
  
  .c-search .dropdown-menu__footer button.e-button:hover {
    background-color: #222;
    color: #fff !important;
  }
  
  .c-search .dropdown-menu .e-button {
    height: 40px !important;
    color: #222;
    padding: 0 20px;
    font-size: 1em !important;
  }
  
  .c-search .dropdown-menu .e-button:hover {
    color: #fff !important;
  }
  
  .c-search .dropdown-menu.e-center {
    min-width: 295px;
    padding: 20px 0 10px;
  }
  
  .c-search .dropdown-menu .dropdown-title {
    margin: 0 !important;
    height: 40px;
    line-height: 38px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 0 !important;
    color: #222;
  }
  
  .c-search .dropdown-menu .dropdown-title.range-title {
    padding-top: 2px;
  }
  
  .c-search .dropdown-menu .checkbox {
    display: flex;
    padding: 0 20px 5px;
    line-height: 24px;
  }
  
  .c-search .dropdown-menu .checkbox input {
    margin-top: -6px;
    margin-right: 8px;
  }
  
  .c-search .dropdown-menu .pagination {
    margin: 0;
  }
  
  .c-search .dropdown-menu .pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 12px;
    color: #fff;
    font-size: 1em;
  }
  
  .c-search .dropdown-menu .pagination a:hover {
    color: #222 !important;
    font-size: 1em;
    border-radius: 0;
    background-color: #F3F5F7 !important;
    border-color: transparent;
  }
  
  .c-search .dropdown-menu .pagination .active a {
    color: #222 !important;
    font-size: 1em;
    border-radius: 0;
    background-color: #F3F5F7;
    border-color: transparent;
  }
  
  .c-search .dropdown-menu .pagination .active a:hover {
    color: #222 !important;
    font-size: 1em;
    border-radius: 0;
    background-color: #F3F5F7 !important;
    border-color: transparent;
    cursor: default;
  }
  
  .c-search--home {
    background-color: #fff !important;
    opacity: .97;
  }
  
  .c-search--home.fixed-top {
    opacity: 1;
    background-color: #fff !important;
  }
  
  .c-search--home * {
    font-weight: 500;
  }
  
  .c-search--home .c-search__content {
    border-bottom: none;
  }
  
  .c-search--top {
    background-color: transparent !important;
    opacity: .97;
  }
  
  .c-search--top .form-group {
    margin: 0 5px;
  }
  
  .c-search--top .dropdown-toggle {
    color: #fff !important;
  }
  
  .c-search--top * {
    font-weight: 500;
  }
  
  .c-search--top .dropdown-menu {
    margin-top: 40px !important;
    min-width: 100px;
    padding: 0;
    background-color: #222;
  }
  
  .c-search--top .dropdown-menu .pagination a:hover {
    background-color: transparent !important;
  }
  
  .c-search--top .dropdown-menu .pagination .active a {
    color: #fff !important;
    background-color: #999;
  }
  
  .c-search--top .dropdown-menu .pagination .active a:hover {
    color: #fff !important;
    background-color: #999 !important;
    cursor: default;
  }
  
  .c-search--top .dropdown-menu.show {
    top: 5px !important;
  }
  
  .c-search--top .dropdown-menu__footer {
    background-color: #222;
    border-radius: 0 0 4px 4px;
  }
  
  .c-search--top .dropdown-menu__footer button.e-button:hover {
    background-color: #333;
    color: #F3F5F7 !important;
  }
  
  .c-search--top .dropdown-menu.e-center {
    min-width: 295px;
    padding: 20px 0 10px;
  }
  
  .c-search--top .dropdown-menu .dropdown-title {
    margin: 0;
    padding: 20px 0 !important;
    font-size: 1em;
    color: #222 !important;
  }
  
  .c-search--top .dropdown-menu .dropdown-title.range-title {
    padding-top: 2px;
  }
  
  .c-search--top .dropdown-menu .checkbox {
    display: flex;
    padding: 0 20px 5px;
    font-size: 15px;
    line-height: 24px;
  }
  
  .c-search--top .dropdown-menu .checkbox input {
    margin-top: -6px;
    margin-right: 8px;
  }
  
  .c-search--pages {
    position: static;
    opacity: 1;
    box-shadow: none;
    border-bottom: 1px solid #F3F5F7;
    z-index: 100000;
  }
  
  .c-search .dropdown-menu#typeHomes {
    min-width: 260px !important;
  }
  
  .c-search .dropdown-menu#typeHomes .dropdown-title.e-center.pb-2.mb-2.border-bottom {
    margin-bottom: 15px !important;
  }
  
/* --- */

.sales__current-image {
    width: 100%;
    height: 333px;
    margin-bottom: 12px;
}

.sales__images-list {

    display: flex;
    font-size: 0;
    flex-wrap:wrap;
    margin: -10px 0 10px -50px;

}

.sales__gallery-and-docs {
    width: 420px;
    margin-right: 30px;
}
.sales__current-image {
    height: 417px;
}
.sales__current-image > img {
    height: auto;
    width: 100%;
}

.sales__image_main {
    margin-bottom: 10px;
    cursor: pointer;

}
.sales__image_main img {
    width: 100%;
}

.sales__current-image,
.sales__image-item {

    display: inline-block;
    background: #343a40;
    margin: 10px 0 0 10px;

    width: calc(100% * (1/4) - 10px);
    height: 80px;
    line-height:80px;
    cursor: pointer;
    overflow: hidden;
}
.sales__current-image > img,
.sales__image-item > img {

    -o-object-fit: cover;

       object-fit: cover;
    height: auto;
    max-width: 100%;
}

.sales__image-item_current {
    opacity: 1;
}

.sales__image-item div {
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.listing
{
    width:100%;
    height:100%;
    padding:20px 0;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    padding:10px;
}

.listing-info{
    font-size:14px;
}

.listing p{
    width:100%;
}

.listing-details{
    display:block;
    width:100%;
    text-align:center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding:5px;
    color:#000;
    font-size:12px;
    margin-top:10px;
}

.listing-details:hover{
    color: #fff;
    border: 1px solid #6CD3AE;
    background-color: #6CD3AE;
}

.img-properties{
    width: 330px;
    height: 250px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    max-width:100%;
}

.e-brand {
    color: #6CD3AE;
}

.e-green {
    color: #6CD3AE;
}

.e-select {
    position: relative;
    min-width: 120px;
    height: 40px;
    padding: 1px 12px;
    color: #222 !important;
    font-size: 14px !important;
    /* font-weight: 600 !important; */
    border-radius: 0 !important;
    border: 1px solid #888 !important;
    background: none !important;
}

.c-form * {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.c-form input, .c-form textarea {
    display: block;
    color: #222;
    font-weight: 300 !important;
    background: #fff;
    border: 1px solid #888 !important;
    border-radius: 0 !important;
}
.c-form input{
    padding: 0 15px;
    height: 40px;
    padding-bottom: 3px !important;
}

.c-form input[type="checkbox"] {
    /*-webkit-appearance: none;*/
    display: inline-block;
    color: #999;
    width: 14px !important;
    height: 14px;
    border: 1px solid #999;
    border-color: #888;
    transform: translateY(2px);
    padding:0;
}

#inputPriceStart {
    max-width: 120px;
}

#inputPriceEnd {
    max-width: 120px;
}

.c-form .e-button{
    height:40px;
    line-height:40px;
    background: #6CD3AE;
    color:#fff;
    border:1px solid #6CD3AE;
}

.e-theme {
    color: #4C8AA4;
    font-size:12px;
}


  .page-link {
    width: 50px !important;
    height: 50px !important;
    color: #4a4a4a !important;
    font-size: 1px;
    font-weight: 500 !important;
    text-decoration: none;
    transition: all ease-out .4s;
    border: 1px solid #1F5065;
    border-radius: 0 !important;
  }
  
  .page-link .fa {
    font-size: 11px !important;
    font-weight: normal !important;
  }
  
  .page-link span {
    padding-top: 3px;
    color: #6CD3AE !important;
    font-size: .75em !important;
  }
  
  .page-item:hover .page-link {
    color: #fff !important;
    border: 1px solid #6CD3AE;
    background-color: #6CD3AE !important;
  }
  
  .page-item:hover .page-link * {
    color: #fff !important;
  }
  
  .page-item:hover .page-link span {
    color: #fff !important;
  }
  
  .page-item.active .page-link {
    color: #fff !important;
    border: 1px solid #6CD3AE;
    background-color: #6CD3AE !important;
  }
  
  .page-item.active .page-link span {
    color: #fff !important;
  }
  
  .page-item.active .page-link:hover {
    color: #fff !important;
    border: 1px solid #6CD3AE;
    background-color: #6CD3AE !important;
    cursor: default;
  }
  
  .page-item.active .page-link:hover span {
    color: #fff !important;
  }

  .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: .95em;
    color: #181818;
  }
  
  .page-link span {
    padding-bottom: 2px;
  }
  
  .page-link:hover {
    color: #fff !important;
    background-color: #4C8AA4 !important;
  }.account{
    padding-top: 150px;
    padding-bottom: 30px;
    width:100%;
    font-family: "Roboto", sans-serif;
}

.account a{
    color: #000;
}

.account-menu{
    text-transform: uppercase;
    border-bottom:1px solid #51987e;
    padding-bottom:10px;
}

.account-menu.nav-pills .nav-link.active, .account-menu.nav-pills .show>.nav-link{
    background: #51987e;
}

.btn-green{
    background:#51987e;
    color:#fff;
}

.dm-uploader {
    padding: 60px 0 80px;
    border: 1px dashed #D8D8D8;
    text-align: center;
}

.e-button--dark {
    margin-top: 20px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #8E8E8E;
}
