.SFX_no_padding {
    padding: 0px;
}

.SFX_module {
    padding: 10% 0%
}

.SFX_title_1 {
    font-size: 40px;
    color: #003e7e;
    font-weight: 600;
    margin-bottom: 3%;
}

.SFX_head_of_department {
    /*margin: 5% 0%;*/
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.SFX_Name {
    font-weight: 600;
    color: #377dff;
}

.SFX_role {
    color: #636363;
    font-weight: 600;
}

.SFX_department {
    color: #959595;
    font-weight: 600;
}

.SFX_head_of_department td:empty {
    background-color: #f7f7f7;
}

.SFX_head_of_department td:last-child:empty {
    border-bottom-right-radius:20px;
}

.SFX_head_of_department td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 50px 0px 50px 0px;
    vertical-align: middle;
    position: relative;
}

.SFX_head_of_department_new_box {
    border-radius: 25px;
    background-color: #f86464;
    width: fit-content;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
}

.SFX_head_of_department_optional_box {
    border-radius: 25px;
    background-color: #d7d7d7;
    width: fit-content;
    font-weight: 600;
    color: white;
    padding: 4.1px 9.2px;
    position: absolute;
    top: 20px;
    left: 22px;
    font-size: 12px;
}

.SFX_head_of_department tr:last-child td {
    border-bottom: none;
}

.SFX_head_of_department tr td:last-child {
    border-right: none;
}

.SFX_head_of_department img {
    width: 65px;
    height: 65px;
    border-radius: 40px;
    object-fit: cover;
}

.SGX_no_padding_left {
    padding-left: 0;
}

.SGX_no_padding_right {
    padding-right: 0;
}


/*FXLP_HeadDepartment2*/

.SFX_HOD2_Head {
    /*margin: 5% 0% 0% 0%;*/
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    border-bottom:solid 2px #377dff;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.SFX_HOD2_Head td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 50px 0px 50px 0px;
    vertical-align: middle;
    position: relative;
}

.SFX_HOD2_Head tr td:last-child {
    border-right: none;
}

.SFX_HOD2_Bottom {
    /*margin: 0% 0% 5% 0%;*/
    border-collapse: separate;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.SFX_HOD2_Bottom td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 25%;
    padding: 50px 0px 50px 0px;
    vertical-align: top;
    position: relative;
}

.SFX_HOD2_Bottom tr td:last-child {
    border-right: none;
}

.SFX_HOD2_Head td:empty {
    background-color: #f7f7f7;
}

.SFX_HOD2_Head tr:last-child td:last-child {
    border-top-right-radius: 20px;
}

.SFX_HOD2_Bottom td:empty {
    background-color: #f7f7f7;
}

.SFX_HOD2_Bottom tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.SFX_HOD2_Bottom tr:last-child td {
    border-bottom: none;
}

/*End*/

@media (max-width: 1040px) {
    .SFX_head_of_department td {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        padding: 6% 0% 6% 0%;
        vertical-align: top;
        position: relative;
        display: inline-block;
    }

    .SFX_head_of_department tr:last-child td {
        border-bottom: solid 1px #e5e5e5;
    }

        .SFX_head_of_department tr:last-child td:last-child {
            border-bottom: none;
        }

    .SFX_HOD2_Head td {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        padding: 50px 0px 50px 0px;
        vertical-align: top;
        position: relative;
        display: inline-block;
    }

    .SFX_HOD2_Head tr:last-child td {
        border-bottom: solid 1px #e5e5e5;
    }

        .SFX_HOD2_Head tr:last-child td:last-child {
            border-bottom: none;
        }

    .SFX_HOD2_Bottom td {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
        padding: 6% 0% 6% 0%;
        vertical-align: top;
        position: relative;
        display: inline-block;
    }

    .SFX_HOD2_Bottom tr:last-child td {
        border-bottom: solid 1px #e5e5e5;
    }

        .SFX_HOD2_Bottom tr:last-child td:last-child {
            border-bottom: none;
        }

    

    .SGX_no_padding_left {
        padding-left: 10px;
    }
}

.SFX_Align_Img_Center{
    display:-webkit-flex;
    align-items:center;
}
