.floating-wa {
      z-index: 996;
      background:transparent;
      display: block;
      width: 150px;
      height: auto;
      line-height: 75px;
      text-align: center;
      color: #380027;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      text-decoration: none;
      transition: ease all 0.3s;
      position: fixed;
      right: 80px;
      bottom:20px;
    }
.floating-wa:hover{background: transparent;}

