@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================*/


/*-----------------------
MAIN CSS START
------------------------*/
.container {
	max-width: 1170px;
	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; */
	text-align: left;
	padding: 18px 0px 18px 0px;

}

.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 ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

article.banner-article ul li {
	background: url(../../images/ethos/check.png) no-repeat left center;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding-left: 40px;
}

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/ethos/banner-bg.jpg) no-repeat;
	padding: 30px 0 36px;
	background-position: center center;
	/*min-height: calc(100vh - 150px);*/
	background-size: cover;
	/* min-height: 890px; */
}

.sec1-family {
	/* float: left; */
	width: 100%;
	/* aspect-ratio: 4/3; */
	background: url(../../images/ethos/Young_Family_Beach.jpg) no-repeat;
	padding: 30px 0 36px;
	background-position: center center;
	/*min-height: calc(100vh - 150px);*/
	background-size: cover;
	/* min-height: 890px; */
}

.quiz-inr-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 610px;
	/* 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: 20px;
}

.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: 25px;
	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: 16px;
	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: 15px;
	/* line-height: 28px; */
	cursor: pointer;
	background: #EFF1F4;
	color: #3b3b3b;
	text-align: center;
	padding: 15px 12px;
	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: 10px;
	display: inline-block;
	vertical-align: middle;
	/* width: 100%; */
	height: 50px;
	line-height: 50px;
	background: #ff9c00;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	margin-top: 16px;
	padding: 0 30px;
	position: relative;
	font-family: 'Avenir Next LT Pro';
	font-family: 'Poppins', sans-serif;
}

.continue-btn:focus,
.continue-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #ff9d00d4;
}

.continue-btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 12px;
	width: 9px;
}

.lock-txt {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #3f3f3f;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	margin-top: 25px;
}

.lock-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0;
}

.btn-back {
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #3f3f3f;
	margin: 18px 0 0px;
	cursor: pointer;
	font-weight: 600;
}

.btn-back img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 -5px;
	width: 9px;
}

.frmfield {
	float: left;
	width: 100%;
	border-radius: 7px;
	margin: 8px 0;
	position: relative;
}

.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: 50px;
	padding: 0 15px;
	font-size: 20px;
	color: #000;
	background: #fff;
	text-align: left;
	border-radius: 10px;
	outline: none;
	font-family: 'Avenir Next LT Pro';
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	border: 0;
	-webkit-appearance: none;
}

.fld-box select {
	background: #fff url(../../images/ethos/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;
}


/*========Progress Bar========*/
.progressbar {
	float: left;
	width: 88%;
	height: 14px;
	position: relative;
	background: #ebebeb;
	border-radius: 30px;
	margin-left: 2%;
}

.prgress-1 {
	float: left;
	height: 100%;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0da153+0,1ec46c+100 */
	background: #0da153;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0da153 0%, #1ec46c 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0da153 0%, #1ec46c 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0da153 0%, #1ec46c 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0da153', endColorstr='#1ec46c', GradientType=1);
	/* IE6-9 */
	border-radius: 30px;
	position: relative;
}

.prgress-1 img {
	position: absolute;
	right: -12px;
	top: -12px;
}

.progress-val {
	position: absolute;
	top: -2px;
	right: -54px;
	color: #050505;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	/* 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: 45px 0 40px;
	font-family: 'Poppins', sans-serif;
}

.ftr-logo {
	display: block;
	margin: 0 auto 15px;
	width: 200px;
}

.disclaimer-txt {
	font-family: 'Poppins', sans-serif;
	/* float: left; */
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #3F3F3F;
	border: 0;
	padding: 30px 36px;
	margin: 15px 0 30px;
	font-weight: 400;
	background: #e3e8ee;
	border-radius: 8px;
	text-align: justify;
}

.ftr-txt1 {
	float: left;
	width: 100%;
	font-size: 16px;
	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: #36d457;
	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: 20px;
	/*line-height: 28px; */
	color: #343434;
	/* font-weight: bold; */
	margin-top: 0;
}

.loader_list_custom {
	font-size: 22px !important;
}


ul.loader_list li p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #3f3f3f;
	margin-top: 8px;
}

ul.loader_list li p img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 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: 40px;
}

.about-annuities {
	margin-top: 36px;
}

.sec-3 .about-annuities {
	margin-top: 60px;
}

.body-heading h2 {
	font-family: 'Poppins', sans-serif;
	color: #135495;
	font-size: 36px;
	font-weight: 500;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.body-heading h2:after {
	border-bottom: 2px solid #135495;
	content: '';
	display: block;
	width: 100%;
	margin: auto;
}

.body-heading p {
	color: #2c2c2c;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	max-width: 610px;
	margin: 0 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;
	font-family: 'Poppins', sans-serif;
}

.create-profile h4 {
	color: #3F3F3F;
	/* font-size: 24px; */
	font-family: 'Poppins', sans-serif;
}

.create-profile h4.step-hdng {
	font-size: 20px;
}

.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: 30px 0px;
}

.thanks-content h2 {
	font-family: 'Poppins', sans-serif;
	color: #3F3F3F;
	font-size: 27px;
}

