.page-id-60483 #main-content {
    padding-top: 185px !important;
    padding-bottom: 0px;
}
.page-id-60483 .faq-header {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 1.5rem;
}
.page-id-60483 .faq-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #28a745;
}
.page-id-60483 #searchform {
    width: 100%;
    background: #fff;
    float: none;
}
.page-id-60483 #searchform .i-fa-search {
    background: none;
    padding: 0;
}
.page-id-60483 .search-box-fas input {
    border-radius: 0;
}
.page-id-60483 .search-box-fas .btn {
    background-color: #28a745;
    color: #fff;
    border-radius: 0;
}
.page-id-60483 .faq-category i, .page-id-60483 .faq-top-questions i {
    color: #28a745;
    margin-right: 8px;
}
.page-id-60483 .faq-category .list-group-item, .page-id-60483 .faq-top-questions .list-group-item {
    border: none;
    padding: 0.5rem 0;
    background: none;
}
.page-id-60483 .faq-top-questions .list-group-item:hover {
    /* text-decoration: underline; */
    cursor: pointer;
}

.page-id-60513 .section-heading, .page-id-60529 .section-heading, .page-id-60537 .section-heading, .page-id-60556 .section-heading, .page-id-60566 .section-heading{
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
}
.page-id-60513 .section-heading::after, .page-id-60529 .section-heading::after, .page-id-60537 .section-heading::after, .page-id-60556 .section-heading::after, .page-id-60566 .section-heading::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #28a745;
}
.page-id-60513 .img-rounded {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.page-id-60537 .custom-list li { 
    position: relative;
    text-align: justify;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #606060;
}
.page-id-60537 .custom-list li::before {
    content: "\276F";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #27b24d;
}
.page-id-60537 .custom-list li::marker {
    color: #28a745;
}

.page-id-60556 .chapter-list {
    font-size: 18px;
}
.page-id-60556 .chapter-list .title {
    color: #272727;
    font-weight: 500;
    margin-top: 1.5rem;
}
.page-id-60556 .chapter-list .subtitle {
    color: #444;
    font-weight: 500;
    margin-top: 1rem;
}
.page-id-60556 .chapter-list .chapter {
    color: #606060;
    margin-top: 15px;
}
.page-id-60556 .chapter-list .chapter a {
   color: #606060;
}
.page-id-60556 .chapter-list .subchapter {
    color: #28a745;
    margin-left: 15px;
    margin-top: 15px;
}
.page-id-60556 .chapter-list .subchapter a {
    color: #28a745; 
}

.page-id-60566 .faq-heading {
    font-weight: 700;
    color: #27b24d;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
}
.page-id-60566 .faq-heading::after {
    content: "";
    display: block;
    width: 60%;
    height: 4px;
    background-color: #7fc792;
    margin: 0.5rem auto 0 auto;
    border-radius: 4px;
}

/********* Media Query CSS ********/
@media (max-width: 1199px) { 
    .page-id-60483 #main-content {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
}
