﻿.recharge_box_wrp, .recharge_successful, .make_recharge {
    border: 1px solid #DBDBDB;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
    float: left;
    width: 100%;
}

.recharge_box_wrp, .make_recharge {
    padding: 40px 60px;
}
.recharge_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 15px;
}
.payment_date h2, .payment_gateway h2, .recharge_amo h2, .contact_info h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 15px;
}
.recharge_amo, .contact_info {
    margin-top: 20px;
    display: inline-block;
}
.recharge_opt {
    display: inline-block;
    width: 100%;
}

    .recharge_opt ul {
        width: 100%;
        float: left;
    }

        .recharge_opt ul li {
            float: left;
        }

            .recharge_opt ul li span {
                border: 1px solid #dbdbdb;
                padding: 4px 20px;
                border-radius: 15px;
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                cursor: pointer;
                margin-right: 15px;
            }

                .recharge_opt ul li span.active {
                    background: #dbdbdb;
                }

    .recharge_opt label {
        font-size: 12px;
        margin-top: 10px;
        line-height: 24px;
    }

.payment_date {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

    .payment_date h2 {
        padding: 0px;
        float: left;
    }

    .payment_date span {
        float: right;
        font-size: 15px;
        color: #807C80;
        margin-top: 2px;
    }

.payment_gateway {
    float: left;
    width: 100%;
}

.recharge_btn {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 40px;
}

.cncl_btnp {
    height: 41px;
    font-size: 14px !important;
    width: 130px;
    font-family: 'OpenSans-Bold';
}

.recharge_success {
    text-align: center;
    margin: 40px 0px 20px;
}

    .recharge_success h2 {
        font-size: 20px;
        font-weight: 700;
        font-family: 'OpenSans-Regular';
        line-height: 32px;
    }

    .recharge_success p {
        font-size: 16px;
        line-height: 24px;
        font-family: 'OpenSans-Regular';
        font-weight: 400;
        padding: 0px 30px;
    }

.recharge_details {
    padding: 0px 30px;
}

.re_success_detail {
    padding: 15px 0px;
    border-bottom: 1px solid #dbdbdb;
}

.account_icon {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.account_no label {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.account_no p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 400;
}

.btn_print_done {
    text-align: center;
}


    .btn_print_done .submit-button {
        float: none !important;
    }

.recharge_detail .full_widthNew_ui .input_box_eff_wrap input.input_effect {
    width: 100% !important;
}

.payment_gateway .form-check-input {
    margin: 8px 3px 0px 0px;
}

.payment_gateway .form-check-label img {
    width: 95%;
    margin-top: -6px;
}
.recharge_btn .submit-button {
    margin-left: 15px;
}
.service_account {
    font-size: 16px;
    font-family: 'OpenSans-Bold';
    margin-top:10px;
}
.make_recharge .recharge_btn {
    margin-top: 20px;
}
.cust_detail li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.cust_detail ul li label {
    font-size: 15px;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
    margin-bottom: 0px;
    font-weight: bold;
    float:left;
}

    .cust_detail ul li label i {
        font-size: 20px;
        display: inline-block;
        line-height: 21px;
        margin-top: 2px;
        float: right;
    }
.cust_detail ul li span {
    font-size: 15px;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
    float: left;
    width: 100%;
    text-align: left;    
}
.cust_detail {
    padding: 5px 0px 5px;
}
.recharge_detail .phone_num {
    margin-bottom: 10px !important;
}
@media (min-width:992px) and (max-width:1024px) {
    .reg_box_height {
        display:flex;
    }
    .right_profile_sec{
        padding-left:30px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .reg_box_height .col-xs-12, .reg_box_height .col-md-5 {
        width: 100%;
    }
}

    @media (min-width:320px) and (max-width:767px) {
        .recharge_box_wrp, .make_recharge {
            padding: 40px 30px;
        }

        .recharge_detail {
            margin-top: 10px;
        }

        .cncl_btnp {
            width: 100%;
        }

        .reg_box_height, .registration-Userid-new {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }