@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: 'Cabin', 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;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}				
.logo{
	float: left;
	max-width: 240px;
	margin-top: 0px;
}
ul.topMenu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    z-index: 1;
	}
ul.topMenu li{
	float:left;
	padding:5px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#0f0f0f;
	font-size:17px;
	line-height:17px;
	font-weight:500;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#55bc42;}
a.nav-btn{
    float: right;
    background: #61a745;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 185px;
    height: 45px;
    line-height: 47px;
    border-radius: 0;
    margin-top: 6px;
    font-weight: 600;
}

.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	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:103px;
	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:75px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 40px 0 40px;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	height:557px;
	}
.bnr-left{
        float: left;
    width: 65%;
    text-align: left;
    margin-top: 50px;
    padding: 0 0 0 43px;}
.bnr-heading{
        float: left;
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    color: #232832;
    font-family: 'Cabin', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 0px;
    text-transform: capitalize;
	}
.bnr-heading span{
	display: block;
	text-transform: capitalize;
	font-size: 56px;
	line-height: 66px;
	/* color: #252525; */
	padding-top: 0px;
	letter-spacing: 0;
	font-weight: 700;
	}	
.bnr-heading2{
        float: left;
    width: 100%;
    font-size: 53px;
    line-height: 63px;
    color: #232832;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
	}
.bnr-heading2 span{
	color: #61a745;
	}	
.bnr-para{
float: left;
    width: 76%;
    font-size: 20px;
    line-height: 32px;
    color: #1e1e1e;
    letter-spacing: 0px;
    margin-top: 10px;
    padding-top: 11px;
	}
.bnr-point{
	float: left;
	width: 100%;
	margin-top: 80px;
	}
.bnr-point li{
	    background: url(../images/bnr-list-tk.png) no-repeat left 5px;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 21px;
    line-height: 27px;
    color: #0f0f0f;
    font-weight: 600;
    padding-left: 36px;
    margin-top: 12px;
    text-transform: capitalize;	
	}	
.btnBlk{
	    display: inline-block;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
	}
.banner .btnBlk{margin-top:30px;}
a.pg-btn{
	float: left;
    width: 84%;
    height: 54px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #61a745;
    color: #fff;
	}
a.pg-btn p{
	float:left;
	width:100%;
	color:#fff;
	line-height:50px;
	font-size:22px;
	font-weight:600;
	/*text-shadow:1px 1px #c3c3c3;*/
	}
.btn-arw{
    display: none;
    vertical-align: middle;
    margin: 0px 0px 0 17px;
	}	
.mbg-txt{
	float:left;
	width:100%;
	position:relative;
	margin-top:2px;
	}
.mbg-txt span{
	    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 500;
    z-index: 2;
    position: relative;
	}
.mbg-txt span:before, .mbg-txt span:after{
	content: '';
    position: absolute;
    top: 10px;
    height: 1px;
    background: #e1e1e1;
    width: 40px;
    left: -40px;
	}	
.mbg-txt span:after{ 
	left:auto;
	right:-40px;
	}
.bnr-prod{
   position: absolute;
    right: 0;
    top: 35px;
    max-width: 500px;
	}
.bnr-seal{
    position: absolute;
    right: 132px;
    top: 45px
	}		
	
/*-------------------------
    BANNER BOTTOM CSS
--------------------------*/
.hero-btm-strip{
	background:#fff;
	float: left;
	width: 100%;
	padding:25px 0 30px;
	border-bottom:1px solid #dce1eb;
	}
.brands-img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}

/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 0 40px;
	}
.sec1-lft{
	float:left;
	width:100%;
	text-align:center;
	}
ul.se1-lst{
    float: left;
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	}
ul.se1-lst li{
        float: left;
    width: 24%;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    color: #0e0e0e;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
    position: relative;
    background: #feefea;
	}
