h1,h2,h3,h4,h5 {
    color: #A16B04;
    text-transform: uppercase;
}

.sort_icon:hover {
    cursor: pointer;
}


.slider-area {
    height: 340px;
}

.admin_name {
    text-align: center;
    font-size: max(1vw, 12px);
    color: #DB2E00;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}
.admin_designation {
    text-align: center;
    font-size: max(0.9vw, 10px);
    color: #DB2E00;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-transform: uppercase;
}

.admin_name2 {
    text-align: center;
    font-size: max(0.7vw, 8px);
    color: #DB2E00;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}
.admin_designation2 {
    text-align: center;
    font-size: max(0.7vw, 8px);
    color: #DB2E00;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-transform: uppercase;
}

.admin_heading_h2 {
    text-align: left;
    font-size: max(1.2vw, 12px);
    color: #A16B04;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0px;
    text-transform: uppercase;
}
.admin_heading_h3 {
    text-align: center;
    font-size: max(0.9vw, 10px);
    color: #A16B04;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-transform: uppercase;
}

.member_profile_style {
    color: #6B4600;
    font-weight: 600;
}

.nadu_center {
    display: flex;
    align-items: center;
}

.table_family2 {
    border-collapse: collapse;
}
.table_family2 tr:nth-child(even) {
    background-color: #E2EFDB;
}
.table_family2 tr:nth-child(odd) {
    background-color: #FFF3CB;
}

.table_family2 th {
    padding: 5px;
    text-align: left;
    font-weight: 600;
    background-color: #2E75B5;
    border: 1px solid #FFFFFD;
    white-space: nowrap;
    color: yellow;
    text-align: center;
}
.table_family2 td {
    padding: 2px;
    padding-left: 5px;
    text-align: left;
    border: 1px solid #FFFFFD;
    white-space: nowrap;
    color: #6B4600;
    font-weight: 600;
    text-align: center;
}
.footer-mmenu {
    color: white;
    font-size: max(1vw, 16px);
    background-color: #6B4600;
}
.footer-mmenu-items a {
    color: white;
}
.footer-mmenu-items a:link {
    color: white;
}
.footer-mmenu-items a:visited  {
    color: white;
}
.footer-mmenu-items a:active   {
    color: white;
}
.footer-mmenu-items a:hover {
    color: yellow;
}


.footer-mcopy {
    color: #333333;
    font-size: max(0.9vw, 9px);
    font-weight: normal;
}

.mytopmenuarea1 {
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 20px;
    left: 20px;
    font-size: max(1.1vw, 12px);
    color: black;
}
.mytopmenuarea1 a {
    color: black;
}
.mytopmenuarea1 a:link {
    color: black;
}
.mytopmenuarea1 a:visited  {
    color: black;
}
.mytopmenuarea1 a:active   {
    color: black;
}
.mytopmenuarea1 a:hover {
    color: #A16B04;
}

.mytopmenuarea2 {
    background-color: transparent;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    font-size: max(1.5vw, 20px);
    line-height: max(1.5vw, 30px);
    color: white;
    z-index: 100;

}
.mytopmenuarea2 a {
    color: white;
}
.mytopmenuarea2 a:link {
    color: white;
}
.mytopmenuarea2 a:visited  {
    color: white;
}
.mytopmenuarea2 a:active   {
    color: white;
}
.mytopmenuarea2 a:hover {
    color: yellow;
}


@media (max-width: 992px) {
    .admin_name {
        text-align: center;
        font-size: 22px;
        color: #DB2E00;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        text-transform: uppercase;
    }
    .admin_designation {
        text-align: center;
        font-size: 18px;
        color: #DB2E00;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        text-transform: uppercase;
    }
    .admin_name2 {
        text-align: center;
        font-size: 20px;
        color: #DB2E00;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        text-transform: uppercase;
    }
    .admin_designation2 {
        text-align: center;
        font-size: 16px;
        color: #DB2E00;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        text-transform: uppercase;
    }
    .admin_heading_h2 {
        text-align: left;
        font-size: 18px;
        color: #A16B04;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 10px;
        padding: 0px;
        text-transform: uppercase;
    }
    .admin_heading_h3 {
        text-align: center;
        font-size: 16px;
        color: #DB2E00;
        font-weight: 600;
        line-height: normal;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        text-transform: uppercase;
    }
}


.table_payment {
    border-collapse: collapse;
    width: 100%;
}
.table_payment tr:nth-child(even) {
    background-color: #E2EFDB;
}
.table_payment tr:nth-child(odd) {
    background-color: #FFF3CB;
}

.table_payment td {
    padding: 2px;
    padding-left: 5px;
    text-align: left;
    border: 1px solid #FFFFFD;
    white-space: nowrap;
    color: #6B4600;
    font-weight: 600;
}


@media print {
    body.modal-open {
        visibility: hidden; /* Hide the main body content when modal is open and printing */
    }

    body.modal-open .modal .modal-header,
    body.modal-open .modal .modal-body,
    body.modal-open .modal .modal-footer {
        visibility: visible; /* Make modal content visible for printing */
    }

    /* Adjust modal positioning and styling for print if needed */
    body.modal-open .modal {
        position: static !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
    }
}