/* ----------------------------------------------------------------	Custom CSS	Add all your Custom Styled CSS here for New Styles or	Overwriting Default Theme Styles for Better Handling Updates-----------------------------------------------------------------*/@media (max-width: 991px) {    .faq-menu .grid-filter {        width: 100%;    }}@media (min-width: 992px) {    .faq-content-wrap {        overflow: unset;    }    .faq-menu {        background-color: #fff;        top: 130px;        z-index: 1;    }}@media (min-width: 1200px) {    .faq-menu {        top: 70px;    }}