.navbar .order-btn,
.navbar .order-btn:focus {
    padding: 9px 24px;
    font-weight: 400;
    color: #fff
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

#header,
.navbar-mobile,
section {
    overflow: hidden
}

#topContent,
.announcement {
    color: #fff;
    font-size: 14px
}

.announcement,
.navbar-mobile {
    position: fixed;
    top: 0;
    z-index: 999
}

.services .icon-box {
    text-align: left
}

.accessnum,
.announcement,
.featured-box_header,
.internet-faq .box,
.plans-tile_item,
.section-title {
    text-align: center
}

.btn-link-or,
.com-head {
    text-transform: capitalize
}

#footer .footer-top .footer-contact h3,
#header .logo,
.about-us .content h2,
.hero-text a,
.hero-text h1,
.navbar a,
.navbar a:focus,
.plans-tile_item-title,
.price,
.section-title h2,
.skills .progress .skill,
footer h4 {
    text-transform: uppercase
}

.phone-btn,
a {
    text-decoration: none
}

body {
    background-color: #fff;
    font-family: Quicksand, Sans-serif !important;
    color: #343940
}

a {
    color: inherits
}

hr {
    color: #d0d0d0;
    margin: 0
}

.inner {
    display: inline-block
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.announcement {
    width: 100%;
    background: #0086ca;
    margin: 0;
    padding: 10px 0;
    vertical-align: middle
}

.announcement p,
.plans-tile_item-price .price {
    margin: 0
}

#header {
    background: #fff;
    z-index: 997;
    padding: 20px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    width: 100%
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky+main {
    padding-top: 60px
}

#topContent {
    background: #119ee7;
    padding: 5px 0
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .5px
}

#header .logo a {
    color: #111
}

#header .logo img {
    max-height: 40px
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative;
    padding: 10px 0
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: .3s;
    color: #000;
    letter-spacing: .05em;
    text-transform: uppercase
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.primary-text {
    color: #119ee7
}

.navbar .order-btn {
    background-color: #0086ca !important;
    border-radius: 100px;
    border: none;
    margin-left: 30px;
    min-width: 90px
}

.navbar .order-btn:hover {
    color: #fff
}

.mobile-nav-toggle {
    color: #119ee7;
    font-size: 40px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .25s ease-in-out;
    transform: rotate(0)
}

.navbar-mobile {
    right: 0;
    left: 0;
    bottom: 0;
    transition: .3s
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 55px;
    right: 15px;
    transform: rotate(-90deg);
    transition: .25s ease-in-out
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 110px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    border-top: 1px solid #d0d0d0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111;
    justify-content: center
}

.navbar-mobile li {
    border-bottom: 1px solid #d0d0d0;
    width: 20rem;
    margin: auto
}

.hero {
    height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-text {
    font-family: Poppins, sans-serif;
    height: 100%;
    align-content: center;
    color: #111;
    text-align: left
}

.hero-text h1 {
    font-size: 60px;
    font-weight: 600;
    margin: auto auto 8px;
    width: auto;
    color: #119ee7
}

.hero-text a {
    color: #119ee7;
    transition: .3s;
    border-bottom: 1px solid #119ee7;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .42em
}

.hero-img {
    width: 600px
}

@media only screen and (max-width:768px) {
    .hero-text h1 {
        font-size: 3rem
    }

    .hero-img {
        width: 350px
    }
}

@media only screen and (max-width:480px) {
    .hero-text h1 {
        font-size: 2rem
    }

    .hero-img {
        width: 350px
    }
}

section {
    padding: 60px 0
}

.section-bg {
    background-color: #f7f7f7
}

.section-title {
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: #119ee7
}

.section-title p {
    margin: auto auto 40px;
    font-weight: 500;
    max-width: 635px;
    color: #939393
}

.services .icon-box {
    padding: 30px;
    border-radius: 15px;
    color: #000;
    box-shadow: none;
    background: #f5f5f5
}

.services .icon-box i {
    font-size: 50px;
    transition: .3s ease-in-out;
    color: #119ee7
}

.services .icon-box h4 {
    font-weight: 600;
    margin: 4px 0 8px;
    font-size: 22px
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.about-us .content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 20px
}

.about-us .content h3 {
    font-weight: 500;
    line-height: 32px;
    font-size: 24px
}

.about-us .content ul {
    list-style: none;
    padding: 0
}

.about-us .content ul li {
    padding: 10px 0 0 28px;
    position: relative
}

.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #119ee7
}

