@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: 15px 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 {
	float: left;
	width: 268px;
	margin-top: 8px;
}

a.hdr-btn {
	float: right;
	background: #00b838;
	width: 200px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
}



/*======Banner section======*/
.banner_sec {
	background: #f9f9f9;
	float: left;
	width: 100%;
	height: 654px;
	position: relative;
}

.bnr_content {
	float: left;
	width: 50%;
	height: 654px;
	text-align: left;
	position: relative;
	padding: 50px 0;
}

.bnr_content:after {
	background: url(../images/bnr-hero.jpg) no-repeat center top;
	background-size:cover;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	content: "";
}
.bnr_inner {
	width:100%;
	max-width:700px;
	margin:0 auto;
	padding:0.5em;
}

.bnr_heading {
	font-size: 60px;
	line-height: 66px;
	color: #fff;
	font-weight: 800;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

.bnr_heading span {
	color: #ff4b4d;
}

.bnr_heading:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 5px;
	width: 70px;
}

.bnr_para {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-top: 35px;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
}

a.common-btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 365px;
	background: #00b838;
	text-align: center;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
}

a.common-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}

.bnr-txt1 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}

.question_box {
	float: left;
	width: 50%;
	max-width:800px;
	padding: 60px 80px;
}

.ques_heading {
	font-size: 26px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
}

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

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: 12px;
	height: 12px;
	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: 14px;
	color: #000;
	font-weight: 600;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -11px;
}

.ques_para {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.ques_inr_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 370px;
	margin-top: 5px;
}

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

.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: 50px;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	color: #6a6a6a;
	font-family: 'Figtree';
	text-align: center;
	padding: 10px 30px;
	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;
}

a.ques-btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: #00b838;
	text-align: center;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}

a.ques-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
}

/*========Logos Section========*/
.logos-section {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0;
	border-bottom: 1px solid #e0e6ea;
}

.strip-txt {
	font-size: 26px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
}

ul.logos-list {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}

ul.logos-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 40px;
}

ul.logos-list li img {
	display: inline-block;
	vertical-align: middle;
}

/*========section 1========*/
.section_1 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 70px;
}

.s1_left {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 15px;
}

.s1_left:before {
	content: '';
	position: absolute;
	top: 55px;
	right: 25px;
	background: url(../images/s1-shap1.png) no-repeat;
	width: 100px;
	height: 245px;
}

/*.s1_left:after {
	content: '';
	position: absolute;
	bottom: 55px;
	left: 175px;
	background: url(../images/s1-shap2.png) no-repeat;
	width: 210px;
	height: 165px;
}*/

.s1-img {
	margin: 0 auto 0;
	display: block;
	position: relative;
	z-index: 1;
}

.s1_video_box {
	float: right;
	width: 100%;
	max-width: 294px;
	overflow: hidden;
	border-radius: 10px;
	border: 2px solid #000;
	margin: -265px 24px 0 0;
	position: relative;
	z-index: 2;
}

.s1_video_img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	cursor: pointer;
}

.s1_video_box video {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #000;
}

.s1_right {
	float: right;
	width: 48%;
	text-align: left;
}

.common_heading {
	font-size: 50px;
	line-height: 56px;
	color: #000;
	font-weight: bold;
}

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

.semibold {
	font-weight: 600;
}

.fs-60 {
	font-size: 60px;
	line-height: 66px;
}

.top-1 {
	margin-top: 15px;
}


ul.s1_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 2px solid #c5c5c5;
	margin-top: 30px;
	padding-top: 30px;
}

ul.s1_list li {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
}

ul.s1_list li:last-child {
	margin-bottom: 0;
}

ul.s1_list li img {
	position: absolute;
	top: 7px;
	left: 0;
}

ul.s1_list li h3 {
	font-size: 22px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
}

ul.s1_list li p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

/*===========Section2==========*/
.section_2 {
	float: left;
	width: 100%;
	background: #ecf1fc;
	padding: 60px 0 70px;
}

ul.s2_list {
	margin: 40px auto 0;
	width: 100%;

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

ul.s2_list li {
	width: 31.5%;
	background: #fff;
	padding: 35px 30px;
	text-align: left;

	box-shadow: 0 0 4px 2px rgba(10, 185, 92, 0.1);
	-webkit-box-shadow: 0 0 4px 2px rgba(10, 185, 92, 0.1);
}

.steps_txt {
	display: inline-block;
	vertical-align: top;
	background: #0ab95c;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	font-size: 42px;
	line-height: 80px;
	color: #000;
	font-weight: 500;
}

ul.s2_list li:nth-child(1) .steps_txt {
	background: #def5e6;
}

ul.s2_list li:nth-child(2) .steps_txt {
	background: #e6edfa;
}

ul.s2_list li:nth-child(3) .steps_txt {
	background: #d8fafb;
}

.s2_list_heading {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	margin-top: 22px;
}

.s2_list_strip {
	background: url(../images/s2-strp-tk.png)#b9eeff no-repeat 12px 12px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 310px;
	padding: 6px 15px 6px 40px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 20px;
}

.s2_list_para {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.4px;
	margin-top: 25px;
}

/*===========Section3==========*/
.section_3 {
	float: left;
	width: 100%;
	background: #f9fcff;
	padding: 60px 0 70px;
}

.s3-logo {
	margin: 0 auto 0;
	display: block;
}

.s3_question_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 770px;
	margin-top: 50px;
}

