@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: 'Poppins';
	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; height:auto; max-width: 100%; vertical-align: middle;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
/***************************/
/*====fonts====*/
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Light.woff2') format('woff2'),
	url('Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.woff2') format('woff2'),
	url('Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'),
	url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'),
	url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'),
	url('Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-BoldItalic.woff2') format('woff2'),
	url('Poppins-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	}
/****************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: rgba(0,0,0,0.9);
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #107b38;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #f00;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.header{
	float:left;
	width:100%;
	padding:10px 0;	
	background: url(../images/banner.jpg) no-repeat center top #060814;
}
.logoBox{
	float:left;
	text-align:left;
	}		
.logo{
	display:inline-block;
	vertical-align:middle;
	max-width: 280px;
	}
.logo img {
    filter: brightness(0) invert(1);
}
.logoBox p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	border-left: 1px solid #d7d7d7;
	padding-left: 10px;
	margin-left: 10px;
	}
a.nav-btn{
	    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    margin-top: 7px;
    border: 1px solid #fff;
	transition: all 0.3s;
	}	
a.nav-btn:hover{
	background: rgba(0, 142, 217, 1);
    background: linear-gradient(90deg, rgba(0, 142, 217, 1) 0%, rgba(3, 169, 224, 1) 50%, rgba(8, 210, 236, 1) 100%);
    border: 2px solid rgba(0, 142, 217, 1);
    color: #fff;
}

/*====Banner====*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top #060814;
	padding-bottom:50px;
	position:relative;
	}
.banner_left{
	float:left;
	width:79%;
	text-align:left;
	padding: 100px 0 70px;
	}
.banner_heading{
	float: left;
    width: 100%;
    font-size: 29px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
	}
.banner_heading span{
	font-style: italic;
    background: #2E55DC;
    background: linear-gradient(to right, #2E55DC 0%, #2383e5 50%, #18B1ED 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-size: 88px;
    line-height: 94px;
    font-weight: 700;
    text-transform: capitalize;
	margin-top: 10px;
	}
.common_text{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 20px; 
}

.btn_box{
	display:inline-block;
	vertical-align:middle;
	margin-top:40px;
	width:100%;
	max-width:270px;
	text-align:center;
	}
.common_btn{
	float:left;
	width:100%;
	border:2px solid #252525;
	font-size:20px;
	padding:25px 0 21px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	-webkit-appearance:none;
	border-radius:100px;
	letter-spacing:0.3px;
	outline:none;
	cursor:pointer;
	background:none;
	transition: all 0.3s;
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}
.banner_left .btn_box{ margin-top:50px;}
.banner_left .common_btn{border:2px solid #fff; color:#fff;}
.banner_left .common_btn img{filter: brightness(0) invert(1);}
.bnr_btm_ico{
	position:absolute;
	top:620px;
	left:50%;
	transform:translateX(-50%);
	}
.common_btn:hover{
	background: rgba(0,142,217,1);
	background: linear-gradient(90deg, rgba(0,142,217,1) 0%, rgba(3,169,224,1) 50%, rgba(8,210,236,1) 100%);
	border:2px solid rgba(0,142,217,1);
	color:#fff;
	}
.common_btn:hover img{filter: brightness(0) invert(1);}
/*====asSeenOn====*/
.as_seen_on{
	float:left;
	width:100%;
	border-bottom:1px solid #dedede;
	padding:20px 0;
	}
.asSeen_logo_slider{
	float: left;
    width: 100%;
    margin-top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 40px;
}
.asSeen_logo_slider li {
    float: left;
    font-size: 14px;
    line-height: 22px;
	margin: 0 10px;
	text-transform: uppercase;
}
.asseen_logo{
	display:inline-block !important;
	vertical-align:middle;
	padding:0 25px;
	}
.asseen_logo img{
	display:inline-block !important;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	}
	
/*====section1====*/
.section1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s1_mid{
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
.s1_left{
	float:left;
	width:43%;
	}
.s1_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1_right{
	float:right;
	width:52%;
	text-align:left;
}
.sub_head_dot{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 15px 0 0;
	}
.common_heading{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 52px;
    line-height: 60px;
    color: #313552;
    font-weight: 600;
    margin-top: 20px;
    text-transform: capitalize;
	}
.s1_strip{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s1_strip_col{
	float:left;
	width:33.33%;
	text-align:center;
	border-right:1px solid #d7d7d7;
	}
.s1_strip_col:last-child{ border-right:none;}
.s1_strip_col:nth-child(3){border-right:none;}
.s1_strip_col span{
	float:left;
	width:100%;
	font-size:32px;
	line-height:36px;
	color:#000;
	font-weight:900;
	}
.s1_strip_col p{ margin-top:4px; font-weight:500;}		
	
/*============Common Bar Section=============*/	
.comon-bar-sec{
    float: left;
    width: 100%;
    position: relative;
	background:url(../images/comon-bar-img1.jpg) no-repeat center 90%;
	background-size:cover;
	padding:40px 0;
	}	
.comon-bar-sec2{
	float: left;
    width: 100%;
    position: relative;
	background:url(../images/comon-bar-img2.jpg) no-repeat center center;
	background-size:cover;
	padding:40px 0;
	}
.comon-bar-cont{
	width: 50%;
    padding:50px 48px;
    text-align: left;
	background:#fff;
	border-radius:15px;
	}
.fl{ float:left;}
.fr{float:right;}
.comon-para{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	}
.cmn-ptop{ margin-top:20px;}	
a.bar-btn{ margin-top:35px;}	

/*====section2====*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 20px;
	}
.s2_mid_box{
	float:left;
	width:100%;
	background:#eff0f9;
	border-radius:15px;
	overflow:hidden;
	}
.s2_mid_box_top{
	float:left;
	width:100%;
	background:url(../images/s2-box-bg.jpg) no-repeat center top #222539;
	padding:40px 45px 0;
	border-radius:15px;
	}
.sub_head_dot_ctr{
	display:block;
	margin:0 auto 5px;
	}
.s2_mid_box_top .common_text{ margin-top:20px;line-height: 28px;}
.s2_box_top_row{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top:30px;
	}
.s2_box_row_col{
	float:left;
	width:24.5%;
	border-radius:10px 10px 0 0;
	background:#eff0f9;
	position:relative;
	padding:0 13px 25px;
	margin-top:50px;
	}
.s2_col_ico{
	display:inline-block;
	vertical-align:top;
	margin:-43px auto 20px;
	}
.s2_box_row_col span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:600;
	}
.s2_box_row_col p{ margin-top:10px;}
.s2_mid_box_btm{
	float:left;
	width:100%;
	padding:10px 30px 50px;
	}
/*====section3====*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 20px;
	}
.s3_top{
	float:left;
	width:100%;
	}
.s3_top_left{
	float:left;
	width:52%;
	text-align:left;
	}
.s3_top_right{
	float:right;
	width:45%;
	text-align:left;
	margin-top:40px;
	}
.s3_mid{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s3_mid_row{
	float:left;
	width:100%;
	position:relative;
	}
.s3_mid_row_left{
	float:left;
	width:100%;
	padding:30px 43% 0 75px;
	text-align:left;
	position:relative;
	}
.s3_ico{
	position:absolute;
	left:0;
	top:35px;
	}
.s3_mid_row_left span{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#000000;
	font-weight:600;
	}
.s3_mid_row_left p{
	margin-top:10px;
	border-bottom:1px solid #cccccc;
	padding-bottom:30px;
	min-height:176px;
	}
.s3_mid_row:last-child .s3_mid_row_left p{ border-bottom:none;}
.s3_img{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	max-width:100%;
	border-radius:10px;
	}
/*====section4====*/
.section4{
	float:left;
	width:100%;
	padding:70px 0 30px;
	}
.s4_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin-top:35px;
	position:relative;
	}

.s4_mid_row{
	float:left;
	width:100%;
	position:relative;
	padding:30px 0;
	}
.s4_mid_row:before{
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%);
	background:#d2d2d2;
	width:2px;
	height:auto;
	bottom:-40px;
	top:0;
	}
.s4_row_inner{
	width:50%;
	position:relative;
	}
.s4_row_inner:after{
	position:absolute;
	content:"";
	right:-8px;
	top:8px;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#d2d2d2;
	}
.s4_mid_row:first-child .s4_row_inner:after, .s4_mid_row:last-child .s4_row_inner:after{
	background: rgba(0,142,217,1);
	background: linear-gradient(90deg, rgba(0,142,217,1) 0%, rgba(3,169,224,1) 50%, rgba(8,210,236,1) 100%);
	}
.s4_mid_row1:before{ top:40px;}
.s4_mid_row:last-child:before{ display:none;}
.s4_row_inner.fl{ padding-right:35px; text-align:right;}
.s4_row_inner.fr{ padding-left:35px; text-align:left;}
.s4_row_inner.fr:after{ right:auto; left:-8px;}
.s4_row_inner span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#313552;
	font-weight:600;
	}
