@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*--------RESET CSS--------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	font-family: 'Roboto';
	font-weight:400;
	}
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{ text-decoration:none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}


/*=====container=====*/
@media (min-width: 1200px){
.container {max-width: 1200px;}

}
	

/*====top-strip====*/
.top-strip{
	background:#c2ffcd;
	padding:6px 0 5px;
	}
.top-strip-text{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:500;
	}

/*=====header-section=====*/
.header-section{
	background:#fff;
	padding:8px 0;
	position:relative;
	}
.logo{
	width:111px;
	}
.header-btn{
	width:180px;
	background:#fe7204;
	border-radius:10px;
	font-size:16px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	padding:12px 5px;
	text-align:center;
	}

/*=====hero-section=====*/
.hero-section{
	padding:40px 0 60px;
	background:url(../images/hero-sec-bg.webp) no-repeat center top;
	background-size:cover;
	}
.hero-section_left{
	text-align:left;
	}
.hero-section_heading{
	font-size:55px;
	line-height:57px;
	font-family: 'Roboto Condensed';
	font-weight:bold;
	color:#fff;
	}
.hero-section_heading span{ color:#fea202;}	
.hero-section_strip{
	border-top:1px solid #1371bc;
	border-bottom:1px solid #1371bc;
	font-size:16px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.2px;
	padding:10px 65px 10px 0;
	margin-top:16px;
	}
.hero-section_list_heading{
	font-size:24px;
	line-height:24px;
	color:#00c6fe;
	font-weight:800;
	margin-top:32px;
	}	
ul.hero-section_list{
	list-style: none;
    padding: 0;
	margin-top:15px;
	}
ul.hero-section_list li{
	font-size:18px;
	line-height:26px;
	margin-top:8px;
	padding-left:30px;
	text-align:left;
	color:#fff;
	letter-spacing:0.2px;
	background:url(../images/check_icon.webp) no-repeat left 3px;
	background-size:18px;
	position:relative;
	z-index:2;
	}

.qualify_box{
	max-width:420px;
	margin-left:auto;
	border-radius:15px;
	box-shadow:0 0 0 5px #0a80c1;
	z-index:99;
	}
.qualify_box-heading{
	text-align:center;
	padding:20px 20px 0;
	}
.qualify_box-heading p{
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:#000;
	}	
.qualify_box-heading h3{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	color:#000;
	margin-top:5px;
	}

.qualify_box-body{
	padding:10px 20px 25px;
	overflow:hidden;
	}
.progressbar_row{
	margin-top:5px;
	}
.progressbar{
	width:100%;
	background:#e6f3f9;
	height:7px;	
	position:relative;
	border-radius:30px;
	overflow:hidden;
	}
.prgress-1{
	background:#f4643f;
	float:left;
	height:100%;
	border-radius:30px;
	position:relative;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	}
.question_box{
	float: left;
	width: 100%;
	text-align:center;
	}
	
.fadeRight{animation: fadeInRight 0.8s ease;}
@keyframes fadeInRight { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }	

.question_heading{
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
	text-align:left;
    margin-top: 28px;
	}
.question_heading2{
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
	}


.step_col{
	margin-top:20px;
	row-gap:10px;
	width:100%;
	}
.input_field{
    width: 100%;
    height: 60px;
    border-radius: 12px;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Roboto';
	font-size: 20px;
    line-height: 26px;
    color: #000;
    padding:10px 15px;
    border: 1px solid #8cb1be;
	}
.input_field::placeholder{ color:#000;}	
.select-flds{
    background: url(../images/down-arrow.webp) #fff no-repeat center right 15px;
    background-size: 14px !important;
	}	
.form_button{
	font-size:26px;
	color:#ffffff;
	font-family: 'Roboto';
	font-weight:bold;
	height:70px;
	line-height:60px;
	text-align:center;
	background:#fe7204;
	border-radius:12px;
	cursor:pointer;
	outline:none;
	border:none;
	-webkit-appearance:none;
	margin-top:10px;
	}
.form_button img{
    width: 18px;
    vertical-align: middle;
    margin: 3px 0 0 12px;
	}
.choose_row{
	row-gap: 12px;
	}
.option-col{
    width: 100%;
	position:relative;
	}
.desc_option{
	width: 100%;
	background:#f3fcff;
    text-align: center;
    cursor: pointer;
    border:1px solid #cadee5;
    border-radius: 12px;
    padding:10px 15px;
	height:70px;
	color: #000;
	column-gap:8px;
	transition: all .15s ease-in-out;
	}	
.desc_option p{
	font-size: 22px;
    line-height: 26px;
	font-weight:bold;
	}	
.option-col:hover .desc_option{border:2px solid #01609c; background: #2fc1fa;color:#fff;}	
	
.option-col input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
	}	
	
.all-radio{
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-11px;
	-webkit-appearance:none;
	width:22px;
	height:22px;
	border-radius:50%;
	outline:none;
	cursor:pointer;
	}
.option-col:hover .all-radio{border:1px solid #cadee5; background:#fff;}
.all-radio:after, .no-all-radio:after{
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:5px;
	top:5px;
	background:url(../images/tike.webp) no-repeat;
	background-size:12px !important;
	border-radius:50%;
	opacity:0;
	z-index:1;
	}
.no-all-radio:after{ 
	background:url(../images/cross.webp) no-repeat;
	left:4px;
	top:4px;
	}	

.option-col:hover .all-radio:after, .option-col:hover .no-all-radio:after{opacity:1;}

/*.option-col input[type="radio"]:checked + span + .desc_option{
	border:2px solid #01609c; 
	background: #2fc1fa;
	color:#fff;
	font-weight:700;
	}*/
	
/*.all-radio:checked:after, .no-all-radio:checked:after{opacity:1;}
.option-col input[type="radio"]:checked + span.all-radio{border:1px solid #cadee5; background:#fff;}
.all-radio:checked{border: 1px solid #fff;}
.option-col input[type="radio"]:checked + span.all-radio:after,
.option-col input[type="radio"]:checked + span.no-all-radio:after{opacity:1;}*/

.secure_lock-text{
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #000000;
    margin-top: 18px;
    justify-content: center;
	}
.secure_lock-text img{
	width:14px;
	vertical-align:middle;
	margin-right:7px;
	}
	
.back_button{
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 15px;
    line-height: 20px;
    color: #7d7d7d;
    cursor: pointer;
    margin-top: 20px;
	}
.back_button img{
    display: inline-block;
    vertical-align: middle;
    margin:0 8px 0 0;
	width:15px;
	}
	
.loading_img{
    width: 110px;
    margin-top: 25px;
	}	
ul.loader_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:338px;
	min-height:300px;
	margin:10px 0;
	margin-top:15px;
	}
ul.loader_list li{
	text-align:left;
	margin-top:30px;
	}
ul.loader_list li h3{
	font-size:20px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	}
ul.loader_list li p{
	font-size:20px;
	line-height:28px;
	color:#000000;
	margin-top:8px;
	}
ul.loader_list li p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 10px 0 0;
	width:18px;
	}	

/*=====as-seen=====*/
.as-seen{
	padding:20px 0;
	background:#fff;
	border-bottom:1px solid #d0d9e1;
	}
.as-seen-heading{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:600;
	}
.as-seen-row{
	column-gap:40px;
	margin:15px auto 0;
	}
.as-seen-logo{
	width:auto;
	height:42px;
	}
	

/*=====Media-Querry=====*/

@media only screen and (max-width:1199px){
.hero-section_heading{ font-size: 48px; line-height: 50px;}
.question_heading{ font-size: 19px; line-height: 25px;}
.desc_option p{ font-size: 20px; line-height: 24px;}
.question_heading2{ font-size: 24px; line-height: 30px;}
}

@media only screen and (max-width:991px){
.hero-section{ padding: 40px 0 50px;}
.hero-section_heading{ font-size: 36px; line-height: 40px;}
.hero-section_strip{ padding:10px 0;}
.hero-section_list_heading{ font-size: 20px; line-height: 20px; margin-top: 25px;}
ul.hero-section_list li{ font-size: 17px; line-height: 26px; padding-left: 27px;}
.extrabold{ font-weight:800;}

.qualify_box-body{ padding: 10px 12px 20px;}
.desc_option{ height:60px;}
.desc_option p{ font-size: 16px; line-height: 20px;}
.secure_lock-text { font-size: 10px; line-height: 14px; margin-top: 15px;}
.form_button{ height:60px; font-size:24px;}
.all-radio{ left:12px;}

.input_field{ font-size:18px; line-height:24px;}

.question_heading2{ font-size: 22px; line-height: 28px;}

ul.loader_list li{ margin-top:25px;}
ul.loader_list li h3{ font-size:18px; line-height:26px;}
ul.loader_list li p{ font-size:17px; line-height:26px;}
ul.loader_list li p img{ margin:-5px 10px 0 0; width:15px;}

.as-seen-row {column-gap: 30px;}
.as-seen-logo { height:33px;}

}

@media only screen and (max-width:767px){
.logo{ width: 90px;}

.hero-section{ padding: 20px 0 30px; background: #014C81;
background: linear-gradient(180deg, rgba(1, 76, 129, 1) 0%, rgba(1, 80, 134, 1) 9%, rgba(1, 87, 143, 1) 22%, rgba(1, 124, 179, 1) 36%, rgba(0, 84, 135, 1) 52%, rgba(0, 60, 105, 1) 73%, rgba(0, 42, 82, 1) 84%, rgba(0, 35, 72, 1) 99%);}
.hero-section_left{ text-align: center;}	
.hero-section_heading{ font-size: 32px; line-height: 34px;}	
.hero-section_strip{ font-size: 14px; line-height: 22px; padding: 0; border: none;}

.qualify_box{ max-width: 420px; margin: 25px auto 0;}
.qualify_box-heading{ padding: 16px 10px 0;}	
.qualify_box-heading h3{ font-size: 24px; line-height: 30px;}	
.qualify_box-body{ padding: 10px 15px 25px;}	
.hero-section_list_heading{ font-size: 17px; line-height: 19px; margin-top: 25px;}
.question_heading{ font-size: 18px; line-height: 24px; margin-top:22px;}
.desc_option p{ font-size: 18px; line-height: 20px;}
.all-radio{ left: 15px; width: 20px; height: 20px; margin-top: -10px;}
.all-radio:after, .no-all-radio:after{ top:4px; left:4px;}
.no-all-radio:after{ left: 3px; top: 3px;}


.option-col:hover .desc_option {border: 1px solid #cadee5;background: #f3fcff; color: #000;}
.option-col:hover .all-radio{ background: none; border:none;}
.option-col:hover .all-radio:after, .option-col:hover .no-all-radio:after{ opacity:0;}


/*.option-col:focus .desc_option,
.option-col:focus-visible .desc_option {border: 2px solid #01609c !important; background: #2fc1fa !important; color:#fff !important;}
.option-col:focus .all-radio,
.option-col:focus-visible .all-radio{ border: 1px solid #cadee5; background: #fff;}
.option-col:focus .all-radio:after,.option-col:focus-visible .all-radio:after, 
.option-col:focus .no-all-radio:after,.option-col:focus-visible .no-all-radio:after{ opacity:1;}*/


.option-col.active .desc_option {border: 2px solid #01609c !important; background: #2fc1fa !important; color:#fff !important;}
.option-col.active .all-radio{ border: 1px solid #cadee5; background: #fff;}
.option-col.active .all-radio:after, .option-col.active .no-all-radio:after{ opacity:1 !important;}



.secure_lock-text{ font-size: 12px; line-height: 14px; margin-top: 12px;}
.secure_lock-text img{ width:12px;}

.question_heading2{ font-size: 22px; line-height: 28px;}
.form_button{ font-size:22px;}

ul.hero-section_list{ margin-top:8px;}
ul.hero-section_list li{ font-size: 15px; line-height: 23px; padding-left: 27px; background-size: 16px; margin-top: 6px;}	

.loading_img{ width: 80px;}
ul.loader_list{ min-height:240px; margin-top:10px;}
ul.loader_list li{ margin-top:20px;}
ul.loader_list li p{ font-size:16px; line-height:24px;}
ul.loader_list li p img{ margin:-5px 10px 0 0; width:15px;}
	
.as-seen { padding: 15px 0;}
.as-seen-row { row-gap:10px; column-gap: 25px; margin:8px auto 0;}
.as-seen-heading {font-size:15px; line-height:21px;}
.as-seen-logo { height: 33px;}	


}