@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 !important;
	font-family: 'Archivo';
	font-weight: normal;
	padding-top: 80px;
	}
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; 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;
	}
.forMob,.forTab{ display:none;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.ctm_container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Archivo';
    src: url('Archivo-Bold.woff2') format('woff2'),
        url('Archivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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


/*==========HEADER==========*/
.quiz_section{
	background:#fff;
	float:left;
	width:100%;
	padding:50px 0 60px;
	min-height: calc(100vh - 80px);
	}
.quiz-header{
    float: left;
    width: 100%;
    background: #fff;
	height:80px;
    position: relative;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
	}
.quiz-logo{
	float:left;
	width:170px;
	/* margin-top:15px; */
	}
.header_secure_img{
	float:right;
	width:136px;
	margin-top:25px;
	}	

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

	.thankyou-inr-box {
		display: none;
	}

.progressbar_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:580px;
	}
.progressbar{
	float:left;
	width:100%;
	height:13px;	
	position:relative;
	background:#d8eaf8;
	border-radius:30px;
	margin-top:10px;
	}
.prgress-1{
	float:left;
	height:100%;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	background:#1964db;
	border-radius:30px;
	position:relative;
	}	
.progress-text{
	color: #000;
    font-size: 15px;
    line-height: 20px;
	margin-bottom:7px;
	letter-spacing:0.3px;
	font-weight:500;
	}
	
.question-Box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.step-inrBox{
	float:left;
	width:100%;
	}
.step-hdng{
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 48px;
	color: #05304d;
    font-weight: 800;
	}
.step-hdng span{ color:#1964db;}	
.step-sub-hdng{
    float: left;
    width: 100%;
    font-size: 37px;
    line-height: 41px;
	color: #05304d;
    font-weight: 800;
	margin-top:8px;
	}
.step-text{
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    color: #595959;
    margin-top: 10px;
	}	
.option-box1{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width:415px;
	margin-top:10px;
	}
.option-box1{ margin-top:20px;}	

.option-col{
	float:left;
	width:100%;
	position:relative;
	margin-top:20px;
	}
.desc-opt{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #b7b7b7;
	border-radius:7px;
	position:relative;
	height:75px;
	font-size:20px;
	line-height:26px;
	cursor:pointer;
	color:#000;
	text-align:left;
	padding:0 20px;
	font-family: 'Archivo';
	letter-spacing:0.3px;
	
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content: space-between;
	}
.desc-opt:hover{
	background-color: #01bd4d;
    border-color: #01bd4d;
	color:#fff;
	}	
.option-col input[type="radio"]:checked + .desc-opt{
	background-color: #01bd4d;
    border-color: #01bd4d;
	color:#fff;
	}	
.desc-opt:hover .money-icns{
	filter:brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
	}		
.option-col input[type="radio"]:checked + .desc-opt .money-icns{
	filter:brightness(0) invert(1);
	-webkit-filter:brightness(0) invert(1);
	}	

.option-col input[type="radio"]{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	}
.option-col input[type="radio"] + span{
	width:26px;
	height:26px;
	position:absolute;
	right:15px;
	top: 50%;
    margin-top: -13px;
	border-radius:50%;
	z-index:1;
	background:url(../images/tik.svg) center center no-repeat #c9c9c9;
	background-size:14px;
	}
.option-col input[type="radio"]:checked + span + .desc-opt{
	background-color: #01bd4d;
    border-color: #01bd4d;
	color:#fff;
	}	
.option-col:hover input[type="radio"] + span{
	background:url(../images/hover-tik.svg) center center no-repeat #fff;
	background-size:15px;
	}	
.option-col input[type="radio"]:checked + span{
	background:url(../images/hover-tik.svg) center center no-repeat #fff;
	background-size:15px;
	}
	
.fld-box{
	float:left;
	width:100%;
	}	
.frm-box{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 415px;
    margin-top: 10px;
	}
.plnfrmfield{
	float:left;
	width:100%;
	margin-top:25px;
	position:relative;
	}
.plnfrmfield.hlf{ width:49%;}
.plnfrmfield.dob-field{ width:32%;}
.flds_label{
    position: absolute;
    top: -7px;
    background: #fff;
    padding: 0 6px;
    left: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #014075;
	}
.plninput{
	float: left;
    width: 100%;
    height: 70px;
    border: 1px solid #b7b7b7;
    padding: 0 20px;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Archivo';
    color: #000;
    border-radius: 7px;
    outline: none;
    -webkit-appearance: none;
	}
.plninput::placeholder{ color:#aeaeae;}	
.dwn-arw{ background: url(../images/drop-arw.png) no-repeat right 10px center #fff;}
.pg-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 80px;;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Archivo';
    -webkit-appearance: none;
    position: relative;
	border-radius:5px;
    border: none;
    background: #01bd4d;
	text-transform:uppercase;
    outline: none;
	margin-top:20px;
	}
.pg-btn img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 20px;
	width:22px;
	}	
.btn-back{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #000;
	letter-spacing:0.5px;
    cursor: pointer;
    margin-top: 40px;
	}
.btn-back img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 8px 0 0;
	width:13px;
	}
.frm_text{
	font-size:14px;
	line-height:14px;
	color:#8b8b8b;
	}	
	
.lock-txt{
	float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  	color: #000;
    text-align: center;
    margin-top: 12px;
	}	
.lock-txt img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px 7px 0 0;
	width:10px;
	}				