ul.se1-lst li:nth-child(2){
	background: #fff3ff;
}
ul.se1-lst li:nth-child(3){
	background: #ecffec;
}
ul.se1-lst li:nth-child(4){
	background: #f2fce4;
}
ul.se1-lst li span{
	display: block;
	font-size: 22px;
	line-height: 34px;
	color: #0b0f1b;
	font-weight: 700;
	padding: 0 26px;
}
ul.se1-lst li img{
	display:block; 
	margin:0 auto 10px;
}
.common-heading{
float: left;
    width: 100%;
    color: #000;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    font-weight: 700;
    padding-bottom: 0px;
    text-align: left;
	position:relative;
	margin-top: 15px;
    font-family: 'Playfair Display', serif;
}
.common-heading span{     
	color: #62a402;
    font-size: 26px;
    line-height: 36px;
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
    font-family: 'Cabin', sans-serif;
}	

/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 100px;
	}
.common-para{
  display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    letter-spacing: 0px;
    margin-top: 16px;

	}
.s2-innr{
	display:inline-block;
	width:100%;
	position:relative;
	}
.s2-rit{
        float: right;
    width: 620px;
    margin-top: 0px;
    text-align: left;
	}
.s2-vdo-box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 690px;
    text-align: center;
    margin-top: 40px;
	}	
.s2-vdo-box .iframe-bx{
	width: 100%;
    /* background: #fff; */
    margin: 0 auto 0;
    display: block;
    position: relative;
    padding-bottom: 56.3%;
    border-radius: 10px;
    overflow: hidden;	
	}
.sec-btls{
      position: absolute;
    top: 300px;
    left: 32%;
    z-index: 5;
    max-width: 100%;
	}		
.vdo-img{
    position: absolute;
    top: 0;
    left: 0%;
	max-width:100%;	
	}
.bnr-heading-b{
        display: inline-block;
    width: auto;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 30px;
    background: #5aa141;
    position: absolute;
    top: 194px;
    left: -132px;
    z-index: 1;
    transform: rotate(-90deg);
	}
.s2-list{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    column-gap: 10px;
    row-gap: 20px;
	}
.s2-list li{
	float: left;
    width: 48%;
    position: relative;
    padding: 0 0 0 40px;
    text-align: left;
	}
/*.s2-list li:before{
    content: '';
    border-right: 1px solid #dadfe6;
    top: 20px;
    bottom: 20px;
    right: 0;
    position: absolute;
	}*/
.s2-list li:last-child:before{ display:none;}			
.s2-list li img{
	position:absolute;
	top:0px;
	left:0;
	}	
.s2-list span{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
	}	
.s2-list p{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 5px;
    letter-spacing: 0px;
	}					
.s2-btm-txt{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#ea061f;
	font-weight:800;
	letter-spacing:0.5px;
	margin-top:40px;	
	}	
	
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
        float: left;
    width: 100%;
    background: #fff;
    padding: 60px 0;
    text-align: left;
    border-top: 1px solid #f3f3f3;
}
.section-3 .common-heading{ margin-top:0;}
.sec3-lft{
	float:left;
	width:100%;
	margin-top:20px;
	}
.sec3model{
    position: absolute;
    top: 164px;
    right: 0px;
	max-width:100%;
	}
.s3-mid-row{
       float: left;
    width: 100%;
    margin: 10px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 14px;
	}
.package1{ margin-top:30px;}
.box1, .box2, .box3, .box4, .box5{
    background: #fff;
    position: relative;
    margin: 0px;
    width: 24%;
    float: left;
}
.box1:after, .box2:after, .box3:after, .box4:after, .box5:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
	}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 3px; width:49%;}
.pkg-hding{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e1e;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 9;
}
.box4 img.s1prd {
    display: inline-block;
    margin: 10px auto 10px;
    max-width: 280px;
    vertical-align: middle;
    z-index: 3;
    position: relative;
}
.shop-lst-img {
    display: block;
    margin: 10px auto 10px;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    z-index: 999;
	border-bottom: 1px solid #eaffe2;
}
p.prod-txt {
       text-align: left;
    padding: 10px 0 19px;
    font-size: 17px;
    float: left;
    line-height: 27px;
}
.pkg-hding span{
	text-transform:uppercase;
	color:#0092bf;
}
img.prod-sec {
    display: block;
    margin: 10px auto 0px;
    width: 142px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}
