@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: 'Avenir Next LT 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;
}

/*=============fonts================*/
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Demi.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Demi.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Regular.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Bold.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MyriadHebrew';
	src: url('../new_lp_survey/MyriadHebrew.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}@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: 'Avenir Next LT 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;
}

/*=============fonts================*/
@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Demi.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Demi.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Regular.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next LT Pro';
	src: url('../new_lp_survey/AvenirNextLTPro-Bold.woff2') format('woff2'),
		url('../new_lp_survey/AvenirNextLTPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'MyriadHebrew';
	src: url('../new_lp_survey/MyriadHebrew.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../new_lp_survey/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../new_lp_survey/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*==========Header=========*/
.header {
	/* float: left; */
	width: 100%;
	background: #fff;
	padding: 15px 0;
	position: relative;
	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: block;
	/* margin: 0 auto; */
	width: 200px;
}

.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: 14px;
}

a.phn-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -11px 3px 0 0;
}

/*=========Section 1=======*/
article.banner-article {
	margin-bottom: 50px;
}

article.banner-article h1 {
	font-family: 'MyriadHebrew';
	color: #002E5C;
	font-size: 60px;
	font-weight: 600;
	margin-top: 8px;
}

article.banner-article p {
	font-family: 'MyriadHebrew';
	color: #002E5C;
	font-size: 30px;
}

.sec1 {
	/* float: left; */
	width: 100%;
	background: url(../images/new_lp_survey/banner-bg.jpg) no-repeat;
	padding: 70px 0;
	/*min-height: calc(100vh - 150px);*/
	background-size: cover;
	/* min-height: 890px; */
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 680px;
	min-height: 490px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 30px 45px;
	box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
}

.felx-box {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.question-Box {
	float: left;
	width: 100%;
}

.select-btn {
	display: flex !important;
	align-items: center !important;
	/* vertical-align: middle; */
	width: 100% !important;
	gap: 20px !important;
	max-width: 100% !important;
	/* margin-top: 15px; */
}

.option-box1 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 430px;
	/* margin-top: 15px; */
}

.step-hdng {
	float: left;
	width: 100%;
	font-size: 27px;
	line-height: 33px;
	letter-spacing: 0.3px;
	color: #3F3F3F;
	font-weight: 600;
	text-align: center;
}

.step-para {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #3f3f3f;
	text-align: center;
	/* margin-top: 8px; */
}

.option-col {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.option-col input[type="radio"],
.option-col input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.desc-opt {
	/* float: left; */
	/* width: 100%; */
	border: 1px solid #EFF1F4;
	border-radius: 5px;
	position: relative;
	/* height: 65px; */
	font-size: 15px;
	/* line-height: 28px; */
	cursor: pointer;
	background: #EFF1F4;
	color: #3b3b3b;
	text-align: center;
	padding: 15px 12px;
	font-family: 'Avenir Next LT Pro';
	letter-spacing: 0.3px;
	font-weight: 500;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
}

.option-col:hover .desc-opt {
	/* border: 1px solid #0da153;
	font-weight: bold; */
	background: #D9E1E9;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6); */
}

.option-col input[type="radio"]:checked+.desc-opt,
.option-col input[type="checkbox"]:checked+.desc-opt {
	/* border: 1px solid #0da153;
	font-weight: bold;
	background: #effff7;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6); */
	background: #D9E1E9;

}

.fld-box {
	max-width: 530px;
	margin-top:12px;
}


.continue-btn {
	border-radius: 46px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 72px;
	line-height: 77px;
	background: #0da153;
	color: #fff;
	font-size: 34px;
	text-align: center;
	font-weight: 600;
	margin-top: 26px;
	position: relative;
	font-family: 'Avenir Next LT Pro';
}

.continue-btn:focus, .continue-btn:hover {
    color: #fff;
    text-decoration: none;
}

.continue-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -12px 0 0 12px;
}

.lock-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 21px;
	color: #3c3c3c;
	text-align: center;
	margin-top: 30px;
}

.lock-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
}

.btn-back {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	line-height: 18px;
	color: #3f3f3f;
	margin: 5px 0 20px;
	cursor: pointer;
	font-weight: 600;
}

.btn-back img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 -5px;
	width: 9px;
}

.frmfield {
	float: left;
	width: 100%;
	border-radius: 7px;
	margin: 8px 0;
}

