@media (min-width: 576px) {
    .sppb-row-container {
        max-width: 100%!important;
    }
}

#amazon-connect-chat-widget > div {
    bottom: 220px!important;
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    #acn-header-width .container {
        max-width: 100%;
    }
}
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1920px!important;
    }
}
.sppb-row-container {
    padding-left: 0px;
    padding-right: 0px;
}

.sppb-col,
.sppb-col-auto,
.sppb-col-lg,
.sppb-col-lg-1,
.sppb-col-lg-10,
.sppb-col-lg-11,
.sppb-col-lg-12,
.sppb-col-lg-2,
.sppb-col-lg-3,
.sppb-col-lg-4,
.sppb-col-lg-5,
.sppb-col-lg-6,
.sppb-col-lg-7,
.sppb-col-lg-8,
.sppb-col-lg-9,
.sppb-col-lg-auto,
.sppb-col-md,
.sppb-col-md-1,
.sppb-col-md-10,
.sppb-col-md-11,
.sppb-col-md-12,
.sppb-col-md-2,
.sppb-col-md-3,
.sppb-col-md-4,
.sppb-col-md-5,
.sppb-col-md-6,
.sppb-col-md-7,
.sppb-col-md-8,
.sppb-col-md-9,
.sppb-col-md-auto,
.sppb-col-sm,
.sppb-col-sm-1,
.sppb-col-sm-10,
.sppb-col-sm-11,
.sppb-col-sm-12,
.sppb-col-sm-2,
.sppb-col-sm-3,
.sppb-col-sm-4,
.sppb-col-sm-5,
.sppb-col-sm-6,
.sppb-col-sm-7,
.sppb-col-sm-8,
.sppb-col-sm-9,
.sppb-col-sm-auto,
.sppb-col-xl,
.sppb-col-xl-1,
.sppb-col-xl-10,
.sppb-col-xl-11,
.sppb-col-xl-12,
.sppb-col-xl-2,
.sppb-col-xl-3,
.sppb-col-xl-4,
.sppb-col-xl-5,
.sppb-col-xl-6,
.sppb-col-xl-7,
.sppb-col-xl-8,
.sppb-col-xl-9,
.sppb-col-xl-auto,
.sppb-col-xs-1,
.sppb-col-xs-10,
.sppb-col-xs-11,
.sppb-col-xs-12,
.sppb-col-xs-2,
.sppb-col-xs-3,
.sppb-col-xs-4,
.sppb-col-xs-5,
.sppb-col-xs-6,
.sppb-col-xs-7,
.sppb-col-xs-8,
.sppb-col-xs-9,
.sppb-row-column {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.sp-pagebuilder-modal-content>div>div.sp-pagebuilder-modal-list-addons {
    padding: 0;
    position: relative;
    width: 100%;
}

#part1-us {
    float: left;
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    height: 325px !important;
    margin-left: -12px !important;
    margin-top: -9px;
}

#part2-us {
    float: right;
    background-color: #4A90E2;
    box-shadow: 0 1px 0 0 #4A90E2;
    color: white;
    height: 325px !important;
    margin-right: -12px !important;
    margin-top: -9px;
}

#part1-ca {
    float: left;
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    height: 295px !important;
    margin-left: -12px !important;
    margin-top: -9px;
}

#part2-ca {
    float: right;
    background-color: #4A90E2;
    box-shadow: 0 1px 0 0 #4A90E2;
    color: white;
    /* height: 290px; */
    height: 295px !important;
    margin-right: -12px !important;
    margin-top: -9px;
}

.h1-replacement {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.hbb_popover {
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    margin-right: -12px !important;
    margin-top: -9px;
    margin-left: -12px !important;
    margin-bottom: -9px;
    height: 90px;
}

.acn-btn-size {
    width: auto;
    /* color: white; */
    height: 40px;
    min-width: 200px;
    max-width: 900px;
}


@media(max-width: 991px) {
    .xyz {
        left: 8%;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
        text-align: left;
        width: 60%;
    }

    .def {
        right: 3%;
        left: 3%;
    }
}

@media (min-width:992px) {
    .xyz {
        left: 8%;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
        text-align: left;
        width: 60%;
    }

    .def {
        right: 15%;
        left: 15%;
        /*  text-align: center; */
    }
}

.acn-blue {
    color: #132650;
}

.btn-acn-blue {
    background-color: #0a467b;
    color: white;
    border-radius: 0px;
}

.btn-acn-blue:hover {
    background-color: #5B87AD;
    color: white;
    border-radius: 0px;
}

h1,
h2,
h3 {
    margin-left: 0px !important;
}


a.btn:hover {
    color: white;
}

@media (min-width: 576px) {
    .reversal {
        flex-direction: column-reverse;
    }

    #carrousel_swiper-pagination {
        display: none;
    }
}

