@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter', sans-serif;
	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;}
img {border: none; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
.overflow{overflow:hidden;}
	
/*-------Top-Caption-------*/
.top-caption{
	float:left;
	width:100%;
	padding:12px 0 10px;
	background:#ef0025;
	}
.caption-txt{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	line-height:22px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	}

/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	height:80px;
	margin-top:-80px;
	top:80px;
	position:relative;	
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#fff;
	margin-top:0;
	top:0;
	box-shadow: 0 0 5px #fef2f4;
	}		
.logo{
	float: left;
    margin-top: 10px;
    max-width: 130px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:top;
    margin-top:28px;
	}
ul.topMenu li{
	float:left;
	padding:0 9px;
	position:relative;
	}
ul.topMenu li a{
	color: #000;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
	}	
ul.topMenu li a:hover, ul.topMenu li a.active{color:#ef0025;}
a.nav-btn{
    float:right;
	width:280px;
	height:50px;
    color:#fff;
    font-size:18px;
	line-height:48px;
    text-align:center;
	border-top:1px solid #00b641;
	font-weight:600;
	background:#0cc34d;
	margin-top:14px;
	}
.nav-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}



	
/*=====Banner-Section=======*/
.bnr-sec{
	float:left;
	width:100%;
	background: url(../images/banner.jpg) no-repeat center top;
	padding:53px 0 68px;
	}
	
/*========Banner-Left=======*/	
.bnr-left{
	float: left;
    width: 57%;
    text-align: left;
	}
.bnr-title{
	float:left;
	width:100%;
	color:#222222;
	font-size:22px;
	line-height:30px;
	letter-spacing:0.1px;
	padding-left:72px;
	position:relative;
	}
.bnr-title:before{
	content:'';
	position:absolute;
	top:14px;
	left:0;
	width:55px;
	height:3px;
	background:#ef0025;
	}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #222222;
    font-size: 52px;
    line-height: 68px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    margin-top: 14px;
	}
.bnr-left-bx{
	float: left;
	margin: 27px 0 0 0;
	padding-left: 240px;
	position: relative;
	}
.bnr-prd{
	position:absolute;
	top:0;
	left:0px;
	}
.bnr-para{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0px 0 10px;
    margin-top: 10px;
	}
ul.bnr-list{
	float:left;
	width:100%;
	border-top:1px solid #d2d2d2;
	padding:10px 0 0 10px;
	margin-top:33px;
	}
ul.bnr-list li{
	float:left;
	width:100%;
	color:#000;
    font-size:20px;
	line-height:28px;
	font-weight:600;
	background:url(../images/bnr-bullet.png)no-repeat left 2px;
	padding-left:35px;
	margin-top:18px;
	}
.s1-arw {
    position: absolute;
    top: 110px;
    right: -110px;
}	
	
/*========Common-CSS========*/
.commn-hdg{
	color: #222222;
    font-size: 38px;
    line-height: 54px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
	}
.commn-para{
	color:#000;
    font-size:18px;
    line-height:28px;
    letter-spacing:0.5px;
	margin-top:25px;
	}
.commn-para span{ font-weight:600;}
.commn-para.padding{padding:0 120px;}
.link{text-decoration:underline;}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:300px;
	width:100%;
	text-align:center;
	margin-top:45px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:420px;
	width:100%;
	margin-top:40px;
	}
.commn-btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	color:#fff;
	font-size:26px;
	line-height:26px;
	font-weight:600;
	letter-spacing:0.5px;
	text-align:center;
	background:#0cc34d;
	padding:20px 0;
	cursor:pointer;
	border:none;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 13px;
	}
.btn-guaranty{
	    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: 10px;
	}  
.btn-guaranty span{ position:relative;}	
.btn-guaranty span:before, .btn-guaranty span:after{
	content:'';
	position:absolute;
	top:11px;
	left:-70px;
	background:#dadfe1;
	width:55px;
	height:1px;
	}
