.index .banner-new {
  position: relative;
}
.index .banner-new img.remax-logo {
  position: absolute;
  top: 30px;
  right: 30px;
}
.index .banner-new a.free-assessment {
  color: #FFFFFF;
  display: block;
  width: max-content;
  margin-left: auto;
  padding: 15px 30px 15px 50px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 15px;
}
.index .banner-new a.free-assessment span {
  display: block;
  position: relative;
  z-index: 1;
}
.index .banner-new a.free-assessment span img {
  margin-left: 50px;
}
.index .banner-new a.free-assessment:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: skew(36deg);
  -webkit-transform: skew(36deg);
  -moz-transform: skew(36deg);
  -o-transform: skew(36deg);
  background: #0091c8;
  right: -20px;
  border-bottom-left-radius: 10px;
  bottom: 0;
}
.index .banner-new .banner-search {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.index .banner-new .banner-search .find-property {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 30px;
  border-radius: 8px;
}
.index .banner-new .banner-search .find-property.red-btn .search-by .search-by-top button {
  background-color: #DC0017 !important;
}
.index .banner-new .banner-search .find-property h3 {
  font-size: 18px;
  color: #FFFFFF;
  text-align: left !important;
  margin-bottom: 15px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top {
  border: none !important;
  margin-bottom: 0 !important;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top input {
  border-radius: 0;
  height: 54px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: calc(100% - 186px);
}
.index .banner-new .banner-search .find-property .search-by .search-by-top button {
  height: 54px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0091C8;
  width: 186px;
}
.index .banner-new .banner-search .find-property .search-by .search-by-top button img {
  bottom: 2px;
}
.index .banner-new .person-info {
  background-color: #dc0017;
  color: #FFFFFF;
  padding: 15px;
}
.index .banner-new .person-info .col-6 {
  padding: 0 7.5px;
}
.index .banner-new .person-info h3 {
  font-size: 15px;
  color: #FFFFFF;
}
.index .banner-new .person-info h6 {
  font-size: 12px;
  color: #FFFFFF;
}
.index .banner-new .person-info a {
  color: #FFFFFF;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.index .banner-new .person-info a .fa {
  margin-right: 3px;
}
.index .team {
  padding: 50px 0;
  background-color: #EBF3F3;
  text-align: center;
}
.index .team h4 {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.index .team .blocks {
  display: flex;
  max-width: 980px;
  margin: 50px auto 0 auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.index .team .blocks .block {
  width: calc(100% / 3);
}
.index .team .blocks .block:hover .details p {
  opacity: 1;
}
.index .team .blocks .block:hover .details a.read-more {
  opacity: 1;
}
.index .team .blocks .block .image {
  margin-bottom: 15px;
}
.index .team .blocks .block .details {
  padding: 0 15px;
}
.index .team .blocks .block .details h5 a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1A1D1E;
}
.index .team .blocks .block .details p {
  font-size: 14px;
  opacity: 0;
  transition: all 0.25s;
}
.index .team .blocks .block .details a.read-more {
  color: #1A1D1E;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.25s;
}
.index .team .blocks .block .details a.read-more img {
  margin-left: 15px;
}
.index .testimonials {
  text-align: center;
  padding: 75px 0 20px 0;
}
.index .testimonials h3.common-head {
  font-size: 21px !important;
  margin-top: 10px;
}
.index .testimonials .testimonial-slider {
  padding: 30px 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.index .testimonials .testimonial-slider p {
  font-size: 17px;
  font-weight: 500;
  color: #1A1D1E;
}
.index .testimonials .testimonial-slider p.name {
  font-size: 19px;
  color: #848484;
  margin-bottom: 5px;
}

.free-consultation {
  padding: 50px 0;
  background-color: #011621;
  scroll-margin-top: 20px;
}
.free-consultation h4 {
  text-transform: capitalize;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
}
.free-consultation form span {
  color: #ffffff;
  font-size: 19px;
  padding-right: 50px;
}
.free-consultation form select option {
  color: #001B29;
}
.free-consultation form .radio-buttons-group {
  margin: 15px 0 0 0;
}
.free-consultation form .radio-buttons-group .pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #DC0017 !important;
}
.free-consultation form .radio-buttons-group .pretty {
  margin-bottom: 15px;
}
.free-consultation form .radio-buttons-group .pretty label {
  color: #ffffff;
}
.free-consultation form .radio-buttons-group .pretty label:before {
  background: #ffffff !important;
}
.free-consultation form button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  height: auto;
  width: auto;
  padding: 0;
}
.free-consultation form button img {
  display: block;
}
.free-consultation form input[type=text], .free-consultation form input[type=tel], .free-consultation form input[type=email], .free-consultation form select {
  background: transparent !important;
  color: #FFFFFF;
  width: 100%;
  border: none;
  border-bottom: 1px solid #616161;
  border-radius: 0;
  margin-top: 30px;
  height: 55px;
  padding-left: 5px !important;
}
.free-consultation form input[type=text]:focus, .free-consultation form input[type=tel]:focus, .free-consultation form input[type=email]:focus, .free-consultation form select:focus {
  outline: none;
  box-shadow: none;
}
.free-consultation form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 15px;
}
.free-consultation form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-size: 15px;
}
.free-consultation form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-size: 15px;
}
.free-consultation form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-size: 15px;
}

