.find-property {
  background-image: url("../../assets/img/find-prop.jpg");
  background-size: cover;
  padding: 50px 0 20px 0;
}
.find-property h2 {
  font-size: 33px;
  color: #003B68

;
}
.find-property .search-by-top {
  margin-bottom: 15px;
  position: relative;
  height: 60px;
  border: 2px solid #003B68

;
  max-width: 1000px;
  margin: 30px auto;
  width: 100%;
  display: flex;
}
.find-property .search-by-top form {
  width: 100%;
}
.find-property .search-by-top input[type=text] {
  display: inline-block;
  border: none;
  height: 56px;
  left: 31px !important;
  background: #FFFFFF;
  width: calc(100% - 200px);
  border-radius: 0;
}
.find-property .search-by-top input[type=text]:focus {
  box-shadow: none;
  outline: none;
}
.find-property .search-by-top .ui-selectmenu-button.ui-button {
  padding-top: 20px;
}
.find-property .search-by-top select, .find-property .search-by-top .ui-selectmenu-button.ui-button {
  height: 57px;
  float: left;
  display: inline-block;
  width: 20%;
  border-right: 2px solid #003B68

;
  border-radius: 0;
}
.find-property .search-by-top select:focus, .find-property .search-by-top .ui-selectmenu-button.ui-button:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by-top button {
  position: absolute;
  right: 0;
  top: -1px;
  width: 200px;
  height: 58px;
  float: right;
  background: #003B68

;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by-top button img {
  position: relative;
  bottom: 2px;
  margin-right: 10px;
}
.find-property .advanced-search {
  text-align: center;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}
.find-property .advanced-search.main img {
  transform: rotate(180deg);
  transition: all 0.3s;
}
.find-property .advanced-search img {
  margin-left: 5px;
  transition: all 0.3s;
  position: relative;
  bottom: 3px;
  filter: brightness(500%);
}
.find-property .search-by-bottom {
  display: none;
}
.find-property .search-by-bottom.main {
  display: block;
}
.find-property .search-by-bottom select, .find-property .search-by-bottom input[type=text] {
  height: 47px;
  margin-bottom: 30px;
  border-color: #B9B9B9;
  border-radius: 0;
}
.find-property .search-by-bottom select:focus, .find-property .search-by-bottom select:visited, .find-property .search-by-bottom select:active, .find-property .search-by-bottom select:hover, .find-property .search-by-bottom input[type=text]:focus, .find-property .search-by-bottom input[type=text]:visited, .find-property .search-by-bottom input[type=text]:active, .find-property .search-by-bottom input[type=text]:hover {
  border-color: #B9B9B9 !important;
  box-shadow: none !important;
  outline: none;
}
.find-property .search-by-bottom select {
  width: 100%;
  padding: 0 10px;
  background: #FFFFFF;
}
.find-property .search-by-bottom .keywords {
  height: 47px;
  overflow: hidden;
  display: flex;
  position: relative;
  background: #FFFFFF;
}
.find-property .search-by-bottom .keywords span, .find-property .search-by-bottom .keywords input[type=text], .find-property .search-by-bottom .keywords input[type=submit] {
  display: inline-block;
  height: 47px;
}
.find-property .search-by-bottom .keywords span:focus, .find-property .search-by-bottom .keywords input[type=text]:focus, .find-property .search-by-bottom .keywords input[type=submit]:focus {
  outline: none;
  box-shadow: none;
}
.find-property .search-by-bottom .keywords span {
  padding: 10px;
  border-right: 1px solid #B9B9B9;
  width: 15%;
  text-align: center;
}
.find-property .search-by-bottom .keywords input[type=text] {
  border: none;
  width: 85%;
  padding: 10px;
}
.find-property .search-by-bottom .keywords input[type=submit] {
  width: 15%;
  text-align: center;
  background: #003B68

;
  border: none;
  color: #FFFFFF;
  float: right;
  outline: none;
  font-size: 17px;
  padding: 0 25px;
  text-transform: uppercase;
  display: inline-block;
}
.find-property .search-by-bottom .price-range {
  margin-bottom: 30px;
}
.find-property .search-by-bottom .price-range label {
  color: #FFFFFF;
  font-size: 15px;
}
.find-property .search-by-bottom .price-range .ui-slider-horizontal {
  height: 7px;
  background: #E2E2E2;
}
.find-property .search-by-bottom .price-range .ui-widget-header {
  background: #003B68

;
  height: 7px;
}
.find-property .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-bottom .price-range span.ui-slider-handle.ui-corner-all.ui-state-default:hover, .find-property .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-bottom .price-range p {
  margin-bottom: 4px;
}
.find-property .search-by-bottom .price-range p input {
  margin-bottom: 0;
  height: auto;
  border: none !important;
  outline: none;
  font-weight: initial !important;
  color: #FFFFFF !important;
  background: transparent;
  font-size: 15px;
  width: 175px;
  display: inline-block !important;
}

.index-page .banner-five {
  height: 100vh;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.index-page .banner-five .banner-slider-five .owl-item {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.index-page .banner-five .banner-slider-five .owl-item .item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  transform: scale(1.25) rotate(4deg);
  transition: all 5s ease-in-out;
  overflow: hidden;
}
.index-page .banner-five .banner-slider-five .owl-item.active .item {
  transform: scale(1) rotate(0deg);
}
.index-page .banner-five .banner-content {
  max-width: 1140px;
  padding: 15px;
  width: 100%;
  z-index: 1;
  color: #FFFFFF;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-page .banner-five .banner-content h2 {
  font-size: 44px;
  font-weight: 700;
}
.index-page .banner-five .banner-content p {
  font-size: 28px;
  font-weight: 600;
}
.index-page .banner-five .banner-content .tab-block {
  background-color: rgba(0, 16, 34, 0.5);
  padding: 20px;
  width: 100%;
}
.index-page .banner-five .banner-content .tab-block .nav-tabs {
  border: none;
  margin-bottom: 15px;
}
.index-page .banner-five .banner-content .tab-block .nav-tabs li.nav-item {
  border: none !important;
}
.index-page .banner-five .banner-content .tab-block .nav-tabs li.nav-item a.nav-link {
  border: none !important;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}
.index-page .banner-five .banner-content .tab-block .nav-tabs li.nav-item a.nav-link.active {
  background-color: #003B68

;
}
.index-page .banner-five .banner-content .tab-block .tab-content {
  width: 100%;
}
.index-page .banner-five .banner-content .tab-block .tab-content form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.index-page .banner-five .banner-content .tab-block .tab-content form .form-control {
  display: inline-block;
  width: calc(100% / 6);
  /* border: none; */
  outline: none;
  box-shadow: none;
  min-height: 60px;
  border-radius: 0;
}
.index-page .banner-five .banner-content .tab-block .tab-content form select {
  background-color: #FFFFFF;
}
/* .index-page .banner-five .banner-content .tab-block .tab-content form div.search_bar {
  display: inline-block;
  width: calc(100% / 6);
} */
.index-page .banner-five .banner-content .tab-block .tab-content form input .form-control {
  display: inline-block;
  width: calc(100% / 6);
  border: none;
  outline: none;
  box-shadow: none;
  min-height: 60px;
  border-radius: 0;
  /* background-color: #FFFFFF; */
  color:#000000
}

.index-page .banner-five .banner-content .tab-block .tab-content form button {
  background-color: #003B68

;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.index-page .banner-five .banner-content .tab-block .tab-content form button img {
  margin-right: 5px;
  max-width: 12px;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .index-page .banner-five {
    min-height: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 250px;
  }
  .index-page .banner-five .banner-content {
    position: initial;
    transform: none;
    color: #000000;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 25px;
  }
  .index-page .banner-five .banner-content p {
    font-size: 14px;
  }
  .index-page .banner-five .banner-content .tab-block {
    padding: 15px;
  }
  .index-page .banner-five .banner-content .tab-block .tab-content form .form-control {
    width: 100%;
    min-height: 54px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-page .banner-five {
    height: 500px;
  }
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 500px;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 33px;
  }
  .index-page .banner-five .banner-content p {
    font-size: 16px;
  }
  .index-page .banner-five .banner-content .tab-block .tab-content form .form-control {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-page .banner-five {
    height: 600px;
  }
  .index-page .banner-five .banner-slider-five .owl-item .item {
    height: 600px;
  }
  .index-page .banner-five .banner-content h2 {
    font-size: 38px;
  }
  .index-page .banner-five .banner-content p {
    font-size: 25px;
  }
}

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