.new_agree {
	    font-size: 14px;
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    flex-direction: row-reverse;
	    column-gap: 10px;
	    margin-bottom: 20px;
	    align-content: center;
	    flex-wrap: nowrap;
	    text-align: left;
	    
	    
	    
	    
	    
	    
	    

    .wpcf7-form-control-wrap {
        display: block;
        width: auto !important;
    }

    input[type="checkbox"] {
        width: 15px !important;
        height: 15px !important;
        padding: 0px;
        margin: 0px !important;
        box-shadow: none !important;
        -webkit-appearance: auto !important;
        appearance: auto !important;
      }

    br {
        display: none;
    }

	label {
		font-size: 11px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 0;
  display: block;
  max-width: 100%;
	}
}

.newagree-label {
    max-width: 100% !important;
}

.form input.wpcf7-form-control.wpcf7-submit:disabled,
.form input.wpcf7-form-control.wpcf7-submit[disabled] {
            opacity: .4;
            cursor: not-allowed;
        }
		.terms h2 {
    font-size: 24px;
    margin: 20px 0;
}

.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible {
    z-index: 9999;
}