.whatsappbutton {
  border: 1px solid #fff;
  display: inline-block;
  max-width: 100%;
  width: 200px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #008069;
  color: #fff;
  position: relative;
  margin-right: 15px;
  z-index: 5;
  border-radius: 25px;
  overflow: hidden;
  -webkit-transition: all ease 0.4s !important;
  transition: all ease 0.4s !important;
  box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}
