/* Gravity Form - Buttons */
.uael-gf-style .gform_wrapper .chosen-container-multi .chosen-choices,
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: auto;
    border: 1px solid #AAA;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
}
.uael-gf-style .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input {
    margin-bottom: 0;
}
.uael-gf-style .gform_wrapper li.hidden_label input {
    margin-top: 0px;
}
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single span {
    line-height: 1;
}
.uael-gf-style .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    background: #FFF;
}
.uael-gf-style .gform_page .gform_page_footer input[type=button], 
.uael-gf-style .gform_page .gform_page_footer input[type=submit] {
    display: inline-block;
}
.uael-gf-style .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,
.uael-gf-style .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    opacity: 1;
}
.uael-gf-style .uael-gf-select-custom {
    position: relative;
}
 /* Hello Elementor Theme compatibility */
.uael-gf-style .uael-gf-select-custom select {
    display: inline-block;
}

.uael-gf-style .uael-gf-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 0.7em;
    line-height: 1;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 0.5em;
    pointer-events: none;
    z-index: 5;
}
.uael-gf-style span.name_prefix_select .uael-gf-select-custom {
    display: inline;
    vertical-align: middle;
}

.uael-gf-style .gchoice_button,
.uael-gf-style .gchoice {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
}

.uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type="checkbox"],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type="radio"],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type="checkbox"] {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
.uael-gf-check-style .ginput_container_consent input[type="checkbox"]:checked + label:before {
    font-weight: 700;
}

.uael-gf-style select,
.uael-gf-style .chosen-single {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.uael-gf-style .gform_wrapper div.validation_error {
    border-top: none;
    border-bottom: none;
}
.uael-gf-style .gform_wrapper .gfield_radio li label {
    margin: 0 0 0 0;
}
.uael-gf-style .gform_wrapper .gform_body {
    width: 100% !important;
}
.uael-gf-style .gform_wrapper input[type="checkbox"]:checked + label:before,
.uael-gf-style .gform_wrapper input[type="radio"]:checked + label:before,
.uael-gf-style .gform_wrapper input[type="checkbox"] + label:before,
.uael-gf-style .gform_wrapper input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style .gform_wrapper .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_checkbox input[type="checkbox"],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type="radio"],
.uael-gf-check-default-yes .uael-gf-check-style .ginput_container_consent input[type="checkbox"] {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.uael-gf-style .gform_wrapper .gsection {
    margin-right: 0;
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="checkbox"],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type="radio"] {
    margin-top: 0px;
    margin-left: 0px;
}

/* Input fields size */
.uael-gf-btn-size-xs .uael-gf-style input[type=submit],
.uael-gf-btn-size-xs .uael-gf-style input[type=button] {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.uael-gf-input-size-xs .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uael-gf-input-size-xs .uael-gf-style .ginput_container textarea,
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xs .uael-gf-style .ginput_container .chosen-choices {
    font-size: 13px;
    padding: 8px 10px;
}
.uael-gf-input-size-xs .uael-gf-style .ginput_container select {
    font-size: 13px;
    padding: 6px 10px;
}
.uael-gf-input-size-xs .uael-gf-style .uael-gf-select-custom {
    font-size: 13px;
}
.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-input-size-xs .uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xs .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    height: 10px;
    width: 10px;
}
.uael-gf-input-size-xs .uael-gf-check-style .gfield_checkbox input[type="checkbox"]:checked + label:before,
.uael-gf-input-size-xs .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    font-size: -webkit-calc( 10px / 1.2 );
    font-size: calc( 10px / 1.2 );
}

.uael-gf-btn-size-sm .uael-gf-style input[type=submit],
.uael-gf-btn-size-sm .uael-gf-style input[type=button] {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.uael-gf-input-size-sm .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uael-gf-input-size-sm .uael-gf-style .ginput_container textarea,
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-sm .uael-gf-style .ginput_container .chosen-choices {
    font-size: 15px;
    padding: 12px 10px;
}
.uael-gf-input-size-sm .uael-gf-style .ginput_container select {
    font-size: 15px;
    padding: 10px 10px;
}
.uael-gf-input-size-sm .uael-gf-style .uael-gf-select-custom {
    font-size: 15px;
}
.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-input-size-sm .uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-sm .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    height: 12px;
    width: 12px;
}
.uael-gf-input-size-sm .uael-gf-check-style .gfield_checkbox input[type="checkbox"]:checked + label:before,
.uael-gf-input-size-sm .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    font-size: -webkit-calc( 12px / 1.2 );
    font-size: calc( 12px / 1.2 );
}

