
.section-block-demo56-header .header-top .item-contact {
    border-radius: 5px;
    border-width: 1px;
    font-size: 15px;
    text-transform: uppercase
}

@media (min-width:993px) {
    .section-block-demo56-header.fixed-nav-active .header-bottom {
        background-color: rgba(255, 255, 255, .8)
    }

    .section-block-demo56-header[search-style=search-style-1] .search .btn-search {
        width: unset;
        color: #fff
    }

    .section-block-demo56-header .search .form-control::placeholder {
        color: #666
    }

    .section-block-demo56-header .search .form-control {
        border-radius: 0;
        width: 300px
    }

    .section-block-demo56-header .header-top {
        background-color: var(--bs-body-bg);
        padding: 23px 0 16px
    }

    .section-block-demo56-header .country-flag {
        margin-right: 0;
        margin-left: 8px
    }

    .section-block-demo56-header.section-header-wrap-block {
        background: 0 0;
        box-shadow: none
    }

    .section-block-demo56-header .header-bottom {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translate(-50%)
    }

    .section-block-demo56-header .header-bottom .nav {
        background-color: var(--bs-theme-color)
    }

    .section-block-demo56-header.section-header-wrap-block .nav>li>a {
        line-height: 38px;
        color: #fff
    }

    .section-block-demo56-header .change-language {
        margin-right: 20px
    }

    .section-block-demo56-header[search-style=search-style-1] .search .form-control {
        color: var(--bs-body-color)
    }

    .section-block-demo56-header[search-style=search-style-1] .search .btn-search {
        background-color: var(--bs-theme-color)
    }
}

@media (max-width:992px) {
    .section-block-demo56-header .search-dropdown-menu .btn-search {
        color: #fff;
        width: unset
    }
}