@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Apercu Pro';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.forMob,
.forTab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Regular.woff2') format('woff2'),
		url('../fonts/ApercuPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Medium.woff2') format('woff2'),
		url('../fonts/ApercuPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Apercu Pro';
	src: url('../fonts/ApercuPro-Bold.woff2') format('woff2'),
		url('../fonts/ApercuPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/*======STEP_PAGE==================*/
.number-wrapper {
	float: left;
}

.number-wrapper .live-call.desktop {
	display: block;
	margin-top: 14px
}

.number-wrapper .live-call.mobile {
	display: none;
}

.quiz_section {
	background: #f2f6ff;
	float: left;
	width: 100%;
	padding: 50px 0 60px;
	/*min-height: calc(100vh - 222px);*/
}

.quiz-header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0 0 0;
	position: relative;
	box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
}

.quiz-logo {
	float: left;
}

.quiz-logo.phone {
	float: right;
}

.quiz-phone {
	font-weight: bold;
}

.head-rgt {
	float: right;
	text-align: right;
}

a.phn-txt {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 4px;
}

a.phn-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -11px 7px 0 0;
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 585px;
	/*	min-height: 580px;*/
	overflow: hidden;
	position: relative;
}

.progressbar {
	float: left;
	width: 93%;
	height: 14px;
	position: relative;
	background: #eeeeee;
	border-radius: 30px;
	margin-top: 10px;
}

.prgress-1 {
	float: left;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	background: #0da153;
	border-radius: 30px;
	position: relative;
}

.progress-val {
	position: absolute;
	top: -2px;
	right: -40px;
	color: #050505;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

.prgress-1 img {
	position: absolute;
	right: -12px;
	top: -13px;
}

.question-Box {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.step-inrBox {
	float: left;
	width: 100%;
}

.title {
	margin-bottom: 25px;
}

.step-hdng {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.3px;
	font-weight: bold;
	color: #000;
}

.step-hdng-sm {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
}

.option-box1 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 515px;
	margin-top: 10px;
}

.option-box2 {
	max-width: 440px;
	margin-top: 20px;
}

.range-row {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 650px;
	margin: 40px 0 20px;
}

.rangeSliderbox {
	float: left;
	width: 94%;
	margin-top: 10px;
	margin: 10px 3% 0;
}

.range-row #stopvalue {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 27px;
	color: #000;
	font-weight: 500;
}

.range-pricebox {
	float: left;
	width: 100%;
	margin-top: 10px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.range-prc-txt {
	font-size: 17px;
	color: #000;
}

.option-col {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.desc-opt {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 7px;
	position: relative;
	height: 68px;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	color: #3b3b3b;
	text-align: left;
	padding: 5px 25px 10px;
	transition: all .15s ease-in-out;
	font-family: 'Apercu Pro';
	font-weight: bold;
	letter-spacing: 0.3px;

	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.desc-opt:hover {
	background-color: #0da153;
	border-color: #0da153;
	transform: scale(1.01);
	color: #fff;
}

.option-col input[type="radio"]:checked+span+.desc-opt {
	background-color: #0da153;
	border-color: #0da153;
	transform: scale(1.01);
	color: #fff;
}

.option-col input[type="radio"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.option-col input[type="radio"]+span {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	border-radius: 50%;
	z-index: 1;
	background: url(../img/tik.svg) center center no-repeat #c9c9c9;
	background-size: 14px;
}

.option-col:hover input[type="radio"]+span {
	background: url(../img/hover-tik.svg) center center no-repeat #fff;
	background-size: 14px;
	transform: scale(1.01);
}

.option-col input[type="radio"]:checked+span {
	background: url(../img/hover-tik.svg) center center no-repeat #fff;
	background-size: 14px;
}

.fld-box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.frm-box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 530px;
	margin-top: 10px;
}

.plnfrmfield {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.plnfrmfield.hlf {
	width: 49%;
}

.plnfrmfield.dob-field {
	width: 32%;
}

.plnfrmfield label {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	text-align: left;
	font-weight: 500;
}

.plninput {
	float: left;
	width: 100%;
	height: 66px;
	border: 1px solid #a1a1a1;
	padding: 0 20px 5px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Apercu Pro';
	color: #000;
	border-radius: 7px;
	outline: none;
	-webkit-appearance: none;
}

.dwn-arw {
	background: url(../img/drop-arw.png) no-repeat right 10px center #fff;
}

.pg-btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 75px;
	margin-top: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Apercu Pro';
	-webkit-appearance: none;
	position: relative;
	border: none;
	background: #0da153;
	outline: none;
	padding-bottom: 5px;
}

.pg-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 0 0 15px;
}

.btn-back {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	margin-top: 40px;
}

.btn-back img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 8px 0 0;
}

.lock-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 21px;
	color: #3c3c3c;
	text-align: center;
	margin-top: 14px;
}

