
.section-block-demo72-header>.layout:not(.mobile-head-items) {
    height: 128px
}

.section-block-demo72-header .logo {
    position: relative;
    display: block;
    padding: 3px
}

.section-block-demo72-header .search {
    margin: 0 1.5rem 0 3rem
}

.section-block-demo72-header .quote-more {
    box-shadow: -5px 0 21px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 18px
}

.section-block-demo72-header .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-block-demo72-header .nav>li>a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width:1550px) {
    .section-block-demo72-header>.layout:not(.mobile-head-items) {
        height: 100px
    }

    .section-block-demo72-header .nav>li>a {
        font-size: 16px
    }

    .section-block-demo72-header .quote-more {
        font-size: 14px;
        padding: 6px 15px
    }

    .section-block-demo72-header .search {
        margin: 0 .5rem 0 1.5rem
    }
}

@media only screen and (max-width:992px) {
    .section-block-demo72-header .layout {
        display: none
    }
}