﻿.customer-details-wrapper .custom-customer-detail-dob:before {
    position: absolute;
    content: '';
    right: 5px;
    top: 15px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
    
}

.pickup-points .custom-customer-detail-dob:before {
    position: absolute;
    content: '';
    right: 40px;
    top: 15px;
    border: solid #006d9f;
    border-width: 0 2px 2px 0;
    transform: rotate( 45deg );
    display: inline-block;
    padding: 2.3px;
}

.hr-line-fibre{
    margin-left:15px;
}

.select-another-bank {
    color: #0095da !important;
}

.min-width-170 {
    min-width: 170px !important;
}

/*.min-height-bundle .wrap-amount {
    margin-top: 6px;
}*/

.html-shopping-cart-page .product-price .label-price {
    padding-top: 6px;
}

.add-hardware-section .col-md-3 {
    width: 26%;
}

.html-payment-info-page .modal-body iframe {
    border: 0px !important;
    width: 100% !important;
    height: 660px;
}


.m-image-hide {
    display: none;
}

.item-bg-style {
    background: #ffffff url(../images/tile-bg.png);
    float: left;
    min-height: 324px;
    padding-bottom: 10px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.mop-calendar-wrapper {
    /* max-width: 280px; */
    font: 100% system-ui;
    margin: 0 auto;
    background: var(--white-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 15px #0a121d80;
    border-radius: 0px 0px 8px 8px;
    opacity: 1;
    padding: 15px;
    position: absolute;
    width: 50%;
    top: 35px;
    left: 25%;
}

.mop-calendar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

    .mop-calendar li {
        margin: 8px;
        color: #0A121D;
        padding: 10px;
        border-radius: 50%;
        cursor: pointer;
    }

        .mop-calendar li:hover {
            background: #179EDD;
            color: #fff;
        }
/*.mop-first-day {
    grid-column-start: 3;
}*/
.mop-day-name {
    background: #eee;
}

/*h1 {
    text-align: center;
}*/

ol {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

li {
    padding: 2px;
}



.img-hight {
    height: 100%;
}

.html-shopping-cart-page .home-product-short-desc li {
    color: #003750;
}

/*.html-shopping-cart-page .check-container-two .checkmark:after {
    left: 6px;
    bottom: 2px;
    width: 6px;
    height: 12px;
    border: solid #006D9F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}*/

.html-order-details-page .product-quantity {
    margin-left: 20px;
}

.li-color {
    color: #0095da;
}

.html-shopping-cart-page .sw-btn-group {
    bottom: -26px;
}

.html-order-details-page .order-details-page .totals.section {
    border-top: none !important;
}

.html-order-details-page .cart td, .data-table td, .forum-table td {
    border-bottom: 1px solid rgba(162, 182, 191, 25%) !important;
}

    .html-order-details-page .cart td.subtotal, .data-table td.total {
        text-align: right;
    }

.note-s {
    color: #A2B6BF
}

.decode-srn {
    position: absolute;
    top: -20px;
    left: 14px;
}

.disable-btn {
    cursor: none;
    background-color: #ccc !important;
    pointer-events: none;
    border: none !important;
    padding: 16px;
}

.buy-btn-1 {
    color: #fff !important;
    font-size: 12px !important;
    float: right !important;
    margin-top: 0px !important;
    background: #0095da !important;
    width: 120px !important;
    border-radius: 50px !important;
    text-align: center !important;
    padding: 12px 18px !important;
    min-width: 100px !important;
    outline: none;
    border: 0px;
}

.from-lbl {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.p-style {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.home-product-short-desc-bundle {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.html-order-completed-page .ui-widget.ui-widget-content {
    /* top: 150px !important;*/
    width: 500px !important;
}

.box-three {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    /* padding: 10px 10px 5px 10px;*/
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: auto;
    margin: 0px 0px 10px 0px;
}

.box-three-2 {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    /* padding: 10px 10px 5px 10px;*/
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: auto;
    margin: 0px 0px 10px 0px;
}

.box-radius {
    border-radius: 10px;
    background-color: #fff;
}

.col-one {
    padding: 0 20px;
}

.sw-btn-group .btn-primary {
    border-radius: 20px !important;
    background-color: #0095da;
    color: #fff;
    border: 2px solid #0095da;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.sw-btn-group .btn-light:hover {
    /*    background-color: #0095da;
    color: #fff !important;
    border: 2px solid #0095da;*/
}

.sw-btn-group .btn-light {
    border-radius: 20px !important;
    background-color: #fff;
    color: #0095da !important;
    border: 2px solid #0095da;
    font-weight: 500;
    font-size: 16px;
}

.light-blue {
    color: #0095da !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mt-30 {
    margin-top: 30px;
}

.font-16 {
    font-size: 16px !important;
}

.font-14 {
    font-size: 14px !important;
}

.green {
    color: #33ca33 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-12 {
    font-size: 12px;
}

.blue {
    color: #030A1B;
}

.font-21 {
    font-size: 21px;
}

.box-radius hr {
    border-top: 1px solid #d3d9dc;
}

.mt-75 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}


.box-three .h3 span {
    font-size: 0.8rem;
}

.mb-60 {
    margin-bottom: 60px;
}

img.wifi-img-top {
    width: 32px;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    /*  top: 0;*/
    left: 0;
    height: 25px;
    width: 25px;
    border: 0px solid #006D9F;
    background-color: #006D9F;
    border-radius: 4px;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container-setupdebit.check-container .checkmark:after {
    left: 7px;
    top: 3px;
}

.check-container .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.shedule-install-wrapper {
    padding: 0 100px;
}
/*.cart-page .row {
    max-width: 100%;
    width: 100%;
}*/

.wrap-price-icon {
    width: 100%;
    bottom: 10px;
    color: #003750;
    padding: 20px;
}

.product-name {
    font-size: 16px;
    /* height: 45px; */
    /* float: left; */
}

.minus, [class^="minus"] {
    background: transparent;
    color: #0095da;
    /* font-size: 2.5rem; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 7px;
    height: 25px;
    width: 35px;
    line-height: 25px;
}

.plus, [class^="plus"] {
    background: transparent;
    color: #0095da;
    /* font-size: 26px; */
    box-shadow: 0px 0px 0px transparent;
    border: 0px;
    margin: 6px 10px;
    float: right;
    width: 35px;
}

.price-wraps {
    float: left;
    width: 100%;
}

.wrap-price-icon .price {
    display: flex;
}

.btn-next-cart.billing-addressbtn-cart {
    bottom: 0px;
    top: 112px;
}

#address-box2 .address-h {
    height: 60px;
}

.price-wraps .qty-input {
    width: 30px;
    height: 30px;
    padding: 0px 5px;
    text-align: center;
    font-size: 15px;
    color: #80939c;
    background: transparent;
    border: 2px solid #80939c;
    border-radius: 5px;
    margin-bottom: 0px;
}

.price {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.wrap-price-icon .h3 {
    font-size: 20px !important;
}

.add-to-wishlist-button {
    background-image: url(../images/Wishlist_border.png);
    background-color: transparent;
    font-size: 0px;
    width: 23px;
    height: 20px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    /* float: right;*/
    /* margin: -17px 0px; */
}

.update-cart-button {
    background-image: url(../images/Delete.png);
    background-color: transparent;
    font-size: 0px;
    width: 18px;
    height: 22px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
    margin-right: 8px;
}

.delet-cart-button {
    background-image: url(../images/delete-W.png);
    background-color: transparent;
    font-size: 0px;
    width: 18px;
    height: 22px;
    border: 0px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 0px;
    margin: 0px -15px 0px 0px;
    float: left;
}

.cart-img-wrap {
    height: 100px;
    float: left;
    width: 100%;
}

    .cart-img-wrap img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.product .product-name {
    height: auto;
    width: 100%;
}

.sw-btn-group {
    bottom: -18px;
    margin: auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-three .product-name {
    float: left;
    height: 22px;
    width: 100%;
}

.add-to-cart-panel {
    display: flex;
    padding: 10px 0px;
}

.add-to-cart-button {
    background-image: url(../images/Add-to-Cart-Icon.svg);
    background-position: 30px;
    height: 45px;
    text-align: center;
    background-size: 12%;
    padding: 0px 16px;
    text-indent: 20px;
    background-repeat: no-repeat;
}

.mt-100 {
    margin-top: 100px;
}

/*-----add css form button---*/

.white-text {
    color: white;
}

​​
.installation-wrap {
    position: relative;
}

.grey-out-button, .grey-out-button:hover {
    background-color: #cccccc !important;
}

.bring-to-center {
    margin-top: 15px !important;
}

.added-in-wishlist .add-to-wishlist-button {
    background-image: url("../images/Wishlist.png");
}

.pt-8 {
    padding-top: 8px;
}

.pb-8 {
    padding-bottom: 8px;
}

.cart-item {
    border-top: 0px solid transparent !important;
    text-align: left !important;
    padding-left: 20px !important;
}
/*Css For cart Right hand side*/
.wrap-items {
    float: right !important;
}

​​​​​
.cart-item .pb-8 {
    font-size: 14px;
}

​
.col-centered {
    float: none;
    margin: 0 auto;
}


.carousel-control img {
    width: 42px;
}

.carousel-control.left,
.carousel-control.right {
    margin-right: -58px;
    margin-left: -58px;
    background-image: none;
    opacity: 1;
    top: 42%;
}

.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 10px;
    float: left;
}

/*.active > div {
    display: none;
}*/

.active > div:first-child {
    display: block;
}

/*xs*/
@media (max-width: 767px) {
    .select-vetting-mdialog {
        width: 96% !important;
    }

    .m-mt-10 {
        margin-top: 10px;
    }

    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active > div:first-child + div {
        display: block;
    }

        .active > div:first-child + div + div {
            display: block;
        }

            .active > div:first-child + div + div + div {
                display: block;
            }
}

.block {
    width: 100%;
    height: 282px;
    /* padding: 10px; */
    /* margin: 7px; */
    background-image: url(../images/Product_bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 5px 16px 5px rgba(0,0,0,0.14);
}

.billing-address-box-padding {
    padding: 25px 20px 0;
}

.billing-addressbtn-cart {
    position: relative;
    bottom: -24px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 352px !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 45% !important;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

/*.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}*/
.slider .row {
    width: 100%;
}

.slider .item {
    width: auto;
}

/*Css for Delivery address*/
.outline-btn {
    border: 2px solid #0095da;
    border-radius: 32px !important;
    color: #0095da !important;
    font-size: 14px;
    padding: 12px 26px;
    text-decoration: none !important;
    background: transparent;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    height:51px;
}

.outline-btn-white {
    border: 2px solid #fff;
    border-radius: 32px !important;
    color: #fff !important;
    font-size: 18px;
    padding: 13px 40px;
    text-decoration: none !important;
    background: transparent;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
}

.primary-btn {
    border: 2px solid #0095da;
    background: #0095da;
    border-radius: 32px !important;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 26px;
    text-decoration: none !important;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

    .primary-btn:hover, .primary-btn:focus, .primary-btn:hover, .primary-btn:focus {
        background-color: #0095da !important;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:hover, .btn-primary:focus {
    background-color: #0095da;
    border-color: transparent !important;
}

.btn-position {
    position: relative;
    bottom: 38px;
}

.step-position {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
}

.search-input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #4c5c63 !important;
    box-shadow: none !important;
    outline: none;
    width: 51% !important;
    margin-bottom: 0px !important;
    padding: .5rem 0rem !important;
    display: inline-block !important;
    margin-right: 20px !important;
}

.not-found-page-bg {
    background-image: url("../images/page-not-found.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1080px;
}

.lbl-tracking-num {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_wrap.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #00000080;
    min-height: 60px;
}

.dark-bg {
    padding: 5em 0 4em 0;
    background-image: url(../images/bg-image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.html-ScheduleInstallation1-page .dark-bg {
    padding: 7em 0 0em 0;
    background-image: url(../images/bg-image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 100%;
}

.header_wrap {
    position: absolute;
    width: 100%;
    background-color: transparent;
    /* height: 60px; */
}

.box-radius {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    margin-bottom: 100px;
    /*margin-top: 50px;*/
}

.box-padding {
    padding: 25px 20px 54px;
}

.lbl-delivery-status {
    color: #73919F;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-ordercustom-status {
    font-size: 20px !important;
}

.custom-checkout-cpmplete-row {
    padding-bottom: 7px !important;
}

.lbl-order {
    color: #09446E;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.lbl-color-2 {
    color: #73919F;
}

.lbl-status {
    color: #0095da;
}

.dark-blue {
    color: #006D9F;
}




.badge-w {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: 12px !important;
    font-weight: 700;
    color: #000 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff !important;
    border-radius: 50% !important;
    margin-left: 8px;
    line-height: 15px;
    border: 1px solid #8a8b8d;
}


/*=input focus effects css= */
:focus {
    outline: none;
}


.input-bx {
    margin: 10px 3% 10px 0%;
    position: relative;
}

@media (max-width: 600px) {
    .input-bx {
        margin: 10px 0%;
    }
    .hr-line-fibre {
        margin-left: 0px;
    }
}

/* necessary to give position: relative to parent. */
input[type="text"] {
    font: 15px/24px "roboto", Arial, sans-serif;
    color: #006d9f;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0px;
    box-shadow: none;
}

.input-effect label {
    color: #a2c9dc !important;
    font-weight: 300 !important;
}
.fibre-input-effect label {
    color: #1A334C !important;
}

.txt-effect {
    border: 0 !important;
    padding: 4px 0 !important;
    border-bottom: 0.25px solid #a2c9dc !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #006D9F !important;
}
.ba-txt-effect {
    border: 0 !important;
    padding: 4px 0 !important;
    border-bottom: 1px solid #d3d9dc !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1A334C !important;
    opacity: 80%;
    font-size: 16px !important;
}

.txt-effect ~ .focus-border {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 2px !important;
    background-color: #3399ff !important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
}

    .txt-effect:focus ~ .focus-border,
    .has-content.txt-effect ~ .focus-border {
        width: 100%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .txt-effect ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 9px;
        color: #aaa;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .txt-effect:focus ~ label,
    .has-content.txt-effect ~ label {
        top: -16px;
        font-size: 12px;
        color: #3399ff;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

#placeholder ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, .6);
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #006D9F;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #006D9F;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #006D9F;
}

input[type="text"] {
    color: #fff;
}

.cvc-s {
    color: #006D9F;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.img-responsive {
    display: inline-block !important;
}

.securelbl {
    color: #10D040;
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
    vertical-align: bottom;
}

.left-38 {
    left: 38% !important;
}

.img-card {
    text-align: center;
    display: inline-block;
}

.opacity-5 {
    opacity: 0.5;
}

.address-box {
    /*min-height: 82px;*/
    padding: 12px 20px;
    border: 2px solid #D0DADF;
    border-radius: 8px;
    width: 94%;
    float: right;
    /*  height: 180px;*/
}

.blue-border {
    border: 2px solid #0095da;
}

.round {
    position: absolute;
    margin-top: 7%;
}

.round-1 {
    position: absolute;
    margin-top: 12%;
}

.round label {
    background-color: #fff;
    border: 2px solid #D0DADF;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px !important;
}

label {
    max-width: inherit !important;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

    .round input[type="checkbox"]:checked + label {
        background-color: #0095da;
        border-color: #0095da;
    }

        .round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

.round.mt-58.fibre-round input[type="checkbox"]:checked + label {
    background-color: #1A334C !important;
    border-color: #1A334C !important;
}

        .round.mt-58.fibre-round input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }
.round-1.mt-58.pickup-in-store.fibre-round input[type="checkbox"]:checked + label {
    background-color: #1A334C !important;
    border-color: #1A334C !important;
}

.round-1.mt-58.pickup-in-store.fibre-round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.lbl-light-blue {
    color: #0095da;
}

.select-selected {
    color: #006d9f !important;
    font-size: 14px;
    padding: 8px 16px;
    border: 0px;
    border-bottom: 1px solid #a2c9dc !important;
    padding: 5px 16px 5px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 255px;
    margin-bottom: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ba-select-selected {
     /*color: #1A334C !important;
    opacity: 80%;*/
    color: rgb(26, 51, 76,0.8);
    font-size: 16px;
    padding: 8px 16px;
    border: 0px;
    border-bottom: 1px solid #d3d9dc !important;
    padding: 5px 16px 5px 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 255px;
    margin-bottom: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.left-41 {
    left: 41% !important;
}

.w-100 {
    width: 100% !important;
}

.purches-box {
    border: 1px solid #0095da;
    border-radius: 10px;
    background: transparent;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.active-1 {
    border: 2px solid #0095da;
}

.clear-both {
    clear: both;
}

.wrap-quantity h4 {
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {


    .address-box {
        min-height: 82px;
        padding: 12px 0px;
        border-radius: 8px;
        width: 86%;
        float: none;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .pickup-points .custom-customer-detail-dob:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 15px;
        border: solid #006d9f;
        border-width: 0 2px 2px 0;
        transform: rotate( 45deg );
        display: inline-block;
        padding: 2.3px;
    }

    .m-float-l {
        float: left !important;
    }

    .lbl-order {
        font-size: 14px;
    }


    .m-text-left {
        text-align: left !important;
    }

    .search-input {
        width: 44% !important;
    }
}

.address-item:nth-child(2) {
    display: none;
}

.address-grid .address-wrapper-box:nth-child(2) {
    display: none;
}

.billing-page .row {
    max-width: 100%;
}

.btn-next-cart {
    position: absolute;
    bottom: -310px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 32px !important;
    z-index: 999;
}

/*.btn-next-cart {
    position: relative;
    bottom: -274px;
   
    border-radius: 32px !important;
    z-index: 999;
}*/
.product .attributes {
    color: #030A1B !important;
    font-weight: 300 !important;
    margin-top: 5px !important;
    font-size: 14px !important;
}

#shopping-cart-form .box-radius {
    margin-left: 10px;
}

.font-weight-bold {
    font-weight: bold;
    color: #179EDD;
}

.dark-blue-font {
    color: #006D9F;
}

.payment-description {
    display: block;
    color: red;
}

.payment-logo .payment-description {
    display: none;
}

.payment-wrapper-main li {
    float: left;
    padding: 0px;
    border-radius: 50%;
    margin: 0px !important;
    width: 230px !important;
}

    .payment-wrapper-main li .payment-logo img {
        border-radius: 10px;
        width: 200px;
        height: 125px;
    }

.txt-white {
    color: white;
}

.bold-font {
    font-weight: bold;
    /*  font-family: 'Roboto-Bold'*/
}

.payment-method .payment-logo {
    display: block;
    background-color: transparent;
    padding-bottom: 30px;

}
.payment-logo img {
    height: 180px;
}
.payment-sub-section {
    /* font-weight: lighter;
    font-family: 'Roboto-Light';*/
    font-size: 18px;
}

.order-completed-page h1 {
    margin-top: 0px;
}
/*Zoom Functionality CSS*/
#preview {
    margin-top: 10px;
    border: 1px solid #fff;
    width: 500px;
    height: 350px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 100px;
    left: 35%;
    z-index: 2;
    background: #fff;
    background-repeat: no-repeat;
    border-radius: 10px;
}

#samples {
    text-align: center;
    /* height: 100%; */
    /* position: relative; */
    /* top: -155px; */
    /*  width: 80%;*/
}

    #samples img {
        display: block;
        left: -20px;
        right: 0px;
        margin: auto;
       /* max-height: 100%;
        max-width: 80%;*/
        /* bottom: 0px;*/
        bottom: 0px;
        /*padding: 1rem 0rem 1rem 0rem;*/
    }

        #samples img:hover {
            cursor: zoom-in;
            border: 0;
            /*-moz-box-shadow: 2px 2px 7px 2px rgba(130,130,130,1),-1px -1px 7px 2px rgba(130,130,130,1);*/
            /* -webkit-box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-1px -1px 7px 2px rgba(130,130,130,1); */
            /* box-shadow: 2px 2px 7px 2px rgb(7 66 106), -2px -2px 7px 2px rgb(7 66 104 / 91%); */
        }

.wrap-content-available-star {
    display: flex;
}

/*@media screen and (max-width: 767px) {
    #samples img {
        display: inline-block;
    }
}*/



.purches-box {
    border: 1px solid #0095da;
    border-radius: 10px;
    background: transparent;
}

.lbl-delivery-status {
    color: #73919F;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbl-color-2 {
    color: #73919F;
}

.order-number {
    text-transform: uppercase;
    color: #0095da;
    font-weight: 600;
}

.product-subd {
    color: #0095da;
    margin-left: 34px !important;
    font-size: 12px;
}

/*.order-confirm-page, .order-completed-page {
    margin-top: 70px;
    margin-bottom: 40px;
}*/

.d-none {
    display: none;
}

.hr-blue {
    border-top: 1px solid rgba(162, 182, 191, 10%);
}

.stock {
    margin-left: 1em;
}

    .stock span {
        color: #0095da !important;
    }

.wrap-quantity .row {
    display: flex;
}

.wrap-quantity p {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}

.wrap-quantity .row .col-md-3 {
    align-self: flex-end;
}

.product-name h1 {
    margin: 0px;
}

hr.col-md-12 {
    width: 96%;
}

.product-fearure-area .feature-p {
    align-self: center;
    width: 20%;
}

.product-fearure-area {
    border-top: 1px solid rgba(162, 182, 191, 10%);
    padding-top: 1em;
    margin-top: 3em;
}

.width-75 {
    width: 80%;
}

.image-notification {
    background-image: url(../images/Product_bg.png);
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 2em;
    height: 30vmin;
    min-height: 180px;
    border-radius: 12px;
    position: relative;
}

    .image-notification img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        padding: 20px
        /* object-fit: contain; */
    }

.notification-label {
    font-size: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
}

.notification-text {
    font-size: 20px !important;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.moreinfo_datausage_popup.ui-widget.ui-widget-content {
    border: 1px solid #0095da;
    margin: -100px auto;
    top: auto;
    /* bottom: 0px; */
    /*top:220px !important;
    left: 0px !important;
    right: 0px;*/
}
/*.html-shopping-cart-page .ui-widget.ui-widget-content {
    top: 220px !important;
}*/
.order-list-page h1 {
    margin-top: 20px;
    font-weight: 100;
    font-size: 40px;
    font-weight:500;
}

.order-list .f-36{
    font-size:30px !important;
}

.lbl-order {
    color: #1A334C;
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.lbl-color-2 {
    color: #1A334C !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.lbl-status {
    color: #1A334C;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.lbl-sub {
    color: #1A334C;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.install-info-plus {
    color: #0095da;
    font-weight: 600;
    font-size: 15px;
}

.order-details-page h1 {
    margin-top: 20px;
    font-weight: 100;
    font-size: 40px;
    font-weight:500;
}

.order-details-box-p {
    padding: 30px 40px 44px 40px;
}

.picture {
    display: inline-block;
}

.img-s {
    border: 2px solid #D0DADF;
    border-radius: 8px;
    height: 65px;
    width: 65px;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

.order-details-page .product {
    padding: 10px 0px;
}

.order-details-page .cart th, .data-table th, .forum-table th {
    padding: 10px 0px;
}


.product-imgC {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.order-details-page .cart td.subtotal, .data-table td.total {
    padding: 0px;
}

.sub-h {
    color: #73919F;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.product-quantity {
    color: #09446E;
    font-size: 16px;
    font-weight: 500;
}

.product-subtotal {
    color: #09446E;
    font-size: 18px;
    font-weight: 600;
}

.order-details-page .cart-total td {
    padding: 0px;
}

.total-s {
    color: #003750;
    font-size: 20px;
    font-weight: 600;
}

.width-47 {
    width: 52%;
    color: #1A334C !important;
    padding-left: 0px !important;
}

.order-s-lbl {
    color: #1A334C !important;
    padding-left: 0px !important;
}

.sub-tearm {
    color: #456D7F;
}

.footer-lower {
    display: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline-offset: -2px;
}

.admin-header-links {
    display: none;
}

.nav-height-60 {
    /* min-height: 60px !important; */
    height: 90px !important;
}

.navbar-collapse.collapse {
    /* height: 60px !important; */
}

/*.payment-logo img {
    border-radius: 10px;
    height: 169px;
    width: 100%;
    -webkit-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.32);
}*/

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.power-by {
    color: #A2B6BF;
}

.cart-page .title-head {
    font-size: 40px;
    font-weight: 100 !important;
}

.accept b {
    text-transform: uppercase;
}

.page-title-e {
    font-size: 40px;
    font-weight: 100 !important;
    text-align: left;
}

.cart .subtotal {
    width: 7em;
    text-align: center;
}

.cart .quantity {
    text-align: center;
}

.minus:before, [class^="minus"]:before {
    content: "";
}

.subtotal h3 {
    margin-top: 6px;
    font-size: 18px;
}

.edit-address input[type="text"] {
    color: #006D9F !important;
    font-size: 16px !important;
}

.inputs label {
    color: rgb(0, 109, 159,0.4);
    display: block;
}

.btn-position-a {
    position: relative;
    bottom: -56px;
}

.rating-options input {
    margin-top: 0px !important;
}

.mt-7 {
    margin-top: 7px;
}

/*.html-home-page .wrap-amount {
    float: left;
    width: 100%;
    height: 50px;
}*/

/*.wrap-amount {
    float: left;
    width: 100%;
    height: auto;
}*/

.img-content-anchor {
    float: left;
    width: 100%;
    height: 100%;
    position: unset;
    text-align: center;
}

.html-shopping-cart-page .img-content-anchor {
    float: left;
    width: 100%;
    height: 90px;
    position: unset;
    text-align: center;
}

    .html-shopping-cart-page .img-content-anchor img {
        position: unset;
        bottom: 0px;
        height: 100%;
        max-width: 100%;
        right: 0px;
        left: 0px;
        margin: auto;
        /* top: 0px; */
        text-align: center;
    }

.html-shopping-cart-page .dstv-trust-icon.text-wrap h4 {
    margin: 8px 0;
}

.html-shopping-cart-page .text-wrap {
    color: #003750;
    font-size: 15px;
    min-height: 54px;
}

.html-shopping-cart-page .box-three .secure-info {
    margin-bottom: 0px;
}

.button-wrap {
    float: left;
    width: 100%;
}
/*.cart-wrapper-img.img-content-anchor img {
    width: 110px !important;
}*/

.img-content-anchor img {
    position: unset;
    bottom: 0px;
    height: 100%;
    max-width: 100%;
    right: 0px;
    left: 0px;
    margin: auto;
    /* top: 0px; */
    text-align: center;
}

.whistlist-wrap-row .col-md-3 {
    margin-bottom: 26px;
}

.owl-stage {
    padding-left: 0px !important;
}

.owl-item {
    opacity: 0.5;
}

.owl-stage .active {
    opacity: 1 !important;
}

.coupon-wrapper {
    padding: 30px 20px;
}

    .coupon-wrapper .apply-coupon-input {
        border: 0px solid transparent;
        border-bottom: 1px solid #d6dee3 !important;
        margin-top: 5px;
        padding: 0px;
        color: #9ac6d9;
    }

    .coupon-wrapper .voucher-text {
        margin-top: 10px;
    }

    .coupon-wrapper .apply-coupon-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9ac6d9;
        opacity: 1; /* Firefox */
    }

    .coupon-wrapper .apply-coupon-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #9ac6d9;
    }

    .coupon-wrapper .apply-coupon-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #9ac6d9;
    }

    .coupon-wrapper .apply-coupon-input:focus {
        background: transparent;
        color: #9ac6d9;
    }

.mb-70 {
    margin-bottom: 70px;
}

.Wishlist-header {
    padding: 20px 20px 10px 20px;
    height: 70px;
}

.btn-position-s {
    position: relative;
    bottom: -44px;
}

.certificate li {
    color: #006D9F;
    font-weight: 600;
    list-style-type: circle;
    padding-bottom: 5px;
}

}

.message-failure {
    color: red;
}

.applied-discount-code {
    color: green;
}

.Wishlist-header {
    padding: 20px 20px 10px 20px;
    height: 70px;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0A121D;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

.nb-spinner {
    width: 65px;
    height: 65px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #fff;
    border-right: 0px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

-webkit-@keyframes spin {
    -webkit-from

{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

-webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.exchange-head {
    max-width: 62.5rem;
}

a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.items.cart-item a:focus {
    color: #000;
    text-decoration: none;
    background: #fff;
}

.table-header {
    color: #525252;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
    font-size: 18px !important;
    color: #000 !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #5f5f5f;
}

.social-list {
    /*background: #fff;*/
    border-radius: 100%;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 3em;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out,-webkit-transform 0.25s ease-out;
}

    .social-list .fa {
        color: #000;
        font-size: 1.5em;
    }

.bd-highlight {
    display: inline-block;
    margin-right: 10px;
}

.footerlinks {
    margin: 15px 0;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    color: #fff;
}

    .footerlinks li {
        display: inline;
        padding: 0px 5px;
        border-right: 1px solid;
        opacity: 0.5;
    }

        .footerlinks li:last-child {
            border-right: none;
        }


/*Css style for Track my order*/
.ordertracker li {
    width: 50%;
    float: left;
    list-style-type: none;
}

.todo {
    height: 10px;
    width: 100%;
    background: #254452;
}

.done {
    height: 10px;
    width: 100%;
    background: #0095da;
}

.completed {
    height: 10px;
    width: 100%;
    background: #69DC4B;
}

.ordertracker li:first-child {
    border-radius: 8px 0px 0px 8px;
}

.ordertracker li:last-child {
    border-radius: 0px 8px 8px 0px;
}

.order-detail-section {
    width: 46.8%;
    float: left;
}

.width-29 {
    width: 29.5%;
}

.complete-stage {
    bottom: 10px;
    position: relative;
}

.order-detail {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
}

/*.activ-margin {
    margin-top: -8px;
}*/

.mr-1 {
    margin-right: -1px;
}

.track-image-p {
    position: absolute;
    bottom: -4px;
    left: -6px;
}

.width-11 {
    width: 6.4% !important;
}

.left-27 {
    left: 27px !important;
}

.left-14 {
    left: 14px !important;
}

.product-service {
    display: none;
}

.discount-c {
    width: 110px;
    height: 110px;
    border: 1px solid;
    text-align: center;
    padding: 44px 0px 44px 0px;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 36px;
    font-size: 26px;
    font-weight: 600;
}

.owl-carousel .owl-item .img-content-anchor img {
    width: auto !important;
}

/*Rating*/
.radio-star {
    background-image: url("../images/rating1.png");
}

.rating-wrap {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -23px !important;
}

    /* Hide the browser's default radio button */
    .rating-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    /*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url("../images/rating1.png");
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}*/

    /* On mouse-over, add a grey background color */
    .rating-wrap:hover input ~ .checkmark {
        /* background-color: #ccc;*/
    }

    /* When the radio button is checked, add a blue background */
    .rating-wrap input:checked ~ .checkmark {
        background-image: url("../images/rating2.png");
    }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rating-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rating-wrap .checkmark:after {
    /* top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;*/
}

.fill-star {
    background-image: url("../images/rating2.png");
}


.product-service {
    display: none;
}

.discount-c {
    width: 110px;
    height: 110px;
    border: 1px solid;
    text-align: center;
    padding: 44px 0px 44px 0px;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    top: 36px;
    font-size: 26px;
    font-weight: 600;
}

.bar-notification {
    display: none;
}

.custome-model-content {
    background-color: #001118;
    border: 2px solid #117aab;
    color: #fff;
    border-radius: 8px;
}

.c-close {
    color: #117aab !important;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-footer {
    text-align: center;
}

.changeitemBtn {
    color: #0095da;
    border: none;
    background: transparent;
    text-transform: uppercase;
}

.payment-info .col-md-4 {
    width: 26.333333%;
}

.h-48 {
    height: 48px;
}

.addres-h {
    height: 48px !important;
}

.lbl-c-c {
    color: #A2B6BF;
    margin-top: 18px;
    position: absolute;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.Pre-Register-lbl {
    position: relative;
    top: 14px;
    right: 56px;
    font-family: Max-Bold;
}
/*css for CV - Start*/
.box-padding-cd {
    padding: 54px 20px 0px;
}

.btn-position-cd {
    position: relative;
    bottom: -35px;
}

.check-container-two .checkmark {
    position: relative;
    /* top: 0;*/
    left: 16px;
    height: 22px;
    width: 22px;
    border: 2px solid #006D9F;
    background-color: #fff;
    border-radius: 4px;
    float: left;
}

.hf-bottom-section .col-lg-3 {
    width: 25%;
}

.check-container-two input:checked ~ .checkmark:after {
    display: block;
}

.check-container-two .checkmark:after {
    left: 6px;
    bottom: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.check-container-setupdebit .checkmark {
    position: relative;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #006D9F;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

.physical-check-input:checked ~ .checkmark, #termsofservice:checked ~ .checkmark, #debitOderCheckbox:checked ~ .checkmark {
    background-color: #179EDD;
}

.setup-debit-fibre-check:checked ~ .checkmark {
    background-color: #179EDD !important;
    border: 2px solid #179EDD !important;
}

.check-container-setupdebit.setup-debit-fibre-check .checkmark {
    border: 2px solid #179EDD !important;
}

.cart-summary-page .check-container-two .checkmark {
    position: relative;
    left: 0 !important;
    height: 22px;
    width: 22px;
    border: 2px solid #179EDD;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    right: 0px;
}

#termsofservice {
    display: none;
}

#Qualifyquestion {
    display: none;
}

.html-home-page .SimpleText {
    font-weight: 600;
    color: #0095da;
}

.left-20 {
    left: 26px !important;
}

.max-font-b {
    font-family: Max-TF-Bold;
}

.chat-fc-form-outer div.fc-form p {
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: lighter;
    color: #333;
}

.star-s {
    position: absolute;
    left: -14px;
    font-size: 16px;
}

.list-style-none {
    list-style-type: none !important;
}

.setupdobtn {
    position: relative;
    bottom: 40px;
}

.select-vetting-content {
    background-color: #001118;
    border: 1px solid #0095da;
    border-radius: 10px;
}

.CVpopup .modal-content.select-vetting-content-fibre {
    background: #FFFFFF;
    border: 1px solid #179EDD;
    border-radius: 10px;
}
.CVpopup.CVpopup-fibre .modal-content.select-vetting-content-fibre {
    padding: 0 25px;
}

.select-vetting-content-fibre {
    background: #FFFFFF;
    border: 1px solid #179EDD;
    border-radius: 10px;
}

.select-router-header {
    border-bottom: none !important;
    text-align: right;
    padding-bottom: 0px;
}

    .select-router-header a {
        color: #0095da;
        font-size: 14px;
        text-transform: uppercase;
    }

.select-vetting-mdialog {
    width: 725px !important;
}

.doc-li li {
    color: #fff;
    font-weight: 500;
    padding-bottom: 6px;
}

.circle-s {
    font-size: 6px !important;
    vertical-align: middle !important;
    margin-right: 2px !important;
}

.img-h {
    height: 15px;
    margin-left: 5px;
}

.card-p {
    padding: 0px 24px;
}

.title-heading {
    font-weight: bold;
    padding-bottom: 6px !important;
}

.Heading-filed {
    /*border-bottom: 1px solid #e7f0f5;*/
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.debit_order_info_area {
    color: #006d9f;
}

.ceridtvbtn {
    position: relative;
    bottom: 22px;
}

.container-radio {
    display: inline;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    line-height: 24px;
}

    /* Hide the browser's default checkbox */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .container-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #006D9F;
    }

    /* On mouse-over, add a grey background color */
    .container-radio:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container-radio input:checked ~ .checkmark {
        background-color: #006D9F;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-radio .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Form-heading {
    color: #006D9F;
    font-size: 16px;
    font-weight: 600;
}

d
.icon-hight {
    height: 68px !important;
}

/* Order History For Credait Vetting Application */
.orderhistory-menu li {
    float: left;
    margin: 0;
    padding: 15px 4em 10px 0px;
    font-weight: bold;
    font-size: 16px;
}

    .orderhistory-menu li.current-menu {
        padding-right: 0px;
    }

.orderhistory-menu ul {
    margin: 0 0;
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.orderhistory-menu {
    float: left;
    width: 100%;
    padding: 2em 0em;
}

    .orderhistory-menu .nav-tabs > li.current-menu > a {
        color: #0095da;
        border-bottom: 3px solid #0095da;
    }

    .orderhistory-menu .nav-tabs > li > a {
        color: #fff;
    }

    .orderhistory-menu .nav-tabs > li.active > a {
        color: #0095da;
        background: none;
        border: none;
        border-bottom: 3px solid #0095da;
    }

    .orderhistory-menu .nav > li > a:hover, .orderhistory-menu .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        border-bottom: 3px solid #0095da !important;
    }

.orderCreditVettingHeading {
    border-bottom: 1px solid rgb(211,211,211,.2);
    padding-bottom: 20px !important;
    margin-bottom: 20px;
}


.Heading-section {
    left: initial;
    float: left;
    width: 100%;
}

.titleSection, .subtitleSection {
    float: left;
    width: 100%;
    color: #fff;
}

.orderHistoryCreditVettingTable {
    float: left;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 20px 50px;
    border-radius: 6px;
}

.detailsCVOrderHistory .orderHistoryCreditVettingTable {
    padding: 20px 50px 4em;
}

.orderHistoryCreditVettingTable .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    table-layout: fixed;
}

.SecondTableSection .orderHistoryCreditVettingTable .table > tbody > tr {
    border-bottom: 1px solid rgb(211,211,211,.5);
    padding: 20px 0 !important;
}

.SecondTableSection .orderHistoryCreditVettingTable .table tbody tr:last-child {
    border-bottom: none;
}

.orderHistoryCreditVettingTable .table > thead > tr > th {
    vertical-align: top;
}

.orderHistoryCreditVettingTable thead tr th {
    padding: 25px 10px 25px 0 !important;
    color: #09446E;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}

.orderHistoryCreditVettingTable tbody tr td {
    color: #0095da;
}

table.table > thead > tr > th {
    border-bottom: 1px solid rgba(162, 182, 191, 25%) !important;
}

.button-area {
    float: none;
    display: block;
    text-align: right;
}

#View-Btn.View-btn {
    border-radius: 34px !important;
    background-color: #0095da;
    color: #fff !important;
    border: 2px solid #0095da;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 100px;
    padding: 10px 8px;
    background-image: none;
}


.button-area {
    padding-top: 20px !important;
}

.action-heading {
    text-align: right;
}

.TopTableSection {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgb(211,211,211,.2);
    padding-bottom: 4em;
}

.detailsCVOrderHistory .orderHistoryCreditVettingTable .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid rgb(211,211,211,.5);
    padding: 20px 0 !important;
}

.orderHistoryCreditVettingTable .table > tbody > tr > td {
    border-top: none;
}

.detailsCVOrderHistory .TopTableSection {
    border-bottom: none;
}

.SecondTableSection {
    float: left;
    width: 100%;
}

.SecondHeading-section {
    float: left;
    width: 100%;
}

#creditSelect {
    min-height: 35px;
    font-size: 16px;
    color: #fff !important;
    margin-bottom: 0;
    border: 0px;
    padding: 5px 16px 10px 0px;
    cursor: pointer;
    width: 250px;
    font-weight: 600;
    background: transparent;
    border-bottom: 1px solid #a2c9dc !important;
}

.radio-btn-area input[type="radio"] {
    background-color: #ddd !important;
    border: 1px solid #A2B6BF;
    height: 22px;
    width: 20px;
    margin-top: 0px;
}

.radio-btn-area {
    float: right;
    display: flex;
}

    .radio-btn-area label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0;
        font-weight: 700;
        padding: 3px 30px 0 5px;
        color: #fff;
    }

input[type="radio"]:checked + label {
    color: #0095da;
}

.radio-btn-area label:last-child {
    padding-right: 0px;
}

.perivous-credit-section {
    float: left;
    width: 100%;
    padding-bottom: 2em;
}

    .perivous-credit-section .col-md-6 {
        padding: 0px;
    }

.OrderHistryDetialVetting .orderHistoryCreditVettingTable .table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 !important;
}

.OrderHistryDetialVetting .TopTableSection {
    border-bottom: none;
}

.mb-0 {
    margin-bottom: 0px;
}


#Accept-Btn.Accept-btn, #Dispute-Btn.Dispute-btn {
    border-radius: 34px !important;
    background-color: #0095da;
    color: #fff !important;
    border: 2px solid #0095da;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 180px;
    padding: 12px 26px;
    background-image: none;
}

.OrderHistryDetialVetting .subtitleSection p {
    color: #A2B6BF;
}

#Back-Btn-white {
    border-radius: 34px !important;
    background-color: #fff;
    color: #0095da !important;
    border: 2px solid #0095da;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 180px;
    padding: 12px 26px;
    background-image: none;
    margin-right: 20px;
}

.orderhistory-menu .nav-tabs {
    border-bottom: none;
}

.checkout-completed-footer-imgcontainer {
    height: 60px;
}

/*.nivo-caption a {
    display: inline-block !important;
}*/
/*css for CV - End*/
/*css for mobile devices - Responsive - Start*/
@media only screen and (max-width: 600px) {
    .lead br{
        display:none
    }
    .wrap-items-left {
        float: inherit;
    }

    .wrap-items-right {
        float: inherit !important;
    }

    .router-min-hight {
        min-height: auto;
    }
    .internet-place-holder {
        margin-top: 112px;
    }
    .banner-mobile-margin{
        margin-top:0px;
    }
    .theme-custom .nivoSlider img {
        height: 360px !important;
        background-repeat: no-repeat;
        display: none !important;
    }

    .godigital-bg-homepage {
        background: #002943;
        padding: 40px 0px;
        color: #fff;
        margin-top: 48px !important;
    }

    .theme-custom .nivo-caption {
        top: 54% !important;
    }

    .m-mt {
        margin-top: 10px !important;
    }

    .banner-outline-btn {
        border: 2px solid #fff !important;
        border-radius: 32px !important;
        color: #fff !important;
        font-size: 14px;
        padding: 8px 26px !important;
        text-decoration: none !important;
        background: transparent;
        min-width: 150px;
        display: inline-block;
        text-align: center;
        font-weight: 500;
        width: 40%;
    }
    .pay-date-detils.box-radius.box-padding.pay-date-detils-fibre {
        padding: 18px 10px 20px !important;
    }

    .payday-sub-heading-mop {
        display: none;
    }

    .hf-top-section {
        display: none;
    }

    .pay-day-title-head-mop {
        font-size: 22px !important;
        text-align: left !important;
        font-weight: 400 !important;
        padding-bottom: 10px;
    }

    .hf-top-section-btnwrapper .hf-white-btn, .hf-top-section-btnwrapper .hf-black-btn {
        width: 140px;
        font-size: 12px;
    }

    .hf-top-section-btnwrapper {
        display: flex;
        justify-content: space-around;
    }

    .hf-footer-list-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    li.hf-footer-listlink:not(:last-child):after {
        content: '|';
    }

    li.hf-footer-listlink {
        font-size: 9px;
    }
    .hf-bottom-inline-list-text {
        font-size: 10px;
    }
    .mobile-p-0 {
        padding: 0px;
    }

   /* .nivo-caption a {
        display: inline-block !important;
    }*/

    .banner-primary-btn {
        border: 2px solid #fff !important;
        background: #fff;
        border-radius: 32px !important;
        color: #000 !important;
        font-size: 14px;
        padding: 8px 26px !important;
        text-decoration: none !important;
        min-width: 150px;
        display: inline-block;
        text-align: center;
        font-weight: 500;
        width: 40%;
    }

    .special-section-inner {
        position: absolute;
        color: #fff;
        right: 0px !important;
        width: 0;
        height: 0;
        border-top: 65px solid #EB1941;
        border-left: 65px solid #fff;
        border-radius: 0px 8px 0px 0px;
    }

    #shopping-cart-form .box-radius {
        margin-left: 0px !important;
    }

    .heading-style-1 {
        font-size: 24px;
    }

    .slider-bottom-text p {
        font-size: 14px;
    }

    .slider-bottom-text span {
        font-size: 12px;
    }

    .benefits-box {
        margin-bottom: 0px;
    }

    .pac-container {
        width: 300px !important;
    }

    .benefits-Section, .decive_section {
        padding: 0;
    }

    #nivo-slider .text-s {
        font-size: 1.2rem;
        margin-left: 0;
    }

    .internet-package-page .product-item {
        margin-bottom: 15px;
    }

    .select-router-img-wrapper {
        width: 150px !important;
    }

    #product-last .thumbnail {
        margin-bottom: 0;
    }

    .thumbnail .caption {
        display: none;
    }

    .getting-connected-section {
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .getting-connected-section-img {
        margin-bottom: 20px !important;
        display: none;
    }

    .wifi-icon {
        display: none;
    }

    .innerpage-products .product-item {
        margin-bottom: 15px;
    }

    .movie-img {
        margin-bottom: 30px;
    }

    .mobile-Section {
        padding: 0 15px;
        /*   background: none;*/
    }

    .mobile-mg.pt-50 {
        padding-top: 0;
    }

    .imgSection {
        margin-bottom: 0;
    }

    .img-area {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .img-area img {
            margin-bottom: 18px;
        }

            .img-area img:nth-child(2) {
                margin-bottom: 18px;
            }

    section#demos {
        float: left;
        width: 100%;
        margin: 0em 0px;
        padding: 0 15px;
    }

    .home-mobile-section-heading.f-34 {
        font-size: 26px !important;
    }

    .products h2 {
        font-size: 26px !important;
    }

    .search-current-loc {
        display: flex;
        align-items: self-start;
    }

        .search-current-loc #useCurrentLocationNew {
            padding-top: 0;
            padding-bottom: 0;
        }

    /* .searchbar {
        height: 40px;
    }*/

    .searchbar > .search_input {
        width: 44%;
        border: none;
        height: 30px;
        font-size: 11px;
        padding: 20px 0px;
    }

    .benifit-section-table thead tr th, .benifit-section-table tbody tr td {
        font-size: 12px !important;
    }

    .footerlinks {
        margin: 0;
        font-size: 8px;
    }

    .multichoice-logo {
        margin-bottom: 20px !important;
    }

    .copy-right {
        margin: 5px 0px;
    }

    .html-home-page .footer-text {
        margin: 1em 0px 0px 0px;
    }


    .dstv-trust-icon.text-wrap h4 {
        margin: 0px 0;
    }

    .title-head {
        font-size: 22px !important;
    }

    .wrap-footer-content a {
        font-size: 12px;
    }

        .wrap-footer-content a:hover {
            font-size: 12px;
        }

    .box-radius.box-padding.mt-40.mb-15 {
        margin-top: 20px;
    }

    .box-padding {
        padding: 20px 10px !important;
    }

    .box-radius p.text-center.dark-blue-text.f-18.font-weight-600 {
        font-size: 14px;
    }

    .box-radius p.text-center.dark-blue-text.f-14.pt-20.font-weight-600 {
        padding-top: 0;
        font-size: 12px !important;
    }

    .box-radius p.text-center.dark-blue-text.f-14.font-weight-300 {
        font-size: 12px !important;
    }

    a#ViewButton {
        font-size: 14px;
    }

    .search-icon-text {
        font-size: 12px;
        text-align: left;
    }

    .search_icon {
        /*height: 30px;*/
        font-size: 12px;
        padding: 0px 15px;
    }

    .theme-custom .nivoSlider img {
        height: 360px !important;
        background-repeat: no-repeat;
        display: none !important;
    }

    .img-hide {
        display: block !important;
    }
    .nivoSlider {
        background-image: url(../images/Access-Mobile-Banner.png) !important;
        background-size: cover !important;
        height: 768px !important;
    }

    .fibremobileview {
        background-image: url(../images/Access-Mobile-Banner.png) !important;
        background-size: cover !important;
        height: 768px !important;
    }

    .go-digital-mobile {
        background-image: url(../images/Access-Mobile-Banner.png) !important;
        background-size: cover !important;
        height: 768px !important;
    }

    .row.innerpage-products.section-top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #nivo-slider h1 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 10px;
        line-height: 34px;
    }

    #nivo-slider .lead {
        font-size: 15px;
        margin: 0 0;
        display: block;
        padding-bottom: 0px;
        margin-bottom:8px !important;
        line-height:inherit;
    }

    .theme-custom .nivoSlider {
        position: relative;
        z-index: 0;
        background: #003750 url(loading.gif) 50% 50% no-repeat;
        top: 90px !important;
    }

    .banner-right-section {
        display: none;
    }

    #pac-card #pac-input {
        width: 40%;
    }

    .page.checkout-page.add-hardware-page.container.pt-7e {
        padding: 2em 0;
    }

    .step-position {
        display: flex;
        justify-content: space-evenly;
    }

    h2.title-head.f-36 {
        font-size: 26px !important;
    }

    .check-container-two .checkmark {
        left: 20px;
    }

    .preregistarion-checkbox-wrapper {
        padding-bottom: 20px;
    }

    .page.checkout-page.order-completed-page {
        padding: 4em 0 2em 0;
    }

    .page-title {
        margin: 0;
    }

    .order-completed-page h1 {
        font-size: 26px !important;
    }

    .order-completed .details {
        padding: 0px;
    }

    .mobile-p-0 {
        padding: 0px;
    }

    .completed-fibre-btn-wrapper .black-btn-fibre, .completed-fibre-btn-wrapper .blue-btn-fibre {
        min-width: 120px;
        max-width: 120px;
        font-size: 10px !important;
    }

    .completed-fibre-page-title {
        text-align: left !important;
    }

    .completed-fibre-btn-wrapper {
        display: flex;
        justify-content: center;
        padding-top: 10px !important;
    }
    .lbl-delivery-status {
        font-size: 15px !important;
        padding-bottom: 10px !important;
    }

    .lbl-c-c {
        position: static;
        display: inline-block;
        margin-bottom: 20px;
    }

    .dark-bg {
        padding: 2.5em 0 4em 0;
    }

    input.primary-btn.btn-position-a.save-address-button {
        bottom: -57px !important;
    }

    #shopping-cart-form .text-wrap {
        height: auto;
    }

    .step-position {
        flex-wrap: wrap;
        align-items: center;
    }

    .card-p {
        padding: 0px 4px;
    }

    .img-card.card-p img {
        width: 26px !important;
    }

    .img-card.card-p div {
        font-size: 10px !important;
    }

    .debit-account-detils.box-radius.box-padding.mt-40.mb-0 {
        margin-top: 20px;
    }

    .font-14.debit_order_complete.text-center.pb-30 {
        padding-bottom: 0px;
    }

    label.td-title {
        text-align: left;
        width: 80%;
        display: inline-block;
        margin:0 auto;
    }
/*
    .html-shopping-cart-page-fibre .subtotal {
        display: none !important;
    }*/

    .included-mobile-view {
        display: inline-block;
        font-size: 18px !important;
        margin-bottom: 0px;
        width: auto !important;
        float: right;
        margin-top: 0px;
        font-size: 14px !important;
    }

    .td-title-h3 {
        text-align: right !important;
        /*width: 50%;*/
        display: inline-block;
    }

    h3.light-blue.text-right.font-28.value-summary {
        font-size: 26px;
    }

    td.cart-total-left h4 {
        width: 70%;
        font-size:18px !important;
    }

    label.check-container span {
        font-size: 10px !important;
        line-height: 1.2 !important;
        display: inline-block;
    }

    .vetting_payment_info_radio {
        text-align: left !important;
        padding: 5px 0;
    }

    .cslarge-accept-span-1 {
        font-size: 13px !important;
        line-height:15px!important;
        display: block;
        margin-left: 13px;
    }

    span.cslarge-accept-span {
        font-size: 14px;
    }

    /*.cartsummary-table-heading-left {
        font-size: 14px !important;
        text-align: center;
    }

    .cartsummary-table-heading-right {
        font-size: 14px !important;
        text-align: center !important;
        margin: 10px;
    }*/

    .cart tr {
        margin: 10px 0px 0px;
    }

    .img-card.card-p div {
        font-size: 12px;
        margin-top: 10px !important;
    }

    #pac-card #pac-input {
        padding: 10px 11px 0 13px !important;
        width: 40%;
        font-size: 12px;
    }

    #pac-card #btn-apply {
        font-size: 10px;
        height: 30px;
        padding: 0 11px;
    }

    h1.heading-style-1.pb-20.font-weight-400 {
        padding-bottom: 10px !important;
        margin: 0 !important;
        font-weight: 200 !important;
    }

    .order-progress {
        padding: 14px 0px 5px;
    }

        .order-progress li {
            margin: 12px;
        }

        .order-progress a {
            display: none;
        }

    .innerpage-products {
        margin-top: 0;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
    }

    .add-hardware-page .product-price-sec {
        padding-top: 5px;
    }

    .order-progress ul {
        font-size: 0px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .add-hardware-page .product-price-sec {
        padding-top: 30px;
    }

    .pt-7e {
        padding-top: 3em;
    }

    .address_heading.common_heading {
        padding-bottom: 15px;
    }

    .common_heading {
        font-size: 27px;
    }

    .address_sub_text.common_sub_text {
        text-align: left;
    }

    h4.adress-main-heading span {
        display: none;
    }

    span.person-name {
        color: #0095da;
        font-weight: 600;
        font-size: 15px;
    }

    label.name-para {
        font-size: 15px;
    }

    .physical-address-sec {
        padding: 2em 14px 1em 14px;
    }

    .page.checkout-page {
        padding: 2.5em 1.2em 0em;
    }

    .container.full-container {
        padding: 0;
    }

    .cartSummaryHeading {
        border-bottom: 1px solid rgba(162, 182, 191, 25%) !important;
    }

    .col-lg-12.cart-page {
        padding: 0 5px;
    }

    .cart colgroup, .cart thead {
        display: table;
        width: 100%;
    }

        .cart thead tr {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ccc;
        }

    .cart-summary-popup-subtext {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .cart-summary-popup-text {
        padding-top: 15px;
        font-size: 20px;
    }

    .col-md-12.address-wrapper-box.mb-10 {
        position: relative;
    }

    .round.mt-58 {
        position: absolute;
        top: -32px;
        right: 60px;
    }

    .address-box {
        width: 100%;
    }

    .round-1 {
        position: absolute;
        top: -15px;
        right: 5px;
        z-index: 1;
    }

    p#\37 ___Pickup\.PickupInStore_address {
        padding-bottom: 20px;
    }

    .page.checkout-page.check-coverage.container {
        padding: 2.5em 1.2em;
    }

    .page.checkout-page.dstsv-address-wrapper.container.pt-7e {
        padding: 2.5em 1.2em;
    }

    .deviceSection.row {
        padding-bottom: 20px;
    }

    .billing-page .btn-next-cart {
        bottom: -100px !important;
        position: absolute !important;
        justify-content: center;
        padding-left: 0;
    }

    #address-box2 .address-h {
        height: 95px;
    }

    .checkout-completed-footer-imgcontainer {
        height: 66px;
        padding: 20px 0;
    }

    input.order-completed-continue-button {
        margin-bottom: 15px;
    }

    .order-progress ul.orderpr-ul-section {
        justify-content: space-evenly;
    }

    .lbl-order {
        font-size: 16px;
        text-align: left !important;
    }

    .cart-qty {
        top: -12px !important;
        left: -30px;
    }

    .order-detail-section {
        width: 42% !important;
    }

    .width-11 {
        width: 15.4% !important;
    }

    .check-coverage-product-wrapper {
        padding-top: 25px;
    }

    .custom-addsecurity-col {
        padding: 0 !important;
    }

    .innerpage-products > [class*="col-"] {
        padding: 0;
    }

    .custom-checkout-cpmplete-row {
        /*display: flex;*/
        align-items: center;
    }

    .order-number {
        padding-left: 0px;
    }

    .debit-order-error-heading {
        font-size: 20px;
    }

    .debit-order-error-box {
        padding: 0px 0px;
    }

    h2.debitorder-error-text {
        font-size: 14px;
    }

    p.debitorder-error-subtext {
        font-size: 12px;
    }

    .setubdebit-error-btn {
        margin-right: 0;
        min-width: 147px;
    }

    .setubdebit-error-outlinebtn {
        margin-right: 0;
        min-width: 147px;
    }

    .setubdebit-error-primarybtn {
        min-width: 147px;
    }
}
/*css for mobile devices - Responsive - End*/
/*css for Large devices - Responsive - End*/
@media only screen and (max-width: 480px) {
    .deal-heading {
        font-size: 20px;
        font-weight: 600;
        margin: 55px 0px 35px 0px;
        text-align: center;
    }
    .dark-bg-homepage {
        background: linear-gradient(180deg, #00101A -5.15%, #01253D 102.71%);
        padding: 50px 0px;
    }
    .deciding-section {
        background: #0A121D;
        padding: 30px 0px;
        text-align: center;
    }
    .mobile-text-center{
        text-align:center;
    }
    .not-covered-status {
        font-size: 18px;
        padding: 70px 0px;
    }
    .vumatel-filter-wrapper:before {
        position: absolute;
        content: '';
        right: 4px;
        top: 4px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate( 45deg );
        display: inline-block;
        padding: 5.3px;
    }
    .covergarepopup .modal-body h2 {
        color: #1A334C;
        text-align: center;
        font-size: 22px;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    .txt-btn{
        text-align:center;
    }

    .badge-overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        z-index: 100;
        -webkit-transition: width 1s ease, height 1s ease;
        -moz-transition: width 1s ease, height 1s ease;
        -o-transition: width 1s ease, height 1s ease;
        transition: width 0.4s ease, height 0.4s ease
    }
    .nav-justified > li {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .nav-pills > li + li {
        margin-left: 0px;
    }
    .step-txt-style {
        font-size: 16px;
        font-weight: 600;
        margin: 20px 0px 30px 0px !important;
        text-align:center;
    }
    .white-box-shadow {
        min-height: auto;
    }

    .text-section h3 {
        color: #0A121D;
        font-size: 16px;
        font-weight: 600;
    }
    .text-section p {
        color: #0A121D;
        font-size: 12px;
        font-weight:500;
    }
    .covered-status {
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .status-txt {
        display: block;
        margin-left: 0px;
        margin-top:10px;
    }
    .deciding-section h2 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }
    .deciding-section p {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }
    .need-help-heading {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 10px;
    }
    .light-blue-box p {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
    }
    .step-style {
        font-size: 15px;
        font-weight: 600;
        display: block;
        margin-right: 0px;
        margin-bottom:20px;
    }
    .h2-style {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 38px;
    }
    .light-blue-box {
        background: rgb(96,197,255,0.3);
        min-height: auto;
        border-radius: 8px;
        margin-bottom: 20px;
        text-align: center;
        padding: 50px 20px;
    }
        .step-style:last-child {
            margin-bottom:0px;
        }
    .step-section-fibre{
        padding-bottom:0px !important;
    }
    .callmeback-link {
        font-size: 16px;
        font-weight: 300;
        margin: 10px 0px 70px 0px;
    }

    .number-style {
        display: inline-block;
        font-size: 110px;
        font-weight: 600;
    }
    .step-section-fibre h3 {
        font-size: 18px !important;
        font-weight: 600;
    }
    .sub-text-banner {
        font-size: 11px;
        margin-bottom: 5px;
        font-weight:600;
    }
    .why-choose-bg .step-section h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .fibre-padding{
        padding-top:40px !important;
    }
    .header-links-wrapper {
        height: 60px;
    }
    .orderCreditVettingHeading {
        font-size: 32px;
    }
    .overview .product-price, .variant-overview .product-price{
        font-size:20px;
    }
    .html-order-details-page .blue-btn-fibre {
        margin-right: 0px !important;
    }

 .order-details-page h1 {
        margin-top: 20px;
        font-weight: 100;
        font-size: 32px !important;
        font-weight: 500;
    }
    .order-list-page h1 {
        margin-top: 20px;
        font-weight: 100;
        font-size: 32px !important;
        font-weight: 500;
    }

    .order-list .f-36 {
        font-size: 28px !important;
    }
    .show-for-mobile-only{
        display:block;
    }
    .white-bg-homepage {
        background: #fff;
        padding: 30px 0px;
    }

    .fibre-process-section {
        padding: 40px 0px 40px 0px;
    }
        .bundle-disc{
        font-size:12px ;
        margin-top:0px;
    }
        .bundle-disc li{
            padding:0px !important;
        }
        .bundle-name {
            font-size: 16px;
            margin-top: 10px;
            margin-bottom: 0px !important;
        }

    .decoder-text .f-14{
     font-size:13px !important;
    }

    
    .mobile-pl-0 {
        padding-left: 0px !important;
    }
    .fibre-style {
        font-weight: 700 !important;
        font-size: 28px !important;
        margin-top: 0;
        opacity: 1;
        line-height: 34px !important;
        margin-top: 0px !important;
    }
   
    .bundle-section .owl-nav {
        display: none;
    }
    .bundle-section .owl-dots {
        display: block !important;
    }

    .home-page-internet .bundle-section .owl-nav {
        display: block;
    }

    .home-page-internet .bundle-section .owl-dots {
        display: none !important;
    }
    .fibre-section {
        padding: 0px;
    }

    .fibre-btn {
        width: auto;
        font-size:14px;
        padding:11px;
    }

    .flte-btn {
        width: auto;
        font-size: 14px;
        padding: 11px;
    }
    .width-18 {
        width: 18px;
    }
    .m-clear-both {
        clear: both;
    }
    .cart-breakdown{
        margin-bottom:0px !important;
    }
    .m-mb-0{
        margin-bottom:0px !important;
    }
    .cartSummaryHeading-f {
        
        margin-top: 10px;
        font-size: 24px;
        font-weight: 600 !important;
    }
    .mobile-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
    .html-shopping-cart-page-fibre .mt-36 {
        margin-top: 0px;
    }
    .html-shopping-cart-page-fibre .home-product-short-desc {
        display: none;
    }
    .html-shopping-cart-page-fibre .wrap-items {
        margin-bottom: 10px !important;
    }

    .html-shopping-cart-page-fibre .mb-70 {
        margin-bottom: 20px;
    }
    .html-shopping-cart-page-fibre .cart td.product {
        padding: 0px !important;
        margin-bottom:10px;
    }
    .delet-item {
        margin-top: 5px;
    }
    .cart-wrapper-fibre {
        margin-top: 10px;
        margin-bottom: 10px;
        height:auto !important;
        display:block;
    }
    .fibre-prodcut-box {
        min-height: auto;
        padding-bottom:0px;
    }
    #samples img {
        /*padding: 1rem 0rem 1rem 0rem;*/
        /*max-width: 60%;*/
    }

    .overview .add-to-cart {
        margin: 0px 0px 0px;
    }

    .gallery-bg {
        width: 100%;
    }

    .product-essential {
        margin-top: 50px;
    }

    .hide-for-mobile{
        display:none !important;
    }
    .product-name-fibre {
        color: #030A1B !important;
        font-size: 15px !important;
        font-weight: 600;
        margin-top: 10px;
        line-height: 20px !important;
    }
    .dekstop-mobile-view {
        display: block;
        
        margin-bottom: 20px;
    }
    .dekstop-d-none{
        display:block !important;
    }

  /*  #haptik-xdk-wrapper {
        display: none !important;
    }*/

    .whatsapp-btn {
        background: #FFFFFF;
        border-radius: 30px;
        padding: 5px 20px;
        color: #0A1521 !important;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-decoration: none !important;
        /*width: 200px;*/
        display: inline-block !important;
        border: 2px solid #FFFFFF !important;
    }
    .product-price-lbl {
        font-size: 24px;
        display: block;
        margin-top: 0px;
        color: #030A1B !important;
        font-weight: 600 !important;
        text-align: right !important;
    }

    .flte-section {
        padding: 20px 0px;
    }

    .fibre-internet-section p {
        font-size: 15px;
        font-weight: 300;
        margin-top: 30px;
    }

    .flte-section p {
        font-size: 15px;
        font-weight: 300;
        margin-top:30px;
    }
    .bundle-section-h3 {
        font-size: 21px;
        font-weight: 400;
        line-height: 26px;
    }

    .package-deal-section .h5-style {
        font-size: 18px;
    }

    .paymentmethod-note {
        color: #030A1B;
        font-size: 12px;
        width: 83%;
        float: left;
        font-weight: normal;
        margin-left: 15px;
    }

    .img-placeholder {
        width: 10%;
        display: block;
        float: left;
        margin-top: 5px;
    }

    .text-mr-l {
        margin-left: 0%;
    }
    .landing-page-imgBg{
        width:100%
    }

    .txt-mt-50 {
        margin-top: 0px;
    }
    .m-mt-40 {
        margin-top: 20px;
    }

    .m-mt-70 {
        margin-top: 10px;
    }

    .h3-style {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
    }

    .fibre-internet-section {
        padding: 0px;
        margin-top: 40px;
    }

    .get-started-btn {
 
        font-size: 12px;

    }

   .get-s-p {
        padding: 3px !important;
    }

    .fibre-section .pr-0 {
        padding-right: 3px !important;
    }
    .location-staus .mr-6{
        margin-right:3px;
        width:18px;
    }

    .not-covered-s .mr-6 {
        margin-right: 3px;
        width: 18px;
    }

    .homepageHeading {
        font-size: 20px;
    }

    .why-choose-dstv-section h3 {
        font-size: 28px;
    }

    .experiance-better-section h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .fibre-process-section h3 {
        font-size: 24px;
    }

    .step-section h3 {
        font-size: 16px;
        line-height: 8px;
    }
    .step-section p {
        font-size: 16px;
        font-weight: 200;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .m-ml-12{
        margin-left:12px;
    }
    .fibre-internet-section h3 {
        font-size: 28px;
        font-weight: 400;
        margin-top: 30px !important;
        display: inline-block;
        margin-bottom:0px;
    }

    .flte-section h3 {
        font-size: 28px;
        margin-top: 30px;
        font-weight: 400;
    }
    /*.radio-container .payday-checkmark:after {
        left: 2.4px;
    }*/
    .billing-addressbtn-cart {
        position: relative;
        bottom: -37px;
    }

    .imgSection {
        display: none;
    }

    .payment-info .info {
        padding: 0px 15px 20px;
        color: rgb(68, 68, 68);
    }

    .order-number.f-20.d-inline {
        font-size: 14px !important;
    }

    .border-bottom-1 {
        border-bottom: 1px solid rgba(162, 182, 191, 0.3) !important;
        padding-bottom: 30px;
    }

  /*  #product-last {
        display: none;
    }*/

    .m-image-hide {
        display: block;
    }

    .mobile-d-none {
        display: none !important;
    }


    .decode-srn {
        position: absolute;
        top: 0px !important;
        left: 14px;
    }

    .customer-details-wrapper {
        width: 100% !important;
        margin: 0 auto;
    }

    .creditappCV-table-btn {
        border-radius: 25px !important;
        padding: 0 !important;
        min-width: 130px;
        height: 52px;
    }
}

@media only screen and (min-width: 1024px) {
    .check-container-two .checkmark.customer-details-checkmark {
        margin-left: 30px;
    }
}
/*css for Large devices - Responsive - End*/



.check-container-two .checkmark.customer-details-checkmark {
    float: left;
    position: relative;
    left: 0px;
}

.physical-input-sec .same-label {
    padding: 2px 10px;
    float: left;
}
/****************************Pay,ent Day selection Page **********************************/

.payment-type-title {
    margin-bottom: 0px;
    color: #006d9f;
}

.pay-date-detils.box-padding {
    padding: 40px 45px 20px;
}

.pay_date_info_area {
    color: #006d9f;
}

.payday-sub-heading {
    margin-bottom: 25px;
}



.pay-day-title-head {
    margin-top: 20px;
}

.Daydropdown-datepickerpayday {
    border-bottom: 1px solid #006d9f;
    width: 50%;
}

.datepickerpayday {
    border: none;
    color: #006d9f;
    padding: 0px;
    -webkit-appearance: none;
}

.payment-date {
    background-color: #0095da;
    color: #fff;
    margin-bottom: 3px;
}

.pay-date-button {
    position: relative;
    bottom: -40px;
    width: 100%;
}

.datepickerpayday::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.datepickerpayday::-webkit-scrollbar-track {
    background: #0095da;
}
/* Handle */
.datepickerpayday::-webkit-scrollbar-thumb {
    background: #fff;
}

.banner-outline-btn {
    border: 2px solid #fff !important;
    border-radius: 32px !important;
    color: #fff !important;
    font-size: 14px;
    padding: 12px 26px;
    text-decoration: none !important;
    background: transparent;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.banner-primary-btn {
    border: 2px solid #fff !important;
    background: #fff;
    border-radius: 32px !important;
    color: #000 !important;
    font-size: 14px;
    padding: 12px 26px;
    text-decoration: none !important;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 767px) {
    .select-vetting-mdialog {
        width: 96% !important;
    }

    .debitorderpopupBtn .white-btn, .primary-btn {
        min-width: 120px;
    }

    .cartsummary-double-order-popup .CVpopup .modal-dialog {
        width: 96%;
    }

    .cartsummary-double-ordertext {
        font-size: 12px;
        font-weight: 200;
    }
}
