.footer-wrap, .head-bg{display: none;}
.clear{clear: both;}
.rght{float: right;}
.lft{float:left;}
.red{color: #b50a14;}

.steptwo_billing_image input {
    vertical-align: top;
}

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; }

.wrapper {
    padding: 15px 0 15px;
}

.login-button{
    position: absolute;
    right: 0;
    display: inline-block;
}
.login-button.pricing_btn {
    right:100px;
}
.content-box{
    background: #fff;
    border: 8px solid #ab1f23;
    border-radius: 20px;
    position: relative;
    margin-top: 10px;
}

.content-box-header{
    color: #ac1f23;
    font-size: 31px;
    font-weight: bold;
    background: #fff;
    border: 4px solid #ab1f23;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 15px;
}

.top-reward{
    position: absolute;
    left: 20px;
    top: -100px;
}
.content-wrap{
    padding: 0 5px 0 10px;
}
/*add new styles for top text*/
.link-wrap {
    overflow: hidden;
    padding: 10px 5px 14px 5px;
}
.link-wrap a {
    color: #023958;
    font-size: 16px;
    display: inline-block;
}
.mail-link {
    text-align: right;
    margin-right: 58px;
}
/*-end-*/
section{
    display: inline-block;
    float: left;
    text-align: center;
    width: 425px;
}
.features-btn{
    color: #fff;
    font-family: "Arial Black", "Helvetica CY", Sans-serif;
    font-weight: bold;
    font-size: 22px;
    background: #ac2024;
    border-radius: 12px;
    position: relative;
    padding: 5px 60px 5px 10px;
    margin: 30px auto;
    display: block;
    width: 353px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 42px;
    line-height: 32px;
}
h3 .icon {
    display: inline-block;
    margin-left: 5px;
    width: 38px;
    height: 35px;
    background: url("../../img/steptwo.png") 0 0 no-repeat;
    vertical-align: middle;
    position: relative;
    top: -9px;
}
.icon.account_icon {
    background-position: 0 0;
    float: right;
}
.icon.billing_icon {
    background-position: -104px 0;
    width: 48px;
    float: right;
}
.features-btn:hover{
    background: #d6080d;
}
.note-ico{
    background: url("../../img/note-ico.png") no-repeat;
    display: inline-block;
    width: 67px;
    height: 62px;
    position: absolute;
    top: -9px;
    right: 0;
}
.welcome-img{
    margin: 0 auto;
    max-width: 100%;
}
.list-box{
    text-align: left;
    padding-left: 10px;
    position: relative;
}
.list-box .top-reward {
    max-width: 25%;
    left: auto;
    right:0;
    top: 18px
}

.list-box .top-reward img {
    max-width: 100%;
}

.list-box h3{
    color: #163d5c;
    font-size: 20px;
    margin: 20px 0 5px;
    letter-spacing: -0.4px;
}
.list-box ul{
    padding-left: 35px;
}
.list-box li{
    color: #163d5c;
    font-size: 16px;
    list-style: inherit;
    list-style-type: circle;
    line-height: 20px;
}
.reward-list{
    display: block;
    margin: 30px 20px 40px;
    overflow: hidden;
}
.reward-list li{
    width: 25%;
    display: block;
    vertical-align: middle;
    float: left;
}
.reward-list li img{
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.reward-list li:first-child img{
     width: 65px;
 }
.reward-list li:nth-child(2) img{
    width: 90px;
}
.reward-list li:nth-child(3) img{
    width: 88px;
}
.reward-list li:last-child img{
    width: 119px;
}
/*===== SLIDER ====*/
.slider-title{
    color: #184a77;
    font-family: "Arial Black";
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.slider-box-wrap {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 108%;
}

.slider-box{
    border-radius: 20px;
    border: 8px solid #174977;
    position: relative;
    box-sizing: border-box;
}

.slider-box-wrap .slider-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.lean-slider {
    position: relative;
    padding: 20px 30px 30px;
}
.slide-desc{
    color: #163d5c;
    font-size: 15px;
    text-align: left;
    letter-spacing: -0.4px;
}
.slide-desc .red{
    font-weight: bold;
}
.slide-desc ul{
    margin-top: 15px;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
}
.lean-slider-slide.current { display: block; }
.lean-slider {
    overflow: hidden;
}
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current {
    display: block;
    opacity: 1;
    z-index: 10;
}
.lean-slider-slide img {
    display: block;
    width: 100%;
    margin-top: 20px;
}
#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
}

#slider-direction-nav a {
    float: left;
    display: block;
    width: 35px;
    height: 50px;
    font-size: 40px;
    color: #174977;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
#slider-direction-nav a:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#slider-direction-nav .lean-slider-prev{

}
#slider-direction-nav .lean-slider-next {
    float: right;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.slider-wrapper:hover #slider-control-nav {
    opacity: 1;
}
#slider-control-nav a {
    color: #174977;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.lean-slider-control-nav.active .fa-circle-o:before {
    content: "\f111";
    color: #174977;
}
#slider-control-nav a.active {
    background-position: 100% 0;
}
.hidden {
    display: none;
}
/*============================ ASIDE =============================*/
.aside{
    width: 525px;
    float: right;
    border: 8px solid #174977;
    background-color: rgba(20,160,208,.13);
    border-radius: 20px;
    position: relative;
}
.aside:before{
    content: '';
    display: block;
    position: absolute;
    width: 221px;
    height: 137px;
    background: url("../../img/free-label-blue-guarantee-30-2.png") 0 0 no-repeat;
    top: -90px;
    right: -46px;
}

