﻿.table-responsive {
    overflow-x: auto;
}

.publication-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Poppins',sans-serif;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}
    .publication-table thead th {
        background: #182140;
        color: #fff;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: .5px;
        border: none;
    }
    .publication-table tbody td {
        padding: 12px 20px;
        border-bottom: 1px solid #edf1f7;
        vertical-align: top;
        color: #444;
        line-height: 23px;
        font-size: 14px;
    }

    .publication-table tbody tr:nth-child(even) {
        background: #f8fbff;
    }

    .publication-table tbody tr:hover {
        background: #eef5ff;
        transition: .3s;
    }

.badge-index {
    display: inline-block;
    padding: 8px 15px;
    background: #e8f2ff;
    color: #0d6efd;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.publication-table tbody tr:last-child td {
    border-bottom: none;
}
.Departmentsdetail h4 {
    margin: 30px 0 10px 0;
}
.Departmentsdetail .ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 6px;
}



.table-responsive {
    overflow-x: auto;
    margin: 30px 0;
}

.faculty-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(24,33,64,.12);
    font-family: 'Poppins',sans-serif;
}
    .faculty-table thead th {
        background: #182140;
        color: #fff;
        padding: 7px 20px;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        border: none;
    }
    .faculty-table tbody td {
        padding: 18px 15px;
        border-bottom: 1px solid #edf0f5;
        vertical-align: middle;
        font-size: 14px;
        color: #444;
    }

    .faculty-table tbody tr:nth-child(even) {
        background: #fafafa;
    }

    .faculty-table tbody tr:hover {
        background: #fff5f5;
        transition: .3s;
    }

    .faculty-table tbody td:first-child {
        font-weight: 700;
        color: #cf4b46;
    }

    .faculty-table tbody td:nth-child(2) {
        font-weight: 600;
        color: #182140;
    }

.qualification {
    display: inline-block;
    background: #cf4b46;
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
}
.faculty-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #cf4b46;
}
section.undergraduatesection {
    padding: 40px 0;
}
.leftsideimage img {
    width: 100%;
}
.fee-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    font-family: 'Poppins',sans-serif;
    box-shadow: 0 15px 40px rgba(24,33,64,.12);
}

    /* Header */
    .fee-table thead tr:first-child th {
        background: #182140;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 23px;
    }
    .fee-table thead tr:nth-child(2) th {
        background: #cf4b46;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }
    /* Common */
    .fee-table th, .fee-table td {
        padding: 10px 15px;
        border: 1px solid #edf0f5;
        vertical-align: middle;
    }
    /* Body */
    .fee-table tbody td {
        font-size: 16px;
        color: #444;
        font-weight: 500;
        transition: .3s ease;
    }

        /* Institute Name */
        .fee-table tbody td:first-child {
            font-size: 14px;
            font-weight: 700;
            color: #182140;
            line-height: 23px;
        }

        /* Tuition Fee Highlight */
        .fee-table tbody td:nth-child(2) {
            font-size: 14px;
            font-weight: 700;
            color: #cf4b46;
            text-align: center;
            line-height: 23px;
        }
        /* Fee Amounts */
        .fee-table tbody td:nth-child(n+3) {
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            color: #182140;
            line-height: 23px;
        }

    /* Hover */
    .fee-table tbody tr {
        transition: .3s ease;
    }

        .fee-table tbody tr:hover {
            background: #fff8f8;
            transform: scale(1.003);
        }

    /* Rounded Corners */
    .fee-table thead tr:first-child th:first-child {
        border-top-left-radius: 20px;
    }

    .fee-table thead tr:first-child th:last-child {
        border-top-right-radius: 20px;
    }

/* Responsive */
.table-responsive {
    overflow-x: auto;
}

.contactdetil ul li {
    padding-bottom: 0 !important;
}

.contactdetil {
    padding: 20px 20px;
    margin: 20px 0 20px 0;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 #0000001a;
    border-left: 4px solid #ff4f01;
}
.layer-content.pdfcontent {
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 #0000001c;
    margin: 20px 0 0 0;
    border-left: 4px solid #ff4f01;
}
    .layer-content.pdfcontent h4 {
        margin: 0 0 20px 0;
    }








@media(max-width:991px) {

    .fee-table {
        min-width: 1100px;
    }

        .fee-table th {
            font-size: 14px !important;
        }

        .fee-table tbody td:first-child {
            font-size: 16px;
        }

        .fee-table tbody td:nth-child(2) {
            font-size: 22px;
        }

        .fee-table tbody td:nth-child(n+3) {
            font-size: 18px;
        }
}







@media(max-width:991px) {

    .faculty-table {
        min-width: 1200px;
    }
}