.package2 img.prod-sec{
	display: block;
    margin: 10px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 28px;
}
.package2 .pkg-hding{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #ea061f;
    text-align: center;
    padding: 20px 0 0 0;
    width: 100%;
    float: right;
}
.package2 .pck-txt {
    float: left;
    width: 90%;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
}
img.prod-sec:nth-child(3), img.prod-sec:nth-child(4) {
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 20px;
    max-width: 138px;
}
img.prod-sec:nth-child(4) {left: auto; right:20px;}
img.prod-sec:nth-child(5), img.prod-sec:nth-child(6) {
    position: absolute;
    z-index: 3;
    top: 56px;
    left: 5px;
	max-width: 132px;
}
img.prod-sec:nth-child(6) { left: auto; right: 9px;}
img.prod-sec:nth-child(7) {
    position: absolute;
    z-index: 1;
    top: 58px;
    left: -7px;
    max-width: 130px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
         height: auto;
    background: #fff;
    margin: 0px 0 0 0;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #f7f7f7;
    padding-top: 10px;
}
.package2 .pckg-rgt{ float:right; width:60%;}
.package2 .pkg-prcbox{ 
	height: 131px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.prdt-name{
	display: inline-block;
    /* width: 100%; */
    font-weight: 700;
    text-transform: capitalize;
    margin: 5px 0 5px;
    color: #61a745;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0;
	
	}
.offbx{
        border-radius: 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: left;
    margin-top: 0px;
    /* float: left; */
    /* width: 100%; */
    padding: 0 5px;
    text-align: right;
    display: inline-block;
}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
        float: left;
    width: 100%;
    padding: 10px 25px;
    text-align: center;
    margin: 9px 0;
    background: #f7f7f7;
}
.pkgrgt:hover{
	 background: #e5f0d4;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 26px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.prc1{
	font-weight:600;
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:30px 0 0 0;
}
.prc2{
	color:#e3e3e3;
	text-align:center;
	padding:5px 0 0 0;
	font-size:20px;
	line-height:30px;
}

/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
	    float: left;
    width: 100%;
    background: #f8fff7;
    padding: 50px 0;
	}
.s4-tot{
float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 100px;}
.s4-lft{ 
     float:left;
     width:588px;
	 height:372px;
	     padding: 50px 70px;
    background: url(../images/box1.png) no-repeat;}

.s4-lft .btnBlk, .s4-rgt .btnBlk {
    float: left;
    width: 231px;
    max-width: 100%;
}

.s4-lft, a.pg-btn p {
    font-size: 18px;}
.lft-tx{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    padding: 12px 0px 0;
    text-align: left;
}
.lft-tx span{
	display:block;
	font-weight:bold;
}
.lft-tx1{
	    float: left;
    width: 53%;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    padding: 12px 0px 0;
    text-align: left;
}
.s4-rgt{
	float:right;
      width:564px;
	 height:372px;
	  padding: 50px 70px;
	  position:relative;
    background: url(../images/box2.png) no-repeat;}
.rgt-btl1{
position: absolute;
    top: 58px;
    right: 10px;}
.sec4{
	float: left;
    width: 40%;
	text-align:left;
	
}
.s4-list{
float: right;
    width: 60%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	}
.s4-list li{
 float: left;
    width: 48%;
    position: relative;
    text-align: left;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 29px;
    box-shadow: 2px 2px 7px 5px #f7f7f7;
	}
.s4-btl{
}
/*.s4-list li:before{
	content: '';
    border-top: 2px dotted #ffaab4;
    top: 40px;
    width: 175px;
    right: -112px;
    position: absolute;
	}*/
.s4-list li:last-child:before{ border:none;}			
.s4-list li span{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 400;
    padding: 12px 0px 0;
    text-align: center;
	}
.s4-list li img{
    margin: 0px auto 0;
    display: block;
    max-width: 100%;
    border-radius: 0px;
	}
.s4-list li h1{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
    margin-top: -60px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin: 10px 0px 0;
    text-align: center;
}
.s4-list li p{ padding:0 0px;}	

.s4-strp-txt{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	position:relative;
	}
.s4-strp-txt:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:1px;
	background:#d3d3d3;
	}	
