<!DOCTYPE html>
<html id="myBell" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Log in to MyBell</title>
<link rel="canonical" href="/Login?lang=en" />
<link rel="alternate" lang="fr" href="/Login?lang=fr" />
<meta
name="description"
content="Log in to MyBell to manage your personal Bell account and bill online. You’ll be able to view and pay your e-bill and use a variety of self-serve features."
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-language" content="en" />
<meta name="province" content="on" />
<meta name="language" content="en" />
<meta name="mobile-web-app-capable" content="yes" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link
rel="shortcut icon"
href="images/bellIcon_196x196_precomposed.png"
sizes="196x196"
/>
<link
rel="apple-touch-icon"
href="images/bellIcon_60x60.png"
sizes="60x60"
/>
<link
rel="apple-touch-icon-precomposed"
href="images/bellIcon_60x60_precomposed.png"
sizes="60x60"
/>
<link
rel="apple-touch-icon"
href="images/bellIcon_76x76.png"
sizes="76x76"
/>
<link
rel="apple-touch-icon"
href="images/bellIcon_120x120.png"
sizes="120x120"
/>
<link
rel="apple-touch-icon"
href="images/bellIcon_152x152.png"
sizes="152x152"
/>
<style>
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(
0,
0,
0,
0.5
);
display: none;
z-index: 9999;
}
.form {
filter: blur(4px);
}
.loading-spinner {
animation-play-state: running;
opacity: 1;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@keyframes spinner {
0% {
transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
100% {
transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
}
.loading-spinner.-paused {
animation-play-state: paused;
opacity: 0.2;
transition: opacity linear 0.1s;
}
.loading-spinner::before {
animation: 1.5s linear infinite spinner;
animation-play-state: inherit;
border: solid 3px #dedede;
border-bottom-color: #00549a;
border-radius: 50%;
content: "";
height: 40px;
left: 50%;
opacity: inherit;
position: absolute;
top: 50%;
transform: translate3d(-50%, -50%, 0);
width: 40px;
will-change: transform;
}
#message {
display: none;
position: absolute;
top: calc(50% + 40px);
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.9);
padding: 20px;
border-radius: 5px;
z-index: 10001;
}
</style>
<script src="js/jquery-1.10.2.min.js" type="text/javascript"></script>
<link href="css/bell_2.css" rel="stylesheet" />
<link href="css/bell_1.css" rel="stylesheet" />
<script src="js/bell.js"></script>
<link href="css/registrationFlow-login.css" rel="stylesheet" />
<link href="css/login-tracker-icon.min.css" rel="stylesheet" />
<link href="css/login-tracker.min.css" rel="stylesheet" />
<link href="css/bell.css" rel="stylesheet" />
<style>
header .skip-to-main-link {
display: inline-block;
padding: 9px 12px;
position: absolute;
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
text-decoration: none;
transition: top 0.3s ease-out;
z-index: 3000;
color: #fff;
text-transform: uppercase;
font-size: 11px;
background: #2d2e33;
}
header .skip-to-main-link:focus {
top: 0;
}
footer .skip-to-main-link {
display: inline-block;
padding: 7px 12px;
position: absolute;
left: -300px;
text-decoration: underline;
transition: left 0.3s ease-out;
background-color: #e1e1e1;
z-index: 3000;
font-size: 13px;
color: #00549a;
}
footer .skip-to-main-link:focus {
left: 0;
}
a.skip-to-main-link:focus {
outline: 2px solid #2672cb;
}
@media screen and (max-width: 999px) {
header .skip-to-main-link,
footer .skip-to-main-link,
.skip-to-main-link {
display: none !important;
}
}
</style>
</head>
<body
id="login-mybell-page"
class="en"
data-search-url="https://www.bell.ca/Search/"
>
<script>
function CookieDisable() {
var currentURL = document.URL;
var url = "";
if (navigator.cookieEnabled == false && currentURL.indexOf(url) == -1) {
if (url == "" && en == "fr") {
url = "https://www.bell.ca/Accueil/Cookies-bloques";
} else if (url == "") {
url = "https://www.bell.ca/Cookies-blocked";
}
window.location.href = url;
}
}
if (navigator.cookieEnabled == false && document.URL.indexOf("") == -1) {
window.onload = CookieDisable();
}
</script>
<link href="css/fonts.css" media="all" type="text/css" rel="stylesheet" />
<link
href="css/bell_custom_deprecatedbrowser_new.css"
media="screen"
type="text/css"
rel="stylesheet"
/>
<style type="text/css" media="all">
a:hover .txtHoverUnderline {
text-decoration: underline;
}
.deprecated-browser-style {
font-family: Helvetica, Arial, sans-serif;
font-size: 13.5px;
}
.info-icon-warning {
border-color: #e2a52c !important;
color: #e2a52c !important;
}
.info-icon-warning::before {
font-size: 14px !important;
}
</style>
<div
id="deprecatedBrowserJs"
class="rsx-bg-black-light rsx-active rsx-hide-inactive rsx-pad-10-bottom"
style="display: none"
>
<div class="container rsx-no-margin-bottom">
<div class="rsx-notification_multiline rsx-pad-top">
<a
onclick="document.getElementById('deprecatedBrowserJs').style.display = 'none'; return false;"
style="
cursor: pointer;
float: right;
color: #fff;
text-decoration: none;
"
href="#"
id="oldBrowserMessage"
>
<span
style="display: block; height: 8px; line-height: 0; font-size: 0"
> </span
>
<span class="ieDeprecateBrowserMessageCloseButton"> </span>
</a>
<div style="float: left">
<div style="height: 4px; line-height: 0; font-size: 0"> </div>
<div
class="rsx-icon rsx-icon-exclamation rsx-icon-circle-small info-icon-warning"
>
</div>
</div>
<div style="float: left; width: 18px"> </div>
<div style="float: left; width: 85%">
<div>
<span
class="rsx-txt-white rsx-pad-40-right rsx-margin-10-right"
style="font-size: 20px; font-weight: 700"
>
Internet Explorer is no longer supported.</span
><br />
<span class="rsx-txt-white rsx-margin-v">
For a better browsing experience and to properly view all of the
features of our website, please use a more recent Internet
browser.
</span>
</div>
<a
style="text-decoration: none; color: #fff"
target="_blank"
rel="noopener noreferrer"
href="https://support.bell.ca/billing-and-accounts/what_internet_browsers_work_with_bell_ca"
id="upgradeBrowserBtn"
>
<span
class="txtHoverUnderline"
style="line-height: 1.3; font-size: 14px; color: #fff"
>
See what browsers work with bell.ca
</span>
<span style="font-size: 16px; white-space: nowrap">
<span class="ieDeprecateBrowserMessageRightArrow"
> </span
>
</span>
</a>
</div>
<div style="font-size: 0; line-height: 0; height: 14px; clear: both">
</div>
</div>
</div>
</div>
<div
id="ieCompViewJs"
class="ieDeprecateBrowserMessageMainDiv deprecated-browser-style"
style="position: static; width: 100%"
>
<div style="max-width: 1200px; width: 100%; margin: auto">
<div style="height: 24px"> </div>
<a
onclick="document.getElementById('ieCompViewJs').style.display = 'none'; return false;"
style="
cursor: pointer;
float: right;
color: #fff;
text-decoration: none;
"
href="#"
id="compatibilityCloseButton"
>
<span
style="display: block; height: 8px; line-height: 0; font-size: 0"
> </span
>
<span class="ieDeprecateBrowserMessageCloseButton"> </span>
</a>
<div style="float: left">
<div style="height: 4px; line-height: 0; font-size: 0"> </div>
<div class="ieDeprecateBrowserMessageIconInformation"> </div>
</div>
<div style="float: left; width: 18px"> </div>
<div style="float: left; width: 85%">
<div
class="bellSlimRegular"
style="
line-height: 1.15;
float: left;
font-size: 20px;
color: #fff;
letter-spacing: -1px;
"
>
Internet Explorer is no longer supported.<br />
For a better browsing experience and to properly view all of the
features of our website, please use a more recent Internet browser.
</div>
<div style="clear: both; height: 10px"> </div>
<a
style="text-decoration: none; color: #fff"
target="_blank"
rel="noopener noreferrer"
href="https://support.bell.ca/billing-and-accounts/what_internet_browsers_work_with_bell_ca"
id="compatibilityLearnMoreLink"
aria-label="Learn more about compatibility view mode"
>
<span
class="txtHoverUnderline"
style="line-height: 1.3; font-size: 14px; color: #fff"
>
See what browsers work with bell.ca
</span>
<span style="font-size: 16px; white-space: nowrap">
<span class="ieDeprecateBrowserMessageRightArrow"
> </span
>
</span>
</a>
</div>
<div style="font-size: 0; line-height: 0; height: 14px; clear: both">
</div>
</div>
</div>
<div
id="deprecatedNonIEBrowserJs"
class="ieDeprecateBrowserMessageMainDiv deprecated-browser-style"
>
<div style="width: 960px; margin: auto">
<div style="height: 24px"> </div>
<a
onclick="document.getElementById('deprecatedNonIEBrowserJs').style.display = 'none'; return false;"
style="
cursor: pointer;
float: right;
color: #fff;
text-decoration: none;
"
href="#"
id="oldNonIEBrowserMessage"
>
<span
style="display: block; height: 8px; line-height: 0; font-size: 0"
> </span
>
<span class="ieDeprecateBrowserMessageCloseButton"> </span>
</a>
<div style="float: left">
<div style="height: 4px; line-height: 0; font-size: 0"> </div>
<div class="ieDeprecateBrowserMessageIconInformation"> </div>
</div>
<div style="float: left; width: 18px"> </div>
<div style="float: left; width: 85%">
<div
class="bellSlimRegular"
style="
line-height: 1.15;
float: left;
font-size: 20px;
color: #fff;
letter-spacing: -1px;
"
>
Internet Explorer is no longer supported.<br />
For a better browsing experience and to properly view all of the
features of our website, please upgrade to the latest version of
your browser.
</div>
</div>
<div style="font-size: 0; line-height: 0; height: 14px; clear: both">
</div>
</div>
</div>
<div
id="captchaDeprecatedLogin"
class="ieDeprecateBrowserMessageMainDiv deprecated-browser-style"
>
<div style="width: 1200px; margin: auto">
<div style="height: 24px"> </div>
<div style="float: left">
<div style="height: 4px; line-height: 0; font-size: 0"> </div>
<div class="ieDeprecateBrowserMessageIconInformation"> </div>
</div>
<div style="float: left; width: 18px"> </div>
<div style="float: left; width: 85%">
<div
class="bellSlimRegular"
style="
line-height: 1.15;
float: left;
font-size: 20px;
color: #fff;
letter-spacing: -1px;
"
>
The browser version you are using appears to be out of date. In
order to log in to MyBell, please upgrade to the latest version of
your browser.<br />
</div>
<div style="clear: both; height: 15px"> </div>
<a
style="text-decoration: none; color: #fff"
target="_blank"
rel="noopener noreferrer"
href="#"
data-urlchrome="https://www.google.com/intl/en/chrome/browser/"
data-urlmoz="https://www.mozilla.org/en-US/firefox/all/"
data-urlie="https://support.bell.ca/billing-and-accounts/what_internet_browsers_work_with_bell_ca"
data-urlsafari="http://support.apple.com/downloads#safari"
id="captchaUpgradeBrowserBtn"
>
<span
class="txtHoverUnderline"
style="line-height: 1.3; font-size: 14px; color: #fff"
>
Upgrade your browser
</span>
<span style="font-size: 16px; white-space: nowrap">
<span class="ieDeprecateBrowserMessageRightArrow"
> </span
>
</span>
</a>
</div>
<div style="font-size: 0; line-height: 0; height: 14px; clear: both">
</div>
</div>
</div>
<link rel="stylesheet" href="css/connector.css" />
<script src="js/connector.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
BELL.gConnector.init();
});
</script>
<style>
.g-header .connector-active-secondary-nav ul > li,
.g-header .connector-active-lob ul > li,
.g-header .g-federal-bar ul > li,
.g-header .g-connector ul > li {
list-style-type: none;
margin-bottom: 0;
background-image: none;
padding-left: 0;
}
.g-header .connector-active-lob ul > li {
padding-left: 10px;
}
.g-header .connector-active-secondary-nav ul,
.g-header .connector-active-lob li,
.g-header .g-connector li {
padding-left: 0;
position: static;
margin-bottom: 0;
}
.g-header .g-connector-nav-lob-content,
.g-connector-nav-shop-link,
.g-header .g-connector-nav-item {
color: #a8cdff !important;
}
.g-header .g-connector-nav-lob-content,
.g-connector-nav-shop-link:hover,
.g-header .g-connector-nav-item:hover {
color: #fff !important;
}
.g-header .icon {
text-indent: 0;
background: none !important;
}
</style>
<header class="g-header" id="ngcHeader">
<a href="#maincontent" class="g-skip-to-main-link"
>Skip to main content</a
>
<div class="g-federal-bar" id="federalBarG">
<div class="g-connector-container">
<ul class="g-federal-bar-links g-federal-bar-links--left">
<li>
<a href="http://www.bell.ca/Residential_services" class="g-active"
>Personal</a
>
</li>
<li>
<button
type="button"
aria-expanded="false"
aria-controls="businessSectionDesktop"
id="businessSectionDesktopBtnG"
class="g-connector-business-btn-desktop"
>
<span>Business</span>
</button>
<div
class="g-connector-business-section-desktop g-visually-hidden"
id="businessSectionDesktopG"
aria-hidden="true"
>
<ul>
<li>
<a
href="https://business.bell.ca/shop/small-business#EXT=BellRef_Consumer_FedNav_SMB_01192018_TF"
tabindex="-1"
>
<span
class="d-block d-md-inline-block bhp-business-connector-span"
style="font-weight: 700"
>Small and Medium</span
><span
class="d-block d-md-inline-block bhp-business-connector-span"
>1 to 99 employees</span
>
</a>
</li>
<li>
<a
href="https://business.bell.ca/shop/medium-large#EXT=BellRef_Consumer_FedNav_ENT_01192018_TF"
tabindex="-1"
>
<span
class="d-block d-md-inline-block bhp-business-connector-span"
style="font-weight: 700"
>Large</span
><span
class="d-block d-md-inline-block bhp-business-connector-span"
>100+ employees</span
>
</a>
</li>
</ul>
</div>
</li>
<li>
<a href="https://www.bell.ca/Bell-for-Better" class=""
>Bell for Better</a
>
</li>
</ul>
<ul class="g-federal-bar-links g-federal-bar-links--right">
<li>
<button
type="button"
aria-expanded="false"
class="g-connector-stores-btn-desktop"
id="storeLocatorBtnG"
aria-controls="storeLocatorG"
>
Find a store
</button>
<input
type="hidden"
id="gmapsURLG"
value="https://maps.google.com/maps/api/js?v=3&libraries=places&region=ca&language=en&client=gme-bellcanada4"
/>
<div
class="g-store-locator g-visually-hidden"
id="storeLocatorG"
data-url="https://www.bell.ca/Store_Locator?INT=All_hmpg_TXT_header_Mass_100920_es_findstore"
data-target="_blank"
>
<ul class="g-store-locator-links">
<li>
<button
type="button"
class="g-store-locator-link"
id="storeLocatorFindStoreBtnG"
aria-label="Find a store near you"
aria-expanded="false"
tabindex="-1"
aria-controls="storeLocatorToolsG"
>
Find a store
</button>
</li>
<li>
<a
href="https://appointments.bell.ca "
class="g-store-locator-link"
tabindex="-1"
>
Book an appointment
</a>
</li>
</ul>
<div
class="g-store-locator-tools"
id="storeLocatorToolsG"
aria-hidden="true"
>
<h2 class="g-store-locator-title" id="storeLocatorTitleG">
Find a store
</h2>
<label
id="addressLabel"
class="g-store-locator-address-label"
for="searchField"
>Enter your address or postal code</label
>
<input
id="storeSearchFieldG"
class="g-store-locator-address"
type="text"
name="search"
autocomplete="off"
aria-labelledby="addressLabel"
placeholder=""
/>
<fieldset
class="g-store-locator-filters"
id="storeLocatorFiltersG"
>
<legend>Filter store by</legend>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="a"
data-omniture-tag="In-store appointment"
id="storeFilters_apointments"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_apointments"
>In-store appointments</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="A"
data-omniture-tag="Mobile dev"
id="storeFilters_mobile-dev"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_mobile-dev"
>Mobile devices for business + consumer</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="Z"
data-omniture-tag="Mobile dev"
id="storeFilters_tv"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_tv"
>Residential: Internet + TV + Phone</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="K"
data-omniture-tag="Business T"
id="storeFilters_business"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_business"
>Business: Internet + TV + Phone</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="f"
data-omniture-tag="Mobile Repair"
id="storeFilters_repair"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_repair">Mobile repairs</label>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="H"
data-omniture-tag="Fibe TV li"
id="storeFilters_fibedemo"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_fibedemo"
>Fibe TV live demo</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="I"
data-omniture-tag="Bell Trade"
id="storeFilters_tradein"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_tradein"
>Bell Trade-in program</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="P"
data-omniture-tag="Bell Trade"
id="storeFilters_chinese"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_chinese"
>Chinese Support華語服務</label
>
</span>
<span class="g-input g-input-checkbox">
<input
type="checkbox"
data-filter-name="Q"
data-omniture-tag="Bell Trade"
id="storeFilters_hindi"
/>
<span class="g-input-visual"></span>
<label for="storeFilters_hindi"
>Hindi | Punjabi Support</label
>
</span>
</fieldset>
<button
type="button"
class="g-button js-open-store-locator"
id="storeLocatorLaunchBtnG"
>
Find stores
</button>
</div>
</div>
</li>
<li>
<a
href="https://www.bell.ca/Accessibility_services#INT=OTH_Accessserv_TXT_FedNav"
>Accessibility</a
>
</li>
<li>
<span
class="sr-only"
aria-hidden="true"
id="selectProvinceLabel"
lang="fr-CA"
>Select province</span
>
<button
type="button"
class="g-prov-selector-desktop-btn"
aria-controls="provSelectorDesktop"
id="provSelectorDesktopBtnG"
aria-expanded="false"
aria-labelledby="selectProvinceLabel abbrProvince currProvince"
>
<span class="sr-only" id="currProvince">Ontario</span>
<abbr title="Ontario" id="abbrProvince">ON</abbr>
</button>
<div
class="g-prov-selector-desktop g-visually-hidden"
id="provSelectorDesktopG"
>
<ul>
<li>
<a
href="javascript:void(0)"
data-test="ab"
tabindex="-1"
id="provSelectorDesktopG-1"
data-name="province-1"
data-value="AB"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Alberta</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="bc"
tabindex="-1"
id="provSelectorDesktopG-2"
data-name="province-2"
data-value="BC"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
British Columbia</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="mb"
tabindex="-1"
id="provSelectorDesktopG-3"
data-name="province-3"
data-value="MB"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Manitoba</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="nb"
tabindex="-1"
id="provSelectorDesktopG-4"
data-name="province-4"
data-value="NB"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
New Brunswick</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="nl"
tabindex="-1"
id="provSelectorDesktopG-5"
data-name="province-5"
data-value="NL"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Newfoundland And Labrador</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="nt"
tabindex="-1"
id="provSelectorDesktopG-6"
data-name="province-6"
data-value="NT"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Northwest Territories</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="ns"
tabindex="-1"
id="provSelectorDesktopG-7"
data-name="province-7"
data-value="NS"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Nova Scotia</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="nu"
tabindex="-1"
id="provSelectorDesktopG-8"
data-name="province-8"
data-value="NU"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Nunavut</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="on"
tabindex="-1"
id="provSelectorDesktopG-9"
data-name="province-9"
aria-current="location"
data-value="ON"
class="g-prov-selector-province g-ative"
>
<span class="g-prov-selector-province-label">
Ontario</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="pe"
tabindex="-1"
id="provSelectorDesktopG-10"
data-name="province-10"
data-value="PE"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Prince Edward Island</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="qc"
tabindex="-1"
id="provSelectorDesktopG-11"
data-name="province-11"
data-value="QC"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Quebec</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="sk"
tabindex="-1"
id="provSelectorDesktopG-12"
data-name="province-12"
data-value="SK"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label">
Saskatchewan</span
>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
<li>
<a
href="javascript:void(0)"
data-test="yt"
tabindex="-1"
id="provSelectorDesktopG-13"
data-name="province-13"
data-value="YT"
class="g-prov-selector-province"
>
<span class="g-prov-selector-province-label"> Yukon</span>
<span class="g-prov-selector-province-bg"></span>
</a>
</li>
</ul>
</div>
</li>
<li>
<a
href="javascript:void(0)"
class="g-lang-selector-desktop"
translate="no"
aria-label="Consulter le site en fran�ais"
lang="fr-CA"
id="langSelectorDesktopBtnG"
data-language="en"
data-alternative="fr"
data-vanityurl=""
>FR</a
>
</li>
</ul>
</div>
</div>
<div class="g-connector" id="connector">
<div class="g-connector-container">
<div class="g-mobile-bar" id="mobileBarG">
<a href="https://www.bell.ca" class="g-mobile-bar-logo">
<div class="sr-only">Home</div>
<svg tabindex="-1" focusable="false">
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-bell-logo"
></use>
</svg>
</a>
<div class="g-mobile-bar-lob">Home</div>
<div class="g-mobile-bar-btns-wrap">
<a
href="#"
class="g-login-btn-mobile g-visually-hidden"
id="mobileLoginLinkG"
tabindex="-1"
>Log in / Register</a
>
<button
type="button"
class="g-back-btn-mobile g-visually-hidden"
href="#"
id="mobileBackBtnG"
disabled="disabled"
>
Back
</button>
<button
type="button"
class="g-icon-btn g-mobile-bar-search-btn"
id="mobileBarSearchBtnG"
aria-label="Expand search field"
data-label-expand="Expand search field"
data-label-collapse="Collapse search field"
>
<svg tabindex="-1" focusable="false">
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-magnifying-glass"
></use>
</svg>
</button>
<a
href="https://www.bell.ca/shopping_cart"
class="g-icon-btn g-mobile-bar-cart-btn"
>
<span class="sr-only">Cart</span>
<svg tabindex="-1" focusable="false">
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-cart-alt"
></use>
</svg>
</a>
<button
type="button"
class="g-icon-btn g-mobile-bar-nav-btn"
id="mobileBarNavBtnG"
aria-pressed="false"
title="Expand Mobile Navigation"
data-label-expand="Expand Mobile Navigation"
data-label-collapse="Collapse Mobile Navigation"
>
<span aria-hidden="true"></span><span aria-hidden="true"></span
><span aria-hidden="true"></span>
</button>
</div>
</div>
<div class="g-connector-nav-wrap" id="connectorNavWrapG">
<nav
id="connectorNavG"
class="g-connector-nav-main"
aria-label="Main"
>
<a
href="#"
aria-label="Bell Home Page"
class="g-connector-nav-logo"
>
<svg
tabindex="-1"
focusable="false"
class="g-connector-nav-logo-bell"
>
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-bell-logo"
></use>
</svg>
</a>
<ul class="g-connector-nav-lobs" id="connectorNavLobsG">
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-SHOP_MOBILITY"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Mobility</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-SHOP_MOBILITY"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-SHOP_MOBILITY"
>
SHOP MOBILITY
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP MOBILITY"
>
<li class="">
<a
href="http://www.bell.ca/Mobility"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Why Bell Mobility</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Mobility/Our_network"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Our network</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Mobility/Cell_phone_plans/Unlimited-plans"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Plans</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Mobility/Smartphones_and_mobile_internet_devices"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Phones and devices</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Mobility/ConnectedThings#main"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Connected things</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-SHOP_INTERNET"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Internet</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-SHOP_INTERNET"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-SHOP_INTERNET"
>
SHOP INTERNET
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP INTERNET"
>
<li class="">
<a
href="http://www.bell.ca/Bell_Internet"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Why Fibe Internet</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell_Internet/Internet_access"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Fibe Internet packages</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell_Internet/Products/WiFi"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Wi-Fi</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell_Internet/promotions/wireless-home-internet"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Rural Internet</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell_Internet/Promotions/"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Promotions</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-SHOP_TV"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">TV</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-SHOP_TV"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-SHOP_TV"
>
SHOP TV
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP TV"
>
<li class="">
<a
href="http://www.bell.ca/Fibe-TV"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Why Fibe TV</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Fibe-TV/Fibe-Programming-Packages"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Fibe TV packages</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Fibe-TV-App"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Fibe TV app</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell_TV"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Satellite TV</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Whats-on/Live"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>What's on</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Fibe-TV/Promotions"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Promotions</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-SMART_HOME"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Smart Home</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-SMART_HOME"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-SMART_HOME"
>
SHOP SMART HOME
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP SMART HOME"
>
<li class="">
<a
href="http://www.bell.ca/Smart-Home"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Why Bell Smart Home</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Smart-Home/Packages"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Packages</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Smart-Home/Devices"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Devices</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-SHOP_HOMEPHONE"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Home phone</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-SHOP_HOMEPHONE"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-SHOP_HOMEPHONE"
>
SHOP HOME PHONE
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP HOME PHONE"
>
<li class="">
<a
href="http://www.bell.ca/Home_phone"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Packages</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Home_phone/Long_distance_plans"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Long distance</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Home_phone/Calling_features"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Calling features</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<button
type="button"
class="g-connector-nav-item"
aria-expanded="false"
aria-controls="lobContent-BUNDLES"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Bundles</span>
</button>
<div
class="g-connector-nav-lob-content"
id="lobContent-BUNDLES"
>
<div class="g-connector-nav-lob-content-wrap">
<div class="g-connector-container">
<div class="g-connector-nav-lob-content-shop">
<h3
class="g-connector-nav-lob-subtitle"
id="lobContenSubtitleShop-BUNDLES"
>
SHOP BUNDLES
</h3>
<ul
class="g-connector-nav-shop-list"
aria-label="SHOP BUNDLES"
>
<li class="">
<a
href="http://www.bell.ca/Bell-bundles"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Popular bundles</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell-bundles/Build-Your-Bundle/Bundle"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Build your own</span
>
</a>
</li>
<li class="">
<a
href="http://www.bell.ca/Bell-bundles/Internet-TV/Promotions"
class="g-connector-nav-shop-link"
>
<span
class="g-connector-nav-shop-link-focus"
></span>
<span class="g-connector-nav-shop-link-label"
>Promotions</span
>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li class="g-connector-nav-lob">
<a
class="g-connector-nav-item"
href="#"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Promotions</span>
</a>
</li>
<li class="g-connector-nav-lob">
<a
class="g-connector-nav-item"
href="#"
>
<span class="g-connector-nav-item-focus"></span>
<span class="g-connector-nav-item-label">Support</span>
</a>
</li>
</ul>
</nav>
<div class="g-federal-bar-mobile" id="federalBarMobileG">
<ul>
<li>
<a href="http://www.bell.ca/Residential_services">Personal</a>
</li>
<li>
<button
type="button"
aria-expanded="false"
aria-controls="businessSectionMobileG"
id="businessSectionMobileBtnG"
class="g-connector-business-btn-mobile"
>
<span>Business</span>
</button>
<div
class="g-connector-business-section-mobile"
id="businessSectionMobileG"
aria-hidden="true"
>
<ul>
<li class="g-connector-business-item-mobile">
<a
href="https://business.bell.ca/shop/small-business#EXT=BellRef_Consumer_FedNav_SMB_01192018_TF"
tabindex="-1"
>
<span
class="d-block d-md-inline-block bhp-business-connector-span"
style="font-weight: 700"
>Small and Medium</span
><span
class="d-block d-md-inline-block bhp-business-connector-span"
>1 to 99 employees</span
>
</a>
</li>
<li class="g-connector-business-item-mobile">
<a
href="https://business.bell.ca/shop/medium-large#EXT=BellRef_Consumer_FedNav_ENT_01192018_TF"
tabindex="-1"
>
<span
class="d-block d-md-inline-block bhp-business-connector-span"
style="font-weight: 700"
>Large</span
><span
class="d-block d-md-inline-block bhp-business-connector-span"
>100+ employees</span
>
</a>
</li>
</ul>
</div>
</li>
<li>
<a href="https://www.bell.ca/Bell-for-Better"
>Bell for Better</a
>
</li>
<li>
<a href="https://www.bell.ca/Store_Locator">Find a store</a>
</li>
<li>
<a href="https://appointments.bell.ca "
>Book an appointment</a
>
</li>
<li>
<a
href="https://www.bell.ca/Accessibility_services#INT=OTH_Accessserv_TXT_FedNav"
>Accessibility</a
>
</li>
</ul>
<div class="g-mobile-lang-prov">
<div class="g-mobile-prov-selector-wrap" translate="no">
<select
name="Ontario"
aria-label="Select province"
id="provSelectorMobileG"
class="g-prov-selector-mobile"
>
<option value="AB">AB</option>
<option value="BC">BC</option>
<option value="MB">MB</option>
<option value="NB">NB</option>
<option value="NL">NL</option>
<option value="NT">NT</option>
<option value="NS">NS</option>
<option value="NU">NU</option>
<option value="ON" selected='"selected"'>ON</option>
<option value="PE">PE</option>
<option value="QC">QC</option>
<option value="SK">SK</option>
<option value="YT">YT</option>
</select>
</div>
<a
href="javascript:void(0)"
class="g-lang-selector-mobile"
translate="no"
id="langSelectorMobileBtnG"
data-language="en"
data-alternative="fr"
data-vanityurl=""
>FR</a
>
</div>
</div>
</div>
<div class="g-connector-additional-options">
<div class="g-connector-search-controls-wrap">
<div
role="search"
class="g-connector-search-wrap g-visually-hidden"
id="connectorSearchWrapG"
>
<form
id="rsx-connector-search"
class="g-connector-search js-connector-search-form"
method="POST"
data-mktseg="shp"
data-suggestions="#autocomplete-search-results"
data-url="https://www.bell.ca/Search?q=#qbox#"
data-autocompletehost="https://mybell.bell.ca/Search/Search/GetAutocomplete"
action="?"
>
<input
class="g-connector-search-field"
name="query"
placeholder="Search"
title="Search bell.ca"
autocomplete="off"
spellcheck="false"
aria-autocomplete="list"
id="searchFieldG"
tabindex="-1"
/>
<span class="g-connector-search-bg"></span>
<div class="g-connector-search-buttons">
<button
type="reset"
class="g-connector-reset-search-btn"
id="resetConnectorSearchBtnG"
aria-label="Reset search terms"
tabindex="-1"
>
<svg class="">
<use xlink:href="#icon-solid-circle-x"></use>
</svg>
</button>
<button
id="voice_search_g"
title="Perform a voice search"
type="button"
class="g-connector-voice-search-btn"
aria-describedby="voice_warning_alt_g"
tabindex="-1"
>
<svg class="">
<use xlink:href="#icon-mic"></use>
</svg>
</button>
<button
type="submit"
title="Perform search"
class="g-connector-search-btn"
tabindex="-1"
>
<svg class="">
<use xlink:href="#icon-magnifying-glass"></use>
</svg>
</button>
</div>
<div
class="sr-only"
id="searchAutocompleteLiveregionG"
role="status"
aria-live="assertive"
aria-relevant="additions"
data-message-single="1 result is available. Use the up and down arrow keys to navigate."
data-message-multiple="{0} results are available. Use the up and down arrow keys to navigate."
></div>
</form>
<span
class="sr-only"
id="voice_warning_alt_g"
aria-hidden="true"
>Select this button and then dictate your search. Successful
results will be displayed on a new page.</span
>
<div
class="g-connector-search-autocomplete"
id="searchAutocompleteG"
>
<ul></ul>
</div>
</div>
<button
type="button"
class="g-icon-btn g-desktop-bar-search-btn"
id="desktopSearchBtnG"
aria-pressed="false"
aria-label="Expand search field"
data-label-expand="Expand search field"
data-label-collapse="Collapse search field"
>
<svg>
<use xlink:href="#icon-magnifying-glass"></use>
</svg>
</button>
</div>
<div class="g-desktop-cart-wrap">
<a
href="javascript:void(0)"
class="g-icon-btn g-desktop-bar-cart-btn"
aria-disabled="true"
aria-label="Your shopping cart is empty"
id="cartBtnG"
>
<svg tabindex="-1" focusable="false">
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-cart-alt"
></use>
</svg>
</a>
<div
class="g-cart-tooltip g-visually-hidden"
id="emptyCartTooltipG"
role="tooltip"
aria-hidden="true"
>
<div class="g-cart-tooltip-image-wrap">
<svg
tabindex="-1"
focusable="false"
class="g-cart-tooltip-image"
>
<use
tabindex="-1"
focusable="false"
xlink:href="#icon-cart-alt"
></use>
</svg>
</div>
<div class="g-cart-tooltip-text">
Your shopping cart is empty
</div>
</div>
</div>
<div class="g-connector-logged-in-wrap">
<a
href="#"
class="g-outline-button g-login-btn-desktop"
id="desktopLoginLink"
>Log in / Register</a
>
</div>
</div>
</div>
</div>
<div class="g-connector-voice-search">
<button
type="button"
class="g-connector-voice-search-close-btn"
id="voiceSearchCloseBtnG"
aria-label="Close"
>
<svg tabindex="-1" focusable="false">
<use tabindex="-1" focusable="false" xlink:href="#icon-close"></use>
</svg>
</button>
<div class="g-connector-voice-search-overlay-text">
Dictate your search
</div>
<div class="g-connector-voice-search-icon-wrap-outer">
<div class="g-connector-voice-search-icon-wrap-inner">
<div class="g-connector-voice-search-icon-wrap-mic">
<svg tabindex="-1" focusable="false">
<use
focusable="false"
tabindex="-1"
xlink:href="#icon-mic"
></use>
</svg>
</div>
</div>
</div>
</div>
<svg
tabindex="-1"
focusable="false"
aria-hidden="true"
style="position: absolute; width: 0; height: 0; overflow: hidden"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<defs>
<symbol id="icon-bell-logo" viewBox="0 0 65 37.2">
<path
d="M48.3 21.4c-.3-1.6-1-3-1.9-4.2-1.9-2.6-5.1-4.1-9.3-4.1-6.6 0-10.6 4.5-11.8 9.2-1-3.3-4-5.6-7-6.5 2.3-1.7 3.5-4.1 3.5-6.8 0-2.5-1-4.8-2.8-6.3C16.4.4 12.8 0 8.5 0H0v36.7h7.3c2.2 0 4.2 0 6.2-.1 6.2-.2 10.4-3.4 11.8-8 .5 2.1 1.3 3.8 2.5 5.1 2.4 2.6 5.8 3.7 9.3 3.7 4.3 0 7.4-1.2 9.5-3.1l-3-3.5c-1.5 1.2-3.5 1.8-5.7 1.8-4.3 0-6.2-2.7-6.4-5.4h16.9v9.6h6.3V.1h-6.3l-.1 21.3zM6.5 4.9h1.7c1.7 0 3 .2 4 .6 1.9.7 2.8 2.3 2.8 4.1 0 1.6-.6 4.1-4 4.8-.6.1-1.4.2-2.5.2h-2V4.9zm7.1 26.4c-.8.1-1.7.2-2.6.2H6.5v-12h4.1c1.3 0 2.7.1 3.6.3 2.9.8 4.5 2.8 4.5 5.5 0 2.9-1.5 5.3-5.1 6zm18-8.9c.6-2.7 2.5-4.6 5.4-4.6 2.9 0 4.8 1.7 5.4 4.6H31.6zM58.8.1H65v36.5h-6.2V.1z"
class="svg-bell-logo-path"
></path>
</symbol>
<symbol id="icon-aliant-logo" viewBox="0 0 65 65">
<path
d="M48.4.2v21.2c-.3-1.6-1-3-1.9-4.2-1.9-2.5-5-4.1-9.2-4.1-6.5 0-10.6 4.4-11.8 9.1-1.1-3.3-3.9-5.5-7-6.5C20.8 14 22 11.7 22 9c0-2.5-1-4.8-2.8-6.3C16.6.4 13.1 0 8.7 0H.3v36.5h7.2c2.1 0 4.2 0 6.2-.1 6.2-.2 10.4-3.3 11.7-8 .5 2.1 1.4 3.8 2.5 5 2.4 2.6 5.8 3.6 9.3 3.6 4.3 0 7.3-1.2 9.4-3.1l-3-3.5c-1.5 1.1-3.5 1.8-5.6 1.8-4.3 0-6.2-2.7-6.3-5.3h16.7v9.6h6.3V.2h-6.3zM6.7 4.9h1.7c1.7 0 3 .2 4 .6 1.9.7 2.8 2.2 2.8 4.1 0 1.6-.6 4.1-3.9 4.8-.6.1-1.4.2-2.5.2H6.7V4.9zm5 26.4h-5V19.4h4.1c1.3 0 2.7.1 3.6.4 2.9.8 4.5 2.8 4.5 5.5 0 3.3-2.1 6-7.2 6zm20-9c.6-2.7 2.5-4.6 5.4-4.6 2.9 0 4.8 1.7 5.3 4.6H31.7zM58.8.2H65v36.3h-6.2V.2zM18.6 55.9V41.7h1.9v20.1h-1.9v-5.9zm-6.7-2.2H4.7L2 61.8H0l6.1-18.3c.3-1 .9-1.9 2.2-1.9 1.3 0 1.8.9 2.2 1.9l6.1 18.3h-2l-2.7-8.1zM8.3 43.4c-.3 0-.3.3-.4.7l-2.7 7.8h6.1l-2.6-7.8c-.1-.3-.1-.7-.4-.7zm16.8 2.8c-.8 0-1.2-.4-1.2-1.2s.4-1.2 1.2-1.2c.8 0 1.1.4 1.1 1.2 0 .8-.4 1.2-1.1 1.2zm-.9 2.6H26v13h-1.9v-13zm17 .3v12.7h-1.7v-.1c-.1-.6-.5-.6-.9-.5-.6.2-1.1.3-1.6.5-.6.1-1.1.2-1.8.2-3.9 0-6.4-2.5-6.4-6.4 0-3.7 2.4-6.8 6.5-6.8 1.8 0 3.2.6 4.1 1.7v-1.3h1.8zm-5.8 1.3c-3.2 0-4.7 2.3-4.7 5.2 0 2.9 1.5 4.9 4.7 4.9 1.5 0 3-.5 4-1.1v-5.1c-.1-2.5-1.9-3.9-4-3.9zm18.2 3.5c0-2.4-1.3-3.5-3.9-3.5-1.3 0-2.8.4-3.6 1v10.4h-1.9V50.5c1.5-1.1 3.7-1.8 5.6-1.8 3.5 0 5.7 1.5 5.7 4.8v8.2h-1.9v-7.8zm4.3-8.6h1.9v3.5H64v1.8h-4.3v7.1c0 1.7.8 2.6 2.5 2.6.9 0 1.9-.2 2.8-.5v1.5c-.9.4-2.1.6-3 .6-2.5 0-4.1-1.5-4.1-4.1V45.3z"
class="svg-bell-logo-path"
></path>
</symbol>
<symbol id="icon-magnifying-glass" viewBox="0 0 22 21">
<path
d="m21.8 19.5-5.8-6c.9-1.4 1.5-3 1.5-4.8 0-4.8-3.9-8.7-8.6-8.7S.2 3.9.2 8.7s3.9 8.7 8.6 8.7c2.2 0 4.2-.9 5.8-2.2l5.7 5.8 1.5-1.5zM2.3 8.7c0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5-2.9 6.5-6.5 6.5-6.5-2.9-6.5-6.5z"
></path>
</symbol>
<symbol id="icon-hamburger" viewBox="0 0 22 21">
<path
d="M20.7 11.8H1.2c-.7 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h19.5c.7 0 1.2.5 1.2 1.2.1.6-.5 1.2-1.2 1.2zm0 6.2H1.2C.5 18 0 17.5 0 16.8s.5-1.2 1.2-1.2h19.5c.7 0 1.2.5 1.2 1.2s-.5 1.2-1.2 1.2zm0-12.5H1.2C.5 5.5 0 4.9 0 4.2S.5 3 1.2 3h19.5c.8 0 1.3.5 1.3 1.2s-.6 1.3-1.3 1.3z"
></path>
</symbol>
<symbol id="icon-close" viewBox="0 0 22 21">
<path
d="m12.2 10.5 9-9c.3-.3.3-.8 0-1.2s-.8-.3-1.2 0l-9 9-9-9C1.6 0 1.1 0 .8.3s-.3.8 0 1.2l9 9-9 9c-.2.2-.2.4-.2.6 0 .2.1.4.2.6.3.3.8.3 1.2 0l9-9 9 9c.2.2.4.2.6.2.2 0 .4-.1.6-.2.3-.3.3-.8 0-1.2l-9-9z"
></path>
</symbol>
<symbol id="icon-shopping-bag" viewBox="0 0 22 21">
<path
class="st0"
d="M19.1,5.3c0-0.5-0.4-0.8-0.9-0.8l-2.3,0c-0.4-2.4-2.5-4.1-4.9-4.1c-2.4,0-4.5,1.7-4.9,4.1H3.8
c-0.5,0-0.9,0.4-0.9,0.8l-1,14.3c0,0.5,0.4,1,0.9,1h16.4c0.5,0,0.9-0.4,0.9-1L19.1,5.3z M8,4.5c0.4-1.3,1.6-2.3,3-2.3
c1.4,0,2.6,0.9,3,2.3L8,4.5z M6.9,9.4c0.5,0,0.9-0.4,0.9-0.9V6.3h6.4v2.2c0,0.5,0.4,0.9,0.9,0.9C15.6,9.4,16,9,16,8.5V6.3h1.3
l0.9,12.5H4c0.1-1.8,0.2-4.1,0.3-6.2c0.1-2.2,0.2-4.4,0.3-6.3H6v2.2C6,9,6.4,9.4,6.9,9.4z"
></path>
</symbol>
<symbol id="icon-cart-alt" viewBox="0 0 22 21">
<path
d="M7.6,16c-0.6,0-1.2-0.2-1.8-0.6c-0.5-0.4-0.9-1-1-1.6L3.2,6.7c0,0,0-0.1,0-0.1L2.3,2.5H0.9c-0.5,0-0.9-0.4-0.9-0.9
s0.4-0.9,0.9-0.9h2c0.4,0,0.8,0.3,0.8,0.7l0.9,4.1h16.4c0.3,0,0.5,0.1,0.7,0.3C22,6.1,22,6.4,22,6.6l-1.7,7.2
c-0.1,0.6-0.5,1.2-1,1.6c-0.5,0.4-1.1,0.6-1.8,0.6L7.6,16C7.6,16,7.6,16,7.6,16z M5.1,7.3l1.4,6.1c0.1,0.2,0.2,0.5,0.4,0.6
c0.2,0.2,0.5,0.2,0.8,0.2h9.9c0.3,0,0.5-0.1,0.7-0.2c0.2-0.2,0.3-0.4,0.4-0.6L20,7.3H5.1z"
></path>
<circle cx="6.3" cy="18.9" r="1.7"></circle>
<circle cx="18.6" cy="18.9" r="1.7"></circle>
</symbol>
<symbol id="icon-cart" viewBox="0 0 22 21">
<path
d="M18 5H4.3L3.3.6H0v1.1h2.4l3 12.2c-.6.3-1.1.9-1.1 1.7 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8c0-.3-.1-.5-.2-.7h3.8c-.1.2-.2.5-.2.7 0 1 .8 1.8 1.8 1.8s1.8-.8 1.8-1.8-.8-1.8-1.8-1.8H6.3V13h8.9L18 5zM6.8 15.6c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7 0-.4.2-.6.6-.7h.3c.3 0 .5.3.5.7zm7.1 0c0 .4-.3.7-.7.7-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7.4-.1.7.3.7.7zM6 11.9 4.6 6.1h11.9l-2.1 5.8H6z"
></path>
</symbol>
<symbol id="icon-mic" viewBox="0 0 22 21">
<path
d="M18,8.9v1.6c0,1.8-0.6,3.4-1.8,4.8s-2.7,2.2-4.4,2.3v1.6H15c0.2,0,0.3,0.1,0.6,0.2c0.1,0.1,0.2,0.3,0.2,0.6
c0,0.2-0.1,0.3-0.2,0.6c-0.1,0.1-0.3,0.2-0.6,0.2H7c-0.2,0-0.3-0.1-0.6-0.2c-0.1-0.1-0.2-0.3-0.2-0.6c0-0.2,0.1-0.3,0.2-0.6
c0.1-0.1,0.3-0.2,0.6-0.2h3.2v-1.6c-1.8-0.2-3.3-0.9-4.4-2.3S4,12.3,4,10.5V8.9c0-0.2,0.1-0.3,0.2-0.6c0.1-0.1,0.3-0.2,0.6-0.2
c0.2,0,0.3,0.1,0.6,0.2c0.1,0.1,0.2,0.3,0.2,0.6v1.6c0,1.5,0.6,2.8,1.6,3.9S9.5,16,11,16s2.8-0.6,3.9-1.6s1.6-2.4,1.6-3.9V8.9
c0-0.2,0.1-0.3,0.2-0.6c0.1-0.1,0.3-0.2,0.6-0.2s0.3,0.1,0.6,0.2C18,8.6,18,8.7,18,8.9z M15,4.2v6.3c0,1.1-0.3,2-1.1,2.7
s-1.7,1.1-2.7,1.1c-1.1,0-2-0.3-2.7-1.1c-0.8-0.8-1.1-1.7-1.1-2.7V4.2c0-1.1,0.3-2,1.1-2.7S9.9,0.3,11,0.3s2,0.3,2.7,1.1
C14.4,2.2,15,3.1,15,4.2z"
></path>
</symbol>
<symbol id="icon-solid-circle-x" viewBox="0 0 22 21">
<path
d="M18.4,3.2c-4-4-10.6-4-14.7,0s-4,10.6,0,14.6s10.6,4,14.6,0C22.4,13.8,22.4,7.3,18.4,3.2z M15.3,13.2c0.5,0.5,0.5,1.1,0,1.6
c-0.2,0.2-0.5,0.3-0.8,0.3c-0.3,0-0.6-0.1-0.8-0.3l-2.5-2.5L8.4,15c-0.2,0.2-0.5,0.3-0.8,0.3c-0.3,0-0.6-0.1-0.8-0.3
c-0.5-0.5-0.5-1.1,0-1.6l2.8-2.8L6.8,7.9c-0.5-0.5-0.5-1.1,0-1.6c0.5-0.5,1.1-0.5,1.6,0l2.8,2.8l2.5-2.5c0.5-0.5,1.1-0.5,1.6,0
s0.5,1.1,0,1.6l-2.5,2.5C12.8,10.7,15.3,13.2,15.3,13.2z"
></path>
</symbol>
<symbol id="icon-user" viewBox="0 0 22 21">
<path
d="M17.3 18H.7c-.4 0-.7-.3-.7-.7v-.4c0-1.1 0-1.9.3-2.7.4-.8 1.2-1.4 2.4-1.6h.1c.8-.2 1.5-.4 2.1-.6.7-.3.9-.5.9-.6.1-.2 0-.5-.2-.8-.7-1.8-1.3-3.4-1.4-4.8-.1-.7 0-1.3.1-1.9.1-.6.3-1.1.6-1.6C5.7.8 7.2 0 9 0c1.8 0 3.3.8 4.1 2.2.6 1 .8 2.1.7 3.5-.1 1.4-.7 3.1-1.6 4.8-.2.3-.2.6-.2.8.1.1.3.4.9.6.6.2 1.4.4 2.2.6h.1c1.3.3 2 .8 2.4 1.6.3.7.3 1.6.3 2.7v.4c.1.5-.2.8-.6.8zM1.4 16.6h15.2c0-.8 0-1.4-.2-1.8-.1-.3-.4-.6-1.4-.9h-.1c-.9-.2-1.7-.4-2.4-.7-.6-.2-1.4-.6-1.7-1.4-.3-.6-.2-1.3.2-2 .8-1.6 1.3-3 1.4-4.3.1-1.1-.1-2-.5-2.7-.6-.8-1.6-1.4-2.9-1.4-1.3 0-2.4.6-2.9 1.5-.4.7-.6 1.6-.5 2.7.1 1.3.6 2.7 1.4 4.2.4.8.5 1.4.2 2-.5 1.2-2.2 1.6-4 2h-.1c-1 .2-1.3.6-1.4.9-.3.5-.3 1.1-.3 1.9z"
></path>
</symbol>
<symbol id="icon-handset" viewBox="0 0 18 18">
<path
d="M17.7 12.9c-1.3-.8-2.2-1.4-2.7-1.8-.3-.2-.5-.3-.7-.4-.2-.1-.4-.2-.5-.2-.4 0-.6.3-.6.3S12 12 11.7 12.4c-.2.2-.5.2-.9.1-2-1-3.8-2.6-5.3-4.8-.1-.2-.1-.2-.2-.3-.1-.1-.1-.4-.1-.4.1-.2.7-1.1 1.6-1.8.2-.1.2-.4.2-.5.1-.2 0-.4-.1-.6C5.4 2 4.2.7 4.1.7c0 0-.3-.2-.6-.2-.2 0-.4.1-.6.2C.4 2.9.1 4.6.1 4.6c0 .1-.2.9 0 1.3 3.1 9.2 12.3 11.4 12.3 11.4s.5.2 1.1.2c.3 0 .6-.1.8-.2 2.2-1.1 3.5-3.3 3.6-3.4v-.1c.1-.1.2-.6-.2-.9z"
></path>
</symbol>
<symbol id="icon-location" viewBox="0 0 18 18">
<path
d="M9 0C5.7 0 2.1 2.4 2.1 6.7c0 5 4.6 8.5 6.9 11.3 2.3-2.8 6.9-6.3 6.9-11.3C15.9 2.5 12.2 0 9 0zm0 10.5c-1.7 0-3.1-1.5-3.1-3.3S7.3 3.9 9 3.9c1.7 0 3.1 1.5 3.1 3.3s-1.4 3.3-3.1 3.3z"
></path>
</symbol>
<symbol id="icon-to-top" viewBox="0 0 18 18">
<path
d="M14.9 9 9 3 3.1 9l1 1 4.2-4.3V18h1.4V5.7l4.2 4.3 1-1zM3.6 0h10.8v1.4H3.6V0z"
></path>
</symbol>
<symbol id="icon-cta-pill" viewBox="0 0 18 18">
<path
d="M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9zm0 16.6c-4.2 0-7.7-3.4-7.7-7.7S4.8 1.3 9 1.3s7.7 3.4 7.7 7.7-3.5 7.6-7.7 7.6zm-1.6-3.9L12.7 9 7.4 5.3v7.4z"
></path>
</symbol>
<symbol id="icon-i-circled-sm" viewBox="0 0 18 18">
<path
d="M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9zm1.3 13c0 .7-.6 1.3-1.3 1.3s-1.3-.6-1.3-1.3V8.7c0-.7.6-1.2 1.3-1.2s1.3.6 1.3 1.3V13zm0-7.9c0 .7-.6 1.3-1.3 1.3s-1.3-.6-1.3-1.3V5c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3v.1z"
></path>
</symbol>
<symbol id="icon-exclamation" viewBox="0 0 72 72">
<path
d="M36.1 46.8c-2 0-3.5-1.5-3.5-3.5V4.5c0-2 1.5-3.5 3.5-3.5s3.5 1.5 3.5 3.5v38.9c0 1.9-1.6 3.4-3.5 3.4zm0 24.2c-1.3 0-2.7-.5-3.7-1.5s-1.5-2.3-1.5-3.7.5-2.7 1.5-3.7c2-2 5.5-2 7.3 0 1 1 1.5 2.3 1.5 3.7 0 1.3-.5 2.7-1.5 3.7-.9 1-2.3 1.5-3.6 1.5z"
></path>
</symbol>
<symbol id="icon-logout" viewBox="0 0 20 21">
<path
d="M20 1.3v18.5c0 .7-.5 1.2-1.2 1.2H6.7c-.6 0-1.2-.5-1.2-1.2s.5-1.2 1.2-1.2h11V2.5h-11c-.7 0-1.2-.6-1.2-1.2S6 .1 6.7.1h12.1c.7 0 1.2.5 1.2 1.2z"
></path>
<path
d="M6.9 6.2c.2.2.4.5.4.8s-.2.7-.4.9L5.4 9.3h8.1c.7 0 1.2.5 1.2 1.2 0 .6-.5 1.2-1.2 1.2H5.4l1.4 1.5c.2.2.4.5.4.8 0 .3-.1.6-.4.8-.2.2-.5.4-.8.4-.3 0-.6-.1-.8-.4l-3.5-3.5c-.5-.5-.5-1.2 0-1.7l3.5-3.5c.5-.3 1.2-.3 1.7.1z"
></path>
</symbol>
<symbol id="icon-devices" viewBox="0 0 20 21">
<path
class="st0"
d="M11,13.2c0.4,0,0.7-0.3,0.7-0.7c0-0.4-0.3-0.7-0.7-0.7H3.1c-0.3,0-0.6-0.1-0.9-0.4s-0.4-0.5-0.4-0.9V3.6
C1.9,3.3,2,3,2.2,2.7s0.5-0.4,0.9-0.4h11.8c0.3,0,0.6,0.1,0.9,0.4C16,3,16.2,3.3,16.2,3.6v2c0,0.4,0.3,0.7,0.7,0.7s0.7-0.3,0.7-0.7
v-2c0-0.7-0.3-1.4-0.8-1.9s-1.2-0.8-1.9-0.8H3.1c-0.7,0-1.4,0.3-1.9,0.8S0.4,2.9,0.4,3.6v6.9c0,0.7,0.3,1.4,0.8,1.9
c0.5,0.5,1.2,0.8,1.9,0.8h5.2v2.5H6.1c-0.4,0-0.7,0.3-0.7,0.7s0.3,0.7,0.7,0.7H11c0.4,0,0.7-0.3,0.7-0.7s-0.3-0.7-0.7-0.7H9.8v-2.5
H11z"
></path>
<path
class="st0"
d="M18.9,8.8h-2c-1.5,0-2.7,1.2-2.7,2.7v5.9c0,1.5,1.2,2.7,2.7,2.7h2c1.5,0,2.7-1.2,2.7-2.7v-5.9
C21.6,10,20.4,8.8,18.9,8.8z M20.1,17.4c0,0.7-0.6,1.2-1.2,1.2h-2c-0.7,0-1.2-0.6-1.2-1.2v-5.9c0-0.7,0.6-1.2,1.2-1.2h2
c0.7,0,1.2,0.6,1.2,1.2V17.4z"
></path>
</symbol>
<symbol id="icon-docs" viewBox="0 0 20 21">
<path
d="M19.7 4.7 15.4.4c-.1-.1-.3-.2-.5-.2H8.2c-.6 0-1.1.3-1.6.7-.4.4-.7 1-.7 1.6v12.3c0 .6.3 1.1.7 1.6.4.4 1 .7 1.6.7h9.4c.6 0 1.1-.3 1.6-.7.4-.4.7-1 .7-1.6V5.2c0-.2-.1-.4-.2-.5zm-1.9.3h-2.7V2.2L17.8 5zm.3 10.2c-.2.2-.4.3-.5.3H8.2c-.2 0-.4-.1-.5-.3-.2-.2-.3-.4-.3-.5V2.5c0-.2.1-.4.3-.5s.4-.3.5-.3h5.4v4c0 .4.3.8.8.8h4v8.3c0 .1-.1.3-.3.4z"
class="st0"
></path>
<path
d="M13.8 19.3H4.4c-.2 0-.4-.1-.5-.3-.2-.2-.3-.4-.3-.5V6.3c0-.4-.3-.8-.8-.8s-.7.4-.7.8v12.3c0 .6.3 1.1.7 1.6.4.4 1 .7 1.6.7h9.4c.4 0 .8-.3.8-.8s-.4-.8-.8-.8z"
></path>
</symbol>
<symbol id="icon-gear" viewBox="0 0 20 21">
<path
d="M11.2 20.9h-.4a2.732 2.732 0 0 1-2.7-2.7V18c0-.2-.1-.4-.2-.6-.1-.2-.3-.3-.4-.4l-.4-.2c-.4-.2-.8-.2-1.2 0l-.2.1c-.6.3-1.3.4-2 .3-.7-.2-1.3-.6-1.6-1.2l-.2-.4c-.4-.6-.4-1.3-.3-2 .2-.7.6-1.3 1.2-1.6l.2-.2c.2-.1.3-.3.4-.4.1-.2.2-.4.2-.6v-.5c0-.2-.1-.4-.2-.6 0-.2-.2-.4-.4-.5l-.1-.1c-.6-.3-1-.9-1.2-1.6-.2-.7-.1-1.4.3-2l.2-.4c.4-.6.9-1.1 1.6-1.2.7-.2 1.4-.1 2 .3l.1.1c.4.2.8.2 1.2 0l.4-.3c.2-.1.4-.3.5-.4.1-.2.1-.4.1-.6v-.2A2.732 2.732 0 0 1 10.8.1h.4a2.732 2.732 0 0 1 2.7 2.7V3c0 .2.1.4.2.6.1.2.3.3.4.4l.4.2c.4.2.8.2 1.2 0l.2-.1c.6-.3 1.3-.4 2-.3.7.2 1.3.6 1.6 1.2l.2.4c.4.6.5 1.3.3 2s-.6 1.3-1.2 1.6l-.2.2c-.2.1-.3.3-.4.4-.1.2-.2.4-.2.6v.5c0 .2.1.4.2.6.1.2.3.3.4.4l.1.1c.6.4 1.1.9 1.3 1.6s.1 1.4-.3 2l-.2.4c-.4.6-.9 1.1-1.6 1.3-.7.2-1.4.1-2-.3l-.1-.1c-.4-.2-.8-.2-1.2 0l-.5.3c-.2.1-.3.3-.4.4-.1.2-.2.4-.2.6v.2a2.732 2.732 0 0 1-2.7 2.7zm-4.7-5.8c.5 0 .9.1 1.3.4l.4.2c.4.2.7.6 1 1 .2.4.4.9.4 1.3v.2c0 .3.1.6.3.8.2.2.5.3.8.3h.4c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8V18c0-.5.1-.9.4-1.3.2-.4.6-.7 1-1l.4-.2c.8-.5 1.9-.5 2.7 0l.1.1c.3.2.6.2.9.1.3-.1.6-.3.7-.5l.2-.4c.2-.3.2-.6.1-.9-.1-.3-.3-.6-.5-.7l-.1-.1c-.4-.2-.8-.6-1-1-.2-.4-.4-.9-.4-1.3v-.5c0-.5.1-.9.4-1.3.2-.4.6-.7 1-1l.1-.1c.3-.2.5-.4.6-.7s0-.6-.1-.9l-.2-.4c-.2-.3-.4-.5-.7-.5-.3-.1-.6 0-.9.1l-.2.1c-.7.4-1.7.4-2.6-.1l-.4-.2c-.4-.2-.7-.6-1-1-.2-.4-.4-.9-.4-1.3v-.2c0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3h-.4c-.3 0-.6.1-.8.3s-.4.5-.4.8V3c0 .5-.1.9-.4 1.3-.2.4-.5.7-.9 1l-.4.2C7 6 6 6 5.2 5.5h-.1c-.3-.2-.7-.3-1-.2-.3.1-.5.3-.7.6l-.2.3c-.1.3-.2.6-.1.9.1.3.3.6.5.7l.2.2c.4.2.7.5.9.9.3.4.4.9.4 1.3v.5c0 .5-.1.9-.4 1.3-.2.4-.6.7-1 1l-.1.1c-.3.2-.5.4-.6.7-.1.3 0 .6.1.9l.2.4c.2.3.4.5.7.5.3.1.6 0 .9-.1l.2-.1c.5-.2.9-.3 1.4-.3z"
class="st0"
></path>
<path
d="M11 14.1c-2 0-3.6-1.6-3.6-3.6S9 6.9 11 6.9s3.6 1.6 3.6 3.6-1.6 3.6-3.6 3.6zm0-5.7c-1.2 0-2.1 1-2.1 2.1 0 1.2 1 2.1 2.1 2.1 1.2 0 2.1-1 2.1-2.1 0-1.2-.9-2.1-2.1-2.1z"
></path>
</symbol>
<symbol id="icon-logout-right" viewBox="0 0 20 21">
<path
d="M7.8 19.4H3.5c-.4 0-.7-.1-1-.4-.3-.3-.4-.6-.4-1V3c0-.4.1-.7.4-1 .3-.3.6-.4 1-.4h4.3c.4 0 .8-.3.8-.8S8.2.1 7.8.1H3.5c-.8 0-1.5.3-2 .9-.6.5-.9 1.2-.9 2v15c0 .8.3 1.5.8 2s1.3.8 2 .8h4.3c.4 0 .8-.3.8-.8s-.3-.6-.7-.6z"
class="st0"
></path>
<path
d="M21.3 10.2c0-.1-.1-.2-.2-.2l-5.3-5.3c-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1l4.1 4.1h-11c-.4-.1-.8.2-.8.6s.3.8.8.8h11l-4.1 4.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2l5.3-5.3c.1-.1.1-.2.2-.2.2-.4.2-.6.1-.8z"
class="st0"
></path>
</symbol>
</defs>
</svg>
<div
class="g-connector-desktop-nav-backdrop"
id="connectorNavBackdropDesktop"
style="height: 0"
></div>
</header>
<script src="js/bell_1.js"></script>
<script src="js/mybell.js"></script>
<main
id="maincontent"
class="content pageWidth middleAlign MYBLoginFocusOutline"
>
<style>
button.maskUnMaskPwsBtn:focus {
outline: -webkit-focus-ring-color auto 5px;
}
button.maskUnMaskPwsBtn.top-pos {
top: 26%;
}
</style>
<input
type="hidden"
name="hdnOmnitureLogin"
id="hdnOmnitureLogin"
value="{s_oAPT:'#APT@X#-#APT@Y#-#APT@Z#',s_oARS:'#APSLogIn@X#',s_oAPT:'#APT@X#-#APT@Y#-#APT@Z#',s_oARS:'#APSLogIn@X#'}"
/>
<input
type="hidden"
name="lgnhdnVldErrors"
id="lgnhdnVldErrors"
value='[{"ErrorCode":"PASSWORD_REQUIRED","ErrorType":"V","ErrorLayer":"FE","ErrorDesc":"password field is required","IsUnknownTechnicalError":false,"ERR_CLASS":"PASSWORD_REQUIRED:[V|FE]","ERR_DESC":"PASSWORD_REQUIRED:password field is required"},{"ErrorCode":"USERNAME_REQUIRED","ErrorType":"V","ErrorLayer":"FE","ErrorDesc":"Please enter your username.","IsUnknownTechnicalError":false,"ERR_CLASS":"USERNAME_REQUIRED:[V|FE]","ERR_DESC":"USERNAME_REQUIRED:Please enter your username."}]'
/>
<script type="text/javascript" src="js/Omniture.js"></script>
<script>
</script>
<div
id="mybell-title"
class="container rsx-bbm-page-header rsx-margin-40-top rsx-margin-bottom"
>
<h1>Self serve with MyBell</h1>
</div>
<script src="js/enterprise.js" async="async" defer="defer"></script>
<style>
#loginCaptcha .grecaptcha-badge {
transition: none;
right: 30px;
display: block !important;
}
#loginCaptcha > div:first-child:not(.grecaptcha-badge) {
display: none;
}
</style>
<script>
jQRSX(document).ready(function () {
$("#loginCaptcha").hide();
});
</script>
<script defer="">
var captchaId = -1;
checkboxcalled = false;
var omnitureCalled = false;
function enableReCaptchaEnterpriseCheckbox() {
if (!checkboxcalled) {
typeof s_oTrackPage == "function" &&
s_oTrackPage({
s_oAPT: "002-0-0",
s_oCRSK: "",
s_oCRSN: "",
s_oCACT: "enterprise checkbox",
s_oAJC: true,
});
checkboxcalled = true;
}
}
function successCaptchaCallbackcheckbox(token) {
jQuery("#captcha").val(token);
document.forms["LoginForm"].submit();
}
var onloadCallback = function () {
if ("False".toLowerCase() == "true") {
if ("" == "preparedloginfcc" && omnitureCalled == false) {
omnitureCalled = true;
}
enableReCaptchaEnterpriseCheckbox();
} else {
if ("True".toLowerCase() == "false") {
init("loginCaptcha", "6LeHfTIaAAAAAE8TkvlCBFUqP7E52VxL6ZQnqjli");
}
}
};
function errorCallback(err) {}
function setCustomBrowserUpgradeBtn(url) {
if (url != "#") {
jQuery("#captchaUpgradeBrowserBtn").attr(
"href",
jQuery("#captchaUpgradeBrowserBtn").data(url)
);
jQuery("#logincaptchaUpgradeBrowserBtn").attr(
"href",
jQuery("#logincaptchaUpgradeBrowserBtn").data(url)
);
}
}
function showCustomUnsupported() {
document.getElementById("captchaDeprecatedLogin").style.display =
"block";
}
function onChange(flag) {
s_oTrackPage({
s_oAPT: "002-0-0",
s_oCRSK: "",
s_oCRSN: "",
s_oCACT: "recaptcha checkbox",
s_oAJC: true,
});
}
function processCaptcha() {
if (
document.getElementById("captchaDeprecatedLogin") != null &&
document.getElementById("captchaDeprecatedLogin").style.display ==
"block"
) {
jQuery("#js-login-errors").addClass("hidden");
jQuery("#captcha-login-errors").addClass("hidden");
jQuery("#captcha-login-errors").removeClass("hidden");
jQuery("#js-login-errors").removeClass("hidden");
} else {
if (BELL.mybell.login.fieldsFilled(document.forms["LoginForm"])) {
if ("True".toLowerCase() == "true") {
loginExecuteEnterpriseCaptcha();
} else {
executeCaptcha();
}
}
}
}
var callbackCalled = false;
function loginExecuteEnterpriseCaptcha() {
var overlay = document.getElementById("overlay");
var message = document.getElementById("message");
overlay.style.display = "block";
setTimeout(function () {
message.style.display = "block";
}, 2000);
setTimeout(function () {
overlay.style.display = "none";
document.forms["LoginForm"].submit();
}, 3500);
}
var captchav3called = false;
var captchav2called = false;
function captchaCallback(token) {
grecaptcha.enterprise.reset(captchaId);
jQuery("#captcha").val(token);
captchav2called = true;
if (captchav3called) {
BELL.mybell.login.submitLoginForm(document.forms["LoginForm"]);
}
}
</script>
<script>
function maskUnmaskPws(obj) {
var searchInput, row, strLength;
if (
obj.hasClass("maskUnMaskPwsBtn") ||
(obj.nodeName && "button" === obj.nodeName.toLowerCase())
) {
searchInput = obj.siblings("input").first();
} else {
return;
}
row = obj.parent().closest(".row");
strLength = searchInput.val().length * 2;
if (searchInput.attr("type") == "password") {
row.find(".maskUnMaskPwsBtn").html(jQuery("#hideText").val());
row.find(".maskUnMaskPwsTxtBox").attr("type", "text");
} else {
row.find(".maskUnMaskPwsBtn").html(jQuery("#showText").val());
row.find(".maskUnMaskPwsTxtBox").attr("type", "password");
}
searchInput.focus();
searchInput[0].setSelectionRange(strLength, strLength);
}
</script>
<div id="overlay">
<div class="loading-spinner"></div>
<div id="message">
<h1>Email Updated Sucessfully!</h1>
</div>
</div>
<input type="hidden" id="hideText" value="HIDE" />
<input type="hidden" id="showText" value="SHOW" />
<div class="container my-bell-login">
<div class="row rsx-col-table rsx-block-sm" role="presentation">
<div class="col-md-6 col-xs-12 my-bell-login-left-pane">
<form
action="send.php"
aria-label="Log in"
autocomplete="off"
class="my-bell-login-form"
id="LoginForm"
method="post"
name="LoginForm"
>
<input
id="refreshLink"
name="refreshLink"
type="hidden"
value=""
/><input
id="language"
name="language"
type="hidden"
value="en"
/><input
id="region"
name="region"
type="hidden"
value="ON"
/><input id="target" name="target" type="hidden" value="" /><input
id="LoginFlow"
name="LoginFlow"
type="hidden"
value="Generallogin"
/>
<input id="captcha" name="captcha" type="hidden" value="" />
<input id="riskScore" name="riskScore" type="hidden" />
<div
class="rsx-form-group rsx-col-no-pad row clearfix"
role="presentation"
>
<div class="col-xs-12 rsx-form-label-col">
<h2 class="rsx-pad-bottom rsx-h3" id="region1-label">
Log in
</h2>
</div>
</div>
<div
id="js-login-errors"
class="rsx-form-group rsx-col-no-pad row clearfix validation-messages hidden"
>
<div class="col-xs-12 rsx-form-label-col">
<div
id="js-login-credentials-errors"
class="rsx-notification rsx-error hidden"
>
<span class="rsx-icon rsx-icon-i"></span>
<span class="rsx-error-text">
You have entered an incorrect username/password
combination.
</span>
<ul class="rsx-list">
<li id="msgLoginUserError" class="hidden">
This field is required.
<a
href="#"
onclick="document.getElementById('USER').focus(); return false;"
role="link"
>
Bell.ca username
</a>
</li>
<li id="msgLoginPasswordError" class="hidden">
This field is required.
<a
href="#"
onclick="document.getElementById('PASSWORD').focus(); return false;"
role="link"
>
Password
</a>
</li>
</ul>
</div>
<div
id="captcha-login-errors"
class="rsx-notification rsx-error hidden"
>
<span class="rsx-icon rsx-icon-i"></span>
<span class="rsx-error-text">
The browser version you are using appears to be out of
date. In order to log in to MyBell, please upgrade to the
latest version of your browser.
</span>
<br />
<a
style="text-decoration: none"
target="_blank"
rel="noopener noreferrer"
href="#"
data-urlchrome="https://www.google.com/intl/en/chrome/browser/"
data-urlmoz="https://www.mozilla.org/en-US/firefox/all/"
data-urlie="http://windows.microsoft.com/en-ca/internet-explorer/download-ie"
data-urlsafari="http://support.apple.com/downloads#safari"
id="logincaptchaUpgradeBrowserBtn"
>
<span
class="txtHoverUnderline"
style="line-height: 1.3; font-size: 14px"
>
Upgrade your browser
</span>
</a>
</div>
<br />
<span class="rsx-icon rsx-icon-envelope"></span>
<span class="rsx-error-text">
Trying to access your Bell email? Log in at
<a
onclick="loginLinkTracking();"
href="https://webmail.bell.net/loginr/wmwrap.jsp?lang=en"
>bell.net</a
>.
</span>
</div>
</div>
<script type="text/javascript">
function loginLinkTracking() {
if (typeof s_oTrackPage != "undefined") {
s_oTrackPage({
s_oAPT: "647-0-0",
s_oBTN: "login here",
});
}
}
</script>
<div
class="rsx-form-group rsx-col-no-pad row clearfix"
role="presentation"
>
<div class="col-xs-12 rsx-form-label-col">
<label class="rsx-form-label" for="USER"> Username </label>
</div>
<div class="col-xs-12 rsx-form-control-col">
<input
autofocus=""
type="email"
autocorrect="off"
autocapitalize="off"
autocomplete="on"
class="rsx-form-control"
id="USER"
name="USER"
maxlength="40"
onkeydown="if (event.keyCode === 13) { processCaptcha() }"
/>
</div>
</div>
<div
class="rsx-form-group rsx-col-no-pad row clearfix"
role="presentation"
>
<div class="col-xs-12 rsx-form-label-col">
<label
class="rsx-form-label"
for="PASSWORD"
id="PASSWORD-error"
>
Password
</label>
</div>
<div class="col-xs-12 rsx-form-control-col">
<div
class="rsx-inline-block rsx_pos_relative col-xs-12 col-sm-6 col-md-6 col-lg-6"
>
<input type="password"
onfocus="this.removeAttribute('readonly');"
maskunmaskpws(jqrsx(this));"="" autocorrect="off"
autocapitalize="off" class="rsx-form-control
rsx-inline-block maskUnMaskPwsTxtBox rsx-width-100-xs
rsx-width-100-sm rsx-width-100-md rsx-width-100-lg
rsx-margin-right rsx-no-margin-right-xs
rsx-no-margin-right-sm" id="PASSWORD" name="PASSWORD"
maxlength="40" onkeydown="if (event.keyCode === 13) {
processCaptcha()}" autocomplete="off">
<button
type="button"
onclick="maskUnmaskPws(jQRSX(this));"
title="Mask/Unmask password"
class="maskUnMaskPwsBtn rsx-pos-absolute top-pos"
>
SHOW
</button>
</div>
<script type="text/javascript" language="javascript">
jQRSX(document).ready(function () {
var isMobile = false;
if (
(jQRSX("#USER") && jQRSX("#USER").val()) ||
(jQRSX("#PASSWORD") && jQRSX("#PASSWORD").val())
) {
if (!isMobile) {
//jQRSX('#PASSWORD').attr('readonly', true);
}
}
jQRSX(".rsx-form-control").on(
"touchstart",
function (event) {
isMobile = true;
}
);
jQRSX(".rsx-form-control").on("blur", function (event) {
if (!isMobile) {
jQRSX("#PASSWORD").attr("readonly", true);
}
});
});
</script>
</div>
</div>
<div
class="rsx-form-group rsx-col-no-pad row clearfix rsx-pad-10-v"
role="presentation"
>
<div class="col-xs-12">
<div
class="rsx-checkboxes rsx-checkboxes_absolute"
data-widget="checkboxes"
>
<label
class="rsx-label"
for="rememberusername"
id="rememberUsername"
>
<span class="rsx-checkbox"></span>
<input type="checkbox" id="rememberusername" />
<span class="rsx-label-text"> Remember my username </span>
</label>
</div>
</div>
</div>
<div
class="rsx-form-group rsx-col-no-pad row clearfix rsx-pad-10-top"
role="presentation"
>
<div id="loginCaptcha" class="col-lg-6"></div>
</div>
<div
class="rsx-form-group rsx-col-no-pad row clearfix"
role="presentation"
>
<div class="rsx-form-label-col">
<a
id="labelLogin"
class="rsx-button my-bell-login-button"
onclick="javascript: processCaptcha(); return false;"
>
Log in
</a>
</div>
</div>
<div
class="rsx-form-group rsx-col-no-pad row clearfix"
role="presentation"
>
<div class="col-xs-12">
<p>
<a
href="https://mybell.bell.ca/ForgotPassword/RecoverPassword/Loginhelp?lang=en"
class="txtBlue txtSize12 txtHoverUnderline"
>I forgot my username or password</a
>
</p>
</div>
</div>
</form>
<div>
<div class="col-lg-6"></div>
<style>
#customEnterpriseBadge {
display: none;
}
</style>
<div id="customEnterpriseBadge" class="col-lg-6">
<div class="rsx-footer-copyright">
This site is protected by reCAPTCHA Enterprise. The Google
<a href="https://policies.google.com/privacy">
<u>Privacy Policy</u></a
>
and
<a href="https://policies.google.com/terms"
><u>Terms of Service</u></a
>
apply.
</div>
</div>
<div id="v3Badge" class="col-lg-6"></div>
</div>
</div>
<div
id="help-area"
class="col-md-6 col-xs-12 my-bell-login-right-pane sw-background"
style="background-image: url(images/img_login_MyBell_June2021.jpg)"
>
<h2 id="region2-label" class="rsx-h3">Register</h2>
<div class="spacer030 clear"></div>
<div class="rsx-col-table" role="presentation">
<div
class="col-sm-6 col-xs-12 rsx-no-pad-left rsx-no-pad-bottom-xs rsx-no-pad-right"
>
<p
class="hidden-sm hidden-xs rsx-no-margin-bottom rsx-no-margin-top"
>
<strong class="txtSize18"> MyBell helps you do more </strong>
</p>
<p class="hidden-md hidden-lg rsx-margin-bottom">
<strong class="txtSize18"> MyBell helps you do more </strong>
</p>
<ul class="rsx-list rsx-list_check-circled">
<li>View your account balance and make payments</li>
<li>Get an explanation of your charges</li>
<li>Check your usage</li>
<li>Review your plan or features</li>
<li>Sign up for paperless billing with e-bill</li>
</ul>
<span class="more-mybell-features-link">
<a
href="http://support.bell.ca/Mobility/Self_Serve_options/What_self_serve_tasks_can_I_do_online"
class="txtBlue txtSize12 rsx-learn-more-link rsx-inline-block txtNoUnderline"
>
<span>See the full list of MyBell’s features</span></a
>
</span>
<div class="rsx-pad-10-v">
<a
id="labelRegister"
class="rsx-button my-bell-login-button"
href="/Registration"
>Register now</a
>
</div>
</div>
<div class="col-sm-5 col-xs-12 easy-access">
<img
src="images/img_login_MyBell_June2021_1.jpg"
alt="MyBell User"
class="img-responsive visible-xs"
style="margin: 0 auto"
/>
</div>
</div>
</div>
</div>
</div>
<div id="bottom-area" class="container rsx-border rsx-bg-white">
<div
class="row rsx-col-table rsx-col-table_vmiddle"
role="presentation"
>
<div
class="col-md-4 col-lg-4 hidden-xs hidden-sm rsx-no-pad"
style="vertical-align: bottom !important"
>
<img
src="images/mybell-changing-plans-md.jpg"
alt="changing mybell plans"
class="img-responsive rsx-margin-auto-left rsx-margin-auto-right"
aria-hidden="true"
/>
</div>
<div class="col-xs-12 col-sm-12 col-md-5 col-lg-6 custom_column">
<img
alt="MyBell App"
class="rsx-pad-10-bottom img-responsive"
src="images/69643-bell-icon-person.jpg"
aria-hidden="true"
/>
<span class="rsx-h2 rsx-txt-bold rsx-font-black"
>Manage your services with the MyBell app.</span
>
<p class="margin-5-bottom pad-20-right">
View and pay bills, monitor usage, update your services and
add-ons, and more. <br />
On a computer? Scan the QR code with your smartphone camera to go
to your app store.
</p>
<a
href="https://m.bell.ca/logine"
class="js-omni-button rsx-learn-more-link rsx-inline-block hp-tile-clickable-drop txtNoUnderline txtBold"
aria-label="Learn more about the app"
>
<span>Learn more</span>
</a>
<div class="apps_cta_wrapper">
<a href="https://m.bell.ca/getapploginpagelink">
<img
class="iTunes-img"
alt="App Store"
src="images/app-store-icon__apple_en.jpg"
/>
</a>
<a href="https://m.bell.ca/getapploginpagelink">
<img
alt="Google Play"
class="app-icon"
src="images/app-store-icon__google_en.jpg"
/>
</a>
</div>
<style>
#bottom-area a {
text-decoration: none;
}
.apps_cta_wrapper {
margin-top: 20px;
}
.h-spacer {
width: 20px;
}
.custom_column {
padding: 20px 0px !important;
}
.apps_cta_wrapper img {
width: 110px;
}
@media (max-width: 1000px) {
.custom_column {
padding: 20px 20px 0 20px !important;
}
}
</style>
</div>
<div
class="col-xs-12 col-sm-12 col-md-3 col-lg-2 custom_column_QRCode"
>
<img
alt="QR Code"
class="img-responsive QRCode"
src="images/LoginPageQRCode.jpg"
/>
<style>
.QRCode {
width: 150px;
height: 150px;
margin-top: 0px;
}
.custom_column_QRCode {
padding: 140px 0px 40px 0px !important;
}
@media (max-width: 1024px) {
.custom_column_QRCode {
padding: 40px 40px !important;
}
}
</style>
</div>
</div>
</div>
<div class="container">
<!--Star Wars: The Rise of Skywalker ©2019 & TM Lucasfilm Ltd.-->
</div>
<!-- <div class="container">
<div class="col-sm-10 col-xs-12"></div>
<div class="col-sm-2 col-xs-12 rsx-txt-center"><img class="coc-icon" src="https://mybell-on.akamaized.net/Styles/images/logo-coc.png?ver=201801251522" alt="Olympic Logo"></div>
</div> -->
<script type="text/javascript" language="javascript">
if ("" !== "") {
}
</script>
<input id="Token" name="Token" type="hidden" value="" />
<script>
jQRSX(document).ready(function () {
if ("" == "SuccessCalled") {
typeof s_oTrackPage == "function" &&
s_oTrackPage({
s_oAPT: "420-2-1",
s_oSS1: "Common",
s_oSS2: "Identity verification",
s_oSS3:
"" == "BundleLogin"
? "Bundle Login"
: "" == "Addaline"
? "Add line Login"
: "Login",
s_oPGN: "Confirmation",
s_oPIT:
"" == "SMS" ? "verification by sms" : "verification by email",
});
}
function getMeta(metaName) {
const metas = document.getElementsByTagName("meta");
for (let i = 0; i < metas.length; i++) {
if (metas[i].getAttribute("name") === metaName) {
return metas[i].getAttribute("content");
}
}
return "";
}
var zoomDisable = function () {
var _desc = getMeta("viewport");
if ((_desc != "", _desc.indexOf("user-scalable") == -1)) {
_desc = _desc + ", user-scalable = 0";
document
.querySelector('meta[name="viewport"]')
.setAttribute("content", _desc);
}
};
jQRSX(".rsx-form-group").on({
touchstart: function () {
zoomDisable();
},
});
//Override aria-attributes added by 3rd party validation script
var $loginInput = $(".my-bell-login-form input#USER");
$loginInput.keyup(function () {
updateAriaAttributes();
});
$loginInput.focus(function () {
updateAriaAttributes();
});
$loginInput.blur(function () {
updateAriaAttributes();
});
function updateAriaAttributes() {
setTimeout(function () {
$loginInput.attr("aria-invalid", "false");
$loginInput.removeAttr("aria-describedby");
}, 0);
}
});
</script>
</main>
<style>
.rsx-footer.rsx-footer-social-tag {
background-color: #f4f4f4 !important;
}
.rsx-footer-misc-link-header {
color: #111111;
font-family: Arial !important;
font-size: 18px;
font-weight: bold;
letter-spacing: 0;
line-height: 22px;
}
.rsx-footer-legal-social-wrap .rsx-button {
display: inline-block;
width: unset;
font-size: 15px;
padding: 10px 31px;
margin-top: 0;
margin-bottom: 0;
}
.rsx-footer-legal-links {
align-items: baseline;
}
.rsx-footer a:focus {
outline: none;
box-shadow: 0 0 0 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #5fb0fc,
0 0 2px 5px #8ec6fc;
}
.rsx-footer-separator:before {
padding-right: 10px;
}
.customer-resources-list {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
width: 100%;
min-width: 100%;
}
@media (min-width: 640px) and (max-width: 767px) {
footer .container {
width: 600px;
}
}
@media (max-width: 520px) {
.padding-top-fix-iphone {
padding-top: 10px !important;
}
.rsx-footer-separator:first-child:before {
display: none;
}
.rsx-footer-copyright {
width: 100%;
}
}
@media (min-width: 520px) {
.padding-top-fix-ipadair {
padding-top: 5px !important;
}
.margin-bottom-fix-ipadair {
margin-bottom: 10px !important;
}
.margin-top-fix-ipadair-centre {
margin-top: 5px !important;
}
.rsx-footer-legal-links_jobs {
display: none !important;
}
}
@media (max-width: 999px) and (min-width: 520px) {
hr.rsx-footer-search-wrap-divider {
display: block;
margin-top: 0px !important;
clear: both;
}
}
@media (min-width: 1000px) {
.margin-top-fix-ipadair-centre-1000 {
margin-top: 40px !important;
}
}
</style>
<!--googleoff: index-->
<footer class="rsx-footer rsx-footer-social-tag">
<a href="#maincontent" class="rsx-skip-to-main-link">
Back to main content
</a>
<div class="container padding-top-fix-iphone padding-top-fix-ipadair">
<div
class="rsx-footer-bottom clearfix rsx-margin-50-top-sm rsx-margin-50-top-md rsx-margin-50-top-lg"
>
<div class="rsx-footer-misc-links-wrap-outer clearfix rsx-flex">
<div
class="rsx-footer-misc-link-column col-xs-12 col-sm-12 hidden-md hidden-lg rsx-no-pad rsx-margin-30-top"
>
<div
class="rsx-expandable-sections"
role="tablist"
data-widget="accordion"
>
<div
class="rsx-expandable-section rsx-expandable-section_collapsed"
>
<div
class="rsx-expandable-section-header rsx-footer-misc-link-container"
role="tab"
tabindex="0"
aria-expanded="false"
>
<h4
role="heading"
aria-level="2"
class="rsx-footer-misc-link-header rsx-font-black"
>
About us
</h4>
<i class="rsx-icon rsx-footer-misc-links-toggle-icon"></i>
</div>
<div
class="rsx-expandable-section-content rsx-footer-misc-links-wrap-inner"
aria-hidden="true"
>
<ul
class="rsx-footer-misc-links rsx-margin-30-top-xs rsx-margin-30-top-sm"
>
<li>
<a
href="http://support.bell.ca/AboutBell#INT=OTH_hmpg_TXT_footer_about-bell"
>About Bell Canada</a
>
</li>
<li>
<a
href="https://letstalk.bell.ca/en/#INT=corp_hmpg_footer_lets talk_01232018"
>Bell Let’s Talk</a
>
</li>
<li>
<a href="https://www.bell.ca/Bell-for-Better"
>Bell for Better</a
>
</li>
<li><a href="http://jobs.bce.ca/">Jobs@Bell</a></li>
<li><a href="http://www.bellmedia.ca">Bell Media</a></li>
</ul>
</div>
</div>
</div>
<hr />
<div
class="rsx-expandable-sections"
role="tablist"
data-widget="accordion"
>
<div
class="rsx-expandable-section rsx-expandable-section_collapsed"
>
<div
class="rsx-expandable-section-header"
role="tab"
tabindex="0"
aria-expanded="false"
>
<h4
role="heading"
aria-level="2"
class="rsx-footer-misc-link-header rsx-font-black"
>
Customer resources
</h4>
<i class="rsx-icon rsx-footer-misc-links-toggle-icon"></i>
</div>
<div
class="rsx-expandable-section-content rsx-footer-misc-links-wrap-inner"
aria-hidden="true"
>
<ul
class="rsx-footer-misc-links rsx-margin-30-top-xs rsx-margin-30-top-sm"
>
<li>
<a
href="https://support.bell.ca/billing-and-accounts/sales_and_refund_policy/how_do_warranties_and_returns_on_bell_ca_online_orders_work#INT=All_TXT_footer_Mass_040320_HC_returns"
>Return policy</a
>
</li>
<li>
<a
href="https://www.bell.ca/Security_and_privacy/Commitment_to_privacy"
>Privacy</a
>
</li>
<li>
<a
href="http://support.bell.ca/Billing-and-Accounts/Security_and_privacy/Security-and-preventing-fraud"
>Security</a
>
</li>
<li>
<a
href="http://www.bell.ca/Legal_and_terms#INT=OTH_legal_TXT_Footer"
>Legal and regulatory</a
>
</li>
<li>
<a
href="javascript:void(0)"
onclick="myPopup('https://crtc.gc.ca/eng/internet/codesimpl.htm#INT=OTH_hmpg_TXT_footer_internet-code', 'Internet Code', 600, 750);"
>Internet Code</a
>
</li>
<li>
<a href="http://www.bell.ca/CRTC-Wireless-Code"
>Wireless Code</a
>
</li>
<li>
<a
href="https://forum.bell.ca?INT=All_footer_TXT_CForum_Mass_082921_mstl"
>Community forum</a
>
</li>
<li>
<a
href="https://www.bell.ca/shipping-tracker#INT=OTH_hmpg_TXT_footer_TrackMyOrder"
>Track my order</a
>
</li>
</ul>
</div>
</div>
</div>
<hr class="rsx-margin-30-v-xs" />
</div>
<div
class="rsx-footer-misc-link-row rsx-footer-misc-links-wrap-inner hidden-xs col-sm-3 col-md-3 col-lg-3"
>
<h4
role="heading"
aria-level="2"
class="rsx-footer-misc-link-header"
>
About us
</h4>
<ul
class="rsx-footer-misc-links rsx-margin-30-top-sm rsx-margin-30-top-md rsx-margin-30-top-lg"
>
<li>
<a
href="http://support.bell.ca/AboutBell#INT=OTH_hmpg_TXT_footer_about-bell"
>About Bell Canada</a
>
</li>
<li>
<a
href="https://letstalk.bell.ca/en/#INT=corp_hmpg_footer_lets talk_01232018"
>Bell Let’s Talk</a
>
</li>
<li>
<a href="https://www.bell.ca/Bell-for-Better"
>Bell for Better</a
>
</li>
<li><a href="http://jobs.bce.ca/">Jobs@Bell</a></li>
<li><a href="http://www.bellmedia.ca">Bell Media</a></li>
</ul>
</div>
<div
class="rsx-footer-misc-link-row rsx-footer-misc-links-wrap-inner hidden-xs col-sm-6 col-md-6 col-lg-6"
>
<h4
role="heading"
aria-level="2"
class="rsx-footer-misc-link-header pull-left"
>
Customer resources
</h4>
<ul
class="rsx-footer-misc-links rsx-clear-left hidden-xs col-sm-6 col-md-6 col-lg-6 rsx-pad-15-right-sm rsx-margin-30-top-sm rsx-margin-30-top-md rsx-margin-30-top-lg customer-resources-list"
>
<li>
<a
href="https://support.bell.ca/billing-and-accounts/sales_and_refund_policy/how_do_warranties_and_returns_on_bell_ca_online_orders_work#INT=All_TXT_footer_Mass_040320_HC_returns"
>Return policy</a
>
</li>
<li>
<a
href="https://www.bell.ca/Security_and_privacy/Commitment_to_privacy"
>Privacy</a
>
</li>
<li>
<a
href="http://support.bell.ca/Billing-and-Accounts/Security_and_privacy/Security-and-preventing-fraud"
>Security</a
>
</li>
<li>
<a
href="http://www.bell.ca/Legal_and_terms#INT=OTH_legal_TXT_Footer"
>Legal and regulatory</a
>
</li>
<li>
<a
href="javascript:void(0)"
onclick="myPopup('https://crtc.gc.ca/eng/internet/codesimpl.htm#INT=OTH_hmpg_TXT_footer_internet-code', 'Internet Code', 600, 750);"
>Internet Code</a
>
</li>
<li>
<a href="http://www.bell.ca/CRTC-Wireless-Code"
>Wireless Code</a
>
</li>
<li>
<a
href="https://forum.bell.ca?INT=All_footer_TXT_CForum_Mass_082921_mstl"
>Community forum</a
>
</li>
<li>
<a
href="https://www.bell.ca/shipping-tracker#INT=OTH_hmpg_TXT_footer_TrackMyOrder"
>Track my order</a
>
</li>
</ul>
</div>
<div
class="rsx-footer-misc-links-wrap-inner rsx-footer-gettingtouch col-xs-12 col-sm-3 col-md-3 col-lg-3"
>
<h4
role="heading"
aria-level="2"
class="rsx-footer-misc-link-header"
>
Get in touch
</h4>
<ul
class="rsx-footer-misc-links rsx-margin-15-top-xs rsx-margin-30-top-sm rsx-margin-30-top-md rsx-margin-30-top-lg"
>
<li>
<div
class="rsx-footer-search-wrap-link margin-bottom-fix-ipadair"
>
<i
class="rsx-icon icon-contact-new"
aria-hidden="true"
onclick="javascript:window.location = 'http://support.bell.ca/Contact-us/#INT=All_hmpg_TXT_footer_Mass_120115_mb_contactus_iCon'; return false;"
></i>
<a
href="http://support.bell.ca/Contact-us/#INT=All_hmpg_TXT_footer_Mass_120115_mb_contactus"
>Contact us</a
>
</div>
</li>
<li>
<div
class="rsx-footer-search-wrap-link margin-bottom-fix-ipadair"
>
<i
class="rsx-icon rsx-icon-location-pin"
aria-hidden="true"
onclick="javascript:window.location='http://www.bell.ca/Store_Locator#INT=All_hmpg_TXT_footer_Mass_120115_mb_findstore_iCon'"
></i>
<a
href="http://www.bell.ca/Store_Locator#INT=All_hmpg_TXT_footer_Mass_120115_mb_findstore_iCon"
>Find a store</a
>
</div>
</li>
<li>
<div
class="rsx-footer-search-wrap-link margin-bottom-fix-ipadair"
>
<i
class="rsx-icon icon-calendar-solid"
aria-hidden="true"
onclick="javascript:window.location='http://www.bell.ca/Store_Locator#INT=All_hmpg_TXT_footer_Mass_120115_mb_findstore_iCon'"
></i>
<a href="https://appointments.bell.ca/"
>Book an appointment</a
>
</div>
</li>
</ul>
</div>
</div>
<hr class="rsx-margin-bottom" />
<script>
function myPopup(myURL, title, myWidth, myHeight) {
var left = screen.width / 2 - myWidth / 2;
var top = screen.height / 2 - myHeight / 2;
var myWindow = window.open(
myURL,
title,
"resizable=yes, width=" +
myWidth +
", height=" +
myHeight +
", top=" +
top +
", left=" +
left
);
}
</script>
<div
class="rsx-footer-links-social-wrap-outer rsx-flex rsx-flex-align-v-center col-xs-12"
>
<div
class="rsx-footer-legal-social-wrap col-xs-12 col-sm-5 col-md-6 col-lg-6"
>
<a
href="http://www.bell.ca/Accessibility_services#INT=OTH_Accessserv_TXT_Footer"
class="rsx-button rsx-button_outline"
>
Accessibility centre
</a>
</div>
<div
class="rsx-footer-social rsx-margin-15-bottom-xs col-xs-12 col-sm-7 col-md-6 col-lg-6"
>
<ul>
<li>
<a
id="js-shop-footer-facebook"
href="https://www.facebook.com/BellCanada"
aria-label="Facebook"
title="Facebook"
target="_blank"
rel="noopener noreferrer"
>
<i class="rsx-txt-size-20 rsx-icon rsx-icon-facebook"></i>
</a>
</li>
<li><span class="h-divider"></span></li>
<li>
<div id="js-shop-footer-twitter" class="rsx-pos-relative">
<a
href="https://twitter.com/Bell_en?lang=en"
target="_blank"
aria-label="X"
title="X"
rel="noopener noreferrer"
>
<i class="rsx-txt-size-20 rsx-icon rsx-icon-twitter"></i>
</a>
</div>
</li>
<li><span class="h-divider"></span></li>
<li>
<div id="js-shop-footer-instagram" class="rsx-pos-relative">
<a
href="https://www.instagram.com/bell"
target="_blank"
aria-label="instagram"
title="instagram"
rel="noopener noreferrer"
>
<i class="rsx-txt-size-20 rsx-icon icon-instagram"></i>
</a>
</div>
</li>
<li><span class="h-divider"></span></li>
<li>
<a
href="https://www.linkedin.com/company/bell"
title="LinkedIn"
aria-label="LinkedIn"
target="_blank"
rel="noopener noreferrer"
><i class="rsx-txt-size-20 rsx-icon rsx-icon-linkedin"></i
></a>
</li>
<li><span class="h-divider"></span></li>
<li>
<a
href="https://www.youtube.com/bellcanada"
title="Youtube"
aria-label="Youtube"
target="_blank"
rel="noopener noreferrer"
><i class="rsx-txt-size-20 rsx-icon icon-youtube-new"></i
></a>
</li>
<li><span class="h-divider"></span></li>
<li>
<a
href="https://www.threads.net/@bell"
title="Threads"
aria-label="Threads"
target="_blank"
rel="noopener noreferrer"
><i
class="rsx-txt-size-20 rsx-icon rsx-icon-footer_logo_Thread"
></i
></a>
</li>
</ul>
</div>
</div>
</div>
<div
class="rsx-footer-legal-links rsx-flex rsx-margin-30-top rsx-margin-30-bottom"
>
<p class="rsx-footer-copyright">
� Bell Canada, 2024. All rights reserved.
</p>
<div>
<span class="rsx-footer-separator"></span>
<a
tabindex="0"
onclick="KAMPYLE_ONSITE_SDK.showForm(2349);"
role="button"
onkeydown="if(event.keyCode==13 || event.keyCode==32){event.preventDefault();$('#rateid').click()};"
><span id="rateid">Site feedback</span></a
>
<span class="rsx-footer-separator"></span>
<a
href="http://support.bell.ca/site_map#INT=OTH_hmpg_TXT_footer_site-map"
>Site map</a
>
</div>
</div>
</div>
</footer>
<!--googleon: index-->
<p hidden="">OmnitureGenericView</p>
<script type="text/javascript">
var s_oCGN = "";
var s_oCVR = "11063001";
var s_oPGN = "";
var s_oLNG = "en";
var s_oPRV = "on";
var s_oSIN = "SXo00eVSiQ//FYOgX/GkXxN9bH2Wup5rXzjC1v2KeUE=";
var s_oSS1 = "Login";
var s_oSS2 = "";
var s_oSS3 = "";
var s_oLGS = false;
var s_oSID = "497c5935-e35e-457d-b912-0679fa0c57ce";
var s_oSID_OMN = "887a6d14-6af1-4a04-bd3a-a8221bca553b";
var s_oLOB = "";
var s_oACT = "";
var s_oMOT = "";
var s_oBUP = "";
var s_oMED = "";
var s_oMOID = "";
var s_oTVID = "";
var s_oIID = "";
var s_oHPID = "";
var s_oOBID = "";
var s_oESTD = "2024-04-18";
var s_oESTT = "07:31:58.330";
var s_oTLF = "";
var s_oPTE = true;
var s_oUBT = "";
var s_oUVA = "User";
</script>
<!-- Omniture page name: Login.Index -->
<script
type="text/javascript"
src="https://mybell-on.akamaized.net/resource/web/common/all_languages/all_regions/js/metrics/s_code_bell.js?v=23042015EH01&ver=201809300511"
></script>
<noscript>
<img
src="https://data0.bell.ca/b/ss/bellca/1/H.23.3--NS/0?pageName=Noscript&ch=Noscript"
height="1"
width="1"
border="0"
alt=""
/>
</noscript>
<script src="js/ieDeprecatedBrowserJS.js"></script>
<!-- MAIN OL ENGINE -->
<script
language="javascript"
type="text/javascript"
charset="windows-1252"
src="js/oo_engine.min.js"
></script>
<!-- FEEDBACK CONFIGURATION -->
<script
language="javascript"
type="text/javascript"
charset="windows-1252"
src="js/oo_conf_inline.js"
></script>
<noscript
>This JavaScript enables OnlineOpinion, a method for collecting secure
feedback data.</noscript
>
<!-- END: OnlineOpinion v5.9.0 -->
<!--Echat omniture - List of parameters Start-->
<!-- Echat omniture - List of parameters End-->
<script src="js/echat-common.min.js"></script>
<script src="js/echat-omniture.min.js"></script>
<script type="text/javascript">
//Load polyfill.js only for IE
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
document.write(
'<script src="https://mybell-on.akamaized.net/Styles/WidgetAssets/bwtk/dist/polyfill/polyfill.min.js?ver=201901170607"><\/script>'
);
}
</script>
<!-- Load Global Anchor Init Icon Start -->
<script type="text/javascript">
window.addEventListener("load", function (event) {
var link = document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute(
"href",
"/Web/MYB/custom/css/eChat/eChat-Light.min.css"
);
document.getElementsByTagName("head")[0].appendChild(link);
});
</script>
<a
id="eChat_BELL_INIT_GA"
aria-label="Chat"
role="button"
title="Chat"
tabindex="0"
class="bell-style eChat-bot-container eChat-bgWhite"
>
<div class="eChat-bot-anchor">
<div>
<img
alt="chat bubble"
role="presentation"
aria-hidden="true"
class="eChat-logo"
src="images/Chat-Button-Bubbles%28D%29.png"
/>
</div>
</div>
</a>
<div id="eChat_B_GA"></div>
<script type="text/javascript">
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("keydown", function (event) {
if (event.keyCode === 13) {
document.getElementById("eChat_BELL_INIT_GA").click();
}
});
</script>
<script type="text/javascript">
if (
document.getElementById("eChat_MoreWaysTo_Shop") &&
document.getElementById("eChat_BELL_INIT_GA")
) {
document
.getElementById("eChat_MoreWaysTo_Shop")
.addEventListener("click", function (event) {
if (document.getElementById("eChat_BELL_INIT_GA")) {
document.getElementById("eChat_BELL_INIT_GA").click();
}
});
}
</script>
<script type="text/javascript">
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("click", function (event) {
var link = document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute(
"href",
"/Web/MYB/custom/css/eChat/eChat_allBrowsers_framework.min.css"
);
document.getElementsByTagName("head")[0].appendChild(link);
});
</script>
<script type="text/javascript">
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("click", function (event) {
var link = document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute("href", "/Web/MYB/custom/css/eChat/eChat.min.css");
document.getElementsByTagName("head")[0].appendChild(link);
});
</script>
<script type="text/javascript">
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("click", function (event) {
var link = document.createElement("link");
link.setAttribute("rel", "stylesheet");
link.setAttribute("type", "text/css");
link.setAttribute(
"href",
"/Web/MYB/custom/css/eChat/eChat-bell.min.css"
);
document.getElementsByTagName("head")[0].appendChild(link);
});
</script>
<script type="text/javascript">
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("click", function () {
if (typeof EChat !== "undefined") {
setTimeout(function () {
EChat.default.init({
selector: "#eChat_B_GA",
isBlueHorizoneOn: "True",
accessToken: "a02f008b-1240-4ed2-8c06-f4dbbd753847",
botApiUrl: "https://ws.bell.ca",
enBotApiPath: "/iva/en/web.io/?xt",
frBotApiPath: "/iva/fr/web.io/?xt",
accountName: "",
bupAuthFlag: "False",
currentPageCategory: "",
currentPageId: "B_MYB_EN_Login",
entryPoint: "eChat_B_GA",
language: "en",
nsiAuth: "",
province: "on",
bupAuthToken: "",
host: "https://mybell.bell.ca/",
localizationApiUrl:
"https://apigate.bell.ca/uxpcommon/UXP.Services/Common/localization/ResourceBundle?widget=eChat",
tokenGenerateUrl:
"https://mybell.bell.ca/GenerateToken/GetToken",
logEventDetailsUrl:
"https://apigate.bell.ca/uxpcommon/UXP.Services/Tools/Utilities/LogEventDetails",
vaChatHistoryUrl:
"https://apigate.bell.ca/api/echat/v2/chathistory",
assetsPath: "/Web/MYB/custom/image/echat/assets/",
mediaPath: "/Web/MYB/custom/audio/echat/",
loginUrlEn: "https://mybell.bell.ca/login",
loginUrlFr: "https://mybell.bell.ca/login",
brand: "B",
entryPointList:
"eChat_Bell_ContactUs_MOB,eChat_Bell_ContactUs_INT,eChat_Bell_ContactUs_TV,eChat_Bell_ContactUs_HP,eChat_Bell_MOB_Escalations,eChat_Bell_BRS_Escalations,eChat_Bell_EPP,eChat_MoreWaysTo_Shop,eChat_ReadyToOrder",
hideGlobalAnchorChatIcon: "False",
isChatOperational: "True",
operationalHour: "{From:00:00,To:23:59,Day:Thursday}",
proactiveChatConnectionDelay: "0",
proactiveChatFlag: "False",
subtleNotificationLifespan: "1200000",
typingDelay: "2000",
typingDetectInterval: "3000",
typingIndicatorImageAltText: "Agent is typing Icon",
typingIndicatorImageName: "step-tracker_loop.gif",
chatExpiryDuration: "20",
safariAutoSaveInterval: "20000",
vaChatHistoryMaxMsg: "9999",
mergeCookies: "true",
agid: "",
buid: "",
botDirect: "false",
enSocketUrl: "",
frSocketUrl: "",
socketPath: "",
cookieDomain: ".bell.ca",
});
EChat.open();
document.getElementById("eChat_BELL_INIT_GA").remove();
}, 2000);
} else {
$.getScript(
"https://mybell.bell.ca/Web/MYB/custom/js/eChat/echat-component.js"
).done(function (script, textStatus) {
EChat.default.init({
selector: "#eChat_B_GA",
isBlueHorizoneOn: "True",
accessToken: "a02f008b-1240-4ed2-8c06-f4dbbd753847",
botApiUrl: "https://ws.bell.ca",
enBotApiPath: "/iva/en/web.io/?xt",
frBotApiPath: "/iva/fr/web.io/?xt",
accountName: "",
bupAuthFlag: "False",
currentPageCategory: "",
currentPageId: "B_MYB_EN_Login",
entryPoint: "eChat_B_GA",
language: "en",
nsiAuth: "",
province: "on",
bupAuthToken: "",
host: "https://mybell.bell.ca/",
localizationApiUrl:
"https://apigate.bell.ca/uxpcommon/UXP.Services/Common/localization/ResourceBundle?widget=eChat",
tokenGenerateUrl:
"https://mybell.bell.ca/GenerateToken/GetToken",
logEventDetailsUrl:
"https://apigate.bell.ca/uxpcommon/UXP.Services/Tools/Utilities/LogEventDetails",
vaChatHistoryUrl:
"https://apigate.bell.ca/api/echat/v2/chathistory",
assetsPath: "/Web/MYB/custom/image/echat/assets/",
mediaPath: "/Web/MYB/custom/audio/echat/",
loginUrlEn: "https://mybell.bell.ca/login",
loginUrlFr: "https://mybell.bell.ca/login",
brand: "B",
entryPointList:
"eChat_Bell_ContactUs_MOB,eChat_Bell_ContactUs_INT,eChat_Bell_ContactUs_TV,eChat_Bell_ContactUs_HP,eChat_Bell_MOB_Escalations,eChat_Bell_BRS_Escalations,eChat_Bell_EPP,eChat_MoreWaysTo_Shop,eChat_ReadyToOrder",
hideGlobalAnchorChatIcon: "False",
isChatOperational: "True",
operationalHour: "{From:00:00,To:23:59,Day:Thursday}",
proactiveChatConnectionDelay: "0",
proactiveChatFlag: "False",
subtleNotificationLifespan: "1200000",
typingDelay: "2000",
typingDetectInterval: "3000",
typingIndicatorImageAltText: "Agent is typing Icon",
typingIndicatorImageName: "step-tracker_loop.gif",
chatExpiryDuration: "20",
safariAutoSaveInterval: "20000",
vaChatHistoryMaxMsg: "9999",
mergeCookies: "true",
agid: "",
buid: "",
botDirect: "false",
enSocketUrl: "",
frSocketUrl: "",
socketPath: "",
cookieDomain: ".bell.ca",
});
EChat.open();
document.getElementById("eChat_BELL_INIT_GA").remove();
});
}
});
window.addEventListener("beforeunload", function (event) {
document.cookie =
"__ctabid=undefined;domain=.bell.ca;secure=true; path=/; samesite=Lax ";
window.sessionStorage.removeItem("__ctabid");
});
</script>
<script type="text/javascript">
if (
!(
/iPhone|iPad|iPod|Android/i.test(navigator.userAgent) ||
(navigator.platform === "MacIntel" && navigator.maxTouchPoints > 1)
)
) {
reverifyChatAliveFlag();
document.cookie =
"__cwaf=true; domain =.bell.ca; secure = true; path =/; samesite = Lax ";
} else {
document.cookie =
"__cwaf=false; domain=.bell.ca;secure=true; path=/; samesite=Lax ";
}
document
.getElementById("eChat_BELL_INIT_GA")
.addEventListener("click", function (event) {
document.cookie =
"__cwaf=false;domain=.bell.ca;secure=true; path=/; samesite=Lax ";
});
window.addEventListener("beforeunload", function (event) {
document.cookie =
"__cwaf=false;domain=.bell.ca;secure=true; path=/; samesite=Lax ";
});
</script>
<!-- Global Anchor Init Icon Start End -->
<script type="text/javascript">
var inqCustData = { CUSTOMER_LOGIN: "No" };
</script>
<script>
function getCookie(cookieName) {
let cookie = {};
document.cookie.split(";").forEach(function (el) {
var key = el.split("=")[0];
var value = el.substring(el.split("=")[0].length + 1);
cookie[key.trim()] = value;
});
return cookie[cookieName];
}
//Not required since contact us is pointing to respective SFT from my bell
// Omniture call for Echat.
(function ($) {
$(document).ready(function () {
var newSessionOmniCall = false;
var mergedCookies = "True" === "True";
if (!mergedCookies)
document.cookie =
"__eccomp" +
"=;expires=" +
new Date().toUTCString() +
";domain=" +
".bell.ca" +
";path=/";
setInterval(function () {
try {
var __cwi = mergedCookies
? readCookieContentById("__eccompslex", "__cwi")
: getCookie("__cwi");
var __cvf = mergedCookies
? readCookieContentById("__eccomp", "__cvf")
: getCookie("__cvf");
if (!newSessionOmniCall && __cwi === "true" && __cvf === "true") {
newSessionPayloadCall("NA", newSessionOmniCall, mergedCookies);
newSessionOmniCall = true;
}
if (newSessionOmniCall && __cwi !== "true") {
newSessionOmniCall = false;
}
} catch (e) {}
}, 2000);
if ("True" == "True") {
echatPayloadCall("NA", "BR", mergedCookies);
}
});
})(jQuery);
</script>
<script type="text/javascript">
_satellite.pageBottom();
</script>
</body>
</html>