*{
	outline:0;
}

html{
	margin: 0px;
	padding: 0px;

}
body{
	position: relative;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px 0px 120px 0px;
	width: 100vw;
	overflow-x: hidden;
	min-height: 80vh;
	background-color: #f4f5f5;
	/*background:url(../images/bg-pixel02.jpg) repeat;*/
}

#dMainHolder {
	display: block;
    width:100vw!important;
	margin:0px auto;
	box-sizing: border-box;
	overflow: hidden;
}

	#dSliderHolder{
		width:100vw;
	}

	#dSlider{
		display: flex;
		flex-direction: row;
		min-width: 100%;
		width:1000000px;
		/*transition: transform 0.5s ease;*/
		box-sizing: border-box;
	}

	.dSlideEl{
		display: block;
		width: 100vw;
		top: 0px;
		box-sizing: border-box;
		padding: 1.25rem;

	}
	.dSlideBg{
		display: block;
		/*width:93%;*/
		max-width: 1140px;
		box-sizing: border-box;
		background-color:#fff;
		margin:auto;
		padding: 25px 30px;
		border-radius: 6px;
	}

	.dAns{
		display: block;
		margin-top:30px;
	}

	.bAnswer{
		/*background-color: rgb(122, 152, 217);*/
		color: #fff;
		background-color: #18BC9C;
		border-color: #18BC9C;
		border-radius: 5px;
		/*width:105%;*/
		/*max-width: 300px;*/
		padding: 11px 20px 11px 0px;
		position: relative;
		/*border: 1px solid #ddd;*/
		/*color: white;*/
		font-family: 'open Sans';
		font-size: 17px;
		font-weight: 600;
		margin: 10px auto;
		display: block;
		/*box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);*/
		/*border: 1px solid #fff;*/
	}
	.bAnswer:hover{
		color: #fff;
		background-color: #149a80;
		border-color: #128f76;
	}

	.nA{
		border-color: rgb(122, 152, 217);
	}


	.bAnswerSkip{
		color: #fff;
		background-color: #18BC9C;
		border-color: #18BC9C;
		border-radius: 5px;
		width:105%;
		max-width: 300px;
		padding: 11px 20px 11px 0px;
		position: relative;
		font-family: 'open Sans';
		font-size: 17px;
		font-weight: 600;
		margin: 10px auto;
		display: block;
	}
.bAnswerSkip:hover{
	color: #fff;
	background-color: #149a80;
	border-color: #128f76;
}


	#bSubmit{
		color: #fff;
		background-color: #18BC9C;
		border-color: #18BC9C;
		width: 100%;
		max-width: 400px;
		padding: 13px 0px;
		position: relative;
		font-size: 22px;
		font-weight: 500;
		margin: 20px auto;
		display: block;
	}

	.dDQ{
		font-size:27px;
		line-height: 28px;
		font-weight: 500;
		text-align: center;
		color: #3498DB;
	}
		.iText{
			display: block;
			width:100%;
			height: 48px;
			margin: 10px auto;
			box-sizing: border-box;
			padding:6px 12px;
			font-size: 18px;
			line-height: 1.467;
			border-radius: 7px;
			-webkit-appearance: textfield;
			-webkit-tap-highlight-color: transparent;
			transition: border 0.5s;
		}

		.iText:focus{
			border-color:rgb(73, 166, 206);
		}

		.iText::placeholder{
			color:#aaa;
		}


		#dTerm{
			width:100%;
			display: block;
			position: relative;
			font-size: 10px;
			line-height: 1.72222;
			box-sizing: border-box;
			text-align: center;
			color: #424f62;
			margin: 20px auto;
		}

	#dHeaderHolder {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		text-align: center;
	}

	#logo img{
		max-width:200px;
	}

		#dTitleHolder {
			width: 100%;
			box-sizing: border-box;
			padding: 10px;
			flex: 2 0 0;
			background-color: #424f62;
			color:#fff;
		}

			#dTitle {
				box-sizing: border-box;
			}

				#sTitle {
					font-family: 'Teko';
					display: block;
					font-weight: 500;
					font-size: 36px;
					line-height: 45px;
					text-align: center;
					margin-bottom: -3px;
				}

				#sSubTitle {
					display: block;
					font-family: 'Teko';
					font-weight: 500;
					font-size: 24px;
					text-align: center;
				}


	.dButtonHolder {
		flex: 1 0 0;
		vertical-align: baseline;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
	}

		.iButton {
			width: 456px;
			padding: 12px 0px;
			margin-top:10px;
			position: relative;
			background-color: #2196F3;
			border: 1px solid #ddd;
			color: white;
			font-size: 22px;
			font-weight: 400;
			border-radius: 9px;
		}

		.iButton:hover {
			color: white;
			background-color: #2676d3;
			cursor: pointer;
		}

		.iButtong:hover {
			background-color: #2676d3;
			color: white;
			cursor: pointer;
		}

		.bAnswer:hover{
			cursor: pointer;
		}

		.bAnswerSkip:hover{
			cursor: pointer;
		}

		#bSubmit:hover{
			cursor: pointer;
		}

	.dContent{
		display: block;
		width:100%;
		box-sizing: border-box;
		padding: 0px 5vw;
		margin:0px auto;
		line-height: 26px;
	}


	#dFooter {
		/*position: absolute;*/
		bottom: 0px;
		width: 100vw;
		height: 120px;
		box-sizing: border-box;
		padding: 7px;
		text-align: center;
		font-family: Montserrat;
		font-size: 14px;
		color: #000;
		line-height: 22px;
		left:0px;
	}
		#dFU{
			margin:20px;
		}

		#dFD{

		}

		#dFooter a{
			color: #000;
			text-decoration: none;
		}

		#dFooter a:hover{
			color: #000;
			cursor: pointer;
		}

		#dForm{
			text-align: center;
			padding-top: 20px;
		}

		.sLabel{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 22px;
			color:#424f62;
			font-weight: 700;
		}

		#sPlease{
			color:#424f62;
			font-size: 16px;
			margin-top: 5px;
		}



	/* HELPERS */

	.red{
		color: #b00;
		font-size: 0.9em;
		font-weight: 600;
	}

