How to prevent those expenses that cost a fortune when you are away from home ?
Do you know that:
- Refunds paid by the Canadian government for medical care expenses abroad are minimal and in some cases non-existent. Therefore, they recommend anyone traveling outside the province or country to have insurance that covers medical expenses, to protect any financial interest.
- I don’t need travel insurance because I have coverage through my credit card! Indeed, credit cards offer certain guarantees, but we always find some surprises, related to the duration of protection, the age of the insured, coverage for medical expenses in case of emergency, the cancellation or interruption of travel, and protection for your luggage.
- If you can benefit from a group insurance plan offered by your employer, you have a great privilege. Some group insurance plans offer travel insurance coverage, although sometimes very limited.
- What if we have an emergency while traveling out of the country or the province? Who do we call for help? These two are the most frequent questions when an emergency occurs outside the home. It is critical that your travel insurance has a support service to help 24 hours a day, 7 days a week, anywhere in the world.
We work with several insurance companies. To receive our quote and to learn about Canadian residents insurance benefits that best suits your needs, complete the form.
var ifr = document.getElementById(“JotFormIFrame-202843538612253”);
if(window.location.href && window.location.href.indexOf(“?”) > -1) {
var get = window.location.href.substr(window.location.href.indexOf(“?”) + 1);
if(ifr && get.length > 0) {
var src = ifr.src;
src = src.indexOf(“?”) > -1 ? src + “&” + get : src + “?” + get;
ifr.src = src;
}
}
window.handleIFrameMessage = function(e) {
if (typeof e.data === ‘object’) { return; }
var args = e.data.split(“:”);
if (args.length > 2) { iframe = document.getElementById(“JotFormIFrame-” + args[(args.length – 1)]); } else { iframe = document.getElementById(“JotFormIFrame”); }
if (!iframe) { return; }
switch (args[0]) {
case “scrollIntoView”:
iframe.scrollIntoView();
break;
case “setHeight”:
iframe.style.height = args[1] + “px”;
break;
case “collapseErrorPage”:
if (iframe.clientHeight > window.innerHeight) {
iframe.style.height = window.innerHeight + “px”;
}
break;
case “reloadPage”:
window.location.reload();
break;
case “loadScript”:
var src = args[1];
if (args.length > 3) {
src = args[1] + ‘:’ + args[2];
}
var script = document.createElement(‘script’);
script.src = src;
script.type = ‘text/javascript’;
document.body.appendChild(script);
break;
case “exitFullscreen”:
if (window.document.exitFullscreen) window.document.exitFullscreen();
else if (window.document.mozCancelFullScreen) window.document.mozCancelFullScreen();
else if (window.document.mozCancelFullscreen) window.document.mozCancelFullScreen();
else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen();
else if (window.document.msExitFullscreen) window.document.msExitFullscreen();
break;
}
var isJotForm = (e.origin.indexOf(“jotform”) > -1) ? true : false;
if(isJotForm && “contentWindow” in iframe && “postMessage” in iframe.contentWindow) {
var urls = {“docurl”:encodeURIComponent(document.URL),”referrer”:encodeURIComponent(document.referrer)};
iframe.contentWindow.postMessage(JSON.stringify({“type”:”urls”,”value”:urls}), “*”);
}
};
if (window.addEventListener) {
window.addEventListener(“message”, handleIFrameMessage, false);
} else if (window.attachEvent) {
window.attachEvent(“onmessage”, handleIFrameMessage);
}