

/*---New Added CSS on 11th-Nov-2020---Start*/
.ph-chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20; }

.ph-chat-button {
  display: block;
  background: #ffb91d;
  border-radius: 100px;
  transition: box-shadow .3s; }
  .ph-chat-button:hover {
    background: #e9a100;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
  .ph-chat-button img {
    padding: 15px; }
/*---New added CSS END---*/