
.section-block-demo21-header .header-top {
    padding-left: 34px
}

.section-block-demo21-header.fixed-nav .header-top {
    margin-top: 199px
}

@media screen and (max-width:1366px) {
    .section-block-demo21-header.fixed-nav .header-top {
        margin-top: -178px
    }
}

.section-block-demo21-header .change-language .change-language-title {
    color: #333
}

.section-block-demo21-header .nav>li>a {
    color: #333
}

.section-block-demo21-header .head-contact li span {
    font-size: 16px;
    line-height: 50px
}

.section-block-demo21-header .head-nav {
    align-items: center
}

.section-block-demo21-header[search-style=search-style-1] .search .form-control {
    display: inline-block;
    color: #666;
    width: 323px;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    padding: 0 10px;
    vertical-align: top;
    font-size: 14px;
    border-radius: 5px;
    background-color: #f2f2f2
}

.section-block-demo21-header .logo {
    width: fit-content;
    margin: auto;
    display: block
}

.section-block-demo21-header .head-logo {
    padding-top: 23px
}

.section-block-demo21-header .head_title {
    font-size: 14px;
    margin: 9px 0 14px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    text-transform: uppercase
}

.section-block-demo21-header .layout {
    flex-direction: column
}

.section-block-demo21-header .header-top .layout {
    height: 50px;
    line-height: 50px
}

.section-block-demo21-header .header-top {
    background-color: var(--bs-theme-color)
}

@media screen and (max-width:992px) {

    .section-block-demo21-header .header-bottom,
    .section-block-demo21-header .header-top {
        display: none
    }

    .section-block-demo21-header .layout {
        flex-direction: row
    }
}