.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 {
    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 {
    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);
}

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