
.section-block-demo61-header {
    box-shadow: none
}

.section-block-demo61-header .header-top {
    background-color: #222332;
    position: relative
}

.section-block-demo61-header .header-top .layout {
    height: 40px
}

.section-block-demo61-header .head-social li {
    position: relative;
    padding-right: 1.5rem
}

.section-block-demo61-header .head-social li:not(:first-child) {
    padding-left: 1.5rem;
    border-left: 1px solid #919199
}

.section-block-demo61-header .head-social li svg {
    fill: #fff;
    width: 18px;
    height: 18px
}

.section-block-demo61-header .header-company {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff
}

.section-block-demo61-header .search {
    margin-left: auto
}

.section-block-demo61-header .search .search-toggle svg {
    fill: #fff
}

.section-block-demo61-header .change-language .change-language-title {
    color: #fff
}

.section-block-demo61-header .change-language .change-language-title svg {
    fill: currentColor
}

.section-block-demo61-header .beader-quotebtn {
    margin-left: 24px;
    background-color: var(--bs-theme-color);
    position: relative;
    display: table;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(left, #126ebe 0, #2a9bd9 100%);
    background: linear-gradient(to right, #126ebe 0, #2a9bd9 100%);
    cursor: pointer;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    width: 180px;
    line-height: 50px
}

.section-block-demo61-header .beader-quotebtn:hover {
    font-size: 17px
}

.section-block-demo61-header .beader-userbtn {
    position: relative;
    min-width: 36px
}

.section-block-demo61-header .header-bottom {
    position: relative;
    padding: 19px 0
}

.section-block-demo61-header .nav {
    margin-left: 3rem
}

.section-block-demo61-header.section-header-wrap-block .nav>li {
    margin: 0 2rem
}

.section-block-demo61-header .nav>li>a {
    font-size: 18px
}

.section-block-demo61-header .logo img {
    height: 81px
}

@media only screen and (max-width:1500px) {
    .section-block-demo61-header .nav {
        margin-left: 2rem;
        padding: 0 2rem
    }

    .section-block-demo61-header .nav>li {
        margin: 0 1.5rem
    }
}

@media only screen and (max-width:1400px) {
    .section-block-demo61-header .header-bottom {
        padding: 12px 0
    }

    .section-block-demo61-header .logo img {
        height: 60px
    }

    .section-block-demo61-header .beader-quotebtn {
        margin-left: 1.2rem;
        font-size: 1rem;
        width: 156px;
        line-height: 40px
    }

    .section-block-demo61-header .beader-quotebtn:hover {
        font-size: 15px
    }

    .section-block-demo61-header .head-social li:not(:first-child) {
        padding-left: 1rem
    }

    .section-block-demo61-header .head-social li {
        padding-right: 1rem
    }
}

@media only screen and (max-width:1280px) {
    .section-block-demo61-header .nav {
        margin-left: 0;
        padding: 0 1rem
    }

    .section-block-demo61-header .nav>li {
        margin: 0 1rem
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo61-header .header-outer-wrap {
        display: none
    }

    .section-block-demo61-header .logo img {
        height: 3rem
    }
}