.whatsapp-mobile {
    position: fixed;
    background: none;
    width: 40px;
    height: 40px;
    z-index: 995;
    right: 10px;
    bottom: 60px;
    text-align: center;
    cursor: pointer;
}
.whatsapp-mobile.show {
    visibility: visible;
}
.bottom-60{
    bottom:60px;
}

.logo-loader {
    width: 200px;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 20px;
    right: 0;
    margin: auto;
}