em{
    font-style: italic;
}
.header-section{
    padding: 150px 0;
}
.zw-product-header {
    background-color: #ffffff;
}
.header-section,
.event-category-year-wrap:before, 
.event-category-year-wrap .event-category-wrap:last-child .event-category:last-child:after{
    background-color: #131836;
border-color: #131836;
}
.event-category-wrap>h3:after{
border-color: #131836;
}
.event-category .read-more,.link-container a,.vimvideo{
    color: #0478FF;
cursor: pointer;
}
.timeline-section{
    padding-bottom: 0;
}
.view-btn {
    padding: 0 0 20px;
}
.view-btn .act-btn {
    background: #f0483e;
    color: #fff;
}
.header-section:before{
    background-image: url(/sites/zweb/images/tables/zt-whatsnew-bg.jpg);
    background-size: cover;
}
.header-section-wrap h1{
    position: relative;
    z-index: 1;
    font-size: 45px;
    letter-spacing: -1px;
}
/* enhancements start */
.enhancements.event-category .tag {
    background: #dcfaee;
    color: #23986b
}

.event-category.enhancements .tag:before {
    border-right: 13px solid #dcfaee
}

.event-category .tag,.enhancements.event-category .tag.prod-tag {
    padding: 1px 8px;
    display: inline-block !important;
    margin: 0 10px 0 0;
    background: #fff59d;
    color: #e25e5a;
    border-radius: 10px;
    font-size: 11px;
    border: 1px solid #e25e5a
}

.event-category .tag.prod-tag,.enhancements.event-category .tag {
    background: #dcfaee;
    color: #23986b;
    border: 1px solid #23986b
}
/* enhancements end */
/* banner box css start*/
.header-section-table{
    width: 300px;
    background-color: #262b4a;
    min-height: 100px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.header-section-table::before,
.header-section-table::after{
    display: block;
    position: relative;
}
.header-section-table::before{
    content: "";
    width: calc(100% + 30px);
    height: calc(100%);
    left: -15px;
    top: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.header-section-table::after{
    content: "";
    width: calc(100% + 0px);
    height: calc(100% + 30px);
    left: -1px;
    top: -15px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    z-index: -1;
}
.header-section-table span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #131836;
    position: absolute;
    left: 0;
    top: 0;
}
.header-section-table span:nth-child(1){
    left: -6px;
    top: -6px;
}
.header-section-table span:nth-child(2){
    left: auto;
    top: -6px;
    right: -6px;
}
.header-section-table span:nth-child(3){
    left: auto;
    top: auto;
    right: -6px;
    bottom: -6px;
}
.header-section-table span:nth-child(4){
    left: -6px;
    top: auto;
    bottom: -6px;
}
/* banner box css end*/
.j-img {
    position: relative;
    background: #131836 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 40px 60px;
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
.header-section-table{
    width: 280px;
}
.j-img {
    padding: 20px 20px;
}
}
