    /* scroll to top */
.scroll-to-top-whatsapp {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  border-radius: 50%;
  background: #25D366;
  border: 1px solid #075E54;
  width: 60px;
  height: 60px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

.scroll-to-top-whatsapp .i {
    color: #232323 !important;
  }

.scroll-to-top-whatsapp:hover{
    color: #232323 !important;
    background: #fff;
}

.scroll-to-top-whatsapp:hover .i{
    color: #232323 !important;
    background: #fff;
}

.scroll-to-top-whatsapp:visited {
    color: #232323 !important;
    text-decoration: none;
}