.aside.guaranted_thirty:before {
    width: 144px;
    height: 140px;
    background: url("../../img/free-label-blue-guarantee-30-2.png") 0 0 no-repeat;
    right:0;
    top: -105px;
}

.aside.guaranted_thirty .b-footer {
    margin-top: 22px;
}

.label-title{
    color: #184A77;
    font-family: ArialRounded;
    font-size: 26px;
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 23px 50px 0;
}
.aside-wrap{
    padding: 40px 30px 0 40px;
}
.aside h2{
    color: #84181b;
    font-size: 24px;
    /*font-weight: bold;*/
    font-family: Arial; /*"Arial Black", Sans-serif;*/
    /*margin-bottom: 30px;*/
    margin-bottom: 25px;
}
.b-box{
    background: #95c9de;
    border: 6px solid #163d5c;
    border-radius: 5px;
    position: relative;
    margin-bottom: 7px;
}
.b-one:before, .b-two:before, .b-three:before, .b-four:before{
    content: "";
    border: 4px solid #153d5b;
    background-color: rgb(22, 61, 92);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…AiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, rgba(29,165,213,.8) 0%, rgba(5,79,114,.8) 50%, rgba(29,165,213,.8) 100%);
    background-image: -o-linear-gradient(bottom, rgba(29,165,213,.8) 0%, rgba(5,79,114,.8) 50%, rgba(29,165,213,.8) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(29,165,213,.8) 0%, rgba(5,79,114,.8) 50%, rgba(29,165,213,.8) 100%);
    background-image: linear-gradient(bottom, rgba(29,165,213,.8) 0%, rgba(5,79,114,.8) 50%, rgba(29,165,213,.8) 100%);
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
    color: #fff;
    font-family: "Arial Black";
    font-size: 40px;
    position: absolute;
    left: -35px;
}
.b-one:before{
    content: '1';
}
.b-two:before{
    content: '2';
}
.b-three:before{
    content: '3';
}
.b-four:before{
    content: '4';
}

