/*Custom Css*/

/*
...
...
*/

.wa-float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 26px;
    box-shadow: 2px 2px 3px #999;
    line-height: 40px;
    z-index: 1600;
      overflow: hidden;
  }
  
  .wa-float:hover i{
      animation: moveUp 0.4s;
  }


  
