.genric-btn {
  display: inline-block;
  outline: none;
  padding: 0 20px;
  font-size: 1em;
  text-align: left;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}