section#header-section.sticky_header {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100px;
   z-index: 999999;
   width: 100%;
   background: #ffffff!important;
   display: block!important;
}