.wifi-plan-selection .radio,
.wifi-plan-selection .check {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    width:85%;
    padding: 9px 0px 9px 60px;
    background-color: #ebf4fb;
    border-radius:10px;
}

.wifi-plan-selection .radio-stroke,
.wifi-plan-selection .check-stroke {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    width:85%;
    padding: 9px 0px 9px 62px;
    background-color: white;
    border-radius:10px;
}

.wifi-plan-selection .radio:before,
.wifi-plan-selection .check:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    left: 15px;
    border: 1px solid black;
    border-radius: 50%;
}

.wifi-plan-selection input[type=radio]:checked+.radio:before {
    background: #01609e;
    box-shadow: 0 0 0 4px #fff inset;
}

.wifi-plan-selection .check:before {
    border-radius: 2px;
}

.wifi-plan-selection input[type=checkbox]:checked+.check:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 4px;
    border: 1px solid #01609e;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wifi-plan-selection .btn-white{
    margin-top:10px;
    border:2px solid #01609e;
    background-color: #ebf4fb;
    border-radius:10px;
    background: #fff;
    color: black;
    display: inline-block;
    box-sizing: border-box;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
}

.wifi-plan-selection .btn-stroke{
    margin-top:10px;
    border:1px solid transparent;
    border-radius:10px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
    min-width: 110px;
    text-align: center;
    cursor: pointer;
}

.wifi-plan-selection .amount-text{
    font-size:85%;
}

.wifi-plan-selection  .wifi-plan-panel{
    margin-left:150px;
    margin-right:150px;
    background-color:#e6e6e6;
    padding-bottom:20px;
}

.wifi-plan-selection a{
   text-decoration: underline;
}

.wifi-plan-selection .plan-header{
    color: #01609e;
    font-size: 1.8rem;
    font-weight: 600;
}

.wifi-plan-selection .top-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 600;
}

.wifi-plan-selection .applecarplay-text {
    color:#FF0000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.4rem;
}

.wifi-plan-selection .grey-text {
    color:grey;
}

.wifi-plan-selection .bottom-text{
    margin-left:150px;
    margin-right:150px;
}

.wifi-plan-selection .ft-2rm {
    font-size: 2rem;
}

.wifi-plan-selection .align-left {
    text-align: left;
}

.wifi-plan-selection .mt-10 {
    padding-top: 10px;
}
