@media screen and (min-width:1025px){
.header-container {
    position: sticky;
    height: 120px;
    z-index: 9999999;
    width: 100%;
    background-image: linear-gradient( rgba(64,64,64,0), rgba(64, 64, 64, 0 ) )}
.page-headers{ 
  margin-top: 90px;
}
}

@media screen and (max-width:767px){
.display-tab {
    background-image: linear-gradient( rgba(64,64,64,0), rgba(64, 64, 64, 0 ) )}
.page-headers{ 
  margin-top: 90px;
}
}

@media screen and (min-width:768px) and (max-width:1024px){
.header-container {
  background-image: none!important;
.page-headers{ 
  margin-top: 90px;
}
}