-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLong-term-insurance.html
726 lines (559 loc) · 36.2 KB
/
Long-term-insurance.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<title></title>
</head>
<body>
<!------------------------------------- Header start ------------------------------------->
<header class="first-header">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 offset-md-2 offset-lg-10 mail-call">
<div class="ms-l">
<h4><span><i class="fas fa-phone me-2 text-white"></i></span><a href="tel:7462874656" class="mail-and-call">7462874656</a></h4>
</div>
</div>
</div>
</div>
</header>
<header class="sticky">
<div class="container">
<div class="row mt-lg-3">
<div class="col-lg-2 col-md-3 header">
<p class="logo"><a href="index.html"><img src="./images/logo.jpg" class="img-fluid" alt="logo"></a></p>
</div>
<!-- <div class="col-lg-3 offset-lg-5 col-md-3 offset-md-2 mail-call">
<div class="mail">
<h4 class="email-call-heading">Email us</h4>
<h4><a href="mailto:[email protected]"class="mail-and-call">[email protected]</a></h4>
</div>
</div> -->
<!-- <div class="col-lg-2 col-md-2 offset-md-2 offset-lg-10 mail-call">
<div class="ms-lg-5">
<h4><a href="tel:7462874656" class="mail-and-call">7462874656</a></h4>
</div>
</div> -->
</div>
<div class="nav-bar">
<nav class="navbar navbar-expand-md">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<p class="logo"><a href="index.html"><img src="./images/logo.jpg" class="img-fluid" alt="logo"></a></p>
</li>
<li class="nav-item">
<a class="nav-link" href="">
ABOUT
</a>
<div class=" about_menu" >
<ul class="drop-item">
<li><a class="dropdown-item " href="aboutus.html">ABOUT ECONOSURANCE</a></li>
<li> <a class="dropdown-item " href="Blog.html">BLOG</a></li>
<li> <a class="dropdown-item " href="Resources-and-guides.html">RESOURCES AND GUIDE</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#">VEHICLE INSURANCE</a>
<div class=" vehicle_menu" >
<ul class="drop-item">
<li><a class="dropdown-item " href="Classic-car.html">CLASSIC CAR</a></li>
<li> <a class="dropdown-item " href="car-insurance.html">CAR</a></li>
<li> <a class="dropdown-item " href="Motorcycle-insurance.html">MOTORCYCLE</a></li>
<li> <a class="dropdown-item " href="Boat-insurance.html">BOAT</a></li>
<li> <a class="dropdown-item " href="ATV-insurance.html">ATV/UTV</a></li>
<li> <a class="dropdown-item " href="Pwc-insurance.html">PWC</a></li>
<li> <a class="dropdown-item " href="Rv-insurance.html">RV/TRAILER</a></li>
<li> <a class="dropdown-item " href="Snow-mobile-insurance.html">SNOWMOBILE</a></li>
<li><a class="dropdown-item" href="Golf-Cart-Insurance.html">GOLFCART</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#">PROPERTY INSURANCE</a>
<div class=" Property_menu" >
<ul class="drop-item">
<li><a class="dropdown-item " href="Home-owners-insurance.html">HOMEOWNERS</a></li>
<li> <a class="dropdown-item " href="Condo-insurance.html">CONDO</a></li>
<li> <a class="dropdown-item " href="Renters-insurance.html">RENTERS</a></li>
<li><a href="Flood-insurance.html" class="dropdown-item">FLOOD</a></li>
<li><a href="Umbrella-insurance.html" class="dropdown-item">UMBRELLA</a></li>
<li><a href="Landlord-incurance.html" class="dropdown-item">LANDLORD</a></li>
<li><a href="Mobile-home-insurance.html" class="dropdown-item">MOBILE HOME</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="">COMMERCIAL INSURANCE</a>
<div class=" Commercial_menu d-flex justify-content-around " >
<ul class="drop-item">
<li><a class="dropdown-item " href="Business-owner-insuracne.html">Business Owners'</a></li>
<li> <a class="dropdown-item " href="commercial-property-insurance.html">Commercial Property</a></li>
<li> <a class="dropdown-item " href="commercial-car-insurance.html">Commercial Auto</a></li>
<li> <a class="dropdown-item " href="General-Liability-Insurance.html">General Liability</a></li>
<li> <a class="dropdown-item " href="professional-liability-insurance.html">Professional Liability</a></li>
<li> <a class="dropdown-item " href="Workers-compensation-insurance.html">Workers' Compensation</a></li>
<li><a class="dropdown-item " href="Auto-Repair-Shop-Insurance.html">Auto Repair Shop Insurance</a></li>
</ul>
<ul class="drop-item">
<li> <a class="dropdown-item " href="Contractors-insurance.html">Contractors Insurance</a></li>
<li> <a class="dropdown-item " href="Employee-benefits.html">Employee Benefits</a></li>
<li> <a class="dropdown-item " href="Start-up-Insurance.html">Start Up Insurance</a></li>
<li> <a class="dropdown-item " href="Cyber-insurance.html">Cyber Insurance</a></li>
<li> <a class="dropdown-item " href="It-business-insurance.html">IT Business Insurance</a></li>
<li><a class="dropdown-item " href="Lawn-care-insurance.html">Lawn Care Insurance
</a></li>
<li> <a class="dropdown-item " href="Medical-spa-insurance.html">Medical Spa Insurance
</a></li>
</ul>
<ul class="drop-item">
<li> <a class="dropdown-item " href="Restaurant-Insurance.html">Restaurant Insurance</a></li>
<li> <a class="dropdown-item " href="Condo-Association-Insurance.html">Condo Association Insurance</a></li>
<li> <a class="dropdown-item " href="Daycare-Insurance.html">Daycare Insurance</a></li>
<li> <a class="dropdown-item " href="Excavation-Contractors'-Insurance.html">Excavation Contractor Insurance</a>
<li><a class="dropdown-item " href="Janitorial.html">Janitorial Services Insurance</a></li>
<li> <a class="dropdown-item " href="Liquor-Liability-Insurance.html">Liquor Liability Insurance</a></li>
<li> <a class="dropdown-item " href="Salon-and-Barber-Insurance.html">Salon & Barber Insurance</a></li>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link activee" href="#">PERSONAL INSURANCE</a>
<div class="personal_menu d-flex">
<ul class="drop-item">
<li><a class="dropdown-item" href="Health-insurance.html">HEALTH </a></li>
<li><a class="dropdown-item" href="Life-insurance.html">LIFE</a></li>
<li><a class="dropdown-item" href="Long-term-insurance.html">LONG-TERM CARE</a></li>
</ul>
</div>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="aboutus.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="car-insurance.html">VEHICLE INSURANCE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ATV-insurance.html">PROPERTY</a>
</li>
<li class="nav-item">
<a class="nav-link" href="commercial.html">COMMERCIAL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">PERSONAL</a>
</li> -->
</ul>
<div class="d-flex">
<a href="#form"><button class="ask-me-btn" type="submit" >ASK ME QUESTIONS</button></a>
</div>
</div>
</div>
</nav>
<div class="nav2">
<input type="checkbox" id="navcheck" role="button" title="menu">
<label for="navcheck" aria-hidden="true" title="menu">
<span class="burger">
<span class="bar">
<span class="visuallyhidden">Menu</span>
</span>
</span>
</label>
<aside id="menu">
<a href="#">HOME</a>
<a href="aboutus.html">ABOUT</a>
<a href="car-insurance.html">VEHICLE INSURANCE</a>
<a href="ATV-insurance.html">PROPERTY</a>
<a href="commercial.html">COMMERCIAL</a>
<a href="#">PERSONAL</a>
</div>
</div>
</div>
</header>
<div class="nav3">
<div class="d-flex justify-content-between nav3items">
<p><a href="tel:7462874656">7462874656</a><br></p>
<p><a href="#form"><button>ASK ME<br> QUESTIONS</button></a></p>
</div>
</div>
<!------------------------------------- Header end ------------------------------------->
<!------------------------------------- Banner start ------------------------------------->
<section class="banner">
<div class="about-banner-img">
<p><img src="./images/long-term-insurance-banner.jpg" class="w-100 main-banner-img ds-banner"></p>
<p><img src="./images/long-term-insurance-mobile-banner.jpg" class="w-100 mo-banner mobile-banner" alt="Banner"></p>
</div>
<div class="about-banner-text">
<p>LONG-TERM CARE
</p>
<h2> INSURANCE</h2>
<a href="./Econosurance-forms/index.html"><button class="banner-button"> Get a Quote</button></a>
</div>
</section>
<!------------------------------------- Banner end ------------------------------------->
<!-- -----------------------------------------------life- Insurance-section-start----------------------------------------------- -->
<section>
<div class="container">
<div class="row gutter mt-lg-5 pt-lg-5">
<div class="col-lg-5 col-md-12 cart-plus-img pt-lg-">
<div class="cart">
<h1>
<strong>Long-Term Care </strong> Insurance Massachusetts
</h1>
<p class="mt-lg-4">
No one really looks forward to getting old, especially when it might entail needing care and assistance. When we are still active and healthy, we want to believe it will always be that way, and it is easy to forget that nothing lasts forever. Nonetheless, health deteriorates over time even when we take good care of it. It is estimated that by 2050, 27 million people are going to be using paid long-term care services in the U.S. It is likely that you might need assistance at one point in your life, hence it is important to think about how you will pay for it.
</p>
<p>When assessing the possibility of needing care when older, many people choose to take out long-term care insurance. Most people do it in their mid-50s to mid-60s. If you are weighing your options, or perhaps have a policy that you want to replace with a better option, then continue reading this article.</p>
</div>
</div>
<div class="col-lg-7 col-md-12 cart-img">
<p><img src="./images/Long-Term Care Insurance Massachusetts.png" class="img-fluid w-100" alt="long-term-insurance"></p>
</div>
</div>
</div>
</section>
<!-- ------------------------------------------------life- Insurance-section-end----------------------------------------------- -->
<!-- -----------------------------------------------what is-long-term-insurance-section-start----------------------------------------------- -->
<section class="why-do-you-need-bg">
<div class="container">
<div class="row big-lists ">
<div class="col-lg-5 col-md-6 what-is-life-insurance">
<p><img src="./images/What Is Long-Term Care Insurance.png" class="img-fluid w-100 why-do-you-need-img" alt="what-is-long-term-insurance-"></p>
</div>
<div class="col-lg-6 col-md-6 big-lists ">
<h2>What Is
<strong>Long-Term Care Insurance?</strong></h2>
<p class="mt-lg-3">Long-term care insurance is a policy designed to cover the cost of supportive services when a chronic illness, trauma, or condition limits a person’s ability to carry out basic self-care tasks by themself. Long-term care does not cure an illness but helps to attain and maintain a certain level of functioning. The main long-term care services include home health agencies, nursing homes, hospices, residential care communities, and day service centers for adults. </p>
<p>Health insurance, including Medicare, covers most standard medical services and sometimes even short-term stays in a nursing home. However, it does not usually cover long-term nursing home stays or in-home health services. If you become unable to look after yourself or complete daily living tasks without assistance, you are going to need long-term care insurance to have coverage. Otherwise, the costs can add up quickly and you might end up relying on your loved ones for their financial support, custodial care, or both.</p>
<p><strong>Related insurance:</strong><a href="./Life-insurance.html"> Massachusetts short term health insurance</a></p>
</div>
</div>
</div>
</section>
<!-- -----------------------------------------------what is-long-term-insurance-section-end----------------------------------------------- -->
<!-- -----------------------------------------------What Is Covered by-section-start----------------------------------------------- -->
<section class="Compulsory-Coverage-bg pt-lg-5 mt-lg-5 minus-top ">
<div class="container big-lists ">
<div class="row">
<div class="col-lg-12 ">
<h2 >What Is Covered by <strong> Long-Term Care Insurance?
</strong> </h2>
<p class="mt-lg-4 ">The care you will receive under a long-term care insurance policy can be provided either by a certified home care agency or a licensed professional. Alternatively, the company can hire an independent or non-licensed provider.</p>
<p>The tasks people usually need help with are referred to as “Activities of Daily Living” (ADL-s). ADL-s include brushing teeth, bathing, cooking food, purchasing food, and other activities related to personal hygiene and nutrition. Struggling with two or more basic activities might already necessitate care. </p>
<p><strong>The following care arrangements are usually covered:</strong></p>
<ul>
<li><strong>Home care – </strong> When an agency or individual assists with daily activities like bathing, housework, and cooking. </li>
<li><strong>Home modification – </strong> Updating a home to meet the needs of the resident by installing modifications like ramps, rails, and grab bars. </li>
<li><strong>Nursing home</strong> – A specialized facility to look after people, providing them with personal care and other services, such as meals and bathing. </li>
<li><strong>Assisted living </strong> – A mix of home care and <a href="https://www.medicare.gov/what-medicare-covers/what-part-a-covers/medicare-part-a-coverage-nursing-home-care">nursing home services</a> . Residents live independently but with access to some assistance, e.g., meals and emergency fall response. </li>
<li><strong>Care coordination – </strong> Trained or licensed professionals coordinate the care of an individual. They assess their needs, find the services, and monitor their care. </li>
<li><strong>Hospice and respite care services – </strong> If you need Covers the stay at a hospice and respite services when a family member responsible for your care needs a break.</li>
</ul>
<p><strong>See More: </strong><a href="./Lawn-care-insurance.html">daily lawn care insurance </a></p>
</div>
</div>
</div>
</section>
<!-- -----------------------------------------------What Is Covered by-section-start----------------------------------------------- -->
<!-- -----------------------------------------------What Is Not Covered by-section-start---------------------------------------------- -->
<section>
<div class="container mt-lg-4">
<div class="row orders big-lists">
<div class="col-lg-5 col-md-5 mt-lg-3 ">
<p><img src="./images/Covered by Long-Term Care Insurance.png" class="img-fluid w-100 who-need-salon "alt = "What Is Not Covered by"></p>
</div>
<div class="col-lg-7 col-md-7 medium-lists need-salon-insurance">
<h2>What Is Not Covered by <strong>Long-Term Care Insurance? </strong></h2>
<p class="mt-lg-4">The amount of coverage wholly depends on the policy you take out. Common coverage exclusions include alcohol abuse, mental disorders, and self-inflicted injuries. Additionally, diseases such as Alzheimer’s disease and other forms of dementia, heart disease, cancer, and diabetes might also be excluded from the standard policy. Before you buy insurance, carefully review the conditions and exceptions, and when needed, ask for clarifying information.</p>
<p>Finally, you might be denied insurance if you already have a chronic condition or need long-term care services. </p>
</div>
<div class="col-lg-12 mt-lg-4">
<h2>Factors<Strong> Affecting </Strong>the Cost</h2>
<p class="mt-lg-4">Insurance companies evaluate a range of factors when determining the cost of long-term care insurance. These include:</p>
<ul>
<li><strong> Your age and health – </strong> Naturally, your state of health and age will determine how much you pay for long-term care insurance. The healthier you are, the less likely you are going to need long-term care and thus insurance companies can offer lower premiums. </li>
<li><strong> Marital status – </strong> Married people usually have lower premiums than single people.</li>
<li><strong> Maximum benefit of policy per day –</strong> How much coverage you want to have for a day of long-term care naturally affects your premiums.</li>
<li><strong> The maximum length of time –</strong> The length of care a policy will cover, usually two to five years, also shapes the cost.</li>
<li><strong > Support system – </strong>If you have a strong network of family and friends who would be able to provide some care, you might need less coverage and thus pay less for insurance. </li>
</ul>
</div>
</div>
</div>
</section>
<!-- -----------------------------------------------What Is Not Covered by-section-end---------------------------------------------- -->
<!-------------------------------------------------------------- how-to-save-money-long-term-section -start------------------------------------ -->
<section class="why-do-you-need-bg mt-2">
<div class="container">
<div class="row big-lists ">
<div class="col-lg-12 mt-lg-5">
<h2>How to Save Money on <strong>Long-Term Care Insurance</strong></h2>
<p class="mt-lg-4 mb-0">When purchasing long-term care insurance, you want to get the best value for money. Consider these tips:</p>
<ul>
<li><strong> Medicaid – </strong> If you have low income, do not expect it to increase any time soon and do not own many assets, you might qualify for Medicaid. Medicaid covers some nursing care and most states will cover some amount of the cost. However, the coverage might not extend to all services and often has high deductibles.</li>
<li><strong> Company stability –</strong> It might take years before you are going to actually need the insurance – and we all hope we never will. Before purchasing it, review a company’s rating and financial strength to ensure its longevity.</li>
<li><strong> Buy together –</strong> If married, consider buying long-term care insurance together to get a discount.</li>
<li><strong> Inflation protection –</strong> The cost of care in the future will probably not be the same as it is now. Ensure the coverage limits you want to take into account inflation. </li>
<li><strong> Reduce premiums – </strong> You can cut down your premiums by a small amount if you increase deductibles. However, ensure you have adequate funds when the time comes to cover out-of-pocket costs.</li>
<li><strong> Buy early – </strong> The younger you are, ideally between the ages of 55 and 60, the lower your premiums will be.</li>
<li><strong> Increase the waiting period –</strong> Choosing a longer waiting period, for instance, 90 days over 30 days, can lead to a significant reduction in your premiums, but you will need to have more money on hand to cover the costs when they arise.</li>
</ul>
</div>
</div>
</div>
</section>
<!-------------------------------------------------------------- how-to-save-money-long-term-section -end------------------------------------ -->
<!-- ------------------------------------------------------------------------------FAQ-section-start ----------------------------------------------------------------->
<section class="mt-lg-2 pt-lg-4">
<div class="container ">
<div class="row accordian-list">
<div class="col-lg-12">
<h3 class="ms-lg-3 mb-lg-4"><strong>Frequently </strong>Asked Question</h3>
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
<h4><b>How Long-Term Care Insurance Works?</b></h4>
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse" aria-labelledby="flush-headingOne" data-bs-parent="#accordionFlushExample">
<div class="accordion-body"><ul>
<li>When you’re unable to look after yourself or complete daily tasks after an illness or trauma, long-term care insurance can cover the cost of your support services. You can spend at least 5% of your income and get quality care from licensed professionals or certified home care agencies.</li>
</ul></div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseTwo" aria-expanded="false" aria-controls="flush-collapseTwo">
<h4> <b>What Long-Term Care Insurance Premiums is Tax-Deductible?</b> </h4>
</button>
</h2>
<div id="flush-collapseTwo" class="accordion-collapse collapse" aria-labelledby="flush-headingTwo" data-bs-parent="#accordionFlushExample">
<div class="accordion-body"><ul>
<li>Your long-term care insurance premiums can be tax-deductible if the premiums exceed 10% of your adjusted gross income.</li>
</ul> </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseThree" aria-expanded="false" aria-controls="flush-collapseThree">
<h4><b>How Much Does Long-Term Care Insurance Cost?</b></h4>
</button>
</h2>
<div id="flush-collapseThree" class="accordion-collapse collapse" aria-labelledby="flush-headingThree" data-bs-parent="#accordionFlushExample">
<div class="accordion-body"><p>Your annual long-term care insurance premium can be around $3,750. Here are factors that can determine the costs:</p>
<ul>
<li>Your age and health</li>
<li>Your marital status</li>
<li> The maximum length of time</li>
<li> Maximum benefit of policy per day</li>
</ul></div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFour" aria-expanded="false" aria-controls="flush-collapseFour">
<h4><b>When to Buy Long Term Care Insurance</b></h4>
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse" aria-labelledby="flush-headingFour" data-bs-parent="#accordionFlushExample">
<div class="accordion-body"><ul>
<li>The ideal age of getting insurance is between ages 55 to 60 since you can get lower premiums.</li>
</ul> </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingFive">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseFive" aria-expanded="false" aria-controls="flush-collapseFive">
<h4><b>Where to Get Premium Long Term Care Insurance</b></h4>
</button>
</h2>
<div id="flush-collapseFive" class="accordion-collapse collapse" aria-labelledby="flush-headingFive" data-bs-parent="#accordionFlushExample">
<div class="accordion-body">
<ul>
<li>Econosurance offers you dependable long-term care insurance to take care of you when you’re unable to. Contact us today. </li>
</ul>
</div>
</div>
</div>
</div>
</div >
</div>
</div>
</section>
<!-- ------------------------------------------------------------------------------FAQ-section-end ----------------------------------------------------------------->
<!---------------------------------------------------------------------------- email-us-section --------------------------------------------------------------------------------------------->
<section class="small-sec-bg">
<div class="container text-center small-sec-text">
<p>Ready to insure yourself or still undecided? You can <a href="mailto:[email protected]"> Email us </a> or fill out the quote form on our website to explore the different options for long-term insurance. It’s never too early to plan for the future! </p>
</p>
</section>
<!------------------------------- Sponsors and form sec start ------------------------->
<section>
<div class="container">
<div class="row mt-lg-5">
<div class="col-lg-6 mb-lg-5 mt-4 mb-3 mt-lg-5 sponsors">
<h2 class="our-industry-leading-heading mb-lg-5 mt-lg-5">Our <strong>Industry-leading</strong> Partners</h2>
<div class="row">
<div class="col-lg-6 col-md-6 logos">
<p><img src="./images/arbella-logo.jpg" alt="arbella-insurance"></p>
</div>
<div class="col-lg-6 col-md-6 logos">
<p><img src="./images/farmers-logo.png" alt="farmers-insurance"></p>
</div>
<div class="col-lg-12 col-md-12 mt-4 mb-4 logos text-center">
<p><img src="./images/safeco-logo.jpg" alt="safeco-insurance"></p>
</div>
<div class="col-lg-6 col-md-6 mt-md-4 logos">
<p><img src="./images/progressive-logo.jpg" alt="progressive-insurance"></p>
</div><div class="col-lg-6 col-md-6 logos">
<p><img src="./images/travelers-logo.jpg" alt="travelers"></p>
</div>
</div>
</div>
<div class="col-lg-6 mt-lg-5" id="form">
<div class="form-bg">
<div class="mt-2 p-4 mb-5 form-dotts">
<form class="form container pt-4">
<h2 class="text-center text-white">Ask me Question</h2>
<div class="row g-3 align-items-center mt-3">
<div class="col-lg-12">
<select class="form-select" aria-label="Default select example">
<option selected>Select Insurance Type</option>
<option value="1">Home+Auto</option>
<option value="2">Auto insurance</option>
<option value="3">Homeowners Insurance</option>
<option value="1">Commercial Auto</option>
<option value="2">Businessowners</option>
<option value="3">Commercial property</option>
</select>
</div>
<div class="col-lg-6">
<input type="text" id="inputPassword6" class="form-control" aria-describedby="passwordHelpInline" placeholder="First Name" required>
</div>
<div class="col-lg-6">
<input type="text" id="inputPassword6" class="form-control" aria-describedby="passwordHelpInline" placeholder="Last Name" required>
</div>
</div>
<div class="row g-3 align-items-center mt-lg-3 mt-2">
<div class="col-lg-6">
<input type="text" id="inputPassword6" class="form-control" aria-describedby="passwordHelpInline" placeholder="Email" required>
</div>
<div class="col-lg-6">
<input type="text" id="inputPassword6" class="form-control" aria-describedby="passwordHelpInline" placeholder="Phone no." required>
</div>
</div>
<div class="row g-3 mt-3">
<div class="col-lg-12">
<input type="text" name="massage" class="form-control" placeholder="Message for Agent" required>
</div>
</div>
<div class="text-center">
<button class="submit-btn mt-5 mb-5" type="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------------------- Sponsors and form sec end ------------------------->
<section class="social-icon-bg text-center">
<div class="pt-4 pb-4">
<span><a href="https://www.facebook.com/Econosurance.Inc?_rdc=1&_rdr"><img src="./images/facebook-icon.png" alt="facebook"></a></span>
<span><a href="https://www.instagram.com/econosurance/"><img src="./images/instagram-icon.png" alt="instagram"></a></span>
<span><a href="https://www.linkedin.com/company/econosurance"><img src="./images/ilinkdin-icon.png" alt="linkdin"></a></span>
<span><a href="https://twitter.com/econosurance"><img src="./images/twitter-icon.png" alt="twitter"></a></span>
</div>
</section>
<!------------------------------- footer start ----------------------------------------->
<footer class="footer-bg">
<div class="container text-white ">
<div class="row">
<div class="col-lg-2 mt-5">
<div class="footers">
<h3 class="footer-heading mb-3">Insurance</h3>
<h4 class="footer-sub-heading mb-4">Personal Line</h4>
<p>Classic Car Insurance</p>
<p>Car Insurance</p>
<p>Motorcycle Insurance</p>
<p>Boat Insurance</p>
<p>ATV/UTV Insurance</p>
<p>Watercraft Insurance</p>
<p>RV/Trailer Insurance</p>
<p>Homeowners Insurance</p>
<p>Condo Insurance</p>
<p>Renters Insurance</p>
</div>
</div>
<div class="col-lg-3 mt-lg-5 mb-lg-4">
<div class="footers">
<h3 class="footer-heading mb-5"> </h3>
<h4 class="footer-sub-heading mb-4">Business Lines</h4>
<p>Business Owners Insurance</p>
<p>Commercial Property Insurance</p>
<p>Commercial Car Policy</p>
<p>General Liability Insurance</p>
<p>Professional Liability Insurance</p>
<p>Workers Compensation Insurance</p>
<p>Start-Up Insurance</p>
<p>IT Business Insurance</p>
<p>Contractors Insurance</p>
<p>Restaurant Insurance</p>
<p>Condo Association Insurance</p>
</div>
</div>
<div class="col-lg-2 mt-5">
<div class="footers">
<h3 class="footer-heading mb-3">Resources</h3>
<h4 class="footer-sub-heading mb-4">Blogs</h4>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
<p>Lorem Ipsum is simply</p>
</div>
</div>
<div class="col-lg-1"></div>
<div class="col-lg-4 mt-4 mt-lg-5">
<div class="footer">
<h3 class="footer-heading mb-3">Company</h3>
<h4 class="footer-sub-heading mb-4">About Us</h4>
<div class="footers">
<p class="phone-icon"><a href="tel:7462874656"class="footer-txt"><span>7462874656</span></a></p>
<p class="location-icon"><a href="location.html">125 Cambridgepark Drive Cambridge MA 02140</a> </p>
<p class="location-icon"><a href="https://www.google.com/maps/dir//econosurance,+125+Cambridgepark+Dr+Suite+301,+Cambridge,+MA+02140,+United+States/@42.3910821,-71.1707353,13.66z/data=!4m8!4m7!1m0!1m5!1m1!1s0x89e3773914b9820b:0x2822844e05644dbc!2m2!1d-71.1457335!2d42.3951805">Directions</a></p>
<p class="time-icon">M-F 9:30AM - 5:00PM</p>
</div>
</div>
</div>
</div>
</div>
<div style="border-top: 1px solid #4c4c4c;"></div>
<div class="container text-center p-4">
<p class="footer-copyright">© Econosurance</p>
<p class="footer-copyright-text">The information contained in this website is provided for informational purposes only, and should not be construed as advice on any matter. The material in this website may not reflect the most current developments within the insurance industry. We disclaim all liability in respect of actions taken or not taken based on any or all of the contents of this website to the fullest extent permitted by law. Do not act or refrain from acting upon this information without seeking professional advice from a licensed insurance agent. </p>
</div>
</footer>
<!-------------------------------------- Footer end ---------------------------------------->
</body>
</html>