.properties_container_search {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto !important;
}

.properties_container_search .single_property.search img {
  height: 70%;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.no_property_found {
  margin-bottom: 65px !important;
}

.no_property_found h3 {
  text-align: center;
}

.single_property.search {
  width: 325px;
  height: 450px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  /*box-shadow: 0 2px 10px 0 rgba(51, 51, 51, .12);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

.search_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.search_pagination .pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
}

.search_pagination li span {
  border-radius: 50% !important;
  background: #002144 !important;
  border-color: #002144;
  font-weight: bold;
}

.pagination .active span {
  border-color: #002144;
  font-weight: bold;
}

.pagination li a {
  color: #002144;
  font-weight: bold;
}

.search_pagination li a {
  border: unset !important;
  font-weight: bold;
}

.pagination > .active > span:hover {
  border-color: #002144;
}

.pagination > li > a:hover {
  background-color: rgba(0, 33, 68, 0.5);
  border-radius: 50%;
}
