.whatsapp-top {
    position: fixed;
    right: 43px;
    bottom: 98px;
    z-index: 100000;
    background: #008000;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    opacity: 0;
}

@media (max-width: 767.98px){
    .whatsapp-top {
        right: 4px;
        bottom: 51px;
    }
}

.whatsapp-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.whatsapp-top:hover {
    background: rgb(3, 203, 3);
    color: #fff;
}

.whatsapp-top.active {
    visibility: visible;
    opacity: 1;
}

.whatsapp-help-text:hover {
    background: #fea57d;
    opacity: 0.7;
    color: #fff;
}
.whatsapp-help-text{
    background: #fea57d;
    padding: 3px 9px;
    font-weight: bold;
    color: white;
    border-radius: 11px 11px 0;
    position: absolute;
    bottom: 45px;
    right: 18px;
    width: 154px;
}

.whatsapp-top-show{
    opacity: 1;
}