/* for desktop */
.whatsapp_float {
  position: fixed;
  text-align: center;
  color: rgb(26, 134, 28);
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
  border-radius: 100px;
  font-size: 20px;
  z-index: 100;
}


/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
  }
}