.terms_text{
    font-size: 13px;
    line-height: 20px;
    color: #000;
	text-align:left;
    letter-spacing: 0.5px;
    margin-top: 35px;
	}
a.link_text{
	color:#1964db;
	text-decoration:underline;
	}	

.serving_mid_wrap{
	margin:70px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.serving_box{
	width:52%;
	border:1px solid #e2e6eb;
	background:#fff;
	border-radius:8px;
	padding:25px 20px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.serving_cont{
	width:39%;
	text-align:left;
	}
.serving_heading{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.serving_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}
.serving_btn{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	text-align:center;
	max-width:195px;
    height: 40px;
	line-height:40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Archivo';
    position: relative;
    border-radius: 5px;
    background: #01bd4d;
    margin-top: 20px;
	}
.serving_imgbx{
	width:61%;
	}	
.serving_imgbx img{
	margin:0 auto 0;
	display:block;
	border-radius:8px;
	}	
	
.serving_box2{
	width:46%;
	text-align:left;
	border:1px solid #e2e6eb;
	background:#fff;
	border-radius:8px;
	padding:35px 40px 40px;
	}	
.domain_heading{
	display:inline-block;
	vertical-align:top;
	font-size:34px;
	line-height:38px;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #c2c2c2;
	padding-bottom:25px;
	}
ul.domain_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:14px;
	}
ul.domain_list li{
    background: url(../images/green-tike.png) no-repeat left 5px;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: left;
    font-weight: 500;
    background-size: 17px;
    padding-left: 32px;
    margin-top: 12px;
	}									

/*-========FOOTER========*/
.footer{
	background:#fff;
	float:left;
	width:100%;
	border-top:1px solid #dbdbdb;
	padding:40px 0 40px;
	}
.ftr_text{
	font-size:16px;
	line-height:22px;
	color:#000;
	}	
.ftr_text a{ padding:0 8px; color:#000;}
.top_1{ margin-top:18px;}

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

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

.serving_box2{ padding: 30px 25px 35px;}
.domain_heading{ font-size: 30px; line-height: 34px; padding-bottom: 20px;}
.serving_imgbx{ width: 57%;}
ul.domain_list li{ font-size: 17px; line-height: 25px; margin-top: 10px;}
}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.ctm_container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}

.step-hdng{ font-size: 40px; line-height: 44px;}
.step-sub-hdng{ font-size:30px; line-height:34px; margin-top:5px;}
	
.serving_cont{ width:100%;}
.serving_imgbx{ width:100%; margin-top:20px;}
.domain_heading{ font-size: 27px; line-height: 31px;}

}


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

.forMob{ display:block;}
.hide-mob{ display:none;}

.quiz-header{ height:60px;}
.quiz-logo{ width: 130px; float: none; display: block; margin: 8px auto 0;}
.header_text, .header_secure_img{ display:none;}

