Amber D. Stitt, ChFC®, CLTC®, CLU®, GALLUP®
ChFC®, CLTC®, CLU®, GALLUP®
Get Quotes - Life Insurance
We protect your privacy. You are under no obligation.
NameThis field is for validation purposes and should be left unchanged.First Name(Required)Last Name(Required)Date of Birth(Required)Gender(Required)
Male
Female
State of Residence(Required)Choose OneAlabamaAlaskaAmerican SamoaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict of ColumbiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahU.S. Virgin IslandsVermontVirginiaWashingtonWest VirginiaWisconsinWyomingArmed Forces AmericasArmed Forces EuropeArmed Forces PacificEmail(Required)
Life Insurance Design(You Can Select Multiple Options!)
$500,000
$1,000,000
$1,500,000
$2,000,000
$3,000,000
$4,000,000
$5,000,000
Other
General Guide: Life Insurance Benefit Amount
Age
Multiple of Earned Income
18-35
Typical: 8-15 | Maximum: 30
36-45
Typical: 8-15 | Maximum: 25
46-60
Typical: 8-15 | Maximum: 20
61-65
Typical: 8-10 | Maximum: 10
66+
Maximum: 5
.chart-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.heading-row th {
background-color: #e4e4e4;
font-weight: bold;
text-align: center;
}
.chart-table th, .chart-table td {
border: 1px solid #000;
padding: 8px;
text-align: center;
}
.chart-table tr:not(.heading-row) {
background-color: #fff;
}
Other $Term Length(You Can Select Multiple Options!)
10 Year
15 Year
20 Year
25 Year
30 Year
35 Year
40 Year
Entire Life
How would you rate your overall health?
Excellent
Above Average
Average
Below Average
You are in excellent health, maintaining an ideal weight, and are a non-tobacco user. Your cholesterol and blood pressure levels are normal, and you visit your doctor solely for routine check-ups. Additionally, your family has no history of heart disease or cancer before the age of 60.You are in good health and maintain a healthy weight, with only a minor health concern like borderline cholesterol or slightly elevated blood pressure. You typically visit the doctor only for routine check-ups.You manage some health conditions that are well under control. You might carry a bit of extra weight and have slightly elevated cholesterol or blood pressure, both of which are managed effectively with medication. Regular checkups with your doctor help you stay on top of your health.You are managing significant medical conditions that require ongoing care, such as obesity, diabetes, or cancer.
gform.initializeOnLoaded( function() {gformInitSpinner( 30, 'https://www.mddisabilityquotes.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_30').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_30');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_30').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_30').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_30').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_30').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_30').val();gformInitSpinner( 30, 'https://www.mddisabilityquotes.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [30, current_page]);window['gf_submitting_30'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_30').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [30]);window['gf_submitting_30'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_30').text());}else{jQuery('#gform_30').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "30", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_30" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_30"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_30" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 30, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );
With a long list of satisfied physician clients, we’ve learned a thing or two about making the process of requesting and securing disability insurance coverage as effortless as possible. In order to match you with the right company, we need to know a little about you. These questions take only a few minutes and your information will be used solely to find the best disability insurance quote for you.
Privacy Policy
Discounts Available in all 50 States!