.guest_image h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.guest_image h5 {
    margin-bottom: 15px;
}

.Menu_list li {
    margin-right: 16px;
} 

.student_table table {
    width: 100%;
}

.student_table table tr th, .student_table table tr td {
    padding: 5px 12px;
}

.student_table table tr th {
    background: #bf122c;
    color: #fff;
}

.innerpages_link li {
    display: flex
;
    width: 33%;
    display: inline-block;
}

.innerpages_link li a {
        display: block;
    background: #a9ceff;
    color: #000;
    padding: 20px 10px;
    text-align: center;
    margin: 10px;
    border-left: 5px solid #002d6a;
}

.innerpages_link li a:hover {
    background: #ececec;
    color: #000;
}

.one_content_detial { 
    background: #a9ceff !important; 
}


.back_btn a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.back_btn a i.fa.fa-arrow-left {
    font-size: 13px;
}