﻿
.section-block-demo24-header .header-right {
    margin-left: 6.5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-block-demo24-header .header-top {
    padding: 24px 0;
    border-bottom: 1px solid #aaa;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-block-demo24-header .header-bottom .nav {
    padding: 0
}

.section-block-demo24-header .header-bottom .downloadbtn {
    padding: 0 15px;
    border-radius: 3rem;
    font-size: 14px;
    line-height: 30px
}

.section-block-demo24-header .head-contact li,
.section-block-demo24-header .head-contact li a {
    font-size: 18px
}

.section-block-demo24-header .head-contact li svg {
    width: 16px;
    height: 16px
}

@media (min-width:993px) {
    .section-block-demo24-header[search-style=search-style-1] .search .btn-search {
        border-radius: 0 35px 35px 0;
        background-color: var(--bs-sec-theme-color)
    }

    .section-block-demo24-header[search-style=search-style-1] .search .btn-search svg {
        fill: #fff
    }
}

@media (max-width:1680px) {

    .section-block-demo24-header .head-contact li,
    .section-block-demo24-header .head-contact li a {
        font-size: 16px
    }
}

@media (max-width:1440px) {
    .section-block-demo24-header .header-bottom .nav>li>a {
        padding: 5px 7px
    }

    .section-block-demo24-header .header-top {
        padding: 18px 0
    }
}
@media (max-width:1366px) { 
    .section-block-demo24-header .header-right {
        margin-left: 5%
    }
}

@media (max-width:1280px) {
    .section-block-demo24-header .header-right {
        margin-left: 3.5%
    }

    .section-block-demo24-header .header-bottom .downloadbtn {
        padding: 0 10px;
        font-size: 12px;
        line-height: 2rem
    }

    .section-block-demo24-header .head-contact li,
    .section-block-demo24-header .head-contact li a {
        font-size: 14px
    }
}
@media (max-width:992px) {
    .section-block-demo24-header .layout{
        display: none
    }
}