@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	/*background:url(../images/index1.jpg) no-repeat center top;*/
	color: #000000;
	text-align: center;
    font-family: "DM 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: 4px 0 3px;
    background: #f5f5f5;
	}
.caption-txt{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-weight: 600;
	}

/*========Header========*/	
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:67px;
	}
.header{
	float: left;
    width: 100%;
    height: 67px;
    margin-top: -67px;
    top: 67px;
    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: 13px;
    max-width: 170px;
	}
ul.topMenu{
	    float: right;
    vertical-align: top;
    margin-top: 23px;
	}
ul.topMenu li{
	float:left;
	padding:0 15px;
	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: 134px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    border-top: 1px solid #00b641;
    font-weight: 600;
    background: #09d552;
    margin-top: 14px;
    border-radius: 34px;
	}
.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: 60px 0;
	}
	
/*========Banner-Left=======*/	
.bnr-left{
	float: left;
    width: 60%;
    text-align: left;
	}
.bnr-hdg{
	    float: left;
    width: 100%;
    color: #222222;
    font-size: 56px;
    line-height: 66px;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
	}
.bnr-hdg span{ color:#ec1f27; text-decoration:underline;}
.bnr-left-bx{
	float: left;
    margin: 6px 0 0 0;
    position: relative;
	}
.bnr-prd{
	    position: absolute;
    top: 91px;
    right: -210px;
	}
.bnr-para{
	float: left;
    width: 82%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
	}
ul.bnr-list{
	float: left;
    width: 86%;
    border-top: 1px solid #ffded5;
    padding: 10px 0 0 0;
    margin-top: 20px;
	}
ul.bnr-list li{
	float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    background: url(../images/bullet3.png) no-repeat left 4px;
    padding-left: 32px;
    margin-top: 15px;
	}
.s1-arw {
	position: absolute;
	top: -17px;
	right: 110px;
	max-width: 30px;
	transform: rotate(-88deg)
}	
	
	
/*========Common-CSS========*/
.commn-hdg{
	    display: inline-block;
    width: 100%;
    color: #222222;
    font-size: 42px;
    font-family: "Playfair Display", serif;
    line-height: 54px;
	text-transform:capitalize;
	}
.commn-para{
	    color: #000;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 25px;
	}
.commn-para span{ font-weight:600;}
.commn-para.padding{padding:0 0px;}
.link{text-decoration:underline;}
.btn-bx{
	display: inline-block;
    vertical-align: middle;
    max-width: 424px;
    width: 100%;
	    text-align: center;
    margin-top: 43px;
	}
.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:#09d552;
	border-radius: 50px;
	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: 16px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    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;
	}		
/*========BNR-STRIP========*/

.bnr-strip{
	float:left;
	width:100%;
	text-align:center;
	padding: 57px 0;
	background:#fff;
	}
.bnr-stp-txt{
	    display: inline-block;
    width: 45%;
    font-size: 32px;
    line-height: 36px;
    position: relative;
    font-family: "Playfair Display", serif;
	}
.bnr-stp-txt:before, .bnr-stp-txt:after{
	content: '';
    position: absolute;
    top: 18px;
    left: -70px;
    background: #dadfe1;
    width: 105px;
    height: 1px;
	}	
.bnr-stp-txt:after{
	left: auto;
    right: -69px;
	}	
.strp-txt{
	display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    padding: 15px 0 0;
	}
.bnr-stp-uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 34px 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
	}	
.bnr-stp-uls li{
	    display: inline-block;
    width: 23%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    background: #fcf4f2;
    border: 1px solid #ffced0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 8px 1px #ffe1e2;
    padding: 27px 25px 28px;
	}
.stp-li-img{
	display:block;
	margin:0 auto 10px
	}					
/*========Section-1========*/
.sec1{
	float: left;
    width: 100%;
        padding: 60px 0;
    background: #fff;
	}
.s1-contnt{
	float: left;
    width: 100%;
    margin-top: 0px;
    position: relative;
	}
	
.s1-lft{
	    float: left;
    width: 51%;
    text-align: left;
    position: relative;
    margin: 0;
	}
.s1-model{
	    position: absolute;
    top: -80px;
    right: -390px;
    z-index: 2;
	}
.s1-box{
	display: inline-block;
    width: 100%;
    background: url(../images/s1-inr-bg.png) no-repeat center top;
    height: 185px;
    position: relative;
    z-index: 9;
    margin: 30px 0 0;
	}
.s1-prod{
	    position: absolute;
    top: -208px;
    right: -35px;
    z-index: 5;
    max-width: 390px;
	}
.s1-tape{
	position: absolute;
	top: 16px;
	right: 270px;
	z-index: 1;
	}	
.sec1 .btn-bx{
	    float: left;
    display: block;
    margin: 40px 0 0 20px;
	}
