@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: 'Montserrat';
	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; max-width: 100%;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper{ overflow:hidden;}
/*--------fonts--------*/
/*--------MAIN-CSS--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*--------TOP-STRIP--------*/
.top-strip{
	float:left;
	width:100%;
	background:#f5da26;
	padding:5px 0;
	}
.top-strip_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	}
/*--------Header--------*/
.header{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header_fixed{
	float:left;
	width:100%;
	background:#ffffff;
	height:75px;
	padding:12px 0;
	margin-top:-75px;
	top:75px;
	position:relative;
	}
.fixed-nav .header_fixed{
	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);
	}				
.header_logo{
	float: left;
    max-width: 200px;
	}
ul.header_menu{
	display:inline-block;
	vertical-align:middle;
	margin:14px 0 0 17px;
	}
ul.header_menu li{
	float:left;
	padding:0 16px;
	position:relative;
	}
ul.header_menu li a{
	color: #000000;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Roboto Slab';
	}
ul.header_menu li:after{
	content:'';
	width:1px;
	background:#b0d7d9;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.header_menu li:last-child:after{display:none;}
ul.header_menu li a:hover, ul.header_menu li a.active{color:#03348f;}
a.header_button{
    float: right;
    color: #000;
    font-size:17px;
	line-height:17px;
	font-weight:700;
	margin-top:17px;
	}
a.header_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 15px 0 0;
	width:22px;
	}

/*--------ALERT-STRIP--------*/
.alert_strip{
	float:left;
	width:100%;
	padding:10px 0;
	background:url(../images/alert-strip.jpg) no-repeat center center #001c72;
	}
.alert_strip_text{
	float:left;
	width:100%;
	color:#fff;
	font-size:21px;
	line-height:25px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.alert_strip_text span{ color:#ff3535;}
.alert_strip_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	width:24px;
}


/*--------BANNER--------*/
.banner{
	float: left;
    width: 100%;
    padding: 100px 0 0px;
	height:638px;
    background: url(../images/bnr-bg.jpg) no-repeat center top;
	}
.banner_left{
	float: left;
    width: 61%;
    text-align: left;
    position: relative;
    padding: 0 0px 0px;
	}
.banner_rating{
        float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Roboto Slab';
    background: linear-gradient(90deg, #03348f, #7cabff, transparent);
    padding: 10px 20px;
    border-radius: 40px;
	}
.banner_5star{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 5px 0 0;
	width:80px;
	}
.banner_rating_faces{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 4px;
	width:90px;
	}
.banner_heading{
	float: left;
    width: 100%;
    font-family: 'Roboto Slab';
    color: #000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 15px;
	}
.banner_heading span{
	display:block;
	color:#03348f;}
p.banner_text {
	float: left;
    width: 80%;
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.banner_points{
	float:left;
	width:100%;
	margin-top:10px;
	}
.banner_points li{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:19px;
	line-height:23px;
	font-weight:600;
	letter-spacing:0.5px;
	padding-left:30px;
	background:url(../images/banner-points.png) no-repeat 0 50%;
	background-size:18px;
	}
img.mobile_prod {
    position: absolute;
    top: 222px;
    right: -100px;
}
/*--------SECTION-1--------*/
.section1{
	float: left;
    width: 100%;
    padding: 30px 0px 50px 0;
    background: #fff;
	}
.s1_left{
	float:right;
	width:48%;
	position:relative;
	margin-top: 47px;
	}
.s1_hero_img{
    float: left;
    width: 100%;
    height: 378px;
    max-width: 560px;
    border: 0px solid #fff;
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.2);
	border-radius: 10px;
	}
.s1_hero_img img{
	float:left;
	width:100%;
	height:100%;
	object-fit:cover;
	}
.s1_product{
	position:absolute;
	top:220px;
	right:30px;
	width:189px;
	}
.s1_badge{
	position:absolute;
	top:160px;
	right:40px;
	}
.s1_right{
	float: left;
    width: 47%;
    position: relative;
    text-align: left;
    margin-top: 55px;
	}
.s1_right .common_heading { }
.common_heading{
    float: left;
    width: 100%;
    color: #03348f;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Roboto Slab';
	text-transform: capitalize;
	}
.common_text{
	float: left;
    width: 100%;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	}
.s1_list_head{
	float:left;
	width:100%;
	margin-top:15px;
	color:#000;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.s1_list{
	float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: space-between;
    margin: -100px 0 0 0;
	}
.s1_list li{
	float: left;
    width: 32%;
    padding: 20px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #cfcfcf;
	
	}
.s1_list li span{
	display:block;
	margin: 0 auto 5px;
	font-weight: 700;
	font-family: 'Roboto Slab';
	font-size: 24px;
    line-height: 32px;
	text-transform: capitalize;
}
.s1_list li img{
	display: block;
    margin: 0 auto 10px;
}
.button_box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width: 210px;
	text-align:center;
	}
.common_button{
    float: left;
    width: 100%;
    height: 50px;
    background: #ef9e2c;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-left: 18px;
    font-family: 'Roboto Slab';
    border: none;
    outline: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
	}
.common_button img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 15px;
	}
.button_caption{
	float:left;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:14px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.5px;
	font-family: 'Montserrat', sans-serif;
	}


/*--------SECTION-2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	background: url(../images/sec2_bg.jpg) no-repeat center bottom;
	height: 800px;
	}
.inner_container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width: 100%;
	}
.common_sub_heading{
	display:inline-block;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
	margin-top:14px;
	}
.puls-tst-kit{
	    position: absolute;
    top: 180px;
    left: 49.5%;
    transform: translateX(-50%);
    border-radius: 50%;
	}
.s2_right{
    float: left;
    width: 100%;
    margin-top: 250px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 20px;
	column-gap: 338px;
    justify-content: center;
	}
.s2_right_img{
    float: left;
    width: 30%;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    position: relative;
    text-align: right;
    padding: 16px 74px 16px 0;
    font-family: 'Roboto Slab';
	}
.s2_right_img:nth-child(even){ text-align:left; padding:16px 0px 16px 75px; }
.s2_right_img:nth-child(3){ margin-right: -116px;}
.s2_right_img:nth-child(4){ margin-left: -30px;}
.s2_right_img:last-child{ text-align: center;  padding: 0px 0px; margin-top: -25px;}
.s2_right_img img{
	position:absolute;
	top:0;
	right:0;
	}
.s2_right_img:nth-child(even) img{ right:auto; left:0; }
.s2_right_img:nth-child(even) img{ right:auto; left:0; }
.s2_right_img:last-child img{ position:static; display:block; margin:0 auto 10px; }
.s4-model {display: inline-block;vertical-align: middle;max-width: 1030px;margin: 30px 0 0 0px;border-radius: 30px; width: 100%}
.s2_left{
	float: left;
    width: 100%;
    margin-top: -90px;
	}
.s2_list{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 20px;
	column-gap:13px;
    justify-content: space-between;
	margin-top: 10px;
	}
.s2_list li{
	float: left;
    width: 24%;
    margin-top: 0px;
    padding: 30px 20px 35px 20px;
    border: 1px solid #fff;
	background:#fff;
	border-radius:10px; 
    position: relative;
	text-align: left;
	}
.s2_list li:last-child{ }
.s2_list li img{
	position: absolute;
    top: 25px;
    left: 25px;
	}
.s2_list_head{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px 0px 0px 90px;
    margin-bottom: 10px;
    font-family: 'Roboto Slab';
	}
.s2_list_text{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    margin-top: 12px;
	}
/*--------SECTION-New Arrival --------*/
.newarvl-sec{
	float: left;
    width: 100%;
    padding: 25px 0;
    background: #fff;
	}
.newarvl-sec-inr{
	float:left;
	width:100%;
	text-align:left;
	}
.newarvl-sec-inr .common_heading{ }
ul.newarvl-lst{
	    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    row-gap: 50px;
    justify-content: space-between; 
	}
ul.newarvl-lst li{
	float: left;
    width: 32%;
    background: #ebf5f6;
    text-align: left;
    padding: 30px 20px 30px 170px;
    border-radius: 10px;
    position: relative;
	}
ul.newarvl-lst li img{
	position: absolute;
    top: -30px;
    left: 15px;
    max-width: 140px;
	}
ul.newarvl-lst li .s3_col_head {}
/*--------SECTION-3--------*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s3_container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1120px;
	}
.s3_row{
	float:left;
	width:100%;
	margin:35px 0 0px;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	row-gap:20px;
	justify-content:space-between;
	column-gap:13px; 
	}
.s3_col{
        width: 32%;
    background: #ebf5f6;
    border-radius: 10px;
    position: relative;
    padding: 20px 15px 20px 15px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
	transition: all 0.3s;
	}
.hiden-box{
	float: left;
    background: rgba(242, 182, 97, 0.9);
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	transition: all 0.3s;
}
.s3_col:hover .hiden-box{ opacity:1;}
.s3_col:hover .s3_col_head, .s3_col:hover .s3_col_text{ display:none;}
.hiden-box .s3_col_head{ color:#fff; display:block !important;}
.hiden-box .s3_col_text{  color:#fff; display:block !important;}
.s3-col-icon{
	width: 170px;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
	}
.s3_col_head{
    float: left;
    width: 100%;
    color: #ef9e2c;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 0px;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
}
/*.s3_col_head:after{
	position:absolute;
	bottom:0;
	content:"";
	left:0;
	width:70px;
	height:4px;
	background:#1b4392;
	}*/
.s3_col_text{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
	}
a.learnmore {
    text-decoration: none;
    display: inline-block;
    color: #ef9e2c;
    font-weight: 500;
    margin-top: 20px;
    float: none;
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 0.5px;
    padding-left: 18px;
    max-width: 168px;
    text-transform: capitalize;
	opacity: 0;
}
a.learnmore img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
}
.s3_col:hover a.learnmore{ opacity:1; }
/*--------SECTION-4--------*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#ebf5f6;
	text-align:center;
	}
.s4_innr{
	display:inline-block;
	width:80%;
	text-align:center;
	}
/*--------ACCORDION--------*/
.section6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:25px 0 15px;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	cursor:pointer;
	padding:5px 0;
	border-bottom:1px solid #d0d6e3;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 100% center;
	background-size:14px;
	padding:15px 20px 15px 0;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#000;
	letter-spacing:0.5px;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 100% center;
	background-size:14px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 20px 0;
	border-top:1px solid #d0d6e3;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:10px;
	}

