:root {
  --CoolGray7C: #97999B;
	--CoolGray10C: #63666A;
}
.steps_Q {
  position: relative;
  margin-bottom: 125px;
	margin-top: 35px;
  counter-reset: step;
 
}
/*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;
}
.aside.button{
	background:var(--CoolGray10C);
}
ul.layer_one li:hover ul.sub_menu,#mwt_slider_content2,#mwt_slider_content,#mwt_fb_tab,h4.room_name,.block,.table_box table tr:nth-child(2) td,.button,input.button{
	background:var(--CoolGray7C);
}
ul.menu_link li:first-child,ul.menu_link li:last-child{
	background:var(--CoolGray7C) url(../../images/icon_1.png) 13% center no-repeat;
}
.table_box table tr td{
	border: 1px solid var(--CoolGray7C);
}
.scrollToTop {width: 33px;height: 85px;text-align: center;position: fixed;bottom: 75px;right: 40px;display: none; background: url(../../images/go_top2.jpg);z-index: 100;}


@media screen and (max-width:943.5px) {
	ul.menu_link {
			margin-top: -180px;
	}
}