.sec1 .btn-guaranty span{ color:#fff;}						
.s1-arw2{
	position: absolute;
    top: -267px;
    right: 109px;
	}
	
/*========Section-2========*/
.sec2{
	    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
	padding: 0 0 60px;
	}
.s2-lft-img{
	float: left;
    max-width: 500px;
    border-radius: 10px;
	}	
.s2-rgt{
	float: right;
    width: 54%;
    text-align: left;
    padding: 0px 0 0 0;
    position: relative;
	}
ul.s2-list{
	    float: left;
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
	}
ul.s2-list li{
	    float: left;
    width: 95%;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 93px;
	position:relative;
    margin-top: 10px;
	}
ul.s2-list li:nth-child(3):before{border-bottom: none;}	
ul.s2-list li:before{
	position: absolute;
    top: 106px;
    left: 23px;
    content: '';
    z-index: 3;
    width: 500px;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
	}	
ul.s2-list li span{
	    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    padding: 0 0 12px;
	}	
.li-nos{
	position: absolute;
	top: 2px;
	left: 16px;
	color: #ec1f27;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	background: #fcf4f2;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	content: '';
	padding: 12px 7px 0px;
	z-index: 2;
	box-shadow: 4px 4px 8px 4px #e1e1e1;
	}	
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fbf3f1;
	}
.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: #fff;
    box-shadow: 0 0 8px 1px #c0b8cb;
	}
.product-col input[type=radio] {
    opacity: 0;
    position: absolute;
}
.s2-prod-dv{
	    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 20px;
	}
.s2-prod{
	display:block;
	margin:0 auto;
	width:320px;
	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:#09d552;}
.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%;
    padding: 10px 0px 25px;
    -webkit-transition: all 0.10s ease;
    transition: all 0.10s ease;
	}

.prod-name{
	font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #262626;
	}
.prod-name span{
	    font-size: 22px;
    color: #ec1f27;
    font-family: "Playfair Display", serif;
    font-weight: 500;
	}
.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;
}
.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: #000;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: center;
    width: 100%;
    padding: 22px 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:#09d552;
    font-weight: 600;
    margin-top: 30px;
	border-radius: 32px;
    border: 2px solid #09d552;
    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: #fff;
	padding:60px 0;
	position:relative;
	}
.s4_uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 30px 0 0;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 12px;
	}	
.s4_uls li{
	float: left;
    width: 31%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    padding: 0 0 0 0;
    text-align: left;
	}
.s4_uls li span{
	display: block;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 12px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
	}	
.s4-pics{
	    display: block;
    margin: 0 auto 31px;
	}
.s4-icons{
	position: absolute;
    top: 165px;
    right: 20px;
	}
/*-----------------------
	SECTION-7 CSS
------------------------*/
.section-7{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin:30px 0 0;
	}
.up-slide-dwn{
	float: left;
    width: 100%;
    /* margin-top: 8px; */
    padding: 6px 0;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1); */
	}
				
/*========footer==========*/
.footer-sec{
	float:left;
	width:100%;
	text-align:center;
	padding:55px 0 35px;
	background: #fbf3f1;
	}
.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: 5px 0;
	width: 100%;
	}
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:7px; width:200px;}
a.nav-btn{}

.bnr-sec{ background-size:cover;}
.bnr-left{ width:58%;}
.s1-arw{top: -47px;}
.bnr-title:before{width:50px;}
.bnr-hdg{ font-size: 48px; line-height: 56px;  margin-top: 0;}
.bnr-para{padding: 0 0px 0 0; margin-top: 10px;font-size: 17px; line-height: 26px;  width: 100%;}
.bnr-prd{ top: 135px; right: -180px; max-width: 330px;}
ul.bnr-list{padding: 4px 0 0 0;}
ul.bnr-list li{ font-size: 18px; line-height: 26px;}

.bnr-rgt-txt2{font-size:25px; line-height:31px; margin-top:0px;}
.bnr-rgt-prd{top:8px; right:15px;}

.commn-para.padding{ width: 97%; font-size: 17px; line-height: 25px;}
.commn-hdg{font-size: 40px;    line-height: 55px;}
.btn-bx{max-width: 370px; margin-top: 26px;}

.s1-model{ top: -60px; right: -353px;}
.s1-prod{ top: -177px; right: -27px; z-index: 5; max-width: 358px;}
.s1-tape{ top: 16px; right: 303px; max-width: 378px;}
.s1-arw2{top: -406px; right: 147px;}

.sec2{}
.s2-lft-img{    max-width: 535px;}
.s2-rgt{    width: 45%;    padding: 0px 0 0 0;}
ul.s2-list li {  width: 100%; padding-left: 77px; font-size: 16px; line-height: 24px;}
ul.s2-list li:before {    top: 130px;}
ul.s2-list li span{font-size: 22px; line-height: 24px;}
.li-nos{left: 8px;}


.s4-icons {    top: 125px;}



.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; width: 100%; font-size: 16px; line-height: 24px;}
.commn-btn{font-size:24px; line-height:24px; padding:16px 0;}
.btn-guaranty span:before, .btn-guaranty span:after{ 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: 17px; width: 160px;}
.mobimenu-top{top:65px;}

