.UISiteFeedback .form-group.row:nth-child(6) {
    display: none;
}
.UISiteFeedback {
    padding: 0 10px;
}
.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: #f90c0c;*/
    color: #34780b;
}
.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 {
    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 {
    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: #f90c0c;*/
    color: #34780b 
}

.UISiteFeedback .textarea {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
}
.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(225deg,#ff0000 0%,#ff4444 100%);*/
    background: linear-gradient(to right, #34780b 0%, #67e21c 100%);
    color: #fff;
    text-transform: uppercase;
    border: honeydew;
    margin: 20px auto;
    cursor: pointer;
}
.UISiteFeedback .btnSend:hover{
    background: #0475d6;
    background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
}
