
/* vietnamese */
@font-face {
    font-family: 'Muli';
    font-style: italic;
    font-weight: 300;
    src: local('Muli Light Italic'), local('Muli-LightItalic'), url(https://fonts.gstatic.com/s/muli/v11/G15Tq-QAo18i2r96I1Ml4xJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Muli';
    font-style: italic;
    font-weight: 300;
    src: local('Muli Light Italic'), local('Muli-LightItalic'), url(https://fonts.gstatic.com/s/muli/v11/0gL1YdoijNI33SW2fRDrbxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Muli';
    font-style: italic;
    font-weight: 300;
    src: local('Muli Light Italic'), local('Muli-LightItalic'), url(https://fonts.gstatic.com/s/muli/v11/Q5N_zd0042xOVES9NXt9QltXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v11/sihoJZxX-RSLerxHmQVsuvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v11/4zZnGQseDyLpl5MU_z5GPfY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 300;
    src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v11/T-qN9Yh40TTJeenUALkjgg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Airstrip';
    src: url("/Content/fonts/airstrip.ttf") format('truetype');
}

/* 通用设置 */

:root {
    --terms-privacy-blue: #01568e;
    --terms-privacy-black: #231f20;
    --primary-color: #0071CE; /* Not commonly referenced, yet. */
    --primary-colorRGBA: rgba(0, 113, 206, 1);
}

body {
    font-family: 'Muli', 'Mulish', 'Microsoft YaHei', sans-serif;
}

html,
body {
    margin: 0;
    height: 100%;
}

.upper-body {
    min-height: 70%;
    padding-bottom: 5.05%;
}

/* 头部灰条 */
.top_gray_line {
    background: #f6f6f6;
}

.top_gray_line_inner {
    height: 30px;
    max-width: 1000px;
}

    .top_gray_line_inner a {
        color: #555;
    }

.url_residential {
    margin-right: 10px;
    padding: 0.5rem;
    background-color: #0071CE;
    color: #fff!important;
}

.top_gray_right_choose {
    position: absolute;
    width: 155px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: -60px;
    display: none;
    z-index: 101;
}

.top_gray_right_choose_option:hover .top_gray_right_choose {
    display: block
}

.top_gray_right_choose_option:focus-within .top_gray_right_choose {
    display: block
}

.top_gray_right_choose_option a {
    padding: 0 10px;
}

.top_gray_right_choose_option ul li a {
    padding: 0 0;
}

.top_gray_right_choose ul {
    list-style-type: none;
    padding-left: 13px;
    background: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    /*box-shadow: 0px 3px 5px #f1f1f1;*/
}

.choose_list {
    height: 30px;
}

.top_gray_right_two {
    padding-bottom: 15px;
}

.top_trangle {
    margin-top: 10px;
}

.top_trangle_inner {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f6f6f6 transparent;
}

.checked {
    color: #0071CE;
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}


/********************头部logo**********************/
.uk-vertical-align {
    font-size: 0;
}

.top_Logo {
    max-width: 1000px;
}

.top_Logo_height {
    height: 95px;
}

.uk-form input.search_input {
    padding: 12px !important;
    height: 43px !important;
    border-radius: 0px !important;
    max-width: 290px !important;
}

.top-search-button {
    border: none;
    background: #0071CE;
    color: white;
    height: 43px;
    width: 43px;
}

.TopmyAccount {
    width: 135px;
    background: #0071CE;
    color: #fff;
    height: 43px;
    padding: 11px 10px 13px 10px;
    font-size: 16px;
    margin-left: 20px;
}

    .TopmyAccount:hover {
        color: white;
    }


/***********************导航**************************/

.nav_title {
    color: #fff;
    margin-top: 20px;
    font-weight:bold
}

.nav_list {
    margin-top: 6px;
    font-size:16px
}

.top_Nav_height {
    height: 60px;
}

.sub_nav_inner .nav_list a {
    color: #fff;
}

    .sub_nav_inner .nav_list a:hover {
        color: #a2c6e1;
    }

.nav_list a i {
    display: none;
}
.nav_list a span {
    display: none;
}
.nav_list a:hover i {
    display: inline-block;
}

.navigation-up li {
    list-style: none
}

a:link, a:visited, .btn-link:hover {
    text-decoration: none
}


.head-v3 {
    position: relative;
    z-index: 100;
    min-width: 100%;
}

    .head-v3 .navigation-inner {
        margin: 0 auto;
        max-width: 1000px;
        position: relative
    }

.navigation-up {
    height: 60px;
    background: #0071CE
}


    .navigation-up .navigation-v3 ul {
        float: left;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .navigation-up .navigation-v3 li {
        float: left;
        font: normal 14px;
        color: #fff;
        margin-right: 25px;
    }

    .navigation-up .navigation-v3 .nav-up-selected {
        background: #0071CE
    }

        .navigation-up .navigation-v3 .nav-up-selected a {
            color: #fff;
        }

    .navigation-up .navigation-v3 .nav-up-selected-inpage {
        background: #0071CE
    }


    .navigation-up .navigation-v3 li a {
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        font-weight:bold;
    }


    .navigation-up .navigation-v3 li.nav-up-selected-inpage a {
        color: #fff;
    }

    .navigation-up .navigation-v3 li.nav-up-selected-inpage.NONE a {
        color: #ffffff;
    }

.navigation-down {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
}

    .navigation-down .nav-down-menu {
        width: 100%;
        margin: 0;
        background: #005499;
        position: absolute;
        top: 0px;
        padding-bottom: 25px;
    }

        .navigation-down .nav-down-menu .navigation-down-inner {
            margin: auto;
            max-width: 1000px;
            position: relative
        }

        .navigation-down .nav-down-menu dl {
            float: left;
            margin: 18px 80px 18px 0
        }


.nav-down-menu {
    visibility: hidden;
}

    .nav-down-menu.nav-up-selected {
        visibility: visible;
    }

ul li .down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #0071CE transparent transparent transparent;
    /*margin-top: 20px;*/
    position: absolute;
    z-index: 9;
    margin-left: 10px;
    display: none;
}

ul li.nav-up-selected .down {
    display: inline-block;
}

/* ----------------------------- 手机版导航 ------------------------------- */
.uk-offcanvas {
    background: rgba(0,0,0,.7);
}

.uk-offcanvas-bar {
    background: #1f1f1f;
}

.uk-nav-offcanvas {
    border-bottom: 0 solid rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(255,255,255,0);
}



    .uk-nav-offcanvas > li > a {
        text-shadow: 0 0 0 rgba(0,0,0,0);
        background: #0071CE;
        color: #c0e0f5;
        font-size: 1.1em;
        /*padding: 18px 15px;*/
    }

    .uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
        background: #0071CE;
        color: #fff;
        outline: 0;
    }

.uk-offcanvas-bar:after {
    width: 0px;
    background: rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.uk-nav-offcanvas .uk-nav-sub {
    border-top: 1px solid rgba(0,0,0,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
    background: #005499;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #0071CE;
    color: #fff;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

ul.uk-nav-sub,
ul.uk-nav-sub ul {
    padding: 0px !important;
}

    ul.uk-nav-sub li a {
        color: #c0e0f5;
        font-size: 1em;
        padding: 10px 15px;
        border-top: 1px solid rgba(0,0,0,.3);
    }

    ul.uk-nav-sub ul li a {
        font-size: 16px;
    }

    ul.uk-nav-sub ul {
        display: none;
    }

    ul.uk-nav-sub li.self-uk-parent a:after {
        content: "\f104";
        width: 20px;
        margin-right: -10px;
        float: right;
        font-family: FontAwesome;
        text-align: center;
    }

    ul.uk-nav-sub li.self-uk-parent a.openList:after {
        content: "\f107";
    }

    ul.uk-nav-sub li.self-uk-parent a.openList {
        color: #fff;
        background: #0071CE;
    }

    ul.uk-nav-sub li.self-uk-parent ul li a:after {
        content: "";
    }

.uk-offcanvas-bar {
    max-width: 180px;
}

    .uk-offcanvas-bar ul.uk-nav li a img {
        max-width: 100%;
    }


    .uk-offcanvas-bar .region {
        color: #6d6f71;
        margin-top: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .uk-offcanvas-bar .region a {
            color: #fff;
            margin-left: 15px;
            margin-right: 15px;
            font-weight: bold;
        }

            .uk-offcanvas-bar .region a:hover {
                color: #fff;
            }

            .uk-offcanvas-bar .region a.openRegion {
                color: #fff;
            }

.region-information {
    padding: 15px;
    background: #000;
    display: none;
}

.region-select {
    border: 2px solid #fff;
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: transparent;
    color: #f5f5f5;
}

.region-title {
    color: #fff;
}


.app_nav {
    background: #0071CE;
}

    .app_nav div,
    .app_nav a {
        color: #fff;
    }

.nav_mobile {
    height: 50px;
    color: #fff;
}

    .nav_mobile div {
        font-size: 2rem;
    }

    .nav_mobile.search {
        position: absolute;
        z-index: 102;
        background: #0071CE;
        top: 0px;
        left: 100%;
        display: none;
    }

.search-form {
    font-size: 14px !important;
}

/* Outage Alert Message */

.outage-alert-message {
    color: #000;
    background-color: #ffeea9;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}

    .outage-alert-message ul {
        margin-bottom: 0;
    }


/* -------------------------------- 内容部分 －> 幻灯片 开始 ------------------------- */
.slidershow ul.uk-slideshow li {
    max-height: 400px;
}

.slider_desc {
    max-width: 1000px;
    margin: auto;
}

    .slider_desc .slider_desc_left_inner {
        position: absolute;
        margin-top: 6%;
        max-width: 1000px;
        margin-left: 20px;
    }

    .slider_desc.right .slider_desc_left_inner {
        margin-left: -20px;
    }

    .slider_desc .slider_desc_left_inner h1 {
        color: #0071CE;
        font-weight: bold;
        font-size: 26px;
    }

    .slider_desc .slider-center-container {
        position: relative;
        margin-top: 15%;
        max-width: 1000px;
    }

    /*Top Center Slogan*/


    .slider_desc .slider-top-center-container {
        margin-top: -12%;
    }

    .slider_desc .slider-center-container .slider-top-center-container .uk-text-center h1 {
        color: #000;
        font-size: x-lar;
    }

    .slider_desc .slider-center-container .slider-top-center-container .uk-text-center p {
        color: #0071CE;
        font-size: xx-large;
        font-weight: bold;
    }

    .slider_desc .slider-center-container .slider-top-center-container .uk-text-center .center-span {
        color: #000;
        font-size: 1.5em;
    }

    /*Top Center Slogan End*/

    .slider_desc .slider-center-container .uk-container-center .uk-text-center h1,
    .slider_desc .slider-right-container .slider-right-middle h1 {
        color: #000;
        font-size: 3.5em;
        font-weight: bold;
    }

    .slider_desc .slider-center-container .uk-container-center .uk-text-center p {
        color: #000;
        font-size: medium;
    }

    .slider_desc .slider-center-container .uk-container-center .price {
        color: #0071CE;
        font-size: medium;
        padding-top: 20px;
    }

        .slider_desc .slider-center-container .uk-container-center .price .dollar-start .dollar-cell {
            margin-left: 60px;
            margin-right: -60px;
        }

        .slider_desc .slider-center-container .uk-container-center .price .dollar-start p {
            color: #0071CE;
        }

        .slider_desc .slider-center-container .uk-container-center .price .price-slider-big {
            font-size: 4.5em;
            font-family: 'Century Gothic';
            margin-left: 25px;
        }

        .slider_desc .slider-center-container .uk-container-center .price .cent {
            margin-left: -2.1vw;
            padding-top: 2px;
            margin-right: -20px;
        }

    .slider_desc .slider-right-container .slider-right-middle {
        margin-top: 7%;
        float: right;
    }

        .slider_desc .slider-right-container .slider-right-middle .uk-text-center p {
            padding-bottom: 10px;
        }

        .slider_desc .slider-right-container .slider-right-middle .price {
            color: #0071CE;
            font-size: medium;
            padding-top: 40px;
            margin-left: 90px;
        }

            .slider_desc .slider-right-container .slider-right-middle .price > a {
                display: block;
                margin-left: 50px;
                margin-top: -150px;
            }

            .slider_desc .slider-right-container .slider-right-middle .price .dollar-start .dollar-cell {
                margin-left: 130px;
                min-width: 75px;
                padding-bottom: 2px;
            }

    .slider_desc .slider-right-container .slider-right-middler .price .dollar-start p {
        color: #0071CE;
    }

    .slider_desc .slider-right-container .slider-right-middle .price .price-slider-big {
        font-size: 4.5em;
        font-family: 'Century Gothic';
        margin-left: 125px;
    }

    .slider_desc .slider-right-container .slider-right-middle .price .cent {
        margin-left: 200px;
        margin-top: -20px;
    }

    .slider_desc .slider-center-container .view .view_details,
    .slider_desc .slider-right-container .view .view_details {
        height: 40px;
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        border-radius: 20px;
        max-width: 160px;
        min-width: 120px;
    }

        .slider_desc .slider-center-container .view .view_details div,
        .slider_desc .slider-right-container .view .view_details div {
            color: white;
        }

    .slider_desc .slider_desc_left_inner p {
        color: #0071CE;
        font-size: 18px;
    }

    .slider_desc .slider_desc_left_inner .price {
        padding-top: 20px;
    }

        .slider_desc .slider_desc_left_inner .price .dollar {
            color: #0071CE;
            font-size: 20px;
            font-weight: bold;
            height: 40px;
            display: table;
            vertical-align: bottom;
        }

            .slider_desc .slider_desc_left_inner .price .dollar .dollar-cell {
                color: #0071CE;
                font-size: 20px;
                font-weight: bold;
                display: table-cell;
                vertical-align: bottom;
            }

                .slider_desc .slider_desc_left_inner .price .dollar .dollar-cell p {
                    color: #0071CE;
                    font-size: 20px;
                    font-weight: normal;
                    display: table-cell;
                    vertical-align: bottom;
                }



        .slider_desc .slider_desc_left_inner .price .priceBefor {
            color: #0071CE;
            font-size: 4vw;
            font-weight: bold;
            line-height: 40px;
            margin-left: -20px;
        }

        .slider_desc .slider_desc_left_inner .price .cent {
            color: #0071CE;
            font-size: 20px;
            font-weight: bold;
            width: 45px;
            padding-top: 12px;
        }

        .slider_desc .slider_desc_left_inner .price .center-price {
            color: #0071CE;
            font-size: 20px;
            font-weight: bold;
            height: 40px;
            display: table;
            vertical-align: bottom;
        }

    .slider_desc .slider_desc_left_inner .view .view_details {
        height: 40px;
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        border-radius: 20px;
        margin-top: 20px;
        max-width: 200px;
    }

        .slider_desc .slider_desc_left_inner .view .view_details div {
            color: white;
        }

.slider-desc-inner-img p {
    font-weight: 900 !important;
    color: white !important;
    font-size: x-large !important;
    line-height: 1;
    min-height: 30px;
}



.home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price .slider-detail-button {
    max-width: 20%;
    box-sizing: border-box;
}

.home-slider-list-2 .slider_desc .slider-center-container .uk-container-center .price .slider-detail-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}


.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
    color: rgba(90, 90, 90, 0.7);
}

.uk-dotnav-contrast > * > :hover, .uk-dotnav-contrast > * > :focus {
    background: rgba(0, 0, 0, 0.7);
}

.uk-dotnav > * > * {
    width: 5px !important;
    height: 5px !important;
    background: rgba(208, 208, 208, 0.9);
}

.uk-dotnav-contrast > .uk-active > * {
    background: rgba(84, 84, 84, 0.9);
}

/* -------------------------------- 内容部分 －> 公司简介 开始 ------------------------- */
.company_info {
    background: #0071CE;
    height: 120px;
}

.company_info_inner {
    max-width: 1000px;
}

.customer_count {
    width: 212px;
    height: 153px;
    margin-top: -13px;
    position: absolute;
}
    .customer_count img {
        width: 85px;
        margin-top: 30px;
        margin-bottom: auto;
    }

    .customer_count div {
        color: #fff;
        font-size: 13px;
    }

    .customer_count .top {
        margin-top: 30px;
    }

    .customer_count .number {
        font-size: 30px;
        line-height: 40px;
        background-color: white;
        color: #0071CE;
        border-radius: 30px;
        padding: 0px 20px 0px 20px;
        font-weight: bold;
        box-shadow: inset 2px 0px 3px -1px rgba(0,0,0,0.46);
    }

    .customer_count .bottom {
    }

.company_info_desc {
    max-width: 700px !important;
    height: 120px;
    color: #fff;
}

    .company_info_desc div {
        font-size: 13px;
        letter-spacing: 1px;
    }

        .company_info_desc div a {
            color: #fff;
        }


.three-products {
    max-width: 1200px;
    width: 100%;
    margin-top: 70px;
}

.products_inner h2 {
    color: #0071CE;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.products_inner h1 {
    color: #0071CE;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.products_inner .type2 {
    color: #0071CE;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
}

.products_inner .type1 {
    color: #0071CE;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
}

.products_inner .products-desc {
    border: 1px solid #efefef;
    height: 360px;
}

    .products_inner .products-desc:hover {
        border: 1px solid #0071CE;
    }

    .products_inner .products-desc ul {
        list-style-type: none;
        margin-top: 5px;
        max-width: 220px;
    }

        .products_inner .products-desc ul li {
            color: #000000;
            text-align: left;
        }

            .products_inner .products-desc ul li i {
                font-size: 6px;
            }
            .products_inner .products-desc ul li span {
                font-size: 6px;
            }
.product-link {
    background: #0071CE;
    color: #fff;
    height: 33px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.cik-plan {
    margin-bottom: 20px;
}



a.cp-info-read-more {
    margin-top: -15px;
    color: white;
}


.index-block-list-container {
    height: 6em;
}
/* ------------------------------- 计划 开始 ------------------------------- */
.promotion-plan-title h1 {
    color: #39f;
}

    .promotion-plan-title h1 .h1diff {
        color: #000;
    }

.promotion-plan-desc {
    margin-top: 5vw;
}

.cik-plan {
    margin-top: 20px;
    max-width: 1000px;
}

.cik-plan-inner {
    padding: 40px 0px 20px 0px;
    background: #ffffff;
    height: 100%;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px;
    color: grey;
}

.cik-plan-title {
    font-size: 26px;
    color: #0071CE;
    margin-bottom: 34px;
    padding: 0 20px;
}

    .cik-plan-title.bundle {
        line-height: 110%;
    }


.cik-plan-desc {
    padding: 0 20px;
}

.speed-img {
    margin-bottom: 10px;
}

.speed-speed {
    color: #0071CE;
    font-size: 18px;
}

.speed-des {
    color: #333;
    font-size: 12px;
}

.speed-price-title {
    color: #55A800;
    min-height: 25px;
    font-size: 18pt;
    margin-bottom: 15px;
    text-align: center;
}

.speed-right-price-second .speed-price-title {
    border-color: #55A800;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    padding: 5px 6px 5px 6px;
}

.speed-price {
    color: #0071CF;
}

    .speed-price .speed-dollar {
        margin-right: 15px;
    }

    .speed-price div {
        font-size: 22px;
        line-height: 26px;
    }

        .speed-price div.phone {
            font-size: 20px;
        }

.plan-price-height {
    height: 60px;
}

.speed-price div.speed-price-front {
    margin-left: -15px;
    margin-bottom: 6px;
}

    .speed-price div.speed-price-front div {
        font-size: 50px;
    }

        .speed-price div.speed-price-front div.small {
            font-size: 57px;
        }

        .speed-price div.speed-price-front div.phone {
            font-size: 50px;
        }

.speed-price-desc {
    font-size: 12px;
    color: #333;
    text-align: left;
}

.cik-plan-button .speed-details,
.cik-plan-button .speed-order {
    padding: 8px 14px;
    margin-bottom: 8px;
}


    .cik-plan-button .speed-order a, .cik-plan-button .speed-order button {
        padding: 8px 14px;
        border-radius: 15px;
        background: #0071CF;
        font-size: 14pt;
        color: #fff;
        text-align: center;
        display: block;
        border-style: none;
    }

    .cik-plan-button .speed-details a {
        padding: 8px 14px;
        font-size: 14pt;
        color: #0071CF;
        text-align: center;
        display: block;
    }

.cik-plan-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 20px;
}

.speed-right-price-first {
    border-right: 1px solid #0071CE;
}

.cik-plan-detail {
    background: #999999;
    color: white;
    padding: 20px;
    display: none;
    z-index: 3;
    position: relative;
}

    .cik-plan-detail .cik-plan-detail-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

.cik-plan-detail-list div div {
    margin-bottom: 5px;
}

.view-more-plans {
    background-color: transparent;
    border-style: none;
    font-size: 21pt;
    color: #0071cf;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.additional-plan-detail {
    color: #333;
}

.error_msg_form label.error {
    color: #d85030;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Times New Roman';
}

.promotion-button a {
    font-size: x-large !important;
}

.right-tag {
    position: absolute;
    right: 0;
    top: 17.2em;
}

.blue-boarder-top {
    border-top: #0071CE 1px solid;
    padding-top: 25px;
}

/* TV/Packages */
table.dataTable tbody td,
table.dataTable tfoot th {
    vertical-align: middle;
    text-align: center;
}

.cik-plan-button .package-detail {
    padding: 8px 14px;
    border-radius: 8px;
    background: #54A800;
    font-weight: bold;
    font-size: 14pt;
    color: #fff;
}

    .cik-plan-button .package-detail a {
        color: #fff;
    }

.cik-plan-button .package-list-detail {
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 14px;
}

    .cik-plan-button .package-list-detail a {
        padding: 0;
    }

.tv-order {
    padding: 8px 14px;
    border-radius: 8px;
    background: #0070E0;
    color: #fff;
    font-weight:bold;
    font-size: 14pt;
}

    .tv-order a {
        color: #fff;
    }

.group-table-content {
    max-width: 1000px;
}

.modal-sub-title {
    background-color: lightgrey;
    margin: -20px -20px 15px -20px;
    padding: 20px;
}

div#package-detail {
    background-color: transparent;
}

.spinning-waiting {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    font-size: 5em;
}

/*Channel Line Up*/

th.rightborder, td.rightborder {
    border-right: 1px solid #d6d6d6;
}

.ChannelContent-image {
    width: 60px;
    height: 60px;
    border: 1px solid #939598;
    border-radius: 8px;
    margin-bottom: 10px;
    background-size: 55px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* from RowGroup extension*/
table.dataTable tr.group td {
    font-weight: bold;
    background-color: #e0e0e0
}

table tbody tr td div.uk-modal {
    background-color: transparent;
}


/* Package Details */


table#DetailTable {
    width: 100%;
    table-layout: fixed;
    max-width: 500px;
}

    table#DetailTable tr {
        display: inline;
        font-size: 0; /* kind of erase white-space */
    }

    table#DetailTable td {
        width: 15%;
        display: inline-block;
        margin: 0;
        padding: 8px;
        font-size: 1rem /* reset font-size*/;
    }

.div-group-title {
    padding: 10px 5%;
    background-color: #0071CE;
    margin-bottom: 1em;
    color: white;
}

@media (max-width: 768px) {
    table#DetailTable td {
        width: 25%;
    }
}
/* Pick and Choose*/

ul.uk-subnav-pill li a {
    font-size: x-large;
    font-weight: 900;
    padding: 10px 30px;
}

.channel-selector {
    border: 1px solid #DCDFE2;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

    .channel-selector div.price {
        border-bottom: solid 1px darkgray;
        background: darkgray;
        color: #fff;
    }

    .channel-selector div.img {
        min-height: 70px;
        margin: 5px 0px;
        background-size: 70px auto;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .channel-selector div.name {
        min-height: 40px;
        position: relative;
        width: 100%;
        display: table;
    }

    .channel-selector div.name-align {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .channel-selector span.name-span {
        display: inline-block;
    }

    .channel-selector .channel-picker-pid {
        display: none;
    }

div#channel-detail {
    background-color: transparent;
}


/* -------------------------------- 二级页面 三级导航 开始 ---------------------------*/
.sub_nav {
    background: #005499;
}

.sub_nav_inner {
    max-width: 1000px;
}

    .sub_nav_inner .sub_nav_list {
        height: 50px;
    }

.article_title {
    display: table;
    height: 50px;
}

.article_title_cell {
    display: table-cell;
    vertical-align: middle;
}


.sub_nav_inner .sub_nav_list .sub_nav_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sub_nav_inner .sub_nav_list_desc a {
    color: #c0e0f5;
    padding: 8px 20px;
}

.sub_nav_inner a:hover {
    color: #fff;
}

.sub_nav_inner .sub_nav_list_desc a.current {
    background: #54A800;
    font-weight: bold;
    font-size: 14pt;
    color: #fff;
    border-radius: 25px;
}

.sub_nav_list_desc {
    padding: 8px 0 8px 0;
}


ul li.nav-up-selected-inpage .up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #005499 transparent;
    margin-top: -10px;
    position: absolute;
    z-index: 9;
    margin-left: 10px;
    display: inline-block;
}

ul li.nav-up-selected .up {
    display: none;
}

ul li.nav-up-selected-inpage.NONE .up {
    display: none;
}

.slider_desc .sub_slider_desc_left_inner {
    width: 355px;
    padding: 20px;
    background: rgba(246,246,246,.7);
    margin-top: -5%;
}

    .slider_desc .sub_slider_desc_left_inner.fttb {
        width: 395px;
    }

    .slider_desc .sub_slider_desc_left_inner.black {
        background: rgba(0,0,0,.7);
        box-shadow: 0px 0px 0px #cccccc;
    }

    .slider_desc .sub_slider_desc_left_inner h1 {
        color: #0071CE;
        font-weight: bold;
        font-size: 34px;
    }

    .slider_desc .sub_slider_desc_left_inner p {
        color: #0071CE;
        font-size: 16px;
        font-weight: normal;
    }

.white {
    color: #fff !important;
}

.plan-price-right.border-left {
    border-left: 1px solid #0071CE;
}

@media (min-width: 960px) {
    .plan-price-right.border-left-large {
        border-left: 1px solid #0071CE;
    }
}

#countdown {
    color: white;
    font-family: "Oswald";
    font-weight: 700;
    font-size: 3em;
    margin-left: 35.5%;
    margin-top: 25.5%;
}

.xxxx {
    margin-top: 500px;
}

/* ---------------------------------查找 location 开始 -------------------------- */
.search-location-form {
    height: 45px;
}

.search-location .uk-form-icon {
    border-radius: 0;
    max-width: 400px;
    height: 43px;
}

input.search-location-form {
    height: 43px !important;
    border-radius: 0 !important;
}

.postalcode-search-button {
    color: white;
    border: 0;
    background-color: #0071CE;
    cursor: pointer;
}

.company_info_desc.search-location {
    max-width: 1000px;
}

.business-description h6 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 8px 0;
}