.b-box h3{
    color: #163d5c;
    font-size: 20px;
    margin: 25px 10px 17px 40px;
    text-align: left;
    /*font-family: ArialRounded;*/
    font-family: Arial;
}
.b-box h3.text-center.text-upercase {
    font-size: 24px;
    margin: 25px 10px 17px 30px;
}
.b-wrap{
    padding:0 30px;
    text-align: left;
}
.aside .membership-title {
    padding-left: 55px;
    color: #163d5c;
    background: url("../../img/ellow-check.png") no-repeat;
    height: 47px;
    padding-top: 12px;
}
.membership-desc{
    padding-left: 55px;
    margin-top: 9px;
}
.membership-desc h4{
    font-size: 24px;
    margin: 10px 0;
}
.membership-desc p{
    letter-spacing: -0.4px;
    font-size: 16px;
    color: #4b4c4d;
}
/*====*/
.input_in_form{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.input_in_form.fw,
.input_in_form.fw input{
    width: 100%;
}
.input_in_form input{
    border: none;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    width: 100%;
}
.placeholder_text{
    position: absolute;
    top: 0;
    line-height: 25px;
    padding-left: 5px;
}

.b-box .field_info{
    margin: 20px 0 17px;
    text-align: right;
    letter-spacing: -0.2px;
    font-size: 15px;
    color: #4b4c4d;
}
.steptwo_form_card_choise_container {
    height: auto !important;
}

.agreement{

}
.agreement h3{
    display: block;
    margin: 27px 10px 15px 100px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -0.4px;
}
.agreement .check{
    background: url("../../img/check-sprite.png") no-repeat;
    width: 52px;
    height: 41px;
    display: inline-block;
    cursor: pointer;
    margin: 13px 0 13px 45px;
    float: left;
}
.agreement .check.active{
    height: 49px;
    margin: 5px 0 10px 45px;
    background-position-y: -57px;
    background-position: 0px -57px;
}
.agreement a{
    color: #163d5c;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}
.b-footer{
    margin: 20px 30px 15px 20px;
    height: 96px;

}
.two-rew{
    position: relative;
    bottom: 0;
    max-width: 50%;
}
.two-rew li{
    display: table-cell;
    max-width: 50%;
}
.two-rew li img{
    max-width: 100%;
}
.submit-btn{
    border-radius: 9px;
    background-clip: padding-box;
    background-color: #15993d;
    color: #fff;
    font-weight: 700;
    padding: 20px 30px;
    font: normal normal normal 13.3333330154419px/normal Arial;
    font-size: 24px;

}
.submit-btn:hover{
    background-color: #108633;
}
.b-footer .steptwo_btn_container{
    margin: 0;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 15px;
    max-width: 50%;
}

.steptwo_form_btn {
    color: #fff;
    background-color: #159A3D;
    border: 0;
    padding: 30px 40px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    font-size: 24px;
    vertical-align: bottom;
    cursor: pointer;
    margin-bottom: 10px;
}

.b-footer .steptwo_form_btn{
    float: right;
    padding: 20px 10px;
    max-width: 100%;
}
.b-footer .steptwo_form_btn:hover{
    background-color: #108633;
}
.copyright{
    color: #184a77;
    font-size: 16px;
    text-align: center;
    margin: 50px 0 15px;
}

.steptwo_billing_image {
    height: 35px;
    margin-bottom: 15px;
    text-align: center;
}

.steptwo_billing_image img {
    height: 35px;
    max-width: 100%;
}


@media only screen and (max-width: 1000px){
    .left-section{
        width: 45%;
    }
    .aside{
        width: 50%;
    }

    .steptwo_billing_image {
        height: 92px;
    }

    .slider-box-wrap {
        height: auto;
        padding-bottom:0 ;
    }

    .slider-box-wrap .slider-box {
        position: static;
    }

    .login-button {
        visibility: visible !important;
    }

    .b-wrap .steptwo_billing_image label {
        float: none;
        display: block;
        min-height: 38px;
    }
    .b-wrap .steptwo_billing_image label.lft {
        margin-bottom: 15px;
    }
    .b-wrap .steptwo_billing_image {
        margin-bottom: 15px;
        text-align: left;
    }

    .steptwo_form_row .steptwo_select_container.exp_mounth {
        width: 100%!important;
        margin-bottom: 15px;
    }
    .steptwo_form_row .steptwo_select_container.exp_year {
        width: 100%!important;
    }

    .aside-wrap {
        padding: 45px 10px 0 10px;
    }

    .b-wrap {
        padding: 0 10px 19px;
    }

}
@media only screen and (max-width: 800px){
    .aside:before {
        content: '';
        background: url("../../img/free-label-blue-guarantee-30-2.png") no-repeat;
        background-size: contain;
        width: 130px;
        height: 120px;
        display: block;
        position: absolute;
        top: -65px;
        left: 130px;
    }

    .reward-list {
        margin: 30px 0px 40px;
    }
    .reward-list li:first-child img {
        width: 60px;
    }
    .reward-list li:nth-child(2) img {
        width: 85px;
    }
    .reward-list li:nth-child(3) img {
        width: 82px;
    }
    .reward-list li:last-child img {
        width: 110px;
    }
    .aside .membership-title {
        margin-bottom: 50px;
    }


    .agreement h3 {
        /*margin: -55px 10px 25px 95px;*/
        position: relative;
        top: 0;
        /*max-width: 60%;*/
    }
    .two-rew {
        /*float: none;*/
        /*margin-bottom: 35px;*/
    }
    .b-footer {
        margin: 10px 15px 10px 15px;
    }



    .b-wrap {
        padding: 0 10px 19px;
    }

    .payments_plan_row {
        padding: 5px 0 0;
    }

    .list-box ul {
        max-width: 70%;
        box-sizing: border-box;
        margin: 0;
    }

    .list-box .top-reward {
        left: 70%;
    }

    .features-btn {
        font-size: 15px;
    }

    .steptwo_form_row .steptwo_field.firstname_field,
    .steptwo_form_row .steptwo_field.lastname_field {
        width: 45% !important;
    }

    .payments_plan_cost {
        /*width: 100%;*/
        text-align: right;
        padding-top: 12px;
    }

    .b-one:before, .b-two:before, .b-three:before, .b-four:before {
        border: 2px solid #153d5b;
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-family: "Arial Black", "Helvetica CY", Sans-serif;
        font-size: 24px;
        position: absolute;
        left: -23px;
        top: 1px;
    }

}

@media only screen and (max-width: 700px) {
    section.left-section, .aside{
        width: 100%;
        box-sizing: border-box;
    }
    .aside{
        margin-top: 65px;
    }
    .aside:before {
        content: '';
        background: url("../../img/free-label-blue-guarantee-30-2.png") no-repeat;
        background-size: contain;
        width: 120px;
        height: 160px;
        display: block;
        position: absolute;
        top: -85px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);

    }

    .aside.guaranted_thirty:before {
        width: 100px;
        height: 100px;
        background-size: cover;
        top: -65px;
    }

    .content-box {
        border-left: 0;
        border-right: 0;
    }

}

@media only screen and (max-width: 550px) {




    #pageWrapperBox.wrapper {
        padding: 10px 0px 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .content-wrap {
        padding: 135px 0 0;
    }
    .login-button {
        margin: 2px 0 0 10px;
        padding: 0 10px 0px;
    }
    .header-row img{
        position: relative;
        top: 10px;
    }
    .aside .membership-title {
        margin-bottom: 20px;
    }



    .payments_plan_cost {
        width: auto;
    }
}


.testPopup {
	border: 1px solid #387dc6;
	width: 200px;
	height: 200px;
	border-radius: 5px;
}

.testPopup .testPopupHeader {
	background-color: #387dc6;
	height: 30px;
}

@media screen and (max-width: 460px){
    .content-wrap {
        padding: 135px 0 0;
    }
    .content-box {
        width: 100%;
        border: none;
        border-radius: 20px 20px 0px 0px;
        padding-bottom: 20px;
        margin-bottom: -25px;
    }
    .top-reward{
        position: absolute;
        left: 0px;
        top: -50px;
    }
    .top-reward img{
        width: 80px;
    }
    .content-box:before {
        content: "BECOME A MEMBER!";
        color: #ac1f23;
        font-size: 24px;
        font-weight: bold;
        background: #fff;
        border: 3px solid #ab1f23;
        padding: 10px 10px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        border-radius: 15px;
        display: block;
        margin-top: 70px;
        width: 86%;
    }
    .welcome-img {
        width: inherit;
    }
    .features-btn {
        padding: 5px 70px 5px 20px;
        display: block;
        width: auto;

    }
    .note-ico {
        right: 3px;
    }
    .label-title {
        padding: 50px 10px 0;
        text-align: center;
    }
    .b-footer {
        margin: 10px 20px 10px 20px;
        height: auto;
    }
    .reward-list {
        display: table;
        margin: 30px 0px 40px;
    }
    .reward-list li:first-child img {
        width: 50px;
    }
    .reward-list li:nth-child(2) img {
        width: 70px;
    }
    .reward-list li:nth-child(3) img {
        width: 68px;
    }
    .reward-list li:last-child img {
        width: 91px;
    }
    .two-rew {
        /*float: none;*/
        /*margin-bottom: 10px;*/
        max-width: 100%;
    }
    .b-footer .steptwo_btn_container {
        max-width: 100%;
    }

    .aside-wrap {
        padding: 20px 5px 0 10px;
    }
    .b-box {
        border: 3px solid #163d5c;
    }

    .aside h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    .agreement .check {
        display: inline-block;
        margin: 17px 0 13px 24px;
    }
    .agreement .check.active {
        height: 49px;
        margin: 9px 0 13px 24px;
        background-position-y: -57px;
    }
    .b-box.agreement h3 {
        display: block;
        top: -10px;
        /*margin: -50px 10px 25px 68px;*/
    }
    .steptwo_form_row .steptwo_field.firstname_field {
        width: 100%!important;
    }
    .steptwo_form_row .steptwo_field.lastname_field {
        width: 100%!important;
        margin-top: 15px!important;
    }
    .steptwo_form_row .steptwo_select_container.exp_mounth {
        width: 60%!important;
        margin-bottom: 15px;
    }
    .steptwo_form_row .steptwo_select_container.exp_year {
        width: 60%!important;
    }
    .steptwo_form_row .steptwo_field.security_code {
        width: 60%!important;
        float: left;
    }
    .b-wrap .steptwo_billing_image label{
        float: none;
        display: block;
    }
    .b-wrap .steptwo_billing_image label.lft{
        margin-bottom: 15px;
    }
    .b-wrap .steptwo_billing_image {
        height: auto;
        margin-bottom: 15px;
        text-align: left;
    }
    .paypal_image img,
    .paypal_button input{
        width: 100%;
    }
    .b-box h3 {
        margin: 32px 10px 17px 20px;
        padding-right: 20px;
        position: relative;
    }
    .b-one h3 .icon {
        width: 38px;
        height: 35px;
        background: url("../../img/steptwo.png") 0 0 no-repeat;
        vertical-align: middle;
        position: absolute;
        top: -5px;
        right: 8px;
    }
    .agreement h3{
        position: static;
    }
    .b-footer .steptwo_form_btn {
        margin-bottom: 10px;
    }

    .title_fun_container {
        padding-bottom: 100px;
        font-size: 20px;
    }

    .list-box .top-reward {
        top: 60px;
    }


}


.open-modal{overflow: hidden;}
.user-agreement-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.agreement-box{
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.43);
    padding: 30px 40px 30px 30px;
    border: 5px solid #fff;
    overflow: auto;
    bottom: 40px;
}
.agreement-box span[style] {
    color: #fff !important;
}
.popbg{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.steptwo_btn_container .fielderror{
    position: absolute;
    top: -16px;
    left: 100px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    white-space: nowrap;
}

.errors_exists {
	display: none;
}


#promo_code_loader {
	display: none;
}

.free_play_bottom_etention {
    font-size: 12px;
    color: #b50a14;
    margin: 0 auto 15px;
}

.text-information {
    padding: 15px;
    margin:28px 0;
}

.text-information p {
    color: #163d5c;
    font-size: 19px;
    margin: 0 0 18px;
    line-height: 24px;
    text-align: left;
}

.text-information .text-information-large-text {
    font-size: 24px;
    line-height: 28x;
}

.text-information .text-information-title {
    font-size: 30px;
    line-height: 34px;
    color: #b50a14;
    text-align: center;
    font-weight: bold;

}

.text-information .text-information-red-text.text-center {
    text-align: center;
}

.text-information .text-information-red-text {
    color: #b50a14;
}

.text-information .text-information-bold-text {
    font-weight: bold;
}

.text-information.pricing3_text {
    padding: 10px 15px;
    margin: 28px 0 21px;
}

.pricing3_text.text-information p {
    font-size: 16px;
    margin: 0 0 10px;
}

.text-information.pricing3_text .text-information-large-text {
    font-size: 20px;
    line-height: 24px;
}

.checkoutPlanInfoTotalWrapper {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.checkoutPlanInfoPriceSign {
    font-size: 48px;
}

