/* Start custom CSS */.insurance-row {
    background: linear-gradient(transparent, #004263 25%) !important;
    
}

#programs-left.elementor-element .elementor-main-swiper  {
    border-radius: 0 300px 300px 0;
}

#programs-right.elementor-element .elementor-main-swiper {
     border-radius: 300px 0 0 300px;
}

/* Hide checkmark by default */
.pt_plus_gravity_form .ginput_container_checkbox span.gravity_checkbox_label::before {
    content: "" !important;
}

/* Show checkmark only when the checkbox is checked */
.pt_plus_gravity_form .ginput_container_checkbox input[type="checkbox"]:checked + label span.gravity_checkbox_label::before {
    content: "f00c"!important;
    color: #000;

}/* End custom CSS */