@media (max-width: 575.98px) {
    .fs-page-header {
    }

    .fs-txt-menu {
        display: none !important;
    }

    .fs-txt-menu.fs-md-screen {
        display: none !important;
    }

    .fs-text-menu.responsive {
        display: block !important;
    }
}

/* Media query for screens between 576px and 767.98px (Small devices) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .fs-page-header {
    }

    .fs-txt-menu {
        display: none !important;
    }

    .fs-txt-menu.fs-md-screen {
        display: block !important;
    }

    .fs-text-menu.responsive {
        display: block !important;
    }
}

/* Media query for screens between 768px and 991.98px (Medium devices) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .fs-page-header {
        width: 750px;
    }

    .fs-txt-menu {
        display: none !important;
    }

    .fs-txt-menu.fs-md-screen {
        display: block !important;
    }

    .fs-text-menu.responsive {
        display: block !important;
    }
}

/* Media query for screens between 992px and 1199.98px (Large devices) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .fs-page-header {
        width: 970px;
    }

    .fs-txt-menu {
        display: none !important;
    }

    .fs-txt-menu.fs-md-screen {
        display: block !important;
    }

    .fs-text-menu.responsive {
        display: block !important;
    }
}

/* Media query for screens larger than 1200px (Extra Large devices) */
@media (min-width: 1200px) {
    .fs-page-header {
        width: 80%;
    }

    .fs-txt-menu {
        /*display: none!important;*/
    }

    .fs-text-menu.responsive {
        display: none !important;
    }
}

.fs-page-header-frame {
    background-color: #fff !important;
    border-bottom: 5px solid #f15a22;
}

.fs-page-header {
    min-height: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.fs-menu-header {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.fs-logo-header {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 15px;
}

.fs-img-logo {
    /*margin: 0 15px;*/
}

.fs-text-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.fs-text-menu, a {
    text-decoration: none !important;
    color: #43525a !important;
    font-weight: 600;
}

.fs-txt-menu {
    padding: 10px 6px;
}

.fs-focus-menu {
    background-color: #ffffff;
    height: 60px;
    align-content: center;
}

.fs-focus-menu:hover {
    background-color: #d9d9d9;
}

.fs-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding: 0px 0px;
    top: 58px;
    /*top: 40px;*/
    width: max-content;
}

.fs-dropdown-menu li a {
    font-weight: normal !important;
    color: #43525a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.fs-focus-menu:hover .fs-dropdown-menu {
    display: block;
}

.fs-txt-menu a i {
    margin-left: 5px; /* Adds some space between the text and the icon */
}

.fs-focus-menu>ul>li {
    height: unset!important;
}
