.whatsapp-float {
    position: fixed;
    bottom: 1px;
    right: 26%;
    z-index: 99999;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    }
  
    .whatsapp-float img {
    width: 30px;
    height: 30px;
    }
  
  @media only screen and (min-width:1200px) {
    
    
    .whatsapp-float {
      position: absolute;
      bottom: 1px;
      right: 26%;
    }
    
   
  }
  @media only screen and (min-width:992px) and (max-width:1199px) {
   
    
    .whatsapp-float {
      position: absolute;
      bottom: 1px;
      right: 26%;
    }
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    
    .whatsapp-float {
      position: absolute;
      bottom: 1px;
      right: 26%;
    }
    
  }
  @media only screen and (max-width:767px) {
    
    .whatsapp-float {
      position: absolute;
      bottom: 55px;
      right: 5px;
    }
  }
  @media only screen and (min-width:576px) and (max-width:767px) {
    
    .whatsapp-float {
      position: absolute;
      bottom: 55px;
      right: 5px;
    }
  }
  