.sidebar_widget ul li label {
  text-transform:capitalize
}

@media (max-width:1024px){
  #header .txtBlock.small--hide.medium--hide.text-center {
      display: block!important;
  }
}

@media (max-width:480px){
  #header .txtBlock.small--hide.medium--hide.text-center {
      font-size: 10px;
  }
}