#title-spacer{
    background-image: url("/storage/img/LH-home-bg-modify.jpg");
    height: 15em;
    padding-top: 5.625em;
}
@media screen and (max-width: 85.375em){ #title-spacer {background-image:url("/storage/img/header_title_1366.jpg") !important;} }
@media screen and (max-width: 48em){ #title-spacer {background-image:url("/storage/img/header_title_768.jpg") !important;} }
@media screen and (max-width: 30em){ #title-spacer {background-image:url("/storage/img/header_title_480.jpg") !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;
    }
