.fixed-whatsapp {
    width: 50px;
    padding: 8px 11px;
    position: fixed;
    bottom: 60px;
    background-color: #25d366;
    border-radius: 25px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transition: all ease 1s;
    z-index: 999;
    font-size: 15px;
    height: 50px;
  }
  .fixed-whatsapp.active {
    width: 240px;
  }
  .fixed-whatsapp:before {
    font-family: "FontAwesome";
    margin-right: 12px;
    font-size: 32px;
    font-weight: 300;
    content: "\f232";
  }
  .fixed-whatsapp::before {
    background-image: url("https://static.ticimax.cloud/40053//uploads/editoruploads/whatsapp-icon.png");
  }
  .fixed-whatsapp::before {
    content: "";
    height: 30px;
    padding: 0 15px;
    background-size: contain;
  }
  