.lines-style-1 {
  width: 100%;
  height: 6px;
  position: relative;
  z-index: 11;
}

.lines-style-1 span {
  height: 100%;
  width: 14%;
  float: left;
}

.lines-style-1 span:first-child,
.lines-style-1 span:last-child {
  width: 15%;
}

.bg-secondary-color {
  background-color: #273f5b;
}

.bg-blue {
  background-color: #0082d7;
}

.bg-blue-light {
  background-color: #98d5ff;
}

.bg-orange-light {
  background-color: #f89101;
}

.bg-red {
  background-color: #ff3133;
}

.bg-green {
  background-color: #01a23c;
}
