/*
Theme Name: My First Skool
Theme URI: https://www.linkedin.com/in/arifur-rahman-arif-51222a1b8/
Author: https://www.linkedin.com/in/arifur-rahman-arif-51222a1b8/
Author URI: https://www.linkedin.com/in/arifur-rahman-arif-51222a1b8/
Description: Our specialist consultants offer a selection of laser eye surgery and lens surgery treatments that allow you to discover crystal clear vision.
Tags: e-commerce, woocommerce, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.4
Text Domain: mfs
*/
.page-id-9596 .section.faq .grid.grid-cols-1{
    grid-template-columns: none !important;
}
.page-id-9596 .section.faq .side-bar-navigation{
    display: none !important;
}
.page-id-9596 .breadcrumb .text-primary-100, .page-id-15333 .breadcrumb .text-primary-100{
    display: none !important;
}
#cookie-popup a.privacylink::after {
    content: url(../mfs-theme/assets/images/icons/link-icon.svg);
    position: relative;
    top: 5px;
    left: 5px;
}
h2 .title-attribute.white::after {
    content: url(../mfs-theme/assets/images/icons/white-background.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
h2 .title-attribute.fresh-green::after {
    content: url(../mfs-theme/assets/images/icons/fresh-green.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
h2 .title-attribute.dustry-blue::after {
    content: url(../mfs-theme/assets/images/icons/dustry-blue.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
h2 .title-attribute.light-cream::after {
    content: url(../mfs-theme/assets/images/icons/s-light-cream-background.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
h2 .title-attribute.pale-ivory::after {
    content: url(../mfs-theme/assets/images/icons/pale-ivory-background.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
h2 .title-attribute.soft-beige::after {
    content: url(../mfs-theme/assets/images/icons/soft-beige.svg) !important;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(75%, -50%);
}
.accordion-button-link{
    font-size: 0.75rem !important;
    line-height: 1.25rem;
    font-weight: var(--700);
    color: var(--Gray-80);
    transition: all 0.5s ease-in-out;
}
.accordion-button-link:hover{
    color: #f79764;
}
.accordion-button .accordion-single{
    padding: 0px !important;
    border-bottom: none !important;
}
@media (max-width: 1023px) {
.accordion-content li a{
    padding-left: 10px;
}
}
@media (max-width: 475px) {
.footer-cookie-popup{
    display: block !important;
}
#cookie-popup{
    padding:15px 0px !important;
}
#cookie-accept{
    width:100% !important;
    margin-top: 20px;
}
}