.uael-gf-btn-size-md .uael-gf-style input[type=submit],
.uael-gf-btn-size-md .uael-gf-style input[type=button] {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.uael-gf-input-size-md .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uael-gf-input-size-md .uael-gf-style .ginput_container textarea,
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-md .uael-gf-style .ginput_container .chosen-choices {
    font-size: 16px;
    padding: 15px 10px;
}
.uael-gf-input-size-md .uael-gf-style .ginput_container select {
    font-size: 16px;
    padding: 13px 10px;
}
.uael-gf-input-size-md .uael-gf-style .uael-gf-select-custom {
    font-size: 16px;
}
.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-input-size-md .uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-md .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    height: 15px;
    width: 15px;
}
.uael-gf-input-size-md .uael-gf-check-style .gfield_checkbox input[type="checkbox"]:checked + label:before,
.uael-gf-input-size-md .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    font-size: -webkit-calc( 15px / 1.2 );
    font-size: calc( 15px / 1.2 );
}

.uael-gf-btn-size-lg .uael-gf-style input[type=submit],
.uael-gf-btn-size-lg .uael-gf-style input[type=button] {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.uael-gf-input-size-lg .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uael-gf-input-size-lg .uael-gf-style .ginput_container textarea,
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-lg .uael-gf-style .ginput_container .chosen-choices {
    font-size: 18px;
    padding: 20px 10px;
}
.uael-gf-input-size-lg .uael-gf-style .ginput_container select {
    font-size: 18px;
    padding: 18px 10px;
}
.uael-gf-input-size-lg .uael-gf-style .uael-gf-select-custom {
    font-size: 18px;
}
.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-input-size-lg .uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-lg .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    height: 20px;
    width: 20px;
}
.uael-gf-input-size-lg .uael-gf-check-style .gfield_checkbox input[type="checkbox"]:checked + label:before,
.uael-gf-input-size-lg .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    font-size: -webkit-calc( 20px / 1.2 );
    font-size: calc( 20px / 1.2 );
}

.uael-gf-btn-size-xl .uael-gf-style input[type=submit],
.uael-gf-btn-size-xl .uael-gf-style input[type=button] {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.uael-gf-input-size-xl .uael-gf-style .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.uael-gf-input-size-xl .uael-gf-style .ginput_container textarea,
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-single,
.uael-gf-input-size-xl .uael-gf-style .ginput_container .chosen-choices {
    font-size: 20px;
    padding: 25px 10px;
}
.uael-gf-input-size-xl .uael-gf-style .ginput_container select {
    font-size: 20px;
    padding: 23px 10px;
}
.uael-gf-input-size-xl .uael-gf-style .uael-gf-select-custom {
    font-size: 20px;
}
.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type="checkbox"] + label:before,
.uael-gf-input-size-xl .uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes).uael-gf-input-size-xl .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type="checkbox"] + label:before {
    height: 25px;
    width: 25px;
}
.uael-gf-input-size-xl .uael-gf-check-style .gfield_checkbox input[type="checkbox"]:checked + label:before,
.uael-gf-input-size-xl .uael-gf-check-style .ginput_container_consent input[type="checkbox"]:checked + label:before {
    font-size: -webkit-calc( 25px / 1.2 );
    font-size: calc( 25px / 1.2 );
}

/* Gravity Form - Buttons Ends */
.uael-gf-button-right .gform_next_button,
.uael-gf-button-right .gform_previous_button {
    margin-right: 5px !important;
}
.uael-gf-style .gform_wrapper .gform_footer:not(.top_label) {
    padding: 0 0 0 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.uael-gf-style .gform_wrapper .gform_page_footer.left_label,
.uael-gf-style .gform_wrapper .gform_page_footer.right_label {
    padding: 0 0 0 0;
}
.uael-gf-check-style .gfield_radio input[type="radio"] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-check-style .gfield_radio .gchoice_label label:before,
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type="radio"],
.uael-gf-check-default-yes .uael-gf-check-style .gfield_radio input[type="radio"]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.uael-gf-style .gform_wrapper .top_label .gfield_error {
    width: 100% !important;
}
.uael-gf-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.uael-gf-style .gfield_radio input[type="radio"]:checked + label:before,
.uael-gf-check-default-yes .uael-gf-style .gfield_radio input[type="radio"]:checked:before {
    -webkit-box-shadow: inset 0px 0px 0px 4px;
    box-shadow: inset 0px 0px 0px 4px;
}
.uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-right .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
.uael-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto;
}

.uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-center .gform_page .gform_page_footer input[type=button],
.uael-gf-button-center .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-center .gform_page .gform_page_footer input[type=submit] {
    margin-left:  auto;
    margin-right: auto;
}
.uael-gf-button-center .gform_page .gform_page_footer {
    text-align: center;
}
.uael-gf-button-right .gform_page .gform_page_footer {
    text-align: right;
}
.uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-left .gform_page .gform_page_footer input[type=button],
.uael-gf-button-left .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-right .gform_page .gform_page_footer input[type=submit] {
    margin-left:  0;
    margin-right: auto;
}

.uael-gf-button-right .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-right .gform_page .gform_page_footer input[type=button],
.uael-gf-button-right .gform_page .gform_page_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_wrapper .gform_footer input[type=submit],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=button],
html[dir=rtl] .uael-gf-button-left .gform_page .gform_page_footer input[type=submit]  {
    margin-left:  auto;
    margin-right: 0;
}

.uael-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=button],
.uael-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
}

.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio'],
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox'],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'] + label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio'] + label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox'] + label:before {
    display: none;
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio'],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox'] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'] + label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio'] + label:before,
.elementor-widget-uael-gf-styler:not(.uael-gf-check-default-yes) .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio .gchoice_label label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox'] + label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio']:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox']:checked:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio'],
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox'] {
    margin-right: 10px;
}

.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked + label:before,
.uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox']:checked + label:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox']:checked:before {
    content: "\2714";
    line-height: 1.2;
}

.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_radio .gfield_radio input[type='radio']:checked:before,
.uael-gf-check-default-yes .uael-gf-style.uael-gf-check-style .gform_body .ginput_container_consent input[type='checkbox']:checked:before {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Gravity Form */

.uael-gf-style .gform_wrapper ul.gform_fields li.gfield:not( .gf_left_half):not(.gf_right_half):not( .gf_left_third):not(.gf_middle_third):not(.gf_right_third):not( .gf_first_quarter):not(.gf_second_quarter):not(.gf_third_quarter):not(.gf_fourth_quarter):not(.gf_inline) {
    padding-right: 0;
}

.uael-gf-button-width-full_width .gform_footer input[type=submit] {
    display: block;
    text-align: center;
    width: 100%;
}
.uael-gf-style .gform_body ul {
    margin-left: 0;
    list-style: none;
}
.uael-gf-style .gform_wrapper .gfield .ginput_container select,
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-single,
.uael-gf-style .gform_wrapper .gfield .ginput_container .chosen-choices,
.uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type="text"],
.uael-gf-style .gform_wrapper .chosen-choices li.search-field input.default {
    height: auto;
}
.elementor-widget-uael-gf-styler .uael-gf-style .gform_wrapper .chosen-choices li.search-field input[type="text"] {
    padding: 0px 0px 0px 0px;
}
.uael-gf-style .gform_page .gform_page_footer input[type=button] {
    margin-bottom: 20px;
}
.uael-gf-style .gform_wrapper .chosen-container-single .chosen-single div {
    display: none;
}

.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_previous_button, 
.gform_wrapper .gform_body .gform_page .gform_page_footer .gform_next_button {
    display: inline-block;
}
/* Gravity Form ends */

@media only screen and (max-width: 976px) {
    .uael-gf-button-center .gform_page .gform_page_footer {
        text-align: center;
    }
    .uael-gf-button-right .gform_page .gform_page_footer {
        text-align: right;
    }

    .uael-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],
    .uael-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left:  auto;
        margin-right: auto;
        width: auto;
    }

    .uael-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left:  0;
        margin-right: auto;
        width: auto;
    }

    .uael-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left:  auto;
        margin-right: 0;
        width: auto;
    }

    .uael-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uael-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .uael-gf-button-center .gform_page .gform_page_footer {
        text-align: center;
    }
    .uael-gf-button-right .gform_page .gform_page_footer {
        text-align: right;
    }

    .uael-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],
    .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit] {
        margin-left:  auto;
        margin-right: auto;
        width: auto;
    }

    .uael-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],
    .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit] {
        margin-left:  0;
        margin-right: auto;
        width: auto;
    }

    .uael-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],
    .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit] {
        margin-left:  auto;
        margin-right: 0;
        width: auto;
    }

    .uael-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],
    .uael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],
    .uael-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
    }
}
