/* Top Bar Css Start*/


#header.header-scrolled .top-bar {
    box-shadow: none;
}

.top-bar {
  background-color: #fff;
  padding: 12px 0;
  margin-bottom: 15px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.bar-ctm {
  display: flex;
  justify-content: end;
}

.top-ctm {
  display: flex;
  margin-left: 15px;
}

.top-ctm span {
  color: #595959;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-right: 10px;
}

.top-ctm a {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

/* Top Bar Css End*/

@media only screen and (max-width: 767px) {
  .top-ctm {
    display: flex;
    justify-content: center;
    padding: 2px;
  }
  .bar-ctm {
    display: flex;
    justify-content: center;
  }
}
