.wa-message-us {
  border: none;
  background: transparent;
  transform: translateZ(0px);
  position: fixed;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, top, bottom;
  opacity: 1;
  height: 50px;
  display: inline-block;
  bottom: 0px;
  right: 0px !important;
  margin-right: 20px;
  margin-bottom: 10px;
  z-index: 1040;
  min-height: 50px;
  margin: 10px 20px;
  right: 0px;
  bottom: 7rem;
  transition-delay: 5s;
}

.wa-message-us .wa-msg-us-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #fff;
  color: #075e54;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-color: #075e54;
  border-width: 1px;
  border-style: solid;
}

.wa-message-us:hover .wa-msg-us-tooltip {
  visibility: visible;
  transition-delay: 0s;
}

#wa-msg-us-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #58BE55;
  color: rgb(255, 255, 255);
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 0;
  letter-spacing: 0.04em;
  padding: 10px;
  text-decoration: none;
  -webkit-font-smoothing: initial;
}

@media screen and (min-width:63.9rem) {
  .wa-message-us {
    bottom: 1rem;
    left: 0;
    right: 0 !important;
    max-width: 50px;
  }
  #wa-msg-us-btn {
    width: 50px;
    height: 50px;
}

@media screen and (min-width:79.9rem) {
  .wa-message-us {
    bottom: 2.5rem;
    left: auto;
    right: 1rem !important;
    max-width: 50px;
  }
}