/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	border-top:7px solid #000;
	}
.footerBox1{
	display: inline-block;
    vertical-align: top;
	width:100%;
	text-align:center;
	background:#fff;
	padding:40px 0;
	}			
.ftrBox1{
	float:left;
	width:33.33%;
	padding:0 40px;
	position:relative;
	border-right: 1px solid #d7d7d7;
	}
.ftrBox1:last-child{ border-right:none;}
.ftrbx1-hd{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    margin-top: 10px;
	}
.ftrbx1-hd a, .ftrbx1-hd a:hover{text-decoration:underline; color:#333;}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#1e1e1e;
	
	letter-spacing:0.5px;
	margin-top:10px;
	}
	
.ftr-midBox{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:30px 0;	
	    border-bottom: 1px solid #d2d2d2;
	}
.ftr-logo {
    margin: 0 auto 0;
    display: block;
    max-width: 260px;
	}	
.ftr-link2{
	float:left;
	width:100%;
	font-size:16px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	margin-top:17px;	
	}
.ftr-link2 a, .ftr-link2 a:hover{ color:#4d4d4d; padding:0 8px;}
p.ftr-txt {float: left; width: 100%; margin-bottom: 10px;}					
								
.footerBox2{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:30px 0;
	font-size:16px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	border-top:1px solid #d2d2d2;
	}		
.ftr-link{float:left; width:100%; margin-bottom: 10px;}	
.ftr-link a{ color:#4d4d4d; padding:0 5px;}		
.ftr-cpyrght{float: left; width:100%;}	




/*--------COMMON--------*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
	

/*--------Media-Querry--------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}


}


@media only screen and (max-width:1023px){


}

@media only screen and (max-width:767px){


}



