.feedback-widget__header{
    font-size: 25px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}
.feedback-widget__item-title{
    font-size: 17px;
}
.feedback-widget__item-date{
    color: #B1B1B1;
    font-size: 12px;
}
.feedback-widget__item{
    margin-bottom: 15px;
}
.feedback-widget__sub-header{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
}
.feedback-widget__email{
    color: #fff;
    font-size: 22px;
}
.feedback-widget__phone{
    color: #fff;
    font-size: 22px;
}
.feedback-widget__address{
    color: #000;
    margin-bottom: 10px;

}
.feedback-widget__social{
    font-size: 25px;
    margin-right: 15px;
    color: #636363;
}
.feedback-widget{
    background: #009A55;
    padding: 90px 0;
}
.feedback-widget__contact-title{
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}
.feedback-widget__sub-header{
    font-size: 30px;
    color: #fff;
}
.form-control.feedback-widget__input{
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow:  none;
    -webkit-box-shadow:  none;
    border-radius: 0;
    outline: none;
    color: #fff;
}
.form-control.feedback-widget__input::-webkit-input-placeholder  {
    color: #fff;
}
.has-success .form-control.feedback-widget__input:hover, .has-success .form-control.feedback-widget__input:focus, .has-success .form-control.feedback-widget__input:active {
    background: none;
    outline: none!important;
    box-shadow:  none;
    border-color: #fff;
    -webkit-box-shadow:  none;
}
.has-success .form-control.feedback-widget__input{
    box-shadow:  none;
    -webkit-box-shadow:  none;
    border-color: #fff;
    outline: none;
}
.feedback-widget__hint{
    color: #fff;
}
.feedback__button{
    background: none!important;
    border: 1px solid #fff!important;
    padding: 10px 50px !important;
}