.banner {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.banner:before {
  position: absolute;
  /* background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) !important; */
  content: "";
  top: 0;
  left: 0;
  width: 100%;
}
.banner .full-banner-image {
  object-fit: cover;
  height: 100vh;
  object-position: bottom;
}
.banner .banner-content {
  position: relative;
  bottom: 0;
  margin-top: -246px;
  margin-bottom: 50px;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 8px;
  background-color: #fff;
}
.banner .banner-content h1 {
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
}
.banner .banner-content .find-property {
  background-image: none !important;
  /* background-color: white; */
  padding: 20px 40px;
  border-radius: 6px;
}
.banner .banner-content .find-property h2 {
  font-size: 22px;
  color: #4A4A4A;
}
.banner .banner-content .find-property .search-by-top {
  margin: 15px auto 5px auto;
}
.banner .banner-content .find-property .search-by-top input {
  background-color: transparent;
}
.banner .banner-content .find-property .search-by .search-by-bottom {
  margin-top: 30px;
}
.banner .banner-content .find-property .search-by a.advanced-search {
  margin-bottom: 0;
}

.find-property h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 15px;
}
.find-property .search-by .search-by-top {
  position: relative;
  height: 61px;
  border: 2px solid #70857b;
  max-width: 1000px;
  margin: 10px auto 30px auto;
  width: 100%;
  display: flex;
}
.find-property .search-by .search-by-top form {
  width: 100%;
}
.find-property .search-by .search-by-top input[type=text] {
  display: inline-block;
  border: none;
  height: 57px;
  left: 31px !important;
  width: calc(100% - 200px);
  background: #FFFFFF;
}
.find-property .search-by .search-by-top input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.find-property .search-by .search-by-top select {
  height: 57px;
  float: left;
  display: inline-block;
  width: 20%;
  border-right: 2px solid #70857b;
  border-radius: 0;
}
.find-property .search-by .search-by-top select:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by .search-by-top button {
  position: absolute;
  width: 200px;
  height: 57px;
  right: 0;
  background: #70857b;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-weight: 700;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by .search-by-top button img {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}
.find-property .search-by .advanced-search {
  text-align: center;
  position: relative;
  color: #393939;
  margin-bottom: 25px;
  text-transform: capitalize;
  display: block;
  text-decoration: none;
}
.find-property .search-by .advanced-search.main img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.find-property .search-by .advanced-search img {
  transition: all 0.3s;
  filter: invert(0.5);
}
.find-property .search-by .search-by-bottom {
  display: none !important;
}
.find-property .search-by .search-by-bottom.main {
  display: block !important;
}
.find-property .search-by .search-by-bottom select, .find-property .search-by .search-by-bottom input[type=text] {
  min-height: 47px;
  margin-bottom: 30px;
  border-color: #B9B9B9;
  border-radius: 0;
}
.find-property .search-by .search-by-bottom select:focus, .find-property .search-by .search-by-bottom select:visited, .find-property .search-by .search-by-bottom select:active, .find-property .search-by .search-by-bottom select:hover, .find-property .search-by .search-by-bottom input[type=text]:focus, .find-property .search-by .search-by-bottom input[type=text]:visited, .find-property .search-by .search-by-bottom input[type=text]:active, .find-property .search-by .search-by-bottom input[type=text]:hover {
  border-color: #B9B9B9 !important;
  box-shadow: none !important;
}
.find-property .search-by .search-by-bottom select {
  width: 100%;
  padding: 10px 10px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
}
.find-property .search-by .search-by-bottom .select2-container {
  width: 100% !important;
  margin-bottom: 30px;
}
.find-property .search-by .search-by-bottom .select2-container:focus {
  outline: none !important;
  box-shadow: none !important;
}
.find-property .search-by .search-by-bottom .select2-container .select2-selection--single {
  height: 47px;
  padding-top: 10px;
}
.find-property .search-by .search-by-bottom .select2-container .select2-selection--single .select2-selection__arrow {
  height: 47px;
}
.find-property .search-by .search-by-bottom .keywords {
  height: 47px;
  overflow: hidden;
  display: flex;
  border: 1px solid #B9B9B9;
  position: relative;
  background: #FFFFFF;
}
.find-property .search-by .search-by-bottom .keywords span, .find-property .search-by .search-by-bottom .keywords input[type=text], .find-property .search-by .search-by-bottom .keywords input[type=submit] {
  display: inline-block;
  height: 47px;
}
.find-property .search-by .search-by-bottom .keywords span:focus, .find-property .search-by .search-by-bottom .keywords input[type=text]:focus, .find-property .search-by .search-by-bottom .keywords input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by .search-by-bottom .keywords span {
  padding: 10px;
  border-right: 1px solid #B9B9B9;
  width: 15%;
  text-align: center;
}
.find-property .search-by .search-by-bottom .keywords input[type=text] {
  border: none;
  width: 85%;
  padding: 10px;
}
.find-property .search-by .search-by-bottom .keywords input[type=submit] {
  width: 15%;
  text-align: center;
  background: #70857b;
  border: none;
  color: #FFFFFF;
  float: right;
  outline: none;
  font-weight: 700;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by .search-by-bottom .price-range {
  margin-bottom: 30px;
}
.find-property .search-by .search-by-bottom .price-range .ui-slider-horizontal {
  height: 7px;
  background: #E2E2E2;
}
.find-property .search-by .search-by-bottom .price-range .ui-widget-header {
  background: #70857b;
  height: 7px;
}
.find-property .search-by .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default {
  background: #E2E2E2;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  border: 1px solid #B1B1B1;
}
.find-property .search-by .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:hover, .find-property .search-by .search-by-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
  outline: none;
  border: 1px solid #B1B1B1;
  box-shadow: none;
}
.find-property .search-by .search-by-bottom .price-range p {
  margin-bottom: 4px;
}
.find-property .search-by .search-by-bottom .price-range p label {
  font-weight: 400;
}
.find-property .search-by .search-by-bottom .price-range p input {
  font-weight: 400;
  margin-bottom: 0;
  height: auto;
  border: none !important;
  outline: none;
  color: #70857b !important;
  background: transparent;
}

fieldset {
  border: 0;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  height: 47px;
  padding-top: 15px;
  padding-right: 5px;
  border: 0;
  outline: none;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  color: #000000;
  margin-bottom: 30px;
}

.overflow-class {
  height: 200px;
}

.investRange .btn-group, .investRange-two .btn-group {
  width: 100% !important;
}
.investRange .btn-group .btnClear a, .investRange .btn-group .btnClear-two a, .investRange-two .btn-group .btnClear a, .investRange-two .btn-group .btnClear-two a {
  color: #000000;
}
.investRange .btn-group span, .investRange-two .btn-group span {
  color: #000000;
}
.investRange .btn-group #min-max-price-range, .investRange-two .btn-group #min-max-price-range {
  min-height: 47px !important;
  border-radius: 0;
  border: 0;
  margin-bottom: 30px;
  border: 1px solid #B9B9B9;
}
.investRange .btn-group .dropdown-toggle::after, .investRange-two .btn-group .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 20px;
}
.investRange .btn-group .dropdown-menu, .investRange-two .btn-group .dropdown-menu {
  width: 100% !important;
  padding: 10px 10px 0 10px;
  top: 50px !important;
  transform: translate3d(0px, 0, 0px) !important;
  border-radius: 0;
}
.investRange .btn-group .dropdown-menu .freeformPrice .form-control, .investRange-two .btn-group .dropdown-menu .freeformPrice .form-control {
  margin-bottom: 5px !important;
}

