.hb_footer_design .widget-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
}
.heading-title{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}
#form_search{
    width: 100%;
    position: relative;
}
#form_search button[type="submit"]{
    position: absolute;
    top:0px;
    right: 0px;
    background: #007a3f;
    color: #fff;
    height: 35px;
    width: 35px;
}
#form_search input[type="search"]{
    text-shadow: none;
    margin: 0px;
    border: 1px solid #007a3f;
    height: 36px;
    line-height: 36px;
}
.single-contact-page{
    background: #fff;
}
.section.single.single-post.single-contactpage>.grid-container .form-info .form-inner form .form-submit button{
    background: #33875e;
}
.section.single.single-post.single-contactpage>.grid-container .form-info .form-inner{
    padding: 15px;
}