/* whatsapp */
.whats-app {
        padding-top: 5px;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 3px 4px 3px #999;
  left: 15px;
  z-index: 100;
}

.my-float {
  margin-top: 11px;
}
/* whatsapp */