
@media screen and (max-width:992px) {
    .section-block-demo52-header .layout {
        display: none
    }
}

.section-block-demo52-header {
    background-color: #fff
}

@media screen and (min-width:992px) {
    .section-block-demo52-header .logo {
        padding: 1.5rem 0 1rem 0
    }

    .section-block-demo52-header .logo img {
        height: 10rem;
        max-width: 26rem
    }
}

.section-block-demo52-header .head-content {
    width: 70%
}

.section-block-demo52-header[search-style=search-style-1] .search .form-control {
    border-radius: 3px;
    height: 36px
}

.section-block-demo52-header .change-language {
    background-color: var(--bs-theme-color);
    padding: 10px;
    border-radius: 3px
}

.section-block-demo52-header .head-content .head-top {
    padding: 2rem 0 1rem
}

.section-block-demo52-header .nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

.section-block-demo52-header .nav>li>a {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600
}

.section-block-demo52-header.fixed-nav .logo {
    display: none
}

.section-block-demo52-header.fixed-nav .head-content {
    width: 100%
}

.section-block-demo52-header.fixed-nav .head-content .head-top {
    display: none
}
