#click-view{
    background: #f8f8f8;
}
#click-view .genric-btn.circle {
    border-radius: 1.25em;
}

#click-view .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#click-view .go-feature-btn {
    border: 0.0625em solid #9a815c;
}
#click-view .genric-btn {
    width: 6.938em;
    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;
}
#click-view .genric-btn.gray-border {
  color: #9a815c;
  background: #f8f8f8;
  border: 0.0625em solid #9a815c;
  margin-bottom: 1.25em;
}
#click-view .genric-btn.gray-border:hover {
  color: #fff;
  border: 0.0625em solid #9a815c;
  background: #9a815c;
}
