@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: 'Lab Grotesque';
	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;}
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;
	}
.wrapper{ overflow:hidden;}

/*--------FONTS--------*/

@font-face {
	font-family: 'Lab Grotesque';
	src: url('LabGrotesque-Medium.woff2') format('woff2'),
	url('LabGrotesque-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('LabGrotesque-Regular.woff2') format('woff2'),
	url('LabGrotesque-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('LabGrotesque-Black.woff2') format('woff2'),
	url('LabGrotesque-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Lab Grotesque';
	src: url('LabGrotesque-Bold.woff2') format('woff2'),
	url('LabGrotesque-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}


/*--------MAIN CSS START--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	}
.top_strip{
	background:#f6f1a4;
	float:left;
	width:100%;
	padding:6px 0;
	}
.top_strip p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:500;
	}
.top_strip_upto{
	display:inline-block;
	vertical-align:middle;
	margin:0 2px 0 4px;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	}

.topFixBar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:80px;
	padding:10px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	}
.phone{
	float:right;
	height:50px;
	padding:0 25px 0 55px;
	border:1px solid #f8b587;
	border-radius:6px;
	position:relative;
	font-size:19px;
	line-height:21px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-align:left;
	margin-top:5px;
	}
.phone span{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	}
.phone img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	}
.mail{
	float:right;
	height:50px;
	padding:0 20px 0 55px;
	border:1px solid #f8b587;
	border-radius:6px;
	position:relative;
	margin-right:10px;
	font-size:15px;
	line-height:48px;
	font-weight:500;
	letter-spacing:0.5px;
	text-align:left;
	margin-top:5px;
	}
.mail img{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:20px;
	}


	

/*------BANNER CSS------*/
.banner {
    float:left;
    width:100%;
	padding:90px 0 0;
	background: url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	}
.banner_top{
	float:left;
	width:100%;
	}
.banner_top_text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	letter-spacing:0.5px;
	}
.banner_head{
	float:left;
	width:100%;
	font-size:65px;
	line-height:72px;
	font-weight:900;
	letter-spacing:0.5px;
	color:#fff;
	margin-top:20px;
	}
.banner_head .blue{ color:#00b4ff; text-decoration:underline;}
.banner_head_small{
	display:inline-block;
	vertical-align:middle;
	font-size:26px;
	line-height:28px;
	margin:-8px -5px 0 4px;
	}
.banner_text{
	float:left;
	width:100%;
	font-size:21px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.5px;
	margin-top:35px;
	}

.button_box{
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	max-width:580px;
	width:100%;
	}
.common_button{
	float:left;
	width:100%;
	height:70px;
	font-size:24px;
	line-height:70px;
	font-weight:900;
	color:#fff;
	letter-spacing:0.5px;
	background:#ed711b;
	border-radius:50px;
	}
.btn_upto{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	line-height:12px;
	margin: -2px 2px 0 5px;
	text-transform:uppercase;
	}
.button_caption{
	float:left;
	width:100%;
	margin-top:15px;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.5px;
	}
.button_caption img{
	display:inline-block;
	vertical-align:top;
	margin:-3px 10px 0 0;
	}


.banner_bottom{
	float:left;
	width:100%;
	margin-top:80px;
	border-top:1px solid #404a5b;
	background:rgba(0,0,0,0.3);
	}
.banner_strip{
	float:left;
	width:100%;
	}
.banner_strip li{
	display:inline-block;
	vertical-align:middle;
	width:calc(25% - 3px);
	border-right:1px solid #404a5b;
	padding:20px 0;
	}
.banner_strip li:last-child{border-right:none;}
.banner_strip li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	}
.banner_strip li p{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.banner_strip li p span{
	text-transform:capitalize;
	font-weight:normal;
	}

/*----FEATURED-SECTION----*/
.featured_sec{
	float:left;
	width:100%;
	padding:40px 0;
	border-bottom:1px solid #eaeaea;
	}
.featured_slider{
	float:left;
	width:100%;
	}
.featured_img{
	display:inline-block;
	vertical-align:middle;
	padding:0 40px;
	}




/*----SECTION-1----*/
.sec1{
	float:left;
	width:100%;
	padding:50px 0 70px;
	background:#FFF;
	position:relative;
	}
.sub_head{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	color:#2a2a2a;
	letter-spacing:0.5px;
	}
.sub_head_upto{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	line-height:15px;
	margin: -2px 2px 0 2px;
	text-transform:uppercase;
	}
.s1_nav_list{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	}
.s1_nav{
	width:18%;
	background:#e9f9ff;
	border-radius:6px;
	text-align:left;
	padding:25px;
	position:relative;
	overflow:hidden;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	}
.s1_nav:before{
	content:'';
	position:absolute;
	bottom:-50px;
	left:-50px;
	width:120px;
	height:120px;
	background:#fff;
	border-radius:50%;
	}
.s1_nav_head{
	float:left;
	width:100%;
	color:#000;
	font-size:22px;
	line-height:24px;
	font-weight:900;
	position:relative;
	}
.s1_nav_img{
	position:absolute;
	}
.s1_nav_img1{ bottom:10px; right:-70px;}
.s1_nav_img2{ bottom:10px; right:-60px;}
.s1_nav_img3{ bottom:10px; right:-60px;}
.s1_nav_img4{ bottom:10px; right:-90px;}
.s1_nav_img5{ bottom:-10px; right:-50px;}
.s1_nav_arrow{
	float:left;
	margin-top:100px;
	position:relative;
	}
.s1_mid{
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:60px;
	border-radius:20px;
	border:1px solid #d74141;
	}
.s1_mid_left{
	float:left;
	width:50%;
	background:#d74141;
	text-align:left;
	padding:40px 35px 120px 40px;
	position:relative;
	}
.common_head{
	float:left;
	width:100%;
	font-size:50px;
	line-height:56px;
	font-weight:900;
	color:#000;
	}
.common_upto{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:20px;
	margin:-6px 2px 0 4px;
	text-transform:uppercase;
	}
.s1_mid_left .common_head{
	font-weight:bold;
	}
.common_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:26px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#000;
	margin-top:30px;
	}
.s1_mid_arw{
	position:absolute;
	top:250px;
	right:-32px;
	}
.s1_mid_right{
	float:right;
	width:50%;
	padding-top:30px;
	}
.s1_mid_right_list{
	float:left;
	width:100%;
	}
.s1_mid_right_list li{
	float:left;
	width:100%;
	text-align:left;
	padding:20px 40px 20px 105px;
	border-bottom:1px solid #e1e1e1;
	background:url(../images/s1-right-list-point.png) no-repeat 55px 22px;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#000;
	}
.s1_mid_right_list li:last-child{ border-bottom:none;}
.s1_bottom{
	display:inline-block;
	vertical-align:top;
	max-width:1070px;
	width:100%;
	padding:25px 45px 20px;
	border-radius:100px;
	background:#fff;
	box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
	margin-top:-60px;
	position:relative;
	}
.s1_bottom p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#000;
	}
.s1_bottom p span{ font-weight:900;}

/*----SECTION-2----*/
.sec2{
	float:left;
	width:100%;
	padding:70px 0 60px;
	background:#eef5fb;
	position:relative;
	}
.down_arrow{
	position:absolute;
	top:-40px;
	left:50%;
	transform:translateX(-50%);
	}
.sec2 .common_text{ padding:0 55px;}
.S2_mid{
	float:left;
	width:100%;
	position:relative;
	}
.s2_left{
	float:left;
	width:45%;
	position:relative;
	margin:30px 0 0 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s2_right_img{
	position:absolute;
	top:0;
	right:0;
	}
.s2_left_col{
	width:48%;
	background:#fff;
	margin-top:30px;
	padding:15px 25px;
	border-radius:10px;
	border:1px solid #2cc1ff;
	}
.s2_left_col img{
	display:block;
	margin:0 auto;
	}
.s2_left_head{
	float:left;
	width:100%;
	font-size:25px;
	line-height:25px;
	font-weight:900;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.s2_left_text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:23px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}

/*----SECTION-3----*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:url(../images/s3-bg.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
	}
.s3_mid{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}
.s3_mid_col{
	width:33.33%;
	border-right:1px solid #44617a;
	padding:0 50px;
	}
.s3_mid_col:last-child{ border:none;}
.s3_head{
	float:left;
	width:100%;
	font-size:50px;
	line-height:50px;
	font-weight:900;
	color:#00b4ff;
	}
.s3_text1{
	float:left;
	width:100%;
	font-size:26px;
	line-height:26px;
	font-weight:500;
	color:#fff;
	margin-top:10px;
	}
.s3_text2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#fff;
	margin-top:10px;
	}

/*----SECTION-4----*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.s4_mid{
	float:left;
	width:100%;
	}
.s4_left{
	float:left;
	width:48%;
	text-align:left;
	}
.s4_left_img{
	float:left;
	width:85%;
	margin-top:25px;
	position:relative;
	}
.s4_left_img img{
	float:left;
	width:100%;
	}
.s4_img_caption{
	width:200px;
	position:absolute;
	top:10px;
	right:30px;
	text-align:center;
	}
.s4_img_head{
	display:inline-block;
	vertical-align:top;
	font-size:45px;
	line-height:45px;
	color:#00b4ff;
	font-weight:900;
	}
.s4_img_head span{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
	margin: -4px 5px 0 0;
	}
.s4_img_text{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	line-height:17px;
	color:#000;
	font-weight:normal;
	margin-top:5px;
	}

.s4_right{
	float:right;
	width:51%;
	padding-left:100px;
	}
.s4_right li{
	float:left;
	width:100%;
	margin-top:30px;
	padding-bottom:30px;
	text-align:left;
	position:relative;
	border-bottom:1px solid #e1e1e1;
	}
.s4_right li:before{
	content:'';
	position:absolute;
	top:50px;
	left:-62px;
	bottom:-40px;
	border-right:2px dotted #00b4ff;
	}
.s4_right li:first-child{ margin-top:0;}
.s4_right li:last-child{ border-bottom:none; padding-bottom:0;}
.s4_right li:last-child:before{ display:none;}
.s4_list_point{
	position:absolute;
	top:0;
	left:-90px;
	width:55px;
	height:55px;
	text-align:center;
	border-radius:50%;
	background:#ed711b;
	color:#fff;
	font-size:26px;
	line-height:55px;
	font-weight:bold;
	}
.s4_list_head{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#000;
	}
.s4_list_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:28px;
	letter-spacing:0.5px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	}


/*----SECTION-5----*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#eef5fb;
	position:relative;
	}
.s5_strip{
	display:inline-block;
	vertical-align:top;
	margin-top:35px;
	background:#fff;
	border-radius:50px;
	padding:5px 40px;
	}
.s5_strip p{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	}
.s5_strip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 15px 0 15px;
	}
.s5_mid{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s5_col{
	width:31%;
	background:#fff;
	border-radius:4px;
	padding:45px 40px 50px 45px;
	text-align:left;
	}
.s5_list_icon{
	display:block;
	}
.s5_list_text{
	float:left;
	width:100%;
	color:#000;
	font-size:24px;
	line-height:34px;
	font-weight:500;
	margin:30px 0 35px;
	padding-bottom:35px;
	border-bottom:5px solid #eef5fb;
	}
.s5_read_more{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	text-decoration:underline;
	}
.s5_read_more img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}
.money_back{
	float:left;
	width:100%;
	margin-top:50px;
	}
.money_seal{
	float:left;
	width:100%;
	}
.money_seal img{
	display:inline-block;
	vertical-align:middle;
	}
.money_back_head{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:30px;
	line-height:36px;
	font-weight:900;
	color:#000;
	}
.money_back_text{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	color:#000;
	}


/*----SECTION-6----*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.s6_list{
	float:left;
	width:100%;
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s6_list_box{
	width:18%;
	background:#fff;
	height:170px;
	margin-top:30px;
	padding:10px;
	border-radius:10px;
	box-shadow:0 0 15px 1px rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	}
.s6_list_box img{
	max-width:100%;
	}


/*----SECTION-7----*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#eef5fb;
	position:relative;
	}
.s7_mid{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s7_slider{
	/* float:left; */
	width:100%;
	display:flex;
	justify-content:space-between;
	}
.s7_col{
	width:31%;
	background:#fff;
	border:1px solid #e1e1e1;
	border-radius:10px;
	padding:20px 20px 30px;
	position:relative;
	}
.quote_marks{
	position:absolute;
	top:30px;
	left:50px;
	}
.test_img{
	display:block;
	margin:0 auto 10px;
	border-radius:50%;
	}
.test_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	letter-spacing:0.5px;
	font-weight:normal;
	color:#000;
	margin-top:5px;
	height: 150px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
	}

	.test_text::-webkit-scrollbar {
	width: 5px;
	}
 
	.test_text::-webkit-scrollbar-track {
	box-shadow: none;
	background: #ddd;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
	
	.test_text::-webkit-scrollbar-thumb {
	background: #505053;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.test_star{
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
	}
.test_name{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	color:#000;
	margin-top:5px;
	}
.test_role{
	float:left;
	width:100%;
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#626262;
	margin-top:5px;
	}

/*----SECTION-8----*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	position:relative;
	}
.s8_mid{
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
	max-width:630px;
	width:100%;
	}
.s8_contact{
	float:left;
	width:100%;
	margin-top:15px;
	border:2px solid #12304a;
	border-radius:10px;
	text-align:left;
	padding:10px 40px;
	}
.s8_contact img{
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	}
.s8_contact span{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:22px;
	font-weight:900;
	color:#000;
	}
.s8_contact span.s8_mail{
	font-weight:bold;
	}
.s8_form{
	display:inline-block;
	vertical-align:top;
	margin-top:40px;
	width:100%;
	max-width:710px;
	background:#112e48;
	border-radius:16px;
	padding:40px;
	}
.s8_frorm_inner{
	float:left;
	width:100%;
	border-radius:16px;
	background:#fff;
	overflow:hidden;
	}
.s8_form_head{
	float:left;
	width:100%;
	background:#00aaf1;
	text-align:left;
	padding:25px 100px 25px 30px;
	position:relative;
	}
.s8_form_head:before{
	content:'';
	position:absolute;
	bottom:-25px;
	right:15px;
	width:85px;
	height:85px;
	border-radius:50%;
	background:#00aaf1;
	}
.s8_form_head p{
	float:left;
	width:100%;
	font-size:34px;
	line-height:34px;
	font-weight:900;
	color:#fff;
	}
.s8_form_head img{
	position:absolute;
	top:20px;
	right:35px;
	}

.s8_frorm_inner form{
	float:left;
	width:100%;
	background:#fff;
	padding:40px;
	}
.s8_input_field{
	/* float:left; */
	width:100%;
	height:65px;
	border:2px solid #d2dbe2;
	border-radius:5px;
	margin-top:17px;
	}
.s8_input_field:first-child{ margin-top:0;}
.s8_input_field input{
	float:left;
	width:100%;
	height:100%;
	border:none;
	outline:none;
	padding:0 30px;
	color:#000;
	font-family: 'Lab Grotesque';
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	-webkit-appearance:none;
	}
.s8_form_button{
	float: left;
    width: 100%;
    height: 70px;
	font-family: 'Lab Grotesque';
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
    background: #ed711b;
    border-radius: 50px;
	margin-top:35px;
	cursor:pointer;
	border:none;
	outline:none;
	-webkit-appearance:none;
	}
.s8_btn_cap{
	float: left;
    width: 100%;
	font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.5px;
	margin-top:5px;
	}





/*----FOOTER----*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
	border-top: 1px solid #eaeaea;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	font-weight:500;
	letter-spacing:0.5px;
	color:#333333;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#333333; padding:0 3px;}



.blue{ color:#00b4ff;}
.white{ color:#fff;}
.fl{ float:left;}
.fr{ float:right;}
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}

/*------Pulse------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	


.g-recaptcha > div{
	height: auto !important;
}


.thankyou-sec{
	text-align: center;
	box-sizing: border-box;
}

.thankyou-sec h5{
	font-size: 38px;
    font-weight: 600;
    color: #f58e49;
    line-height: 54px;
}

.thankyou-sec .banner_head{
	font-size: 43px;
	line-height: 55px;
}

.thankyou-banner{
	padding: 90px 0;
}

.banner_bottom.thankyou-banner_bottom{
	margin-top: 0;
	background: rgb(25 39 65);
}

.banner_head .blue.thank_p{
	text-decoration: none;
    font-size: 60px;
    margin-top: 22px;
    display: block;
}


.inline-formgroup{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.lower_form{
	padding: 22px 10px;
    border: 2px solid #000;
    background: #fff2e9;
    font-size: 20px;
    position: relative;
	top: 14px;
    border-radius: 3px;
    box-shadow: 0 0px 3px 1px #ddd;
}

/* header fix */

.hdr-wrp{
	display: flex;
	justify-content: space-between;
}

/* parivacy page design */

.privacy-sec{
	text-align: left;
	padding: 155px 0 0 0;
	color: #666;
}

.privacy-sec p{
	margin-bottom: 15px;
}

.privacy-sec p strong{
	font-size: 1em;
	margin-bottom: 15px;
	display: block;
}

.privacy-sec ul{
	padding-left: 30px;
}

.privacy-sec ul li{
	list-style: disc;
	margin-bottom: 15px;
}

.privacy-sec a{
	color:#f58e49;
}

.privacy-sec p strong{
	color: #3c3c3c;
}


/* new privacy plolicy page design */

.privacy-new-new-sec{
	text-align: left;
	padding: 160px 0 20px 0;
}

.privacy-new-new-sec h1{
	text-transform: uppercase;
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 22px;
}

.privacy-new-new-sec h1 span{
	display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    margin-top: 6px;
	opacity: .7;
}

.privacy-block{
	margin-bottom: 10px;
}

.privacy-hding{
	margin-bottom: 10px;
}

.privacy-hding em{
	font-style: normal;
}

.privacy-hding span{
	font-weight: normal;
    font-size: 16px;
    padding-right: 10px;
    opacity: .7;
}

.privacy-block p{
	font-size: 16px;
    line-height: 25px;
    opacity: .8;
    padding-left: 24px;
	margin-bottom: 10px;
}

.privacy-block p:last-child{
	margin-bottom: 0;
}

.privacy-block ul{
	padding-left: 65px;
	margin: 10px 0;
}

.privacy-block ul li{
	list-style: circle;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
	opacity: .8;
}

.privacy-block ul li:last-child{
	margin: 0;
}

.privacy-block ol{
	margin-bottom: 15px;
}

.privacy-block ol li{
	list-style: square;
}

.privacy-block h3{
	font-size: 25px;
    padding-left: 22px;
    margin-bottom: 10px;
}

.privacy-block p a, .privacy-block ul li a, .privacy-block ol li a{
	color: #0909cf;
	display: inline-block;
}

.spl-span{
	display: block;
}

/* end new privacy plolicy page design */


/* .clearfix::before {
  content: "";
  clear: both;
  display: table;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix {
  overflow: auto;
} */


/* privacy page start */

.privacy-new-new-sec .titl{
	text-align: center;
    text-transform: capitalize;
}

.privacy-new-new-sec .titl p{
	font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

.privacy-new-new-sec p{
	font-size: 15px;
	line-height:22px;
	margin-bottom: 20px;
}

.privacy-new-new-sec h2{
	margin-bottom: 15px;
}

.privacy-new-new-sec ol li,
.privacy-new-new-sec ul li{
	font-size: 15px;
	line-height:22px;
	margin-bottom: 10px;
}

.privacy-new-new-sec ul{
	padding-left: 40px;
}

.privacy-new-new-sec ol li:last-child{
	margin-bottom: 0;
}

.privacy-new-new-sec ol li a,
.privacy-new-new-sec p a{
	color: blue;
	text-decoration: underline;
}

.privacy-new-new-sec ol li,
.privacy-new-new-sec ul li{
	list-style: auto;
}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.banner_strip li img { width:40px; margin-right: 5px;}
.banner_strip li p { font-size: 16px; line-height: 20px;}
.banner_strip li p span { font-size: 15px;}

.featured_sec { padding: 30px 0;}

.sub_head { font-size: 28px; line-height: 34px;}
.s1_nav { padding: 20px;}
.s1_nav_head { font-size: 21px; line-height: 23px;}
.s1_nav_img4 { bottom: 20px; right: -90px; width: 170px;}
.s1_nav_img5 { right: -60px; width: 150px;}
.s1_mid_left { padding: 40px 35px 100px 40px;}
.common_head { font-size: 42px; line-height: 50px;}
.s1_mid_right { padding-top: 20px;}
.s1_mid_right_list li { padding: 18px 30px 18px 100px; font-size: 19px; line-height: 25px;}
.s1_bottom { max-width: 940px; padding: 20px 30px 18px;}
.s1_bottom p { font-size: 18px; line-height: 24px;}

.sec2 .common_text { padding: 0;}
.common_text { font-size: 19px; line-height: 25px;}
.s2_right_img { width: 560px; top:15px;}
.s2_left { width: 47%; margin: 20px 0 0 20px;}

.s3_mid_col { padding: 0 36px;}
.s3_head { font-size: 45px; line-height: 45px;}

.s4_left_img { width: 95%;}
.s4_right { padding-left: 90px;}
.s4_right li { margin-top: 25px; padding-bottom: 25px;}
.s4_right li:before { left: -55px;}
.s4_list_point { left: -80px; width: 50px; height: 50px;}
.s4_list_head { font-size: 24px; line-height: 28px;}
.s4_list_text { font-size: 19px; line-height: 26px;}

.s5_col { width: 32%; padding: 35px 30px 40px 35px;}
.s5_list_icon { width: 110px;}
.s5_list_text { font-size: 23px; line-height: 31px; margin: 25px 0 30px; padding-bottom: 30px;}

.s6_list { margin-top: 10px;}
.s6_list_box { width: 18%; height: 150px; margin-top: 25px;}

.s7_mid { margin-top: 30px; padding:0 30px;}
.quote_marks { left: 30px;}
.test_img { width: 120px;}
.test_text { font-size: 19px; line-height: 27px;}

.s8_form_head p { font-size: 32px; line-height: 32px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}

.showDesk {display: none;}
.showTab {display: block;}

.top_strip { padding: 6px 0;}
.top_strip p { font-size: 15px; line-height: 20px;}
.top_strip_upto { font-size: 9px; line-height: 9px;}

.topFixBar { margin-bottom: 70px;}
.header { height: 70px; margin-top: -70px; top: 70px;}
.logo { width: 135px;}
.phone { margin-top:0; padding: 0 15px 0 43px; font-size: 16px; line-height: 21px;}
.phone img { left: 10px;}
.phone span{ margin-top:8px;}
.mail { padding: 0 15px 0 40px; font-size: 14px; line-height: 49px; margin-top: 0px;}
.mail img { left: 10px;}

.banner { padding: 40px 0 0;}
.banner_top_text { font-size: 19px; line-height: 19px; font-weight: 500;}
.banner_head { font-size: 46px; line-height: 54px;}
.banner_head_small { font-size: 20px; line-height: 20px;}
.banner_text { font-size: 19px; line-height: 27px; margin-top: 25px;}
.button_box { margin-top: 30px; max-width: 500px;}
.common_button { height: 65px; font-size: 22px; line-height: 65px; font-weight: bold;}
.btn_upto { font-size: 10px; line-height: 10px; margin: -2px 0px 0 3px;}
.button_caption { font-size: 15px;}
.button_caption img { margin: -1px 10px 0 0; width: 95px;}

.banner_bottom { margin-top: 50px;}
.banner_strip li { padding: 20px 0;}
.banner_strip li img { width: 40px; margin: 0 auto 10px; display: block;}
.banner_strip li p{ text-align:center;}

.featured_sec { padding: 20px 0;}

.sec1 { padding: 40px 0 60px;}
.sub_head { font-size: 23px; line-height: 31px; letter-spacing: 0.3px;}
.sub_head_upto { font-size: 12px; line-height: 12px; margin: -2px 0px 0 3px;}
.s1_nav { padding: 15px; width: 19%;}
.s1_nav:before { left: -40px; width: 100px; height: 100px;}
.s1_nav_head { font-size: 19px; line-height: 21px; letter-spacing: 0.5px;}
.s1_nav_img1 { right: -60px; width: 130px;}
.s1_nav_img2 { bottom: 20px; right: -50px; width: 130px;}
.s1_nav_img3 { bottom: 25px; right: -50px; width: 120px;}
.s1_nav_img4 { bottom: 20px; right: -65px; width: 140px;}
.s1_nav_img5 { width: 130px;}
.s1_mid { margin-top: 40px; border-radius: 15px;}
.s1_mid_left { padding: 25px 30px 100px 25px;}
.s1_mid_arw { top: 200px; right: -25px; width: 50px;}
.s1_mid_left .common_head { font-size: 30px; line-height: 38px;}
.common_text { font-size: 18px; line-height: 24px; margin-top: 20px;}
.s1_mid_right { padding-top: 10px;}
.s1_mid_right_list li { padding: 15px 15px 15px 70px; font-size: 18px; line-height: 24px; background-size: 20px; background-position: 35px 18px;}
.s1_bottom { max-width: 700px; padding: 15px 40px 13px;}

.sec2 { padding: 50px 0 40px;}
.down_arrow { top: -30px; width: 30px;}
.common_head { font-size: 34px; line-height: 40px;}
.common_upto { font-size: 18px; line-height: 16px; margin: -4px 0px 0 4px;}
.common_text { font-size: 17px; line-height: 23px; margin-top: 15px;}
.s2_left { width: 55%; margin: 0;}
.s2_left_col { padding: 15px 15px;}
.s2_left_head { font-size: 22px; line-height: 22px;}
.s2_left_text { font-size: 16px; line-height: 22px;}
.s2_right_img { width: 500px; top: 10px; right: -60px;}

.sec3 { padding: 40px 0 40px;}
.s3_mid_col { padding: 0 20px;}
.s3_head { font-size: 36px; line-height: 36px;}
.s3_text1 { font-size: 22px; line-height: 22px;}
.s3_text2 { font-size: 17px; line-height: 23px;}

.sec4 { padding: 40px 0 40px;}
.s4_left_img { width: 100%;}
.s4_img_caption { width:160px; top: 0px; right: 20px;}
.s4_img_head { font-size: 34px; line-height: 34px;}
.s4_img_head span { font-size: 14px; line-height: 14px;}
.s4_right { width: 52%; padding-left: 60px;}
.s4_right li { margin-top: 20px; padding-bottom: 20px;}
.s4_list_point { left: -60px; width: 40px; height: 40px; font-size: 20px; line-height: 40px;}
.s4_right li:before { left: -40px; top: 40px; bottom: -30px;}
.s4_list_head { font-size: 20px; line-height: 24px;}
.s4_list_text { font-size: 17px; line-height: 23px;}

.sec5 { padding: 40px 0 40px;}
.s5_strip { margin-top: 25px;}
.s5_strip p { font-size: 20px; line-height: 20px;}
.s5_strip p img { margin: -2px 12px 0 12px;}
.s5_mid { margin-top: 30px;}
.s5_col { padding: 25px 15px 30px 20px;}
.s5_list_icon { width: 90px;}
.s5_list_text { font-size: 19px; line-height: 27px; margin: 20px 0 20px; padding-bottom: 25px;}
.money_back { margin-top: 40px;}
.money_back_head { font-size: 24px; line-height: 32px;}
.money_back_text { font-size: 18px; line-height: 24px;}

.sec6 { padding: 40px 0;}
.s6_list_box { height: 130px; margin-top: 20px;}
.sec7 { padding: 40px 0;}
.quote_marks { left: 20px; top:20px; width: 40px;}
.test_img { width: 80px;}
.test_text { font-size: 17px; line-height: 23px; margin-top: 10px;}
.test_star { margin-top: 20px;}
.test_name { font-size: 18px; line-height: 24px;}

.sec8 { padding: 40px 0;}
.s8_mid { margin-top: 25px; max-width: 550px;}
.s8_contact { padding: 10px 30px;}
.s8_contact img { width: 55px; margin-right:15px;}
.s8_contact span { font-size: 20px; line-height: 20px;}
.s8_form { max-width: 670px;}
.s8_form_head p { font-size: 26px; line-height: 26px;}
.s8_form_head img { top: 15px; right: 45px;}
.s8_form_head:before { right: 25px;}
.s8_input_field { height: 60px; margin-top: 15px;}
.s8_form_button { height: 65px; font-size: 20px; line-height: 20px; margin-top: 30px;}
.s8_btn_cap { font-size: 15px;}
}


@media(max-width:1023px){
	.thankyou-sec h5{
		font-size: 29px;
		line-height: 41px;
	}

	.thankyou-sec h5 br{
		display: none;
	}

	.thankyou-sec .banner_head {
		font-size: 26px;
		line-height: 40px;
		margin: 0;
	}

	.banner.thankyou-banner{
		padding: 40px 0;
	}

	.banner_head .blue.thank_p{
		font-size: 45px;
	}

	.s1_bottom{
		margin-top: -28px;
	}

	.lower_form{
		font-size: 17px;
	}

	.privacy-hding{
		display: flex;
	}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top_strip { padding: 8px 0;}
.top_strip p { font-size: 12px; line-height: 12px; letter-spacing:0;}
.top_strip_upto { font-size: 7px; line-height: 6px; margin: 0 0 0 2px;}

.topFixBar { margin-bottom: 55px;}
.header { height: 55px; margin-top: -55px; top: 55px; padding:7px 0;}
.logo { width: 105px;}
.phone { padding: 0 5px 0 40px; font-size: 14px; line-height: 18px; height: 40px;}
.phone img { left: 10px; width: 20px;}
.phone span { margin-top: 5px;}

.banner { padding: 0 0; background:#16243f;}
.banner_top{ background:url(../images/banner-mob.jpg) no-repeat 60% top; padding:25px 0 30px; background-size:cover;}
.banner_top_text { font-size: 17px; line-height: 17px; font-weight: 500;}
.banner_head { font-size: 29px; line-height: 38px; margin-top: 15px;}
.banner_head_small { font-size: 16px; line-height: 16px; margin: -3px -2px 0 4px;}
.banner_text { font-size: 15px; line-height: 23px; letter-spacing:0.3px; margin-top: 15px;}
.banner .button_box {margin-top: 20px;}

.common_button { height: auto; font-size: 20px; line-height: 24px; padding: 10px 0;}
.button_caption { font-size: 13px; margin-top: 10px; line-height: 13px;}
.button_caption img { margin: -1px 6px 0 0; width: 80px;}

.banner_bottom { margin-top:0; border-top:none;}
.banner_strip { width:calc(100% + 30px); margin-left:-15px;}
.banner_strip li { float:left; width: calc(50% - 2px); border-bottom: 1px solid #404a5b;}
.banner_strip li:nth-child(2){ border-right:none;}
.banner_strip li:nth-child(3){ border-bottom:none;}
.banner_strip li:nth-child(4){ border-bottom:none;}
.banner_strip li img { width: 35px;}
.banner_strip li p { font-size: 15px; line-height: 22px;}
.banner_strip li p span { font-size: 14px;}

.featured_sec { padding: 15px 0 10px;}
.featured_img { padding: 0 25px;}

.sec1 { padding: 30px 0 40px;}
.sub_head { font-size: 19px; line-height: 27px;}
.s1_nav_list { width: calc(100% + 30px); margin:10px 15px 0 -15px;}
.s1_nav { width:220px !important; margin-top: 20px;}
.s1_nav_head { font-size: 20px; line-height: 22px;}
.s1_nav:last-child{ width:100%; padding:20px;}
.s1_nav:last-child:before { left: -30px; width: 120px; height: 120px;}
.s1_nav_arrow { margin-top: 80px;}
.s1_nav_img1 { right: -50px; width: 120px; bottom: 5px;}
.s1_nav_img2 { width: 115px;}
.s1_nav_img3 { bottom: 15px; width: 110px;}
.s1_nav_img4 { right: -60px; width: 130px;}
.s1_nav:last-child .s1_nav_img5 { width: 120px; right: -50px;}


.s1_mid { margin-top: 30px; border-radius: 8px;}
.s1_mid_left { width:100%; padding: 15px 15px 30px 15px;}
.s1_mid_left .common_head { font-size: 24px; line-height: 32px;}
.s1_mid_arw{ top:auto; width:40px; bottom:-18px; left:50%; transform:translateX(-50%) rotate(90deg); }
.s1_mid_right { width:100%; padding: 20px 0 70px;}
.s1_mid_right_list li { padding: 10px 20px 10px 45px; font-size: 17px; line-height: 23px; background-size: 18px; background-position: 15px 13px;}
.s1_bottom { max-width: 90%; padding: 15px 15px; border-radius: 10px;}
.s1_bottom p { font-size: 17px; line-height: 23px;}

.sec2 { padding: 40px 0 30px;}
.down_arrow { top: -20px; width: 20px;}
.common_head { font-size: 25px; line-height: 33px;}
.common_upto { font-size: 12px; line-height: 11px; margin: -2px 0px 0 4px;}
.s2_right_img{ position:static; display:inline-block; vertical-align:top; width:100%;}
.s2_left { width: 100%;}
.s2_left_col { margin-top: 15px; padding: 15px 10px 10px;}
.s2_left_col img { width: 40px;}
.s2_left_head { font-size: 19px; line-height: 19px;}
.s2_left_text { font-size: 15px; line-height: 21px;}

.sec3 { padding: 30px 0; background: #153a5d;}
.s3_mid_col { width:100%; padding:30px 20px; border-bottom: 1px solid #44617a; border-right:none;}
.s3_mid_col:first-child{ padding-top:0;}
.s3_mid_col:last-child{ padding-bottom:0;}
.s3_head { font-size: 32px; line-height: 32px; margin-top:0;}
.s3_text1 { font-size: 20px; line-height: 20px; margin-top:15px;}

.sec4 { padding: 30px 0;}
.s4_left { width: 100%;}
.s4_img_head { font-size: 26px; line-height: 26px;}
.s4_img_head span { font-size: 13px; line-height: 13px;}
.s4_img_text { font-size: 14px; line-height: 16px;}
.s4_img_caption { width: 150px; right: 10px;}
.s4_right { width: 100%; padding-left: 50px; margin-top: 30px;}
.s4_right li { margin-top: 15px; padding-bottom: 15px;}
.s4_list_point { left: -50px; width: 35px; height: 35px; line-height: 35px;}
.s4_right li:before { left: -33px; top: 30px;}
.s4_list_head { font-size: 18px; line-height: 24px;}

.sec5 { padding: 30px 0;}
.s5_strip { padding:8px 12px;}
.s5_strip p { font-size: 11px; line-height: 17px;}
.s5_strip p img { margin: -2px 5px 0 5px; width: 18px;}
.s5_mid { margin-top: 0; padding:0 15px;}
.s5_col{ width:100%; margin-top:20px; padding: 30px 30px;}
.s5_list_icon { width: 70px;}
.s5_list_text { padding-bottom: 20px;}

.money_back { margin-top: 30px;}
.money_seal img { width: 120px;}
.money_back_head { font-size: 20px; line-height: 30px;}
.money_back_text { font-size: 17px; line-height: 23px;}

.sec6 { padding: 30px 0;}
.s6_list_box { height: 100px; margin-top: 15px; width: 31%;}

.sec7 { padding: 30px 0;}
.s7_mid{ width:calc(100% + 30px); margin-left:-15px;}
.s7_col { width: 100%; padding:20px 15px 30px;}
.test_img { width: 80px;}
.test_text { margin-top: 15px; height: auto; padding-right: 0; overflow: auto;}
.test_star { width: 80px;}
.test_role { font-size: 15px; line-height: 15px;}

.s8_mid { margin-top: 10px;max-width: 320px;}
.s8_contact { padding: 8px 25px;}
.s8_contact img { width: 40px; margin-right: 10px;}
.s8_contact span { font-size: 18px; line-height: 18px;}
.s8_contact span.s8_mail{ word-break:break-all; width: calc(100% - 70px);}
.s8_form { margin-top: 30px; border-radius: 12px; padding: 15px;}
.s8_frorm_inner { border-radius: 12px;}
.s8_form_head { padding: 15px 100px 15px 20px;}
.s8_form_head p { font-size: 20px; line-height: 24px;}
.s8_form_head img { width: 40px;}
.s8_form_head:before { bottom: -15px; width: 80px; height: 80px;}
.s8_frorm_inner form { padding: 30px 20px 20px;}
.s8_input_field { height: 55px; margin-top: 10px;}
.s8_input_field input { padding: 0 20px; font-size: 18px; line-height: 18px;}
.s8_form_button{ height:auto; padding: 5px 10px; font-size: 18px; line-height: 22px; margin-top: 9px;}
.s8_btn_cap { font-size: 14px; line-height: 18px; margin-top: 10px;}

.footer { padding: 30px 0;}
.ftr-txt1 { font-size: 12px; line-height: 20px;}


.thankyou-sec{
	padding: 20px 15px;
}

.thankyou-sec h5 {
    font-size: 19px;
    line-height: 23px;
}


.g-recaptcha > div {
    height: auto !important;
    transform: scale(0.85);
    transform-origin: 0 0;
}

.thankyou-sec .banner_head {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.banner_head .blue.thank_p{
	font-size: 35px;
}

.s1_bottom{
		margin-top: -54px;
	}


	.lower_form {
		padding: 15px 10px;
		font-size: 20px;
		position: inherit;
		top: auto;
		margin: 20px 0 10px;
		width: 100%;
	}

	.inline-formgroup {
		flex-wrap: wrap;
	}

	.g-recaptcha > div {
		height: auto !important;
		transform: scale(0.8);
		transform-origin: center 0;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
	}

		.privacy-sec{
			padding: 120px 0 0 0;
		}


    .privacy-new-new-sec h1{
		font-size: 22px;
		font-weight: 700;
	}		

	.privacy-new-new-sec h1 span{
		font-size: 14px;
	}

	.privacy-hding {
		margin-bottom: 6px;
		font-size: 18px;
	}

	.privacy-block p{
		font-size: 15px;
		line-height: 24px;
		word-break: break-word;
	}

	.privacy-block ul{
		padding-left: 56px;
	}

	.privacy-block ul li {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 24px;
		}

	.privacy-block h3 {
			font-size: 17px;
			padding-left: 22px;
			margin-bottom: 7px;
		}

	.privacy-new-new-sec {
		padding: 115px 0 20px 0;
	}


}

@media(max-width:330px){
	.thankyou-sec h5{
		font-size: 15px;
	}

.g-recaptcha{
	transform: scale(0.8);
    transform-origin: 0 0;
	}

.g-recaptcha > div {
    height: auto !important;
    transform: scale(0.8);
    transform-origin: center 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
}

