  .new_header {
/*    overflow: hidden;*/
    background: #fff;
/*    position: -webkit-sticky;
    position: sticky;*/
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
/*    z-index: 99;*/
    text-align: center;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.9); }