.pro_section {
    padding: 40px 0;
}
.stu_box {
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.stu_bg {
    background-color: #2a3f54;
    background-position: center;
    background-size: cover;
    min-height: 120px;
    border-radius: 10px 10px 0px 0px;
}
.stu_img {
    position: absolute;
    top: 50px;
    left: 30px;
    border-radius: 6px;
    max-width: 100px;
    max-height: 115px;
    height: auto;
}
.stu_box_inner {
    background: #ffffff;
    padding: 55px 30px 40px;
    border-radius: 10px;
    /* box-shadow: 0px 10px 15px #ecd0f44d; */
}
.box_value {
    border-bottom: 1px solid #41509426;
    padding: 7px 0px;
    display: flex;
    justify-content: space-between;
    overflow: auto;
}
.box_value:last-of-type,
.parent_box .tab_box_value:last-of-type {
    border: none;
}
.pro_heading {
    color: #828bb2;
    font-size: 13px;
    margin: 3px 0;
}
.pro_value {
    color: #415094;
    font-weight: 500;
    font-size: 13px;
    margin: 3px 0;
}
.stu_box_inner .nav-tabs,
.stu_box_inner .nav-tabs a {
    border: none !important;
}
.stu_box_inner.tab_box {
    padding-top: 40px;
}
.stu_box_inner .nav-tabs a {
    background: #ededed;
    color: #060e34 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 25px;
    margin-right: 10px;
    border-radius: 0px;
}
.stu_box_inner .nav-tabs .active a,
.stu_box_inner .nav-tabs a:hover,
.stu_box_inner .nav-tabs .active a:hover,
.stu_box_inner .nav-tabs .active a:focus {
    background-color: #2c537a;
    color: #fff !important;
}
.stu_sub_head {
    font-size: 13px;
    text-transform: uppercase;
    color: #415094;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #4150944d;
}
.tab_box_value {
    border-bottom: 1px solid #41509426;
    padding: 14px 0px;
}
.tab-content {
    padding: 30px 0;
}
.nowrap {
    white-space: nowrap;
}
.stu_table {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 10px;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.stu_table th {
    text-transform: uppercase;
    font-size: 12px;
    color: #415094;
    font-weight: 600;
    padding: 10px 18px 10px 0px;
    border-bottom: 1px solid rgba(130, 139, 178, 0.3);
}
.stu_table td {
    color: #828bb2;
    padding: 20px 10px 20px 0px;
    border-top: 1px solid rgba(130, 139, 178, 0.15);
}
.stu_table tr:first-child td {
    border: none;
}
.stu_edit_button {
    position: absolute;
    top: 56px;
    right: 40px;
    background: linear-gradient(90deg, #135aa1 0%, #135aa1 51%, #135aa1 100%);
    color: #ffffff;
    background-size: 200% auto;
    padding: 7px 20px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.stu_edit_button:hover {
    color: #fff;
    text-decoration: none;
}
.mt40 {
    margin-top: 40px;
}
.parent_box {
    display: flex;
}
.parent_img {
    max-width: 100px;
    max-height: 115px;
    height: auto;
    border-radius: 6px;
    margin: 20px 20px 0 0;
}
.wi-100 {
    width: 100%;
}
