.placeholder_img {
  /* border: 1px solid #d0d0d0; */
  border-bottom: 0px;
  border-radius: 6px;
}
.prop_img {
  object-fit: cover;
}
.property-item {
  border: 1px solid rgb(212, 212, 212);
  box-shadow: none;
}
.color-grey {
  color: #666565;
}
.color-grey:hover {
  color: #666565;
}
.listing_heading {
  margin-bottom: 3rem;
}
.p_5 {
  padding: 3rem;
}
.px_5 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py_2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.play_button {
  width: 100px;
  height: 100px;
}
.cat-item {
  width: 15%;
  margin: 5px;
  overflow: hidden;
}
.property-section {
  margin: 35px auto;
}
@media (max-width: 990px) {
  .cat-item {
    width: 27%;
  }
}
@media (max-width: 768px) {
  .play_button {
    width: 50px !important;
    height: 50px;
  }
  .custom-tabs {
    flex-wrap: wrap;
  }
  .p_5 {
    padding: 1rem;
  }
  .px_5,
  .py_2 {
    padding: 1rem;
  }
  .card_content {
    position: absolute;
    top: 24px;
    left: 14px;
  }
  .card-item-r3p67 {
    padding: 0px;
  }
  .card-item-r3p67 {
    width: 86px;
  }

  .title-y65d9 {
    font-size: 20px;
  }

  .subtitle-q3we8 {
    font-size: 12px;
  }
  .card_content h6 {
    font-size: 1rem;
  }
  .testimonial-carousel {
    padding: 0px;
  }
  .custom-navbar {
    padding: 8px 6px;
  }
  .cat-item {
    width: 48%;
    margin: 2px;
  }
  .icon-size {
    width: 27px !important;
  }
  .property-section {
    padding: 20px 6px;
  }
  .card_t {
    font-size: 14px;
  }
  .property-section {
    flex-direction: column;
    margin: 15px 8px;
    text-align: center;
  }
  .property-text h2 {
    font-size: 20px;
  }
  .post-button {
    padding: 5px 14px;
    font-size: 13px;
    margin-top: 10px;
  }
  .custom-tabs {
    gap: 7px;
  }
  .custom-tab {
    font-size: 14px;
  }
  .prop_nav {
    flex-wrap: nowrap;
  }
  .over_flox {
    overflow-x: scroll;
  }
  .prop_nav .btn {
    white-space: nowrap;
  }
}

.btn-outline-primary.active {
  color: white;
  border-color: #f41010 !important;
  background-color: #f41010 !important;
}