.s4_row_inner p{ margin-top:15px;}
.s4_step{
	position:absolute;
	right:-200px;
	top:-5px;
	padding:12px 0 9px;
	width:160px;
	letter-spacing:0.5px;
	font-size:18px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	background: rgba(0,142,217,1);
	background: linear-gradient(90deg, rgba(0,142,217,1) 0%, rgba(3,169,224,1) 50%, rgba(8,210,236,1) 100%);
	border-radius:50px;
	text-align:center;
	}
.s4_row_inner.fr .s4_step{ right:auto; left:-200px;}
/*====section5====*/
.section5{
	float:left;
	width:100%;
	padding:70px 0 20px;
	background:#f5f6fc;
	}
.s5_click_bar{
	display:inline-block !important;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin:40px auto 0;
	}
.s5_tab_link{
	float:left;
	cursor:pointer;
	padding:0 10px;
	width:175px !important;
	margin:5px 0;
	text-align:center;
	position:relative;
	}
.s5_tab_link:after{
	position:absolute;
	right:0;
	top:40px;
	content:"";
	border-right:1px solid #d7d7d7;
	bottom:0;
	}
.s5_tab_link_last:after{
	border:none;
}
.s5_tab_link_ico{
	display:block !important;
	margin:0 auto 10px;
	filter: grayscale(100%);
	opacity:0.5;
	width: 50px;
	}