.lock-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -10px 10px 0 0;
}

/*========Section2=======*/
.quiz_section2 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0;
}

.sec2-block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 710px;
}

.s2-content {
	width: 50%;
	text-align: left;
}

.s2-content.fr {
	width: 41%;
	position: relative;
}

.s2-content.fr:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -42px;
	background: #d6d6d6;
	width: 1px;
}

.s2-cont-head {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.s2-cont-head img {
	display: inline-block;
	vertical-align: middle;
	margin: -14px 12px 0 0;
}

.s2-cont-list {
	float: left;
	width: 100%;
	margin-top: 5px;
}

.s2-cont-list li {
	background: url(../img/s2-list-tk.png) no-repeat center left;
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 21px;
	color: #000;
	padding-left: 27px;
	margin-top: 8px;
}

.s2-cont-para {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	margin-top: 10px;
}

/*========Sticky=======*/
.contact-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 16px 0;
}

.sticky-phn-txt {
	font-size: 16px;
	color: #0da153;
	letter-spacing: 0.5px;
	font-weight: bold;
}

.sticky-phn {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -17px;
}

/*-======footer======*/
.footer {
	background: #000;
	float: left;
	width: 100%;
	padding: 30px 0 40px;
}

.footer p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 10px 0 0;
}

.footer p a {
	padding: 0 5px;
	color: #fff;
}

/*========CONGRATS_PAGE==============*/
.loader_box {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.loader-img {
	display: block;
	margin: 0 auto;
	width: 120px;
}

ul.loader_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 380px;
	min-height: 290px;
	margin-top: 10px;
}

ul.loader_list li {
	text-align: left;
	margin-top: 30px;
}

ul.loader_list li h3 {
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
}

ul.loader_list li p {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.3px;
	color: #000000;
	margin-top: 8px;
}

ul.loader_list li p img {
	display: inline-block;
	vertical-align: middle;
	margin: -9px 10px 0 0;
}

.congrs_box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.congrts-hdng {
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
}

.congrts-text1 {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.3px;
	margin-top: 15px;
	color: #000000;
}

.congrts-list {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 395px;
	margin-top: 10px;
}

.congrts-list li {
	background: url(../img/congrts-list-tk.png) no-repeat left 0;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	font-weight: 500;
	padding-left: 40px;
	margin-top: 15px;
}

.for-mobile {
	display: none;
}

.for-desktop {
	display: block;
}

