    .whatsapp-icon {
      position: fixed;
      bottom: 20px;
      left: 15px;
      background-color: #25D366; 
      border-radius:50%;
      padding: 10px;
      color: white;
      font-size: 20px;
      z-index: 9999;
      height:40px;
      width:40px;
    }
    .whatsapp-icon1 {
        position: fixed;
        bottom: 65px;
        left: 15px;
        background-color: #d3258a; 
        border-radius:50%;
        padding: 10px;
        color: white;
        font-size: 20px;
        z-index: 9999;
        height:40px;
        width:40px;
      }
      .whatsapp-icon2 {
        position: fixed;
        bottom: 112px;
        left: 15px;
        background-color: #ffffff; 
        border-radius:50%;
        padding: 10px;
        color: white;
        font-size: 20px;
        z-index: 9999;
        height:40px;
        width:40px;
      }
    .whatsapp-icon:hover {
      background-color: #128C7E; /* Darker green on hover */
    }
    .whatsapp-icon1:hover {
        background-color: #f75af7; /* Darker green on hover */
      }
      .whatsapp-icon2:hover {
        background-color: #5a72f7; /* Darker green on hover */
      }

  
    
 
