
/* payment css */
.new-u-payment-block{
    width: 50%;
    margin: 0 auto;
}

.new-u-payment-block a.u-pay_btn {
    padding: 8px 30px !important;
    background-color: #af0000 !important;
    border: solid 1px #af0000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 10px;
}
.new-blc-paymeny-logo{
    text-align: center;
}

.new-blc-paymeny-logo .new-blc-paymeny-logo-img{
    padding: 15px 0px;
    width: 320px;
}

.new-u-payment-block {
    padding: 20px 30px;
    border: solid 1px #aaa;
    background-color: #ddd;
    display: block;
    margin-top: 15px;
    margin-bottom: 50px;
}

.new-u-payment-block h2.head {
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
}

.new-u-payment-block p.step {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #af0000;
    text-transform: uppercase;
}
.upay-form{
    padding: 20px 0px;
}

.upay-terms a{
    text-decoration: underline;
}

.upay-terms{
    font-weight: 600;
    font-size: 14px;
}

.new-u-payment-block .form-control {
    border: solid 1px #909090;
    border-radius: 0px;
    height: 40px;
}

.new-close-u{
    position: absolute;
    right: 15px;
    width: 40px;
    top: 15px;
    height: 40px;
    background-color: #6f6f6f;
    border-radius: 100%;
    text-align: center;
}
.new-close-u img {
    width: 20px;
    padding-top: 10px;
}

@media screen and (max-width: 767px) {
    .new-u-payment-block{
        width: 95%;
        margin: 0 auto;
    }
    
    .new-blc-paymeny-logo {
        text-align: left;
    }

    .new-blc-paymeny-logo .new-blc-paymeny-logo-img{
        padding: 15px 0px;
        width: 200px;
    }

    .new-u-payment-block h2.head {
        font-size: 18px;
    }

    .new-u-payment-block p.step {
        font-size: 16px;
    }
    .upay-form {
        padding: 10px 0px;
    }
    .btn-back {
        display: block;
    }
    .u-pay_btn {
        display: block;
    }

    .upay-form .row.pl-4{
        padding-right: 17px;
    }

    .new-close-u img {
        width: 15px;
        padding-top: 8px;
        margin-left: -2px;
    }

    .new-close-u {
        right: 20px;
        width: 30px;
        top: 15px;
        height: 30px;
    }
}

.bg-grey-u{
    width: 100%;
    background-color: #f4f4f4 !important;
}

.bg-grey .container-land{
    height: 100%;
}

#body {
    overflow: inherit;
    overflow-y: auto;
}

#app-site, .app-main{
    display: block !important;
}

.upay-form .custom-control-label {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.upay-form .custom-control-label::before {
    width: 15px;
    height: 15px;
    background-color: #888888;
}

.upay-form .custom-control-label::after {
    top: 5px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-size: auto;
}

.btn-back {
    padding: 8px 30px !important;
    background-color: #868686 !important;
    border: solid 1px #777777 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #fff !important;
    margin-bottom: 10px;
}

.u-month-pack{
    font-size: 18px;
    color: #af0000;
    padding-left: 25px;
}


.upay-form #creditcard{
    padding: 10px 20px;
    margin-bottom: 20px;
}

.upay-form #card-number, .upay-form #expiration-month, .upay-form #expiration-year, .upay-form #cvv, .upay-form #postal-code{
    color: #495057;
    background-color: #ababab !important;
    height: 40px;
    padding: 10px;
    border:solid 1px #999;
}

.upay-form .pmt_lbl{
    display: block;
    color: #fff;
}

.upay-form #expiration-month,.upay-form #expiration-year{
width: 48%;
margin-right: 2%;
float: left;
}

#card-number iframe body input.number{
color: #000 !important;
color: rgb(0, 0, 0) !important;
}

.u-suc-icon{
    width: 90px;
    margin: 20px auto;

}
.u-suc-icon img{
    width: 100%;
}
.hidediv{display: none;}
.paymentLabels{color: #fff;}
.plan-list-u li span {
    color: #00E6C3;
   }