.wa-button{
    background-color: #3be17f;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin-bottom:15px;
}
.wa-button-popup{
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
}
.wa-join.wa-center{
    text-align: center;
}
.wa-join h4{
    padding-bottom:10px;
}
.whatsapp-icon{
    width: 128px;
    height: 128px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.wac-sticky{
      width: 55px;
  height: 55px;
  border-radius: 0;
    background-color: #45a147;
    color: #fff !important;
    position: fixed;
    z-index: 9999999;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  cursor: pointer;
}
.wac-stickytext{
    width: 320px;
    max-width: 500px;
    height: 40px;
    line-height: 40px;
    background-color: #45a147;
    position: fixed;
    right:30px;
    bottom:0;
    z-index: 99999;
    color: white;
    text-align: left;
    padding-left:10px;
    font-size:15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wac-stickytext:hover,.wac-stickytext:visited{
    color:white;
    cursor: pointer;
}
.wac-stickytext .wac-wa{
    height: 22px;
    padding: 0;
    text-align: right;
    margin: 10px 0;
    float: right;
    display: inline-block;
}
.wac-floating{
  width: 55px;
  height: 55px;
  border-radius: 50%;
    background-color: #45a147;
    color: #fff !important;
    position: fixed;
    z-index: 9999999;
  box-shadow:0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  cursor: pointer;
}
.wac-floating:hover,.wac-sticky:hover{
    background-color: #86c288;
}
.wac-wa{
    background:url("images/wa.png");
    width:35px;
    height: 35px;
    background-size: contain;
    margin:9px auto;
    background-repeat: no-repeat;
}
.wac-sticky.wac-leftm{
    left:0em;
    top:50%;
    border-radius: 0 20% 20% 0;
}
.wac-sticky.wac-rightm{
    right:0;
    top:50%;
    border-radius: 20% 0 0 20%;
}
.wac-sticky.wac-bottomr{
    right:1em;
    bottom:0;
    border-radius: 20% 20% 0 0;
}
.wac-sticky.wac-bottoml{
    left:1em;
    bottom:0;
    border-radius: 20% 20% 0 0;
}
.wac-sticky.wac-topl{
    top:0em;
    left:1em;
    border-radius: 0 0 20% 20%;
}
.wac-sticky.wac-topr{
    top:0;
    right:1em;
    border-radius: 0 0 20% 20%;
}

.wac-floating.wac-leftm{
    left:2em;
    top:50%;
}
.wac-floating.wac-rightm{
    right:2em;
    top:50%;
}
.wac-floating.wac-bottomr{
    right:1em;
    bottom:2em;
}
.wac-floating.wac-bottoml{
    left:1em;
    bottom:2em;
}
.wac-floating.wac-topl{
    top:2em;
    left:1em;
}
.wac-floating.wac-topr{
    top:2em;
    right:1em;
}