.checkboxdiv .box-inv span.wpcf7-list-item-label{display:none;}
.getback-form-part .box-inv span.wpcf7-list-item-label{display:none;}
.screen-reader-response{display:none;}
.wpcf7-not-valid {border-color: #dc3232 !important;}
input.wpcf7-not-valid::placeholder {
  color: #dc3232 !important;
}
input.wpcf7-not-valid::-moz-placeholder {
  color: #dc3232 !important;
  opacity: 1;
}
input.wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3232 !important;
}
input.wpcf7-not-valid::-ms-input-placeholder {
  color: #dc3232 !important;
}
.wpcf7-form-control.wpcf7-radio.wpcf7-not-valid .wpcf7-list-item{
  border-color:  #dc3232 !important;
}
.custom-checkbox .wpcf7-validates-as-required.wpcf7-not-valid input::before{
    border: 1px solid #dc3232 !important;
}
.wpcf7-not-valid-tip {display: none !important;}
body .wpcf7-response-output {display: none !important;}
.wpcf7-spinner{position: absolute; left: -18px; z-index: 1; top: calc(50% - 12px);}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{direction: rtl;}
