.aboutus-bg {
  background-color: #fff !important;
}
.testimonial-section {
  padding: 50px 0;
}

.location-property-details {
  padding: 15px 0 25px 25px;
}

.property-rate {
  font-size: 1.15rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #3a2f48;
}

.property-rate span {
  font-size: 1rem;
  font-weight: 400;
}

.plus-icon {
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  height: 38px;
  width: 38px;
  background: #e4e4e4;
}

.plus-icon-wrapper .btn-gold {
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.1s;
  background: transparent;
  color: #000 !important;
  position: relative;
  z-index: 2;
  font-weight: 400;
  width: 100%;
  justify-content: flex-start;
}

.plus-icon-wrapper .btn-gold .fas {
  margin-left: 6px;
}

.plus-icon-wrapper {
  position: relative;
  margin-top: -40px;
  margin-left: 60%;
}

.plus-icon-wrapper::after {
  content: "";
  background: #e4e4e4;
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  border-radius: 30px;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.villacard:hover .plus-icon-wrapper::after {
  width: 100%;
}

.villacard:hover .btn-gold {
  opacity: 1;
  transition-delay: 0.4s;
}

.location-property-img {
  height: 230px;
  /* object-fit: cover; */
}

.villacard {
  display: block;
}
