
.section-block-demo15-header .header-top {
    background-color: #222332
}

.section-block-demo15-header .header-top .head-contact {
    position: relative
}

.section-block-demo15-header .header-top .head-contact,
.section-block-demo15-header .header-top .head-contact a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 47px
}

.section-block-demo15-header .header-top .head-contact li {
    margin-right: 5rem
}

.section-block-demo15-header .header-top .head-contact li:last-child {
    margin-right: 0
}

.section-block-demo15-header .header-bth {
    padding: 0 21px;
    border-radius: 3rem;
    text-transform: capitalize;
    font-size: 1.14rem;
    line-height: 34px;
    cursor: pointer
}

.section-block-demo15-header .btn-search svg {
    color: #fff;
    fill: #fff
}

.section-block-demo15-header[search-style=search-style-1] .search .form-control {
    padding-left: 0;
    width: 249px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    border-radius: 0;
    color: #fff
}

.section-block-demo15-header .header-bottom .layout {
    height: 110px
}

@media screen and (max-width:1366px) {
    .section-block-demo15-header .layout {
        width: 98%
    } 

    .section-block-demo15-header .header-bth {
        padding: 0 1rem;
        font-size: 1rem;
        line-height: 2rem
    }

    .section-block-demo15-header .header-top .head-contact,
    .section-block-demo15-header .header-top .head-contact a {
        font-size: 1rem
    }

    .section-block-demo15-header .header-top .head-contact li {
        margin-right: 3rem
    }
}
@media (max-width:992px) {
    .section-block-demo15-header .header-bottom,
    .section-block-demo15-header .header-top{
        display: none
    }
}