.header-section{padding:70px 0}
.event-category .tag {
    margin-left: 0;
    padding: 2px 10px;
    background: #fffb4a;
}
.event-category .tag:before {
    display: none;
}

.search-wrap, .search-wrap .search-box {
    position: relative;
    z-index: 2;
}
.search-wrap .search-box {
    height: 50px;
}
.search-wrap {
    max-width: 720px;
    margin: 0 auto 60px;
    transition: .5s ease;
    padding: 20px 0 0px;
}
.search-wrap input.search-icon {
    z-index: 1;
    background: url(/sites/zweb/images/commonroot/help-new-sprite.png) no-repeat;
    background-size: auto 50px;
    cursor: pointer
}
.search-wrap input.search-field {
    display: block;
    border: none;
    outline: 0;
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 30px;
    color: #666;
    width: 100%;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
    transition: .5s ease;
    border: 1px solid #dedede;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
}
.search-wrap input.search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
    padding: 10px;
    border: none;
    outline: 0
}
.header-section .search-wrap {display:none}
.event-category .tag {
    background: #bfe479;
    color: #000;
}
.improvement.event-category .tag {
    background: #dcfaee;
    color: #23986b;
}
.change.event-category .tag{
    background: #fdc9da;
    color: #d04473;
}

.bug-fix.event-category .tag {
    background: #b5c0ff;
    color: #3f51b5;
}

.new-feature.event-category .tag {
    background: #efdead;
    color: #5a4747;
}
.performance.event-category .tag {
    background: #e6ace8;
    color: #573658;
}

.enhancement.event-category .tag {
    background: #6491b9;
    color: #ffffff;
}
.updates.event-category .tag {
    background: #ade8ef;
    color: #5a4747;
}
.zw-product-header{
    background-color: transparent;
}
@media all and (max-width:767px){
.search-wrap{max-width:90%;}
}