At Phillips Law Offices, we understand how a car accident caused by inattentive driving can change your life in an instant. If you or a loved one has been hurt because another driver wasn’t paying attention, you deserve answers and support. Our Chicago inattentive driving accident attorneys are here to help you get the compensation and justice you deserve.
var gform;gform||(document.addEventListener(“gform_main_scripts_loaded”,function(){gform.scriptsLoaded=!0}),document.addEventListener(“gform/theme/scripts_loaded”,function(){gform.themeScriptsLoaded=!0}),window.addEventListener(“DOMContentLoaded”,function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>”function”==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(“The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.”),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(“gform_main_scripts_loaded”,()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(“gform/theme/scripts_loaded”,()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(“DOMContentLoaded”,()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(“action”,o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(“filter”,o,r,e,t)},doAction:function(o){gform.doHook(“action”,o,arguments)},applyFilters:function(o){return gform.doHook(“filter”,o,arguments)},removeAction:function(o,r){gform.removeHook(“action”,o,r)},removeFilter:function(o,r,e){gform.removeHook(“filter”,o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+”_”+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){“function”!=typeof(t=o.callable)&&(t=window[t]),”action”==r?t.apply(null,e):e[0]=t.apply(null,e)})),”filter”==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
Request a Free Consultation
-
This field is for validation purposes and should be left unchanged.
/* = 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find(‘#gform_wrapper_4’);var is_confirmation = jQuery(this).contents().find(‘#gform_confirmation_wrapper_4’).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){jQuery(‘#gform_wrapper_4’).html(form_content.html());if(form_content.hasClass(‘gform_validation_error’)){jQuery(‘#gform_wrapper_4’).addClass(‘gform_validation_error’);} else {jQuery(‘#gform_wrapper_4’).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_4’).val();gformInitSpinner( 4, ‘https://phillipslawoffices.com/wp-content/plugins/gravityforms/images/spinner.svg’, true );jQuery(document).trigger(‘gform_page_loaded’, [4, current_page]);window[‘gf_submitting_4’] = 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_4’).replaceWith(confirmation_content);jQuery(document).trigger(‘gform_confirmation_loaded’, [4]);window[‘gf_submitting_4’] = false;wp.a11y.speak(jQuery(‘#gform_confirmation_message_4’).text());}else{jQuery(‘#gform_4’).append(contents);if(window[‘gformRedirect’]) {gformRedirect();}}jQuery(document).trigger(“gform_pre_post_render”, [{ formId: “4”, currentPage: “current_page”, abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( “gform_wrapper_4” ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( “span” ); visibilitySpan.id = “gform_visibility_test_4”; gformWrapperDiv.insertAdjacentElement( “afterend”, visibilitySpan ); } const visibilityTestDiv = document.getElementById( “gform_visibility_test_4” ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( ‘gform_post_render’, [4, current_page] ); gform.utils.trigger( { event: ‘gform/postRender’, native: false, data: { formId: 4, currentPage: current_page } } ); gform.utils.trigger( { event: ‘gform/post_render’, native: false, data: { formId: 4, currentPage: 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(); } } );} );
/* ]]> */
Why Choose Phillips Law Offices for Your Inattentive Driving Accident Case?
Choosing the right law firm can make a big difference in your case. At Phillips Law Offices, we have decades of experience helping accident victims in Chicago. Our attorneys have handled thousands of car accident cases, including many involving inattentive or distracted drivers. We know how to build strong cases and fight for the best possible results.
We are proud of our track record of winning large settlements and verdicts for our clients. Our team works hard to make sure every client gets the attention and care they need. We treat you like family, not just another case number. When you work with us, you can expect honest advice, clear communication, and a team that truly cares about your recovery.
Our firm offers free consultations and works on a contingency fee basis. This means you pay nothing unless we win your case. We believe everyone deserves quality legal help, no matter their financial situation. Let us put our experience and dedication to work for you.
What Is Inattentive Driving?
Inattentive driving happens when someone behind the wheel is not fully focused on the road. This can include texting, talking on the phone, eating, adjusting the radio, or even just daydreaming. Any activity that takes a driver’s eyes, hands, or mind away from driving can lead to serious accidents.
Illinois law is clear about the dangers of distracted and inattentive driving. Using a handheld phone or texting while driving is illegal. Drivers are expected to give their full attention to the road at all times. When they don’t, they put everyone around them at risk.
If you were hurt by a driver who wasn’t paying attention, you have rights. Our attorneys know how to prove inattentive driving and hold careless drivers accountable. We use evidence like phone records, witness statements, and police reports to show exactly what happened.
Distracted Driving Accident Statistics
Source: https://www.nhtsa.gov/risky-driving/distracted-driving
Common Causes and Types of Inattentive Driving Accidents
Many things can cause a driver to lose focus:
Distracted Driving
Distracted driving is the leading cause of inattentive driving accidents in Chicago. This happens when a driver’s attention is taken away from the road by things like texting, talking on the phone, eating, drinking, or using a GPS. Even a few seconds of looking away can cause a serious crash. Using a cell phone, in particular, is extremely risky and is responsible for a large number of accidents in the city.
Speeding
Driving over the speed limit or too fast for road conditions is another major cause of accidents. When drivers speed, they have less time to react to sudden changes, and the force of a crash is much greater. In Chicago, speeding is linked to a high percentage of both fatal and injury-causing accidents, especially in busy areas with lots of cars and pedestrians.
Drunk and Impaired Driving
Driving under the influence of alcohol or drugs makes it hard for drivers to pay attention and make safe choices. Drunk driving continues to be a big problem in Chicago, leading to hundreds of deaths and thousands of injuries each year. Even small amounts of alcohol can slow reaction times and make accidents more likely.
Reckless Driving
Reckless driving includes dangerous behaviors like running red lights, ignoring stop signs, weaving through traffic, and tailgating. These actions show a lack of care for the safety of others and often lead to crashes at intersections or on busy streets. Reckless driving is a major factor in many serious accidents in the city.
Poor Weather Conditions
Bad weather, such as rain, snow, or ice, can make roads slippery and reduce visibility. Drivers who do not adjust their speed or driving style for these conditions are more likely to cause accidents. In Chicago, where weather can change quickly, poor weather is a common reason for inattentive driving crashes.
Injuries and Damages in Inattentive Driving Accidents
Accidents caused by inattentive drivers can result in a wide range of injuries. Some people suffer from whiplash, broken bones, or cuts and bruises. Others may face more serious injuries like head trauma, spinal cord injuries, or even permanent disability. These injuries can affect every part of your life.
You may have medical bills, need physical therapy, or be unable to work for a while. The law allows you to seek compensation for these costs, as well as for pain, suffering, and emotional distress. If your injuries are long-lasting, you may also be able to claim for future medical care and lost earning potential.
Our attorneys will work with your doctors and other experts to understand the full impact of your injuries. We fight to make sure you get the money you need to recover and move forward. Every case is different, and we take the time to understand your unique situation.
How Our Chicago Inattentive Driving Accident Attorneys Can Help
When you hire Phillips Law Offices, you get a team that is committed to your case from start to finish.
Thorough Investigation
Our attorneys start by carefully looking into every detail of your accident. We collect evidence such as photos, video footage, phone records, and statements from witnesses and police. This helps us understand exactly how the accident happened and whether inattentive driving was involved.
Evidence Collection
We know that proving inattentive driving can be challenging. That’s why we gather as much evidence as possible, including checking if the other driver was using their phone or distracted in another way. We may also bring in experts to reconstruct the accident and show how the crash occurred.
Negotiation with Insurance Companies
Insurance companies often try to pay as little as possible. Our attorneys handle all talks with them, using the evidence we’ve collected to push for a fair settlement. We make sure your rights are protected and that you get the compensation you deserve for your injuries and losses.
Aggressive Litigation When Needed
If the insurance company refuses to offer a fair amount, we are prepared to take your case to court. Our lawyers have years of experience presenting cases to judges and juries. We fight hard to make sure the person responsible for your accident is held accountable and that you receive the help you need to recover.
What to Do After an Inattentive Driving Accident in Chicago
If you’ve been in an accident, your health and safety come first. Get medical attention right away, even if you feel okay. Some injuries don’t show up right away but can get worse over time. Keep records of all your medical visits and treatments.
If you can, take photos of the accident scene, your injuries, and any damage to your car. Get contact information from any witnesses and the other driver. Do not admit fault or discuss details with the other driver’s insurance company before talking to an attorney.
Contact Phillips Law Offices as soon as possible. The sooner we start working on your case, the better your chances of getting the compensation you deserve. We’ll guide you through every step and help you avoid common mistakes that could hurt your claim.
Frequently Asked Questions About Inattentive Driving Accident Claims
How long do I have to file a claim in Illinois?
In Illinois, you generally have two years from the date of the accident to file a personal injury lawsuit. It’s best to start your claim as soon as possible, so important evidence doesn’t get lost.
What if the other driver denies being inattentive?
Our attorneys know how to gather evidence to prove inattentive driving. We can use phone records, witness statements, and accident reconstruction experts to show what really happened.
Can I recover compensation if I was partially at fault?
Yes, Illinois uses a system called comparative fault. This means you can still recover damages if you were less than 50% at fault, but your compensation may be reduced by your percentage of fault.
Contact Our Chicago Inattentive Driving Accident Attorneys Today
If you or someone you love has been hurt by an inattentive driver, call Phillips Law Offices today for a free consultation. You pay nothing unless we win your case. Our team is ready to listen, answer your questions, and start working for you right away.
Call us now (312) 598-0917 or fill out our online contact form to get started. Let us help you get the compensation and justice you deserve.
Interesting Reads:
The post Chicago Inattentive Driving Accident Attorneys appeared first on Phillips Law Offices.