body{
    font-family: 'VodafoneRg';
}
.wrapper{
    padding: 15px;
    margin-bottom: 15px;
}
.wrapper.bg{
    background: url("../img/bg.png");
    height: 333px;
}
.wrapper.no-PT{
    padding-top: 0;
}
.bg .logo{
    overflow: hidden;
    padding: 0;
}
.bg .logo img{
    float: right;
    width: 175px;
    height: 71px;
}
.bg .logo h3{
    position: relative;
    right: 18%;
}
.bg .logo a{
    position: absolute;
    top: 10px;
    left: 15px;
    text-decoration: none;
    color: #333;
}
.bg .FH-262{
    height: 262px;
    position: relative;
}
.bg .FH-262 .bottom-0{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    right: 0px;
    left: 0px;
}

.circularProgressBar{
    min-height: auto;
    margin-bottom: 20px;
}
.remain-consume{
    display: inline-block;
    width: 73px;
}
.weekly-bundle-icon {
    background: url('../img/sprite-roaming.png') no-repeat;
    width: 37px;
    height: 37px;
    display: inline-block;
}
.weekly-bundle-icon.callsUp {
    background-position: -209px -110px;
}

.continue-btn{
    margin-top: 10px;
    width: 170px;
}

.gray-block{
    background-color: #f4f4f4;
}
.gray-block ol{
    padding-right: 13px;
}
.info{
    background: url('../img/sprite-roaming.png') no-repeat;
    width: 56px;
    height: 56px;
    background-position: -362px -8px;
    float: left;
}

.inline-block{
    display: inline-block;
}
.red{
    color: #e60000;
}
h3{
    font-size: 30px;
}
h3.small{
    font-size: 24px;
}
p.large{
    font-size: 18px;
}
.no-MB{
    margin-bottom: auto;
}
.PTB-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.MT-15{
    margin-top: 15px;
}

@media only screen and (max-width: 767px)
{
    .wrapper.bg{
        background: none;
    }
    .bg .logo img{
        float: left;
        position: relative;
        left: -60px;
    }
    .bg .logo a{
        position: absolute;
        right: 15px;
    }
    .bg .FH-262{
        height: auto;
    }
    .bg .FH-262 .bottom-0{
        position: relative;
    }
    .gray-in-mobile{
        background-color: #f4f4f4;
        text-align: center;
    }
    .gray-in-mobile .continue-btn{
        width: 100%;
    }
    .info{
        display: none;
    }
}