.s4-strp-txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border:1px solid #d3d3d3;
	border-radius:30px;
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:700;
	letter-spacing:0.5px;
	padding:5px 30px;
	position:relative;
	}
	
.s4-points{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s4-points li{
	float:left;
	width:16.66%;
	position:relative;
	}
.s4-points li:before{
    content: '';
    top: 40px;
    bottom: 0;
    right: 0;
    position: absolute;
	background:#d7d7d7;
	width:1px;
	}
.s4-points li:last-child:before{ display:none;}			
.s4-points li img{
	margin:0 auto 0;
	display:block;
	}
.s4-points li span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;
	}		

/*=============================
		FOOTER CSS
===============================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 30px;
    border-top: 1px solid #dfdfdf; 
	}
.footer1{
	float:left;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:35px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:17px;
	line-height:22px;
	color:#333333;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.footer-text a{ padding:0 10px; color:#333333;}
.footer2{
	float:left;
	width:100%;
	padding-top:15px;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1185px){
.container{width:1004px;}

.banner{ background-size:cover;}
.bnr-para{ width:90%;}
.bnr-left{width: 60%;
    margin-top: 50px;}
.bnr-heading{ font-size: 24px; line-height: 34px;}
.bnr-heading span { font-size: 54px; line-height: 60px;}
.bnr-prod{ max-width: 475px; top: 40px; right: 0%;}
.bnr-heading2 {
    font-size: 43px;
    line-height: 53px;}
.s1-btm-txt{ font-size:30px; line-height:35px;}
.common-heading{ font-size: 30px; line-height: 40px;}
.s4-list li p{ padding: 0 0px;}
.s4-list li h1{ font-size:20px;}


ul.se1-lst li span{    font-size: 17px;
    line-height: 27px;
    padding: 0 0;}
ul.se1-lst li img {
    left: 85px;}
.section-2{ padding:40px 0 30px;}
.bnr-heading-b{ left:-192px;}
.vdo-img{ left: 0%; max-width: 400px; top: 0;}
.s2-rit{ width:532px;}
.sec-btls{ 
    left: 32%;
    top: 317px;
    max-width: 13%;}

.section-3{ padding:50px 0 50px;}
.sec3model{ max-width:30%;}
.s3-mid-row{ row-gap: 30px;}

.section-1{ padding:30px 0;}

.section-4{ padding:40px 0;}
.s4-lft{
	    width: 48%;
    margin-right: 17px;
	    border-radius: 15px;
}
.lft-tx1 {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
	padding:0 0 0;}
.s4-rgt{
	    float: left;
    width: 50%;
	    border-radius: 15px;
	
}
.s4-list li{    width: 47%;
    margin-right: 0px;}
.s4-list li span{ padding:12px 0 0; font-size: 18px;}
.s4-btl{ position: absolute; left: 0%; max-width: 40%; top: 170px;}
.box4{width: 32%;}

}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.logo{max-width: 150px;}
.top-fix-bar{ margin-bottom:70px;}
.header{height: 70px; margin-top: -70px; top: 70px;}

.banner{    height: auto;
    padding: 60px 0 40px;}
.bnr-heading{ font-size: 22px; line-height: 30px;}
.bnr-heading2 { font-size: 37px; line-height: 49px;}
.bnr-heading span{ font-size: 48px; line-height: 52px;}
.bnr-para {width: 81%; font-size: 18px;  line-height: 28px;}
.bnr-point{margin-top: 50px;}
.bnr-point li{ font-size: 18px; line-height: 22px; padding-left: 30px; margin-top: 10px;}
.bnr-prod{max-width: 337px; top: 37px; right: 0;}
.bnr-seal{ right: 65px; top: 85px; width: 115px;}
.bnr-left {     width: 72%;
    margin-top: 0px;
    padding: 0 0 0;}
.btnBlk{margin-top: 28px;}

.section-1{ padding: 40px 0 0;}
ul.se1-lst li img {
   left: 33%;}
.common-heading{ font-size: 32px; line-height: 34px; float: left;  width: 100%;  text-align: center; margin: 5px 0}
.common-para{ font-size:16px; line-height:26px; margin:12px 0 0;}
.s1-btm-txt{ font-size: 24px; line-height: 32px;}
ul.se1-lst{ margin-top:0px; row-gap: 45px;}
ul.se1-lst {
    row-gap: 15px;}
ul.se1-lst li { width: 48%;}

.section-2{ padding: 40px 0 0px;}
.s2-btm-txt{ font-size: 24px; line-height: 32px;}
.vdo-img {    max-width: 47%;
    position: static;
    display: block;
    margin: 15px auto;}
.bnr-heading-b { left: -190px; top: 160px; font-size: 32px; line-height: 40px;}
.sec-btls { left: 13%; max-width: 24%; top: 255px; display:none;}
.s2-rit {     width: 100%;
    margin-top: 0px;
    text-align: center;
    float: left;}
.s2-list{ margin-top:25px; row-gap: 15px;}
.s2-list li { width: 100%; padding: 0 0 0 36px;}
.s2-list p { font-size: 17px; line-height: 27px;}

.section-3{ padding: 40px 0 40px;}
.s3-mid-col{ width: 48%;}
.s3-mid-col span{ font-size:22px; line-height:28px;}
.package2 .pckg-rgt{ width:100%;}
.package2 img.prod-sec{ position:static;}
.package2 .pkg-hding{ text-align:center;}
.package2 .pck-txt{ text-align:center; display:inline-block; float:none;}
.sec3model{ display:none;}
.sec3-lft{ width:100%; margin-top:0;}
.prdt-name{ font-size:18px; line-height:28px;}
.box4{ width:32%;}

.section-4{ padding: 40px 0 40px;}
.s4-list{ margin-top:30px;float: left;
    width: 100%;}
.s4-list li span{font-size: 18px;
    line-height: 28px;}
.s4-list li h1{    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 0;}
.s4-list li p{ padding:0;}
.s4-strp-txt span{ font-size:22px; line-height:24px;}
.s4-tot {
    margin-bottom: 20px;}
.s4-btl{ 
  display: block;
    margin: 0 auto;
    position: static;
    width: 77%;
}
.sec4 {
       width: 100%;
    text-align: center;
    margin-top: 0px;}
.s4-list li {
    margin-right: 18px;}
.s4-lft, .s4-rgt {
      display: block;
    margin: 20px 100px;
    position: static;
    width: 77%;
}
.rgt-btl1 {
    top: 470px;
    right: 91px;
}
.pkg-hding {
    font-size: 17px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{    max-width: 70%;
    position: static;
    display: block;
    margin: 0px auto;}
.hide-mob{ display:none;}

.caption-txt{ color:#ffff00; font-size:15px; line-height:17px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width: 142px; margin-top: 6px;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:56px;}
.mobimenu-top{ top:55px;}

.banner{padding: 30px 0 30px; border-bottom: 1px solid #f1f1f1; z-index: 9; position: relative; background: #f8fff7;}
.banner:before{ content: ''; position: absolute; top: 410px; left: 0; bottom: 0px; right: 0;}
.banner .btnBlk {
    margin: 20px 60px;}
.bnr-left{ width:100%; text-align:center;}
.bnr-rvw-star{ font-size:14px; line-height:16px;}
.bnr-heading{ font-size: 20px; line-height: 28px; margin-top: 0;}
.bnr-heading2 {font-size: 28px; line-height: 38px;}
.bnr-heading span {font-size: 38px; line-height: 36px; padding-top: 5px;}
.bnr-prod-mob{ margin: 15px auto 0; display: inline-block; max-width: 300px; vertical-align: top;}
.bnr-point{ display: inline-block; vertical-align: top; float: none; width: 100%; max-width: 414px; margin-top: 5px;}
.bnr-point li{ font-size: 17px; line-height: 25px; padding-left: 30px; margin-top: 8px;}
.bnr-testi{ padding-left: 68px; margin-top: 22px;}
.bnr-t-pic{ width:60px;}
.bnr-para{ width: 100%; font-size: 17px; line-height: 26px; margin-top: 10px;}
.btnBlk, .banner .btnBlk { width: 100%; margin: 15px 0px 0;}
.mbg-txt span:before, .mbg-txt span:after{width: 60px; left: -60px;}
.mbg-txt span:after{ left:auto; right: -60px;}

.hero-btm-strip{ padding:20px 0;}
.brands-img-mob{ margin:0 auto 0; max-width:100%;}
.common-heading {
    margin: 15px 0;}
.btnBlk {}
.section-1{ padding:30px 0 0;}
ul.se1-lst li {
    width: 48%;}
ul.se1-lst li img {
    left: 27%;}
.sec1-lft{ text-align:center;}
.common-heading{font-size: 28px; line-height: 33px; margin: 0;}
.common-heading span{ font-size:20px;}
.s1-testi-col{ margin:10px;}
.s1-testiBx{ margin-top:20px;}
.s1-btm-txt{ font-size: 22px; line-height: 30px;}
.common-para{ font-size: 16px; line-height: 26px; width: 100%; margin: 10px 0 0;}
.s2-btm-txt{ font-size:22px; line-height:30px; margin-top:30px;}
ul.se1-lst { margin-top: 0px; row-gap: 15px; justify-content: center;}
ul.se1-lst li img{ max-width: 50px;}
ul.se1-lst li { text-align: center; width: 48%;}
ul.se1-lst li span{ font-size: 16px; margin-bottom: 0; line-height: 28px;}

.section-2{ padding:30px 0;}
.s2-vdo-box{ margin-top:25px;}
.s2-rit { width: 100%; margin-top: 0px; text-align: center;}
.s2-list{ margin-top: 15px; justify-content: center;}
.vdo-img_mob{display: inline-block;  margin: 10px auto 0; max-width: 100%;}
.bnr-heading-b{ display:none;}

.s2-list li{ width: 100%; max-width: 355px; margin-top: 0; padding: 0 35px;}
.s2-list li:before{ display:none;}
.s2-list span{ font-size: 18px; line-height: 28px;}
.s2-list li img{ top:5px;}
.s2-list p { font-size: 16px; line-height: 26px;}

.section-3{ padding: 30px 0 30px;}
.s3-mid-row{ margin: 20px 0 0; padding: 0 0px; justify-content: center;}
.box1, .box2, .box3, .box4, .box5{ width:100%; max-width:355px; text-align:center;}
.s3-mid-col {width: 100%;padding: 20px 10px 20px 15px; margin-top: 20px;}
.s3-col-icn{right:10px;}
.s3-icn1{ width:100px;}
.s3-icn2, .s3-icn3{ width:80px;}
.s3-icn4, .s3-icn5{ width:90px;}
.s3-icn6{ width:70px;}
.package2 .box4 {width: 100%; margin:10px 0 0;}
.shop-lst-img{ max-width:80%;}
.prdt-name{width: 47%;}
.offbx{ width:50%; float:right; text-align:right;}

.section-4{ padding:25px 0 25px;}
.s4-btl {
    max-width: 100%;}
.s4-tot {
    display: none;}
.s4-list{ margin-top: 20px; row-gap: 10px; justify-content: center;}
.s4-list li{     width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 15px 37px 15px;
    margin: 0 0;}
.s4-list li:before{ display:none;}
.s4-list li span{ font-size: 16px; line-height:26px;}
.s4-list li img{ margin: 0px auto 0;}
.s4-list li h1{ }
.s4-strp-txt{ margin-top:40px;}
.s4-points{ margin-top:0;}
.s4-points li{ width:33.33%; margin-top:30px;}
.s4-points li:nth-child(3n):before{ display:none;}
.s4-points li img{ width:50px;}
.s4-points li span{ font-size:18px; line-height:20px; margin-top:12px;}

.footer{ padding:0 0 25px;}
.marg-top a{ float:left;width:100%; margin-top:5px;}
.footer1{ padding:20px 0;}
.footer-text{ font-size:15px; margin-top:10px;}
.footer-text a{ padding:0 1px; font-size:14px;}
.footer2{ padding-top:10px;}

.ftr-logo {display: block;margin: 0 auto;width: 92px;}

#ctabtn-mob{
	background: #ea061f;
	padding:5px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
a.pg-btn{ height: 48px; line-height: 48px; width:100%;}
a.pg-btn p{ font-size: 20px; line-height: 48px;}

}