:root {
    --accent-color: #F04C23;
    --trans: 0.3s all ease;
}

.cart h1, .cart h2, .cart h3, .cart h4, .cart h5 {
    color: #000;
    line-height: 1.4;
}

.cart .card {
    position: relative;
    padding: 5px;
    color: #000;
    min-height: 250px;
    text-align: center;
}

.cart .plans-box .card {
    width: 25%;
}

.devices-card-ctn {
    overflow-x: scroll;
}

.cart .phones .card {
    width: 50%;
}

.cart .card:last-child {
    margin: 0;
}

.cart .box:not(.phones) input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    position: absolute;
    box-shadow: 7px 7px 15px rgba(2, 28, 53, 0.08);
    cursor: pointer;
    outline: none;
    left: 0;
    top: 0;
}

.cart .box:not(.phones) input[type="radio"]:before {
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #f9fafd;
    border: 1px solid #e2e6f3;
    border-radius: 50%;
    top: 15px;
    right: 15px;
}

.cart .box:not(.phones) input[type="radio"]:after {
    content: "";
    position: absolute;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border-radius: 50%;
    top: 20px;
    right: 19px;
}

.cart .box:not(.phones) label {
    position: relative;
    margin: 20px;
    cursor: pointer;
    z-index: 2;
    height: 100%;
}

.cart .box h5 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.cart .box h2 {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}

.cart .box span {
    font-weight: 400;
    font-size: 15px;
}

.cart .box span.sign {
    font-size: 25px;
    font-weight: 600;
}

.cart .box input[type="radio"]:hover {
    transform: scale(1.05);
}

.cart .box input[type="radio"]:checked, .modal-body.cart .form-check-input {
    border: 3px solid #F04C23;
}

.cart .box input[type="radio"]:checked:after {
    background-color: #478bfb;
}

.flexbox-devices {
    display: flex;
    width: 1000px;
    margin-bottom: 10px;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
}

.cart .box .compare a {
    text-decoration: underline;
}

.cart {
    background: #f5f5f5;
    padding: 0 0 70px 0;
    margin-top: 0;
    position: relative;
}

.cart .box {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}