.contact-info p {
	font-size: 19px;
	color: #3f3f3f;
	font-weight: 600;
}

.contact-info {
	display: block;
}

.call-info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
	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: 40%;
	margin: auto;
	text-align: left;
}

.thanks-content ul li:before {
	content: "\2022";
	color: blue;
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

/*==============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;
	}

	.logo svg {
		width: 300px;
	}

	.head-rgt {
		width: 170px;
		display: none;
	}

	a.phn-txt {
		font-size: 20px;
	}

	.sec1 {
		padding: 20px 0 26px;
		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: 20px;
	}

	.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: 50px;
		line-height: 50px;
		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 {
	text-align: justify;

	max-width: 1000px;
	-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/ethos/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
}

.fld-wrap {
	background: #1868a7;
	padding: 20px;
	border-radius: 10px;
}

.zip_code_fld {
	gap: 15px;
}

.zip_code_fld .continue-btn {
	max-width: 150px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.zip_code_fld .frmfield {
	margin: 0;
}

.body-heading {
	padding: 0 0 20px;
}

.icon-box {
	text-align: left;
}

.icon-box h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 16px;
	text-align: left;
	color: #135495;
	margin-top: 10px;
}

.icon-box p {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 14px;
	color: #2c2c2c;
	text-align: left;
}

.find-box {
	font-family: 'Poppins', sans-serif;
	background: #d8eff7;
	border-radius: 18px;
	max-width: 630px;
	display: flex;
	justify-content: space-between;
	padding: 20px 60px;
	align-items: center;
	text-align: left;
	margin: 0 auto 40px;
}

.find-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.find-box ul li {
	color: #2c2c2c;
	font-size: 16px;
	border-bottom: 1px solid #b2cde6;
	padding: 5px 5px;
}

.find-box ul li:last-child {
	border: 0;
}

.no-checklist {
	padding: 75px 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #444444;
}

.icon-box.borderd {
	border: 2px solid #d0d5e4;
	padding: 0px 45px 20px;
	margin-top: 100px;
}

.icon-box.borderd .icon {
	width: 136px;
	height: 136px;
	margin: -70px auto 20px;
	border: 2px solid #d0d5e4;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.icon-box.borderd p {
	margin: 0;
}

.life-insurance-section .body-heading {
	padding: 0 0 0px;
}

.how-does-work-section .icon-box {
	display: flex;
	align-items: center;
}

.how-does-work-section .icon-box .icon {
	min-width: 90px;
	text-align: center;
	border-left: 1px solid #ccc;
}

.how-does-work-section .col-lg-4:first-child .icon {
	border: 0;
}

.forbes-trust-business .icon-box {
	display: flex;
	align-items: center;
}

.forbes-trust-business .icon-box .icon {
	min-width: 90px;
	text-align: center;
}

.forbes-trust-business .col-lg-4:first-child .icon {
	border: 0;
}

.forbes-trust-business .icon-box .icon img {
	max-width: 160px;
	width: 100%;
	height: auto;
}

.thank-u {
	min-height: 320px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.thank-u h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #3f3f3f;
	padding-bottom: 40px;
	margin-top: 0;
}

.get-started-section .body-heading p {
	max-width: 800px;
}

.about-txt h3 {
	padding-bottom: 20px;
	font-weight: 600;
}

.about-txt p {
	text-align: justify;
	padding-bottom: 20px;
}

.step1 .step-hdng {
	font-size: 20px;
}

@-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:1540px) {
	.sec1 {
		background: url(../../images/ethos/banner-bg-ipad.jpg) no-repeat;
		padding: 30px 0 36px;
		background-position: right center;
		background-size: cover;
	}
}

@media(max-device-width:1199px) {
	.how-does-work-section .icon-box .icon {
		border: 0;
	}
	.forbes-trust-business .icon-box .icon {
		border: 0;
	}
}

@media(max-device-width:1140px) {

	.find-box {
		padding: 20px;
	}

	.body-heading h2 {
		font-size: 26px;
	}

	.body-heading p {
		font-size: 14px;
	}

	.fld-wrap {
		padding: 10px;
	}

	ul.loader_list {
		min-height: auto;
	}

	.zip_code_fld .continue-btn {
		max-width: 90px;
	}

	.zip_code_fld .continue-btn img {
		margin: -3px 0 0 5px;
	}

	.frmfield {
		margin: 0 0 10px;
	}

	.quiz-inr-box {
		max-width: 470px;
		padding: 25px 30px 15px;
	}

	article.banner-article h1 {
		font-size: 26px;
	}

	article.banner-article ul {
		gap: 15px;
	}

	article.banner-article ul li {
		font-size: 14px;
		background-size: 14px;
		padding-left: 20px;
	}

	.create-profile {
		margin-top: 0px;
	}

	.loader-img {
		max-width: 140px;
	}

	.create-profile p {
		font-size: 12px;
	}

	.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) {
	article.banner-article h1 {
		font-size: 20px;
	}

	article.banner-article ul {
		gap: 10px
	}

	article.banner-article ul li {
		font-size: 10px;
		background-size: 14px;
		padding-left: 17px;
	}

	.who-people-section .icon-box {
		text-align: center;
	}

	.who-people-section .icon-box h4,
	.who-people-section .icon-box p,
	.icon-box.borderd h4,
	.icon-box.borderd p {
		text-align: center;
	}

	.icon-box.borderd {
		padding: 0px 20px 20px;
	}

	#app_common_modal .app_modal_body {
		margin: 2% auto
	}
}

ul.btm-logos li img {
	max-height: 35px;
	width: auto;
}

.qoute-bg {
	background: #F6F6F6;
	padding: 30px 0;
}

.quote-wrap {
	position: relative;
	padding: 0 100px;
	max-width: 1100px;
	margin: 0px auto;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-align: justify;
}

.quote-wrap b {
	font-weight: bold;
}

.quote-wrap span {
	position: absolute;
	bottom: 0;
	right: 100px;
}

.quote-wrap:before {
	content: "";
	width: 43px;
	height: 37px;
	background: url(../../images/ethos/quote1.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.quote-wrap:after {
	content: "";
	width: 43px;
	height: 37px;
	background: url(../../images/ethos/quote2.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.about-txt li {
	/*  */
	list-style: disc !important;
}