.business-description p {
    margin: 8px 0 0 0;
}

    .business-description p a {
        color: #fff;
    }

/* ------------------------------ 计划选择 开始 ------------------------- */
.order-plan-choose {
    max-width: 1000px;
    margin-top: 40px;
}

.plan-inner-information {
    max-width: 670px;
    margin-bottom: 40px;
}

.plan-inner-information-title {
    background: #0071CE;
    color: #fff;
    padding: 0 20px;
}

    .plan-inner-information-title .plan-inner-info-tip {
        font-size: medium;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .plan-inner-information-title .plan-inner-information-title-height {
        height: 45px;
    }

        .plan-inner-information-title .plan-inner-information-title-height div {
            font-size: 18px;
        }

.plan-inner-information-content {
    background: #f6f6f6;
    border: 1px solid #dedede;
}

.plan-inner-information-content-hardware-type {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 15px;
    background: #fff;
}

.plan-inner-information-content-hardware-type-height {
    height: 80px;
}

    .plan-inner-information-content-hardware-type-height.add-choose {
        height: 120px;
    }

        .plan-inner-information-content-hardware-type-height.add-choose.local-tv {
            height: auto;
            padding: 15px 0px;
        }

.plan-inner-information-content-hardware-type-name {
    color: #333;
}

.plan-inner-information-content-hardware-type-fee {
    color: #414042;
}

.plan-inner-information-content .plan-inner-information-content-img {
    padding: 20px 0;
}

.plan-inner-information-content-hardware-type-view-button a {
    color: #0071CE;
}

.plan-inner-information-content-hardware-type-view-button {
    max-width: 100px;
    margin-top: 15px
}

    .plan-inner-information-content-hardware-type-view-button a:after {
        color: #0071CE;
        content: "\f138";
        width: 20px;
        margin-right: -10px;
        float: right;
        font-family: FontAwesome;
        text-align: center;
    }

.plan-inner-information-content-hardware-type-view-detail {
    background: #dedede;
    padding: 10px 15px;
}

    .plan-inner-information-content-hardware-type-view-detail div {
        color: #8a8a8a;
    }

    .plan-inner-information-content-hardware-type-view-detail .plan-inner-information-content-hardware-type-view-detail-title {
        color: #333333;
        font-size: 16px;
        margin-top: 10px;
    }

.plan-inner-information-content-hardware-type-view-detail-list {
    margin-top: 10px;
    margin-bottom: 10px;
}


    .plan-inner-information-content-hardware-type-view-detail-list div div {
        border-bottom: 1px solid #a9a9a9;
        border-right: 1px solid #a9a9a9;
        text-align: center;
        padding: 5px 5px;
    }

.close-more-tv {
    background: #fff;
    padding: 15px 0px;
}

    .close-more-tv a,
    .close-more-tv a:hover {
        background: #0071CE;
        color: #fff;
        border-radius: 5px;
        padding: 7px 15px;
    }


.plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n) {
    border-right: 0px solid transparent;
}


