/*** HEADER ***/

.content {
    padding: 80px 0px;
}

.content h2 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 0px;
}

.content h2 svg {
    width: 24px;
    margin-top: -10px;
}

.content p {
    color: #767676;
    font-size: 20px;
    line-height: 32px;
}

.nav-tabs li {
    margin-right: 30px;
}

.nav-tabs li a {
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 0px;
    font-size: 18px;
    min-width: 145px;
    text-align: left;
    color: #000 !important;
    border: none !important;
    border-bottom: 3px solid transparent;
}

.nav-tabs li a:hover {
    background: none;
}

.nav-tabs li.active .nav-link {
    border-bottom: 3px solid #F04C23 !important;
}

.nav-tabs li.active.show .nav-link, .nav-tabs li.active .nav-link {
    color: #000;
    font-weight: bold;
    background: none;
    border-color: #F04C23;
}

.content .bdr {
    border-bottom: 1px solid #C4C4C4;
}

.tab-pane thead th:first-child {
    border: none;
}

.tab-pane thead th {
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    border-radius: 8px 8px 0 0;
    margin: 0 1px;
}

.header-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    color: black;
    position: relative;
    text-align: center;
}

.tab-pane thead {
    display: table-header-group;
    top: 0px;
    background-color: white;
    padding-top: 15px;
    z-index: 999;
}

.tab-pane tbody h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0px;
}

.tab-pane tbody tr[data-toggle="collapse"] {
    margin-bottom: 10px;
}

.tab-pane tbody h4 span {
    font-size: 18px !important;
    font-weight: 400 !important;
}

.tab-pane thead tr,
.tab-pane tbody tr {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tab-pane tbody tr.collapse {
    display: none;
}

.tab-pane tbody tr.collapse.in {
    display: flex;
}

.tab-pane thead th:nth-child(3) .header-card {
    border-color: #0E8754;
}

.tab-pane h3 {
    font-size: 24px;
    line-height: 23px;
    color: #F04C23;
    font-weight: bold;
    margin-bottom: 0px;
}

.tab-pane table img {
    border-radius: 24px;
    border: 2px solid #F04C23;
    width: 22px;
    height: 22px;
    padding: 3px;
}

.tab-pane h3 span {
    font-size: 16px;
}

.price-wrapper h5 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
    margin: 30px 0px;
}

.price-wrapper h5 span {
    font-weight: 500;
    font-size: 12px;
}

.tab-pane thead th, .tab-pane thead th, .tab-pane tbody td, .tab-pane tbody th {
    width: 24%;
    vertical-align: top;
}

.tab-pane .get-btn {
    display: inline-block;
    position: relative;
    border: 1px solid #F04C23;
    color: #fff;
    font-size: 16px;
    border-radius: 52px;
    line-height: 55px;
    min-width: 100px;
    padding: 0px 25px;
    background: #F04C23;
    margin-bottom: 15px;
}

.tab-pane .get-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.tab-pane .get-btn.green {
    background: #087C4E;
    border-color: #087C4E;
    color: #fff;
}

.details {
    margin-top: 30px;
    text-align: left;
}

.details > div {
    border-bottom: 1px solid #DFDFDF;
    padding: 12px 40px;
}

.details > div img {
    margin-right: 9px;
}

.details p {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: #000;
    font-weight: 400;
}

.js-btn-tooltip {
    border-bottom: 1px dashed #000000;
}

.t-linethrew {
    text-decoration: line-through;
}

.opa p {
    opacity: 0.25;
}

.opa p span {
    text-decoration: line-through;
}


.tab-pane tbody th {
    padding-left: 32px;
    padding: 16px;
    padding-right: 16px;
    padding-left: 35px;
    font-size: 15px;
    color: black;
}

.tab-pane tbody td {
    text-align: center;
    font-size: 15px;
    color: black;
    padding: 15px 10px;
    border: 1px solid #C4C4C4;
    /* border-right: 1px solid #C4C4C4; */
    margin: 0 1px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-pane tbody td.no-border {
    border: 0px;
    padding: 0px;
}

.tab-pane tbody tr {
    background-color: #F2F2F2;
}

.tab-pane tbody tr:nth-child(odd) {
    background-color: #fff;
}

.icr {
    margin: 0 3px 0 -22px;
}

.tab-pane tbody tr:last-child td {
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid #C4C4C4;
}

.seebtn {
    display: inline-block;
    margin-top: 40px;
    color: #000;
    font-size: 24px;
    letter-spacing: -.04em;
    font-weight: 500;
}

.seebtn:hover {
    color: #000;
}

.seebtn .fa {
    background: #000;
    color: #fff;
    padding: 6px 8px;
    display: inline-block;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 10px;
}

.aftershow h4 {
    font-size: 22px;
    line-height: 24px;
    color: black;
    font-weight: 600;
    margin-bottom: 0px;
}

.tab-pane tbody th.title {
    padding-left: 10px;
}

.aftershow.hide {
    display: none !important;
}

.tab-pane .ttr h6 {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}

.tab-pane .ttr .btns {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    border-radius: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.tab-pane .ttr .btns a {
    border-radius: 32px;
    padding: 8px 29px;
    margin: 4px;
    display: inline-block;
}

.tab-pane .ttr .btns a:hover,
.tab-pane .ttr .btns a.active {
    background-color: #078855;
    color: #fff;
}

#tab4 thead th:first-child {
    width: 100%;
    vertical-align: top;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    border-radius: 8px 8px 0 0;
}

#tab4.tab-pane tbody td {
    width: 100%;
}