.frmfield.hlf {
	width: 48%;
}

.frmfield.hlf-3 {
	width: 30.333%;
	margin: 10px 1.5% 0;
}

.frmfield.fr {
	float: right;
}

.mm-fld {
	width: calc(27% - 15px);
	margin-right: 15px;
}

.day-fld {
	width: calc(25% - 15px);
	margin-right: 15px;
}

.yr-fld {
	width: 48%;
}

.flds-label {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.input-fld {
	float: left;
	width: 100%;
	height: 65px;
	padding: 0 15px;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: left;
	border-radius: 14px;
	outline: none;
	font-family: 'Avenir Next LT Pro';
	font-weight: normal;
	border: 1px solid rgba(204, 204, 204, 1);
	-webkit-appearance: none;
}

.fld-box select {
	background: #fff url(../../images/new_lp_survey/frm-down.png) no-repeat center right 15px;
	-webkit-appearance: none;
}

.input-fld:focus {
	border-color: #0da153;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6);
}

/* .btm-logos {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
} */

.btm-logos {
	display: flex;
	/* vertical-align: middle; */
	margin-top: 8px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.btm-logos li {
	margin: 0 12px;
}

/* .btm-logos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	width: 430px;
}

.btm-logos li img {
	margin: 0 auto 0;
	display: block;
	max-width: 100%;
} */

/*========Progress Bar========*/
.progressbar {
	float: left;
	width: 88%;
	height: 14px;
	position: relative;
	background: #ebebeb;
	border-radius: 30px;
	margin-left: 2%;
	/* float: left;
    width: 77%;
    height: 14px;
    position: relative;
    background: #ebebeb;
    border-radius: 30px;
    margin-left: 9%; */
}

.prgress-1 {
	float: left;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	background: #0da153;
	border-radius: 30px;
	position: relative;
}

.prgress-1 img {
	position: absolute;
	right: -12px;
	top: -13px;
}

.progress-val {
	position: absolute;
	top: -2px;
	right: -54px;
	color: #050505;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	/* position: absolute;
    top: -24px;
    left: 25%;
    color: #050505;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600; */
}

/*========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 {
	float: left;
	width: 100%;
	padding: 65px 0 40px;
}

.ftr-logo {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
}

.disclaimer-txt {
	/* float: left; */
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #3F3F3F;
	border: 1px solid #dadada;
	padding: 30px 36px;
	margin: 15px 0 30px;
	font-weight: 500;
	background: RGBA(227, 232, 238, 1);
	border-radius: 8px;
	text-align: justify;
}

.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #3f3f3f;
	/* font-weight: 600; */
	margin: 8px 0 0;
}

.ftr-txt1 a {
	padding: 0 5px;
	color: #3f3f3f;
	/* font-weight: 600; */
}

.ftr-txt1 a:after {
	content: "";
    width: 1.5px;
    height: 17px;
    background: #2F72B4;
    display: inline-block;
    margin-left: 18px;
    line-height: 0;
    vertical-align: middle;
	margin-top:-3px;
}
.ftr-txt1 a:last-child:after {
	display: none
}

/*========CONGRATS_PAGE==============*/
.loader_box {
	float: left;
	width: 100%;
}

.loader-img {
	display: block;
	margin: 0 auto;
}

ul.loader_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 338px;
	min-height: 150px;
	margin: 10px 0;
}

ul.loader_list li {
	text-align: center;
	margin-top: 15px;
}

ul.loader_list li h3 {
	font-size: 18px;
	line-height: 28px;
	color: #343434;
	font-weight: bold;
}

ul.loader_list li p {
	font-size: 17px;
	line-height: 18px;
	color: #3f3f3f;
	margin-top: 8px;
}

ul.loader_list li p img {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}

.congrs_box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 610px;
}

.congrts-hdng {
	/* font-size: 31px;
	font-weight: 600;
	line-height: 36px;
	color: #000000; */
}

.congrts-text1 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	color: #000000;
}

.congrs_box .step-hdng {
	margin-top: 30px;
}


/* About Section  */

.sec-2 {
	padding-top: 70px;
}

.about-annuities {
	margin-top: 36px;
}

.sec-3 .about-annuities {
	margin-top: 60px;
}
.body-heading h2 {
	color: #135495;
	font-size: 36px;
	font-weight: 600;
}