/*=====Banner-Section======*/
.bnr-sec{padding:40px 0;}
.bnr-left{width:63%;}
.bnr-hdg{font-size:40px; line-height:50px;}
.bnr-left-bx{ margin: 15px 0 0 0;}
.bnr-prd{ top: 190px; right: -250px;}
.bnr-para{padding: 0 0px 0 0; margin-top: 2px; width: 83%;}
ul.bnr-list{        padding: 10px 0 0 0; margin-top: 19px;}
ul.bnr-list li{font-size:17px; margin-top: 10px;}
.bnr-rgt{width:100%; margin-top:80px;}
.bnr-rgt-hdg{margin-top:0;}
.bnr-rgt-bx{width:48%; margin:15px 1% 0;}

.bnr-stp-uls li{ font-size: 20px; line-height: 28px;}

.bnr-stp-txt{font-size: 24px; line-height: 32px;}
.bnr-stp-txt:before, .bnr-stp-txt:after{ width:80px;}
.strp-txt{font-size: 18px; line-height: 26px;}


/*====Section-1=====*/
.sec1{padding:35px 0;}
.s1-model{top: -10px; right: -188px;  max-width: 230px;}
.s1-box {margin: 11px 0 0;}
.s1-prod{ top: -117px; right: -62px; z-index: 5; max-width: 293px;}
.s1-tape{ top: 42px; right: 140px; z-index: 1; max-width: 313px;}
.s1-lft{width: 63%;}
.s1-model {top: -40px; right: -288px; max-width: 290px;}
.s1-arw2{ display:none;}
/*====Section-2=====*/
.s2-rgt{padding: 0 0 0; width: 47%;}
 ul.s2-list li span { font-size: 18px; line-height: 24px; padding: 0 0 5px;}
 ul.s2-list li { width: 100%; padding-left: 60px; font-size: 16px;}
 ul.s2-list li:before{        top: 121px;    width: 420px;}
 .li-nos{left: 8px;top: 2px;width: 40px; height: 40px;padding: 8px 7px 0px;font-size: 20px;}

.s2-left:before{height:637px;}
.s2-lft-img{ max-width:370px;}


/*====Section-3=====*/
.sec3{padding:45px 0;}
.product-col {width: 49%;}

/*====Section-4=====*/
.sec4{padding:35px 0;}
.s4_uls li{width: 45%; font-size: 16px; line-height: 26px;}
.s4-icons{        top: 145px;}

/*====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: 26px; line-height: 34px;}
.commn-para{font-size:16px;line-height: 24px; margin-top: 15px;}
.btn-bx{margin-top:20px;max-width: 100%;}
.s1-box {height: 140px;}
.commn-btn{ font-size: 20px; line-height: 22px; padding: 14px 0;        max-width: 80%;}
.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: 150px; margin-top: 12px;}
.mob-mnu-ic{right:15px; top:17px;}
.mobilemenu{top:86px;}
.mobimenu-top{top:60px;}

/*=====Banner-Section======*/
.bnr-sec{padding:25px 0 30px; background: #fbf3f2;}
.bnr-left{width:100%; 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: 30px; line-height: 38px; margin-top: 0;}

.bnr-left-bx{margin:10px 0 0; padding:0 0 0 0;}
.bnr-prd{left: auto;right: -100px; width: 178px;  top: 155px;}
.bnr-para{ font-size: 16px; line-height: 24px; padding: 0 0; margin-top: 0; width: 100%;}
ul.bnr-list{    width:100%;padding:6px 0 0; margin-top:10px;}
ul.bnr-list li{ font-size: 16px; line-height: 22px; background-size: 17px; padding-left: 25px; 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;}


.bnr-strip{ padding:30px 0 0;}
.bnr-stp-txt{width:100%;}
.strp-txt{ font-size: 16px; line-height: 24px;padding: 11px 0 0;}
.bnr-stp-txt:before, .bnr-stp-txt:after{background: none;}
.bnr-stp-uls { margin: 20px 0 0;row-gap: 10px;}
.bnr-stp-uls li{width: 49%; padding: 10px 10px 10px; font-size: 16px; line-height: 28px;}
.stp-li-img{max-width: 50px;}

/*====Section-1=====*/
.sec1{padding:30px 0;}
.s1-lft{ width:100%; text-align:center;margin: 0 0 0;}
.s1-mon-imgs{display: inline-block;  margin: 13px auto 0;}
.sec1 .btn-bx{ float:none; display:inline-block;     margin: 43px 0 0;}

.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=====*/
.sec2{ padding: 0 0 30px;}
.s2-rgt{width:100%;         padding: 0 0 0;}
.s2-img{display: block;margin: 16px auto 10px; max-width: 100%;}
ul.s2-list li{font-size: 16px;line-height: 24px; padding-left: 49px;}
.btn-guaranty span:before, .btn-guaranty span:after{display:none;}
.li-nos{ left: -1px; top: -7px;}
.btn-guaranty{font-size:13px; margin-top:5px;}
ul.s2-list{ margin:0 0 0;}

/*====Section-3=====*/
.sec3{padding:25px 0;}
.product-col{ width:100%;}
.product-sec-row{ margin-top:25px;}

/*====Section-4=====*/
.sec4{ background-size: 100%; padding:30px 0;}
.s4_uls li{ width:100%;}



/*====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);
}
}