.c-headline-20 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.c-headline-20 .c_name {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #c70007;
    letter-spacing: 1px;
}
.p-comment-1 {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 25px;
}
.p-detail-4 .c-form-border {
    background: #fff;
}
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color .3s ease-in-out;
}
.form-group {
    position: relative;
    margin-bottom: 1.072em;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
}
.c-form .c_input, .c-form-border .c_input {
    width: 100%;
    height: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.c-form textarea.c_input, .c-form-border textarea.c_input {
    height: auto;
    padding-top: .5em!important;
    padding-bottom: .5em!important;
}
.c-btn--sm {
    background: #006dff;
    color: #fff;
    font-size: 12px;
    padding: .715em 1.429em .715em 1.429em;
    border-radius: .3em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 100;
border: none;
}
.c-btn--primary {
    box-shadow: 0 2px 2px 0 rgb(0 90 188 / 14%), 0 3px 1px -2px rgb(0 90 188 / 20%), 0 1px 5px 0 rgb(0 90 188 / 12%);
}
.p-comment-1 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-comment-1 .col-md-6 {
    width: 49%;
}
.p-comment-1 .col-md-12 {
    width: 100%;
text-align: right;
}
.s-comment-3 {
    margin-top: 10px;
}
.s-comment-3 .s_author {

    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #ddd;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1.786em;
    width: 1.786em;
    height: 1.786em;
margin-right: 1%;
}
.s-comment-3 .s_body {

    width: calc(100% - 30px);
}
.s-comment-3 .s_body .name {
    display: flex;
    font-weight: 700;
    font-size: 15px;
    margin: 2px 0;
}
.s-comment-3 .s_body .footer {
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}
.s-comment-3 .s_body .footer>span[ht-trigger] {
    cursor: pointer;
    margin-right: 15px;
}
a+i, i+a, i+span, span+i {
    margin-left: .3em;
}
.s-comment-3 .s_body .reply {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
text-align: right;
    margin: auto;
}
.s-comment-3 .s_body .reply.show {
    height: auto;
    opacity: 1;
    margin-top: 10px;
}
.s-comment-3 .s_body .reply textarea{
line-height: 1;
    box-shadow: none;
    border-bottom: 1px solid #b1b1b1;
}
.s-comment-3 .s_body .author {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: .8em;
    padding: .334em .417em .25em .417em;
    line-height: 1.5;
    background-color: #006dff;
    border-radius: 3px;
    margin-left: 10px;
}
.s-comment-3 .list{
width: calc(100% - 30px);
    margin: auto;
    margin-right: 0;
}