.s3_question_box .ques_heading {
	font-size: 36px;
	line-height: 42px;
}

.s3_question_box .ques_para {
	font-size: 22px;
	line-height: 28px;
	margin-top: 40px;
}

.s3_question_box .progress-container {
	width: 87%;
	margin-top: 35px;
}

.s3_question_box .prog-txt {
	font-size: 18px;
	top: -30px;
}

.s3_question_box ul.progress-list li span {
	width: 15px;
	height: 15px;
}

.s3_question_box .ques_inr_box {
	max-width: 100%;
}

.s3_question_box .option-col {
	width: 48%;
	margin-top: 15px;
}

.s3_question_box a.ques-btn {
	max-width: 370px;
	margin-top: 50px;
}

/*===========Blue Strip==========*/
.blue_strip {
	width: 100%;
	height:50px;
	display:block;
	position:relative;
	background: #0f2037;
	clear:both;
}

.strip_review_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 700px;
	text-align: center;
}

.strip_review_box h3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
}

.strip_review_box .common_para {
	color: #fff;
	margin-top: 15px;
}



/*===========Footer=========*/
.footer {
	display:block;
	position:relative;
	font-size: 14px;
	padding-top:60px;
	padding-bottom:30px;
}
.footer .container {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:center;
	justify-content:space-between;
}

.footer-box-1 {
	width:50%;
	text-align: left;
}
.footer-box-1 img {
	width:100%;
	max-width:300px;
	margin-bottom:25px;
}

.footer-box-2 {
	width:35%;
	text-align: center;
}

.footer p {
	font-size:18px;
	line-height:26.4px;
}
.footer h2 {
	display:block;
	position:relative;
	font-size:24px;
	margin:0 0 10px 0;
	padding:0 0 15px 0;
}
.footer h2 :after {
	display: inline-block;
	height:1px;
	width:40px;
	background-color:#cccccc;
	content: "";
	position:absolute;
	bottom:0;
	left:0;
}
.footer ul {
	list-style:none;
	margin-left:0;
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	align-items:baseline;
}
.footer ul li {
	width:33%;
	padding-left:0;
	flex-grow:1;
	border:none;
	display:block;
	position:relative;
	text-align:center;
	border-right:1px solid #aaa;
}
.footer ul li:last-child{
	border-right:none;
}
.footer ul li a {
	color:#000;
	font-weight:500;
	font-size:18px;
	line-height:normal;
	display:block;
	position:relative;
	text-align:center;
}
.footer ul li a:hover {
	color:#E34949;
}

