.impact-hero-img {
  /* max-width: 454px; */
}

.impact-section .table th {
  font-weight: 600;
  background-color: rgba(240, 247, 243, 0.5);
}
.impact-section .table th,
.impact-section .table td {
    background-color: #fff !important;
}
.table-responsive {
    border-radius: 16px;
    overflow: hidden;
}

.table-cmepedia {
    margin-bottom: 0;
}
.sidebar-nav .list-group-item.active {
    background-color: var(--cmepedia-green);
    color: #fff;
    font-weight: 700;
    /* border-left: 4px solid var(--cmepedia-green); */
}
.accordion-button:not(.collapsed) {
    background: none !important;
}
.accordion-button::after {
    display: none;
}
.section-div{
    border-color: #ccc;
    opacity: 1;
    border-width: 2px;
    margin-top: 0px;
}
.cme-lead-text{
    font-size: 22px;
    line-height: 42px;
}
.cme-title-head{
    font-size: 36px;
    line-height: 38px;
}
.cme-under-title-para{
    font-size: 20px;
    line-height: 1.6;
}
.cme-billion-hours{
    font-size: 22px;
    line-height: 1.6;
}
.cme-online-ce{
    font-size: 30px;
    line-height: 36px;
}

.cme-other-table-section{
    font-size: 24px;
    line-height: 48px;
    color: #000000 !important;
}
.table-online-section th{
    font-size: 20px;
    line-height: 32px;
}
.table-cmepedia tbody td:first-child{
    font-size: 20px;
    color: #2A2A2A !important;
    line-height: 1.6;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: justify;

}
.table-cmepedia tbody th:first-child{
    font-size: 20px;
    color: #2A2A2A !important;
    line-height: 1.6;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: justify;

}
.table-cmepedia tbody td:not(:first-child){
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;;
    line-height: 165%;
    letter-spacing: 0%;
    text-align: justify;
    color:#2A2A2A;


}
.accordion-button.collapsed .accordion-icon::before{
    content: "\f4fe"; /* bi-plus-circle-fill */
}

.accordion-button:not(.collapsed) .accordion-icon::before{
    content: "\f2e6"; /* bi-dash-circle-fill */
}

.accordion-button::after{
    display:none;
}
/* .accordion-icon{
    background: #198754;
    color: #fff !important;
    border-radius: 50%;
    font-size: 30px !important;
    line-height: 1;
} */
.table-light {
    border-bottom: 2px solid #198754 !important;
}
.table-online-section thead {
    border-bottom: 2px solid #198754;
}
.table-light th {
    border-bottom: 1px solid #198754 !important;
}
.table-light-row {
    border-bottom: 1px solid #198754 !important;
}
.other-table tbody tr:first-child th,
.other-table tbody tr:first-child td {
    border-bottom: 2px solid #198754 !important;
}
.text-note {
    padding-left: 18px;
    font-size: 20px;
    line-height: 1.6;
}
.note-head{
    font-size: 24px;
    line-height: 38px;
}
.text-solution{
    font-size: 20px;
    line-height: 1.6;
}
.text-solution-para{
    font-size: 20px;
    line-height: 1.6;
}
.table-cmepedia thead th{
    padding: 20px 16px;
}

.table-cmepedia tbody td{
    padding: 20px 16px;
}