.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(1),
.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(2),
.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(3),
.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(4),
.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(5),
.plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(6) {
    border-bottom: 0px solid transparent;
}


.plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n+1) {
    text-align: left;
}


.plan-inner-information-content-hardware-type-view-detail {
    display: none;
}

.plan-right-price {
    padding: 13px 20px;
    background: #0071CF;
}

    .plan-right-price .plan-right-price-title,
    .plan-right-price-detail-title-height div {
        font-size: 14pt;
        color: #e1f4fd;
        font-weight:bold;
    }

    .plan-right-price .plan-right-price-promotion-code {
        margin-top: 20px;
    }

        .plan-right-price .plan-right-price-promotion-code input {
            max-width: 180px;
            height: 40px;
        }

.plan-promotion-code-apply {
    height: 40px;
    background: #015699;
    max-width: 80px;
    padding: 0 10px;
}

    .plan-promotion-code-apply div {
        color: #fff;
    }

.plan-right-price-detail {
    margin-top: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    font-weight: bold;
}

.plan-right-coupon-detail {
    margin-top: 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
    font-weight: bold;
}

.plan-right-price-detail-title-height {
    height: 45px;
    background: #0071CE;
    padding: 0px 20px;
}

.plan-right-price-detail-details-height {
    height: 55px;
    padding: 0 20px;
}

    .plan-right-price-detail-details-height.gray {
        background: #f6f6f6;
        border-top: 1px solid #dedede;
    }

        .plan-right-price-detail-details-height.gray .left {
            color: #58595B;
            font-size: 16px;
            font-weight: bold;
        }

        .plan-right-price-detail-details-height.gray .right {
            color: #0071CF;
        }

        .plan-right-price-detail-details-height .right {
            text-align: right;
        }

    .plan-right-price-detail-details-height.white {
        border-top: 1px solid #dedede;
    }

        .plan-right-price-detail-details-height.white .left,
        .plan-right-price-detail-details-height.white .right {
            color: #0071CE;
        }

        .plan-right-price-detail-details-height.white .left {
            font-size: 13px;
        }

