.whatsapp-icon1 {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    transition: transform 0.3s ease-in-out;
  }
  
  .whatsapp-icon1 i {
    display: inline-block;
    /* vertical-align: middle; */
  }
  
  .whatsapp-icon1:hover {
    transform: scale(1.1);
  }
  