.header-area {
    margin: 0;
    transition: .3s;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;

}

body.admin-bar .header-area {
    top: 77px;
}

.header-area.fixed {
    top: 10px;
}

body.admin-bar .header-area.fixed {
    top: 42px;
}



@media (min-width: 992px) {
    .top-bar-area {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    body.admin-bar .top-bar-area {
        top: 32px;
    }

    .banner-area {
        margin-top: 130px;
    }
}

@media (max-width: 991px) {
    .top-bar-area {
        margin-top: 69px;
    }

    .panel-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    body.admin-bar .panel-header {
        top: 32px;
    }
}
