
/*form styles*/
.from_step_con #msform {
	position: relative;
}
.from_step_con #msform fieldset {
	/*! width: 100%; */
	/*! margin: 24px auto; */
	position: relative;
	/*! padding:30px 42px 24px; */
	/*! background: #fff; */
}
 .from_step_con #msform fieldset:not(:first-of-type) {
 /* display: none; */
}
.from_step_con #msform input, .from_step_con #msform textarea, .from_step_con #msform select {
	/*! margin-bottom: 10px; */
	/*! width: 100%; */
	/*! border: 2px solid #ccc; */
	/*! border-radius: 0 !IMPORTANT; */
	/*! color:#13d4b1; */
}
.from_step_con #msform input:focus, .from_step_con #msform textarea:focus {
	transition: All 0.5s ease-in;
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
}
/*buttons*/
.from_step_con #msform .action-button, #exampleInputFile, .popup_submit_con .action-button {
	width: auto;
	text-align: center;
	margin: 18px auto;
	background-color: #fd8b00;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	padding: 12px 30px;
	border: 0;
	border-radius: 50px;
	width:200px;
	text-transform: capitalize;
}
.from_step_con #msform .action-button:hover, .from_step_con #msform .action-button:focus, #exampleInputFile:hover, .popup_submit_con .action-button:hover {
	background-color:#fd8b00;
}
.fieldset-action-button-con {
	text-align:center;
}
.from_step_con #msform .action-button-previous {
}
.from_step_con #msform .action-button-previous:hover, .from_step_con #msform .action-button-previous:focus {
}
/*headings*/
.from_step_con .fs-title {
}
.from_step_con .fs-subtitle {
}
.from_step_con #progressbar {
	overflow: hidden;
	counter-reset: step;
	margin: 0;
	background: #fff;
	padding: 20px 12px 42px 12px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.from_step_con #progressbar li {
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
	list-style: none;
	padding: 0 9px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #707070;
}
.from_step_con #progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	background: #c3c3c4;
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
	font-family: Roboto;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.from_step_con #progressbar li:after {
	content: '';
	width: 100%;
	height: 3px;
	background:transparent;
	position: absolute;
	left: -50%;
	top: 22px;
	z-index: 0;
}
.from_step_con #progressbar li:first-child:after {
	content: none;
}
.from_step_con #progressbar li.active:before, .from_step_con #progressbar li.active:after {
	background: #fd8b00;
	color: #fff;
}
.from_step_con .dme_link {
}
.from_step_con .dme_link a {
}
.from_step_con .dme_link a:hover, .dme_link a:focus {
}
.skin-blue .main-header .navbar .nav>li>a {
	display:inline-block;
}
.skin-blue .main-header .navbar .sidebar-toggle.sidebar-phone {
	display:none;
}
.skin-blue .sidebar-form input[type="text"]:focus, .skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
	background-color: transparent;
	color: #fff;
}
.color-label {color:#fd8b00 !important}