.profile_right {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 360px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 14px;
    box-sizing: border-box;
}


.payment_radio_box {
    padding-top: 0px;
}
.payment_radio_box .form-check {
    float:left;
}

.spanstyle {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    /*background: #FFFFFF;*/
    width: 312px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 18px;
    display: block;
    text-align: right;
}

.clearfix {
    min-height: 1px;
}

.file_title {
    margin-bottom: 10px;
}

.upload_text {
    float: left;
    width: 500px;
    max-width: calc(100% - 145px);
    margin-top: 10px;
}

.upload_img_file {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.upload_text2 {
    font-size: 14px;
    color: #333;
    /* margin-bottom: 40px; */
}

.payment_box_input {
    position: relative;
    padding-right: 20px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    left: 13px;
    display: block;
    width: 34px;
    line-height: 42px;
    text-align: center;
    padding-top: 12px;
    color: #7a7472;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.profile_box .form-control {
    border-radius: 0;
    box-shadow: none;
}

.profile_box_general_info .profile_input3 {
    float: none;
}
