
.section-block-demo26-header.fixed-nav .header-top {
    display: none
}

.section-block-demo26-header .btn-search svg {
    fill: #fff
}

.section-block-demo26-header .header-bottom {
    background: var(--bs-theme-color)
}

.section-block-demo26-header[search-style=search-style-1] .search .form-control {
    border-color: transparent;
    background: rgba(255, 255, 255, .23)
}

.section-block-demo26-header .header-social {
    margin-left: auto;
    margin-right: 27px
}

.section-block-demo26-header .header-social svg {
    fill: #696969;
    height: 17px
}

.section-block-demo26-header .nav>li>a {
    color: #fff;
    padding: 0;
    padding-right: 43px
}

.section-block-demo26-header .logo img {
    max-height: 43px
}

.section-block-demo26-header .header-top {
    padding: 38px 0 30px
}

.section-block-demo26-header .nav {
    padding: 0
}

.section-block-demo26-header .nav .ico-line {
    display: inline-block;
    width: 1px;
    height: 19px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width:992px) {

    .section-block-demo26-header .header-bottom,
    .section-block-demo26-header .header-top {
        display: none
    }
}