
.section-block-demo22-header .nav>li>a {
    position: relative;
    display: inline-block;
    color: #010101;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    line-height: 45px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0
}

.section-block-demo22-header .nav>li {
    margin-left: 30px
}

.section-block-demo22-header .head-contact li {
    margin: 0 70px 0 0;
    font-family: Verdana, Geneva, sans-serif
}

.section-block-demo22-header .logo {
    padding: 10px 0
}

.section-block-demo22-header .nav {
    justify-content: flex-end;
    padding: 0
}

.section-block-demo22-header[search-style=search-style-1] .search .form-control {
    width: 225px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #fff;
    padding-left: 15px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px
}

.section-block-demo22-header .head_control {
    align-items: center
}

.section-block-demo22-header.section-header-wrap-block .change-language .change-language-title {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px
}

.section-block-demo22-header[search-style=search-style-1] .search .btn-search {
    right: 4px
}

.section-block-demo22-header .change-language {
    margin-left: 20px
}

.section-block-demo22-header[search-placeholder-color=placeholder-color-white] .form-control::-webkit-input-placeholder {
    opacity: 1
}

.section-block-demo22-header[search-placeholder-color=placeholder-color-white] .form-control::-moz-placeholder {
    opacity: 1
}

.section-block-demo22-header[search-placeholder-color=placeholder-color-white] .form-control:-ms-input-placeholder {
    opacity: 1
}

.section-block-demo22-header[search-placeholder-color=placeholder-color-white] .form-control::-ms-input-placeholder {
    opacity: 1
}

.section-block-demo22-header[search-placeholder-color=placeholder-color-white] .form-control::placeholder {
    opacity: 1
}

.section-block-demo22-header .header-top {
    position: relative;
    background-color: var(--bs-theme-color)
}

.section-block-demo22-header .logo img {
    height: 77px;
    width: auto
}

.section-block-demo22-header .header-top .layout {
    height: 50px
}

.section-block-demo22-header .header-top svg {
    fill: #fff
}

.section-block-demo22-header .header-top,
.section-block-demo22-header .header-top .head-contact a {
    color: #fff
}

.section-block-demo22-header.fixed-nav {
    top: -50px
}

@media only screen and (max-width:992px) {

    .section-block-demo22-header .header-bottom,
    .section-block-demo22-header .header-top {
        display: none
    }

    .section-block-demo22-header .logo img {
        height: 50px
    }
}