.about-txt ul {
	padding-left: 35px;
}

/* 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;
	}
}

span.why-are-tooltip {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #1868a7;
	font-family: 'Poppins', sans-serif;
}


.popover {
	max-width: 410px
}

h3.popover-header {
	background: none;
	border: 0;
	padding: 20px 20px 0;
	font-weight: 500;
	font-size: 18px
}

.popover-body {
	padding: 10px 20px 20px;
	color: #666
}

article.banner-article-instant-life-insurance-coverage h1 {
	font-family: 'Poppins', sans-serif;
	color: #002E5C;
	font-size: 45px;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 8px;
}

.text-underline {
	text-decoration: revert;
}

.pl-20-px {
	padding-left: 20px;
}

a.text-underline:hover {
	color: inherit;
	/* or specify your desired text color */
	text-decoration: none;
	/* Remove underline on hover if needed */
}

.term-and-privacy-a-tag {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #3f3f3f;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	margin-top: 0px;
}

.ethos-loading-process-gif {
	width: 35px !important;
}

.question-Box-step-3 {
	margin-top: -30px !important;
}

.step-hdng-custom-1 {
	width: 75% !important;
	text-align: right !important;
}

.step-hdng-custom-image-loading {
	margin-top: -5% !important;
	width: 130px !important;
}


.create-profile-custom {
	margin-top: 20px;
	font-family: 'Poppins', sans-serif;
}

.create-profile-custom h4 {
	color: #3F3F3F;
	/* font-size: 24px; */
	font-family: 'Poppins', sans-serif;
	text-decoration: underline !important;
	text-underline-offset: 8px !important;
	margin-bottom: 10px !important;
}

.create-profile-custom h4.step-hdng {
	font-size: 20px;
}

.create-profile-custom p {
	font-family: 'Poppins', sans-serif;
	color: #3f3f3f;
	/* font-weight: 600; */
	margin-bottom: 4px;
	font-size: 17px;
}

.create-profile-custom img {
	width: 25px;
	margin-bottom: 5px;
}

.vertical-line-loader-gif {
	width: 25px;
}


ul.loader_list_custom {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 338px;
	min-height: 150px;
	margin: 10px 0;
}

ul.loader_list_custom li {
	text-align: center;
	margin-top: 15px;
}

ul.loader_list_custom li h3 {
	font-size: 20px;
	/*line-height: 28px; */
	color: #343434;
	/* font-weight: bold; */
	margin-top: 0;
}

ul.loader_list_custom li p {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #3f3f3f;
	margin-top: 8px;
}

ul.loader_list_custom li p img {
	/* display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0 0; */
	width: 30px;
}

@media screen and (min-width:320px) and (max-width: 783px) {
	.step-hdng-custom-image-loading {
		margin-top: -3% !important;
		width: 60px !important;
	}

}

@media screen and (min-width:783px) and (max-width: 1140px) {
	.step-hdng-custom-image-loading {
		margin-top: -3% !important;
		width: 80px !important;
	}

}

@media (max-width: 767px) {
	.why-are-tooltip {
		display: none;
		/* Hide the tooltip on smaller screens */
	}
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-3 {
	margin-top: 16px !important;
}

.mt-23 {
	margin-top: 23px !important;
}

.font-large {
	font-size: large;
}

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.btm-logos-tk {
	display: flex;
	/* vertical-align: middle; */
	margin-top: 8px;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.btm-logos-tk li {
	margin: 0 12px;
}

.btm-logos-tk li {
	padding: 0 4px;
	width: 280px;
}

ul.btm-logos-tk li img {
	max-height: 65px;
	width: auto;
}

.do-not-call {
	padding-left: 52%;
}

.font-size-26 {
	font-size: 26px !important;
}

.font-size-17 {
	font-size: 17px !important;
}

.padding-left-2 {
	padding-left: 2px !important;
}

.padding-top-4-p {
	padding-top: 4% !important;
}

.hr-brighter-grey {
	border: 1px solid grey;
}