Travel Insurance Plans
Choose the Best Travel Protection Plan for Your Trip
We offer three plans that will help protect you on your next trip. Whether traveling domestically or internationally, you want to plan for the unexpected. Our travel protection plans include many benefits such as Trip Cancellation, Trip Interruption, Emergency Medical Expense, Emergency Evacuation and Baggage Delay to help give you peace of mind before and during your trip. Optional travel insurance benefits are also available to enhance our travel plans and offer additional protection for your trip. In addition, our 24/7 emergency assistance and support services can help you deal with unforeseen circumstances during your trip.
An error occurred while processing the template.
The following has evaluated to null or missing: ==> cur_CardContent.addons [in template "20115#20151#CARD" at line 74, column 55] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign addons = cur_CardContent.addo... [in template "20115#20151#CARD" at line 74, column 37] ----
1<#assign serviceContext = staticUtil["com.liferay.portal.kernel.service.ServiceContextThreadLocal"].getServiceContext()>
2<#if serviceContext.getThemeDisplay().getThemeSetting("v2-look-and-feel")?has_content && serviceContext.getThemeDisplay().getThemeSetting("v2-look-and-feel")!="">
3 <#assign v2_enabled = serviceContext.getThemeDisplay().getThemeSetting("v2-look-and-feel")?boolean />
4<#else>
5 <#assign v2_enabled = false />
6</#if>
7<#if v2_enabled>
8<script>
9 window.addEventListener('DOMContentLoaded', function() {
10 function equalizeHeights() {
11 const headers = document.querySelectorAll('.card-v2__content__header');
12 let maxHeight = 0;
13 if(headers && headers.length > 1) {
14 headers.forEach(function(header) {
15 const height = header.offsetHeight;
16 if (height > maxHeight) {
17 maxHeight = height;
18 }
19 });
20
21 headers.forEach(function(header) {
22 header.style.height = maxHeight - 48 + 'px';
23 });
24 }
25 }
26 equalizeHeights();
27 });
28</script>
29 <div class="card-v2__list mt-5">
30 <#if CardContent.getSiblings()?has_content>
31 <#assign count = 0>
32 <#list CardContent.getSiblings() as cur_CardContent>
33 <!-- Card -->
34 <section class="card-v2 ${getterUtil.getBoolean((cur_CardContent.HighlightedProduct.isHighlighted.getData())?? && getterUtil.getBoolean(cur_CardContent.HighlightedProduct.isHighlighted.getData()))?string("card-v2--highlighted", "")}">
35 <!-- Content -->
36 <div class="card-v2__content">
37 <#if (cur_CardContent.HighlightedProduct.isHighlighted.getData())?? && getterUtil.getBoolean(cur_CardContent.HighlightedProduct.isHighlighted.getData())>
38 <div class="card-v2__content__highlight">
39 <span>${cur_CardContent.HighlightedProduct.displayName.getData()}</span>
40 </div>
41 </#if>
42 <#if (cur_CardContent.Headline.getData())??>
43 <div class="card-v2__content__header">
44 <div class="card-v2__content__header__headline">
45 <h2>${cur_CardContent.Headline.getData()}</h2>
46 </div>
47 <div class="card-v2__content__header__info">
48 <#if (cur_CardContent.SubHeadline.getData())??>
49 <div class="card-v2__content__header__sub-headline">
50 <p>${cur_CardContent.SubHeadline.getData()}</p>
51 </div>
52 </#if>
53 <#if (cur_CardContent.Price.getData())??>
54 <div class="card-v2__content__header__price">
55 <p>${cur_CardContent.Price.getData()}</p>
56 </div>
57 </#if>
58 </div>
59 </div>
60 </#if>
61
62 <#if cur_CardContent.Coverages.getSiblings()?has_content>
63 <div class="card-v2__content__body">
64 <ul class="card-v2__content__body__list">
65 <#list cur_CardContent.Coverages.getSiblings() as cur_CardContent_Coverages>
66 <#if (cur_CardContent_Coverages.getData())??>
67 <li class="card-v2__content__body__list__item">
68 <i class="icon-check_circle color-success-lighter"></i>
69 <span>${cur_CardContent_Coverages.getData()}</span>
70 </li>
71
72 </#if>
73 </#list>
74 <#assign addons = cur_CardContent.addons.getSiblings() />
75 <#if addons?has_content && addons?first.getData() != ''>
76 <#list addons as cur_CardContent_Addons>
77 <#if (cur_CardContent_Addons.getData())??>
78 <li class="card-v2__content__body__list__item">
79 <div class="card-v2__content__body__list__item__icon" >
80 <i class="icon-east color-white"></i>
81 </div>
82 <span>${cur_CardContent_Addons.getData()}</span>
83 <#if (cur_CardContent_Addons.tooltip.getData())??>
84 <div class="tooltip__tooltip--top" data-tooltip="${cur_CardContent_Addons.tooltip.getData()}">
85 <i class="icon-info card-v2__content__body__list__item__tooltip-icon" ></i>
86 </div>
87 </#if>
88 </li>
89 </#if>
90 </#list>
91 </#if>
92 </ul>
93 </div>
94 </#if>
95
96 <div class="card-v2__content__footer">
97 <#if (cur_CardContent.CALink.CALinkValue.getData())??>
98 <div class="card-v2__content__footer__link">
99 <a href="${cur_CardContent.CALink.CALinkValue.getData()}" onclick="pushDataLayerCardNavigation('${cur_CardContent.CALink.CALinkName.getData()}', '${cur_CardContent.CALink.CALinkName.getData()}', themeDisplay.getPlid(), '${cur_CardContent.Headline.getData()}', '${cur_CardContent.Headline.getData()}', '', '${cur_CardContent.Price.getData()}', '${count}')">
100 <span>${cur_CardContent.CALink.CALinkName.getData()}</span>
101 <i class="icon-east"></i>
102 </a>
103 </div>
104 </#if>
105 <#if (cur_CardContent.CAButton.CAButtonValue.getData())??>
106 <div class="card-v2__content__footer__button">
107 <a href="${cur_CardContent.CAButton.CAButtonValue.getData()}" onclick="pushDataLayerCardNavigation('${cur_CardContent.CAButton.CAButtonName.getData()}', '${cur_CardContent.CAButton.CAButtonName.getData()}', themeDisplay.getPlid(), '${cur_CardContent.Headline.getData()}', '${cur_CardContent.Headline.getData()}', '', '${cur_CardContent.Price.getData()}', '${count}')">${cur_CardContent.CAButton.CAButtonName.getData()}</a>
108 </div>
109 </#if>
110 </div>
111 </div>
112 <!-- /Content -->
113 </section>
114 <!-- /Card -->
115 <#assign count = count + 1>
116 </#list>
117 </#if>
118 <!-- /Card -->
119 </div>
120</#if>
Silver Plan
The Silver plan is perfect for budget-conscious travelers who want basic coverage.
This plan includes Trip Cancellation, Trip Interruption, and Baggage Protection, as well as Emergency Medical Coverage and Emergency Medical Evacuation or Repatriation.
✅ Trip Cancellation Coverage - 100% of Trip Cost
✅ Trip Interruption Coverage - 100% of Trip Cost
✅ Trip Delay Coverage - $100/day; $500 maximum
✅ Missed Connection Coverage - $500
Gold Plan
The Gold plan offers coverage for travelers who want additional protection.
In addition to all the benefits of the Silver plan, you get increased coverage limits for medical expenses, emergency dental treatment, and emergency medical transportation. Moreover, the Gold plan also includes Pre-Existing Medical coverage, when purchased within 14 day of initial trip deposit date, and optional Rental Car Damage benefit for extra coverage during your travels. This plan is ideal for international and domestic travel, cruises, and tours.
✅ Trip Cancellation Coverage - 100% of Trip Cost
✅ Trip Interruption Coverage - 150% of Trip Cost
✅ Trip Delay Coverage - $200/day; $1,000 maximum
✅ Missed Connection Coverage - $1,000
Platinum Plan
The Platinum plan is the highest travel protection tier plan offered by AXA. It provides all the benefits of the Gold plan as well as increased coverage limits, and Pre-Existing Medical condition coverage, when purchased within 14 day of initial trip deposit date.
Other exclusive coverage specifically for Platinum plan holders include Lost Skier Days, Lost Golf Rounds, an Optional Cancellation of Trip for Any Reason, and more!
✅ Trip Cancellation Coverage - 100% of Trip Cost
✅ Trip Interruption Coverage - 150% of Trip Cost
✅ Trip Delay Coverage - $300/day; $1,250 maximum
✅ Missed Connection Coverage - $1,500
Do I need Travel Insurance?
Whether you need Travel Insurance or not depends on a variety of factors. Travelers should factor in the duration of their trip, destination, Pre-Existing Medical conditions, and potential risks and uncertainties involved in your travel plans. If you are traveling to a remote or high-risk destination, or participating in adventure sports such as skiing or mountain climbing,you should consider purchasing travel insurance.
AXA offers coverage for a variety of common travel-related incidents, including Trip Cancellations, Flight Delays or Cancellations, lost or Stolen Baggage, and Medical Emergencies. These are just some of the benefits of travel protection plans with AXA.
The specific coverage and benefits depend on the travel policy you choose, so it's important to review the policy details carefully to ensure it meets your individual needs and travel plans.
Do these travel insurance plans cover pre-existing medical conditions?
We understand that having a Pre-Existing Medical condition can make traveling more challenging.
We strive to make sure that all our customers can enjoy their travels knowing that our plans provide coverage for a variety of eligible reasons.
Our travel plans offer coverage for pre-existing medical conditions as part of our Gold and Platinum plans. The Platinum plan is our best available palan, designed for travelers who want the highest level of coverage possible. This means that if you have a medical condition that existed before you purchased your travel insurance, you may be covered for medical expenses that arise during your trip.
Disclaimer It is important to note that the specifics of travel coverage for pre-existing medical condition and travel benefits will depend on the policy selected, date of purchase, and state of residency. The Pre-existing conditions benefit is available when travel travel protection plan is purchased within 14 days of the initial trip deposit date. Customers are advised to carefully review the terms and conditions of their policy, and to contact AXA with any questions or concerns they may have.