@media only screen and (min-width: 40.0625em) {
    header{
        position: fixed;
        background: #fff;
        z-index: 10;
    }
    .main-section{
        margin-top: 98px;/*header height*/
    }
}