.about-us .content p:last-child {
    margin-bottom: 0
}

.skills .progress {
    height: 60px;
    display: block;
    background: 0 0;
    border-radius: 0
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px;
    display: block;
    font-weight: 600;
    color: #111
}

.skills .progress .skill .val {
    float: right;
    font-style: normal
}

.skills .progress-bar-wrap {
    background: #e7e7e7
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #119ee7
}

.btn-link-or,
.contact .info {
    background: #fff
}

.contact .info i,
.next-page i,
.prev-page i {
    font-size: 20px;
    height: 44px;
    display: flex;
    transition: .3s
}

.contact .info-wrap {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 1rem
}

.contact .info i {
    color: #119ee7;
    float: left;
    width: 44px;
    border: 1px solid #119ee7;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444
}

#footer .social-links a:hover,
.contact .info:hover i,
.home:hover,
.next-page:hover i,
.prev-page:hover i,
.print:hover {
    background: #119ee7;
    color: #fff
}

.calling-features .icon-box,
.prepaid-features .icon-box {
    padding: 20px;
    background: #f5f5f5;
    transition: .3s ease-in-out;
    display: flex
}

.contact .form .form-group {
    padding-bottom: 8px
}

.contact .form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .form .error-message br+br {
    margin-top: 25px
}

.contact .form .input-group {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 5px;
    border: 1px solid #dee2e6
}

.contact .form input,
.contact .form textarea {
    font-size: 14px;
    resize: none;
    border: none
}

.form-control:focus {
    border: 1px solid #dee2e6;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.contact .form span {
    font-size: 14px;
    border: none;
    padding: 11px 0 11px 16px;
    background-color: #fff;
    color: #119ee7
}

.contact .form button[type=submit],
.order button[type=submit] {
    background-color: #0086ca !important;
    border-radius: 100px;
    border: none;
    padding: 10px 35px;
    margin-left: 20px;
    color: #fff;
    font-weight: 600
}

.g-recaptcha {
    margin-top: 1rem
}

.internet-faq .box img {
    margin-bottom: 1rem
}

.calling-features .icon-box {
    border-radius: 8px;
    flex-direction: column
}

.calling-features .icon-box i,
.prepaid-features .icon-box i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #119ee7
}

.calling-features .icon-box h3 {
    font-weight: 700;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    margin: 12px 0 10px
}

.calling-features .icon-box h3 a {
    color: #111;
    transition: .3s ease-in-out
}

.calling-features .icon-box p,
.prepaid-features .icon-box p {
    margin: 0;
    font-size: 15px
}

.phone-connection .container img {
    width: 1000px;
    margin: auto
}

.pricing select {
    background-color: #fff;
    width: 880px;
    border-radius: 9999px;
    padding: 9px 20px;
    border: 1px solid #ededed;
    outline: 0
}

.pricing .rate {
    margin-bottom: 0;
    font-size: 30px;
    color: #119ee7
}

.prepaid-features .icon-box {
    border-radius: 8px;
    flex-direction: row
}

.next-page,
.prev-page {
    background: #fff;
    border: none;
    margin-top: 2rem;
    padding: 0
}

.next-page i,
.prev-page i {
    color: #119ee7;
    width: 44px;
    border: 1px solid #119ee7;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.prev-page,
.print {
    float: left
}

.home,
.next-page {
    float: right
}

.order button[type=submit] {
    margin-top: 2rem;
    float: right;
    left: 45%;
    position: absolute;
    background-color: transparent !important;
    color: #119ee7;
    border: 1px solid #119ee7;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.order button[type=submit]:hover {
    background-color: #119ee7 !important;
    color: #fff
}

.order .form .form-control {
    transition: .3s
}

.order .form input,
.order .form select {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    font-size: 14px;
    resize: none;
    border-radius: 8px;
    padding: 10px 12px
}

.order .form input:disabled {
    background: #fff !important
}

.form-label {
    font-weight: 600
}

.form-select:focus {
    border: 1px solid #dee2e6
}

.order .form input[type=radio] {
    padding: revert
}

.order td:nth-child(2) {
    padding-left: 65px
}

#footer {
    color: #fff;
    font-size: 14px;
    background: #fbfbfb
}

#footer .footer-top {
    padding: 60px 0 0
}

.copyright {
    color: grey
}

#footer hr {
    width: 68%;
    margin: auto
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact h3 {
    font-size: 22px;
    margin: 0 0 10px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #6a6464
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: grey
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #6a6464;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 5px;
    color: #119ee7;
    font-size: 10px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    display: flex;
    align-items: center;
    padding: 12px 0
}

