@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: 'Inter';
	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: 1130px;}

}
	

/*====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:14px 0;
	box-shadow:0 5px 9px -2px rgba(117,117,117,0.1);
	position:relative;
	}
.logo{
	width:280px;
	}
.header-btn{
	width:165px;
	border:1px solid #f38f00;
	border-radius:6px;
	font-size:17px;
	line-height:23px;
	color:#f38f00;
	font-weight:700;
	padding:9px 5px;
	text-align:center;
	}
.header-btn:hover{
	background:#f38f00;
	color:#fff;
	}

/*=====hero-section=====*/
.hero-section{
	padding:35px 0;
	background:#f8fcff;
	}
.hero-section_left{
	text-align:left;
	padding-top:50px;
	}
.hero-section_heading{
	font-size:52px;
	line-height:58px;
	font-weight:800;
	color:#1c6eb1;
	}
.hero-section_paragraph{
	font-size:18px;
	line-height:26px;
	color:#000;
	padding-right: 30px;
	margin-top:16px;
	}
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:13px;
	font-weight:600;
	padding-left:35px;
	letter-spacing:0.3px;
	text-align:left;
	color:#000;
	background:url(../images/check_icon.webp) no-repeat left 0px;
	background-size:25px;
	position:relative;
	z-index:2;
	}
.hero_image{
	position:absolute;
	right:200px;
	top:20px;
	}

.qualify_box{
	max-width:380px;
	margin-left:auto;
	padding:3px;
	border-radius:10px;
	box-shadow:0 0 9px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 2px rgba(0,0,0,0.2);
	z-index:99;
	}
.qualify_box-heading{
	background:#007ee5;
	padding:15px 15px 20px;
	text-align:center;
	border-radius:10px;
	position:relative;
	}
.qualify_box-heading h3{
	font-size:30px;
	line-height:32px;
	font-weight:800;
	color:#ffffff;
	}
.qualify_box-heading p{
	font-size:17px;
	line-height:25px;
	font-weight:500;
	color:#ffeb0d;
	margin-top:5px;
	}
.form_d-arrow{
	width:33px;
	position:absolute;
	left:50%;
	bottom:-17px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	}
.qualify_box-body{
	padding:25px 20px 20px;
	min-height:420px;
	overflow:hidden;
	}
.progressbar_row{
	margin-top:5px;
	}
.progressbar{
	width:100%;
	max-width:290px;
	background:#f0f0f0;
	height:13px;	
	position:relative;
	border-radius:30px;
	overflow:hidden;
	}
.prgress-1{
	background:#38a94d;
	float:left;
	height:100%;
	border-radius:30px;
	position:relative;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;	
	}
.question_box{
	text-align:center;
	transform: translateX(100%);
	opacity:0;
	transition: all 0.5s ease;
	}
.question_box.active {
  	opacity: 1;
  	transform: translateX(0);
	}
.question_heading{
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:bold;
	margin-top:35px;
	}
.cancellation_strip{
	background:#fdf0b9;
	border-radius:5px;
	padding:5px 10px;
	text-align:left;
	column-gap:8px;
	border:1px dashed #f38f00;
	}
.cancellation_strip img{
	width:20px;
	}
.cancellation_strip p{
	font-size:13px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}
.question_heading2{
	font-size: 19px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
	margin-top:15px;
	}
.step_col{
	margin-top:20px;
	row-gap:10px;
	width:100%;
	}
.input_field{
    width: 100%;
    height: 52px;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding:10px 15px;
    border: 1px solid #898989;
	}
.form_button{
	font-size:25px;
	color:#ffffff;
	font-family: 'Inter';
	font-weight:bold;
	height:60px;
	line-height:60px;
	text-align:center;
	background:#f38f00;
	border-radius:7px;
	cursor:pointer;
	outline:none;
	border:none;
	-webkit-appearance:none;
	box-shadow:0 5px 9px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 9px 1px rgba(0,0,0,0.2);
	margin-top:10px;
	}
