.wts-float {
    position: fixed;
    left: 1rem;
    bottom: 5.2rem;
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    z-index: 999;
    margin-bottom: 30px;
}
.bg-blue {
    background: #00bb2d !important;
}