nav ul.productmenu.header-nav > li#fea {
    position: relative;
}
nav ul.productmenu.header-nav > li#fea:after {
    content: '';
    background: url(//www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px -6px/990px auto;
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
}
nav ul.productmenu.header-nav > li .drop-down {
    display: none;
    position: absolute;
    width: 500px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #0004;
    top: 38px;
    left: 0;
    padding: 15px 0 0;
}
nav ul.productmenu.header-nav > li#fea:hover .drop-down,nav ul.productmenu.header-nav > li#fea .drop-down.active {
    display: block;
}
nav ul.productmenu.header-nav > li .drop-down .flex {
    display: flex;
    width: 100%;
    justify-content: center;
}
nav ul.productmenu.header-nav > li .drop-down .flex + a {
    display: block;
    text-align: center;
    line-height: normal;
    padding: 10px;
    background-color: #0581ff;
    margin: 15px 0 0;
   color: #fff;
}

nav ul.productmenu.header-nav > li .drop-down .flex ul li {
    text-align: left;
    list-style: none;
    margin: 0 10px;
}

nav ul.productmenu.header-nav > li .drop-down .flex ul li a {
    padding: 6px 15px;
    display: block;
    line-height: 18px;
    font-size: 13px;
    color: #000;
    border-radius: 4px;
}
nav ul.productmenu.header-nav > li .drop-down .flex ul li.heading{
color: #e02b45;
    text-decoration: none!important;
    cursor: unset;
    line-height: normal;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Zoho_Puvi_Regular';
    padding: 10px 15px 10px 15px;
    text-transform: uppercase;
}
nav ul.productmenu.header-nav > li .drop-down .flex ul:first-child {
    border-right: 1px solid #eee;
}
nav ul.productmenu.header-nav > li .drop-down .flex ul {
    width: 50%;
}
nav ul.productmenu.header-nav > li .drop-down .flex ul li a:hover {
    color: #0581ff;
}