#tab4.tab-pane tbody tr {
    background: #fff;
}

#tab4.tab-pane tbody tr:nth-child(odd) {
    background: #F2F2F2;
}


#tab4.tab-pane tbody td div {
    text-align: left;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}

#tab4.tab-pane tbody td div img {
    margin-right: 14px;
}

#tab4.tab-pane h3 span {
    font-weight: 400;
}

#tab4.tab-pane .labi {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 8px 2px 8px;
    background: linear-gradient(85.64deg, #A875FC 5.58%, #FF3A65 99.38%);
    border-radius: 4px;
    margin: auto;
    margin-top: 16px;
    color: #fff;
    font-weight: 400;
}

#tab4.tab-pane .header-card {
    padding-top: 85px;
    padding-bottom: 15px;
}

#tab4.tab-pane .price-wrapper h5 {
    margin: 18px 0px;
}

#tab4.tab-pane .fts h5 em {
    background: linear-gradient(85.64deg, #A875FC 5.58%, #FF3A65 99.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

#tab4.tab-pane .infos {
    border: 0.5px solid rgb(196, 196, 196);
    border-radius: 4px;
    text-align: left;
    margin: 0px 11px 25px 11px;
    padding: 0 9.25px 0 9.25px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.rts {
    border: 1px solid rgb(196, 196, 196);
    padding: 4px;
    display: flex;
    float: right;
    padding: 4px;
    margin-top: 12px;
    border-radius: 32px;
}

.rts a {
    display: inline-block;
    border-radius: 100px;
    padding: 2px 24px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    font-size: 14px;
    position: relative;
}

.rts a span {
    margin: 0px;
    line-height: 15px;
    color: rgb(6, 114, 239);
    font-size: 10px;
    letter-spacing: -0.01em;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 25%;
    top: -26px;
    border-radius: 4px;
    padding: 4px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(196, 196, 196);
}

.rts a:hover,
.rts a.active {
    background: rgb(54, 54, 54);
    color: #fff;
}

.header-with-topbar + section.cart-section {
    padding: 200px 0px 120px 0px !important;
}

.cart-section h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    margin-bottom: 35px;
}

.cart-section p {
    color: rgb(100, 112, 114);
    font-size: 16px;
    line-height: 1.71429;
}