@media (max-width: 767px) {
  .free-consultation {
    padding: 25px 0;
    scroll-margin-top: 60px;
  }
  .free-consultation form button {
    display: block !important;
    margin-top: 15px;
    margin-left: auto;
  }
  .free-consultation form button img {
    max-width: 75px;
    margin-left: auto;
  }

  .index .banner-new .container-fluid {
    padding: 0;
  }
  .index .banner-new img.remax-logo {
    right: 15px;
    top: 15px;
    max-height: 65px;
  }
  .index .banner-new .banner-search {
    position: initial;
    transform: none;
    padding: 15px 0;
  }
  .index .banner-new .banner-search .find-property {
    padding: 15px 0 0 0;
    background-color: transparent;
  }
  .index .banner-new .banner-search .find-property.red-btn .search-by .search-by-top input {
    border-color: #DC0017 !important;
  }
  .index .banner-new .banner-search .find-property h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #212529;
  }
  .index .banner-new .banner-search .find-property .search-by {
    margin-bottom: 0 !important;
  }
  .index .banner-new .banner-search .find-property .search-by .search-by-top input {
    width: 100%;
    height: 45px;
  }
  .index .banner-new .banner-search .find-property .search-by .search-by-top button {
    width: 100%;
    height: 45px;
  }
  .index .team {
    padding: 25px 0;
  }
  .index .team .blocks .block .image {
    margin-bottom: 10px;
  }
  .index .team .blocks .block h5 a {
    font-size: 14px !important;
  }
  .index .team .blocks .block p {
    display: none;
  }
  .index .team .blocks .block a.read-more {
    opacity: 1 !important;
    font-size: 10px !important;
    font-weight: 400 !important;
  }
  .index .team .blocks .block a.read-more img {
    margin-left: 5px !important;
    max-width: 10px;
    position: relative;
    bottom: 1px;
  }
  .index .testimonials {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .banner-new img.remax-logo {
    display: none;
  }
  .index .banner-new .banner-search {
    top: 30px;
  }
  .index .banner-new .banner-search .find-property {
    padding: 15px;
  }
  .index .banner-new .banner-search .find-property h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .index .banner-new .banner-search .find-property .search-by .search-by-top input {
    width: calc(100% - 145px);
    height: 45px;
  }
  .index .banner-new .banner-search .find-property .search-by .search-by-top button {
    width: 145px;
    height: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .banner-new img.remax-logo {
    display: none;
  }
  .index .banner-new .banner-search {
    top: 10%;
  }
  .index .banner-new .banner-search .find-property {
    padding: 15px;
  }
  .index .banner-new .banner-search .find-property h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .index .banner-new img.remax-logo {
    top: 10px;
    right: 10px;
    max-width: 100px;
  }
  .index .banner-new .banner-search {
    top: 15%;
  }
  .index .banner-new .banner-search .find-property {
    padding: 20px;
  }
  .index .banner-new .banner-search .find-property h3 {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=banner-new.css.map */