@media (min-width: 768px) {
    .reversal {
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {
    .reversal {
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .reversal {
        flex-direction: row;
    }
}

.footer_text_div {
    color: #ffffff !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: Lato;
    font-size: 16px;
}

.footer-text-div>a {
    color: white !important;
}

.upper {
    text-transform: uppercase;
}


.hbb_popover-1 {
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    margin-right: -12px !important;
    margin-top: -9px;
    margin-left: -12px !important;
    margin-bottom: -9px;
    height: 40px;
}

#ot-sdk-btn-floating {
    display: none !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before {
    background-color: white !important;
    border-color: white !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #407EC9 !important;
    border: 1px solid #407EC9 !important;
}

#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob {
    background-color: #407EC9 !important;
    border: 1px solid #407EC9 !important;
}

.acn-blue {
    color: #132650;
}

.btn-acn-blue {
    background-color: #0a467b;
    color: white;
    border-color: #0a467b;
    border-radius: 0px;
}

.btn-acn-blue:hover {
    background-color: #407EC9;
    color: white;
    border-color: #407EC9;
}

.acnblue-btn {
    background-color: #0a467b;
    color: white;
    border-color: #0a467b;
    border-radius: 0px;
}

.acnblue-btn:hover {
    background-color: #407EC9;
    color: white;
    border-color: #407EC9;
}

h1,
h2,
h3 {
    margin-left: 0px !important;
}

.stronger {
    font-weight: bold;
}

#gotop2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #ebebeb;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#gotop2:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

ul.no-bullets {
    list-style-type: none;
    /* Remove bullets */
    padding: 0;
    /* Remove padding */
    margin: 0;
    /* Remove margins */
}

#ul_top_hypers li {
    display: inline;
}

.ot-floating-button__front {
    display: none !important;
}

.pl-12px {
    padding-left: 12px;
}

#gotop:hover {
    background: rgb(64, 126, 201);
    background: rgba(64, 126, 201, 0.9);
}

#gotop:hover i {
    color: #fff;
    top: 5px;
}

#gotop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(64, 126, 201);
    background: rgba(64, 126, 201, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#gotop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18.5px;
    top: 13px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-angle-up:before {
    content: "\f106";
}

.acn-blue-btn {
    background-color: #0a467b;
    color: white;
    border-color: #0a467b;
    border-radius: 0px;
}

a.acn-blue-btn:hover {

    background-color: #407EC9;
    color: white;
    border-color: #407EC9;

}

a.btn {
    background-color: #0A467B;
    color: white;
    border-color: #0A467B;
}

a.btn:hover {
    background-color: #407EC9;
    color: white;
    border-color: #407EC9;
}

@media (max-width: 992px) {
    h2 {
        font-size: 20px !important;
    }

    h2>span {
        font-size: 20px !important;
    }

    .telus-link {
        font-size: 18px;
        color: #212529;
    }
}

@media (min-width: 993px) {
    .telus-link {
        font-size: 20px;
        color: #212529;
    }
}

a.disabled-link {
    background-color: #f2f2f2;
    color: #212529;
    border-color: #0A467B;
    min-width: 200px;
}


.background-grey {
    background-color: #f6f6f6;
}

.telus-product-title {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
}

.card-text {
    font-size: 16px;
    color: #212529;
}



.telus-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-color: #dddddd;
}

.telus-link {
    border-radius: 0px !important;
    font-weight: 500;
    border-color: #dedede;
}

.telus-link.active {
    background-color: #407ec9 !important;
}

.telus-service-title {
    font-size: 18px;
    font-weight: bold;
}

.telus-service-p {
    font-size: 16px;
}

.telus-link:not(.active) {
    background-color: white;
    border-color: #dedede;
    border-style: solid;
    border-width: 0.5px;
    border-bottom-width: 2px;
    border-radius: 0px;
}

.telus-link:not(.active):hover {
    background-color: white;
    border-bottom-color: #407ec9;
    border-style: solid;
    border-bottom-width: 2px;
    border-radius: 0px;
}

.card {
    border-color: #dedede;
}

#gotop:hover i {
    color: #fff;
    top: 5px;
}

#gotop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(64, 126, 201);
    background: rgba(64, 126, 201, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#gotop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 18.5px;
    top: 13px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fa-angle-up:before {
    content: "\f106";
}

media (max-width: 1299.98px) {
    .mw-lg-50 {
         max-width: 100%;
    }
}
