.lst { width: 100%; }
input[type=checkbox], input[type=radio] { margin-top: unset; }
label { margin-bottom: 0; }
li.active { background: unset; }
.errdiv { display: inherit; margin: unset; float: unset; margin-left: 5px; width: unset; }
h1 { padding: 5px; }
.txt-center { text-align: center; }
#Registration .std, #Registration .stdn, #Registration .numbr, #Registration .txt { font-size: 12px; border: solid 1px rgba(185, 193, 199, 0.5); }
#Registration .std { width: 16%; }
#Registration .stdn { width: 62%; }
#Registration input.numbr { width: 80%; }
#Registration .txt { width: 100%; }
#Registration .container { padding-left: unset !important; }

/* Tab Start*/
#progressbar { padding-left: 4%; overflow: hidden; counter-reset: step; }
#progressbar li { list-style-type: none; color: #54666f; text-transform: uppercase; font-size: 9px; font-weight: bold; width: 19.33%; float: left; position: relative; letter-spacing: 1px; text-align: center; }
#progressbar li:before { content: counter(step); counter-increment: step; width: 24px; height: 24px; line-height: 26px; display: block; font-size: 12px; color: #333; background: white; border: solid 1px; border-color: black; border-radius: 25px; margin: 0 auto 10px auto; }
#progressbar li:after { content: ''; width: 100%; height: 2px; background: black; position: absolute; left: -50%; top: 9px; z-index: -1; }
#progressbar li:first-child:after { content: none; }
#progressbar li.active:before, #progressbar li.active:after { background: #b72a1a; color: white; }
/* Tab End*/
@media (min-width: 1200px) {
	.container { width: unset; }
}

@media (max-width: 768px) {
	#Registration .numbr { width: 74% !important; }
	.hour, .min, .naTime { padding: unset; }
	.hour { padding-left: 15px; }
	.minute { padding-left: 4px; }
	.naTime { padding-left: 4px; padding-right: 15px; }
	.std { width: 22%; }
	.stdn { width: 53%; }
}

@media only screen and (max-width: 360px) {
	.btn { padding: 4px 8px; font-size: 12px; }
	.modal-body { padding: 4px; }
	.modal-dialog { margin: 5px; }
}