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

}

.panel-header {
  top: 37px;
  transition: .3s;
}

body.admin-bar .header-area,
body.admin-bar .panel-header {
  top: 69px;
}

.header-area.fixed {
    padding: 15px 0;
    top: 0;
}

.panel-header.fixed {
  top: 0;
}

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

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

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

@media (min-width: 992px) {
    .banner-area {
        margin-top: 130px;
    }
}

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

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

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

    .panel-header.fixed {
      top: 0;
    }
}