.body-heading h2:after {
	border-bottom: 2px solid RGBA(29, 190, 114, 1);
	content: '';
	display: block;
	width: 562px;
	margin: auto;
}

/* .icon-with-text {
	display: flex;
	align-items: center;
	margin-bottom:4px;
	gap: 20px;
} */

.right-img {
	/* height: 103px; */
	width: 10%;
}

.right-img img {
	/* height: 100%;
	width: 100%; */
	object-fit: cover;
}

.heanding-text {
	text-align: left;
	width: 90%;
}

.heanding-text h3 {
	color: #135495;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:4px;
}

.heanding-text p {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'MyriadHebrew';
	/* padding-top: 7px; */
}

.rating-text h3 span {
	color: #EA8901;
}

/* Rating Section  */

.rating-text {
	text-align: center;
}

.rating-text h3 {
	color: #000637;
	font-size: 25px;
	font-weight:600;
}

/* .rating-icon-with-text {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	gap: 20px;
	justify-content: center;
} */

.quote-img {
	height: 68px;
	width: 65px;
}

.rating-text p {
	color: #737373;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
}

.more-rating {
	margin-top: 35px;
}

.more-rating a {
	color: #0078AB;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.more-rating a:hover {
	color: #000;
}

.rating-icon {

}

/* Submit Box  */

.create-profile {
	margin-top: 26px;
}

.create-profile h4 {
	color: #3F3F3F;
	font-size: 24px;
}

.create-profile p {
	color: #3f3f3f;
	font-weight: 600;
	margin-bottom: 4px;
}


/* Thanks screen  */
.thanks-content {
	font-family: 'Poppins', sans-serif;
	padding: 20px 0px 10px;
}

.thanks-content h2 {
	font-family: 'Poppins', sans-serif;
	color: #3F3F3F;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.contact-info p {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
}

.contact-info {
	display: block;
}

.call-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
	gap: 10px;
}

.call-info img {
	width: 36px;
	margin-bottom: 4px;
}


.call-info a {
	font-size: 28px;
	color: #3f3f3f;
	font-weight: 700;
}

.thanks-content h3 {
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 600;
}

.thanks-content ul {
	padding-top: 17px;
	width: 43%;
	margin: auto;
	text-align: left;
}

.thanks-content ul li:before {
	content: "";
	background: #3c75af;
	font-size: 0;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	width: 11px;
	left: 0;
	height: 11px;
	z-index: 1;
	display: block;
	border-radius: 50%;
}

.thanks-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}


/*==============Media=============*/
@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;
	}

	.header {
		padding: 12px 0;
	}

	.logo {
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 140px;
		margin-top: 0;
	}

	.head-rgt {
		width: 170px;
		display: none;
	}

	a.phn-txt {
		font-size: 20px;
	}

	.sec1 {
		padding: 20px 0 30px;
		background: #fff;
		min-height: calc(100vh - 200px);
	}

	.quiz-inr-box {
		padding: 10px;
		box-shadow: none;
		min-height: auto;
	}

	.progress-val {
		top: -3px;
		font-size: 12px;
		right: -37px;
	}

	.progressbar {
		width: 92%;
		height: 10px;
		float: left;
		margin: 0;
	}

	.felx-box {
		margin-top: 35px;
	}

	.option-box1 {
		margin-top: 10px;
	}

	.option-col {
		margin-top: 15px;
	}

	.input-fld {
		height: 55px;
	}

	.step-hdng {
		font-size: 22px;
		line-height: 28px;
	}

	.step-para {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: normal;
		margin-top: 5px;
	}

	.desc-opt {
		font-size: 18px;
		height: 55px;
	}

	.input-fld {
		font-size: 18px;
		padding: 0 10px;
	}

	.continue-btn {
		height: 58px;
		line-height: 58px;
		font-size: 25px;
		margin-top: 12px;
	}

	.continue-btn img {
		margin: -8px -5px 0 5px;
		width: 8px;
	}

	.lock-txt {
		font-size: 10px;
		line-height: 15px;
	}

	.lock-txt img {
		margin: -7px 5px 0 0;
		width: 8px;
	}

	.btm-logos li {
		padding: 0 4px;
		width: 280px;
	}

	.btn-back {
		font-size: 16px;
		line-height: 16px;
		margin-top: 40px;
	}

	.btn-back img {
		width: 16px;
		margin-top: -9px;
	}

	.footer {
		padding: 50px 0 25px;
		border-top: 1px solid #ddd;
	}

	.ftr-logo {
		width: 140px;
	}

	.disclaimer-txt {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
		margin: 10px 0;
	}

	.ftr-txt1 {
		font-size: 15px;
		line-height: 21px;
	}

	.ftr-txt1 a {
		padding: 0 3px;
	}

	/*========CONGRATS_PAGE==============*/
	ul.loader_list li h3 {
		font-size: 18px;
		line-height: 26px;
	}

	ul.loader_list li p {
		font-size: 18px;
		line-height: 26px;
	}

	.congrts-hdng {
		font-size: 28px;
		line-height: 34px;
	}

	.congrts-text1 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
	}

	ul.pre-list {
		margin-bottom: 10px;
	}

	ul.pre-list li {
		font-size: 18px;
		line-height: 26px;
	}

	ul.loader_list {
		max-width: 305px;
		min-height: auto;
	}

}