#footer .social-links a,
.phone-btn {
    justify-content: center;
    display: flex
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: grey;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #000
}

#footer .social-links {
    margin-top: 1rem;
    margin-left: 0
}

#footer .social-links a {
    font-size: 16px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 20px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
    align-items: center
}

.com-head {
    font-weight: 400;
    font-size: 36px;
    font-family: Quicksand !important
}

.btn-link-or {
    color: #119ee7;
    font-size: 16px;
    padding: 10px 30px;
    margin-top: 10px;
    font-weight: 600;
    margin-right: 15px
}

.btn-link-or:hover {
    background: #df2521;
    color: #fff
}

#section07 a {
    padding-top: 80px
}

#section07 a span {
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: 2s infinite sdb07;
    animation: 2s infinite sdb07;
    opacity: 0;
    box-sizing: border-box
}

#section07 a span:first-of-type {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

#section07 a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

#section07 a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.phone-btn {
    background: #119ee7;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 0 0 0 #000;
    transform: scale(1);
    animation: 2s infinite pulse;
    border: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 22px;
    width: 60px;
    height: 60px;
    align-items: center;
    display: none
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 #119ee7
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes sdb07 {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes sdb07 {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@media (max-width:991px) {

    .mobile-nav-toggle,
    .navbar-mobile ul,
    .phone-btn {
        display: block
    }

    .feature,
    .navbar .order-btn,
    .navbar ul {
        display: none
    }

    section {
        margin: 0 1rem !important
    }

    .pricing select {
        width: 335px
    }

    .pricing .rate {
        text-align: center;
        margin-top: 2rem
    }

    .social-links {
        padding-top: 0 !important
    }

    .footer-contact,
    .footer-links,
    .footer-newsletter {
        padding: 0 29px !important
    }
}

.list-group-item {
    padding: 20px 25px !important
}

.accessnum {
    margin-top: 40px;
    color: #939393
}

.accessnum a {
    color: #119ee7;
    font-weight: 700
}

.plans {
    position: relative;
    display: block
}

.plans-tile_container {
    color: #636b75
}

.plans-tile_item {
    background-color: #f5f5f5;
    border-radius: 15px;
    max-width: 364px
}

.plans-tile_item-header {
    padding: 22px 20px 7px;
    border-bottom: 1px solid #e2e2e2
}

.plans-tile_item-title {
    margin: 0;
    font-size: 38px;
    line-height: 1;
    color: #119ee7
}

.plans-tile_item-title-smaller {
    position: relative;
    top: -9px;
    font-size: 24px;
    color: #636b75
}

.plans-tile_item-content {
    padding: 17px 0 30px
}

.plans-tile_item-price {
    margin-bottom: 20px;
    padding: 0 20px 24px;
    border-bottom: 1px solid #e2e2e2
}

.plans-tile_item-price .price_value--dollars {
    font-size: 85px;
    font-weight: 600
}

.plans-tile_item-price .price_value--cents {
    font-size: 40px;
    line-height: 1;
    font-weight: 700
}

.plans-tile_item-price .price_period {
    margin: 1px 0 0 3px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    text-transform: none
}

.plans-tile_item-btn {
    margin: 15px auto 0
}

.plans-tile_item-btn .btn {
    min-width: 160px;
    border-radius: 1000px
}

.plans-tile_item-btn .btn-primary {
    background-color: #119ee7;
    border: none
}

.plans-tile_item-btn .btn-primary:active,
.plans-tile_item-btn .btn-primary:focus,
.plans-tile_item-btn .btn-primary:hover {
    background-color: #00aeef;
    border-color: #00aeef
}

.plans-tile_item-btn .btn--border {
    padding-top: 7px;
    padding-bottom: 7px
}

.plans-tile_item-btn .btn--border:active,
.plans-tile_item-btn .btn--border:focus,
.plans-tile_item-btn .btn--border:hover {
    color: #fff;
    background-color: #119ee7;
    border-color: #119ee7
}

.plans-tile_speed {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2
}

.plans-tile_speed-item {
    position: relative;
    padding-left: 49px;
    min-height: 40px;
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: 40px 40px
}

.plans-tile_speed-item-max {
    position: relative;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400
}

.plans-tile_speed-item-count {
    position: relative;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600
}

.plans-tile_speed-item-desc {
    position: relative;
    font-size: 14px;
    line-height: 19px
}

.plans-tile_info {
    position: relative;
    margin-top: 15px;
    width: 100%;
    font-size: 18px;
    line-height: normal;
    text-align: center
}

.plans-tile_features,
.price {
    text-align: left;
    position: relative
}

.plans-tile_info-recommended {
    position: relative;
    margin-bottom: 6px;
    font-weight: 600
}

.plans-tile_features {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0
}

.plans-tile_features-container {
    position: relative;
    padding: 0 15px
}

.plans-tile_features-item {
    position: relative;
    display: block;
    list-style: none;
    margin: 0 0 5px;
    padding: 0 0 0 23px;
    font-size: 16px;
    line-height: normal;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 15px 12px
}

.plans-tile_features-item,
.plans-tile_features-item b {
    font-weight: 400
}

.plans-tile_features-item .st-label--icon_info {
    z-index: 2;
    position: relative;
    display: inline-block;
    color: #636b75
}

.plans-tile_features-item .st-label--icon_info::after {
    margin-left: 0
}

.price--format_english .price_value--dollars::before {
    content: "$";
    font-size: .5em;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    line-height: 1em
}

.price--format_english .price_value--cents::before {
    content: "."
}

.price {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 15px;
    white-space: nowrap
}

.price_value--dollars {
    position: relative;
    display: inline-block;
    line-height: .8em;
    vertical-align: top
}

.featured-box .price__group,
.price_group {
    vertical-align: top;
    display: inline-block;
    margin-left: -1px
}

.featured-box {
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 296px;
    color: #636b75;
    border-radius: 15px;
    background: #f5f5f5
}

.featured-box .btn,
.support {
    text-align: center;
    color: #fff;
    text-transform: uppercase
}

.featured-box .btn,
.phone-btn {
    background-color: #119ee7
}

.featured-box_header h2 {
    margin: 12px 0 0;
    font-size: 25px;
    line-height: 1.1em;
    text-transform: uppercase
}

.featured-box_price {
    position: relative;
    margin: 15px 0 22px
}

.featured-box .price__value--dollars {
    font-size: 2.9em;
    position: relative;
    display: inline-block;
    line-height: .8em;
    vertical-align: top;
    font-weight: 500
}

.featured-box .price__value--cents {
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4em;
    font-weight: 600
}

.featured-box .price__value--dollars::before {
    content: "$";
    font-size: .5em;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    line-height: 1em
}

.featured-box .price__value--cents::before {
    content: "."
}

.featured-box .list.list-icons {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding-left: 0;
    padding-right: 0
}

.featured-box .list.list-icons li {
    display: block;
    margin-right: 0;
    border-width: 0;
    margin-bottom: 3px;
    padding: 0;
    display: flex;
    position: relative
}

.featured-box .list-quaternary li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    color: #777
}

.featured-box .price__period {
    font-size: .8em;
    margin-right: 0;
    margin-left: 5px;
    margin-top: -4px;
    line-height: 1em;
    max-width: 50px
}

.featured-box .pricing ul i {
    font-size: 23px;
    padding-right: 0
}

.featured-box .btn {
    margin: 12px 0 0;
    font-size: 14px;
    padding: 9px 17px;
    border: none;
    border-radius: 1000px;
    font-weight: 400
}

.support {
    position: relative;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    background: #0086ca;
    padding: 0 25px
}

.internet-support__link {
    display: inline-block;
    color: inherit;
    white-space: nowrap;
    line-height: 1.15em;
    text-decoration: none;
    border-bottom: 2px dotted rgba(255, 255, 255, .7)
}

.featured-box .price__from {
    margin-bottom: -2px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase
}

.feature {
    background-color: #f5f5f5;
    color: #848e9a
}

.footer-features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0
}

.footer-features__item {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    list-style: none
}

.footer-features__list li+li::before {
    color: inherit;
    font-size: 40px;
    content: " \00B7 ";
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 35px 0
}

.phone .plans-tile_item {
    max-width: 450px
}

.phone .plans-tile_features-container {
    padding: 0 40px
}

.nav-tabs {
    width: 88%;
    margin: auto;
    display: flex;
    justify-content: center;
    border: 0;
    gap: 1rem
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #119ee7;
    color: #119ee7
}

.nav-tabs .nav-link {
    border: none;
    color: #636b75;
    border-bottom: 2px solid #636b75;
    padding: 5px 50px !important;
    font-size: 18px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid #119ee7;
    isolation: inherit;
    color: #119ee7
}

.list-icons li i {
    color: #119ee7;
    font-size: 15px
}