.whatsapp_float, .scroll_to_top {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 100;
}

.whatsapp_float {
    background-color: #25d366 !important;
}

.whatsapp_float i, .scroll_to_top i {
    font-size: 40px;
    padding: 10px;
}

#scrollUp {
    right: 90px !important;
}