@media only screen and (max-width:360px) {
	.step-hdng {
		font-size: 21px;
		line-height: 27px;
	}

	.lock-txt {
		font-size: 10px;
		line-height: 14px;
	}

	.footer p a {
		padding: 0 1px;
	}
}

/* =================================================== */


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}

.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}

.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}

.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}

.app-load-spinner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #333;
	border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}

.all-card-types li {
	float: left;
	margin-right: 20px
}

#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}

#loading-indicator::before {
	background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 70px;
	margin-left: -35px;
	margin-top: -70px;
	width: 70px;
	z-index: 2
}

#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Processing, one moment please... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0
	}
}


@media screen and (max-device-width:767px) and (orientation:landscape) {

	#app_common_modal .app_modal_body,
	#error_handler_overlay .error_handler_body {
		margin: 20px auto;
	}

	#app_common_modal .app_modal_body iframe {
		min-height: 360px;
	}
}


@media(max-device-width:767px) {
	#app_common_modal .app_modal_body {
		margin: 2% auto
	}
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../new_lp_survey/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../new_lp_survey/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*==========Header=========*/
.header {
	/* float: left; */
	width: 100%;
	background: #fff;
	padding: 15px 0;
	position: relative;
	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: block;
	/* margin: 0 auto; */
	width: 200px;
}

.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: 14px;
}

a.phn-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -11px 3px 0 0;
}

/*=========Section 1=======*/
article.banner-article {
	margin-bottom: 30px;
}

article.banner-article h1 {
	font-family: 'Poppins', sans-serif;
	color: #002E5C;
	font-size: 42px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 8px;
}

article.banner-article p {
	font-family: 'Poppins', sans-serif;
	color: #002E5C;
	font-size: 22px;
    font-weight: 600;
}

.sec1 {
	/* float: left; */
	width: 100%;
	/* aspect-ratio: 4/3; */
	background: url(../../images/new_lp_survey/banner-bg.jpg) no-repeat;
	padding: 70px 0 70px;
	background-position: center bottom;
	/*min-height: calc(100vh - 150px);*/
	background-size: cover;
	/* min-height: 890px; */
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 570px;
	min-height: 490px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 50px 40px 45px;
	box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.2);
}

.felx-box {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.question-Box {
	float: left;
	width: 100%;
}

.select-btn {
	display: flex !important;
	align-items: center !important;
	/* vertical-align: middle; */
	width: 100% !important;
	gap: 20px !important;
	max-width: 100% !important;
	/* margin-top: 15px; */
}

.option-box1 {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 430px;
	/* margin-top: 15px; */
}

.step-hdng {
	float: left;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #3F3F3F;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.step-para {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.3px;
	color: #3f3f3f;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: 500;
	/* margin-top: 8px; */
}

.option-col {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 20px;
}

.option-col input[type="radio"],
.option-col input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.desc-opt {
	/* float: left; */
	/* width: 100%; */
	border: 1px solid #EFF1F4;
	border-radius: 5px;
	position: relative;
	/* height: 65px; */
	font-size: 12px;
	/* line-height: 28px; */
	cursor: pointer;
	background: #EFF1F4;
	color: #3b3b3b;
	text-align: center;
	padding: 15px 6px;
	font-family: 'Avenir Next LT Pro';
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.1px;
	font-weight: 500;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
}

.option-col:hover .desc-opt {
	/* border: 1px solid #0da153;
	font-weight: bold; */
	background: #D9E1E9;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6); */
}

.option-col input[type="radio"]:checked+.desc-opt,
.option-col input[type="checkbox"]:checked+.desc-opt {
	/* border: 1px solid #0da153;
	font-weight: bold;
	background: #effff7;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6); */
	background: #D9E1E9;

}

.fld-box {
	max-width: 530px;
	margin-top:12px;
}


.continue-btn {
	border-radius: 46px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #0da153;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	margin-top: 16px;
	position: relative;
	font-family: 'Avenir Next LT Pro';
	font-family: 'Poppins', sans-serif;
}

.continue-btn:focus, .continue-btn:hover {
    color: #fff;
    text-decoration: none;
}

.continue-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 12px;
}

