.live-chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: block;
}

.live-chat-button img {
  width: 50px;
  height: auto;
}

.try-chat {
  position: fixed;
  bottom: 70px;
  right: 55px;
  z-index: 1000;
  display: block;
}

.live-chat-button:hover img {
  transform: scale(1.1);
}

