@media (max-width: 767px) {
    .text-left-xs {
      text-align: left;
    }
    .text-right-xs {
      text-align: right;
    }
    .text-center-xs {
      text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
      text-align: left;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-center-sm {
      text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
      text-align: left;
    }
    .text-right-md {
      text-align: right;
    }
    .text-center-md {
      text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
      text-align: left;
    }
    .text-right-lg {
      text-align: right;
    }
    .text-center-lg {
      text-align: center;
    }
}

#feedback-form-es {background: #d3d3d3;}
#feedback-form-es .h3 {margin: 0; padding: 25px 20px; background: #ea372b; color: #fff;}
#feedback-form-es p {padding: 15px 25px 0;}
#feedback-form-es .form {padding: 20px 25px;}
#feedback-form-es .form .btn {width: 210px; margin: 25px auto 0; display: block;}
#feedback-form-es .caption {width: 40%; margin-right: 20px; display: inline-block; vertical-align: top; min-height: 1px;}
#feedback-form-es .data {display: inline-block;}
#feedback-form-es .data input, #feedback-form-es .data textarea, #feedback-form-es .data .checkbox {width: 245px; border: 0;  margin-bottom: 15px;}
#feedback-form-es .checkbox { display: inline-block; cursor: pointer;}
#feedback-form-es .checkbox input[type=checkbox] {display:none;}
#feedback-form-es .checkbox input[type=checkbox] + label {padding-left:35px; height:25px; line-height:25px; display:inline-block; background-repeat:no-repeat; background-position: 0 0;  vertical-align:middle; cursor:pointer;}
#feedback-form-es .checkbox input[type=checkbox]:checked + label {background-position: 0 -25px;}
#feedback-form-es .checkbox label {background-image:url(../images/checkbox.png); background-repeat: no-repeat;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}