.s5_tab_link_text{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    color: #313552;
    font-weight: 600;
    opacity: 0.5;
	}
.s5_tab_box{
	display:inline-block;
	vertical-align:top;
	max-width:1030px;
	width:100%;
	margin:30px auto 0;
	}
.s5_tab_box_content{
	float:left;
	width:100%;
	position:relative;
	}
.s5_tab_box_inr{
	padding:100px 50px 0 60%;
	float:left;
	width:100%;
	border-radius:20px;
	margin-bottom:70px;
	}
.s5_tab_box_inr1{
	background:url(../images/s5-tab-img1.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_tab_box_inr2{
	background:url(../images/s5-tab-img2.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_tab_box_inr3{
	background:url(../images/s5-tab-img3.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_tab_box_inr4{
	background:url(../images/s5-tab-img4.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_tab_box_inr5{
	background:url(../images/s5-tab-img5.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_tab_box_inr6{
	background:url(../images/s5-tab-img6.jpg) center top no-repeat;
	background-size:cover;
	}
.s5_inner_tab_bx{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	padding:25px 25px 70px;
	text-align:left;
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	margin:0 0 -60px 0;
	z-index:1;
	}
.s5_inner_tab_bx_hd{
	float:left;
	width:100%;
	position:relative;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#313552;
	padding-right:60px;
	}
.s5_inner_tab_bx_hd .s5_inr_tab_ico{
	position:absolute;
	right:0;
	top: -10px;
    width: 50px;
	}
.s5_inner_tab_bx .common_text{ min-height:176px;}

/*====section7====*/
.section7{
	float:left;
	width:100%;
	padding:130px 0 10px;
	background:#fff;
	position:relative;
	}
.section7:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:60%;
	bottom:0;
	background:#111111;
	}
.s7_contact_box{
	float:left;
	width:100%;
	position:relative;
	background:url(../images/contct-bg.jpg) no-repeat center top #1c1f34;
	padding:0 60px 45px 50px;
	border-radius:15px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
	}
.contact_content{
	float:left;
	width:50%;
	text-align:left;
	padding:45px 0 0;
	}
.contact_content .sub_head_dot_ctr{ margin:0 0 5px;}
ul.contact_list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.contact_list li{
	float:left;
	width:100%;
	position:relative;
	padding-left:45px;
	margin-top:20px;
	text-align:left;
	}
ul.contact_list li img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	filter: brightness(0) invert(1);
	}
ul.contact_list li p{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#fff;
	font-weight:normal;
	}
.contact_form_box{
	float:right;
	width:45%;
	padding:40px;
	background:#0162ad;
	border-radius:15px;
	margin-top:-70px;
	}
.form_head{
	float:left;
	width:100%;
	font-size:38px;
	line-height:38px;
	color:#fff;
	font-weight:600;
	text-align:left;
	}
.form_inner{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
.frm_element{
	float:left;
	width:100%;
	margin-top:15px;
	}
.frm_fld{
	float:left;
	width:100%;
	background:#fff;
	font-size:17px;
	height:62px;
	line-height:24px;
	color:#000;
	font-family: 'Poppins';
	outline:none;
	border:none;
	border-radius:7px;
	padding:24px 20px 20px;
	}
.frm_element textarea{
	min-height:110px;
	resize:none;
	padding:15px 20px;
	font-family: 'Poppins';
	}
.veryfy_box{
	float:left;
	width:80%;
	position:relative;
	border:2px solid #c6c6c6;
	margin-top:20px;
	padding:10px 15px 10px 15px;
	background:#fff;
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-radius:5px;
	}
.fieldToggle {
	float: left;
	color: #000;
	font-size:16px;
	line-height:24px;
	text-align: left;
	cursor: pointer;
	padding-left:40px;
	position: relative;
	letter-spacing:0.5px;
	}
.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin:-2px 8px 0 0;
	width:25px;
	height:25px;
	background:#ffffff;
	border-radius:3px;
	position: relative;
	border:2px solid #c6c6c6;
	}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span{border-color:#fff;}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width:30px;
	height:30px;
	background: url(../images/very-tick.png) no-repeat center center;
	background-size: 100%;
	left:-3px;
	top:-4px;
	}
.captcha{
	float:right;
	margin-left:15px;
	width:50px;
	}
button.common_btn{border:2px solid #fff; color:#fff;}
button.common_btn img{filter: brightness(0) invert(1);}

.btn_submit {
    max-width: 340px;
}

.pespond_txt{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
	margin-top: 30px;
}
.box-hed{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.respond_bx {
    float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.respond_bx p{
	width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #1161a9;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
}
.respond_bx p span{ font-weight:600;}	

.bnr-secure{
	    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    position: relative;
    text-align: left;
    padding-left: 22px;
    line-height: 22px;
	}
.bnr-secure input[type=checkbox] {
    position: absolute;
    top: 5px;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    height: 13px;
    width: 13px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 15px;
}
.bnr-secure input[type=checkbox]:checked {
    background: #f4f4f4 url(../images/tick.png) center center no-repeat;
    background-size: 80%;
}
.bnr-secure img{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-top:-4px;	
	}

/*TERMS- PRIVACY*/

.prodBreadcrm {
	padding: 10px 0;
	text-align: left;
	float: left;
	width: 100%;
	background: #e3f5ff;
	font-size: 14px;
}
.prodBreadcrm p, .prodBreadcrm a{
	color:#515151;
}

.tems_bg {
	float: left;
    width: 100%;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 10px 20px 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border: 2px solid #1e2d50;
    border-style: solid;
    border-width: 2px;
}
.trm-bx h2 {
	line-height: 28px;
	text-align: left;
	font-size: 20px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
	list-style: disc;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx img{ display:block; margin-bottom:20px;}
.trm-bx span {
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
	max-width:100%;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}

.dsr-from{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bg-blue-50 {
	opacity: 1;
    background-color: rgb(249 246 244);
    border-width: 1px;
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f49b51;
    margin: 15px 0;
}
.dsr-from .frm-fld {
	float: left;
	width: 49%;
	margin-top: 10px;
}
.dsr-from .frm-fld label{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin-bottom:10px;
}
.dsr-from .frm-input, select {
        float: left;
    width: 100%;
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #000;
    font-family: inherit;
    outline: none;
    border: none;
    margin-bottom: 12px;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d2d2d2;
}
.dsr-from .wd-100{ width:100%;}
.dsr-from textarea {
    padding: 10px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}
.dsr-from .upload {
    padding: 15px;
}
.trm-pg{
	float:left;
	width:100%;
	position:relative;
}
.trm-pg input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    height: 14px;
    width: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    background: #f4f4f4;
    line-height: 14px;
}
.trm-pg label{ padding-left:20px;}
.rqst-btn{
	    display: inline-block;
    vertical-align: top;
    width: 100%;
    width: 350px;
    height: 65px;
    background: rgba(0, 142, 217, 1);
    background: linear-gradient(90deg, rgba(0, 142, 217, 1) 0%, rgba(3, 169, 224, 1) 50%, rgba(8, 210, 236, 1) 100%);
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {

	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

/*-----------------------
		Footer
------------------------*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 40px;
    border-top: 1px solid #1a68a0;
	}
.ftr-logo{
	display: inline-block;
    vertical-align: middle;
    max-width: 260px;
	filter: contrast(0.5);
	}	
.lgo-t{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin: 15px 0;
	}		
.ftr-txt{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	}	
.footer p a{
	text-decoration: none;
	color: #333333;
	padding: 0 5px;
	}																					
.forMob,.forTab{display:none;}
.forDesk{display:block;}
.white {color: #fff;}
/*==============Media=============*/

@media only screen and (max-width:1187px){
	.container{ width:1004px;}

	.banner_heading{ font-size:70px; line-height:70px;}

	.asseen_logo{ padding:0 17px;}

	.common_heading{ font-size:50px; line-height:56px;}
	.common_text{ font-size:17px; line-height:25px; letter-spacing:0.5px;}
	.s2_mid_box_top{ padding:40px 25px 0;}
	.s2_box_row_col span{ font-size:22px; line-height:28px;}
	.s3_top_right{ margin-top:10px;}
	.s3_img{ width:420px;}

	.contact_content{ width:52%;}
	.contact_form_box{ padding:25px;}

}

@media only screen and (max-width:1021px){
	.container{ width:750px;}
	.forDesk{ display:none;}
	.forTab{ display:block;}

	.logo{ max-width: 180px;}
	.logoBox p{ font-size:18px;}

	.banner_left{ padding:60px 0 60px;}
	.banner_heading{ font-size:56px; line-height:62px;}
	.banner_left .common_text{}
	.banner_left .btn_box{ margin-top:30px;}
	.bnr_btm_ico{ top:430px;}

	.as_seen_on{ padding:15px 0 20px;}
	.asSeen_logo_slider{ margin-top:5px;}
	.asseen_logo img{ max-width:100%;}

	.common_text, .s2_mid_box_top .common_text{ font-size:16px; line-height:24px; margin-top: 10px;}
	.common_heading{ font-size:38px; line-height:44px;}
	.s1_right{ width:53%; margin-left:25px;}
	.s1_strip_col span{ font-size:26px; line-height:32px;}
	.s1_strip_col p{ font-size:14px; line-height:18px; margin-top:5px;}

	.s2_mid_box_top{ padding:25px 15px 0;}
	.s2_box_row_col{ width:24%; padding:0 5px 20px;}
	.s2_col_ico{ width:66px; margin:-33px auto 20px;}
	.s2_box_row_col span{ font-size:18px; line-height:25px;}
	.s3_img{ width:310px;}

	.s5_click_bar{ max-width:750px;}
	.s5_tab_box_inr{ padding:40px 30px 20px 55%; margin-bottom:50px;}
	.s5_inner_tab_bx{ padding:20px 20px 50px;}
	.s5_inner_tab_bx_hd{ font-size:24px; line-height:30px;}
	.s5_inner_tab_bx_hd .s5_inr_tab_ico{width:40px;}
	.s5_inner_tab_bx .btn_box{ margin-top:20px;}

	.testi_box{ width:32%; padding:15px;}
	.t_head{ font-size:17px; line-height:25px;}
	.t_text{ font-size:15px; line-height:22px;}
	.t_name{ font-size:16px; line-height:22px;}
	.t_name span{ text-align:left; width:100%; margin-top:5px;}

	.s7_contact_box{ padding:0 15px 25px 15px;}
	.contact_content{ width:40%;}
	.contact_form_box{ padding:20px; width:60%;}
	.form_head{ font-size:30px; line-height:36px;}
	.form_inner{ margin-top:10px;}
	ul.contact_list li p{ font-size:15px; line-height:20px;}
}


@media only screen and (max-width:767px){
	.container{ width:100%; max-width:600px; padding:0 10px;}

	.forMob{ display:block;}
	.forDesk{ display:none;}
	.hide-mob{ display:none;}

	.pop-innr{ width:100%;}

	.logoBox{ float:left; width:100%; text-align:center;}
	.logo{ max-width: 160px;}
	.logoBox p{font-size: 13px; line-height: 17px; text-align: left; margin-left: 5px; padding-left: 10px; padding-top:2px;}

	.banner{ padding-bottom:30px; background-position: left top;}
	.banner_left{ width:100%; padding:30px 0 0; text-align:center;}
	.banner_heading{ font-size: 22px;line-height: 28px;}
	.banner_heading span{font-size: 40px;line-height: 48px;margin-top: 0px;}
	.banner_left .btn_box{ margin-top:25px;}
	.btn_box{ max-width:230px; margin-top:20px;}
	.common_btn{ font-size:17px; line-height:25px; padding:18px 0 14px;}
	.common_btn img{ width:25px;}
	.bnr_btm_ico{ display:none;}

	.as_seen_on{ padding:15px 0;}
	.asseen_logo{ padding:0 15px;}
	.as-seen-logo1{ width:125px;}
	.as-seen-logo2{ width:105px;}
	.as-seen-logo3{ width:105px;}
	.as-seen-logo4{ width:95px;}
	.as-seen-logo5{ width:125px;}
	.as-seen-logo6{ width:130px;}

	.section1{ padding:30px 0 35px;}
	.s1_right{ width:100%; margin-left:0; text-align:center;}
	.comn_sub_head{ font-size:16px; line-height:16px;}
	.s1_right .sub_head_dot{ float:left;}
	.sub_head_dot, .contact_content .sub_head_dot_ctr{ width:45px; margin:-2px 10px 0 0;}
	.sub_head_dot_ctr{ width:45px;}
	.common_heading{ font-size:28px; line-height:36px; margin-top:8px;}
	.s1_img{ display:inline-block; vertical-align:top; margin:20px auto 5px;}
	.s1_right .common_heading, .s1_right .common_text{ text-align:left;}
	.s1_strip{ margin-top:10px;}
	.s1_strip_col img {float: left;margin-bottom: 10px;}
	.s1_strip_col{ position:relative; width:50%; padding:20px 15px;border-right:none;}
	.s1_strip_col:nth-child(2n):after{border-right:none;}
	.s1_strip_col:before, .s1_strip_col:after{ position:absolute; content:"";border-bottom: 1px solid #d7d7d7; left:15px; bottom:0; right:0; top:15px;}
	.s1_strip_col:after{ border-right:1px solid #d7d7d7; border-bottom:none; bottom:15px;}
	.s1_strip_col:nth-child(3):before, .s1_strip_col:nth-child(4):before{ display:none;}
	.s1_strip_col:nth-child(1):before{ right:15px;}

	.section2{ padding:35px 0 15px;}
	.s2_box_top_row{ margin-top:10px; padding:0 15px;}
	.s2_mid_box_top{ padding:20px 10px 0;}
	.s2_box_row_col{ width:100%; border-radius:15px; padding:0 15px 20px;}
	.s2_box_row_col:last-child{ border-radius:15px 15px 0 0;}
	.s2_mid_box_top .common_text{ margin-top:10px;}
	.s2_col_ico{ width:60px; margin:-30px auto 10px;}
	.s2_mid_box_btm{ padding:0 15px 25px;}

	.section3{ padding:35px 0 15px;}
	.s3_top_left{ width:100%;}
	.s3_top_right{ width:100%; margin:0;}
	.s3_top_right p{ margin-top:15px;}
	.s3_mid{ margin:0 0 0;}
	.s3_mid_row{ margin-top:30px; padding-bottom:30px; border-bottom:1px solid #d7d7d7;}
	.s3_mid_row:last-child{ padding-bottom:0; border-bottom:none;}
	.s3_mid_row_left{ padding:0 0 0 0;}
	.s3_mid_row_left span{ font-size:20px; line-height:26px; padding:10px 0 10px 55px; position:relative;}
	.s3_ico{ width:45px; top:50%; transform:translateY(-50%);}
	.s3_mid_row_left p{ padding-bottom:0; border:none; min-height:1px; }
	.s3_img{ width:100%; position:static; display:inline-block; vertical-align:top; margin:15px auto 0; transform:none;}
	.s2_box_row_col span br{display:none;}

	.section4{ padding:35px 0 35px;}
	.s4_mid{ margin-top:10px;}
	.s4_mid_row{ padding:25px 0 0;}
	.s4_row_inner, .s4_row_inner.fl, .s4_row_inner.fr{ width:100%; text-align:left; padding:0 0 20px 25px;}
	.s4_step{ right:auto; left:0; position:static;}
	.s4_mid_row:before{ transform:none; left:5px;}
	.s4_row_inner:after, .s4_row_inner.fr:after{ right:auto; left:-1px; top:13px;}
	.s4_row_inner span{ margin-top:15px; font-size:22px; line-height:28px;}
	.s4_mid:before, .s4_mid:after{ transform:none; left:-1px;}

	.section5{ padding:35px 0 30px;}
	.s5_tab_box_inr{padding:0px; float:none; display:inline-block; vertical-align:top; width:90%; background:#fff; border-radius:15px; overflow:hidden; box-shadow:0 0 9px 1px rgba(0,0,0,0.1); margin-bottom:10px;}
	.s5_tab_img_mob{margin: 0 auto;width: 100%;}
	.s5_inner_tab_bx{ margin:0; padding:20px 20px 25px;}
	.s5_tab_link{ padding:0 10px; width:160px !important;}
	.s5_click_bar{margin-top:20px;}
	.s5_tab_link_text{font-size: 14px;}

	.section7{ padding:35px 0 20px;}
	.s7_contact_box{ padding:20px 10px;}
	.contact_content{ width:100%; padding:5px 5px 0;}
	.contact_form_box{ width:100%; padding:15px 15px; margin-top:25px;}
	ul.contact_list{ margin-top:10px;}
	ul.contact_list li p{ font-size:16px; line-height:22px; letter-spacing:0.5px;}
	.veryfy_box{ width:100%;padding:14px 15px 10px 15px;}
	.captcha{ width:40px; margin:-3px 0 0 15px;}
	
	.pespond_txt{padding: 10px;}
	.respond_bx p{font-size: 14px;}
	.btn_submit{max-width: 100%;}

	.footer{ padding:30px 0;}
	.footer_text{ font-size:14px; line-height:22px;}


	.footer{ padding:20px 0 30px;}
	.ftr-logo{ width:140px;}
	.lgo-t{ margin:12px 0;}
	.ftr-txt{ font-size:12px; line-height:20px; letter-spacing:-0.1px;}
	.footer p a{ padding:0 2px;}
	
	.pop-up-left-txt{text-align: center;font-size: 14px;}

}