COVID Information | Click here to learn more about our COVID Travel Insurance
Insurance
Insurance
Insurance
Why should I purchase Travel Insurance?
Whether you're embarking on a weekend getaway or a month-long adventure, unexpected events can happen. An AXA protection plan can help ease your mind and help safeguard your trip, offer reimbursement for covered medical costs, and provide travelers with 24/7 access to assistance services, among other benefits.
Need to cancel your trip due to an unforeseen event?
Get coverage for your trip against illnesses, injuries, and natural disasters. Travel insurance can reimburse you for your prepaid, non-refundable trip costs.
Was your luggage lost or stolen?
Our travel plans can offer reimbursement for the value of your belongings, up to the policy limit.
This includes coverage for lost or stolen passports, visas, or other important travel documents, as well as any necessary expenses related to replacing these items.
Stranded due to unexpected travel delays?
Whether it’s rebooking your flight, finding alternative transportation, or providing a place to stay, our 24/7 travel assistance team is here to help!
Is domestic and international medical coverage provided?
Our travel plans can provide up to $250,000 in medical coverage domestically and internationally for emergencies and accidents while traveling.
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>
Compare Our Silver, Gold, Platinum Plans
AXA Travel Insurance Benefits
Medical Travel Benefit
AXA offers coverage for certain emergency medical expenses that result from an accidental injury or illness while traveling as well as emergency medical evacuation and repatriation.
Learn more
Trip Cancellation
We can reimburse you up to the maximum benefit of your selected travel plan, that is due to an unforeseen event including illness and inclement weather and other covered reasons.
Learn more
Emergency Evacuation
AXA offers coverage for medically necessary evacuations and repatriation as directed by a physician to the nearest adequate medical facility or your home.
Learn more
Baggage Loss
AXA offers reimbursement coverage in the event your baggage or personal effects are lost damaged or stolen during your trip.
Learn more
Cancel For Any Reason
AXA offers coverage up to 75% of your prepaid nonrefundable trip costs if your trip is cancelled for any reason.
Learn more
Trip Interruption
AXA offers coverage for your non-refundable trip costs in the event you cannot continue on your trip due to a covered reason.
Learn more
Frequently Asked Questions About Travel Insurance
We've put together a list of questions that we hear most often from travelers.
What is Travel Insurance?
Travel insurance is a type of insurance that offers coverage for financial losses or medical expenses that may occur while you are traveling. It can help protect you from unforeseen events that may disrupt or ruin your travel plans, such as medical emergencies, trip cancellations, trip delays, lost or stolen baggage, or personal liability. Learn more about Travel Insurance
What does Travel Insurance cover on a cruise?
You may not always be required to have travel insurance for a cruise, but there’s a reason why many experienced cruisers carry it. If you’re new to the world of cruising or insurance, read on to get all the essential information you need about cruise travel insurance.Learn more about our Cruise Travel Insurance
Why choose AXA?
As part of the AXA Group, we are a global leader in insurance and financial protection. As part of the AXA Group, we are a global leader in insurance and financial protection. Our teams are here to help anytime and anywhere with over 50 years of experience in assistance. Our travel insurance plans are designed to offer protection from unexpected events that can disrupt your trip, such as medical emergencies, trip cancellations, lost or stolen luggage. Learn more about AXA's product and servicesHow much does Travel Insurance cost?
At AXA, we offer travel plans to insure you are getting the necessary coverage for your trip.The cost of travel insurance varies from carrier to carrier. There are a number of factors, such as your age, the length and destination of your trip, the level of coverage you need, and any pre-existing medical conditions you may have. Learn what some of those factors are
What is a pre-existing medical condition?
A pre-existing medical condition is a health condition that existed before the effective date of your travel insurance policy. This can include any medical conditions for which you have received medical advice, diagnosis, care, or treatment, including chronic conditions, illnesses, or injuries. Learn more Does Travel Insurance have COVID benefits?
At AXA Travel Insurance, we recognize that the outbreak has created unprecedented challenges for travelers and have sought to offer coverage that is relevant and useful in the current context. One of the most significant changes that we have made is to include COVID coverage in many of our policies. Learn moreAXA Awards