.slide_display_img {
  position: relative;
  display: block;
  transition: filter 0.3s ease;
}

.houes-info {
  justify-content: space-between;
}
.sidebar {
  padding: 27px 30px 30px !important;
  margin: 0 0 30px;
  border-radius: 3px !important;
  box-shadow: 0 10px 30px 0 rgba(13, 38, 59, 0.05);
  border: 1px solid #e6e9ec;
}
.houes-info p {
  margin-bottom: 0px;
}

@media (min-width: 1530px) {
  .container {
    max-width: 1500px;
  }
}
.card:hover .slide_display_img {
  filter: brightness(80%);
}
.card:hover {
  box-shadow: 0 0.1px 20px 0px #c3c3c3 !important;
}
.card:hover .property_camera_tag {
  opacity: 1;
}
.card {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e9ec;
  border-radius: 0 0 3px 3px;
}

.property_name {
  font-size: 16px !important;
  color: #0d263b;
  font-weight: bold;
  font-family: sans-serif;
}

.form-group {
  padding: 7px 0;
}

.form-select {
  border: 1px solid #e6e9ec !important;
  border-width: 0 0 1px !important;
  color: #696969;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: sans-serif;
}

.list_price {
  font-size: 16px;
  color: #0d263b !important;
  font-family: sans-serif;
  font-weight: 600;
}

.list_price ~ a > i {
  color: #696969;
  font-size: 19px;
}
.card-text i {
  font-size: 19px;
  line-height: 1;
  color: #696969;
}

.card_footer {
  padding: 0.8rem 1rem 1rem 1rem;
  border-top: 1px solid #e6e9ec;
}
.card-text p {
  font-size: 19px;
  line-height: 2 !important;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #696969;
}

.property-search-box .form-group {
  transition: background-color 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.property-search-box .form-group:hover {
  background-color: #f8f9fa;
}

.icon-left {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  z-index: 2;
}

.form-control,
.form-select {
  padding-left: 2.5rem !important;
  background-color: transparent !important;
}

.card {
  border: none;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.pagination span {
  min-width: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  margin: 0 5px;
  display: inline-block;
  float: none;
  color: rgb(255, 255, 255);
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out 0s;
  min-width: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 0;
  background: transparent;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.pagination a {
  min-width: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  margin: 0 5px;
  display: inline-block;
  float: none;
  color: rgb(39, 39, 39);
  border-radius: 50% !important;
  transition: all 0.3s ease-in-out 0s;
  min-width: 30px;
  line-height: 30px;
  padding: 0 5px;
  border: 0;
  background: transparent;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.reset-btn > a > i {
  margin-right: 10px;
}
.reset-btn {
  cursor: pointer;
  font-size: 18;
}
.reset-btn a {
  text-decoration: none;
  color: rgb(36, 35, 35);
}

.property_address {
  font-size: 14px;
  color: #696969;
  font-family: sans-serif;
  font-weight: 400;
  text-align: left;
}

.property_name {
  text-decoration: none;
  color: black;
  font-size: 20px;
}
.property_camera_tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  width: 90%;
  color: white;
  align-items: center;
  font-size: 19px;
  opacity: 0;
}
.property_camera_tag p {
  margin-bottom: 0;
}
.top_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.property_status_tag {
  background-color: rgba(0, 123, 255, 0.8);
  color: white;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 23px;
  z-index: 2;
  display: inline-block;
  white-space: nowrap;
}

.property-count {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: start;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb {
  justify-content: center;
  margin-bottom: 5%;
}

.form-group {
  position: relative;
  width: 100%;
}
.range-slider {
  position: relative;
  height: 50px;
}
.range-slider-container {
  /* display: flex; */
  font-size: 16px;
  line-height: 1;
  font-family: sans-serif;
  color: #0d263b;
  /* font-weight: 500; */
}
.reset-btn #price_min_value {
  min-width: 92px;
  padding: 10px 30px;
  background: rgba(0, 97, 223, 0.07);
  color: #0061df;
  border-radius: 3px;
  font-size: 16px;
}
#price_max_value {
  min-width: 92px;
  padding: 10px 30px;
  background: rgba(0, 97, 223, 0.07);
  color: #0061df;
  border-radius: 3px;
  font-size: 16px;
}

#home_min_value {
  min-width: 92px;
  padding: 10px 30px;
  background: rgba(0, 97, 223, 0.07);
  color: #0061df;
  border-radius: 3px;
  font-size: 16px;
}
#home_max_value {
  min-width: 92px;
  padding: 10px 30px;
  background: rgba(0, 97, 223, 0.07);
  color: #0061df;
  border-radius: 3px;
  font-size: 16px;
}
.range-slider-container label {
  font-size: 18px;
  display: flex;
  font-weight: 600;
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}

.range-slider input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
.property-horizontal-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 0;
}
.property-horizontal-container .property-card {
  min-width: 300px; /* Adjust width as needed */
  flex: 0 0 auto;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #020202 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
