/*****************new-header-start*************/
.new-header {
  background-color: #f53036;
  border-bottom: 4px solid rgb(189, 189, 189);
}

.logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}

.hml-links img {
  display: block;
  width: 35px;
  height: 35px;
}

.hml-links img:first-child {
  margin-right: 10px;
}

.header-main-line,
.hml-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-header .wrapper {
  padding: 15px 10px;
}

@media (max-width: 500px) {
  .hml-links img {
    display: block;
    width: 30px;
    height: 30px;
  }
  .logo img {
    max-width: 200px;
  }
}
/*****************new-header-end***************/