.form_button img{
	width:14px;
	vertical-align:middle;
	margin:2px 0 0 10px;
	}
.choose_row{
	row-gap: 12px;
	}
.option-col{
    width: 100%;
	position:relative;
	}
.desc_option{
	width: 100%;
	background:#fff;
    text-align: left;
    cursor: pointer;
    border:1px solid #b9b9b9;
    border-radius: 6px;
    padding:12px 15px 12px 40px;
	height:50px;
	color: #000;
	column-gap:8px;
	transition: all .15s ease-in-out;
	}	
.all-radio{
	position: absolute;
	left:15px;
	top:50%;
	margin-top:-9px;
	-webkit-appearance:none;
	width:18px;
	height:18px;
	border:1px solid #b8b8b8;
	border-radius:50%;
	background:#fff;
	outline:none;
	cursor:pointer;
	}
.option-col:hover .desc_option{border:1px solid #38a94d; background: #38a94d;transition: all .15s ease-in-out;color:#fff;}
.option-col:hover .all-radio{border:1px solid #fff;}
.option-col input[type="radio"]:checked + .desc_option{
	background:#38a94d;
	border:1px solid #38a94d;
	color:#fff;
	font-weight:700;
	}
.all-radio:checked{
	border: 1px solid #fff;
	}
.all-radio:after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	left:4px;
	top:4px;
	background:#38a94d;
	border-radius:50%;
	opacity:0;
	z-index:1;
	}
.all-radio:checked:after{
	opacity:1;
	}
.option-col:hover .all-radio:after{opacity:1;}
.desc_option p{
	font-family: 'Inter';
	font-size: 17px;
    line-height: 22px;
	font-weight:500;
	}
.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;
	}
.secure_lock-text{
	font-size:13px;
	line-height:18px;
	text-align:left;
	color:#000000;
	margin-top:18px;
	justify-content: center;
	}
.secure_lock-text img{
	width:10px;
	vertical-align:middle;
	margin-right:5px;
	}

/*=====as-seen=====*/
.as-seen{
	padding:25px 0;
	background:#f1f1f1;
	}
.as-seen-heading{
	font-size:17px;
	line-height:23px;
	color:#252525;
	font-weight:500;
	}
.as-seen-row{
	column-gap:40px;
	margin:15px auto 0;
	}
.as-seen-logo{
	width:auto;
	height:39px;
	}

/*=====section1=====*/
.section1{
	padding:60px 0 70px;
	background:#fff;
	}
.common-heading{
	font-size:40px;
	line-height:48px;
	color:#000;
	font-weight:800;
	}
.common-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:35px;
	}
.s1-row{
	margin:45px auto 0;
	}
.s1-col{
	width:23%;
	text-align:center;
	position:relative;
	padding:0 20px;
	}
.s1-col:before{
	content:"";
	position:absolute;
	border-top:2px dotted #1b7dcd;
	top:25px;
	left:66%;
	right:-45%;
	}
.s1-col:last-child:before{
	display:none;
	}
.s1-col-icn-box{
	width:100%;
	}
.s1-col-icn{
	display:block;
	margin:0 auto;
	width:52px;
	max-width:100%;
	}
.s1-col-content{
	width:100%;
	padding:15px 0 0;
	}
.s1-col-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.s1-col-text2{
	font-size:18px;
	line-height:25px;
	color:#1e1e1e;
	margin-top:10px;
	}

.common-button-box{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	width:100%;
	max-width:370px;
	margin:40px auto 0;
	}
.common-button{
	width:100%;
	font-size:21px;
	line-height:62px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.3px;
	background:#f38f00;
	height:60px;
	border-radius:8px;
	text-align:center;
	box-shadow:0 5px 5px 0 rgba(0,0,0,0.2);
	}
.button-arrow{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 0 0 5px;
	}
	
