.search-area{
  height: 0px;
  padding-top: 0%;
}

.search_list {
  /* background-image: url("assets/images/pexels-photo.webp"); */
  background-color: white;
  position: relative;
  z-index: 1;
  width: 70%;
  /* overflow: scroll; */
}
.search_list p{
  height: 5px;
  padding: 0px;
}

.propertyName{
  background-color: transparent !important;
  text-align: left;
  border: none !important;
  border-bottom: 1px solid #ccc;
  cursor: pointer !important;
}
.option:hover{
  background-color: rgba(75, 68, 126, 0.116);
}

.fa{
  padding-left: 2px;
}


/* testimonial */

.carousel{
  width: 100%;
}