.heading-menu {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto !important;
    margin-top: 0px; 
    background: #322d83!important;
    background: -moz-linear-gradient(-45deg, #322d83 0%, #181549 100%)!important;
    background: -webkit-linear-gradient(-45deg, #322d83 0%,#181549 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#322d83', endColorstr='#181549',GradientType=1 )!important;
background: linear-gradient(135deg, #322d83 0%,#181549 100%) !important;
border-bottom: 1px solid #322d83;
}
