/*Tooltip styling for plans*/

/* Added to Hide Subhead on Calling */

.SubHeading-custom {display: none;}

/* End of hiding subhead on Calling*/

.tooltip.fade.in {
    opacity: 1;
}

.tooltip {
    min-width: 240px;
    padding: 0;
}

.tooltip-inner {
    background-color: #f9f9f9;
    color: #666;
    border: 2px solid #b9b9b9;
    padding: 30px;
    font-size: 14px;
    max-width: 300px;
    -webkit-box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.1);
    text-align: left;
}

.tooltip.bottom .tooltip-arrow {
    border-width: 0 15px 15px;
    border-bottom-color: #b9b9b9;
    left: 50%;
    margin-left: 0;
    top: -10px;
    margin-left: -15px;
}

    .tooltip.bottom .tooltip-arrow:before {
        content: "";
        display: block;
        border-width: 0 15px 15px;
        width: 0;
        height: 0;
        border-color: transparent;
        border-bottom-color: #f9f9f9;
        border-style: solid;
        left: -15px;
        bottom: -3px;
        position: relative;
    }

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #d4d4d4;
}

.underlined,
.underlined:hover {
    text-decoration: underline;
}

.anchor-link {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 2px;
}

    .anchor-link br {
        display: none;
    }

    .anchor-link .icon-bottom-arrow-small {
        font-size: 7px;
        margin-left: 15px;
        position: relative;
        top: -3px;
        display: inline-block;
    }

.plan-price-old {
    color: #d32020;
    text-decoration: line-through;
    line-height: 1;
    min-height: 15px;
}

.plan-price-old sup{
    position: static !important;
    vertical-align: baseline !important;
    font-size: 100% !important;
    line-height: 1 !important;
}

.plan-price-current {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: #002D72;
}

.plan-price-current sup {
    font-size: 67%;
    top: -.26em;
}

.plan-types {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.plan-type-info h2 {
    margin: 0;
}

.plan-type-info .plan-type-heading-text {
    padding: 30px 15px 15px;
    margin: 0;
    display: inline-block;
}

.plan-types li {
    padding: 15px;
}

    .plan-types li > img {
        height: 68px;
        width: auto;
    }

.plan-international {
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,0.1);
    box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,0.1);
}

.plan-section-label {
    padding: 7px 15px;
    z-index: 1;
}


.plans-more-info-content {
    padding-bottom: 15px;
}

.plan-section-label h2,
.plan-section-label span {
    margin: 0;
    position: relative;
}


.plan-section-label {
    padding: 7px 15px 9px 15px;
}

    .plan-section-label h2 > span {
        font-size: 14px;
        display: block;
    }

.plan-coverage-link .icon-right-arrow-small {
    margin-left: 10px;
}

.plans-include .custom-list li {
    margin-bottom: 0;
}

.plan-body {
    -webkit-box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.1);
    box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.1);
    border: 1px solid #d4d4d4;
    padding: 20px 15px;
}

.plan-heading-label {
    margin: 0;
    padding: 3px 11px;
    line-height:28px;
}

.plan-heading-tag {
    padding: 7px 11px;
    color: #fff;
    display: block;
    position: relative;
}

    .plan-heading-tag [class^="icon-"] {
        margin-right: 9px;
    }

.plan-features.custom-list li.plan-data {
    padding: 7px 15px;
    background-color: #ebebeb;
    margin-bottom: 15px;
}

    .plan-features.custom-list li.plan-data a {
        text-decoration: underline;
    }

        .plan-features.custom-list li.plan-data a:hover,
        .plan-features.custom-list li.plan-data a:focus {
            text-decoration: none;
        }

.plan-features.custom-list li {
    padding: 4px 15px;
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.plan-features.custom-list > li.plan-feature-empty {
    display: none;
    border-left: none;
}

.plan-features.custom-list li:before {
    left: 5px;
    top: 5px;
}

.plan-features.custom-list li.plan-data:before {
    top: 8px;
    content:"";
}

.plan-section .plan-features.custom-list li.plan-data:before,
.plan-section .plan-features.custom-list li.hide-custom-bullet:before,
.plan-section .plan-features.custom-list li strong:not([class]):empty,
.plan-section .plan-features.custom-list li span:not([class]):empty {
    display: none;
}

.plan-features strong {
    font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #000;
}

.plan-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.plan-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
    text-align: right;
}

    .plan-details button {
        margin:0 auto;
        border: none;
        background-color: transparent;
        text-decoration: underline;
        padding:0;
    }

.plan-pricing {
    padding-top: 15px;
    border-top: 1px solid #d4d4d4;
    margin-top: 15px;
}

.plans-combine {
    padding: 15px 11px 20px;
    position: relative;
    top: -1px;
}

    .plans-combine ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .plans-combine ul li {
            padding: 7px 15px 7px 30px;
            margin-top: 0;
            border-bottom: 1px solid #fff;
            font-size: 16px;
            position: relative;
        }

        .plans-combine ul [class^="icon-"] {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            color: #002966;
        }

.plans-combine ul li:last-of-type {
    border-bottom: none;
}

.plans-more-info h4 {
    margin: 0;
}

