.wp {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 85px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    background-color: #128C7E;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.wptext {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 59px;
    bottom: 91px;
    z-index: 9999;
    width: 110px;
    height: 33px;
    background-color: #128C7E;
    opacity: 1;
    border-radius: 20px 0px 0px 20px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}