@media screen and (max-width: 900px) {
.sarmila_top_nav {
  height: 100px;
}
.sarmila_top_nav .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  }
.sarmila_top_nav .top-bar .left-info{
  margin: 3px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  
}
}