/*=====section2=====*/
.section2{
	padding:60px 0 70px;
	background:#f4faff;
	}
.s2-box-inner{
	padding:0 24px;
	}
.s2-img{
	display:block;
	margin:45px auto 0;
	width:774px;
	max-width:100%;
	border:2px solid #fff;
	border-radius:10px;
	box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}
.s2-text1{
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:700;
	margin-top:30px;
	}
.s2-list{
	margin-top:10px;
	}
.s2-list li{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:700;
	text-align:left;
	background:url(../images/s2-list-tick.webp) no-repeat left 7px;
	background-size:28px;
	padding:10px 0 10px 45px;
	}

/*=====section3=====*/
.section3{
	padding:60px 0;
	background:#fff;
	}
.testi-row{
	margin:35px auto 0;
	}
.testi-col{
	width:32%;
	background:#f5f5f5;
	border:1px solid #dcdcdc;
	border-radius:10px;
	padding:15px 20px 25px;
	}
.testi-star{
	display:block;
	margin:12px 0 0;
	width:85px;
	}
.testi-text1{
	font-size:17px;
	line-height:25px;
	color:#323232;
	margin-top:12px;
	}
.testi-verify{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:12px;
	align-items:center;
	margin:0 auto 0;
	}
.testi-verify-left{
	width:62px;
	flex-shrink:0;
	}
.testi-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:50%;
	}
.testi-verify-right{
	text-align:left;
	}
.testi-verify-name{
	font-size:17px;
	line-height:23px;
	color:#000;
	font-weight:700;
	}
.testi-verify-text{
	font-size:12px;
	line-height:14px;
	color:#5b5b5b;
	margin-top:5px;
	}
.testi-verify-text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:0px 5px 0 0;
	}


/*====Footer====*/
.footer{
	background:#fff;
	border-top:1px solid #ccc;
	padding:45px 0;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	width:260px;
	}
.footer-txt1{
	font-size:14px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	}
.footer-txt1 a{ padding:0 8px; position:relative;}
.footer-txt1 a:before{
	content:"";
	position:absolute;
	right:-2px;
	top:3px;
	height:15px;
	border-right:2px solid #c0c0c0;
	}
.footer-txt1 a:last-child:before{
	display:none;
	}


/*=====Media-Querry=====*/

@media only screen and (max-width:1199px){

.hero-section_heading{font-size: 48px;line-height: 55px;}
.hero_image {width: 400px;}
.qualify_box-body { padding: 25px 18px 20px;}

.s1-col { padding: 0 10px;}
.s2-box-inner{ padding:0;}

}


@media only screen and (max-width:991px){


.desc_option p{ font-size:16px;}
.hero_image {width: 350px;right: 110px;top: 30px;}
.hero-section_heading {font-size: 36px;line-height: 43px;}
ul.hero-section_list li{ font-size:17px; line-height:24px; padding-left:30px; background-size:20px;}

.qualify_box-body{min-height: 380px;padding: 25px 15px 15px;}
.question_heading2{font-size: 17px; line-height: 23px;}
.secure_lock-text{ font-size:11px;}


.as-seen-row {column-gap: 30px;}
.as-seen-logo { height:33px;}

.common-heading { font-size: 35px; line-height: 43px;}
.s1-col { padding: 0;}
.s1-col:before {top: 25px; left: 72%; right: -37%;}
.s1-col-text1 { font-size:20px; line-height:26px;}

.testi-verify-left { width: 48px;}

}

