
.headerInfo {display: inline;}
.txt_comment {margin-top: 50px;color: #0078bd;font-size: 12px;font-weight: bold;}
.txt_comment_all {margin-top: 10px;color: #0078bd;font-size: 12px;font-weight: bold;}
.red {color: red}
.checkout_section .inpt input:focus ~ .textBoxLabel{display:block}
.btn_step5_return{float:left;margin:92px 0 0 0;}


/*Mobile*/
@media (min-width: 0px) and (max-width: 768px) {
    .txt_comment {
        margin-top: 10px !important;
    }
}