.quiz_section{ padding:25px 0 35px; min-height: calc(100vh - 100px);}
.head-rgt{ display:none;}
.quiz-inr-box{ margin-top: 0; min-height:auto; padding:0 5px; box-shadow:none;border-radius: 0;}
.progressbar{ height:10px;width: 100%;}
.progress-text{font-size: 13px;  line-height: 16px; margin-bottom: 3px;}
.question-Box{ margin-top:30px;}
.step-hdng{ font-size: 28px; line-height: 33px;}
.step-sub-hdng{ font-size: 25px; line-height: 28px;}
.step-text{ font-size: 16px; line-height: 22px; letter-spacing:0.5px;}
.option-col{ margin-top:15px;}
.option-col input[type="radio"] + span{ width: 20px;height: 20px;margin-top: -10px;}
.desc-opt{ height:65px; font-size: 18px; line-height: 24px; padding: 5px 15px;}
.option-box1 {margin-top: 10px;}
.fld-box{ margin-top:0;}
.plninput{ height:60px; font-size: 17px; padding:0 15px;}
.pg-btn{ height: 65px; font-size:24px;}
.pg-btn img{ margin: -3px 0 0 15px; width: 17px;}

.lock-txt { font-size: 13px; line-height: 14px; margin-top:10px;}
.lock-txt img { margin: -5px 5px 0 0; width: 10px;}
.btn-back{ font-size:14px; margin:30px 0 0;}

.terms_text{ font-size: 12px; line-height: 18px; margin-top: 30px;}

.serving_mid_wrap{ margin: 50px auto 0;}
.serving_box{ width:100%; padding:20px 15px 25px;}
.serving_heading{ font-size: 22px; line-height: 30px;}
.serving_text{ font-size: 15px; line-height: 23px; letter-spacing: 0.5px;}
.serving_btn{ margin-top:25px;}
.serving_box2{ width:100%; padding:20px 20px; margin-top:25px;}
.domain_heading{ font-size: 24px; line-height: 26px; padding-bottom: 15px;}
ul.domain_list{ margin-top:8px;}
ul.domain_list li{ font-size: 16px; line-height: 24px; letter-spacing: 0.5px; padding-left: 30px; margin-top: 10px;}

.footer{ padding:25px 0;}
.ftr_text{ font-size: 14px; line-height: 22px;}
.footer p a { padding: 0 4px;}
}


/*=====Progress Bar=====*/
.progress-bg{
	float:left;
	width:100%;
	}
.pop-overlay{
	float:left;
	width:100%;
	}
.pop-content{
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
	width:100%;
	max-width:720px;
	padding:0 10px;
	position:relative;
	overflow:hidden;
	}
.loading_heading{
	font-size:42px;
	line-height:50px;
	color:#000;
	font-weight:800;
	}
.loading_heading span{
	color:#f1cd4d;
	font-weight:800;
	}	

.popHeading{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:260px;
	margin-top:12px;
	}
.details-col{
	float: left;
    width: 100%;
	text-align:center;
    transition: all .2s ease-in-out;
    margin-top: 20px;
	}
.details-col p{
	color:#000;
	font-size:18px;
	line-height:22px;
	position:relative;
	border-radius:10px;
	}
.details-col p img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 8px 0 0;
	}	

.loader_box{
	float:left;
	width:100%;
	margin-top:20px;
	}
.loader{
	display:block;
	margin:0 auto;
	width:365px;
	height:30px;
	border:2px solid #d1d1d1;
	padding:3px;
	border-radius:2px;
	}
.loader ul{
	width:100%;
	height:100%;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	}
.loader ul li{
	display:none;
	width:calc((100% / 30) - 3px);
	height:100%;
	margin-right:3px;
	}
.loader ul li span{	
	display:block;
	height:100%;
	width:100%;
	border-radius:2px;
	background: #1964db;
	}		
	
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	margin-top:10px;
	}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
	}
ul.loader_list li h3{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000000;
	font-weight:bold;
	}
ul.loader_list li p{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:8px;
	}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	width:18px;
	height:18px;
	}

.tcpa_link {
	text-decoration: underline;
}


@media only screen and (max-width:767px){

.loading_heading{ font-size: 25px; line-height: 33px;}
.circle_animate{ width: 90px; height: 90px;}
.popHeading{ max-width:232px; margin-top:25px;}


.details-col{ margin-top:15px;}
.details-col p{ font-size:16px; line-height:20px;}

.loader{width:260px;}
.loader ul li {width: 6px;margin-right: 2px;}


ul.loader_list li h3{ font-size:16px; line-height:26px;}
ul.loader_list li p{ font-size:16px; line-height:24px;}
ul.loader_list li p img {margin: -2px 6px 0 0;width: 17px; height:17px;}


}


/*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:1.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}}
	