.plan-right-price-detail-over {
    background: #0071CE;
    height: 10px;
}

.plan-right-price-detail-details-height.one-charge {
    height: 55px;
}

    .plan-right-price-detail-details-height.one-charge .left .charge-fee-bottom,
    .plan-right-price-detail-details-height.one-charge .right .charge-fee-bottom {
        margin-bottom: 10px;
    }

.right-two-button-height {
    height: 50px;
    margin-top: 10px;
    border-radius: 5px;
}

    .right-two-button-height.first {
        background: #0071CE;
    }

    .right-two-button-height.second {
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .right-two-button-height.first div,
        .right-two-button-height.second div {
            color: #fff;
            font-size: 20px;
        }

.plan-by-phone-detail {
    margin-top: 30px;
}

.plan-by-phone-detail-phone {
    color: #0071CE;
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
    line-height: normal;
}




/* -------------------------------- CHECK OUT INFORMATION ---------------------------- */
.plan-check-out-nav {
    max-width: 1000px;
    margin-top: 40px;
}

.plan-check-out-nav-height {
    height: 50px;
    margin-bottom: 30px;
}

.plan-check-out-nav-line {
    height: 5px;
    background: #999999;
    text-align: center;
    margin-bottom: 30px;
}

    .plan-check-out-nav-line.half.left {
        width: 50%;
        text-align: left;
        margin-left: 50%;
    }

    .plan-check-out-nav-line.half.right {
        width: 50%;
        text-align: right;
    }

.active .plan-check-out-nav-line {
    background: #0071CE;
}

.plan-check-out-nav-line i {
    font-size: 26px;
    margin-top: -10px;
}

.active .plan-check-out-nav-line i {
    color: #0071CE;
}

.active p {
    color: #0071CE;
}

.info-desc-list.table-one-time-charge-overflow {
    font-weight: 600;
}


.info-desc {
    padding: 20px 20px;
    background: #f6f6f6;
}

    .info-desc .info-desc-title {
        color: #0071CE;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

.info-desc-desc {
    border-bottom: 1px solid #dedede;
    padding-bottom: 30px;
    margin-bottom: 20px;
}


    .info-desc-desc select {
        height: 30px;
        max-width: 200px;
    }

    .info-desc-desc .depositSelection {
        max-width: 300px !important;
        min-width: 270px !important;
    }

    .info-desc-desc div {
        font-size: 16px;
    }

        .info-desc-desc div div {
            margin-top: 10px;
        }

    .info-desc-desc.plan div div div {
        margin-top: 0px;
    }

    .info-desc-desc.plan select {
        max-width: 100%;
    }

    .info-desc-desc.display {
        display: none;
    }

#phoneNumberOption {
    max-width: 70%;
}

a.next-submit, button.next-submit {
    background: #0071CE;
    color: #fff;
    padding: 10px 55px;
    border-radius: 10px;
    width: auto;
    font-size: 18px;
    border-style: none;
}

.sub-button {
    margin-top: 30px;
    margin-bottom: 10px;
}

.pointer {
    cursor: pointer;
}

.checkout-index-list-subtitle {
    color: #0071CE;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

    .radio input[type="radio"] + .radio-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.8em;
        height: 1.8em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 250ms ease;
        transition: all 250ms ease;
    }

    .radio input[type="radio"]:checked + .radio-label:before {
        background-color: #3197ee;
        -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    /* Visual indicator for keyboard navigation users*/
    .radio input[type="radio"]:focus-visible + .radio-label:before {
        border: 4px solid black;
    }
    /* ------------------------------- installation start ----------------------------- */
    .installation-insert {
        margin-top: 30px;
        /*display: none;*/
    }

.installation-title {
    color: #0071CE;
    font-size: 20px;
    margin-bottom: 20px;
}

.plan-inner-information-content.installation {
    padding: 20px;
    margin-top: 0px;
    border-bottom: 1px solid #dedede;
}

#cable-modem-label {
    font-size: 16px;
    margin-bottom: 15px;
}

.installation-desc-list {
    padding-left: 30px;
}


.customer-information-input {
    margin-top: 10px;
    font-size: 16px;
}

.installation-type-info.C,
.installation-type-info.T {
    display: none;
    margin-top: 10px;
}

.Dispatch-requirement-note ul {
    list-style-type: decimal;
}

    .Dispatch-requirement-note ul li {
        margin-top: 10px;
    }

.blue {
    color: #0071CE;
    font-weight: bold;
}

.installation-desc-content {
    display: none;
}

.plan-right-price-detail-details-height.gray.second {
    border-top: 1px solid #dedede;
}

.plan-right-price-detail-details-height.gray i {
    margin-top: 3px;
    font-size: 12px;
}

.plan-right-price-detail-details-price {
    padding: 20px 0px 10px 0px;
}

.speed-price div.taxes-not-included {
    font-size: 12px;
    margin-top: 35px;
    float: right;
    margin-right: 10px;
    color: #767676;
}

.plan-right-price-detail.monthly-price {
    margin-top: 0px;
}

.installation-date-height {
    height: 105px;
    border-bottom: 1px solid #dedede;
    background: #f6f6f6;
    padding: 0px 20px;
}

.date-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.date-date,
.date-date-time {
    font-style: italic;
}

.info-desc-desc-list-insert {
    display: none;
}

.top-display-none {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding-top: 20px;
}

.bottom-no-bodder {
    border-bottom: 0px solid transparent;
}

.payment-insert {
    margin-top: 30px;
}

.next-submit.final {
    background: #54A800;
    font-weight: bold;
    font-size: 14pt;
}

.info-desc-list-height {
    height: 60px;
}


.info-desc-list {
    border-bottom: 1px solid #dedede;
}

    .info-desc-list.last {
        border-bottom: 0px solid transparent;
    }

.plan-inner-information-title.table {
    border: 1px solid #dedede;
    border-bottom: 0px solid transparent;
}

.info-desc.table {
    border: 1px solid #dedede;
    border-top: 0px solid transparent;
}

.bt-info {
    margin-top: 30px;
}

.info-desc-list .th {
    background: #0071CE;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}

.info-desc-list .td {
    background: #fff;
    color: #737373;
    font-size: 14px;
    border: 1px solid #e6e6e6;
}

.info-desc-th-height {
    height: 46px;
}

.info-desc-list .thf {
    color: #0017CF;
    background: #DDDDDD;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    height: 46px;
}

.thf .thf-discount {
    color: #306F00;
}

.info-desc-list.table-border-bottom {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.terms-and-agreements {
    margin-top: 35px;
    margin-bottom: 35px;
}

.submit-form-buttpm-height.back {
    background: #0071CE;
    color: #fff;
    max-width: 150px;
}

    .submit-form-buttpm-height.back div {
        font-size: 14pt;
        font-weight: bold;
    }

.submit-form-buttpm-height {
    height: 35px;
    border-radius: 5px;
}

    .submit-form-buttpm-height.confirm {
        color: #fff;
        width: 150px;
    }

#confirmbutton {
    background: #54A800;
    font-weight: bold;
    border-radius: 5px;
}

#confirmbutton div{
    font-size: 14pt;
}

.error_msg {
    padding: 15px;
    display: none;
    margin-top: 20px;
}

/* -------------------------------- footer ------------------------- */
.footer {
    background: #1f1f1f;
    padding: 17px;
    width: 100%;
    overflow: hidden;
    min-height: 20%;
}

.footer_inner {
    max-width: 1100px;
}

    .footer_inner .footer-nav-title {
        color: #fff;
        font-size: 14px;
    }

    .footer_inner .footer-nav-list {
        color: #a2a6a8;
        font-size: 12px;
    }

        .footer_inner .footer-nav-list a {
            color: #a2a6a8;
            margin-right: 10px;
        }

            .footer_inner .footer-nav-list a:hover {
                color: #fff;
            }

.footer-nav-social {
    text-align: right;
}

    .footer-nav-social a {
        color: #a2a6a8;
        margin-right: 10px;
    }

.footer_inner .footer-nav-social a:hover {
    color: #fff;
}

.footer_inner .copy-right {
    font-size: 12px;
    color:#fff
}

.footer_inner .copy-social {
    margin-top: 20px;
}

.height-20 {
    height: 20px;
}

/* --------------------------------------- black-background ------------------------------- */

.black-background {
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
    height: 0;
}

.submit-news {
    max-width: 740px;
    min-height: 270px;
    background: #fff;
    position: fixed;
    top: -999px;
}

.close-button-height {
    height: 40px;
}

    .close-button-height a {
        color: #333;
        font-size: 20px;
    }

.order-status-title {
    color: #0071CE;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

    .order-status-title div {
        margin-bottom: 15px;
        line-height: 32px;
    }

.order-status-information div {
    font-size: 16px;
    margin-bottom: 10px;
}

.color-blue {
    color: #0071CE;
}

.loding-color-white {
    color: white;
    position: fixed;
    font-size: 40px;
    top: -999px;
}


/* --------------------------------------- support ----------------------------------- */

.sub_slider_desc_left_inner.support h1 {
    font-size: 26px;
}

.supports {
    background: #0071CE;
    color: #fff;
    height: 90px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .supports.current {
        background: #fff;
        color: #0071CE;
    }

.company_info.support {
    height: 100px;
    padding-top: 10px;
}

.contact-height.support {
    height: 90px;
}

.support_content {
    margin-top: 30px;
    max-width: 1000px;
}

.support-contact-height {
    background: #0071CE;
    height: 60px;
    border-bottom: 1px solid #dedede;
}

.support-content-title {
    color: #fff;
    font-size: 18px;
    margin-top: 6px !important;
}

.support-phone-select {
    width: 250px;
    height: 40px;
}

select.support-phone-select {
    padding-left: 30px;
}

.support-phone-select option {
    text-align: center;
}

.list-city,
.list-mail,
.list-other {
    position: absolute;
    border: 1px solid #e5e5e5;
    border-top: 0px solid transparent;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.list-city-option-height {
    height: 40px;
}

.list-city-option {
    background: #fff;
}

    .list-city-option:hover {
        background: #cdeafd;
    }

.support-table-contact-height {
    height: 60px;
    border: 1px solid #dedede;
    border-top: 0px solid transparent;
}

.support-table-left {
    background: #0071CE;
    color: #fff;
    font-weight: bold;
}

    .support-table-left div {
        font-size: 18px;
    }

.support-table-right div {
    padding-left: 30px;
}

.keep-phone-number-support-label {
    font-weight: bold;
    background-color: #0071CE;
    color: #fff;
}

.keep-phone-number-support-data {
    border: 1px solid #dedede;
}

.keep-phone-number-support-table div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cityListName {
    max-width: 180px !important;
}

.long-width {
    width: 100%;
    margin-left: 0px;
}

.chang-tab-outside {
    overflow: hidden;
}

.email-content-inner {
    background: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.email-content-inner-height {
    height: 45px;
}

textarea.email-textarea {
    height: 120px;
}

.display {
    display: none;
}


.send {
    padding: 10px 50px;
    background-color: #0071CE;
    color: #fff;
    border-radius: 5px;
    border-style: none;
}

    .send:hover {
        color: #fff;
    }

.send-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.regular_updateds_content {
    margin-top: 10px;
    margin-bottom: 10px;
}


.support-table {
    width: 1000px;
    border-left: 1px solid #e5e5e5;
}

    .support-table th,
    .support-table td {
        height: 50px;
        vertical-align: middle !important;
        border-right: 1px solid #e5e5e5;
        text-align: center;
    }

.uk-table thead th {
    vertical-align: middle !important;
    text-align: center;
    font-size: 16px;
}

.company_info.support a:hover {
    color: #fff;
}

.company_info.support a.current:hover {
    color: #0071CE;
}

.blue-cross {
    height: 5px;
    background-color: #0071CE;
}

.about-content {
    max-width: 1000px;
}

.about-us-desc {
    margin-top: 40px;
    font-size: 16px;
    text-align: justify;
}

.about-us-list-title {
    color: #0071CE;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

.uk-accordion-title.about-us {
    color: #fff;
    background: #0071CE;
}

.uk-accordion.about-us {
    margin-top: 40px;
}

.about-us-list-title.italic {
    font-style: italic;
}

.about-us-list-desc {
    margin-top: 25px;
    text-align: justify;
}

.uk-accordion-content.about-us {
    padding-bottom: 40px;
}


.cik-plan-inner.tv {
    background: #fff;
}

.tv-plan {
    background: #f6f6f6;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 10px;
    position: relative;
}

.faq-list-desc {
    margin-top: 10px;
    font-size: 14px;
}

.faq-list-desc div {
    margin-bottom: 1rem;
}

    .faq-list-desc th, .faq-list-desc td {
        padding: 4px;
        border: 1px solid;
    }

.faqul {
    list-style-type: disc !important;
    padding-inline-start: 2em;
}

    ul.faqul li ul {
        list-style-type: circle !important;
    }

.uk-table.asnumber.thtop th {
    border-top: 1px solid #e5e5e5;
}

.terms-privacy-h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--terms-privacy-blue);
    margin-bottom: 45px;
}

input.next-submit {
    background: #0071CE;
    color: #fff !important;
    padding: 10px 55px;
    border-radius: 10px;
    width: auto;
    font-size: 18px;
    border: 0px solid transparent;
}

.cik-plan-detail.image {
    border: 1px solid #0071CE;
    overflow: hidden;
    background: #fff;
}

span.channel {
    font-size: 14px;
    color: #333;
}

.uk-offcanvas-bar:after {
    background: rgba(0,0,0,0) !important;
    box-shadow: 0 0 0px 0px rgba(0,0,0,0) !important;
}

.uk-nav-offcanvas > li > a {
    color: #fff;
}

.sitemap-title {
    color: #005499;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sitemap-desc a {
    color: #333;
}

.news-pic {
    border: 1px solid #dedede;
    height: 231px;
}

.news-title-top {
    color: #0071CE;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    max-height: 52px;
    overflow: hidden;
}


    .news-title-top a:hover {
        color: #0071CE;
    }


.news-title {
    color: #0071CE;
    font-size: 18px;
    line-height: 24px;
}

    .news-title a:hover {
        font-weight: bold;
        color: #0071CE;
    }

.news-date {
    color: #333;
    font-size: 14px;
}

.news-title .uk-icon-circle {
    font-size: 6px;
    vertical-align: middle;
}

.view-news-title {
    font-size: 22px;
    font-weight: bold;
    color: #0071CE;
    line-height: 30px;
}


.uk-icon-globe.iconCountry {
    width: 50px !important;
    margin-top: -11px !important;
    font-size: 24px !important;
}

.uk-form-icon:not(.uk-form-icon-flip) > input.search-location-form.inputCountry {
    padding-left: 50px !important;
}

.Country-list {
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #333;
    z-index: 10;
    position: absolute;
    display: none;
}

    .Country-list .Country-option-list {
        padding: 10px 0px;
    }

        .Country-list .Country-option-list:hover {
            background: #dbeeff;
        }

.career-desc {
    font-size: 16px;
    color: #000;
}

.support-contact-height.Careers-info {
    background: #fff;
}

    .support-contact-height.Careers-info div {
        font-size: 16px;
    }

    .support-contact-height.Careers-info a:hover {
        color: #3c8dca;
        font-weight: bold;
    }

.ApplyCareer {
    margin-top: 40px;
}

    .ApplyCareer a {
        padding: 7px 30px;
        border-radius: 25px;
        background: #0071CE;
        color: #fff;
    }

        .ApplyCareer a:hover {
            color: #fff;
        }

.promo-header {
    background: url(/Content/image/Plan/PROMO-BAR.png) no-repeat;
}

.plan-title-height {
    height: 40px;
}

    .plan-title-height div {
        font-size: 26px;
    }

        .plan-title-height div.second {
            color: #fff;
        }

.tag-package {
    font-size: 22px;
}


.hidden {
    visibility: hidden;
    height: 0px;
}




/* ----------------------------Career-------------------------------*/

.career-detail-title {
    color: #0071CE;
    font-size: 18px;
    font-weight: bold;
}

.career-detail-desc-top div span {
    font-weight: bold;
    color: #000;
    margin-right: 10px;
}

.career-detail-desc-top div {
    font-size: 16px;
}

.career-detail-desc-title {
    color: #000;
    font-weight: bold;
    margin-top: 40px;
}

.career-detail-desc {
    font-size: 16px;
}

.careers-back-url a {
    color: #999;
}

.uk-accordion-title.about-us {
    margin-bottom: 0px;
    margin-top: 15px;
}

    .uk-accordion-title.about-us:before {
        content: "\f0d7";
        font-family: FontAwesome;
        display: inline-block;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        float: right;
        margin-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

.uk-accordion-title.about-us.uk-active:before {
    content: "\f0d8";
}

.uk-accordion-content.about-us[self-accordion-content] {
    border: 1px solid #dedede;
    border-top: 0px solid transparent;
    padding-bottom: 0px;
    display: none;
}
.uk-accordion-content.about-us.current {
    display: block;
}

.LeftNav .uk-vertical-align {
    height: 50px;
}

.LeftNav {
    border-bottom: 1px solid #dedede;
}

    .LeftNav:last-child {
        border-bottom: 0px solid transparent;
    }

    .LeftNav a:hover,
    .LeftNav a.current {
        font-weight: bold;
    }

        .LeftNav a:hover:before {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            font-weight: 400;
            font-style: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 10px;
        }

        .LeftNav a.current:before {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            font-weight: 400;
            font-style: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: 10px;
        }

.uk-accordion-title {
    border-radius: 0px !important;
}

.login-div {
    position: absolute;
    border: 1px solid #dedede;
    z-index: 101;
    background: #fff;
    padding-bottom: 15px;
    width: 240px;
    display: none;
}

    .login-div .login-div-title {
        color: #2483c3;
        font-weight: bold;
        margin-top: 15px;
        font-size: 16px;
    }

.login-div-forget {
    font-size: 12px;
}

.login-div div div {
    margin-top: 5px;
}

.sign-in-button {
    padding: 20px 0px;
}

    .sign-in-button a {
        padding: 10px 40px;
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        color: #fff;
        border-radius: 4px;
        text-align:center;
        display:block;
    }

        .sign-in-button a:hover {
            color: #fff;
        }

.error_msg_select_plan {
    display: none;
}

.user-login:hover .login-div {
    display: block;
}

.payment-way {
    display: none;
}

.channel-img {
    background: #fff;
}

    .channel-img .img {
        border: 0px solid transparent;
    }

.more-local-tv {
    padding: 15px 0px;
    background: #54A800;
    font-weight: bold;
    font-size: 14pt;
}

    .more-local-tv a,
    .more-local-tv a:hover {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }

.info-desc-list-height.plan-data-name {
    height: auto !important;
    padding-bottom: 10px;
}

.hidden-this-class {
    display: none;
}

#phone-number-requirement {
    padding: 0px 0px 30px 0px;
}

.uk-form button.submit {
    height: auto;
    width: auto;
    padding: 3px 15px;
}

.ld-plan .plan-inner-information-content-hardware-type-name {
    font-size: 16px;
    font-weight: bold;
}

.ld-plan .dollar-s {
    font-size: 16px;
    color: #0071ce;
    line-height: 40px;
}

.ld-plan .dollar {
    font-size: 46px;
    color: #0071ce;
    line-height: 40px;
}

.ld-plan .cent {
    font-size: 20px;
    color: #0071ce;
}


.orderNow-ld {
    padding-top: 10px;
}

    .orderNow-ld a {
        padding: 5px 15px;
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        color: #fff;
        border-radius: 5px;
    }

        .orderNow-ld a:hover {
            color: #fff;
        }
.plan-inner-information-title.footer-ld {
    padding: 15px;
    margin-bottom: 60px;
}

.plan-inner-information-title.footer-ld .plan-inner-information-title-height {
    height: 60px;
}

.plan-inner-information-title.footer-ld div div {
    font-size: 14px;
}

.ld-right .plan-inner-information-title-height {
    height: auto;
}

.ld-right div p {
    font-size: 12px;
    margin-top: 10px;
}

.ld-right .plan-inner-information-title {
    padding: 15px 15px;
}

.ld-right form.uk-form select {
    font-size: 14px;
}

.ld-right .plan-inner-information-content .plan-inner-information-content-hardware-type-height {
    min-height: 40px;
}

.ld-right .plan-inner-information-content-hardware-type .plan-inner-information-content-hardware-type-name,
.ld-right .plan-inner-information-content-hardware-type .plan-inner-information-content-hardware-type-height {
    color: #005499;
}

.ld-right .plan-inner-information-content-hardware-type:nth-child(1) .plan-inner-information-content-hardware-type-name,
.ld-right .plan-inner-information-content-hardware-type:nth-child(1) .plan-inner-information-content-hardware-type-height {
    font-weight: bold;
    color: #333;
}


.shop-plan {
    border: 1px solid #ededed;
    padding: 20px;
}

.shop-plan-title {
    color: #2485c9;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.shop-include-title {
    color: #2485c9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}


.wifi-modal-inner {
    max-height: 600px;
}

    .wifi-modal-inner ul {
        padding: 0px 20px;
    }

        .wifi-modal-inner ul li {
            padding-bottom: 5px;
        }

    .wifi-modal-inner span {
        font-size: 30px;
        color: #3c8dca;
        vertical-align: bottom;
    }

/*portable wifi detail*/

.promo-wifi-desc b {
    color: #3c8dca;
    font-size: 17px;
}

.promo-wifi-desc li {
    line-height: 280%;
}

.promo-wifi-desc a {
    color: inherit;
}

.promo-wifi-desc i {
    color: #3c8dca;
}

.promo-wifi-intro {
    margin-bottom: -100px;
}

    .promo-wifi-intro h3 {
        color: #3c8dca;
        font-size: 18px;
        font-weight: bold;
    }

    .promo-wifi-intro p, .promo-wifi-intro li {
        font-size: 16px;
        line-height: 200%;
    }

.wifi-modal {
    background: none;
}

    .wifi-modal .header {
        background-color: gray;
        margin: 0px -20px 0px -20px;
    }

        .wifi-modal .header h3 {
            color: white;
            font-weight: bold;
        }

    .wifi-modal .uk-modal-footer .wifi-order-button {
        background-color: #54A800;
        color: white;
        font-weight: bold;
        padding: 10px 30px 10px 30px;
        border-radius: 20px;
        font-size: 14pt;
    }

.dollar.s {
    font-size: 26px;
}

.dollar {
    font-size: 56px;
    font-weight: bold;
    color: #2485c9;
    line-height: 50px;
}

.shop-include-price {
    margin-top: 15px;
}

.shop-plan-include {
    height: 90px;
    border: 1px solid transparent;
}

.or-by-phone-style-height {
    height: 30px;
}

.cross-heng {
    border: 1px solid #dedede;
    height: 1px;
}

.or-by-phone-words {
    font-size: 18px;
    font-weight: bold;
}

.devices-option {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.devices-title {
    color: #0071ce;
    font-weight: bold;
    font-size: 16px;
}

.devices-desc {
    margin-top: 15px;
    margin-bottom: 25px;
}

.devices-button a {
    background: #54A800;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
    color: #fff;
    padding: 7px 15px;
}

    .devices-button a:hover {
        color: #fff;
    }


.order-status-error {
}

    .order-status-error div div div {
        padding: 20px;
        font-size: 20px;
        color: #d85030;
        font-weight: bold;
    }

.error-height {
    height: 210px;
}

.order-status-error-footer {
    border-top: 1px solid #a9a9a9;
    padding: 15px 20px;
}

    .order-status-error-footer button {
        background: #005499;
        color: #fff;
        border: 0px solid transparent;
        font-size: 18px;
        padding: 5px 10px;
        border-radius: 5px;
    }

.order-form-bottom {
    margin-top: 20px;
}

    .order-form-bottom button {
        background: #54A800;
        font-weight: bold;
        font-size: 14pt;
        color: #fff;
        border: 0px solid transparent;
        padding: 5px 15px;
    }

.region-select option {
    color: #333;
}

.error-not-av {
    font-size: 18px;
}

.blogger {
    padding: 0px 9px;
    background: url('/Content/image/Social/blog.png') center left no-repeat;
    background-size: 16px;
}

    .blogger:hover {
        background: url('/Content/image/Social/blog_w.png') center left no-repeat;
        background-size: 16px;
    }

.note-contact {
    margin-top: 15px;
}

.desc-top-desc-height {
    height: 240px;
}

.desc-top-desc {
    font-size: 18px;
    color: #0071CE;
    line-height: 28px;
}

.tp-dc-title {
    font-size: 30px;
    font-weight: bold;
    color: #0071CE;
    line-height: 46px;
}

.wt-bd {
    font-weight: bold;
}

.rf-bt-bn {
    background: #ffab00;
    border-radius: 15px;
}

.refer-bottom-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
}

.refer-bottom-desc {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px;
    text-align: left;
    margin-bottom: 10px;
}

.uk-form button.cpc {
    padding: 0px 7px;
    width: auto;
    height: auto;
}

.navigation-up .navigation-v3 li.nav-float-right {
    float: right;
}

    .navigation-up .navigation-v3 li.nav-float-right a {
        background: #ffab00;
        color: #fff;
        padding: 5px 60px;
        border-radius: 5px;
    }

.fttb-tab-button1 {
    background: #ffab00;
    color: #fff;
    padding: 5px 150px;
    border-radius: 15px;
}

.fttb-tab-button2 {
    background: #929292;
    color: #fff;
    padding: 5px 150px;
    border-radius: 15px;
    margin-left: 7em;
}

.fttb-desc {
    font-size: 18px;
}

.uk-modal-header h2 ul li {
    list-style: disc !important;
}

.other-tags {
    font-size: 14px;
    background: #ffab00;
    color: #fff;
    padding: 5px 10px;
}

.other-tags-tg {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffab00 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffab00 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

div.g-recaptcha {
    margin: 0 auto;
    text-align: center;
    width: 304px;
}

/* -----------------  uk modal ------------------*/

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

    .uk-modal.uk-open {
        opacity: 1
    }

.uk-modal-page,
.uk-modal-page body {
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 20px;
    width: 600px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
    transition: opacity .3s linear, transform .3s ease-out;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto
    }
}

.uk-open .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uk-modal-dialog > :not([class*=uk-modal-]):last-child {
    margin-bottom: 0
}

.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right
}

    .uk-modal-dialog > .uk-close:first-child + :not([class*=uk-modal-]) {
        margin-top: 0
    }

.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
    border-radius: 0
}

    .uk-modal-dialog-lightbox > .uk-close:first-child {
        position: absolute;
        top: -12px;
        right: -12px;
        margin: 0;
        float: none
    }

@media (max-width:767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px
    }
}

.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

    .uk-modal-dialog-blank > .uk-close:first-child {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 1;
        margin: 0;
        float: none
    }

@media (min-width:768px) {
    .uk-modal-dialog-large {
        width: 930px
    }
}

@media (min-width:1220px) {
    .uk-modal-dialog-large {
        width: 1130px
    }
}

.uk-modal-header {
    margin-bottom: 15px;
    margin: -20px -20px 15px -20px;
    padding: 20px;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0;
    background: #fafafa
}

.uk-modal-footer {
    margin-top: 15px;
    margin: 15px -20px -20px -20px;
    padding: 20px;
    border-top: 1px solid #E5E5E5;
    border-radius: 0 0 4px 4px;
    background: #fafafa
}

    .uk-modal-footer > :last-child,
    .uk-modal-header > :last-child {
        margin-bottom: 0
    }

.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uk-modal-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #ddd
}

    .uk-modal-spinner:after {
        content: "\f110";
        display: block;
        font-family: FontAwesome;
        -webkit-animation: uk-rotate 2s infinite linear;
        animation: uk-rotate 2s infinite linear
    }

/* -----------------  uk modal end------------------*/


/* --------------------   404 Page  ---------------------------*/
.support_content._404 {
    box-shadow: 0px 0px 8px 8px #eaeaea;
    border-radius: 20px;
}

._404-title {
    color: #226dc4;
    font-size: 18vw;
    font-weight: bold;
    line-height: 300px;
    text-align: center;
}

._404-desc {
    height: 92px;
    width: 497px;
    background: url('/Content/image/404/ELE-2.png');
    color: #fff;
    line-height: 82px;
    font-size: 34px;
    text-align: center;
    margin-left: -30px;
}

._404-right-title {
    width: 80%;
    color: #226dc4;
    font-size: 40px;
    font-weight: bold;
    line-height: 46px;
    margin: 0px auto 15px auto;
}

._404-right-desc {
    width: 80%;
    font-size: 22px;
    line-height: 24px;
    margin: 0px auto 15px auto;
}

._404-right-link {
    height: 35px;
    width: 312px;
    background: url('/Content/image/404/ELE-1.png') top left no-repeat;
    text-align: center;
    margin-left: 10px;
}

._404-right-part {
    background: url('/Content/image/404/ELE-3.png') center left no-repeat;
    height: 367px;
}

._404-right-link a,
._404-right-link a:hover {
    color: #fff;
    line-height: 35px;
}

.height-right-part {
    height: 367px;
    margin-top: 30px;
}


.uk-dropdown, .uk-dropdown-blank {
    width: auto;
}

.uk-datepicker {
    background: #fff;
    color: #444;
    font-size: 1rem;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .uk-datepicker a {
        color: black;
        font-weight: 800;
    }

        .uk-datepicker a.uk-datepicker-table-muted {
            color: #ddd;
            font-weight: 200;
        }

/* cik live chat start */

#cik-chat-icon {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0071CE;
    z-index: 9999;
    text-align: center !important;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 0 8px white;
    opacity: 0.85;
    border-style: none;
}

    #cik-chat-icon:hover {
        box-shadow: 0px 0px 10px gray;
        opacity: 1;
    }

    #cik-chat-icon::after {
        font-family: FontAwesome;
        font-size: 3.6em;
        content: "\f086";
        color: white;
        line-height: 80px;
    }

