/* Styling for the tabs */
.tabshead {
    border-radius: 20px;
    background: var(--color-light-gray-11);
    padding: 5px 30px;
    font-size: 14px;
    cursor: pointer;
    color: var(--text-color);
    margin-right: 15px;
}

.section.align-center.contact-us-tabs-container {
    padding-bottom: 0;
}

.table.fix-col-header.bordered.has-box-shadow.block.common-scroll {
    margin-top: 0;
}

.contact-us-tabs > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabshead p {
    margin-bottom: 0;
    font-size: 16px;
}

.tabshead.active {
    background: var(--brand-sky-blue-color-600);
    color: var(--color-white);
}

/* Hide all tab content by default */
.contact-tab-1,
.contact-tab-2 {
    display: none;
}

/* Active tab content display */
.contact-tab-1.active,
.contact-tab-2.active {
    display: block;
}

.contact-us-outer .table.fix-col-header th:first-child, 
.contact-us-outer .table.fix-col-header td:first-child{
    font-size: 16px;
    font-weight: 600;
}

.contact-us-outer h3#disclosure-of-investor-complaints-mo-alternative-ifsc-private-limited {
    margin-top: 24px;
}

@media (width <= 768px) {
    .tabshead {
        padding: 4px 15px;
        font-size: 12px;
    }

    .tabshead p {
        font-size: 12px;
    }

    .table.fix-col-header.bordered.has-box-shadow.block.common-scroll {
        padding-bottom: 10px;
    }
}
