@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: 'Figtree';
	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;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

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

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

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

/*===========Fonts==========*/
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-ExtraBold.woff2') format('woff2'),
		url('Figtree-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'Figtree';
	src: url('Figtree-SemiBold.woff2') format('woff2'),
		url('Figtree-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Regular.woff2') format('woff2'),
		url('Figtree-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

/*========Header========*/
.header {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 268px;
}

/*========Survey Section1========*/
.survey_sec1 {
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 70px 0;
	min-height: calc(100vh - 70px);
}

.progress-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 900px;
	position: relative;
}

ul.progress-list {
	float: left;
	width: 100%;
	position: relative;
}

ul.progress-list li {
	float: left;
	width: 16.66%;
	text-align: center;
	position: relative;
}

ul.progress-list li span {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background: #abbed2;
	border-radius: 50%;
	margin-bottom: -18px;
	position: relative;
	z-index: 3;
}

ul.progress-list li.active span {
	background: #499fff;
}

.progressbar {
	display: inline-block;
	vertical-align: top;
	width: 83%;
	background: #abbed2;
	height: 3px;
	position: relative;
	border-radius: 10px;
}

.prgress-1 {
	background: #499fff;
	float: left;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
}

.prog-txt {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -11px;
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 770px;
	min-height: 450px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px 20px;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
	margin-top: 40px;
}

.question-Box {
	float: left;
	width: 100%;
}

.step-hdng {
	font-size: 26px;
	line-height: 34px;
	color: #000000;
	font-weight: 600;
}

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

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

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

.desc-opt {
	background: #fff;
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 5px;
	position: relative;
	height: 60px;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	color: #000;
	text-align: center;
	padding: 10px 30px;
	font-family: 'Figtree';
	letter-spacing: 0.5px;

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

.option-col:hover .desc-opt {
	background: #ebfff1;
	color: #000;
	font-weight: 600;
	border: 1px solid #00b838;
}

.option-col input[type="radio"]:checked+.desc-opt,
.option-col input[type="checkbox"]:checked+.desc-opt {
	background: #ebfff1;
	color: #000;
	font-weight: 600;
	border: 1px solid #00b838;
}

.frmfield {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}

.input-fld {
	float: left;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	font-family: 'Figtree';
	border: 1px solid #b1b1b1;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 0 20px;
	outline: none;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.input-fld:focus {
	border-color: #00b838;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 105, 111, 0.6);
}

.qualifyBtn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #00b838;
	text-align: center;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	border: none;
	outline: none;
}

.qualifyBtn img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 15px;
}

.prev-txt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #797979;
	font-weight: 500;
	margin-top: 30px;
	cursor: pointer;
}

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

.calender_img {
	margin: 0 auto 0;
	display: block;
}

/*=========Thankyou=========*/
.congrs_box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 500px;
	margin: 20px 0;
}

.congrts-text1 {
	color: #000000;
	font-size: 50px;
	line-height: 50px;
	font-weight: 600;
}

.congrts-text2 {
	color: #373737;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin-top: 25px;
}

.check-tick {
	display: block;
	margin: 0 auto 20px;
}

/*===========Media-Querry=========*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.showTab,
.showMob {
	display: none;
}

.showDesk {
	display: block;
}

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

}


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

	.showDesk {
		display: none;
	}

	.showTab {
		display: block;
	}

}


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

	.showMob {
		display: block;
	}

	.hideMob {
		display: none;
	}

	.header {
		padding: 12px 0;
	}

	.logo {
		width: 225px;
	}

	.survey_sec1 {
		padding: 40px 0;
		min-height: calc(100vh - 46px);
		background: #fff;
	}

	.prog-txt {
		font-size: 14px;
	}

	.quiz-inr-box {
		padding: 10px;
		margin-top: 15px;
		min-height: auto;
		box-shadow: none;
	}

	.step-hdng {
		font-size: 22px;
		line-height: 28px;
	}

	.option-box1 {
		margin-top: 5px;
	}

	.desc-opt {
		height: 55px;
		font-size: 18px;
	}

	.prev-txt {
		font-size: 16px;
		line-height: 16px;
	}

	.input-fld {
		height: 55px;
	}

	.qualifyBtn {
		font-size: 24px;
		margin-top: 20px;
	}

	.congrts-text1 {
		font-size: 34px;
		line-height: 34px;
	}

	.congrts-text2 {
		font-size: 17px;
		line-height: 23px;
		margin-top: 12px;
	}
}


/* CUSTOM CSS */

label.error {
	margin-top: 4px;
	color: red !important;
	display: inline-block;
	width: 100%;
}

#pricing-table {
	margin-top: 15px;
}

.modal-btn {
	display: block;
	margin-top: 15px;
	font-weight: bold;
}