body .dAns div[id^=nb-field-] div.nb-feedback {
    /*position: static!important;*/
    margin: 0 auto!important;
    z-index: -10!important;
    visibility: hidden!important;
}
body div[id^=nb-field-].nb-success input,
body div[id^=nb-field-] input,
body div[id^=nb-field-].nb-error input {
	border-color: #999999!important;
}
@media only screen and (max-width: 600px) {

	.dSlideBg{
		padding: 25px 17px;
		margin: 10px auto;
	}

	#sTitle{
		font-size: 28.8px;
		line-height: 28.8px;
		margin:5px;
	}

	#sSubTitle{
		font-size: 24px;
		line-height: 26.4px;
		margin:5px;
	}

	.dDQ{
		font-size: 21px;
	}

	.iText{
		width:100%;
		max-width: 300px;
	}

	.break{
		display: block;
	}

	.bAnswer{
		margin: 20px auto;
	}

	.bAnswerSkip{
		margin: 20px auto;
	}

	#bSubmit{
		background-color: #2196F3;
		width:100%;
		max-width: 300px;
		padding: 13px 0px;
		position: relative;
		background-color: #2196F3;
		border: 1px solid #ddd;
		color: white;
		font-size: 22px;
		font-weight: 500;
		margin: 18px auto;
		display: block;
	}
	#bSubmit:hover{
		color: #fff;
		background-color: #149a80;
		border-color: #128f76;
	}

	#dTerm{
		width:100%;
		max-width: 300px;
	}

	#logo img{
		max-width:50%;
	}
}
.select2.select2-container {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 48px;
	margin: 10px auto;
	box-sizing: border-box;
	padding: 6px 12px;
	border: 2px solid #999999;
	font-size: 18px;
	line-height: 1.467;
	border-radius: 7px;
	-webkit-appearance: textfield;
	-webkit-tap-highlight-color: transparent;
	transition: border 0.5s;
}
.select2-container--default .select2-selection--single {
	border: 0!important;
}
.text-info{
	color: #3498DB !important;
}
h5.bold-text {
	text-align: left;
	font-size: 19px;
	line-height: 23px;
	font-weight: 600;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ff2 {
	max-width: 400px!important;
	margin: auto!important;
	margin-bottom: 10px;
}
.progress{
	height: 0.625rem!important;
}

.range {
	position: relative;
	width: 95%;
	margin: auto;
}


@media screen and (min-width: 600px){
	.range {
		width: 75%;
	}
}



div#silder-val {
	/*top: -70px;*/
	width: 36%!important;
}

.index_sliderContainer__1EpuU {
	position: relative;
}
@media only screen and (max-width: 600px) {

	h3.d-md-block.text-info.text-center {
		font-size: 17px !important;
	}

	h4.d-block.text-info.text-center {
		font-size: 15px !important;
	}
	.row.footer {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	.abovebtn{
		margin-bottom:0px!important; ;
	}
}
/* final step button duplication css */
button#dummybSubmit {
    color: #fff;
    background-color: #18BC9C;
    border-color: #18BC9C;
    width: 100%;
    max-width: 400px;
    padding: 13px 0px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin: 20px auto;
}