.plans-more-info-toggle {
    margin: 20px 0 0;
    display: block;
    font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

    .plans-more-info-toggle [class^="icon-"] {
        margin-right: 15px;
    }

    .plans-more-info-toggle[aria-expanded="true"] .icon-expand-small {
        display: none;
    }

    .plans-more-info-toggle[aria-expanded="true"] .icon-collapse-small {
        display: inline-block;
    }

    .plans-more-info-toggle[aria-expanded="false"] .icon-expand-small {
        display: inline-block;
    }

    .plans-more-info-toggle[aria-expanded="false"] .icon-collapse-small {
        display: none;
    }

        .plans-more-info-toggle[aria-expanded="false"] .icon-expand-small:before,
        .plans-more-info-toggle[aria-expanded="false"] .icon-collapse-small:before,
        .plans-more-info-toggle[aria-expanded="true"] .icon-expand-small:before,
        .plans-more-info-toggle[aria-expanded="true"] .icon-collapse-small:before {
            font-size: 19px;
        }

.auto-top-up {
    margin-top:-31px;
}

.auto-top-up sup{
    font-size: 67%;
    top: -.26em;
}

.txt-center-small{
    text-align:center;
}

/*Added styles for promo tag Richard Paterno*/

.promo-offer-list {
    width:100%;
    position:relative;
}

.modal-promo-offer {
    display: flex; width: 100%; margin-left: 30px;
}

.promo-offer-desc {
    padding: 5px;
    border: 1px solid #002D72;
    border-radius:3px;
    font-size: 12px!important;
}

/*End of styles for promo tag Richard Paterno*/

@media(min-width: 768px) {

    .anchor-link {
        white-space: nowrap;
    }

        .anchor-link br {
            display: inline;
        }

    .plan-types {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

        .plan-types li {
            width: 33.3333%;
            padding-bottom: 30px;
        }

        .plan-types .plan-international {
            padding-left: 20px;
            -webkit-box-shadow: inset 20px 0px 10px -10px rgba(0,0,0,0.1);
            box-shadow: inset 20px 0px 10px -10px rgba(0,0,0,0.1);
            background-color: #fff;
        }

    .plan-type-info h2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .plan-type-info .plan-type-heading-text {
        width: 66.6666%;
        padding: 30px 15px 0;
    }

    .plan-type-heading-shadow {
        width: 33.3333%;
        -webkit-box-shadow: inset 20px 0px 10px -10px rgba(0,0,0,0.1);
        box-shadow: inset 20px 0px 10px -10px rgba(0,0,0,0.1);
    }

    .plan-section > header {
        position: relative;
        bottom: -1px;
        z-index: 1;
    }

    .plan-section-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 37px;
    }

        .plan-section-label h2 {
            width: calc(100% - 300px);
        }

            .plan-section-label h2 > span {
                border-left: 1px solid #fff;
                padding-left: 10px;
                margin-left: 10px;
                display: inline;
                top: -3px;
                line-height: 1;
            }

    .plan-coverage-link {
        width: 300px;
        text-align: right;
        margin-bottom: 0;
        position: relative;
    }

        .plan-coverage-link .icon-right-arrow-small {
            right: -22px;
            position: absolute;
            height: 15px;
            bottom: 0;
            top: auto;
        }

    .plan-section-label h2 br {
        display: initial;
    }

    .plan-section-label > span {
        border-left: 1px solid #fff;
        padding-left: 15px;
        margin-left: 15px;
    }

    .plans-include {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }

        .plans-include .h4,
        .plans-include .custom-list,
        .plans-include .custom-list > li {
            display: inline-block;
        }

        .plans-include .h4 {
            white-space: nowrap;
        }

        .plans-include .custom-list > li {
            display: inline-block;
        }

            .plans-include .custom-list > li:after {
                content: "|";
                margin-left: 15px;
                position: relative;
                font-family: sans-serif;
            }

            .plan-features.custom-list > li:before,
            .plans-include .custom-list > li:before {
                display: none;
            }

            .plans-include .custom-list > li:last-of-type:after {
                display: none;
            }

    .plan-section-body-wrap {
        border-left: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
    }

    .plan-features.custom-list > li {
        margin-top: 0;
        border-left: 1px solid #d4d4d4;
        width: 33.3333%;
    }

        .plan-features.custom-list > li:first-child {
            border-left: none;
        }

    .plan-features.custom-list li.plan-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 15px;
        background-color: transparent;
        margin-bottom: 0;
    }

    .plan-features .plan-data-wrap {
        background-color: #ebebeb;
        padding: 4px 15px;
        width: 100%;
    }

    .plan-header,
    .plan-body,
    .plan-features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .plan-header {
        position: relative;
        z-index: 1;
        bottom: -1px;
    }

    .plan-feature-name,
    .plan-feature-desc {
        display: block;
    }

    .plan-features {
        width: 60%;
    }

        .plan-features.custom-list > li.plan-feature-empty {
            display: initial;
        }

    .plan-pricing {
        width: 40%;
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .plan-price-wrap {
        padding-left: 15px;
        padding-right: 15px;
        align-content: center;
    }

    .plan-details {
        width: 35%;
        border-left: 1px solid #d4d4d4;
    }

    .plans-combine {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 12px 11px 10px;
    }

        .plans-combine h3 {
            margin: 0 30px 0 0;
            white-space: nowrap;
        }

    .plans-more-info-content {
        margin-left: 27px;
    }

    .plan-pricing {
        margin-left: auto;
        border-left: 1px solid #D4D4D4;
    }

    .plan-price-wrap {
        margin-left: auto;
        align-self: center;
    }
}

@media(min-width: 992px) {

    .plan-type-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .plan-types li {
        width: 33.3333%;
    }

        .plan-types li > img {
            height: 86px;
            width: auto;
        }

    .plan-type-info h2 {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .plan-type-info .plan-type-heading-text {
        width: 100%;
        padding: 15px 15px 15px 30px;
    }

    .plan-types {
        width: 75%;
    }


    .plan-section {
        margin-left: -11px;
        margin-right: -11px;
    }

    .plan-features,
    .plan-pricing {
        width: 50%;
    }


    .plan-price-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .plan-price-old {
        margin-left: auto;
    }

    .plan-price-current {
        font-size: 40px;
    }

    .plans-combine {
        margin-left: -11px;
        margin-right: -11px;
    }

    .plan-features strong {
        display: block;
    }
}

.price-wrap {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.plan-body .custom-list.plan-features li strong{
    display: block;
}

.page-code_lmshp-plans .decoration-link,
.page-code_lmshp-plans .decoration-link:hover,
.page-code_lmshp-plans .decoration-link:focus {
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .page-code_lmshp-plans .plans-include .h4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1000px){
    .plan-price-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
    }

    .plan-price-current {
        margin-left: 10px;
    }
    .price-wrap {
        width: 75%;
    }

    .plan-details {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .zone-plans-more-info {
        display: inline;
    }  
}

@media (max-width: 767px){
    .price-wrap {
        width: 65%;
    }

    .plan-details {
        width: 35%;
    }    
    .zone-plans-more-info{
        display: block;
    }
    .price-no-wrap{
        white-space: nowrap;
    }

    /*Added styles for promo tag Richard Paterno*/

    .promo-offer-list {
        top: 20px;
    }

    /*End of styles for promo tag Richard Paterno*/

}


 /*Auto top up*/
@media (min-width: 768px) {
 .auto-top-up-plans li.data-info:first-of-type{
     padding-left:0
 }
.auto-top-up-plans .plan-pricing {
        width: 44%;
    }

.auto-top-up-plans .plan-features {
        width: 65%;
    }
.auto-top-up-plans li.data-info {
        width: 30%;
    }
          .auto-top-up-plans .plan-features.custom-list li.plan-data {
        width: 40%;
    }

.auto-top-up-plans li.plan-data.data-top-up {
        width: 46%;
    }
.data-cards {
        border-radius: 2px;
    }
.auto-top-up-plans .plan-features.custom-list li.plan-data.data-top-up {
            background-color: transparent;
            display: flow-root;
            margin-bottom: 0;
            padding: 0 15px;
            flex-direction:column;
        }
.auto-top-up-plans .plan-data-wrap.data-cards.bgMarine {
        background-color: #002D72;
    }

.auto-top-up-plans .plan-features .plan-data-wrap {
        background-color: #ebebeb;
        padding: 7px;
        width: 100%;
    }

.lineH-15 {
        line-height: 15px;
    }
.auto-top-up-plans .plan-details {
        width: 30%;
    }
.txt-center-small{
    text-align:initial;
}

.txt-right{
    text-align:right;
}
}
@media (min-width: 768px) and (max-width: 999px){
    .auto-top-up-plans .plan-features {
    width: 81%;
}
    .auto-top-up-plans li.data-info {
    width: 28%;
}
    .auto-top-up-plans .plan-features.custom-list li.plan-data {
    width: 45%;
}
    .auto-top-up-plans .plan-details {
    width: 35%;
}
 .page-code_lmshp-plans .auto-top-up .promo-banner .col-xs-12:nth-child(2){
     padding-left:10px;
 }
}
@media (max-width: 767px){
.auto-top-up-plans .plan-details {
    width: 100%;
}
.auto-top-up-plans .plus-data {
    margin:0px -15px -7px -15px;
    padding:5px 15px 5px 5px
}
.data-amount-xs{
    font-size:14px;
    font-weight:bold;
    font-family:Helvetica, Arial, sans-serif;
}
.data-info.border-right-grey{
    border-right:0px 
}
}

.page-code_lmshp-plans .plan-types-paragraph{
    display: block;
    padding-bottom: 5px;
}

.auto-top-up-img{
    width:48px;
}
.page-code_lmshp-plans .auto-top-up .btn-link,.page-code_lmshp-plans .auto-top-up .btn-link:active,.page-code_lmshp-plans .auto-top-up .btn-link:focus,.page-code_lmshp-plans .auto-top-up .btn-link:hover{
    color:#fff;
    text-decoration:none;
    padding:0;
}

/*Accessibility overrides*/
.auto-top-up .promo-banner button.btn-link {
    font-size: 19px;
}

.auto-top-up .promo-banner .txtMarine {
    color: #06296E;
}

/*rate plan new design*/
.borderPromoText {
    padding: 10px;
    border: 1px solid #002d72;
    color: #002d72;
    text-align: center;
}

.lm_startburst {
    border-top: 1px solid midnightblue;
    border-bottom: 1px solid midnightblue;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.txt-center {
    text-align: center
}


.plans-header h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
}

.plan-section-body-wrap .plans-include ul {
    list-style: none;

}

    .plan-section-body-wrap .plans-include ul li {
        display: inline-block;
        padding: 10px 20px;
    }

.plan-section-body-wrap .plans-include i {
    padding: 0 15px;
    font-size: 25px;
}

.plans-add-on span {
    display: block;
}
.plans-add-on span.sr {
    display: inline;
}

.plans-main-section-wrap {
    padding: 30px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

    .plans-main-section-wrap .plans-section {
       /**height: 530px;*/
        width: 294px;
        max-width: 300px;
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        margin: 8px 7px;
        box-sizing: border-box;
        border: 1px solid #E6E6E6;
        background-color: #FFFFFF;
        box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
    }

        .plans-main-section-wrap .plans-section:hover {
            box-shadow: 0 14px 36px 0 rgb(0 0 0 / 30%);
        }

    .plans-main-section-wrap .plans-heade-sec {
       /* height: 140px;*/
        background: #F7F7F7;
        padding: 19px 8px;
    }

.plans-heade-sec .plans-price {
    font-size: 25px;
    color: #002D72;
    font-weight: bold;
}

.plans-price-desc {
    font-size: 12px;
    color: #002D72;
    padding: 12px 23px;
    line-height: 18px;
    text-align: center;
}

.data-sec .data-header, .call-details-sec .data-header, .text-details .data-header {
    display: block;
    padding: 8px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    color: #222222;
}

.plans-body-sec {
    padding: 15px;
    /*height: 340px;*/
}

.optional-data-sec span, .call-details-sec span {
    display: block;
}

.optional-data-sec .or-sec {
    color: #6C665A;
    font-size: 12px;
    background: #E6E6E6;
    padding: 7px;
    margin: 11px 11px 4px 11px;
    border-radius: 50%;
    display: inline-block;
}

.optional-data-sec .data-header {
    font-size: 16px;
    color: #222222;
    padding: 8px;
}

.data-desc {
    font-size: 12px;
    line-height: 14px;
}

.plans-more-details {
    padding: 9px;
}
.plans-body-sec span {
    display: block;
    padding: 0 20px;
}
.plans-more-details a {
    color: #002D72;
    background-color: #41B6E6;
    font-size: 16px;
    padding: 11px;
    display: block;
}

.call-details-sec .dash-sec {
    margin: 15px 11px 5px 11px;
    box-sizing: border-box;
    height: 1px;
    width: 28px;
    border: 1px solid #E6E6E6;
    display: inline-block;
}

.text-details .data-header {
    padding: 15px 15px 5px;
}

.plans-main-section-wrap .custom-list li:before, .plans-more-info-content .custom-list li:before {
    content: "";
}

.plans-more-info-content .custom-list {
    list-style-type: disc
}

.sim-card-section {
    margin: 20px 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    background-color: #41B6E6;
}

.sim-card-sub-section {
    width: auto;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center;
}

    .sim-card-sub-section span {
        color: #002D72;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
    }

    .sim-card-sub-section img {
        height: 82px;
        width: 81.73px;
    }

.verti-line span {
    box-sizing: border-box;
    height: 64px;
    width: 1px;
    border: 1px solid #E1E1E1;
    padding: 0;
}

.sim-card-sub-section .sub-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px;
}

.sim-card-sub-section .price-text {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
}

.sim-card-sub-section .buy-now {
    display: block;
    padding: 11px 25px;
    color: #002D72;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}

a.buy-now:hover, .more-details:hover, .select-section li:hover{
    cursor: pointer;
}


    .add-on-details .plans-combine {
        padding: 15px 15px 15px;
        margin: 0;
        background-color: #C8E9EF;
        align-items: center;
        border-top: 1px solid #d4d4d4;
    }

        .add-on-details .plans-combine ul li:after {
            color: #002D72;
            font-size: 23px;
        }

        .add-on-details .plans-combine h3 {
            margin: 0 50px 0 0;
        }

    .add-on-details .plans-combine-title {
        font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        color: #002966;
        margin-bottom: 10px;
    }

.modal .plan-details-modal {
    width: 930px;
}
.plan-details-modal .custom-list {
    padding: 0 15px;
}
.multi-simcard-wrap .multi-simcard-body {
    background: #41B6E6;
}

.multi-simcard-header-section {
    color: #002D72;
    font-weight: bold;
    line-height: 28px;
}

.multi-simcard-sub-section {
    padding: 20px;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    background-color: #41B6E6;
}

    .multi-simcard-sub-section .sim-card-sub-section {
        padding: 0 7.5px;
        flex: 0 0 auto;
    }

.multi-simcard-buyButton .buy-now {
    display: block;
    padding: 11px 25px;
    color: #002D72;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}

.multi-simcard-buyButton {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.multi-simcard-body .promo-banner {
    padding: 45px 30px 35px 30px;
}

.additional-information-wrap {
    margin-bottom: 0;
}
.plans-coverage-opts h3 {
    font-weight:bold;
}
.select-section {
    list-style:none;
}
.select-section li {
        display: inline-block;
        padding: 7px 37px;
        margin: 0 -2px;
        border: 1px solid #002D72;
        width: 22%;
}
.select-section li.active , .select-section li.active a{
    background: #002D72;
    color: #fff;
}
.parent-no-bullet-list{
    display:none;
}

.add-on-details-wrap, .multi-simcard-wrap, .additional-information-wrap {
    background-color: #e6e6e6;
}

.additional-information-wrap .plans-more-info {
    padding-bottom: 35px;
}

@media(max-width:360px) {
    .select-section li{
        padding:7px;
    }
}
@media(max-width:385px){
    .select-section li {
        padding: 7px 9px;
    }
}
.txt-img-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-text-align {
    position: relative;
    min-height: 20px;
}

.img-txt-plan {
    font-weight: bold;
}
@media(max-width: 767px) {
    .img-text-align {
        min-height: 60px;
    }

    .img-txt-plan {
        padding-top: 20px;
    }
    .plan-section-body {
        margin:0;
    }
    .plan-section-body-wrap {
        padding: 55px 20px 0 20px;
    }
    .plans-main-section-wrap {
        margin: 0 -35px 0 -35px;
    }

    /*.plan-section-body-wrap .plans-include {
        margin: 0 -20px 0 -20px;
    }
    */
    .plan-section-body-wrap .plans-include li:last-child {
        width:100%!important;
    }

    .plan-section-body-wrap .plans-include ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    }

    .plan-section-body-wrap .plans-include ul li {
            padding:10px 5px;
            width: 49%;
            text-align:left;
     }
    .plans-main-section-wrap .slick-dots {
        position:relative;
        margin-top:30px;
    }
    .plans-main-section-wrap .slick-dots li button {
        border: 1px solid #002D72;
    }
    .plans-main-section-wrap .plans-section {
        max-width:none;
    }
    .plans-main-section-wrap .slick-slide {
        padding:0!important;
    }
    .plans-main-section-wrap .plans-heade-sec, .plans-more-details, .plans-body-sec {
        width: 100%;
    }
    .plan-price-current {
        padding: 0px;
    }
    .plans-price-desc {
        padding: 0 35px 25px;
    }
    .plans-main-section-wrap .plans-heade-sec, .plans-body-sec {
        padding: 0;
    }
    .text-details {
        padding-bottom:15px;
    }
    .data-sec {
        padding-top:15px;
    }
    .sim-card-section .sim-card-sub-section {
        padding: 5px 20px 5px 20px;
        flex: auto;
        width: 100%;
    }
    .sim-card-section .verti-line span {
        height: 1px;
        width: 64px;
    }
    .mobile-hidden {
        display: none !important;
    }
    .sim-card-section .sim-card-sub-section img {
        margin-left: -10px;
    }
    .sim-card-section {
        padding: 15px;
    }
    .select-section li {
        padding: 7px 10px;
        width: 50%;
    }
    .plans-coverage-opts.default-text-format ul{
        padding-left:0;
    }
    .modal .plan-details-modal{
        width:100%;
    }
    .sim-card-sub-section .buy-now {
        width: max-content;
    }
    .multi-simcard-sub-section{
        padding:20px 0;
    }
    .plan-section-body-wrap .plans-include i{
        padding:0 7px;
    }
    .plans-body-sec span{
        padding:0 7px;
    }
    .add-on-details, .multi-simcard-wrap, .additional-information-wrap {

        padding: 0 16px;
    }

    .add-on-details .plans-combine{
        top:0;
    }
}
@media(max-width:320px){
    .multi-simcard-sub-section .sim-card-sub-section{
        padding:0 4px;
    }
    .plan-section-body-wrap .plans-include ul li {
        width: 55%;
        text-align: left;
    }
    .select-section li {
        padding: 7px 10px;
        width: auto;
    }
}
@media (max-width:360px){
    .plan-section-body-wrap .plans-include ul li {
        padding: 10px 0;
    }
    .select-section li {
        padding: 7px;
    }
}
@media(min-width: 768px) and (max-width:991px){
    .container.liquid-container {
        width: 708px;
    }
    .plans-main-section-wrap{
        justify-content:left;
    }
    .plans-main-section-wrap .plans-section{
        width: 317px;
        max-width: 320px;
    }
    .plan-section-body-wrap .plans-include ul li{
        padding:10px 0;
    }
    .modal .plan-details-modal {
        width: 725px;
    }
    .plan-details-modal.sim-card-section {
        margin: 0 0 10px;
    }
    .plan-section-body-wrap .modal {
        bottom: 225px;
    }
    .add-on-details .plans-combine{
        display:block;
    }
    .add-on-details .plans-combine h3{
        padding:5px 0;
    }
    .tablet-hidden {
        display: none !important;
    }
    .plans-price-desc {
        padding: 12px 35px;
    }
    .sim-card-section .sim-card-sub-section {
        padding: 5px 0;
        flex: 0.06 0 auto;
    }
    .sim-card-section .sim-card-sub-section:first-child {
        width: 100%;
        text-align: center;
    }
     .sim-card-section .sim-card-sub-section:last-child {
       width: 100%;
       text-align: center;
       display: grid;
    }
    .select-section li{
        width:35%;
    }
}
.lk202-bgLuckyBlueDark { background-color: #41B6E6!important;}

@media (max-width: 999px){

    body.page-code_lmshp-plans {
        margin-bottom: 80px;
    }
}

.plans-decoration-link{
    text-decoration: underline;
}

.plans-decoration-mod{
    color:#002966;
}
.plans-decoration-link:hover, .plans-decoration-link:focus{
    text-decoration: none;
}

.plans-prepaid-container .more-details {
    color: #002D72;
    background-color: #41B6E6;
    font-size: 16px;
    padding: 11px;
    display: block;
    width: 100%;
    border: 0;
}

.btn-link {
    border-color: transparent;
    background-color: transparent;
    text-decoration: underline;
    color: #002D72;
    font-size: 16px;
}

@media (min-width: 999px){

    .add-on-details .plans-combine-title {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .add-on-details .plans-combine {
        padding: 8px 30px;
    }

    .plans-combine ul li {
        display: inline-flex;
        margin-bottom: 0;
        border: none;
        margin: 0;
    }

    .plans-combine ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .plans-combine ul li:after {
            content: "";
            display: inline-block;
            margin-left: 15px;
            margin-right: 0;
            color: #fff;
            background-color: #002D72;
            height: 22px;
            width: 1px;
            position: relative;
            font-family: initial;
        }

    .plans-combine ul li:last-of-type:after {
        display: none;
    }
}

.rp-link-style {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    text-decoration: underline;
}

.rp-txt-dark-blue {
    color: #002D72!important;
}

.rp-txt-light-blue {
    color: #049FDA !important;
}

.rp-picker-section-wrap {
    padding-bottom: 10px;
}

.rp-picker-section-heading {
    color: #002D72;
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 45px;
    margin-top: 20px;
}

.rp-picker-section-subheading,
.rp-picker-include-list > li {
    color: #002D72;
    font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
}

.rp-picker-section-subheading {
    margin-bottom: 20px;
}

.rp-picker-section-features-dt .rp-picker-section-subheading {
    margin-bottom: 30px;
}

.rp-picker-section-features-dt {
    display: none;
}

.rp-picker-section-features-mb {
    margin-top: 40px;
}

.rp-picker-include-list {
    color: #002D72;
    margin: 0 0 0 20px;
    padding: 0;
}

    .rp-picker-include-list > li {
        color: #002D72;
        margin-bottom: 24px;
        margin-top: 24px;
        position: relative;
        padding-left: 0;
    }

.rp-picker-include-list > li *[class*="icon2"] 
{   
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    display: none;
}

.rp-picker-main {
    background-color: #fff;
    padding: 30px 15px 15px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

.rp-picker-heading {
    font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #111;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    display: inline-block;
    flex-grow: 1;
    line-height: 1;
}

.rp-picker-section {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.rp-picker-section--monthly-data {
    padding: 0;
    border-bottom: none;
}

.rp-picker-data-title-amount-wrap {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}

.rp-picker-data-amount {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: #111;
    font-size: 18px;
    line-height: 22px;
    bottom: 0;
    right: -14px;
    min-width: 70px;
    text-align: right;
    line-height: 1;
}

.rp-picker-data-amount > span {
    font-size: 12px;
    font-family: sans-serif;
    display: inline-block;
    margin-left: 4px;
}

.rp-picker-data-bar-wrap {
    position: relative;
    height: 30px;
}

.rp-picker-data-bar {
    height: 30px;
    width: calc(100% - 95px);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #002D72;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
}

.rp-picker-data-bar-plan,
.rp-picker-data-bar-bonus,
.rp-picker-data-bar-special-offer,
.rp-picker-data-bar-total {
    height: 40px;
}

.rp-picker-data-bar-plan {
    background-color: #002D72;
    transition: width .4s ease;
}

.rp-picker-data-bar-bonus {
    background-color: #049FDA;
    transition: width .2s ease;
    position: relative;
}

.rp-picker-data-bar-total {
    /*background-color: #ff0000;*/
    transition: width .2s ease;
    position: relative;
    display: flex;
}

.rp-picker-data-bar-special-offer {
    background-color: #40d5af;
    transition: width .2s ease;
    position: relative;
}

.rp-picker-data-bar-bonus.rp-picker-data-bar-bonus--hide,
.rp-picker-data-bar-special-offer.rp-picker-data-bar-bonus--hide {
    width: 0!important;
}

.rp-picker-data-buttons {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.rp-picker-data-button-wrap {
    padding-left: 10px;
    display: inline-flex;
}

.rp-picker-data-button-wrap button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    position: relative;
    background: #002D72;
    color: #fff;
}

.rp-picker-data-button-wrap button[disabled] {
    background: #b3c0d4;
    cursor: default;
}

.rp-picker-data-button-less:before,
.rp-picker-data-button-more:before,
.rp-picker-data-button-more:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 50%;
    height: 2px;
}

.rp-picker-data-button-more:after {
    width: 2px;
    height: 50%;
}

.rp-picker-data-breakdown {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}

.rp-picker-data-breakdown > li {
    padding: 8px 0 9px 20px;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

.rp-picker-data-breakdown > li:last-child {
    padding-bottom: 9px;
}

.rp-picker-data-plan,
.rp-picker-data-bonus,
.rp-picker-data-offer {
    display: flex;
}

.rp-picker-data-breakdown > li.rp-picker-data-bonus {
    padding-bottom: 9px;
}

.rp-picker-data-plan-label,
.rp-picker-data-bonus-label,
.rp-picker-data-offer-label {
    flex-grow: 1;
}

.rp-picker-data-offer-label {
    color: #111;
}

.rp-picker-data-bonus-label a.rp-link-style,
.rp-picker-data-bonus-label button.rp-link-style {
    text-align: left;
    color: #002D72;
}

.rp-picker-data-plan .rp-picker-data-dot,
.rp-picker-data-bonus .rp-picker-data-dot,
.rp-picker-data-offer .rp-picker-data-dot {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.rp-toggle-bonus-data-btn[aria-pressed="false"] ~ .rp-picker-data-dot:before,
.rp-toggle-bonus-data-btn[aria-pressed="false"] ~ .rp-picker-data-dot:after {
    position: absolute;
    content: " ";
    display: block;
    height: 12px;
    width: 1px;
    top: -1px;
    transform: rotate(45deg);
}

.rp-toggle-bonus-data-btn[aria-pressed="false"] ~ .rp-picker-data-dot:before {
    left: 4px;
    background-color: #fff;
}

.rp-toggle-bonus-data-btn[aria-pressed="false"] ~ .rp-picker-data-dot:after {
    left: 5px;
    background-color: #002D72;
}

.rp-toggle-bonus-data-btn[aria-pressed="false"] .rp-toggle-bonus-data-btn-label--hide {
    display: none;
}

.rp-toggle-bonus-data-btn[aria-pressed="true"] .rp-toggle-bonus-data-btn-label--show {
    display: none;
}

.rp-picker-data-plan .rp-picker-data-dot {
    background-color: #002D72;
}

.rp-picker-data-bonus .rp-picker-data-dot {
    background-color: #049FDA;
}

.rp-picker-data-offer .rp-picker-data-dot {
    background-color: #40d5af;
}

.rp-picker-data-bonus-amount,
.rp-picker-data-offer-amount {
    white-space: nowrap;
    padding-left: 10px;
}

.rp-info-button-wrap {
    position: relative;
}

.rp-info-button-dt,
.rp-info-button-mb {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    font-family: sans-serif;
    background-color: #707070;
    color: #fff;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
    top: -2px;
    font-size: 0;
}

.rp-info-button-dt:before,
.rp-info-button-mb:before,
.rp-info-button-dt:after,
.rp-info-button-mb:after {
    content: " ";
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
    left: 50%;
    width: 2px;
}

.rp-info-button-dt:before,
.rp-info-button-mb:before {
    top: 4px;
    height: 2px;
}

.rp-info-button-dt:after,
.rp-info-button-mb:after {
    bottom: 1px;
    height: 6px;
}

.rp-info-button-dt {
    display: none;
}

.modal.rp-tooltip-modal {
    padding: 15px;
}

.modal.rp-tooltip-modal {
    padding: 15px;
}

.rp-tooltip-modal .modal-content {
    min-height: auto;
}

.rp-tooltip-modal .modal-body {
    padding: 30px 30px 30px 15px;
}

.rp-tooltip-modal .modal-header .close {
    font-size: 17px;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.rp-plan-change-modal .modal-footer {
    text-align: left;
    padding: 30px 0 10px;
    margin-top: 30px;
}

.rp-picker-call-tooltip,
.rp-info-tooltip {
    position: absolute;
    top: -5px;
    left: calc(50% + 2px);
    transform: translate(-50%, -100%);
    width: 280px;
    padding: 20px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.4);
    font-size: 13px;
    text-align: left;
    color: #666;
}

.rp-picker-call-tooltip {
    width: 240px;
    padding: 20px 35px 20px 15px;
    left: 50%;
}

.rp-picker-call-tooltip > button.rp-link-style {
    margin-top: 5px;
    position: relative;
    text-align: left;
}

.rp-picker-call-tooltip > button.rp-link-style :after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 7px;
    position: absolute;
    top: 6px;
    vertical-align: top;
    width: 7px;
    right: -20px;
    transform: rotate(45deg);
}

.rp-picker-call-tooltip-close-btn {
    position: absolute;
    top:7px;
    right: 7px;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

.rp-picker-call-tooltip-close-btn .icon-close-x{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}

.rp-picker-call-tooltip:after,
.rp-info-tooltip:after {
    position: absolute;
    bottom: -10px;
    content: " ";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}

.rp-picker-call-tooltip-network,
.rp-picker-call-tooltip-price-wrap,
.rp-picker-call-tooltip-data {
    white-space: nowrap;
}

.rp-network-switch {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 14px;
    border: 1px solid #002D72;
    padding: 2px;
}

.rp-network-switch-button {
    white-space: nowrap;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.rp-network-switch-button[aria-checked="true"] {
    background-color: #002D72;
    color: #fff;
}

.rp-network-single-option {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    color: #111;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.rp-picker-call-list {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;    
    margin: 20px 0 10px;
    position: relative;
}

.rp-picker-call-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50%;
    position: absolute;
    height: 2px;
    border-top: 2px solid #d8d8d8;
    background-color: #fff;
}

.rp-picker-call-list:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 50%;
    position: absolute;
    height: 2px;
    border-top: 2px dotted #d8d8d8;
    background-color: #fff;
}

[data-total-calling-options="2"] .rp-picker-call-list {
    margin: 20px 0 0;
}

.rp-picker-call-list > li {
    width: 33.3333%;
    text-align: center;    
    position: relative;    
    color: #d8d8d8;
}

.rp-picker-section--single-range .rp-picker-call-list > li {
    width: 100%;
    text-align: right;
}

.rp-picker-call-list > li:first-child {
    text-align: left;
}

[data-total-calling-options="1"] .rp-picker-call-list > li:first-child {
    text-align: right;
}


.rp-picker-call-list > li:last-child {
    text-align: right;
}

.rp-picker-call-list > li > div {
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: column-reverse;
    padding: 0 10px;
}

[data-total-calling-options="1"] .rp-picker-call-list > li:nth-child(2),
[data-total-calling-options="1"] .rp-picker-call-list > li:nth-child(3),
[data-total-calling-options="1"] .rp-picker-call-list:before,
[data-total-calling-options="1"] .rp-picker-call-list:after,
[data-total-calling-options="1"] .rp-picker-call-list-dot,
[data-total-calling-options="1"] .rp-picker-call-list .rp-picker-call-list-range,
.rp-picker-section--single-range .rp-picker-call-list-range {
    display: block!important;
}

[data-total-calling-options="1"] .rp-picker-call-wrap {
    display: flex;
}

[data-total-calling-options="1"] .rp-picker-call {
    flex-grow: 1;
}

[data-total-calling-options="1"] .rp-picker-heading {
    flex-grow: 1;
}

[data-total-calling-options="1"] .rp-picker-heading-wrap {
    flex-grow: 0;
}


[data-total-calling-options="2"] .rp-picker-call-list > li {
    width: 50%;
}

[data-total-calling-options="2"] .rp-picker-call-list > li:nth-child(2) {
    text-align: right;
}

[data-total-calling-options="2"] .rp-picker-call-list > li:nth-child(3) {
    display: none;
}

.rp-picker-call-list-terms-dt {
    display: none;
    max-width:120px;
}

.rp-picker-call-list-terms-mb,
.rp-picker-call-list-terms-dt {
    margin: 0 auto;
}

[data-total-calling-options="1"] .rp-picker-call-list-terms-mb,
[data-total-calling-options="1"] .rp-picker-call-list-terms-dt {
    margin: 0 0 0 auto;
}

[data-total-calling-options="1"] .rp-picker-call-list > li > div {
    padding-right: 0;
}

.rp-picker-call-list-minutes {
    font-family: "GTWalsheim-med", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.rp-picker-section--single-range .rp-picker-call-list-minutes {
    font-size: 18px;
    line-height: 22px;
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
}

.rp-picker-call-list-range {
    font-size: 12px;
}

.rp-picker-call-list-dot {
    margin: 0 auto 15px;
    height: 20px;
}

.rp-picker-call-list-dot:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d8d8d8;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.rp-picker-call-list > li:last-child .rp-picker-call-list-dot:after,
.rp-picker-call-list > li:first-child .rp-picker-call-list-dot:after,
[data-total-calling-options="2"] .rp-picker-call-list > li:nth-child(2) .rp-picker-call-list-dot:after {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    content: " ";
    width: 50%;
    height: 30px;
    background-color: #fff;
    z-index: 1;
}

.rp-picker-call-list > li:first-child .rp-picker-call-list-dot:after {
    left: auto;
    right: 50%;
}


[data-current-calling-option="1"] .rp-picker-call-list:before {
    border-top: 2px dotted #d8d8d8;
}

[data-current-calling-option="2"] .rp-picker-call-list:before {
    border-top: 2px solid #d8d8d8;
}

[data-current-calling-option="3"] .rp-picker-call-list:after {
    border-top: 2px solid #d8d8d8;
}

[data-total-calling-options="2"][data-current-calling-option="1"] .rp-picker-call-list:before {
    width: 100%;
    border-top: 2px dotted #d8d8d8;
}

[data-total-calling-options="2"][data-current-calling-option="2"] .rp-picker-call-list:before {
    width: 100%;
    border-top: 2px solid #d8d8d8;
}

[data-total-calling-options="2"][data-current-calling-option="1"] .rp-picker-call-list:after,
[data-total-calling-options="2"][data-current-calling-option="2"] .rp-picker-call-list:after {
    display: none;
}


[data-current-calling-option="1"] .rp-picker-call-list > li:nth-child(1),
[data-current-calling-option="2"] .rp-picker-call-list > li:nth-child(2),
[data-current-calling-option="3"] .rp-picker-call-list > li:nth-child(3) {
    color: #666;
}

[data-current-calling-option="1"] .rp-picker-call-list > li:nth-child(1) .rp-picker-call-list-check,
[data-current-calling-option="2"] .rp-picker-call-list > li:nth-child(2) .rp-picker-call-list-check,
[data-current-calling-option="3"] .rp-picker-call-list > li:nth-child(3) .rp-picker-call-list-check {
    border-radius: 50%;
    background-color: #339043;
    width: 20px;
    height: 20px;
    top: -17px;
    left: calc(50% - 11px);
    z-index: 10;
    position: relative;
}


[data-current-calling-option="1"] .rp-picker-call-list > li:nth-child(1) .rp-picker-call-list-check:after,
[data-current-calling-option="2"] .rp-picker-call-list > li:nth-child(2) .rp-picker-call-list-check:after,
[data-current-calling-option="3"] .rp-picker-call-list > li:nth-child(3) .rp-picker-call-list-check:after {
    display: block;
    position: absolute;
    top: 3px;
    left: calc(50% - 3px);
    content: " ";
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 3;
}

[data-current-calling-option="1"] .rp-picker-call-list > li:nth-child(1) .rp-picker-call-list-minutes,
[data-current-calling-option="2"] .rp-picker-call-list > li:nth-child(2) .rp-picker-call-list-minutes,
[data-current-calling-option="3"] .rp-picker-call-list > li:nth-child(3) .rp-picker-call-list-minutes {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    color: #111;
}

.rp-picker-section.rp-picker-section--text {
    padding-bottom: 0;
    border-bottom: 0;
}

.rp-picker-heading-wrap {
    flex-grow: 1;
    padding-right: 15px;
}

.rp-picker-texting {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    color: #111;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.rp-picker-text-wrap {
    display: flex;
}

.rp-picker-section--text .rp-picker-heading {
    width: 50%;
}

.rp-picker-subheading {
    font-size: 12px;
    line-height: 14px;
    /*display: none!important;*/
}

.rp-picker-footer {
    padding: 15px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    box-shadow: 10px 2px 8px 0 rgba(0,0,0,0.2);
}

.rp-price-wrap {
    width: 50%;
    padding-right: 15px;
}

.rp-button-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rp-button-wrap button {
    width: 100%;
}

.rp-price {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #002D72;
    line-height: 1;
}

.rp-price sup {
    font-size: 67%;
    top: -0.26em;
}

.rp-picker-activation-msg-dt,
.rp-picker-activation-msg-mb {
    text-align: center;
    font-size: 12px;
}

.rp-picker-activation-msg-dt{
    margin-top: 15px;
    color: #111;
    display: none;
}

.rp-picker-activation-msg-mb {
    margin-top: 10px;
    color: #002D72;
}

.rp-picker-offer {
    text-align: center;
    background: #002D72;
    color: #fff;
    font-size: 12px;
    position: relative;
    opacity: 1;
    transition: all .2s ease;
    max-height: 100px;
}

.rp-picker-offer .rp-picker-offer-data {
    display: none;
}

.rp-picker-offer-content {
    padding: 10px 15px;
    display: none;
}

.rp-picker-offer.rp-active .rp-picker-offer-content {
    display: block;
}

.rp-picker[data-is-bonus-data-shown="true"] .rp-picker-offer--autotopup,
.rp-picker[data-is-bonus-data-shown="false"] .rp-picker-offer--no-autotopup {
    display: block;
}

.rp-picker[data-is-bonus-data-shown="false"] .rp-picker-offer--autotopup,
.rp-picker[data-is-bonus-data-shown="true"] .rp-picker-offer--no-autotopup {
    display: none;
}

.rp-picker-offer.rp-picker-offer--fade {
    opacity: 0;
    max-height: 0;
}

.rp-picker-offer-label {
    font-weight: bold;
    margin-bottom: 2px;
    display: inline-block;
    line-height: 1;
}

.rp-picker-offer-text {
    display: inline-block;
    line-height: 1;
}

.rp-picker-offer:after {
    position: absolute;
    bottom: -8px;
    content: " ";
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #002D72;
    left: 50%;
    transform: translateX(-50%);
}

.rp-topup-modal-img-wrap {
    padding-bottom: 20px;
    text-align: center;
}

.rp-topup-modal-img-wrap img{
    
}

.rp-topup-modal-text-wrap {
    
}

.rp-sim-modal-img-col {
    text-align: center;
    padding: 0 15px 30px;
}

.rp-sim-modal-img-col img{
    display: block;
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
}

.rp-sim-modal-txt-col p{
    margin-bottom: 20px;
}

.rp-sim-modal-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.rp-sim-modal-list > li {
    position: relative;
    padding: 5px 0 30px 30px;
    min-height: 60px;
}

.rp-sim-modal-list-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: bold;
    color: #002D72;
}

.rp-sim-modal-btns-wrap {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #d4d4d4;
}

.rp-sim-modal-btns-wrap  a {
    display: inline-block;
    margin-bottom: 15px;
}

.rp-sim-modal-btns-wrap > span:first-of-type a {
    margin-right: 20px;
}

.rp-sim-modal-btns-wrap .btn-primary-inverted {
    border: 2px solid #41B6E6;
}

.rp-plan-wrap {
    background-color: #e6e6e6;
}

.rp-plan-container {
    padding-top: 15px;
}

.rp-plan-container-collapsible-btn {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background-color: #fff;
    padding: 33px 65px 33px 15px;
    width: 100%;
    text-align: left;
    position: relative;
}

.rp-plan-container-collapsible-btn-wrap {
    margin-bottom: 0;
}

.rp-plan-container-collapsible-btn span {
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #002966;
    margin-bottom: 0;
}

.rp-plan-container-collapsible-btn:before,
.rp-plan-container-collapsible-btn:after {
    /*
    content: " ";
    display: block;
    position: absolute;
    top: 50px;
    right: 25px;
    background-color: #002D72;
    width: 21px;
    height: 3px;
    */
}

.rp-plan-container-collapsible-btn:after {
    width: 3px;
    height: 20px;
    right: 34px;
    top: 41px;
}

button[aria-expanded="true"].rp-plan-container-collapsible-btn:after {
    display: none;
}

main#maincontent button[id^="planTilesCollapsibleBtn-"].rp-plan-container-collapsible-btn:focus {
    box-shadow:none!important;
}

.rp-plan-container-collapsible-btn:focus > span {
    box-shadow: 0 0 0px 3px #fff, 0 0 2px 3px #fff, 0 0 4px 5px #000, 0 0 2px 5px #000 !important;
    display: inline-block;
}

@media (min-width: 520px) {
    .rp-picker-section-heading {
        font-size: 44px;
        line-height: 44px;
    }

    .rp-picker-main {
        padding: 30px 30px 35px;
    }

    /*.rp-picker-call-list {
        margin: 0 20px;
    }*/

    [data-total-calling-options="2"] .rp-picker-call-list {
        margin-top: 8px;
    }

    [data-total-calling-options="1"] .rp-picker-call-list {
        margin-top: 0;
    }

    .rp-picker-call-list-minutes {
        font-size: 18px;
        line-height: 22px;
    }

    [data-total-calling-options="2"] .rp-picker-call-wrap {
        display: flex;
    }

    [data-total-calling-options="2"] .rp-picker-call {
        flex-grow: 1;
    }

    [data-total-calling-options="2"] .rp-picker-heading {
        flex-grow: 1;
    }

    .rp-topup-modal .modal-body {
        display: flex;
        padding-top: 0;
    }

    .rp-topup-modal-img-wrap {
        width: 120px;
        min-height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .rp-topup-modal-img-wrap img {
        height: 110px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        
    }

    .rp-topup-modal-text-wrap {
        width: calc(100% - 110px); 
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rp-plan-container-collapsible-btn {
        padding-left: 30px;
    }

    .plans-more-info-toggle {
        margin-top: 30px;
    }

    .additional-information-wrap .plans-more-info {
        padding-bottom: 45px;
    }
}

@media (min-width: 999px) {

    .rp-picker-offer-wrap {
        position: relative;
    }

    .rp-picker-offer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .rp-picker {
        padding-left: 20px;
        padding-top: 70px;
    }

    .rp-picker-section-wrap {
        display: flex;
        padding-bottom: 90px;
    }

    .rp-picker-section-wrap > div {
        width: 50%;
    }

    .rp-picker-section .container {
        padding-right: 0;
    }

    .rp-picker-section-heading {
        margin-bottom: 115px;
        margin-top: 50px;
    }

    .rp-picker-footer {
        position: relative;
        margin-top: 10px;
        padding: 15px 30px;
        display: block;
        box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
    }

    .rp-price-wrap {
        padding-right: 0;
        width: 100%;
        display: flex;
    }

    .rp-price-label {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }

    .rp-price {
        width: 50%;
        text-align: right;
        padding-bottom: 20px;
        font-size: 40px;
    }

    .rp-button-wrap {
        width: 100%;
    }

    .rp-info-button-mb {
        display: none;
    }

    .rp-info-button-dt {
        display: inline-block;
    }

    .rp-picker-activation-msg-mb {
        display: none;
    }

    .rp-picker-activation-msg-dt {
        display: block;
    }

    .rp-picker-section-features-dt {
        display: block;
    }

    .rp-picker-section-features-mb {
        display: none;
    }

    .rp-picker-call-list-terms-dt {
        display: block;
    }

    .rp-picker-call-list-terms-mb {
        display: none;
    }   

    .rp-topup-modal-text-wrap {
        padding-right: 140px;
    }

    .rp-sim-modal .modal-body {
        display: flex;
        padding-top: 0;
    }

    .rp-sim-modal-img-col {
        width: 50%;
        position: relative;
        padding: 0;
    }

    .rp-sim-modal-img-col img {
        max-width: 190px;
        position: absolute;
        top: 6px;
        left: calc(50% - 20px);
        transform: translateX(-50%);
    }

    .rp-sim-modal-txt-col {
       width: 50%;
       padding-left: 15px;
    }

    .rp-sim-modal-btns-wrap {
        padding-bottom: 10px;
    }

    .rp-modal-no-sim-note {
        padding-bottom: 20px;
    }

    .rp-plan-container {
        padding-top: 60px;
    }
}

.custom-list {
    font-size:14px;
    color: #666666;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.custom-list li {
    padding-bottom: 15px;
    margin-bottom: 0;
}
 
.custom-list li {
    margin-bottom: 5px;
    line-height:18px;
}
 
.custom-list li:last-child {
    margin-bottom: 0;
}
 
.custom-list li span{
    font-weight: bold;
    font-size:18px;
    color: #111;
    font-family: "GTWalsheim-bold";
}
.custom-list li span::after{
    content: '';
    display: none;
}
 
.custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
 
.custom-list li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: -15px;
    align-self: flex-start;
}
 
.custom-list li .bonus-data {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-family: "GTWalsheim-Regular";
    margin-bottom: 0;
    display: inline-block;
    background: #41B6e6;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 3px;
}
 
.custom-list li .bonus-data-wrapper {
    font-weight: normal;
    font-size: 16px;
    color: #111;
    margin-right: 4px;
    display: inline;
}
 
.custom-list li p {
    margin: 0;
    padding: 0;
    display: inline;
    vertical-align: middle;
}
 
.custom-list li span{
    color: #111;
    margin-bottom: 5px;
}