.lock-txt {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #3f3f3f;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
}

.lock-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
}

.btn-back {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	line-height: 18px;
	color: #3f3f3f;
	margin: 5px 0 20px;
	cursor: pointer;
	font-weight: 600;
}

.btn-back img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 5px 0 -5px;
	width: 9px;
}

.frmfield {
	float: left;
	width: 100%;
	border-radius: 7px;
	margin: 8px 0;
}

.frmfield.hlf {
	width: 48%;
}

.frmfield.hlf-3 {
	width: 30.333%;
	margin: 10px 1.5% 0;
}

.frmfield.fr {
	float: right;
}

.mm-fld {
	width: calc(27% - 15px);
	margin-right: 15px;
}

.day-fld {
	width: calc(25% - 15px);
	margin-right: 15px;
}

.yr-fld {
	width: 48%;
}

.flds-label {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 5px;
}

.input-fld {
	float: left;
	width: 100%;
	height: 56px;
	padding: 0 15px;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: left;
	border-radius: 14px;
	outline: none;
	font-family: 'Avenir Next LT Pro';
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	border: 1px solid rgba(204, 204, 204, 1);
	-webkit-appearance: none;
}

.fld-box select {
	background: #fff url(../../images/new_lp_survey/frm-down.png) no-repeat center right 15px;
	-webkit-appearance: none;
}

.input-fld:focus {
	border-color: #0da153;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(13, 161, 83, 0.6);
}

/* .btm-logos {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
} */

.btm-logos {
	display: flex;
	/* vertical-align: middle; */
	margin-top: 8px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.btm-logos li {
	margin: 0 12px;
}

/* .btm-logos li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	width: 430px;
}

.btm-logos li img {
	margin: 0 auto 0;
	display: block;
	max-width: 100%;
} */

/*========Progress Bar========*/
.progressbar {
	float: left;
	width: 88%;
	height: 14px;
	position: relative;
	background: #ebebeb;
	border-radius: 30px;
	margin-left: 2%;
	/* float: left;
    width: 77%;
    height: 14px;
    position: relative;
    background: #ebebeb;
    border-radius: 30px;
    margin-left: 9%; */
}

.prgress-1 {
	float: left;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	background: #0da153;
	border-radius: 30px;
	position: relative;
}

.prgress-1 img {
	position: absolute;
	right: -12px;
	top: -13px;
}

.progress-val {
	position: absolute;
	top: -2px;
	right: -54px;
	color: #050505;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	/* position: absolute;
    top: -24px;
    left: 25%;
    color: #050505;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600; */
}

/*========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 {
	float: left;
	width: 100%;
	padding: 65px 0 40px;
}

.ftr-logo {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
}

.disclaimer-txt {
	/* float: left; */
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #3F3F3F;
	border: 1px solid #dadada;
	padding: 30px 36px;
	margin: 15px 0 30px;
	font-weight: 500;
	background: RGBA(227, 232, 238, 1);
	border-radius: 8px;
}

.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 20px;
	color: #3f3f3f;
	/* font-weight: 600; */
	margin: 8px 0 0;
}

.ftr-txt1 a {
	padding: 0 5px;
	color: #3f3f3f;
	/* font-weight: 600; */
}

.ftr-txt1 a:after {
	content: "";
    width: 1.5px;
    height: 17px;
    background: #2F72B4;
    display: inline-block;
    margin-left: 18px;
    line-height: 0;
    vertical-align: middle;
	margin-top:-3px;
}
.ftr-txt1 a:last-child:after {
	display: none
}