/*===========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;
	}

	.bnr_heading {
		font-size: 54px;
		line-height: 60px;
	}

	.question_box {
		padding: 50px 30px;
	}

	.s1_left:before {
		top: 10px;
	}

	.s1_left:after {
		left: 100px;
	}

	ul.logos-list li {
		padding: 0 40px;
	}

	.common_heading {
		font-size: 45px;
		line-height: 51px;
	}

	ul.s2_list li {
		padding: 30px 20px;
	}
}


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

	.showDesk {
		display: none;
	}

	.showTab {
		display: block;
	}

	.banner_sec {
		height: 630px;
	}

	.bnr_content {
		height: 630px;
	}

	.bnr_heading {
		font-size: 44px;
		line-height: 50px;
		padding-bottom: 20px;
	}

	.bnr-txt1 {
		font-size: 19px;
		line-height: 27px;
	}

	.question_box {
		padding: 40px 25px;
	}

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

	.strip-txt {
		font-size: 22px;
		line-height: 28px;
	}

	ul.logos-list li {
		padding: 0 18px;
	}

	.section_1 {
		padding: 50px 0 60px;
	}

	.s1_left {
		width: 100%;
	}

	.s1_left .common_heading {
		text-align: left;
	}

	.s1_left .common_para {
		text-align: left;
	}

	.s1-img {
		margin: 25px auto 0;
	}

	.s1_right {
		width: 100%;
		text-align: center;
	}

	.s1_left:before {
		top: 260px;
		right: 92px;
	}

	.s1_video_box {
		float: none;
		margin: -50px auto 0;
		display: block;
		max-width: 235px;
	}

	ul.s1_list {
		border: none;
		padding: 0;
	}

	.common_heading {
		font-size: 40px;
		line-height: 46px;
	}

	.fs-60 {
		font-size: 44px;
		line-height: 50px;
	}

	.section_2 {
		padding: 50px 0 60px;
	}

	ul.s2_list {
		margin: 10px auto 0
	}

	ul.s2_list li {
		width: 100%;
		margin-top: 30px;
	}

	.section_3 {
		padding: 50px 0 60px;
	}

	.s3-logo {
		width: 380px;
	}

	.s3_question_box .ques_heading {
		font-size: 30px;
		line-height: 36px;
	}
}


@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;
	}

	a.hdr-btn {
		display: none;
	}

	.logo {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 225px;
		margin-top: 0;
	}

	.banner_sec {
		height: auto;
	}

	.bnr_content {
		width: calc(100% + 30px);
		background: url(../images/bnr-hero.jpg) no-repeat center top;
		height: auto;
		text-align: center;
		margin: 0 0 0 -15px;
		padding: 20px 15px 25px;
	}

	.bnr_content:after {
		display: none;
	}

	.bnr_heading {
		font-size: 27px;
		line-height: 33px;
		padding-bottom: 10px;
	}

	.bnr_heading:before {
		height: 3px;
		left: 50%;
		margin-left: -35px;
	}

	.bnr_para {
		font-size: 14px;
		line-height: 20px;
		margin-top: 12px;
	}

	a.common-btn {
		margin-top: 30px;
	}

	.bnr-txt1 {
		font-size: 18px;
		line-height: 25px;
		margin-top: 25px;
	}

	.question_box {
		width: 100%;
		padding: 15px 0 30px;
	}

	.ques_heading {
		font-size: 22px;
		line-height: 30px;
	}

	.ques_para {
		margin-top: 5px;
	}

	.progress-container {
		margin-top: 22px;
	}

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

	.logos-section {
		padding: 20px 0 30px;
	}

	.strip-txt {
		font-size: 18px;
		line-height: 24px;
	}

	ul.logos-list {
		margin-top: 10px;
	}

	ul.logos-list li {
		padding: 0 15px;
		width: 32%;
		margin-top: 15px;
	}

	ul.logos-list li:nth-child(5) img {
		width: 38px;
	}

	.section_1 {
		padding: 25px 0 35px;
	}

	.common_heading {
		font-size: 30px;
		line-height: 36px;
	}

	.s1_left {
		margin-top: 0;
	}

	.s1_left:before {
		display: none;
	}

	.s1_left:after {
		left: 0;
	}

	.common_para {
		font-size: 18px;
		line-height: 24px;
		margin-top: 20px;
	}

	ul.s1_list {
		margin-top: 25px;
	}

	ul.s1_list li {
		margin-bottom: 20px;
		padding-left: 50px;
	}

	ul.s1_list li img {
		width: 40px;
	}

	ul.s1_list li h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.s1_video_box {
		max-width: 200px;
	}

	.section_2 {
		padding: 25px 0 35px;
	}

	.top-1 {
		margin-top: 10px;
	}

	.common_para {
		font-size: 17px;
		line-height: 25px;
	}

	ul.s2_list {
		margin: 0 auto 0;
	}

	ul.s2_list li {
		margin-top: 25px;
	}

	.steps_txt {
		width: 60px;
		height: 60px;
		font-size: 28px;
		line-height: 60px;
	}

	.s2_list_heading {
		font-size: 24px;
		line-height: 30px;
		margin-top: 16px;
	}

	.s2_list_para {
		margin-top: 20px;
	}

	.section_3 {
		padding: 25px 0 35px;
	}

	.s3-logo {
		width: 270px;
	}

	.s3_question_box {
		margin-top: 25px;
	}

	.s3_question_box .ques_heading {
		font-size: 24px;
		line-height: 32px;
	}

	.s3_question_box .progress-container {
		width: 100%;
	}

	.s3_question_box .ques_para {
		font-size: 20px;
		line-height: 26px;
		margin-top: 20px;
	}

	.s3_question_box .option-col {
		width: 100%;
	}

	.s3_question_box a.ques-btn {
		margin-top: 20px;
	}

	.blue_strip {
		padding: 30px 0;
	}

	.strip_review_box {
		padding: 0 10px;
	}
	
	.footer-box-1 {
		width:100%;
		margin-bottom:20px;
	}
	.footer-box-2 {
		width:100%;
	}
}

@media only screen and (max-width:370px) {
	.bnr_para {
		font-size: 13px;
		line-height: 19px;
	}

	ul.s1_list li h3 {
		font-size: 19px;
		line-height: 25px;
	}

	.s2_list_para {
		font-size: 17px;
		line-height: 23px;
	}
}