.bigger-container {
    max-width: 1400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.cart .box .title h3 span {
    border-radius: 100%;
    height: 35px;
    width: 35px;
    text-align: center;
    margin-right: 10px;
    border: none;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.cart .addons .option h3 span.number {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    border: none;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: var(--accent-color);
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.cart .box .title h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
}

.cart h1 {
    color: #000;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 10px;
}


.modal {
    text-align: center;
}

#card3 {
    background: #ee4a2c;
}

#card3 h5, #card3 h2, #card3 a, #card3 button, #card3 input {
    color: white;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: "";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-title {
    font-size: 27px;
    color: #000;
    font-weight: bold
}

.cart .stepper {
    width: 170px;
}

.cart .stepper input {
    border: 1px solid #ccc;
    font-size: 18px;
    border-right: none;
    border-left: none;
    background: transparent;
}

.cart .stepper .input-group-btn {
    border: 1px solid #ccc;
    min-width: 40px;
    text-align: center;
}

.cart .stepper .input-group-btn.plus {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cart .stepper .input-group-btn.minus {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cart .priceBox {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*.cart .priceBox span {
    display: block;
}*/

.cart .priceBox span.title {
    font-weight: 600;
}

.cart .stepper .input-group-btn button {
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
    font-size: 18px;
    width: 100%;
    color: black !important;
}

.cart .summary.fixed {
    position: sticky;
    top: 10vh;
    z-index: 99;
}

.cart .summary a {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #000;
}

.cart .summary a span, .cart .summary .flexbox div span {
    text-align: right;
    line-height: 1.2;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.small, .small span {
    color: #6f6f6f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.cart .summary a span small, .cart .summary .flexbox div span small {
    display: block;
    font-size: 11px;
}

.cart .summary .divider {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.cart .summary .bigger-divider {
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
}

.cart .summary .flexbox {
    justify-content: space-between;
    align-items: center;
}

.cart .summary .flexbox h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.cart .summary .flexbox p {
    margin: 0;
}

.promo form input {
    height: 50px;
    border-radius: 30px;
    outline: none;
    margin: 0;
    margin-right: 15px;
}

.promo form button {
    height: 50px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    width: 130px;
}

.cart .card .phone, .cart .card .plan {
    box-shadow: 7px 7px 15px rgba(2, 28, 53, 0.08);
    border-radius: 15px;
    border: 1px solid #d1d1d1;
    padding: 15px;
    transition: var(--trans);
}

.cart .card .phone {
    display: flex;
    flex-direction: column;
    min-height: 340px;
}

.cart .card .phone .img {
    flex-grow: 1;
}

.cart .card .phone:hover {
    /*transform: scale(1.05);*/
}

.cart p {
    margin-bottom: 1rem;
}

.cart .box .text h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart .box .inner-title h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4;
}

.cart .box .inner-title {
    margin-top: 20px;
}

.cart .box.disabled {
    background: #ccc;
    user-select: none;
}

.cart .card .phone .price span {
    font-size: 20px;
    font-weight: 600;
}

.cart .summary .checkout {
    margin-top: 40px;
}

.checkout__button {
    width: 100%;
    display: block;
    outline: none;
    background: #F04C23;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: var(--trans);
}

.checkout__button:hover, .checkout__button:focus {
    background: #000;
}

.cart .phone .stepper {
    width: 100%;
    margin-top: 25px;
}

.cart .form-group {
    margin: 0;
}

.cart .box .phone h5 {
    margin: 15px 0;
}

.cart .box .phone .img img {
    height: 130px;
    width: 100%;
    object-fit: contain;
}

.cart .installations .details, .cart .licenses .details {
    margin-top: 20px;
}

.cart .installations .details p, .cart .licenses .details p {
    font-size: 14px;
}

.cart .addons .option {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.cart .addons .option.selected {
    background: var(--accent-color);
    border-color: var(--accent-color);
    color: #fff;
}

.cart .addons .option.selected h3, .cart .addons .option.selected .price {
    color: #fff;
}

.cart .addons .option h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.cart .addons .option h3 small {
    display: block;
    margin-left: 30px;
}

.cart .addons .option p span {
    display: block;
}

.cart .addons .price {
    margin-top: 20px;
}

.cart .addons .option .price {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.cart .phones label, .modal-body.cart .form-check-label {
    background: #fff;
    height: 43px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 30px;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    max-width: 200px;
    max-width: fit-content;
    padding: 15px 20px;
    margin-right: 10px;
    min-width: 180px;
    margin-left: 0;
}

.cart .phones .options {
    margin-top: 30px;
}

.cart .phones .options input, .modal-body.cart .form-check-input {
    width: 20px;
}

.cart .phones .options label:has(input[type="radio"]:checked), .modal-body.cart label:has(.form-check-input:checked) {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

.modal-body.cart {
    background: #fff;
    padding: 30px;
    margin-top: 0;
}

.cart .plans-box .stepper {
    margin-top: 20px;
}

.modal-body.cart .form-control {
    height: 43px;
    outline: none;
    border-radius: 30px;
    color: #000;
    border-color: #ddd;
    box-shadow: none;
}

.modal-body.cart label {
    margin-left: 10px;
    color: #000;
}

.modal-body.cart #btn label {
    margin: 0;
    margin-right: 10px;
}

.cart .addons .option p {
    margin: 0;
}

section {
    overflow: visible !important;
}

.cart .summary {
    max-height: 85vh;
    overflow-y: auto;
}

.cart .summary::-webkit-scrollbar {
    width: 4px;
}

.cart .summary::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart .summary::-webkit-scrollbar-thumb {
    background: var(--accent-color);
}

.myTooltip {
    outline: none;
    background: transparent;
    border: none;
    box-shadow: none
}

.cart .addons .option div:first-child {
    flex-basis: 70%;
}

.round-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;
}

.round-btn:hover, .round-btn:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}

.download-section .btn-wrapper a:first-child {
    margin-right: 15px;
}

.download-section .btn-wrapper a i {
    margin-left: 8px;
}

.download-section .btn-wrapper {
    margin: 40px 0;
}

.download-section .text p {
    font-size: 18px;
}

.download-section .text a {
    text-decoration: underline;
}

.plans .inner p, .plans .inner span {
    color: #000;
}

.plans .inner ul li span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.plans .inner ul li p {
    font-size: 12px;
    margin: 0;
    margin-left: 20px;
    line-height: 1.6;
}

.plans .inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 462px;
}

.plans .inner ul li {
    margin-bottom: 15px;
    text-align: left;
}

.plans .inner ul li:before {
    content: '✓';
    float: left;
    margin-right: 8px;
    font-weight: 600;
    color: #000;
}

.plans .inner .plan__price {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
    line-height: 1;
}

.plans .inner .plan__price small {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: block;
}

.plans .plan-row {
    margin-top: 40px;
}

.plans .inner .plan__title {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.plans .inner {
    padding: 30px 25px;
    border-radius: 15px;
    border: 1px solid #ccc;
    text-align: center;
}

.plans .inner.highlight {
    background: var(--accent-color);
    filter: drop-shadow(2px 4px 6px #ccc);
    border-color: var(--accent-color);
}

.plans .inner.highlight ul li span, .plans .inner.highlight ul li p, .plans .inner.highlight .plan__price,
.plans .inner.highlight ul li:before, .plans .inner.highlight .plan__price small, .plans .inner.highlight .plan__title,
.plans .inner.highlight .underline a {
    color: #fff;
}

.plans .inner.highlight .round-btn {
    border-color: #fff;
}

.plans .inner.highlight .round-btn:hover, .plans .inner.highlight .round-btn:focus {
    border-color: #000;
}

.custom-container {
    max-width: 1600px;
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
}

.plans .inner .btn-wrapper {
    margin-top: 20px;
}

.plans .inner ul li:last-child {
    margin-bottom: 0;
}

.plans .inner .underline a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.plans .inner .underline {
    margin-left: 10px;
    margin-top: 30px;
}

.plansPage {
    margin: 60px 0;
}

header {
    z-index: 999 !important;
}

.modal-xl {
    max-width: 1200px;
    width: 100%;
}

#comparePlans .modal-body {
    margin: 20px;
}

.tab-pane tbody tr.arrowstyle + tr td {
    border: none;
}

a.orange-outline {
    border: solid #F04C23 1px;
    background: transparent;
    color: white;
    border-radius: 10px;
    font-weight: 800;
    padding: 10px 20px;
    display: inline-block;
}

.nice-link {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    transition: 0.4s all ease;
}

.nice-link i {
    vertical-align: middle;
    font-size: 12px;
}

.nice-link:hover, .nice-link:focus {
    text-decoration: underline;
}

.nice-link-border {
    border: solid #000 1px;
    background: transparent;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
}

.nice-link-border:hover {
    border: solid #F04C23 1px;
}

.plans.content .btn-wrapper, #comparePlans .btn-wrapper {
    margin-top: 30px;
}

.phones .btn-wrapper {
    margin-top: 40px;
}

.business-internet-hero-new .hero-text p {
    font-size: 20px;
    line-height: 1.6;
}

/* HEADER PICTURE */
.section-header {
    background: #f5f5f5;
    padding-bottom: 80px;
}

.cart-banner-img-ctn {
    position: relative;
    width: 100%;
    min-height: 375px;
}

.cart-banner-img {
    padding-bottom: 31%;
}

.cart-banner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.cart-header-title {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.cart-header-title h1 {
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.cart-header-title p {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

/* SUMMARY ROUND NUMBERS */
.summaryPlanName {
    display: flex;
}

.roundNumbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: #000;
    color: #fff;
}

/* SECTION 4-5-6 STYLING */
.heightMax {
    height: 100%;
}
.titleIcon {
    width: 50px;
    height: 50px;
}

.internetTopCtn h5 {
    font-style: italic;
    color: #ee4a2c;
}

.lteTitle {
    font-size: 20px;
}

.redLine {
    height: 2px;
    width: 50%;
    margin: auto;
    background: #ee4a2c;
}

.internetSpecCtn {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.internetSpec p {
    font-size: 13px;
}

.internetSpec p strong {
    color: #ee4a2c;
}

.priceCtn {
    margin-bottom: 15px;
}

.monthlyRecurringText p {
    font-size: 8px;
}

.googleSpecs {
    margin-top: 20px;
}

.googleSpecsList {
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

.googleSpecsList li {
    margin-bottom: 13px;
    line-height: 15px;
}

.contactSaleBtnCtn {
    margin-bottom: 15px;
}

.contactSaleBtnCtn a {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.subSummaryOptions {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #000;
}

#internetPlan .subSummaryOptions span,
#microsoftPlan .subSummaryOptions span,
#googlePlan .subSummaryOptions span {
    text-align: right;
    line-height: 1.2;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

#internetPlan .subSummaryOptions .small,
#microsoftPlan .subSummaryOptions .small,
#googlePlan .subSummaryOptions .small {
    display: block;
}

/* RED CARD STYLING */
.redCard {
    background-color: #ee4a2c;
}

.redCard p,
.redCard p strong,
.redCard h2,
.redCard h5,
.redCard button,
.redCard input {
    color: #fff;;
}

.whiteLine {
    height: 2px;
    width: 50%;
    margin: auto;
    background: #fff;
}


.redCard .googleContentCtn .googleSpecsList li:before {
    content: '✓';
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
}

.redCard .googleSpecsList {
    color: #fff;
}

.redCard .contactSaleBtnCtn a {
    color: #fff;;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}