#cik-chat {
    z-index: 9999;
    box-shadow: 2px 2px 6px black;
    position: fixed;
    bottom: 0px;
    right: 100px;
    background-color: white;
}

#chat-top {
    width: 500px;
    height: 40px;
    position: relative;
    background-color: #0071CE;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between !important;
}

    #chat-top > #chat-top-logo {
        width: auto;
        height: 30px;
        top: 5px;
        position: relative;
    }

    #chat-top a i {
        position: absolute;
        color: white;
        font-family: FontAwesome;
        font-style: normal;
        font-size: 1.8em;
        line-height: 40px;
        transition: all 0.5s ease;
        opacity: 0.85;
    }

        #chat-top a i:hover {
            opacity: 1;
        }

        #chat-top a i#chat-back {
            left: 15px;
        }

            #chat-top a i#chat-back::after {
                content: "\f137";
            }

        #chat-top a i#chat-min {
            right: 15px;
        }

            #chat-top a i#chat-min::after {
                content: "\f057";
            }

#chat-frame {
    width: 500px;
    height: 400px;
}

/* live chat responsive */
@media (max-width: 600px) {
    #chat-frame {
        width: 100%;
        height: 92%;
    }

    #cik-chat-icon {
        right: 30px;
        bottom: 30px;
    }

    #cik-chat {
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    #chat-top {
        width: 100%;
    }
}