/*========CONGRATS_PAGE==============*/
.loader_box {
	float: left;
	width: 100%;
}

.loader-img {
	display: block;
	margin: 0 auto;
}

ul.loader_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 338px;
	min-height: 150px;
	margin: 10px 0;
}

ul.loader_list li {
	text-align: center;
	margin-top: 15px;
}

ul.loader_list li h3 {
	/* font-size: 18px;
	line-height: 28px; */
	color: #343434;
	/* font-weight: bold; */
	margin-top: 0;
}

ul.loader_list li p {
	font-size: 17px;
	line-height: 18px;
	color: #3f3f3f;
	margin-top: 8px;
}

ul.loader_list li p img {
	display: inline-block;
	vertical-align: middle;
	margin: -7px 10px 0 0;
}

.congrs_box {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 610px;
}

.congrts-hdng {
	/* font-size: 31px;
	font-weight: 600;
	line-height: 36px;
	color: #000000; */
}

.congrts-text1 {
	/* font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	color: #000000; */
}

.congrs_box .step-hdng {
	margin-top: 0px;
}


/* About Section  */

.sec-2 {
	padding-top: 70px;
}

.about-annuities {
	margin-top: 36px;
}

.sec-3 .about-annuities {
	margin-top: 60px;
}
.body-heading h2 {
	color: #135495;
	font-size: 36px;
	font-weight: 600;
}

.body-heading h2:after {
	border-bottom: 2px solid RGBA(29, 190, 114, 1);
	content: '';
	display: block;
	width: 562px;
	margin: auto;
}

.icon-with-text {
	display: flex;
	align-items: center;
	margin-bottom:25px;
	gap: 20px;
}

.right-img {
	/* height: 103px; */
	width: 10%;
}

.right-img img {
	/* height: 100%;
	width: 100%; */
	object-fit: cover;
}

.heanding-text {
	text-align: left;
	width: 90%;
}

.heanding-text h3 {
	color: #135495;
	font-size: 20px;
	font-weight: 600;
	margin-bottom:4px;
}

.heanding-text p {
	color: #3F3F3F;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	font-family: 'MyriadHebrew';
	/* padding-top: 7px; */
}

.rating-text h3 span {
	color: #EA8901;
}

/* Rating Section  */

.rating-text {
	text-align: center;
}

.rating-text h3 {
	color: #000637;
	font-size: 25px;
	font-weight:600;
}

.rating-icon-with-text {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	gap: 20px;
	justify-content: center;
}

.quote-img {
	height: 68px;
	width: 65px;
}

.rating-text p {
	color: #737373;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 600;
}

.more-rating {
	margin-top: 35px;
}

.more-rating a {
	color: #0078AB;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.more-rating a:hover {
	color: #000;
}

.rating-icon {

}

/* Submit Box  */

.create-profile {
	margin-top: 26px;
	font-family: 'Poppins', sans-serif;
}

.create-profile h4 {
	color: #3F3F3F;
	/* font-size: 24px; */
	font-family: 'Poppins', sans-serif;
}

.create-profile p {
	font-family: 'Poppins', sans-serif;
	color: #3f3f3f;
	font-weight: 600;
	margin-bottom: 4px;
}


/* Thanks screen  */

.thanks-content {
	font-family: 'Poppins', sans-serif;
	padding: 20px 0px 10px;
}

.thanks-content h2 {
	font-family: 'Poppins', sans-serif;
	color: #3F3F3F;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.contact-info p {
	color: #3f3f3f;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Poppins', sans-serif;
}

.contact-info {
	display: block;
}

.call-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
	gap: 10px;
}

.call-info img {
	width: 36px;
	margin-bottom: 4px;
}


.call-info a {
	font-size: 28px;
	color: #3f3f3f;
	font-weight: 700;
}

.thanks-content h3 {
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 600;
}

.thanks-content ul {
	padding-top: 17px;
	width: 43%;
	margin: auto;
	text-align: left;
}

.thanks-content ul li:before {
	content: "";
	background: #3c75af;
	font-size: 0;
	margin-right: 10px;
	position: absolute;
	top: 6px;
	width: 11px;
	left: 0;
	height: 11px;
	z-index: 1;
	display: block;
	border-radius: 50%;
}

.thanks-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
}