.btn-guaranty span:after{
	left:auto;
	right:-70px;
	}		
	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:75px 0;
	}
.s1-contnt{
	float:left;
	width:100%;
	margin-top:45px;
	}
.s1-left{
	float:left;
	width:46%;
	text-align:left;
	}
.s1-list-hdg{
	color:#000;
	font-size:34px;
	line-height:40px;
	font-weight:600;
	font-family: 'Libre Baskerville', serif;
	margin-top:4px;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s1-list li{
	float:left;
	width:100%;
	padding-left:50px;
	margin-top:25px;
	position:relative;
	}
ul.s1-list li:before{
	content:'';
	position:absolute;
	top:30px;
	left:13px;
	bottom:-25px;
	border-left:2px dotted #ef0025;
	}
ul.s1-list li:last-child:before{display:none;}
.s1-dot{
	position:absolute;
	top:0;
	left:0;
	}
.s1-list-txt1{
	color:#ef0025;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	}   
.s1-list-txt2{
	color:#222222;
	font-size:22px;
	line-height:32px;
	font-weight:bold;
	margin-top:4px;
	}
.s1-list-txt3{
	color:#000000;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	margin-top:8px;
	}		
.s1-rgt{
	float:right;
	width:45%;
	position:relative;
	}
.s1-img{
	    position: absolute;
    right: 80px;
    top: 30px;
    max-width: none;
	}
	
.s1-prd-bx{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	width:100%;
	width:100%;
	margin-top:55px;
	}	
.s1-bx{
	width:48%;
	text-align:left;
	border-radius:15px;
	-webkit-box-shadow:2px 4px 6px 1px rgba(0,0,0,0.2);
	box-shadow:2px 4px 6px 1px rgba(0,0,0,0.2);
	overflow:hidden;
	}
.s1-bx-top{
	float:left;
	width:100%;
	background:#448fe9;
	padding:15px 25px 30px;
	position:relative;
	}
.s1-bx-top.s1-bx-top-bg2{background:#0ea1b7;}
.s1-bx-icn{
	display:block;
	}
.s1-bx-txt1{
	color:#fff;
    font-size:26px;
	line-height:36px;
	font-family: 'Libre Baskerville', serif;
	margin-top:-7px;
	}
.s1-bx-txt2{
	color:#fff;
    font-size:36px;
	line-height:36px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-top:8px;
	}
.s1-bx-prd{
	position:absolute;
	top:9px;
	right:32px;
	}
.s1-bx-btm{
	float:left;
	width:100%;
	background:#0769df;
	padding:22px 35px;
	}
.s1-bx-btm.s1-bx-btm-bg2{background:#007c8f;}
.s1-bx-btn{
	color:#fff;
    font-size:28px;
	line-height:28px;
	font-family: 'Libre Baskerville', serif;
	text-decoration:underline;
	}
.s1-bx-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 25px;
	}	
	
/*========Section-2========*/
.sec2{
	    float: left;
    width: 100%;
    background: #fff2f4;
    overflow: hidden;
	}
.s2-left{
	float:left;
	width:42%;
	position:relative;
	}	
.s2-left:before{
	content:'';
	position:absolute;
	top:0;
	left:-415px;
	right:0;
	height:704px;
	background: url(../images/s2-left-img.jpg) no-repeat center top;
	}	
.s2-rgt{
	float:right;
	width:53%;
	text-align:left;
	padding:53px 0;
	position:relative;
	}
ul.s2-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	background:url(../images/s2-bullet.png)no-repeat left 7px;
	padding-left:30px;
	margin-top:10px;
	position:relative;
	}
	
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:75px 0;
	}
.product-sec-row{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 45px;
    row-gap: 30px;
    column-gap: 15px;
	}
.product-col{
	    float: left;
    width: 32%;
    /* margin: 0 10px !important; */
    text-align: center;
    background: #fde5e9;
	}
.product-col input[type=radio] {
    opacity: 0;
    position: absolute;
}
.s2-prod-dv{
	float:left;
	width:100%;
	padding:40px 20px 40px;
	background:#fff2f4;
	position:relative;
	}
.s2-prod{
	display:block;
	margin:0 auto;
	width:280px;
	max-width:100%;
	z-index:9;
	position:relative;
	}
.s2-prod:nth-child(2), .s2-prod:nth-child(3){
	position: absolute;
    z-index: 5;
    top: 48px;
    left: 54px;
    max-width: 190px;
}
.s2-prod:nth-child(3){ left:auto; right:54px}
.s2-prod:nth-child(4), .s2-prod:nth-child(5){
	position: absolute;
    z-index: 3;
    top: 54px;
    left: 27px;
    max-width: 180px;
}
.s2-prod:nth-child(5){ left:auto; right:27px}
.s2-prod:nth-child(6){
	    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    max-width: 170px;
}
.dose-seal{
	position:absolute;
	right:40px;
	top:50px;
	background:#1870c2;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:600;
	width:75px;
	height:75px;
	padding:22px 0;
	text-align:center;
	background:#1870c2;
	border-radius:50%;
	}
.dose-seal2{background:#0cc34d;}
.dose-seal3{background:#e70000;}
.learn-btn{
	position:absolute;
	left:0;
	bottom:0;
	float:left;
    width: 100%;
    font-size: 18px;
	line-height:22px;
	padding:14px;
    color: #fff;
    background: #2e9e2a;
	border: 2px solid #2d9c29;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	opacity:0;
	display:none;
	}
.s2-prod-dv:hover .learn-btn{
	opacity:1;
	display:block;
	}
.s2-prod-content{
	float:left;
	width:100%;
	}
.s2-prod-abt{
	float:left;
	width:100%;
	height:170px;
	padding:25px 15px 25px;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	}

.product-col:hover .s2-prod-abt{
	opacity:0;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:none;
	}
.prod-name{
	font-size:22px;
	line-height:36px;
	letter-spacing:0.5px;
	color:#262626;
	}
.prod-name span{
	font-size:28px;
	}
.prd-mg{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#4e4e4e;
	margin-top:12px;
	}
.prd-mg span{
	padding:0 10px;
	}
.prd-mg span img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 7px 0 0;
	}
.prod-txt {
    padding: 0px 0 10px;
    font-size: 15px;
	float:left;
	width:100%;
	margin-top:0;
}
.pkg-selct-col{
	float:left;
	width:100%;
	height:170px;
	background:#ef0025;
	padding-top:8px;
	opacity:0;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:none;
	}
.product-col:hover .pkg-selct-col{
	opacity:1;
	-webkit-transition: all 0.10s ease;
	transition: all 0.10s ease;
	display:block;
	}
.product-col:hover  .prod-txt{ text-align:left; color:#fff; padding: 10px 20px;}
.buyOpt-row {
    float: left;
    width: 100%;
    padding:3px 15px;
    cursor: pointer;
    position: relative;
	}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 30px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
	left: 0;
	top:4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-weight: 600;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
.pkp-prc-p1 {
	    float: right;
    color: #ffffff;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
    padding: 30px 20px 0;
    font-weight: 600;
	}
p.sel-pck {
    float: left;
    padding: 7px 17px;
    font-size: 18px;
    color: #fff;
}
.pkg-btn{
	display: inline-block;
    vertical-align: middle;
    width: 300px;
    font-size: 20px;
    color: #fff;
    height: 55px;
    line-height:51px;
	background:#0cc34d;
    font-weight: 600;
    margin-top: 30px;
    border: 2px solid #0cc34d;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	}
.pkg-btn img{
	display: inline-block !important;
    vertical-align: middle;
    margin: -8px 0 0 7px;
	}
.packageOpt .pkg-btn{ width:100%;}		

/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	background: url(../images/s4-bg.jpg)no-repeat center top;
	padding:75px 0;
	position:relative;
	}
.s4-left{
	    float: left;
    width: 52%;
    text-align: left;
	}
.s4-logo{
	display:block;
	width:170px;
	}
.s4-arw{
	    position: absolute;
    top: 330px;
    left: 590px;
    transform: rotate(15deg);
}
.s4-txt1{
	color: #222222;
    font-size: 44px;
    line-height: 60px;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
    margin-top: 30px;
	}
ul.s4-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s4-list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	background:url(../images/bnr-bullet.png)no-repeat left 2px;
	
	padding-left:33px;
	margin-top:15px;
	}
.s4-txt2{
	color:#222222;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-top:30px;
	}
.s4-txt3{
	    color: #222222;
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    width: 100%;
	}
.s4-prd-bx{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	max-width:820px;
	width:100%;
	margin-top:30px;
	}	
.s4-bx{
	width:49%;
	text-align:left;
	border-radius:15px;
	-webkit-box-shadow:2px 4px 6px 1px rgba(0,0,0,0.2);
	box-shadow:2px 4px 6px 1px rgba(0,0,0,0.2);
	overflow:hidden;
	}
.s4-bx-top{
	float:left;
	width:100%;
	background:#448fe9;
	padding:10px 20px 20px;
	position:relative;
	}
.s4-bx-top.s4-bx-top-bg2{background:#0ea1b7;}
.s4-bx-icn{
	display:block;
	}
.s4-bx-txt1{
	color:#fff;
    font-size:20px;
	line-height:30px;
	font-family: 'Libre Baskerville', serif;
	margin-top:-7px;
	}
.s4-bx-txt2{
	color:#fff;
    font-size:30px;
	line-height:30px;
	font-family: 'Libre Baskerville', serif;
	font-weight:bold;
	margin-top:8px;
	}
.s4-bx-prd{
	position:absolute;
	top:9px;
	right:32px;
	}
.s4-bx-btm{
	float:left;
	width:100%;
	background:#0769df;
	padding:13px 22px 15px;
	}
.s4-bx-btm.s4-bx-btm-bg2{background:#007c8f;}
.s4-bx-btn{
	color:#fff;
    font-size:22px;
	line-height:22px;
	letter-spacing:-0.5px;
	font-family: 'Libre Baskerville', serif;
	text-decoration:underline;
	}
.s4-bx-btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 0 0 25px;
	}	

/*========footer==========*/
.footer-sec{
	float:left;
	width:100%;
	text-align:center;
	padding:55px 0 35px;
	}
.ftr-logo{
	display: block;
    margin: 0 auto 25px;
    max-width: 150px;
	}
.ftr-txt{
	color:#000;
	font-size:16px;
	line-height:24px;
	}
.ftr-txt.margin-top{margin-top:25px;}
.ftr-txt a{padding:0 3px;}	
.ftr-txt-title{
	color:#000;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	margin-top:20px;
	}
ul.ftr-list{
	    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
	}
ul.ftr-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 7px;
	}
ul.ftr-list li img{
	display:inline-block;
	vertical-align:middle;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #c6c6c6;
	padding:25px 0;
	}

.contact {
    background: #fff;
    float: left;
    width: 100%;
    padding: 55px 0 65px;
}
.cntc-inr {
    float: left;
    width: 100%;
    padding: 0 35px 30px 0;
    position: relative;
}
.cont-sec1Lft {
    float: left;
    width: 51%;
    text-align: left;
}
ul.cnt-list {
        float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 0;
}
ul.cnt-list li {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0 20px 55px;
    border-bottom: 1px solid #eaf1f7;
}
ul.cnt-list li img {
    position: absolute;
    left: 7px;
    top: 25px;
}
ul.cnt-list li p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 26px;
}
ul.cnt-list li span {
    font-size: 22px;
    line-height: 30px;
    color: #ef0025;
    font-weight: 600;
    padding-bottom: 4px;
}
ul.cnt-list li:last-child {
    border: none;
    padding-bottom: 0;
}
.cntct-rght2 {
    float: right;
    width: 49%;
    padding: 45px 25px;
    position: relative;
}
.contact-img {
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
}

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.logo{margin-top:20px; width:200px;}
a.nav-btn{width:230px;}

.bnr-left{ width:62%;}
.bnr-title{}
.bnr-title:before{width:50px;}
.bnr-hdg{font-size: 46px; line-height: 60px; margin-top: 10px;}
.bnr-para{ padding: 0 0px 0 0; margin-top: 10px; font-size: 17px; line-height: 28px;}
.bnr-left-bx{margin:20px 0 0 0; padding-left: 220px;}

.bnr-rgt-txt2{font-size:25px; line-height:31px; margin-top:0px;}
.bnr-rgt-prd{top:8px; right:15px;}

.s1-img{ max-width: 450px; top: 40px; right: 40px;}
.s1-bx-prd{right:15px;}
.s2-rgt{}
.commn-para.padding{ padding:0;}

.prod-name{ font-size:20px;}
.prd-mg{ font-size:16px;}
.prod-name span{ font-size:24px;}

.s4-left{width: 56%;}
.s4-bx-prd{right:15px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

/*=====Menu-CSS========*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 24px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:104px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
	
/*=====Common-CSS====*/
.commn-hdg{font-size:32px; line-height:40px;}
.commn-para{font-size:17px; line-height:27px; margin-top:10px;}
.commn-para.padding{padding:0 0px;}
.btn-bx{max-width:350px; margin-top:30px;}
.commn-btn{font-size:24px; line-height:24px; padding:16px 0;}
.btn-guaranty span:before, .btn-guaranty span:after{left:-50px; width:40px;}
.btn-guaranty span:after{right:-50px;}

/*====Top-Caption=====*/
.top-caption{padding:6px 0 5px;}
.caption-txt{font-size:15px; line-height:21px;}

/*====Header======*/
.top-fix-bar{margin-bottom:70px;}
.header{height:70px; margin-top:-70px; top:70px;}
.logo{ margin-top: 9px; width: 110px;}
.mobimenu-top{top:65px;}

/*=====Banner-Section======*/
.bnr-sec{padding:40px 0;}
.bnr-left{width:74%;}
.bnr-hdg{font-size:40px; line-height:54px;}
.bnr-left-bx{padding-left: 170px;}

.bnr-prd{top:0; left:-20px;}
.bnr-para{padding: 0 0px 0 24px; margin-top: 20px;}
ul.bnr-list{padding:10px 0 0 38px; margin-top:30px;}
ul.bnr-list li{font-size:18px;}
.bnr-rgt{width:100%; margin-top:80px;}
.bnr-rgt-hdg{margin-top:0;}
.bnr-rgt-bx{width:48%; margin:15px 1% 0;}


/*====Section-1=====*/
.sec1{padding:35px 0;}
.s1-contnt{margin-top:30px;}
.s1-list-hdg{font-size:26px; line-height:34px; margin-top:0;}
ul.s1-list li{padding-left:40px;}
ul.s1-list li:before{top:30px; left:13px;}
.s1-left{ width:100%;}
.s1-rgt{width:100%;}
.s1-img{ position:static; display:block; margin:0 auto 30px; max-width:100%; max-width: 390px;}
.s1-prd-bx{margin-top:35px;}
.s1-bx-top{padding:15px 20px 30px;}
.s1-bx-icn{width:80px;}
.s1-bx-txt1{font-size:22px; line-height:32px; margin-top:0px;}
.s1-bx-txt2{font-size:26px; line-height:32px;}
.s1-bx-prd{top:26px; right:18px; width:115px;}
.s1-bx-btm{padding:22px 25px;}
.s1-bx-btn{font-size:22px; line-height:22px;}
.s1-bx-btn-arw{margin:-7px 0 0 16px; width:30px;}

/*====Section-2=====*/
.s2-rgt{padding:42px 0;}
.s2-left:before{height:637px;}

/*====Section-3=====*/
.sec3{padding:45px 0;}
.product-col {width: 49%;}

/*====Section-4=====*/
.sec4{padding:35px 0;}
.s4-left{width:58%;}
.s4-logo{ width: 140px;}
.s4-txt1{font-size:35px; line-height:45px; margin-top:25px;}
ul.s4-list li{font-size:18px; line-height:28px; padding-left:35px;}
.s4-bx-txt2{font-size:26px;}

/*====Footer-sec=====*/
.footer-sec{padding:35px 0;}
.ftr-logo{width:200px;}
.ftr-txt.margin-top{margin-top:20px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

/*=====Common-CSS====*/
.commn-hdg{font-size: 24px; line-height: 36px;}
.commn-para{font-size:16px;line-height: 24px; margin-top: 15px;}
.btn-bx{margin-top:20px;max-width: 100%;}
.commn-btn{ font-size: 20px; line-height: 22px; padding: 14px 0;}
.btn-arw{width:20px;margin: 0px 0 0 10px;}

/*====Top-Caption=====*/
.caption-txt{font-size:12px; line-height:16px;}

/*====Header======*/
.top-fix-bar{margin-bottom:60px;}
.header{height:60px; margin-top:-60px; top:60px; border-bottom:1px solid #ddd;}
.logo{ width: 90px; margin-top: 8px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:86px;}
.mobimenu-top{top:60px;}

/*=====Banner-Section======*/
.bnr-sec{padding:25px 0 30px; background-size: cover; background: url(../images/m-top-img.jpg) no-repeat center top;}
.bnr-left{width:82%; position:relative;}
.bnr-title{font-size:16px; line-height:20px; padding-left:35px;}
.bnr-title:before{width:25px; top:10px;height: 2px;}
.bnr-hdg{font-size: 26px; line-height: 36px; margin-top: 10px;}

.bnr-left-bx{margin:10px 0 0; padding:0 0 0 0;}
.bnr-prd{ left:auto; right:-15px; width:120px;top: 10px; display:none;}
.bnr-para{font-size: 16px; line-height: 26px; padding: 0 0; margin-top: 0; width: 88%;}
ul.bnr-list{padding:6px 0 0; margin-top:10px;}
ul.bnr-list li{ font-size: 16px; line-height: 22px; letter-spacing: 0.3px; background-size: 17px; padding-left: 25px; background-position: left 2px; margin-top: 8px;}

.bnr-rgt{width:100%; margin-top:0;}
.bnr-rgt-hdg{font-size:20px; line-height:22px;  margin-top:25px;}
.bnr-rgt-contnt{margin-top:5px;}
.bnr-rgt-bx{ width:100%; margin:15px 0 0;}
.bnr-rgt-bx-top{padding:18px 20px;}
.bnr-rgt-txt1{font-size:18px; line-height:28px; margin-top:0;}
.bnr-rgt-txt2{font-size:22px; line-height: 28px;}
.bnr-rgt-bx-btm{padding:16px 24px;}
.bnr-rgt-btn{font-size:18px; line-height:24px;}
.bnr-rgt-btn-arw{width:22px;}
.bnr-rgt-prd{top:10px;}

/*====Section-1=====*/
.sec1{padding:30px 0;}
.s1-contnt{margin-top:20px;}
.s1-left{width:100%;}
.s1-img{ margin:0 auto 15px; max-width: 300px;}
.s1-list-hdg{font-size:24px; line-height:32px;}
ul.s1-list{margin-top:0;}
ul.s1-list li{margin-top:20px;}
ul.s1-list li:before{top:25px; left:12px;bottom: -20px;}
.s1-dot{width:25px;}
.s1-list-txt1{font-size:17px; line-height:23px;}
.s1-list-txt2{font-size:20px; line-height:26px;}
.s1-list-txt3{font-size:16px; line-height:24px; margin-top:6px;}
.s1-rgt{width:100%;}
.s1-prd-bx{margin-top:10px;}
.s1-bx{width:100%; margin-top:15px;}
.s1-bx-top{padding:18px 20px 18px;}
.s1-bx-txt1{font-size:18px; line-height:28px;}
.s1-bx-txt2{font-size:22px; line-height:28px; margin-top:0}
.s1-bx-prd{top:14px; right:15px;}
.s1-bx-btm{padding:22px 20px;}
.s1-bx-btn{font-size:20px; line-height:20px;}
.s1-bx-btn-arw{margin:-8px 0 0 15px; width:25px;}

/*====Section-2=====*/
.s2-rgt{width:100%; padding:25px 0;}
.s2-img{display:block; margin:20px auto 15px;}
ul.s2-list li{font-size: 18px; line-height: 26px; padding-left: 26px;}
.btn-guaranty span:before, .btn-guaranty span:after{display:none;}
.btn-guaranty{font-size:13px; margin-top:5px;}

/*====Section-3=====*/
.sec3{padding:25px 0;}
.product-col{ width:100%;}

/*====Section-4=====*/
.sec4{background: #ebf4f9 url(../images/m-bottom-img.jpg) no-repeat center top; background-size: 100%; padding:30px 0;}
.s4-left{width:100%;}
.s4-logo{width:110px;}
.s4-txt1{font-size: 26px; line-height: 38px; margin-top: 20px;}
ul.s4-list{margin-top:5px;}
ul.s4-list li{font-size:15px; line-height:22px; margin-top:10px; background-size:20px; background-position:left 1px;padding-left: 30px;}

.s4-txt2{font-size:20px; line-height: 28px; margin-top:20px;}
.s4-txt3{font-size:16px; line-height:24px; color:#000;}
.s4-prd-bx{max-width: 100%;margin-top:0;}
.s4-bx{width:100%; margin-top:15px}
.s4-bx-top{padding:18px 22px 18px;}
.s4-bx-txt1{font-size:18px; line-height:28px; margin-top:0;}
.s4-bx-txt2{font-size:22px; line-height: 28px; margin-top:0;}
.s4-bx-btm{padding:16px 24px;}
.s4-bx-btn{font-size:18px; line-height:24px;}
.s4-bx-btn-arw{width:22px; margin:-8px 0 0 15px;}
.s4-bx-prd{top:8px;}

/*====Footer-sec=====*/
.footer-sec{padding:25px 0;}
.ftr-logo{width:110px; margin:0 auto 15px;}
.ftr-txt {font-size:13px; line-height:21px;}
.ftr-txt.margin-top{margin-top:15px;}
ul.ftr-list{margin-top:15px;}
.ftr-txt-title{font-size:18px; line-height:26px; margin-top:15px;}
.ftr-txt a{padding:0 0px;}
.footer{padding:15px 0;}
ul.ftr-list li{font-size: 14px; line-height: 22px;}

.cont-sec1Lft{ width:100%;}
.cntc-inr{    padding: 0 0 0px 0;}
ul.cnt-list{ padding:0;}
ul.cnt-list li p{ font-size:15px;}
ul.cnt-list li span{ font-size:20px;}
.cntct-rght2{ width:100%; padding: 25px 0;}

}

@media only screen and (max-width:364px){
ul.bnr-list li{ font-size:13px;}	
}


/*--------------------PLUSE--------------------*/	
.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);
}
}




.pulse_icon {
	animation-name: pulse_icon;
	-webkit-animation-name: pulse_icon;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.pulse_icon-delay{animation-delay: .8s;}
@keyframes pulse_icon {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse_icon {
 0% {
 -webkit-transform: scale(0.9);
}
 50% {
 -webkit-transform: scale(1.05);
}
 100% {
 -webkit-transform: scale(0.9);
}
}