.UISiteFeedback .summary b {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    display: inline-block;
    font-weight: normal;
    color:#585858;
}
.UISiteFeedback i {
    font-size: 15px;
    color:#585858;
    padding: 10px 0 0;
    display: inline-block;
}
.UISiteFeedback b {
    color:#0066b9;
}
.UISiteFeedback .summary img{
    max-width: 50%;
    margin: 0 auto;
}
.UISiteFeedback .clear {
    clear: both;
}

.UISiteFeedback .red {
    color: #e00;
}

.UISiteFeedback .form-control-style {
    height: 38px;
    padding: 0 8px;
    width: 100%;
    /* box-shadow: 0 0 3px 0 #ccc inset; */
    border: solid 1px #dedede;
    border-radius: 3px;
    font-size: 15px;
}

.UISiteFeedback .form-group {
    margin-bottom: 15px;
    overflow: hidden;
}

.UISiteFeedback .row {
    margin-left: -10px;
    margin-right: -10px;
}

.UISiteFeedback .col-12 {
    width: 100%;
    padding: 0 10px;
}

.UISiteFeedback .col-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.UISiteFeedback .container {
    max-width: 1170px;
    margin: 20px auto;
    padding: 0;
}

.UISiteFeedback .summary {
    float: left;
    width: 50%;
    text-align: center;
    margin: 25px 0 0;
}

.UISiteFeedback .form {
    margin-left: 50%;
    padding-left: 20px;
}
.UISiteFeedback .form.full {
    max-width: 500px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
}
.UISiteFeedback .form .captcha input[type="text"] {
    width: 150px;
}

.UISiteFeedback .form .img-captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    height: 30px;
}
.UISiteFeedback .title-block h2:before {
    content: "\f0e6";
    display: inline-block;
    font: normal normal normal 35px FontAwesome;
    margin-right: 10px;
}
.UISiteFeedback .title-block h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #0066b9;
}

.UISiteFeedback .textarea {
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #e2e2e2 inset;
    border: solid 1px #ddd;
    padding: 10px;
}
.UISiteFeedback .btnSend:before {
    content: "\f1d8";
    display: inline-block;
    font: normal normal normal 25px FontAwesome;
    margin-right: 10px;
}
.UISiteFeedback .btnSend{
    display: block;
    padding:10px 30px;
    font-size:18px;
    font-weight:bold;
    background: #0e93d2;
    background-image: linear-gradient(to right top, #3adc2f, #12940d, #3adc2f, #12940d, #3adc2f);
    color: #fff;
    text-transform: uppercase;
    border: honeydew;
    margin: 20px auto;
    cursor: pointer;
}
.UISiteFeedback .btnSend:hover{
    background: linear-gradient(to right top, #27f25d, #6aec68, #27f25d, #6aec68, #27f25d);
}
@media(max-width: 767px) {
    .UISiteFeedback .summary, .UISiteFeedback .form {
        width: 100%;
    }

    .UISiteFeedback .form {
        margin-left: 0;
        padding-left: 0;
    }
}