/*==============Media=============*/
@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;
	}

	.header {
		padding: 12px 0;
	}

	.logo {
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 140px;
		margin-top: 0;
	}

	.head-rgt {
		width: 170px;
		display: none;
	}

	a.phn-txt {
		font-size: 20px;
	}

	.sec1 {
		padding: 20px 0 30px;
		background: #fff;
		min-height: calc(100vh - 200px);
	}

	.quiz-inr-box {
		padding: 10px;
		box-shadow: none;
		min-height: auto;
	}

	.progress-val {
		top: -3px;
		font-size: 12px;
		right: -37px;
	}

	.progressbar {
		width: 92%;
		height: 10px;
		float: left;
		margin: 0;
	}

	.felx-box {
		margin-top: 35px;
	}

	.option-box1 {
		margin-top: 10px;
	}

	.option-col {
		margin-top: 15px;
	}

	.input-fld {
		height: 55px;
	}

	.step-hdng {
		font-size: 22px;
		line-height: 28px;
	}

	.step-para {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: normal;
		margin-top: 5px;
	}

	.desc-opt {
		font-size: 18px;
		height: 55px;
	}

	.input-fld {
		font-size: 18px;
		padding: 0 10px;
	}

	.continue-btn {
		height: 58px;
		line-height: 58px;
		font-size: 25px;
		margin-top: 12px;
	}

	.continue-btn img {
		margin: -8px -5px 0 5px;
		width: 8px;
	}

	.lock-txt {
		font-size: 10px;
		line-height: 15px;
	}

	.lock-txt img {
		margin: -7px 5px 0 0;
		width: 8px;
	}

	.btm-logos li {
		padding: 0 4px;
		width: 280px;
	}

	.btn-back {
		font-size: 16px;
		line-height: 16px;
		margin-top: 40px;
	}

	.btn-back img {
		width: 16px;
		margin-top: -9px;
	}

	.footer {
		padding: 50px 0 25px;
		border-top: 1px solid #ddd;
	}

	.ftr-logo {
		width: 140px;
	}

	.disclaimer-txt {
		font-size: 14px;
		line-height: 20px;
		padding: 10px;
		margin: 10px 0;
	}

	.ftr-txt1 {
		font-size: 15px;
		line-height: 21px;
	}

	.ftr-txt1 a {
		padding: 0 3px;
	}

	/*========CONGRATS_PAGE==============*/
	ul.loader_list li h3 {
		font-size: 18px;
		line-height: 26px;
	}

	ul.loader_list li p {
		font-size: 18px;
		line-height: 26px;
	}

	.congrts-hdng {
		font-size: 28px;
		line-height: 34px;
	}

	.congrts-text1 {
		/* font-size: 18px;
		line-height: 24px;
		margin-top: 10px; */
	}

	ul.pre-list {
		margin-bottom: 10px;
	}

	ul.pre-list li {
		font-size: 18px;
		line-height: 26px;
	}

	ul.loader_list {
		max-width: 305px;
		min-height: auto;
	}

}

@media only screen and (max-width:360px) {
	.step-hdng {
		font-size: 18px;
		line-height: 20px;
	}

	.lock-txt {
		font-size: 10px;
		line-height: 14px;
	}

	.footer p a {
		padding: 0 1px;
	}
}

/* =================================================== */


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	background: #333;
	background: rgba(255, 255, 255, .8);
	display: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}

#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body {
	max-width: 600px;
	-webkit-background-clip: padding-box;
	font-family: Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	outline: 0
}

#error_handler_overlay .error_handler_body {
	margin: 100px auto;
	width: 95%;
	padding: 20px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box
}

#app_common_modal_close,
#error_handler_overlay_close {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #FFF;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
	margin: 0
}

#app_common_modal .app_modal_body {
	margin: 100px auto;
	min-width: inherit;
	width: 95%;
	min-height: 400px;
	padding: 2.5%;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

#app_common_modal .app_modal_body iframe {
	min-height: 400px;
	width: 100%;
	border: 1px solid #d5d6ef
}

.exitpop-content {
	position: fixed;
	height: 400px;
	width: 708px;
	margin: -200px 0 0 -354px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0;
	border: none;
	z-index: 2147483647
}

.exitpopup-overlay {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2147483647;
	display: none
}

.exitpop-content img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 100%;
	height: auto
}

.exitpop-discountbar {
	background-color: red;
	border-bottom: 4px dashed #fff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
	display: none
}

