@media(max-width: 991px) {
  .chat-view {
      margin-left: 0;
  }
}

@media(max-width: 767px) {
  .padding {
      padding: 60px 0;
  }
  .profile-images img {
      height: 180px;
  }

  .profile-user .img1 {
      width: 100px;
      min-width: 100px;
      height: 100px;
      margin-top: -40px;
  }
}

@media(max-width: 575px) {
  .fs-18 {
      font-size: 1em !important;
  }
  .profile-images img {
      height: 160px;
  }
}