/* cik live chat end */


/* ---------------------  Responsive  ---------------------------- */



@media (min-width: 769px) {
    .uk-slidenav-position ul.uk-slideshow li {
        height: 400px;
    }

    .promotion-button {
        margin-top: 40%;
    }

    .promotion-right-price-first {
        border-right: 1px solid #0071CE;
    }



    .promotion-price {
        font-size: 2em !important;
    }
}

@media (min-width: 1270px) {
    ._404-title {
        font-size: 200px;
    }
}

@media (max-width: 1100px) {
    .slider_desc .slider_desc_left_inner .uk-float-right {
        margin-right: 17%;
    }

        .slider_desc .slider_desc_left_inner .uk-float-right.rights {
            margin-right: 12%;
        }
}

@media (max-width: 960px) {
    .plan-price-right {
        margin-top: 20px;
    }

    .cik-plan-desc div {
        text-align: center;
    }

    .speed-price {
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
    }

    .speed-right-price-first {
        border-top: 1px solid #0071CE;
        padding-top: 30px;
    }

    .speed-right-price-second {
        border-top: 1px solid #0071CE;
        padding-top: 30px;
    }

    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n) {
        border-right: 1px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(1),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(2),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(3),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(4),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(5),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(6) {
        border-bottom: 1px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n+1) {
        text-align: center;
    }

    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(4n) {
        border-right: 0px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(1),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(2) {
        border-bottom: 0px solid transparent;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(4n+1) {
        text-align: left;
    }

    .checkout-installation .plan-inner-information {
        max-width: 100%;
    }

    .installation-speed-dollar {
        max-width: 300px;
    }


    .info-desc-list-height.plan-name {
        min-height: 50px;
        height: auto;
        padding-bottom: 10px;
    }


    .uk-grid-medium.tv {
        margin-left: 0px;
        padding-left: 0px;
    }

        .uk-grid-medium.tv > * {
            margin-left: 0px;
            padding-left: 0px;
        }

    .speed-price div.speed-price-front div.phone {
        font-size: 39px;
    }
}

@media (max-width: 768px) {
    .uk-slidenav-position ul.uk-slideshow li {
        height: 400px;
    }

    .slider_desc .sub_slider_desc_left_inner {
        /*border:1px solid red;*/
        width: 250px;
        margin-top: 3%;
    }

        .slider_desc .sub_slider_desc_left_inner h1 {
            color: #0071CE;
            font-weight: bold;
            font-size: 20px;
            margin: 0 0 0 0;
            line-height: 22px;
        }

        .slider_desc .sub_slider_desc_left_inner p {
            color: #0071CE;
            font-size: 12px;
            font-weight: normal;
            margin-top: 5px;
            margin: 5px 0 2px 0;
        }


    .slider_desc .slider-center-container .uk-container-center .price .dollar-start .dollar-cell {
        margin-left: 0px;
        margin-right: 0px;
    }

    .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price .slider-detail-button {
        max-width: 120px;
        margin-top: 2vw;
        margin-left: auto;
        margin-right: auto;
    }

    .table-one-time-charge {
        width: 960px;
    }

    .table-one-time-charge-overflow {
        max-width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .order-status-title {
        font-size: 24px;
    }

    .support-contact-height {
        height: 100px;
    }

    .cityListName {
        max-width: 100% !important;
    }

    ._404-right-part {
        background: transparent center left no-repeat;
        height: 300px;
    }

    .height-right-part {
        height: 200px;
        margin-top: 0px;
    }

    ._404-right-link {
        margin-left: -10px;
    }

    ._404-title {
        font-size: 32vw;
    }

    #countdown {
        font-size: 5vw;
        margin-left: 35%;
    }

    .promotion-button a {
        font-size: small !important;
    }

    .right-tag {
        margin-top: -25px;
        margin-left: 392px;
    }

    .blue-boarder-top {
        padding-top: 25px;
    }

    .speed-price div.speed-price-front div.phone {
        font-size: 39px;
    }

    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(4n) {
        border-right: 1px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(1),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(2),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(3),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(4),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(5),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(6) {
        border-bottom: 1px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(6n+1),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(4n+1) {
        text-align: center;
    }

    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(3n) {
        border-right: 0px solid #a9a9a9;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(1),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(2),
    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-last-child(3) {
        border-bottom: 0px solid transparent;
    }


    .plan-inner-information-content-hardware-type-view-detail-list div div:nth-child(3n+1) {
        text-align: left;
    }

    /*.checkout-nav {
        display: none;
    }*/

    .checkout-nav.current {
        display: block;
    }

    .cik-plan {
        margin-top: 40px !important;
    }
}





@media (max-width: 768px) and (min-width:568px) {

    .slider_desc .slider-center-container .uk-container-center .uk-text-center h1, .slider_desc .slider-right-container .slider-right-middle h1 {
        color: #000;
        font-size: 2.8em;
        font-weight: bold;
    }

    .home-slider-list-3 .slider_desc .slider-right-container .slider-right-middle .uk-text-center p span {
        display: block;
        width: 210px;
        word-wrap: break-word;
    }

    .home-slider-list-3 .slider_desc .slider-right-container .slider-right-middle {
        margin-top: 7%;
        padding-right: 20px;
        float: right;
    }
}

@media (max-width: 660px) {

    .plan-inner-information-content-hardware-type-height.add-choose {
        height: 150px;
    }

    .promotion-button a {
        font-size: x-large !important;
    }
}

@media (max-width:567px) {

    .slider_desc .slider-center-container {
        position: relative;
        margin-top: 17%;
        max-width: 1000px;
        margin-left: 0;
    }

        .slider_desc .slider-center-container .uk-container-center .uk-text-center h1, .slider_desc .slider-right-container .slider-right-middle h1 {
            color: #000;
            font-size: 1.9em;
            font-weight: bold;
        }

        .slider_desc .slider-center-container .uk-container-center .uk-text-center p {
            color: #000;
            font-size: small;
        }

        .slider_desc .slider-center-container .uk-container-center .price .price-slider-big {
            font-size: 3.5em;
            margin-left: -1px;
            margin-top: 7px;
        }

        .slider_desc .slider-center-container .uk-container-center .price .cent {
            margin-left: 1.4em;
        }

        .slider_desc .slider-center-container .view .view_details, .slider_desc .slider-right-container .view .view_details {
            height: 30px;
            background: #54A800;
            font-weight: bold;
            font-size: 14pt;
            border-radius: 20px;
            max-width: 160px;
            min-width: 120px;
            margin-top: -10px;
            margin-left: 5px;
        }

    .home-slider-list-2 .slider_desc .slider-center-container .uk-container-center .price .slider-detail-button {
        margin-left: -20px;
        margin-right: auto;
        margin-top: 0px;
    }

    .home-slider-list-2 .slider_desc .slider-right-container .slider-right-middle,
    .home-slider-list-3 .slider_desc .slider-right-container .slider-right-middle {
        margin-top: 7%;
        float: none;
        width: 100%;
    }

        .home-slider-list-2 .slider_desc .slider-right-container .slider-right-middle .price {
            margin-top: -150px;
            margin-left: 50%;
        }

            .home-slider-list-2 .slider_desc .slider-right-container .slider-right-middle .price > a {
                display: block;
                margin-left: 50px;
                margin-top: 20px;
            }

        .home-slider-list-3 .slider_desc .slider-right-container .slider-right-middle .uk-text-center p {
            padding: 0 20px 10px 20px;
        }

    .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .uk-text-center h1, .slider_desc .slider-right-container .slider-right-middle h1 {
        font-size: 1.8em;
    }

    .home-slider-list-1 .slider_desc .slider-center-container {
        padding-top: 5%;
    }

        .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price .dollar-start .dollar-cell {
            margin-left: 0;
        }

        .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price .cent {
            margin-left: 1vw;
            margin-top: -5px;
        }

        .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price {
            color: #0071CE;
            font-size: medium;
            padding-top: 5px;
        }
}

@media (max-width: 500px) {

    .speed-img img {
        width: 50px;
    }

    .speed-speed {
        font-size: 14px;
    }

    .peed-des {
        font-size: 10px;
    }

    .speed-price div {
        font-size: 16px;
    }

        .speed-price div.speed-price-front div {
            font-size: 36px;
        }

            .speed-price div.speed-price-front div.small {
                font-size: 25px;
            }

        .speed-price div.speed-price-front {
            margin-left: -10px;
        }

            .speed-price div.speed-price-front div.phone {
                font-size: 35px;
            }

    .speed-price div.phone {
        font-size: 16px;
    }

    .order-status-title {
        font-size: 20px;
    }

    .cik-plan-title {
        line-height: 22px;
        font-size: 20px;
    }

    .tag-package {
        font-size: 16px;
    }
}


@media (max-width: 450px) {
    .checkout-nav p {
        font-size: 10px;
    }

    .uk-slidenav-position ul.uk-slideshow li {
        height: 320px;
    }

    .business-description {
        /*height: 82px;*/
        overflow: hidden;
    }

    .view-news-title {
        font-size: 18px;
    }

    ._404-title {
        line-height: 170px;
    }

    ._404-right-part {
        height: 350px;
    }

    .height-right-part {
        height: 350px;
    }

    #countdown {
        font-size: 5vw;
        margin-left: 32%;
        margin-top: 37%;
    }
}


@media (max-width: 320px) {
    .checkout-nav p {
        font-size: 9px;
    }

    .uk-slidenav-position ul.uk-slideshow li {
        height: 300px;
    }

    .home-slider-list-1 .slider_desc .slider-center-container .uk-container-center .price {
        width: 80%;
    }

    .home-slider-list-2 .slider_desc .slider-right-container .slider-right-middle .price {
        margin-top: -150px;
        margin-left: 30%;
    }

    .home-slider-list-3 .slider_desc .slider-right-container .slider-right-middle .uk-text-center p span {
        display: block;
        width: 270px;
        word-wrap: break-word;
    }

    ._404-right-title {
        font-size: 10vw;
    }

    ._404-right-desc {
        font-size: 5vw;
    }

    #countdown {
        font-size: 5vw;
        margin-left: 27%;
        margin-top: 51%;
    }
}


.slider_desc .sub_slider_local_tv {
    width: 355px;
    padding: 18px;
    margin-top: -10%;
}

    .slider_desc .sub_slider_local_tv h1 {
        color: black;
        font-weight: bold;
        font-size: 36px;
    }

    .slider_desc .sub_slider_local_tv p {
        color: black;
        font-size: 18px;
    }


@media (max-width: 1024px) {

    .slider_desc .sub_slider_local_tv {
        width: 250px;
        margin-top: 3%;
        background: rgba(246,246,246,.7);
    }

        .slider_desc .sub_slider_local_tv h1 {
            color: black;
            font-weight: bold;
            font-size: 24px;
            margin: 0 0 0 0;
            line-height: 22px;
        }

        .slider_desc .sub_slider_local_tv p {
            color: black;
            font-size: 14px;
            font-weight: bold;
            padding-top: 10px;
            margin: 5px 0 2px 0;
        }
}

/* mobile nav site link */
#mobile-nav .uk-width-1-1.rb-link {
    display: flex;
    flex-direction: column;
    text-align: center;
}

    #mobile-nav .uk-width-1-1.rb-link > a {
        color: white;
        font-size: 1em;
        margin: 10px;
    }

.-fttb-promo-intro {
    color: #0071CE;
    font-weight: 900;
    font-size: 38px;
}

.-fttb-promo-brief {
    color: #0071CE;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
}

.-line-height-normal {
    line-height: 1.6;
}

.-fttb-promo-feature {
    height: 200px;
}

.-fttb-promo-feature-desc {
    color: #35c2ff;
    font-weight: 700;
}

.-fttb-promo-ad {
    position: relative;
}

.-fttb-promo-ad-bg {
    position: relative;
    width: 100% !important;
}

.-fttb-promo-ad-btn {
    transition: all 0.5s ease;
    position: absolute;
}

    .-fttb-promo-ad-btn:hover {
        transform: scale(1.1);
    }

.-fttb-promo-ad-link {
    font-size: 2.2rem;
}

@media(max-width:768px) {
    .-fttb-promo-intro {
        font-size: 22px;
    }

    .-fttb-promo-brief {
        font-size: 20px;
    }

    .-line-height-normal {
        line-height: 1.2;
    }
}

@media(min-width: 375px) {
    .cik-plan-two-button {
        display: flex;
        justify-content: space-between;
    }
}

button {
    cursor: pointer;
}

.address-check-button {
    background-color: #015699;
    color: #fff;
    border-radius: 5px;
    border-style: none;
}

.address-check-modal {
    background-color: #eef7ff;
}

.address-check-modal-content {
    padding: 50px 95px 50px 95px;
}

@media only screen and (max-width:768px) {
    .address-check-modal-content {
        padding: 0;
    }
}

.address-check-font-color {
    color: #015699;
}

.modal-message {
    padding: 10px 95px 50px 95px;
    text-align: center;
}

@media only screen and (max-width:768px) {
    .modal-message {
        padding: 10px 10px 50px 10px;
    }
}

/*To override css rules from uikit that do not comply with WCAG*/
a, .btn-link {
    color: #0071c8;
}
.uk-alert-danger {
    color: #C63E3E;
}

/* CSS used by Bulk Order pages */
h1.bulk-order-h1 {
    margin: 20px 0px;
    font-weight: bold;
    color: #015697;
}

.light-blue-panel {
    width: 100%;
    background-color: #eef7ff;
    padding: 20px 40px;
}

.rounded-shadow-panel {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 0.2);
    margin: 20px 0px;
}