@media only screen and (max-width:767px){


.top-strip-text { font-size: 15px; line-height: 20px;}
.logo{ width:240px;}

.hero-section{ padding:20px 0 30px; overflow:hidden;}
.hero-section_left{ padding-top:0; text-align:center;}
.hero-section_heading {font-size: 28px;line-height: 33px;}
.hero-section_paragraph{ padding:0; font-size:16px; line-height:22px; padding: 0 20px;margin-top:5px;}

.hero-section_list-outer-m{ position:relative;display: flex; justify-content: space-between;margin: 0 auto; width: 100%;  max-width: 400px;}
ul.hero-section_list{ width:56%;margin-top: 15px;}
ul.hero-section_list li {margin-top: 10px; font-size: 15px;line-height: 20px;padding-left: 32px; background-size: 19px;padding-bottom:10px;border-bottom:1px solid #e3eaf0; }
ul.hero-section_list li:nth-child(3){ border:none;}
.hero_image { width: 260px; right: -50px; top: 5px;z-index: 9;}

.qualify_box{ max-width:100%; margin-top:10px;}
.qualify_box-heading h3 {font-size: 27px;line-height: 28px;}
.qualify_box-heading p {font-size: 15px;line-height: 20px;margin-top: 3px;}
.form_d-arrow{width: 26px;bottom: -13px;}
.qualify_box-body{min-height:320px;row-gap: 10px;padding: 25px 18px 20px;}

.progressbar{height: 10px;}
.question_heading{font-size: 21px;line-height: 27px; margin-top: 15px;}
.question_heading2 { font-size: 19px; line-height: 25px;}
.step_col{ margin-top:15px;}
.input_field{ font-size:16px;}
.all-radio{left: 12px;}
.form_button{font-size: 22px;}
.secure_lock-text {font-size: 12px;line-height: 12px;}
.secure_lock-text img{ width:9px;}
.back_button { font-size: 14px;}


.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;}

.section1 { padding:30px 0 40px;}
.common-heading { font-size: 26px; line-height: 32px;}
.common-text { font-size: 17px; line-height: 25px; margin-top: 25px;}
.common-button-box {margin: 25px auto 0;}

.s1-row { margin: 0 auto 0; row-gap:40px; max-width:370px; position:relative; padding-top:90px;}
.s1-row:before{ position:absolute; left:35px; top:0; width:146px; height:88px; background:url(../images/sec1_dot-line.webp) no-repeat center center; background-size:100%; content:"";}
.s1-col{ width:100%; display:flex; display:-webkit-flex; justify-content:flex-start; align-items:flex-start; column-gap:15px; padding:0 10px 0;}
.s1-col:before { top:70px; left:33px; right: auto;  bottom:-32px; border-top: none; background:url(../images/s1-col_dot-line.webp) repeat-y center center; width:2px; }

.s1-col:last-child{ padding-bottom:0;}
.s1-col-icn-box{ width:52px; flex-shrink:0;}
.s1-col-content{ text-align:left; padding:0 0 0;}
.s1-col-text1 { font-size: 21px; line-height: 27px;}
.s1-col-text2 { font-size: 17px; line-height: 24px; margin-top:5px;}

.section2 { padding:30px 0 40px;}
.s2-img { height:240px; -o-object-fit: cover; object-fit:cover; margin: 25px auto 0;}
.s2-text1 { font-size: 18px; line-height: 25px; margin-top:23px; font-weight:600;}
.s2-list li{ border-bottom:1px solid #dbe1ef; background-position-y:center; line-height:22px; letter-spacing:0.2px;padding: 12px 0 12px 45px;}
.s2-list li:last-child{ border-bottom:none;}
.section2 .common-button-box{ margin-top:15px;}

.section3 { padding:30px 0 35px;}
.testi-row {margin:25px auto 0; row-gap:20px;}
.testi-col{ width:100%;}
.testi-verify-left { width: 55px;}
.testi-verify-name { font-size: 16px; line-height: 21px;}
.testi-verify-text img { width: 12px; margin: -2px 5px 0 0;}
.testi-text1 { font-size:16px; line-height:23px;}
.testi-star { margin: 15px 0 0; width: 75px;}


.footer { padding: 30px 0 30px;}
.ftr-logo {margin: 0 auto 20px; width: 230px;}
.footer-txt1 {font-size: 13px; line-height: 23px; margin-top: 12px;}


}