/* Custom elements */
.fld-box-options {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.fld-box-options.vertical {
	flex-direction: column;
}

.fld-box-options > button {
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Apercu Pro';
	position: relative;
	border: none;
	background: #0da153;
	outline: none;
	padding: 10px 20px 14px 20px;
	line-height: 32px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fld-box-options > button.red {
	background: red;
}

.fld-box-options > button.blue {
	background: #0764f3;
}

.pg-btn {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fld-box-options > button:hover,
.pg-btn:hover {
	transform: scale(1.03);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/*==============Media=============*/

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.forDesk {
		display: none;
	}

	.forTab {
		display: block;
	}

}


@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		max-width: 600px;
		padding: 0 15px;
	}

	.forMob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.number-wrapper {
		float: right;
	}

	.number-wrapper .live-call.desktop {
		display: none;
	}

	.number-wrapper .live-call.mobile {
		display: block;
		margin-top: 0px;
		font-size: 14px;
	}

	.number-wrapper a.phn-txt {
		font-size: 14px;
	}

	/*======STEP_PAGE==================*/
	.quiz-header {
		box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
		-webkit-box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
		position: relative;
		padding: 10px 0;
	}

	.quiz_section {
		padding: 20px 0 30px;
	}

	.quiz-logo {
		width: 165px !important;
		display: block;
		margin: 0 auto;
	}

	.quiz-logo.phone {
		display: none;
	}

	/*.head-rgt{ display:none;}*/
	.quiz-inr-box {
		margin-top: 0;
		min-height: auto;
		padding: 0 5px;
		box-shadow: none;
		border-radius: 0;
	}

	.progressbar {
		height: 12px;
		width: 89%;
	}

	.progress-val {
		font-size: 14px;
		line-height: 16px;
	}

	.question-Box {
		margin-top: 35px;
	}

	.step-hdng {
		font-size: 20px;
		line-height: 30px;
	}

	.title {
		font-size: 23px;
	}

	.option-box2 {
		margin-top: 10px;
	}

	.option-col {
		margin-top: 15px;
	}

	.option-col input[type="radio"]+span {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

	.desc-opt {
		height: 55px;
		font-size: 18px;
		line-height: 24px;
		padding: 5px 20px;
	}


	.range-row {
		margin: 25px 0 5px;
	}

	.rangeSliderbox {
		margin-top: 3px;
	}

	.range-row #stopvalue {
		font-size: 22px;
		line-height: 24px;
	}

	.range-prc-txt {
		font-size: 16px;
	}

	.plnfrmfield {
		margin-top: 15px;
	}

	.fld-box {
		margin-top: 0;
	}

	.plnfrmfield label {
		font-size: 18px;
		line-height: 24px;
	}

	.plninput {
		height: 55px;
		font-size: 17px;
	}

	.pg-btn {
		height: 60px;
		font-size: 24px;
	}

	.pg-btn img {
		margin: -8px 0 0 15px;
		width: 25px;
	}

	.lock-txt {
		font-size: 11px;
		line-height: 15px;
		margin-top: 10px;
	}

	.lock-txt img {
		margin: -7px 5px 0 0;
		width: 8px;
	}

	.btn-back {
		font-size: 14px;
		margin: 30px 0 0;
	}

	/*======Section2=======*/
	.quiz_section2 {
		padding: 25px 0 30px;
	}

	.s2-content {
		width: 100%;
	}

	.s2-content.fr {
		width: 100%;
		margin-top: 25px;
	}

	.s2-content.fr:before {
		display: none;
	}

	.s2-cont-head {
		font-size: 18px;
	}

	.s2-cont-head img {
		width: 20px;
		margin: -14px 8px 0 0;
	}

	.s2-cont-list li {
		font-size: 16px;
		line-height: 20px;
	}

	.s2-cont-para {
		font-size: 16px;
		line-height: 22px;
	}


	.footer {
		padding: 10px 0 70px;
		border-top: 1px solid #f2f2f2;
	}

	.footer p {
		font-size: 14px;
		line-height: 18px;
	}

	.footer p a {
		padding: 0 3px;
	}

	.for-mobile {
		display: block;
	}

	.for-desktop {
		display: none;
	}

	/*========CONGRATS_PAGE==============*/
	.loader_box {
		margin-top: 10px;
	}

	.loader-img {
		width: 90px;
	}

	ul.loader_list {
		max-width: 295px;
		min-height: auto;
	}

	ul.loader_list li h3 {
		font-size: 17px;
		line-height: 26px;
	}

	ul.loader_list li p {
		font-size: 16px;
		line-height: 26px;
	}

	.congrs_box {
		margin: 0;
	}

	.congrts-hdng {
		font-size: 24px;
		line-height: 30px;
	}

	.congrts-text1 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
	}

	.congrts-list li {
		font-size: 18px;
		line-height: 26px;
		padding-left: 29px;
		margin-top: 10px;
		background-size: 20px;
	}
}

@media only screen and (max-width:360px) {
	.lock-txt {
		font-size: 10px;
		line-height: 14px;
	}
}

/**************CUSTOM CSS*************/
.quiz-logo {
	width: 244px;
}

.quiz-logo.phone {
	width: 100px;
}

.input-box {
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 7px;
	overflow: hidden;
}

.input-box .prefix {
	font-size: 20px;
	line-height: 20px;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #a1a1a1;
}

.input-box input {
	flex-grow: 1;
	width: 100%;
	border: none;
}