table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
 
    scrollbar-width: auto;
    /* For Firefox */
    -ms-overflow-style: auto;
    /* For IE and Edge */
}
 
.table-responsive::-webkit-scrollbar {
    height: 5px;
}
 
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
 
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
 
.teamTable th,
.teamTable td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    font-size: 22px !important;
    font-weight: normal !important;
}
 
th {
    background-color: #f2f2f2;
    font-weight: bold !important;
}
 
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
 
.temple-services .title-heading {
    font-weight: bold !important;
    font-size: 35px !important;
}
 
@media (max-width: 767px) {
 
 
    th,
    td {
        font-size: 15px !important;
        padding: 5px;
        text-align: left;
        white-space: nowrap;
    }
 
 
    .table-responsive {
        white-space: nowrap;
    }
 
    .tb {
        padding: 0px !important;
    }
 
    .table {
        width: 100%;
    }
 
    .temple-services .title-heading {
        font-weight: bold !important;
        font-size: 28px !important;
    }
 
    /* for table 2 */
    .tbl2 {
        padding: 8px 8px !important;
    }
 
}