.light-blue-panel #s_addressLine1 {
    height: 100px;
    border-color: #0071cf;
    margin: 10px 0px;
    border-radius: 10px;
}

.bulk-order-address-check-button {
    background-color: #0071cf;
    color: #fff;
    border-radius: 15px;
    border-style: none;
    padding: 10px 15px;
    font-weight: bold;
}

.dark-blue-font-color {
    color: #015697;
}

.bulk-order-two-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media(max-width: 500px) {
    .bulk-order-two-button {
        display: flex;
        flex-direction: column;
    }
}

    .rounded-primary-button, .rounded-secondary-button {
        border-radius: 100px;
        border-style: none;
        color: #fff;
        font-size: 14pt;
        font-weight: bold;
        text-align: center;
        padding: 10px 20px;
        margin: 20px;
        display: block;
    }

        .rounded-primary-button:hover, .rounded-secondary-button:hover, .rounded-primary-button:focus, .rounded-secondary-button:focus {
            color: #fff;
        }

    .your-address {
        background-color: #fff;
        border: 1px solid #4094dc;
        padding: 10px 20px;
        margin: 20px 0px;
        border-radius: 10px;
        display: flex;
        align-items: center;
    }

        .your-address i {
            font-size: 40px;
            color: #0071CE;
            margin: 0px 5px;
        }

    .your-address-label {
        color: #0071CE;
        font-size: 18px;
        font-weight: bold;
        padding: 0px 5px;
    }

    .rounded-primary-button {
        background-color: #0b7ff6;
    }

    .rounded-secondary-button {
        background-color: #00A3A8;
    }

    .bulk-order-plan {
        margin-top: 50px;
        background-color: #0071CE;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .bulk-order-plan-text {
        display: flex;
        justify-content: center;
        padding: 10px;
        color: #fff;
    }

    .bulk-order-form-spacing {
        margin-bottom: 10px;
    }

    .agree-form-panel {
        padding: 20px 40px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-color: #fafafa;
    }

    .bulk-order-blue-text {
        font-size: 18pt;
        font-weight: bold;
        color: #015697;
    }

