html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 30%;
}

.swiper-wrapper {
	align-content: center;
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	margin-top: 10px, ;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dd_step {
	margin-left: 3%;
	margin-right: 8%;
	margin-top: 10px;
	font-size: small;
	color: #999999;
}

ul {
	color: #999999;
	font-size: small;
	list-style-type: none;
}

.imgsize {
	width: 15px;
	height: 15px;
}
.swiperImg{
	width: 100%;
	height: 100%;
}
.marhei{
	margin-top:10px;
	height: 65px;
}
.submitbut{
	width: 100%;
	height:35px;
	margin-top:10px;
	background-color:
	#009CDA;
	text-align: center;
	font-size: medium;
	color:white;
	border-radius:5px;
	line-height:35px;
}
.hint{
	color: red;
}
.inputtext{
	margin-top:0px;
	width:100%;
	height:40px;
	text-transform: uppercase;
}