.app-load-spinner {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-color: #333;
	border-radius: 100%
}

#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%
}

.all-card-types li {
	float: left;
	margin-right: 20px
}

#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}

#loading-indicator::before {
	background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 70px;
	margin-left: -35px;
	margin-top: -70px;
	width: 70px;
	z-index: 2
}

#loading-indicator::after {
	background: #fff;
	border-radius: 5px;
	color: #000;
	content: "Processing, one moment please... ";
	font-family: arial;
	font-size: 17px;
	height: 110px;
	line-height: 98px;
	margin-left: -150px;
	margin-top: -75px;
	padding-top: 35px;
	text-align: center;
	width: 300px;
	z-index: 1
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0
	}
}


@media screen and (max-device-width:767px) and (orientation:landscape) {

	#app_common_modal .app_modal_body,
	#error_handler_overlay .error_handler_body {
		margin: 20px auto;
	}

	#app_common_modal .app_modal_body iframe {
		min-height: 360px;
	}
}


@media(max-device-width:1140px) {

.sec1 {
	background: url(../../images/new_lp_survey/banner-bg-ipad.jpg) no-repeat;
	padding: 50px 0 50px;
	background-position: right bottom;
	background-size: cover;
}
.quiz-inr-box{
	max-width: 470px;
}
.step-hdng {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
.option-col {margin-top: 10px;}
.desc-opt {
    font-size: 10px;
    padding: 8px 4px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1px;
    justify-content: center;
}
.select-btn {
	gap: 10px !important;
}
.lock-txt {font-size: 12px; margin-top: 10px;}
.continue-btn {
	height: 46px;
    line-height: 46px;
    font-size: 20px;
}
.continue-btn img {width: 8px;}
.input-fld {
    height: 46px;
    font-size: 16px;
    border-radius: 10px;
}
}
@media(max-device-width:1024px) {
	.quiz-inr-box {
		max-width: 410px;
		min-height: auto;
	}
}
@media(max-device-width:767px) {
	#app_common_modal .app_modal_body {
		margin: 2% auto
	}
}

.m-b-0 {
	margin-bottom: 0px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}

/* phone not recognized */
.phone-not-recognized * {
	font-family: 'Poppins', sans-serif;
}
.phone-not-recognized{
	margin-top: 20px;
}
.phone-not-recognized h2 {
	font-family: 'Poppins', sans-serif;
	color: #3f3f3f;
	font-size: 27px;
	font-weight: 600;
}

.phone-not-recognized .wrong-number {
	font-family: 'Poppins', sans-serif;
	color: #cc0000;
	font-size: 27px;
	font-weight: 600;
	margin: 15px 0;
}

.phone-not-recognized .preference {
	font-size: 21px;
	font-family: 'Poppins', sans-serif;
	padding: 30px 67px 20px;
	color: #3f3f3f;
	font-weight: 500;
}

.phone-not-recognized .phone-form {
	background: #1868a7;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px;
}

.phone-not-recognized .phone-form input[type="text"] {
	background: #fff;
	padding: 12px 15px;
	width: 67%;
	border: none;
	border-radius: 10px;
	font-size: 20px;
}

.phone-not-recognized .phone-form input[type="submit"] {
	background: #ff9c00;
	padding: 5px 15px;
	width: 30%;
	border: none;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	border-radius: 10px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.phone-not-recognized .click-here-form {
	font-weight: 500;
	color: #3f3f3f;
	font-size: 22px;
}

.phone-not-recognized .click-here-form .number {
	font-weight: 600;
	color: #cc0000;
}

.phone-not-recognized .click-here-form a {
	color: #0061e6;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (min-width:320px) and (max-width: 767px) {
	.phone-not-recognized h2 {

		font-size: 18px;
		font-weight: 600;
	}

	.phone-not-recognized .wrong-number {

		font-size: 24px;
		font-weight: 600;
		margin: 10px 0;
	}

	.phone-not-recognized .preference {
		font-size: 18px;
		padding: 20px;

	}

	.phone-not-recognized .phone-form {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.phone-not-recognized .phone-form input[type="text"] {
		width: 100%;
	}

	.phone-not-recognized .phone-form input[type="submit"] {
		width: 100%;
		margin-top: 10px;
		font-size: 18px;
		padding: 10px;
	}

	.phone-not-recognized .click-here-form {
		font-size: 16px;
	}
}

