.contactlx {
  width: 100%;
  height: 40px;
  background: #3c454c;
}

.contactlx .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactlx .container .left,
.contactlx .container .right {
  height: 100%;
  display: flex;
  align-items: center;
}

.contactlx .container .right img {
  height: 25px;
  width: 25px;
  margin-left: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contactlx {
    display: none;
  }
}