.add_payment_section {
    max-width: 600px;
    /* margin: auto; */
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 39px;
    position:relative;
}

/*start student information section */
.show_student_info {
    position: absolute;
    top: 0;
    right: 323px;
    width: 289px;
}
.show_student_info img {
    height: 200px;
    width: 160px;
}
.show_student_info h2 {
    color: ;
    background: green;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;
    font-size: 22px;
    margin-top: 0;
    padding-top: 3px;
}
.add_payment_section {
    max-width: 600px;
    /* margin: auto; */
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 39px;
    position: relative;
    min-height: 744px;
}
.show_student_info a {
    color: #fff;
    background: #116d11;
    padding: 6px 17px;
    border-radius: 22px;
}
/*end start student information section */
