section {
    padding: 50px 0px;
}

@media screen and (max-width: 999px) {

    section {
        padding: 35px 0px;
    }
}

@media screen and (max-width: 600px) {

    section {
        padding: 20px 0px;
    }
}

.article-section {
    position: relative;
}

.article-section figure .article-banner {
    width: 100%;
    border-radius: 20px;
    margin: 0;
}


@media screen and (max-width: 600px) {
    .article-section figure .article-banner {
        border-radius: 10px;
    }
}

.article-section h2{
	scroll-margin-top:200px !important;
}
@media screen and (max-width: 600px) {
.article-section h2{
	scroll-margin-top:400px !important;
}
}

.article-section .mhb-article-info {
    margin: 18px 0 24px;
}

.article-section .mhb-article-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #00539f;
    font-size: 14px;
    font-weight: 600;
}

.article-section .mhb-article-category span:first-child {
    font-size: 16px;
    line-height: 1;
}

.article-section .mhb-article-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    color: #687585;
    font-size: 13px;
}

.article-section .mhb-article-date-divider {
    color: #c5cdd5;
}

.article-section .mhb-article-review {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f7fafc, #fff);
    border: 1px solid #e4ebf1;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 83, 159, .05);
}

.article-section .mhb-article-writer,
.article-section .mhb-article-reviewer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #687585;
    font-size: 14px;
}

.article-section .mhb-article-icon {
    font-size: 17px;
    line-height: 1;
}

.article-section .mhb-article-writer strong {
    color: #263b50;
    font-weight: 600;
}

.article-section .mhb-article-separator {
    width: 1px;
    height: 25px;
    background: #dce4ea;
}

.article-section .mhb-article-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #299447;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.article-section .mhb-article-reviewer a {
    color: #00539f;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.article-section .mhb-article-reviewer a:hover {
    color: #f48120;
}

.article-section .table-div {
    margin-block: 20px;
    border: 2px solid #eee;
    overflow-x: auto;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.article-section .table-div table{
    margin-bottom: 0rem;
}

.article-section .table-div table tr td,
.article-section .table-div table tr th {
    padding: 12px 15px;
    border-color: #dddddd !important;
    font-size: 15px;
    background: #fff
}

.article-section .table-div table tr th {
    border-bottom-width: 2px;
    box-shadow: none;
    background: #f2f2f2;
    font-weight: 600;
    text-transform: capitalize
}

.article-section .table-div table tr:nth-child(odd) td {
    background: #f6faff
}


@media(max-width:767px) {
    .article-section .mhb-article-date {
        font-size: 12px;
        gap: 6px;
    }

    .article-section .mhb-article-review {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        padding: 12px;
    }

    .article-section .mhb-article-separator {
        display: none;
    }

    .article-section .mhb-article-reviewer {
        align-items: flex-start;
    }

    .article-section .mhb-article-writer,
    .article-section .mhb-article-reviewer {
        font-size: 13px;
    }
}


.article-section .card {
    border-radius: 15px;
}

.article-section .card-body,
.article-section .card-header {
    padding: 1.2rem;
}

.article-section .card .card-header {
    background-color: #fff0;
    border-bottom: 1px solid rgb(0 0 0 / .125);
    padding: 1rem 1.5rem;
}

.article-section .category_sidelist {
    border-radius: 15px !important;
}

.article-section .category_sidelist #categoryList {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 12px;
}

.article-section .category_sidelist .card-body {
    padding-right: 12px;
}

.article-section .category_sidelist li:first-child a {
    padding-top: 0;
}

.article-section .category_sidelist li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}

.article-section .category_sidelist li a {
    color: var(--text-color);
    padding: 8px 0;
    border-bottom: 1px dashed #d9d9d9;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-section .category_sidelist li a:hover {
    padding-left: 5px;
    color: var(--primary-color);
}

.article-section .category_sidelist li a span {
    font-size: 11px;
    font-weight: 500;
    background: #f481203b;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 3px 6px;
    border-radius: 4px;
}

.article-section .category_sidelist li a:hover span {
    color: #fff;
    background: var(--orange-bg);
}

.article-section .category_sidelist .mCustomScrollbar {
    max-height: 420px;
}

.article-section .cate-list-toggle button {
    background: #fff0;
    border: none;
}

.article-section .-show .cate-list-toggle button i:before {
    content: '\f106';
}

 .summary-wrapper {
        background: #d8ecff;
        border-radius: 16px;
        padding: 8px 20px;
      }

      .summary-title {
        font-size: 18px;
        font-weight: 600;
        color: #222;
      }

      .summary-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 5px 18px;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #d9d9d9;
        text-decoration: none;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
      }

      .summary-btn img {
        width: 18px;
        height: 18px;
        object-fit: contain;
      }

      .summary-btn:hover,
      .summary-btn.active {
        background: #ffe7d6;
        border-color: #f5a46b;
        color: #000;
      }

      @media (max-width: 767px) {
        .summary-wrapper {
          padding: 15px;
        }

        .summary-title {
          width: 100%;
          margin-bottom: 5px;
        }

        .summary-btn {
          padding: 8px 14px;
          font-size: 14px;
        }
      }

.navigation-optns{border-radius:20px!important;background-color:#fff!important;box-shadow:none;padding:20px!important;width:100%;border:1px solid rgba(0,0,0,.15) !important;z-index:1!important}#grad1,.adv_bnr,.advn_bnr{background:var(--primary-color)}.navigation-optns a{font-size: 14px;padding: 10px 0;border-bottom: 1px solid #eee;position: relative;display: flex;align-items: center;color: #424242 !important;min-height: 40px;box-sizing: border-box;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-left: 15px;}.navigation-optns a:before{content:'\f105';font-family:'Font Awesome 5 Free';font-weight:900;position:absolute;left:0}.navigation-optns a:first-child{padding-top:0}.navigation-optns a:last-child{border-bottom:none;padding-bottom:0}.navigation-optns a:active,.navigation-optns a:focus,.navigation-optns a:hover{color:var(--orange-bg);background:#fff0}
.dots {
    padding-left: 20px;
}
.disclaimer {
    background: #f5f5f5;
    padding: 20px 20px 20px 30px;
    border-left: 4px solid var(--primary-color);
    font-style: italic;
border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}