.arrow {
  color: #ccc;
  background-color: #ccc;
  display: inline-block;
  height: 1px;
  width: 12px;
  position: relative;
}

.max_value {
  padding: 6px 6px 6px 30px;
}

.price_Ranges {
  float: right;
  width: 50%;
}

.price_Ranges a {
  display: block;
  text-align: left;
  padding: 6px 0 6px 0;
  color: #000000 !important;
  background-color: #FFFFFF !important;
}

.price_Ranges a.max_value {
  text-align: right;
}

.price_Ranges a.disabled {
  pointer-events: none;
  cursor: default;
  color: #E5E4E2;
}

.price_Ranges a:hover {
  background: #0074e4;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.btnClear, .btnClear-two {
  clear: both;
  border-top: 1px solid #dadada;
  padding: 5px 0 0 0;
  text-align: center;
}

input.inputError,
input.inputError:focus {
  border-color: #e2231a;
  background-color: white;
  color: #e2231a;
  box-shadow: inset 0 0 5px #F7BDBB;
  border-radius: 0;
}

@media (max-width: 767px) {
  .banner .full-banner-image {
    height: auto;
  }
  .banner .banner-content .find-property{
    border-radius: 0px;
  }
  .banner .banner-content {
    margin-top: -7px;
    /* padding-top: 15px; */
    margin-bottom: 0;
  }
  .banner .banner-content h1 {
    color: #000000;
    font-size: 25px;
    padding: 0 15px;
    text-align: center;
    margin: 0;
  }
  .banner .banner-content .find-property {
    padding: 0 0 20px 0;
  }

  .find-property h3 {
    font-size: 20px;
  }
  .find-property h2 {
    font-size: 20px;
  }
  .find-property .search-by .search-by-top {
    border: none;
    height: auto;
    position: relative;
    display: block;
    background: none;
  }
  .find-property .search-by .search-by-top select {
    display: block;
    width: 100%;
    border: 2px solid #70857b;
    margin-bottom: 10px;
    border-radius: 0;
    float: none;
  }
  .find-property .search-by .search-by-top input[type=text] {
    display: block;
    width: 100%;
    border: 2px solid #70857b;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .find-property .search-by .search-by-top button {
    position: initial;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .find-property .search-by .search-by-bottom.main {
    display: block !important;
  }
  .find-property .search-by .search-by-bottom .keywords {
    border: none;
    display: block;
    height: auto;
  }
  .find-property .search-by .search-by-bottom .keywords span {
    display: block;
    width: 100%;
    text-align: left;
    border-right: none;
  }
  .find-property .search-by .search-by-bottom .keywords input[type=text] {
    height: 47px;
    margin-bottom: 0;
    border: 1px solid #B9B9B9;
    border-radius: 0;
    width: 100%;
  }
  .find-property .search-by .search-by-bottom .keywords input[type=submit] {
    float: left;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner .full-banner-image {
    height: auto;
  }
  /* .banner .banner-content {
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 0;
  } */
  .banner .banner-content h1 {
    color: #000000;
    font-size: 30px;
    padding: 0 15px;
    text-align: center;
  }
  .banner .banner-content .find-property {
    padding: 0 15px 20px 15px;
  }

  .find-property {
    margin-bottom: 0px;
  }
  .find-property .search-by .search-by-top {
    height: 50px;
  }
  .find-property .search-by .search-by-top select, .find-property .search-by .search-by-top input[type=text], .find-property .search-by .search-by-top button {
    height: 46px;
  }
  .find-property .search-by .search-by-bottom .keywords span {
    width: auto;
  }
  .find-property .search-by .search-by-bottom .keywords input[type=submit] {
    width: auto;
  }
  .find-property .search-by .search-by-bottom .price-range p input {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner .full-banner-image {
    height: auto;
  }
  /* .banner .banner-content {
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 0;
  } */
  .banner .banner-content h1 {
    color: #000000;
    font-size: 40px;
    padding: 0 15px;
    text-align: center;
  }
  .banner .banner-content .find-property {
    padding: 0 15px 20px 15px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-content{
    max-width: 970px;
  }
  .banner .banner-content h1{
    font-size: 50px;
  }
  .banner .banner-content .find-property {
    /* box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.1); */
  }
}

/*# sourceMappingURL=banner-client-advanced-search.css.map */
