/* Enter Your Custom CSS Here */
@media only screen and (max-width: 850px){
  .header-slider {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
     .more_850 {
          display: none !important;
     }
}
@media only screen and (min-width: 849px) {
     .less_849 {
          display: none !important;
     }

}
			.overlay{
  display: none;
}
.btn-menu {
color: black;
padding: 8px !important;
}
