.hpScrolledBtn {
  /*
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0; */
  background: #24c73c;
  border-color: #24c73c;
  color: #ffffff;
  position: fixed;
  width: 70%;
  margin: 0 auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
  bottom: 60px;
  transition: 0.3s;
  z-index: 5;
}

button.rn-button-style--2.btn_solid.mStyleBtn {
  border-color: #24c73c;
  background: #24c73c;
}

button.rn-button-style--2.btn_solid.mStyleBtn:hover {
  color: #ffffff;
}
