.steps_Q {
  position: relative;
  margin-bottom: 125px;
	margin-top: 35px;
  counter-reset: step;
 
}

#Count{
	display:block;
    margin-left: auto;
    margin-right: 0;
}
dl, ol, ul{
	margin-bottom: 0;
}
a{
	color:#262626;
}
ul.menu_link li a {
    color: #fff;
}
.bx-pager.bx-default-pager{
	display:none;
}
/*Step*/
.steps_Q li {
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  width: 20%;
  position: relative;
  float: left;
}
 
/*Number*/
.steps_Q li:before {
  display: block;
  content: counter(step);
  counter-increment: step;
  width: 32px;
  height: 32px;
  background-color: #019875;
  line-height: 32px;
  border-radius: 32px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 0px auto;
}
/*Text*/
.odd,.even{
	position:relative;
}
.odd span{
	transform: translate(-50%);
	position: absolute;
	top: -35px;
}
.even span{
	transform: translate(-50%);
	position: absolute;
	top: 35px;
}
/*Line*/
.steps_Q li ~ li:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0b6200;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1;
}
 
.steps_Q li.active:after {
  background-color: #0b6200;
}
.steps_Q li span{
	white-space: nowrap;
	font-size: var(--bs-body-font-size);
}
.active span{
	color:#0d7000;
	font-weight:600;
}
.steps_Q li.active ~ li:before,
.steps_Q li.active ~ li:after {
  background-color: #8a8989;
}

.fxt{
	display: flex;
    align-items: center;
}