body{
	background-color: #f8f8f8 !important;
}

.genric-btn.circle {
        border-radius: 1.25em;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    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;
}

.genric-btn.gray-border {
  /* width: 100%; */
  display: block;
  color: #fff;
  background: #9a815c;
  border: 0.0625em solid #9a815c;
  margin-bottom: 1.25em;
  border-radius: 1.25em;
}

.genric-btn.gray-border:hover {
    color: #9a815c;
    background: #fff;
    border: 0.0625em solid #9a815c;
}
.single-feature:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