.cart-section label {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.cart-section label + label {
    margin-left: 20px;
}

.cart-section select {
    width: 90%;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding-left: 19px;
    box-sizing: border-box;
    height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 32px;
    margin-right: 10px;
    font-size: 16px;
}

.cart-section .icon {
    font-size: 18px;
}

.cart-section hr {
    border-top: 1px solid #d4d7d8;
    margin: 25px 0px;
}

.cart-section .radi label {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 6px;
    cursor: pointer;
}

.cart-section .radi input {
    height: 100%;
    width: 100%;
    border: 1px solid #d4d7d8;
    background-color: rgba(255, 255, 255, .1);
    font-family: CiscoSansTT, "CiscoSansTT Regular", Arial, Helvetica, Sans-serif;
    font-weight: 300;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

.cart-section .radi input:checked {
    background: #fbdad2;
    border-color: #F04C23;
}

.cart-section .radi span {
    display: inline-block;
    width: 100%;
}

.cart-section .radi .save {
    height: 30px;
    width: 148px;
    border-radius: 4px;
    background-color: #F04C23;
    position: absolute;
    top: -0.9375rem;
    left: 50%;
    transform: translateX(-74px);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09375rem;
    line-height: 30px;
    text-align: center;
}

.cart-section .radi .pln {
    font-size: 20px;
    line-height: 15px;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 0.9375rem;
}

.cart-section .radi .pric {
    display: flex;
    height: 3.8125rem;
    justify-content: center;
    align-items: center;
}

.cart-section .radi .pric {
    font-size: 36px;
    font-weight: 300;
}

.cart-section .radi .pric span {
    color: #647072;
    font-size: 14px;
    line-height: 6px;
    padding: 0.25rem;
    width: auto;
    text-align: left;
    line-height: 14px;
    margin-left: 6px;
}

.cart-section .radi .ppyer {
    color: #647072;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
}

.cart-section h4 {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
}

.cart-section h4 a {
    color: #000;
    font-weight: 400;
    float: right;
}

.cart-section h4 a .fa {
    color: #00a0d1;
    margin-right: 5px;
}

.cart-section .right h2 {
    color: #292929;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.cart-section .right hr {
    border-top: 0.0625rem dashed #656565;
    margin: 20px 0px;
}

.cart-section .right span {
    color: #292929;
}

.cart-section .right .cgrey {
    color: #647072;
}

.cart-section .submit {
    background-color: #F04C23;
    border-radius: 40px;
    height: 56px;
    width: 100%;
    color: #fff;
    padding: 0.875rem 1.625rem;
    font-size: 16px;
    border: 0px;
}

.cart-section .tax {
    color: #005e7d;
    font-size: 16px;
    line-height: 1.125rem;
    margin-top: 60px;
}

.cart-section .prm a {
    color: #005e7d;
}

.cart-section h5 {
    font-size: 16px;
    color: #292929;
}

/** New Css Add **/
.mt-5 {
    margin-top: 48px !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0px !important;
}

.float-right {
    float: right !important;
}

.business-internet-hero-new video {
    height: calc(100vh - 110px);
    position: relative;
    width: 100%;
    object-fit: cover;
}

.business-internet-hero-new .hero-text {
    width: 100%;
}

.c-black {
    color: #1b2021 !important;
}

img.border-radius {
    border-radius: 20px !important;
}

.help-center h2, .help-center h5, .device-addons h2, .device-addons h5, .stats h2, .stats h5 {
    color: #212529;
}

.help-center h2 span, .device-addons h2 span, .stats h2 span {
    color: #F04C23;
}

.help-center p, .device-addons p, .stats p {
    color: #767676;
    font-size: 20px;
    line-height: 32px;
}

.help-center h5, .device-addons h5, .stats h5 {
    font-size: 28px;
}

.stats h5, .stats h2 {
    margin-bottom: 10px !important;
    color: #fff;
}

.stats p {
    font-size: 16px !important;
    color: #fff;
}

.stats h2 span {
    color: #fff;
}

.stats {
    background: #F04C23;
}

button.orange-outline:hover {
    color: #fff !important;
    background: #F04C23;
}

.stores-app img {
    width: 46%;
    display: inline-block;
    margin: 1%;
}

/** Phones Section***/

.phones {
    padding: 128px 0px;
    background-color: black;
}

.phones h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 700;
}

.phones h4 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 700;
}

.phones p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: rgb(129, 129, 129);
    margin: 15px 0px;
}

.phones button {
    color: #fff !important;
}

.phones a.btn-info:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(https://mwdemos.ca/selectcomTelecom/final/img/arrow-right.png) right center no-repeat;
    right: -20px;
    top: 0px;
    background-size: 50%;
}

.phones .images-link {
    cursor: pointer;
}

.phones .images-link img {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}

.phones .images-link:hover img {
    transform: scale(1.1);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.black-card {
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(270deg, rgb(25, 25, 25), rgb(25, 25, 25));
    color: rgb(129, 129, 129);
    padding: 32px;
    height: 100%;
}

.mt-6 {
    margin-top: 30px;
}

.bottom-text {
    position: absolute;
    bottom: 100px;
    left: 0px;
    padding: 0px 45px;
}

.pb-6 {
    padding-bottom: 100px;
}

.phones .images-link:hover a.btn-info {
    border-bottom: 1px solid #F04C23 !important;
}

.img-content {
    overflow: hidden;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.works-well {
    background: #191919;
}

.works-well h2, .works-well p, .works-well a {
    color: #fff !important;
}

tr.arrowstyle {
    position: relative;
    padding: 0px 15px;
}

.tab-pane tbody tr.arrowstyle th.title h4 {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

tr.arrowstyle:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 19px;
    right: 19px;
    font-size: 28px;
    color: #000;
    z-index: 999;
}

tr.arrowstyle.collapsed:before {
    content: "\f107";
}

.tab-pane table img.noborder {
    border: 0px;
    border-radius: 0px;
}

tr.smallfont td {
    font-size: 12px;
    text-align: left !important;
}

tr.smallfont td hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.scanstyle {
    background: #f7f7f7;
    border-radius: 8px;
    padding-top: 45px;
    filter: drop-shadow(2px 4px 6px #ccc);
}

.stores-app a img {
    height: 55px;
    width: auto;
}

.help-center .scanstyle h5 {
    margin-top: 25px;
}

.tab-pane table tr.smallfont img {
    border-radius: 26px;
    border: 2px solid #F04C23;
    width: 26px;
    height: 26px;
    padding: 5px;
    float: left;
    margin-right: 5px;
}

.business-internet-hero-new .hero-text {
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: calc(100% - 110px);
    display: flex;
    align-items: center;
}

.business-internet-hero-new {
    position: relative;
    padding: 0px !important;
}
