.my-container {
	max-width: 800px !important; 
	padding: 10px;
	text-align: center;
}
.img-max {
	width: 100%;
	height: auto;
}
.img-umart {
	
}
.bg-yuenai {
	background-color: #004b96 !important;
}
.title-text {
	font-size: 18px !important;
	font-weight: bold;
	color: #c50808;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  background-color: rgb(0,200,200);
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}
.form-disable{
  background-color: #d2d2d2 !important;
}