#businessInfoDetails {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

#businessInfoDetails.show {
    max-height: 500px;
    opacity: 1;
  display: block !important;
}

#businessInfoToggle {
    transition: color 0.2s ease;
}

#businessInfoToggle:hover {
    color: #666;
}
@media (max-width: 992px) {
  .image-wrapper img {
    height: 100%!important;
  }
}
.filter-section{
  position:unset!important;
}
