/* CSS Document */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	font-size: 13px;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
}

.title {
	padding: 0 0;
	font-size: 15px;
	margin-bottom: 5px;
}

.midArea {
	background-color: #fff;
	padding: 30px 0;
}

.half {
	width: 50%;

	background-color: #fff
}

.form {
	display: none;
}

.srcBtns {
	background-color: #93bb3e;
	padding: 0 20px;
	line-height: 40px;
	cursor: pointer;
	border-radius: 5px;
	flex-grow: 1;
	color: #fff;
	width: 300px;
	text-align: center;
}

.formArea {
	width: 682px;
	margin: 0px auto auto;
	padding: 40px;
	background-color: #ffffff;
	border-radius: 25px;
	font-size: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.inpHold {
	border: 1px solid #ccc;
	padding: 0px 5px;
	margin: 0 0px 12px 0px;
	border-radius: 5px;
}

.inps {
	height: 40px;
	width: 100%;
	font-size: 16px;
	color: #474747;
	outline: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}

.mainH1 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.tt {

	text-align: center;
}

.pdArea {
	position: relative;
	margin-top: 27px;
	display: inline-block;
	width: 100%;
}

.outerWrap {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.gap,
.gaps {
	width: 25px
}

.head {
	text-align: center;
	background-color: #fff;
	font-size: 23px;
	margin-bottom: 20px;
}

.inpS {
	padding: 7px;
}

.tab {
	padding: 0 0 0;
}

.ss {
	max-height: 256px;
	overflow: auto;

	font-size: 13px;
	min-height: 50px;
}




.pd {


	font-weight: 700;
	margin-bottom: 20px;
	padding: 2px 0;
	font-size: 19px;
	color: #494949;
}

.deviceImg {
	width: 80px;
	height: 80px;
	padding: 3px;

	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
}

.deviceNum {
	font-weight: 100;
}

.selects {
	width: 88px;
	height: 38px;
	background-color: #ccc;
	text-align: center;
	padding-top: 18px;
	cursor: pointer;
	float: right;
}

.selects:hover {
	background-color: #bbb;
}

.sel {
	background-color: #3A8ED3 !important;
	color: #fff !important;
}

.note {
	font-size: 12px;
	margin-top: 2px;
}

.dynArea,
.alert {
	display: none;
}

.alert {
	text-align: center;
	margin: 20px 0;
}

.next {
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	background-color: #b6b6b6;
	border-radius: 5px;
	line-height: 40px;
}

.inpS {
	display: flex;
}

.next:hover {
	background-color: #bbb;
}

.outMost {
	position: relative;
	height: 32px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.selValue {
	position: absolute;
	top: 0;
	right: 50px;
	height: 16px;
	padding: 7px 10px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.optValue {
	position: absolute;
	top: 36px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	left: 0px;
	display: none;
}

.inOpt {
	padding: 6px 10px;
}

.arrs {
	position: absolute;
	right: 0;
	background-color: #ccc;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.arrs:hover {
	background-color: #bbb;
}

.selArr {
	border-left: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(255, 255, 255, 0);
	border-top: 12px solid #fff;
	position: absolute;
	left: 9px;
	top: 13px;
}

.optli {
	margin: 1px 0;
	background-color: #efefef;
	padding: 11px 11px;
	cursor: pointer;
}

.optli:hover {
	background-color: #d8d8d8;
}

.pdx {
	margin-bottom: 5px;
}

.selRow {
	height: 25px;
	margin-bottom: 5px;
}

.selchk,
.mmt {
	height: 25px;
	width: 25px;
	border: 1px solid #aeaeae;
	cursor: pointer;
	display: table-cell;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 3px;
}

.selchk:hover,
.mmt:hover {
	background-image: url(../images/check_hov.png);
}

.selName {
	float: left;
	margin-left: 15px;
	display: table-cell;
}

.selOut {
	margin: 13px 0;
	display: table-row;
}

.checked {
	background-image: url(../images/check.png) !important;
}

.title.few {
	font-weight: bold;
	color: #4c4c4c;
}

.txtarea {
	width: 100%;
	min-height: 85px;
	border: 0;
	resize: vertical;
	padding: 0;
	outline: none;
	max-height: 250px;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.oths,
.othOpt {
	margin-bottom: 15px;
	width: 100%;
}

.inTextAre {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.topup {
	margin-bottom: 20px;
}

.thanks {
	text-align: center;
	padding: 25px 73px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #4c4c4c;
}

.thin {
	font-size: 17px;

}

.fat {
	font-size: 32px;
}

.plz {
	margin: 12px 0px;
}

.kfc {
	float: left;
	margin-right: 19px;
	margin-bottom: 0;
}

.rrv {
	margin-left: 5px;
	font-size: 11px;
}

.question {
	display: table;
	margin-bottom: 14px;
	border: 1px solid #ccc;
	width: 649px;
	padding: 15px;
	height: 70px;
}

.table {
	width: 100%;
}

.blue {
	color: #2078C0;
}

.loader-out {
	position: relative;
	height: 18px;
	padding: 20px;
	display: none;
}

.loader,
.loader1 {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #e2e2e2;
	border-top: 4px solid #5870b7;
	border-radius: 50%;
	animation: spin .5s linear infinite;
	margin: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.stepBtn {
	background: -moz-linear-gradient(top, #fdbc43 0%, #f79621 100%);
	background: -webkit-linear-gradient(top, #fdbc43 0%, #f79621 100%);
	background: linear-gradient(to bottom, #fdbc43 0%, #f79621 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbc43 ', endColorstr='#f79621', GradientType=0);
	border: 1px solid #f79621;
	border-bottom: 1px solid #e8850d;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	width: auto !important;
}

.stepBtn:hover {
	background: -moz-linear-gradient(top, #ffb120 0%, #e28310 100%);
	background: -webkit-linear-gradient(top, #ffb120 0%, #e28310 100%);
	background: linear-gradient(to bottom, #ffb120 0%, #e28310 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb120 ', endColorstr='#e28310', GradientType=0);
	border: 1px solid #f38807;
	border-bottom: 1px solid #bf6c07;

}

.search {
	background: -moz-linear-gradient(top, #61AFEF 0%, #3A8ED3 100%);
	background: -webkit-linear-gradient(top, #61AFEF 0%, #3A8ED3 100%);
	background: linear-gradient(to bottom, #61AFEF 0%, #3A8ED3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61AFEF ', endColorstr='#3A8ED3', GradientType=0);
	border: 1px solid #3A8ED3;
	border-bottom: 1px solid #267DC5;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.23);
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
	cursor: pointer;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.linebl {
	border: 1px solid #3A8ED3;
	border-radius: 5px;
}

.nm {
	width: 18px;
	height: 18px;
	background-image: url(../images/smile5.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-left: 0px;
}

.nm4 {
	background-image: url(../images/smile4.jpg);
}

.nm3 {
	background-image: url(../images/smile3.jpg);
}

.nm2 {
	background-image: url(../images/smile2.jpg);
}

.nm1 {
	background-image: url(../images/smile1.jpg);
}

.banner {
	height: 36px;
	background-color: #1b4894;
	padding-top: 8px;
}

.max {
	width: 90%;
	margin: auto;
}

.flot {
	float: right;
	height: 30px;
	padding: 0 2px;
	color: #fff;
}

.bannerImg {
	height: 100%;
}

.forth {
	width: 25%;
	float: left;
	text-align: center;
	color: #DDDDDD;
	height: 55px;
}

a {
	text-decoration: none;
	color: inherit;
}

.lowFooter {
	padding: 18px 10px 12px;
	border-top: 1px solid #4b4c4d;
	background: #282a2b;
	color: #8C8989;
	height: 36px;
}

.icos {
	float: left;
	width: 25px;
	height: 25px;
}

.lan {
	padding-top: 5px;
	padding-right: 15px
}

.grBtn {
	background-color: #ffffff;
	padding: 3px 12px;
	color: #ffffff;
	border-radius: 2px;
	background: linear-gradient(to bottom, #96c72f 0%, #559d1c 100%);
	font-weight: 800;
}

.blBtn {
	background-color: #ffffff;
	padding: 3px 12px;
	color: #ffffff;
	border-radius: 2px;
	background: linear-gradient(to bottom, #bad7ee 0%, #4986b7 100%);
	font-weight: 800;
	margin-right: 85px;
}

.outerWrap:last-child {
	margin: 0;
}

input[name="phone"] {
	direction: ltr;
	text-align: right;
}

@media (max-width: 768px) {
	.formArea {
		width: auto;
		padding: 10px;
		border-radius: 0;
		border: 0;
	}

	.header-area {
		height: 100px;
	}

	.outerWrap {
		display: block;
	}

	.half {
		width: auto;
	}

	.gap {
		width: auto;
		height: 30px;
	}

	.srcBtns {
		width: auto;
		padding: 0 30px;
	}
}

.disabled {
	background-color: #ccc !important;
	color: #000 !important;
}