/*
Checkbox
*/
#find-out-more .form-group.has-float-label label,
#lead-form .form-group.has-float-label label {
  z-index: 2;
  right: 1rem;
  /*text-transform: uppercase;*/
  top: 1rem;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
	text-align: right !important;
}
@media only screen and (max-width: 991px) {
  #find-out-more .option-checkbox-label > .wpcf7-form-control-wrap, #find-out-more .wpcf7-response-output {
    bottom: 55px;
  }
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  color: black;
}
.wpcf7-spinner {
  display: none;
}
.container #lead-form {
  direction: rtl;
}