html.uk-modal-page {
    /* Prevent scroll to top when opening uk-modals. */
    overflow: initial;
}


/* styling for SuperFibre and Fibre pre-orders */
#pre_order_modal .uk-modal-dialog {
    width: 900px;
}

#pre_order_modal .uk-modal-header {
    background-color: #d7f1fe;
    font-size: 24pt;
    font-weight: bold;
    color: #02559b;
    padding: 40px;
}

#pre_order_modal .uk-modal-body {
    background-color: #eff6ff;
}

    #pre_order_modal .uk-modal-body .container {
        padding: 5px 40px;
    }

#pre_order_modal .uk-modal-footer {
    background-color: #f9f9f9;
}

#pre_order_modal label {
    font-weight: bold;
    text-align: left;
}

#pre_order_modal .row {
    padding: 5px 5px;
}

#pre_order_modal .container input {
    width: 100%;
}


.blue-text {
    color: #0071cd;
}

.blue-text-secondary {
    color: #009BA3;
}

.light-blue-bg {
    background-color: #e9f6ff;
}

.light-grey-bg {
    background-color: #f1f3f2;
}

.font-poppins {
    font-family: 'Poppins', sans-serif !important;
}

.font-weight-semi-bold {
    font-weight: 600;
}

input:user-invalid, select:user-invalid, textarea:user-invalid {
    border: 2px solid red;
}
.awesomplete {
    width: 100%;
}
    .awesomplete > input {
        width: 100%;
    }

.awesomplete ul {
    text-align: left;
}