.PRVUniversalComment{
    margin-bottom: 50px;
}
.PRVUniversalComment .error_text {
    font:16px sans-serif;
    color:red;
}
.PRVUniversalComment form{
    display: flex;
    flex-wrap: wrap;
}
.PRVUniversalComment p.input{
    margin: 0 0 47px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.PRVUniversalComment p.textarea{
    margin: 0 0 37px;
    width: 100%;
    position: relative;
}
.PRVUniversalComment p.input input{
    border: none;
    border-bottom: 1px solid #EFF1F5;
    color: #212121;
    font-size: 1em;
    height: 38px;
    outline: none;
    width: 100%;
}
.PRVUniversalComment p.textarea textarea{
    resize: none;
    width: 100%;
    outline: none;
    border: 1px solid #EFF1F5;
    border-radius: 5px;
    padding: 13px 11px;
    color: #212121;
}
.PRVUniversalComment p.input input:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment p.textarea textarea:placeholder{
    color: #C5C5C5;
}
.PRVUniversalComment .help-block{
    bottom: -32px;
}
.thanks_container.comment-thanks{
    padding-right: 0!important;
}
.thanks_container.comment-thanks h5{
    top: 50%;
    transform: translateY(-50%);
}
.thanks_container.comment-thanks h5 {
    margin:10px 0 10px;
    text-align: center;
}
@media(max-width: 575px){
    .thanks_container.comment-thanks .modal-dialog{
        max-width: 90%;
    }
}
@media(min-width: 768px){
    .PRVUniversalComment p.input input[name="NAME"]{
        width: 90%;
    }
    .PRVUniversalComment p.input{
        width: 50%;
    }
}
.PRVUniversalComment .agree-checkbox-block {
  width: 100%;
  position: relative;
}