@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Montserrat", sans-serif;
	font-weight:400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
}
.container, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	position: relative;
	}
/*.mnu-container{width:1692px;}*/
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none; color:#333;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{float: left;
    width: 100%;}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
	height:auto;
}
*{box-sizing:border-box;}
.fl{ float:left;}
.fr{ float:right;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
   font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #393939;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    /* float: left; */
    width: 100%;
    display: inline-block;
}
.bdhding2 span{
	    display: block;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 4px;
    color: #832384;
    text-transform: capitalize;
    font-weight: 700;
	}
.bdhding3{
	float:left;
	width:100%;
	margin-top:45px;
	}
.bdfont{
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    margin-top: 15px;
    /* float: left; */
    width: 81%;
    display: inline-block;
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1700px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1185px){
.container{ max-width:1004px; width:100%; }
.mnu-container{width:1004px;}

.bdhding2 { }
.bdhding2 span {  font-size: 36px;
    line-height: 42px;}
.bdfont{ font-size:18px; line-height:28px;}
}
@media only screen and (max-width: 1023px){
.container, .mnu-container{ max-width:760px; width:100%; }
.bdhding2 {    font-size: 30px; line-height: 40px;}
.bdhding2 span { font-size: 30px; line-height: 38px;}
.bdfont{ width:100%;}
}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px; padding: 0 10px;}
.bdinpad{padding:0 10px;}
.bdhding1{font-size:18px;line-height:22px;}
.bdhding2 { font-size: 24px; line-height: 32px;}
.bdhding2 span { font-size: 26px; line-height: 36px;}
.bdhding3 {margin-top: 25px;}
.bdfont{ font-size: 16px; line-height: 26px; width:100%;}


}
@media only screen and (max-width: 479px){
.bdhding2{}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 70px;}
.intop-fix-bar {margin-bottom: 70px;}
.header{		
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    background: #fff;
    border-bottom: 1px solid #eeefed;
}
.inheader{		
	height:145px;	
	margin-top: -145px;
    position: relative;
    top: 145px;	
	background:#fff;
}
.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:70px;
	background:#fff;
	border-bottom: 1px solid #e1e1e1;
}
.fixed-nav .inheader{height:145px;}
.tophdr{
	background: #f5edec;
	float: left;
	width: 100%;
	padding: 10px 0;
}
ul.tophdr-list1{float:left;}
ul.tophdr-list1 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	font-size:16px;
	line-height:16px;
	color:#494949;
	text-align:left;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;background:none;}
ul.tophdr-list1 li img{vertical-align: middle; max-width: 15px;}
.tophdr-rgtbx{float:right;}
ul.tophdr-list2, ul.tophdr-list3{float:left;}
ul.tophdr-list3{}
ul.tophdr-list2 li{
	float:left;
	display:inline-block;
	font-size:14px;
	line-height:16px;
	color:#666666;
	text-align:left;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
}
ul.tophdr-list2 li:last-child{background:none;padding:0;margin:0 25px 0 0;}
ul.tophdr-list2 li img{margin:0 5px 0 0;vertical-align:bottom;}
ul.tophdr-list3 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line2.png) right center no-repeat;
	padding:0 12px;
}
ul.tophdr-list3 li a {
    color: #000;
}
ul.tophdr-list3 li:last-child{padding:0 0 0 12px;background:none;}
.btmhdr{float: left; width: 100%;}
.logo{    
	max-width: 220px;
	float: left;
	margin-top: 13px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
ul.nav{     
    float: right;
    margin: 20px 0 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.nav li{
	float: left;
	display: inline-block;
	padding: 0 0;
	margin: 0 30px 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: #000;
}
ul.nav li a{color: #2e3346; display: block; }
ul.nav li:nth-child(7){
}
ul.nav li:last-child{margin:0;color:#589037;}
ul.nav li:last-child span.span1{color:#000;margin:0;}
ul.nav li:last-child img{margin:0 10px 0 0;vertical-align:bottom;}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
        padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 55px;
    background: #3cb64b;	
}
#menu-container .menu-list  li a{
	font-weight:300;	
	font-size:17px;
	padding:10px 0 10px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li .active{background:#128e3b;color:#fff;}
@media only screen and (max-width: 1700px){
ul.nav li{margin:0 20px 0 0;}
ul.nav li:nth-child(7){padding:0 20px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1185px){
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
ul.tophdr-list1 li, ul.tophdr-list2 li{
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;}
ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
ul.tophdr-list1 li span.span1{display:none;}
ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
.logo{ max-width: 150px; margin-top: 2px;}
ul.nav{margin: 12px 0 0 0px;}
ul.nav li:nth-child(7){padding:0 7px 0 0;}
ul.nav li:last-child{margin:0;}
ul.nav li:last-child img{margin:0 0 0 0;}
.btmhdr{padding: 12px 0;}


}
@media only screen and (max-width: 767px){
.tophdr{display:none;}
ul.tophdr-list1, ul.tophdr-list2{padding:4px 0 0 0;}
ul.tophdr-list2 li:last-child{margin:0 0 0 0;}
ul.tophdr-list3{display:none;}
.header{height:55px; top:55px; margin-top:-55px; background:#fff;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 55px;}
.btmhdr{height:55px; padding:6px 0;}
.inheader{height:90px; margin-top: -90px;  top: 90px;}
.fixed-nav .inheader{height:90px;}

.logo { max-width: 170px; margin-top: 5px;}
ul.nav{display:none;}
.cart-link{position:absolute;right:40px;top:9px;}
#menu-wrapper #hamburger-menu{margin-top:10px;}
}
@media only screen and (max-width: 479px){
ul.tophdr-list1 li span.span2{display:none;}
}
@media only screen and (max-width: 359px){
ul.tophdr-list1 li, ul.tophdr-list2 li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 12px;
}
}

/************BANNER************/
.banner {
	float: left;
	width: 100%;
	position:relative;
	height: 666px;
    background: url(../images/bnr_bg.jpg) no-repeat center top;
	padding:0px 0 0px;
}
.bnr-content {
	width: 100%;
	float: left;
	position: relative;
}
.product-bnr {
    position: absolute;
    top: 340px;
    right: 36%;
    max-width: 250px;
}
.bnr-lft {
	width: 56%;
    float: left;
    text-align: left;
    padding: 150px 0 0px;
}
.bnr-prodt-div{
	position: absolute;
	top: 15px;
	right: 0;
	}
.prod1{
	display:inline-block;
	max-width: 550px;
	}
.p1-bnr {
    float: left;
    width: 100%;
    color: #1a1a2c;
    font-size: 58px;
    line-height: 64px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: "Playfair Display", serif;
    position: relative;
    z-index: 2;
}
.p1-bnr span{
	color:#5b964c;
}
/*.p1-bnr:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 20px;
    border-bottom: 14px solid #ffc44a;
    z-index: -1;
}*/

.p2-bnr {
   float: left;
  width: 80%;
  color: #282828;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 400;
  position: relative;
  z-index: 0;
}
.p3-bnr {
	float: left;
    width: 100%;
    color: #027385;
    font-size: 26px;
    line-height:36px;
    font-weight: 400;
	margin-top: 10px;
}
.btn1-buy, .show-btn, .continue-shpbtn, .proceed-chkbtn, .submit-btn,.cont-submit-btn {
	    margin: 32px auto 0;
    display: inline-block;
    background: linear-gradient(45deg, #5b964c, #5b964c);
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    width: 212px;
    height: 48px;
    text-align: center;
    max-width: 100%;
    position: relative;
    z-index: 1;
    font-family: "Playfair Display", serif;
	
}
.bnr-model{
	position: absolute;
	right: 440px;
	top: 339px;
	max-width: 180px;
}
/***********BNR SUB SECTION**************/
.bnr-sub-section{
    float: left;
    width: 100%;
    padding: 40px 0 0px;
	}
.bnr-sub-inrr{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.bnr-sub-inrr .comn-hdng{
	width:47%;
	text-align:left;
	}
.bnr-sub-inrr .cmntxt{
	width: 50%;
    padding: 0 60px 0 0;
    text-align: left;
	}	
.bnr-sub-images{
	    position: absolute;
    left: -38px;
    top: 270px
	}
ul.bnr-list2{
    margin: 0px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    column-gap: 14px;
}
ul.bnr-list2 li{
    float: left;
    width: 24%;
    padding: 18px 0px 18px 72px;
    margin: 0px 0 0 0;
    text-align: left;
    position: relative;
	
    }
ul.bnr-list2 li:nth-child(odd){	}
ul.bnr-list2 li span{
    display: block;
    font-weight: 700;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 32px;

}

ul.bnr-list2 li p{
	font-size: 17px;
    line-height: 28px;
    color: #3e3d3d;
    font-weight: 600;
    padding: 0px 0px 0;
	}
ul.bnr-list2 li img{
	position:absolute;
	left:0;
	top:0px;
	}
ul.bnr-list{
	margin: 30px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 22px;
}
ul.bnr-list li{
    float: left;
    width: 41%;
    font-size: 18px;
    line-height: 28px;
    color: #1a1919;
    padding: 0px 0px 0 0px;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
    font-weight: 400;
    }
ul.bnr-list li:nth-child(1):before, ul.bnr-list li:nth-child(3):before{
	content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 1px;
    height: 86%;
    border-right: 1px solid #969191;
	}
ul.bnr-list li:nth-child(3):before{height:100%;}		
ul.bnr-list li span{
	display:block;
	 font-size: 34px;
    line-height: 44px;
    color: #cffa68;
	font-weight:bold;
}
ul.bnr-list li:nth-child(1), ul.bnr-list li:nth-child(2){ padding:0 0 18px; border-bottom:1px solid #969191;}
ul.bnr-list li img{
	display: block;
    margin: 0 0 8px;
}
.bnr-sub-inr{
    float: left;
    width: 100%;
    position: relative;
    padding: 130px 0 0px;
	}
.bnr-sub-inr-rit{
    float: left;
    width: 43%;
    text-align: left;
    padding:30px 0 0px;
	}
.bnr-sub-inr .comn-hdng2{ 
	line-height: 58px;
    background: none;
    color: #010101;
    font-weight: 500;
    font-size: 48px;
    padding: 0 255px;
    padding-bottom: 30px;
    background: url(../images/line.png) no-repeat center bottom;
}
.prodt-bnr {
    max-width: 515px;
    position: absolute;
    top:100px;
    right: 0%;
}
.bnr-sub-btl1{
	position: absolute;
    top: 165px;
    right: 39%;
    max-width: 150px;
    transform: rotate(-27deg);
	}
.bnr-sub-btl2{
	position: absolute;
    top: 440px;
    right: 4%;
    max-width: 150px;
    transform: rotate(27deg);
	}	

/************SECTION Strip************/
.section_strip {
    float: left;
    width: 100%;
    background: #f6fdf4;
    padding:50px 0px 50px;
	text-align: center;
}
.strp-lft{
	float: left;
	width: 56%;
	text-align: left;
	padding: 15px 0 25px;
	}
img.strip-model {
    position: absolute;
    top: -15px;
    right: -30px;
}
.strp-btl{
	position: absolute;
	top: 0px;
	right: 0;
	max-width: 100%;
}
/************SECTION1************/
.section1 {
    float: left;
    width: 100%;
    background: #fff;
    padding:50px 0px 50px;
	text-align: center;
}
.section1 .comn-hdng span{ display:block;}
.sec1-lft {
	display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px 35px 0;
    margin-top: 22px;
}
.sec1-lft:before{
	position:absolute;
	content:"";
	height: 666px;
    background: url(../images/sec1-lft_bg.png) no-repeat center top;
	
	top:0;
	left:0; right:0; 
	}
.sec1-lft .cmntxt{ position:relative; z-index:1;     color: #fff;  width: 90%; }
.s1-lst{
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 30px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
	column-gap:13px;
	}
.s1-lst li{
	float: left;
    width: 23%;
    font-size: 17px;
    line-height: 27px;
    color: #606060;
    font-weight: 400;
    padding: 20px 20px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
	position:relative;
	}
.s1-lst li:last-child{ border:none;}	
.s1-lst li span{
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #0d0d0d;
    font-weight: bold;
    margin-bottom: 2px;
	font-family: "Playfair Display", serif;
	}
.s1-lst li img{
	display:block;
	margin:0 auto 12px;
	}			
.s1-prodt{
	    position: absolute;
    left: 22%;
    top: 668px;
    max-width: 290px;
    z-index: 1;
	}
.sec1-in {
    float: right;
    width: 67.5%;
    text-align: left;
    padding: 75px 40px;
    background: #f9f1f8;
    border-radius: 10px 10px;
    margin: 58px 0 0;
    z-index: 9;
    position: relative;
}
.model-sec1 {
    position: absolute;
    top: 0;
    left: -125px;
}
.model2-sec1 {
    position: absolute;
    top: -126px;
    right: -178px;
    z-index: 9;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;

}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #5dac46;
	text-align: left;
	width: auto;
	display: table;
}
.comn-hdng {
	width: 100%;
    float: left;
    font-size: 45px;
    line-height: 54px;
    color: #010101;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}
.comn-hdng span{ color:#5b964c;}
.p2-sec1 { text-align: left;}
.cmntxt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-top: 15px;
}
.p3-sec1 {
	width: 86%;
    float: left;
    line-height: 30px;
}
ul.list-sec1 {
    width: 100%;
    float: left;
    margin: 26px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
    column-gap: 10px;
}
ul.list-sec1 li {
	width:48%;
    float: left;
    font-size: 16px;
    line-height: 26px;
	color:#000000;
	padding:0 10px 0 45px;
	position:relative;
	text-align:left;
	background: url(../images/s1-tik-icon.png) no-repeat left top 5px;
}
ul.list-sec1 li span{
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ic-sec1 {
	margin: 0 auto 10px;;
	display:block;
	filter: hue-rotate(302deg);
}
ul.list-sec1 li:last-child{}


/*================start banner strip===================*/
/************SECTION2************/
.section2 {
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    background: #f6fdf4;

}
.s3-rgt {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.comn-hdg{
	font-size: 44px;
    line-height: 54px;
    color: #01969a;
    font-weight: 600;
	}
.comn-txt{
	    font-size: 17px;
    line-height: 27px;
    margin-top: 20px;
	}
.s2-top{
	float:left;
	width:100%;
    padding: 20px 15px 20px 15px;
}
ul.s2-toplist{
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
ul.s2-toplist li{
	width:33.33%;
	padding:0 20px;
	text-align:center;
	position:relative;
	}
ul.s2-toplist li:after {
    content: '';
    position: absolute;
    top:61px;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #e0e0e0;
}	
ul.s2-toplist li:last-child:after{ display:none;}
ul.s2-toplist li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
ul.s2-toplist li h1{
	font-size: 22px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 600;
    margin-top: 10px;
	}
ul.s2-toplist li p{
	font-size:17px;
	line-height:24px;
	color:#4e4e4e;
	margin-top:10px;
	}
.s2-mid{
	float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.1);
	}
.s2-mid-lft{
	    float: left;
    width: 60%;
    text-align: left;
	}
.sm-hding{
	font-size:30px;
	line-height:36px;
	color:#3a3a3a;
	}
.s2-prd{
	    position: absolute;
    right: 40px;
    top: -40px;
	}
.s2-mid-rgt{
	float:right;
	width:32.99%;
	text-align:left;
	}	
.s2-mid-rgt-hding{
	font-weight:bold;
	font-size:30px;
	line-height:37px;
	color:#3a3a3a;
	}
ul.s2-list2{
	margin:0 0 0 0;
	}
ul.s2-list2 li{
	background: url(../images/blue-tk.png) left 3px no-repeat;
    background-size: 28px;
    font-size: 20px;
    line-height: 30px;
    color: #2e2e2e;
    text-align: left;
    border-bottom: 1px solid #e2ffdf;
    margin: 28px 0 0 0;
    padding: 0 0 28px 40px
	}
ul.s2-list2 li:last-child{ border-bottom:none; padding-bottom:0;}	



/************SECTION3************/
.section3 {
	float: left;
    width: 100%;
    background: #fff;
    padding: 50px 0 40px;
    overflow: hidden;
}
.p-sec3 {
    width: 84%;
	display:inline-block;
}

.sec3-lft {
	float: left;
    width: 48%;
    text-align: center;
    position: relative;
}
.s3-btl-div{
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-top: 25px;
	background: #f6fdf4;
	padding: 25px 20px;
	border-radius: 15px 15px;
	border: 1px solid #5b964c;
}
/*.s3-btl-div:before {
    content: "";
    position: absolute;
    top: 416px;
    left: 60px;
    height: 20px;
    width: 180px;
    background: #dee2e561;
    border-radius: 20px 100px 110px 204px;
    filter: drop-shadow(11px 10px 14px black);
    transform: rotate(2deg);
}*/
.s3-btl-bg{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}	
.s3-btl1{
	display: inline-block;
    margin: 10px 0 10px;
    max-width: 550px;
	}
.s3-btl2{
	position: absolute;
    right: 0;
    top: 180px;
    max-width: 390px;
	display:none;
    transform: rotate(-28deg);
	}		
.sec3-rgt {
	float: right;
    width: 48%;
    padding: 0px 0px 0 0;
    text-align: left;
}
.s3-model{
    display: inline-block;
    max-width: 100%;
    margin: 10px 0 10px;
}
.sec3-lft-in, .sec3-rgt-in {
	width: 502px;
}
.sec3-lft-in {
	float: right;
	padding: 0 15px 0 0;
}

.sec3-rgt-in {
	float: left;
}
.p1-sec3 {
	padding: 0 20px 0 0;
	background: #5dac46;
	color: #fff;
	text-align: left;
	width: auto;
	display: table;
}
.hdng1div3 {
	width: 70%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg2-hdng1.jpg) repeat-x center center;
}
.p2-sec3 {
	text-align: left;
	color: #fff;
}
.p3-sec3 {
	width: 100%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 20px;
}
.sec3-lft_inrdiv{
    display: inline-block;
    width: 78%;
    margin-top: -75px;
    text-align: center;
    background: #5b964c;
    border-radius: 15px 15px;
    padding: 25px 25px;
	}
ul.s3-list{
    width: 100%;
    float: left;
    margin:10px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px;
    column-gap: 10px;
}
ul.s3-list li {
	float: left;
    width: 100%;
    margin: 0 0px;
    text-align: left;
    position: relative;
    padding: 0 0 0 62px;
}
ul.s3-list li:after{
	position:absolute;
	content:"";
	border-bottom:1px solid #fff;
	bottom:-18px;
	left:0;
	right:0;
	width:100%;
	height:auto;
	 }
ul.s3-list li:last-child:after{ display:none;}
ul.s3-list li span{
	display: block;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0 6px;
	color:#fff;
	font-family: "Playfair Display", serif;
	}
ul.s3-list li p{
	font-size:18px;
	line-height:28px;
	color:#fff;
	font-weight:300;
	}
ul.s3-list li img{
	position:absolute;
	top:5px;
	left:0;
	}
ul.s3-list li h3{
    width: 40px;
    height: 40px;
    padding: 8px 8px;
    background: #5dac46;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 165px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    border-radius: 50%;
	}	
.ic-sec3 {
	position: absolute;
	left: 0;
	top: 0;
}
.p4-sec3 {
	font-size: 20px;
	line-height: 20px;
	color: #000;
}
.p5-sec3 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 8px 0 0;
}
.mrgn1-sec3 {}


/*================start section4 5===================*/


/*================start social bar===================*/
.slbar{
	padding: 20px 0;
    background: #1e1e1e;
}
.slbar-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;	
}
.slbartxt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.slbar-list{
    text-align: center;
    float: left;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
	flex-wrap: wrap;
}
ul.slbar-list li{
	    display: inline-block;
    padding: 6px 0 0 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
ul.slbar-list li:last-child{background:none;}
ul.slbar-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
/*================start section6===================*/
.sec6{padding:0;}
.s6sldr-img{margin:0 auto;display:block;}
/*================start footer===================*/
.graybar{padding:20px 0;background:#efefef;}
.ftrlogo{margin:0 auto;display:block; max-width: 210px;}
ul.graybar-list{padding:20px 0 0 0;text-align:center;}
ul.graybar-list li{
	display:inline-block;
	border-right:1px solid #979797;
	padding:0 14px 0 10px;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#404040;
	text-align:center;
	margin:10px 0 0 0;
}
ul.graybar-list li:last-child{border-right:none;}
/*--------------start top footer--------------*/
.topfooter{padding:10px 0 15px 0;}
ul.topftr-list {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.topftr-list li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #404040;
    margin-right: 30px;
	position:relative;
}
ul.topftr-list li a{color:#000;}
ul.topftr-list li:after{
	content:"";
	position:absolute;
	top:0px;
	bottom:0;
	right: -15px;
	border-right:1px solid #000;
}
ul.topftr-list li:last-child{margin-right:0;}
ul.topftr-list li:last-child:after{border-right:none;}
.ftr-addres {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
/*==========footer===================*/
.footer{
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
	}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#1e1e1e;
	font-weight:500;
	}
.ftr-txt2{
	font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #636363;
    margin: 10px 20px 0;
	width:100%;
	}
.crop-info{
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.crop-infohding {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: center;
	width:100%;
}
.other-links {
    column-gap: 30px;
}
.ftr-btm{
	    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
	}
.social-icons{
	float:left;
	margin-top:2px;
	}
.social-icons a{
	display:inline-block;
	vertical-align:middle;
	margin:0 7px;
	}
.ftr-txt3{
	    float: right;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #636363;
    text-transform: capitalize;
	}
.ftr-txt3 a{ padding:0 10px;}	
@media only screen and (max-width: 1187px){
}
@media only screen and (max-width: 1023px){
ul.slbar-list li {
    padding: 0px 0 0 48px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
ul.graybar-list li {padding: 0 6px 0 4px;}
/*------------start footer--------------*/
footer{padding:20px 0;}

}
@media only screen and (max-width: 767px){
ul.slbar-list li {
    font-size: 16px;
    line-height: 22px;
    width: 50%;
}
.slbartxt {
    font-size: 18px;
    line-height: 26px;   
}
.graybar{padding:20px 0; display:none;}
ul.graybar-list{padding:10px 0 0 0;}
/*------------start footer--------------*/
ul.topftr-list{justify-content: space-between;row-gap: 5px;}
ul.topftr-list li:after{border:none;}
ul.topftr-list li {margin: 0;}
footer{padding:20px 0;}
.ftrtxt1, .ftrtxt2{
	float:none;
	display:block;
	text-align:center;
}
.ftrtxt2{padding:7px 0 0 0;}
}
@media only screen and (max-width: 479px){
	
.slbar{padding:15px 0 10px 0;}
ul.slbar-list{flex-wrap: wrap;}
ul.graybar-list li {    
    font-size: 14px;
    line-height: 14px;    
}
/*------------start footer--------------*/
.topfooter{padding:6px 0 10px 0;}
ul.topftr-list li {padding: 0 10px 0 6px;font-size:14px;line-height:14px;margin:6px 0 0 0;}
.ftrtxt1{
	    font-size: 15px;
    line-height: 24px;	
}
.ftrtxt2{
	font-size:15px;
	line-height:17px;
}
.ftr-addres p{ font-size:16px;}
}
@media only screen and (max-width: 359px){
ul.graybar-list li {    
    font-size: 12px;
    line-height: 12px;
	margin:6px 0 0 0;    
}
}
/************SHOP PAGE*************/
.hdr-bar {
	float: left;
	width: 100%;
	padding: 15px 0 8px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}
.hdr-bar p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #b5b5b5;
	text-transform: uppercase;
}
.hdr-bar p a {
	color: #325990;
}
.inr-cont {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.shop-pg {
	padding: 30px 0;
}

.product-tab {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.w3-bar, .w3-container {
    float: left;
    width: 100%;
    padding: 10px;
}
.w3-bar {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    border-radius: 130px;
    overflow: hidden;
    padding: 0;
	border: 1px solid #d7d7d7;
}
.w3-bar button {
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    color: #3a3a3a;
    padding: 0 40px;
    column-gap: 10px;
    width: 170px;
    border: none;
    cursor: pointer;
}

.w3-active {
    background: #b7b7b7;
    color: #fff !important;
}
/*=====================start-Faq===================*/
#accordion{height:auto!important;margin:0 auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#eff3ed url(../images/uparrow.png) 98% 18px no-repeat;	
	text-align:left; 
    padding:10px 20px 10px 10px;
	margin:13px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#1d1d1d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#eff3ed url(../images/downarrow.png) 98% 22px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
}

@media only screen and (max-width: 767px){
.distance{padding:30px 0 0 0;}	
.distance2{padding:17px 0 0 0;}
.ui-accordion .ui-accordion-header {
    font-size: 17px;
    line-height: 23px;
	padding: 10px 24px 10px 10px;
}
.toppad{padding:0;}


}

/*=====================start-shop===================*/
.shop-mid{
	padding:50px 0;
	display:table;
	width:100%;
}
ul.shop-list{
    margin: 35px 0 0;
    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;
    row-gap: 25px;
}
ul.shop-list li {
    float: left;
    width: 32%;
    padding: 10px 10px 10px;
    text-align: left;
    position: relative;
    background: #fff;
    border: 5px solid #f6fdf4;
    border-radius: 0;
}
/*ul.shop-list li:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:80%;
	background:#f6fdf4;
	border:1px solid #eeeeee;
	}*/
/*ul.shop-list li:hover img{
	background:#d2d2d2;
	}*/
.img-bx{
	background: #ffffff;
    /*border: 20px solid #f4fdfd;*/
    border-radius: 8px 8px;
    margin-bottom: 15px;
	}
.prch-opt {
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.prch-opt:after{
	position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    right: 0;
    border-bottom: 1px solid #d2d2d2;
    content: '';
	}
.buyOpt-row {
	    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
	}
.prch-opt input[type=radio]{
    opacity: 0;
    position: absolute;
}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 28px;
	margin: 10px 0;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fd9a09;
}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fd9a09;
	}
.packageOpt p {
	    color: #222;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
	
p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    width: 100%;
    text-align: left;
}
.ship-p1 {
       font-size: 18px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 2px 0 0;
    text-transform: capitalize;
    position: relative;
    min-height: 56px;
}
.shop-lst-img {
	display: block;
    margin: 10px auto 10px;
    width: 100%;
    padding: 10px 10px;
    position: relative;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}
.shop-price{
	font-size: 22px;
    line-height: 28px;
    /* text-align: center; */
    font-weight: 700;
    color: #000000;
    margin: 15px auto 0 auto;
    float: left;
    width: 48%;
    position: relative;
    padding: 10px 0;
}
ul.shop-list .cart-btn2 { 
	margin-top: 18px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    max-width: 178px;
    font-size: 16px;
}
.play-icn{ margin:-4px 0 0 10px; display:none;}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}
p.prod-txt {
	    float: left;
    width: 100%;
    margin-bottom: 19px;
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px;
}
@media only screen and (max-width: 1185px){
ul.shop-list {column-gap: 12px;}	
.ship-p1 { font-size: 16px;}
}
@media only screen and (max-width: 1023px){
ul.shop-list { margin: 30px 0 0; justify-content: center;}
ul.shop-list li {width:48%;}	
.ship-p1 { font-size: 18px; line-height: 30px;}
.shop-price { font-size: 20px; line-height: 28px; width: 55%;}
ul.shop-list .cart-btn2 { margin-top: 12px; font-size: 18px; line-height: 46px; height: 46px;}	
}
@media only screen and (max-width: 767px){
.shop-mid{padding:30px 0; text-align:center;}
ul.shop-list{ justify-content: center; row-gap: 20px; column-gap: 0; margin: 16px 0 0;}
 ul.shop-list .cart-btn2 { max-width: 100%; }
ul.shop-list li{ width: 100%; min-height: auto; max-width: 355px; text-align: center; padding-bottom: 15px;}
.shop-lst-img{}
ul.shop-list li:nth-child(odd){}
.shop-price {     font-size: 22px;
    line-height: 28px;
    margin: 10px auto 0 auto;
    width: 100%; padding: 10px 0 0;}

.bnr-btm-sec {padding: 30px 0 30px;}
.bnr-btm-sec ul {row-gap: 20px; justify-content: center; margin-top: 0px;}
.bnr-btm-sec ul li{width: 100%; max-width: 355px; padding: 16px 20px; box-shadow:0px 0px 2px #bbb;}
.bnr-btm-sec ul li:after{ display:none;}
.ship-p1{ min-height: auto; font-size: 20px; line-height: 28px;}

.social-icons a{ margin: 0 3px;}
.ftr-txt3{ width:100%; text-align:center; letter-spacing:0; margin-top:10px; font-size:14px;}
.ftr-txt2{font-size: 13px;  line-height: 22px; letter-spacing: 0px;}
.social-icons{margin-top: 0px; font-size: 13px;}
}
/***********************************/
/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:40px 0;
	width:100%;
	display:table;
}
.oil-s1-lft{
	    float: left;
    width: 30.76%;
    border-radius: 6px;
    padding: 30px 0;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 67%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.oil-s1-rgt-hd{
	padding:8px 0;
	width:100%;
}
.oil-s1-rgt-hd-p1{
	font-size: 36px;
    line-height: 44px;
    text-align: left;
    font-weight: 600;
    color: #474747;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:nth-child(2){

}
ul.oil-s1-rgt-list li:last-child{
background:none;
}
.oil-s1-rgt-box1{
	width: 100%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
.oil-s1-rgt-box1 .cart-btn2{ width:300px; height: 50px; font-size: 20px; line-height: 50px;}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 7px;
	left: 160px;
	font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.select-size .inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
	    flex-wrap: wrap;
}
.select-size .inner a {
    float: left;
    border: 1px solid #ccc;
    width: 90px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background: #47b8b3; border: 1px solid #21f9ef; color: #fff;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.select-size .inner .active span{}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.prc1-3{/*margin:7px auto 0 auto;*/}
.oil-s1-rgt-box-prc-save{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:7px auto 0 auto;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul.why-chose {
    float: left;
    width: 100%;
}
ul.why-chose li{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	font-weight:400;
	}
ul.why-chose li span{
	font-size:18px;
	display:block;
	font-weight:500;
	}
p.prod-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	float: left;
	width: 100%;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    text-transform: capitalize;
}
ul.prddtls1-rgtlist li {
    padding: 0px 0 0 24px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
    background: url(../images/tick.png) no-repeat left 7px;
}
ul.prddtls1-rgtlist li span {
    width: 16%;
    display: inline-block;
	font-weight:400;
}
ul.prddtls1-rgtlist li span span {
    float: right;
    width: auto;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #47b8b3;
}
/*SIZE SLIDE*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
	display:none;
}
.sizeChartWeb-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 20px 0 20px;
	scroll-behavior: smooth;
	box-shadow: 0 0 5px #d5d6d9;
	height: 100%;
	max-width: 800px;
	position: absolute;
	right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
	cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-content h2{font-size:22px;}
.sizeChartWeb-content h3{font-size:18px; margin-top:30px;}
.sizeChartWeb-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#191919;
	margin-top:20px;
	text-align:center;
	}
.sizeChartWeb-content table th {background: #F9F9F9; font-weight:bold;}
.sizeChartWeb-content .horizontalrow {background-color: #f2f2f2; font-weight:bold;}
.sizeChartWeb-content table th,.sizeChartWeb-content table td {padding: 4px;border-right: 1px solid #DCDCDC}
.sizeChartWeb-content table th:first-child,.sizeChartWeb-content table td:first-child {border-left: 1px solid #dcdcdc}
.sizeChartWeb-content table tr {border-bottom: 1px solid #DCDCDC}
.sizeChartWeb-content table tr:first-child {border-top: 1px solid #DCDCDC}

@media only screen and (max-width: 1023px){
ul.oil-s1-rgt-list {}	
ul.oil-s1-rgt-list li { font-size: 16px; padding-left:50px; background:none;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-box1{ margin: 30px 0px 0 0;align-items: center;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{width:auto; }
.prd_quantity span {margin-right: 10px;}
.oil-s1-rgt-box-prc {font-size: 26px;line-height: 38px;}
.oil-s1-rgt-box-prc span {
}
.oil-s1-rgt-box1{column-gap: 5px; row-gap: 10px;text-align: center;}
.oil-s1-rgt-box-prc-save {margin: 3px auto 0 auto;}
.catagory-select{width: 50%; text-align: left;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}	
}
@media only screen and (max-width: 767px){
.oil-sec1 { padding: 25px 0 0;}	
.oil-s1-rgt-hd{border-top:none;}
.oil-s1-lft, .oil-s1-rgt{
	float:none;
	margin:20px auto 0 auto;
	display:block;
	width:100%;
	text-align: center;
}
.oil-s1-lft{
	width:440px;
}
.oil-s1-rgt-hd-p1 {
    font-size: 37px;
    line-height: 42px;
    text-align: center;
}
.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{text-align: center;}	
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
	margin:20px 0px 0 0;
	justify-content: space-around;
}
.oil-s1-rgt-box2{
	margin:38px 9px 0 0;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
ul.oil-s1-rgt-list li {padding:0; text-align:center;}
ul.oil-s1-rgt-list li img{position:relative; display:block; margin:0 auto 5px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.prd-faq-box{width: 100%; margin-top: 10px; border: none; padding: 0;}
.catagory-select {width: 100%;}
.select-size { width: 100%;}
.select-size .inner{width: 100%; row-gap: 10px;}
.select-size h3{font-size: 16px; line-height: 26px;}
ul.prddtls1-rgtlist{ row-gap:8px; padding:5px 0;}
ul.prddtls1-rgtlist li{ padding: 0px 0 0 24px; font-size: 16px;}
ul.prddtls1-rgtlist li span{ width:24%;}
ul.prddtls1-rgtlist li img{max-width: 30px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc {}
.prc1-3{}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box2-hd1 {font-size: 19px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box2-hd2 {font-size: 21px; line-height: 32px;}
.gray-bar{padding:25px 0;}

.select-size .inner a{width: 30%;}

.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}

p.prod-desc{ margin: 10px 0; text-align: left;}
}
@media only screen and (max-width: 479px){
.oil-s1-rgt-p1 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}	
.oil-s1-lft{
	width:100%;
	padding:0 0;
}
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
    margin: 0px 0 0 0;
    width: 100%;
}

ul.oil-s1-rgt-list li {font-size: 15px;line-height: 18px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-hd-p1 {font-size: 28px;line-height: 32px;}
.oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc sup {font-size: 16px;}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box-prc { }
.slide-img {width: 178px;}
}
@media only screen and (max-width: 359px){
.oil-s1-lft{
	width:290px;
}
ul.oil-s1-rgt-list {margin: 20px 0 0 0;}	
ul.oil-s1-rgt-list li img {
    width: 30px;
	height:30px;
    position: inherit;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 10px auto;
}
ul.oil-s1-rgt-list li{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
	width:33.33%;
	background: url(../images/faq-line.png) right 25px no-repeat;
}
ul.oil-s1-rgt-list li:nth-child(2), ul.oil-s1-rgt-list li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
}

.prd-det-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

/**********************************/
.contact-inr {
	padding: 30px 0 50px;
	text-align:center;
}
ul.contact-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
    background: #ebebeb;
    padding: 20px;
}
ul.contact-list li {
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    background: #ffffff;
    padding: 18px;

}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
    display: inline-block;
    /* filter: opacity(0.5); */
    margin-bottom: 5px;
    filter: grayscale(1);
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
    padding: 40px 0;
    text-align: center;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2, .s2-bnrbtn{
    height: 58px;
	max-width: 260px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 33px 0 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-left: 0px;
    position: relative;
    /*border: 1px solid #2eea78;
    border-bottom: 2px solid #5b964c;*/
    border-radius: 0px;
    background: linear-gradient(45deg, #5b964c, #5b964c);
    text-transform: capitalize;
    


}
.cart-btn2{ margin-top:0;}
.bnrbtn span{ display:inline-block; margin:0 0 0 12px;}
.bnrbtn i, .cart-btn2 i, .s2btn i{
	    font-weight: 400;
    font-size: 20px;
    float: right;
    position: relative;
    z-index: 999;
    color: #fff;
    font-family: 'FontAwesome';
    padding: 20px 30px;
	display:none;
	}
.bnrbtn:hover{}
.btn-arrow3{ margin:-4px 0 0 10px;}
.s2btn{   
	margin: 18px 0 0 0;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    width: 210px;
}
.s2btn i{padding: 15px 30px;}
.s3btn, .s5btn{
	border: 2px solid #589037;
    color: #589037;
    margin: 10px 0 0 0;
    width: 100%;
    height: 54px;
    line-height: 50px;
    font-size: 16px;
    max-width: 230px;
}
.view-all-cat-btn {
        color: #4db7b3;
    text-decoration: underline;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/*.s3btn{display:none;}
ul.s3list li:hover .s3btn{display:block;}*/
.s4btn{	
	margin: 30px 0 0 0;
	border: 2px solid #589037;
	color: #589037;
}
.s5btn{	
	width:228px;
	height:64px;
	line-height:60px;
	margin:50px auto 0 auto;
	font-size:20px;
}
.cart-btn{
	border: none;
    height: 42px;
    background: #b7b7b7;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    margin: 20px 0 0;
    border-radius: 30px;
}
.cart-btn2, .s2btn{
	
}
.cart-btn2:after, .s2btn:after{width: 68px;}
.cart-btn2 i, .s2btn i{padding: 14px 20px;}
.cart-btn2:hover{}
@media only screen and (max-width:1187px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{ width: 74px;}
.cart-btn2, .s2btn {width: 100%;}


}

/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #325990;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #325990;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 1187px){
	.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{}
	.cart-btn{
	margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 1023px){	
.bnrbtn{ margin: 18px 0 0 0; width: 218px;}
ul.contact-list li{width: 48%;}
   
}
@media only screen and (max-width: 767px){
.bnrbtn {
    height: 48px;
    width: 222px;
    line-height: 48px;
    font-size: 18px;
}
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}

}
@media only screen and (max-width: 479px){
.cart-btn2 { margin-top:10px;}

}
@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 18px;margin:6px auto 0 auto;}
}


/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 360px !important;
    position: fixed !important;
    top: 30px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px;
    opacity: 0.93;
    box-shadow: rgb(0 0 0 / 25%) 4px 0px 5px 0px !important;
    background-color: rgb(255, 255, 255) !important;
    transition: left 1s ease 0s !important;
    z-index: 10000010 !important;
    width: 390px !important;
    left: 50%;
    transform: translate(-50%);
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	position: fixed !important;
    left: 50%;
    top: 1% !important;
    width: 340px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px 0 0 !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
    transform: translateX(-50%);
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.yes-btn, .no-btn {
    cursor: pointer !important;
    margin-top: 35px !important;
    height: 40px !important;
    width: 140px !important;
    color: rgb(255, 255, 255) !important;
    font-size: 22px !important;
    min-width: 1em !important;
    line-height: 1em !important;
    letter-spacing: 0px !important;
    text-transform: none !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-align: center !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    background-image: none !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #e1bc5c !important;
    border-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #42ac47 !important;
    appearance: none !important;
    transition: left 1s ease 0s !important;
    display: inline-block;
}
.yes-btn {
	
}


/*---------------------------*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1187px){
.show-desk{display:block;}
.show-hide{display:none;}

.bnr-lft {width:55%;}
.prod1 { max-width: 460px;}
.bnr-model {right: -19%;}
.product-bnr{right: 0%;}
.p1-bnr{ font-size: 48px; line-height: 60px; }
.p1-bnr span{ }
.p3-bnr {}
.p2-bnr {font-size: 18px; line-height: 28px;}

.bnr-sub-section {}
.bnr-sub-inr { padding:100px 0 0 0;}
ul.bnr-list2 { column-gap: 13px;}
ul.bnr-list2 li { width: 24%; padding: 10px 10px 10px 80px;  }
ul.bnr-list2 li p { }
ul.bnr-list2 li span { }
.bnr-sub-inr .comn-hdng2 {}
.bnr-sub-images {top: 305px; max-width: 550px;}
.bnr-sub-inr-rit {width: 49%;padding: 20px 0 0px;}
.bnr-sub-btl1 {right: 35%;max-width: 130px; top: 125px;}
.bnr-sub-btl2 {top: 350px; right: 3%;  max-width: 130px;}
.bnr-prodt-div {}

.section1 { padding: 45px 0px 50px;}
.s1-prodt {top: 705px;max-width: 240px;}
ul.list-sec1 li span { font-size: 18px;}
.model-sec1 { left: -175px;}
.model2-sec1 { right: -215px;}
.sec1-in { padding: 70px 35px; margin: 55px 0 0;}
.sec1-lft{ padding:40px 30px 0;}
.sec1-lft:before{ border-radius:15px; height:300px; }
.sec1-lft .cmntxt{ width:90%;}
.s1-lst{ margin-top:22px;}
.s1-lst li { padding: 15px 12px; font-size: 16px; line-height: 26px;}
.s1-lst li span{ font-size:18px; }

.comn-hdng { font-size: 36px; line-height: 46px; }
.cmntxt{}

.section_strip{ padding:50px 0; overflow:hidden;}
.strp-lft { width: 40%; padding: 0;}
img.strip-model{ right:-65px;}
.strp-btl{ right:43%;}



.section2 { padding: 50px 0 50px;}
.sec2-in{column-gap:13px;}
.prod-div-sec2 {width: 24%;}
.p4-sec2 {font-size: 20px;}
.p5-sec2 {}
.p5-sec2 span {}
.p7-sec2 { }
.prod-divin-sec2 {width: 240px; height: 240px;}
.sec2-model{ max-width: 405px; top: -41px;}
.prodt-bnr { top:88px; max-width: 466px;}


.section3{ padding: 45px 0 40px;}
.sec3-rgt{ width:46%;}
.sec3-lft { width: 50%;}
.sec3-lft_inrdiv{ width:82%;}
ul.s3-list li span{ font-size:20px; }
.s3-btl-div{ padding:15px 20px;}
.s3-btl1 {max-width: 330px;}
.s3-btl2 {max-width: 140px;}
.s3-model {left: -18%;}
ul.s3-list li { }
ul.s3-list li p {
    font-size: 16px;
    line-height: 28px;}
ul.s3list{ width:100%;}
ul.s3list li{width: 48%;}
a.s2btn2{ font-size:22px;}

}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}

/***************/
.banner { height:auto; padding:40px 0;}
.product-bnr { max-width:270px;top: 261px;}
.bnr-lft { padding: 20px 0px 20px 0px; width: 65%; }
.p1-bnr { font-size: 44px; line-height: 52px; }
.p1-bnr span {}
.p2-bnr {width: 100%; font-size: 18px; line-height: 28px; margin-top: 18px; }
.p3-bnr { font-size: 22px; line-height: 32px;}
.prod1 { max-width: 310px; }
ul.bnr-list2 {margin: 0px 0 0 0; row-gap: 20px; column-gap: 10px; }
ul.bnr-list2 li {text-align:center; padding:0 16px;}
ul.bnr-list2 li:nth-child(2) { margin-left:0px;}
ul.bnr-list2 li span {}
ul.bnr-list2 li p { font-size: 17px; line-height: 26px;}
ul.bnr-list2 li img  { position:static; margin:0 auto 10px;max-width: 100%;}
.bnr-model { max-width: 55%;top: 30px;}
.bnr-prodt-div { top:0; right: -40px; }
.bnr-sub-inrr .comn-hdng {
    width:100%;
    text-align: center;
}
.bnr-sub-inrr .cmntxt {
    width: 100%;
    padding: 0 90px 0;
    text-align: center;
}
/*************/
.prodt-bnr { position: static;
    display: block;
    margin: 0px auto 0px;
    max-width: 55%;
    width: 100%;}
.bnr-sub-inr { padding:35px 0 0 0;}
.bnr-sub-inr .comn-hdng2 { font-size: 36px; line-height: 46px; padding: 30px 130px 30px;}
.bnr-sub-inr-rit { width: 100%; text-align: center; padding:0;}
ul.bnr-list{padding: 0 125px;}
ul.bnr-list li{}
.bnr-sub-images {
    position: static;
    max-width: 60%;
    margin-top: 20px;
}
.bnr-sub-btl1 {
    right: auto;
    top: 180px;
    left: 27%;
    max-width: 125px;
}
.bnr-sub-btl2 {
    top: 300px;
    right: 32%;
    max-width: 125px;
}
/*************/
.strip1in { padding: 0px 0px;}
.strip1in ul {margin-top: 0px;}
.strip1in ul li { padding: 0px;  text-align: center; margin-top:0px; font-size: 16px; line-height: 26px;}
.ic-strip { width:80px;}
.strip1in ul li p { font-size: 17px; padding: 7px 0 0 57px;}
.shape-strip { bottom: -24px; width: 75px;}
/*************/
.section1 { padding:40px 0;}
.comn-hdng { font-size: 30px; line-height: 36px;}
.cmntxt { font-size: 17px; line-height: 26px; margin-top: 15px;}
.s1-prodt { top: 425px;left: 0%;max-width: 240px;}
.sec1-in { width: 66%; padding: 40px 30px;}
.hdng1div1 { width: 67%; margin-top: 25px;}
.hdng2 { font-size: 27px; line-height: 27px;}
.p3-sec1 { margin-top: 15px;}
ul.list-sec1 { padding: 0; margin: 23px 0 0;}
ul.list-sec1 li { font-size: 16px; line-height: 22px; width: 80%;}
ul.list-sec1 li p { font-size: 16px; line-height: 22px;}
.model-sec1 { width: 495px; top: 0; left: -165px;}
.model2-sec1 { right: -263px;}
.s1-lst li { padding: 20px 10px 0; font-size: 16px; line-height: 26px;}
.s1-lst li span{ font-size: 15px; line-height: 26px;}
.sec1-lft { padding: 20px 20px 0;}
.sec1-lft .cmntxt { width: 100%;}
/**************/
.section_strip { padding: 40px 0;}
img.strip-model { right: -65px; max-width: 412px;}
.strp-btl { right: 40%; max-width: 118px;}
.strp-lft { width: 46%; padding: 0;}
/**************/
.section2 { padding:40px 0; }
.sec2-model{ position: static; display: inline-block;  margin: 5px auto 10px; max-width:26%; }
.hdng1div2 { width: 60%;}
.sec2-in { margin: 30px 0 0; column-gap: 15px;}
.sec2-left{ width:100%; text-align:center;}
.prod-div-sec2,.prod-div-sec2:last-child { width:40%; justify-content: space-evenly;}
.sec2-in .prod-div-sec2:last-child {}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7){top: 50px;}
.mrgn1-sec2 { margin-left: 2%;}
.prod-divin-sec2{padding: 20px 0 13px;}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3){top:30px}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5){top:40px}
.prod-sec2 {
}
.padd1-sec2 {}
.p5-sec2 span {line-height: 20px;}
.p4-sec2 { font-size: 24px; line-height: 38px;}
.p7-sec2 {margin-top: 8px;}
.price-cut { font-size: 19px; margin: 0 0 0 9px;}
.btndiv-sec2 { padding: 12px;}
.btn-sec2 {}

.bnr-sub-section { padding:30px 0 0;}
/***************/
.prlx-strip { padding: 30px 0; background-attachment: scroll;}
.strip-inner{width:100%;}
.p2-prlx { width: 98%; margin: 8px auto 23px;}
.btn-prlx{ width:200px;}
/************/
.p3-sec2 {width: 100%;}
.sec3-lft-in, .sec3-rgt-in{ width:375px;}
.sec3-lft-in { padding: 0 10px 0 0;}
.hdng1div3 { width: 96%; margin-top: 30px;}
.p3-sec3 { margin-top: 15px;}
.points-sec3 { margin: 25px 0 0;}
.mrgn1-sec3 { }
.prod-sec3 { margin: 125px 0 0 30px; width: 340px;}
.p5-sec3 { line-height: 22px; margin: 5px 0 0;}
/************/
.section3 { padding:40px 0;}
.s3-btl-div {margin-top: 20px; width: 60%; }
.s3-btl1 { max-width: 300px;}
.p-sec3 { width: 100%;}
ul.s3-list { margin: 5px 0 0; justify-content: center;}
ul.s3-list li { padding: 0px 0px 0px 70px;margin: 0 0px;}
ul.s3-list li span {font-size: 20px;padding: 0px 0 12px;}
ul.s3-list li p { font-size: 16px; line-height: 26px; font-weight: 400;}
ul.s3-list li h3{ top: 140px; width: 38px; height: 38px; padding: 10px 6px; font-size: 17px; line-height: 20px;}
ul.s3-list li img{ width:50px;}
.sec3-lft, .sec3-rgt {float: none;
    display: inline-block;
    width: 100%;
    text-align: center;}
.sec3-rgt { width: 100%; padding:0;}	
.s3-model { position: static;}	
.sec3-lft_inrdiv { width: 66%;}

}

@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}

/***********************/
.banner { height: auto; padding: 25px 0px 25px; background: #f6fdf4; }
.bnr-lft { width: 100%; text-align: center; padding: 0px 0px 0px; background:none;}
.bnr-model {margin: 202px auto 0; max-width: 118px;  right: 10px;}
.p1-bnr { font-size: 32px; line-height: 36px;}
.p1-bnr span { }
.p1-bnr:after { }
.p2-bnr { width: 100%; margin-top:12px; font-size: 16px; line-height: 26px;}
.p3-bnr {font-size: 20px;
    line-height: 30px;
    margin-top: 8px;}
.prod1 {max-width: 270px;  margin-left: -130px;}
ul.bnr-list2 { row-gap:15px;padding: 0 0 0 0;justify-content: center;margin: 5px 0 0 0;}
ul.bnr-list2 li {     padding: 16px 12px;
    text-align: center;
    width: 48%;
    max-width: 100%;
    margin-bottom: 0px;
    border: 1px solid #5b964c; }
ul.bnr-list2 li p { font-size: 16px;
    line-height: 26px;
    padding: 6px 0px 0;}
ul.bnr-list2 li img { }

.product-bnr {position: static;
    margin: 15px auto 0;
    width: 100%;
    max-width: 200px;
    display: block;}
.btn1-buy {margin: 20px auto 0;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
    width: 100%;}
ul.bnr-list { margin: 20px 0 0 0; padding:0;row-gap: 10px;}
ul.bnr-list li { width:49%; padding: 15px 10px !important; font-size:17px; line-height: 24px; margin-bottom: 0px; text-align:center;border:1px solid #dedede !important; }
ul.bnr-list li:before{ display:none;}
ul.bnr-list li span { font-size: 20px;}
ul.bnr-list li img { position: static; display: block; margin: 5px auto; max-width: 50px;}
.bnr-sub-inr .comn-hdng2 { font-size: 22px; line-height: 34px; padding: 13px 0px 20px;}
.bnr-sub-images {
    position: static;
    max-width: 100%;
    margin-top: 15px;
}
.bnr-prodt-div {
    position: static;
    padding: 14px 0 0;
}
/***********************/
.bnr-sub-section{ padding:20px 0 20px; overflow:hidden;}
.bnr-sub-inrr .cmntxt {padding: 0 0px 0;}
.bnr-sub-inr{ text-align:center; padding:0 0;}
.bnr-sub-inr-rit{ padding:25px 0 0;}
.prodt-bnr { 
    max-width: 100%;
	}
.bnr-sub-btl1 {
    right: auto;
    top: 130px;
    left: 10%;
    max-width: 120px;
}
.bnr-sub-btl2 {
    top: 240px;
    right: 14%;
    max-width: 120px;
}	
/**********/
.strip1{ padding:30px 0;}
.p1-sec2, .p1-sec3, .p1-sec1, .p1-sec4, .p6-prdct1 {padding: 0 8px;}
.hdng1 { font-size: 17px;  line-height: 17px;}
.ic-strip {}
.strip1in ul { row-gap: 20px;}
.strip1in ul:after{ display:none;}
.strip1in ul li:after{ display:none;}
.strip1in ul li p { padding: 7px 0 0; text-align: center;}
.strip1in ul li { width: 100%; padding: 15px 20px; font-size: 16px; max-width: 370px; box-shadow: 0px 0px 2px #dee3ec;}
.ic-strip {width: 58px;margin: 0 auto 10px;}

/**************/
.section1 { padding: 20px 0 30px; }
.s1-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;}
.s1-lst li {
    max-width: 355px;
    width: 100%;
    padding: 18px 25px;
    border: 1px solid #dedede !important;

}
.s1-lst li span {
    font-size: 17px;
    line-height: 27px;
}
.sec1-in { width:100%; text-align:center; padding:30px 10px; margin:0;}
.s1-prodt {position: static;margin: 12px auto 0;}
.hdng1div1 {
    width: 80%;
    float: none;
    margin: 15px auto 0;
	display:table;
}
.p1-sec1, .p1-sec3, .p6-prdct1 { padding: 0 15px; text-align: center; display: inline-block;}
.p2-sec1, .p3-sec1 { text-align: center; width:100%;}
.model-sec1 { margin: 15px 0 20px; position:static;}
.model2-sec1{ position:static; display:block; margin:0 auto 0; }
ul.list-sec1 {margin: 20px 0 0px;justify-content: center;}
ul.list-sec1 li { font-size: 16px; line-height: 26px; width: 100%; max-width: 370px;padding: 0 22px 0 45px;}
ul.list-sec1 li span { font-size: 17px; line-height: 27px; margin-bottom: 5px;}
.sec1-lft {
    padding: 10px 10px 0;
    margin-top: 15px;
}
	.sec1-lft:before{background-size: cover;height: 340px;}
/****************/
.section_strip{ padding:25px 0; }
.strp-lft{ float:none; display:inline-block; width:100%; text-align:center; padding:0 0;}
img.strip-model{ position: static; display: inline-block; margin: 6px auto -6px; max-width: 300px; }
.strp-btl{ display:none;}
/****************/
.hdng1div2 { width: 100%; max-width: 465px;}
.sec2-in{ justify-content: center; margin: 20px 0 0; row-gap:16px;column-gap: 0;}
.sec2-in1 .prod-div-sec2 { width: 100%; max-width: 355px; text-align: center; margin-top: 0; box-shadow: 0px 0px 5px #bbb}
.prod-div-sec2{ width: 100%; max-width: 355px; border:1px solid #dedede; padding:0 10px 20px;}
.promo-prod .p5-sec2{margin:0;}
.btn-sec2 {width: 70%;}
.sec2-in .prod-div-sec2:last-child { width: 100%; }
.mrgn1-sec2 { margin-left: auto; margin-top:15px;}
.p3-sec2{ width:100%;font-size: 16px;line-height: 28px;}
.p6-sec2 { padding: 0 10px;}
.p5-sec2 {
    font-size: 24px;
    line-height: 34px;
}
.p5-sec2 span {
    line-height: 23px;
    font-size: 15px;
}
.prod-divin-sec2{ padding: 15px 0 0;  max-width: 100%; background:none; height:auto;}
.btn-sec2 { margin-top: 12px !important;}
/**************/
.section2 {padding:30px 0;}
.sec2-left{ text-align:center; width:100%; margin:0 0;}
.comn-hdng {    font-size: 24px;
    line-height: 32px; }
.cmntxt {margin-top: 12px; width: 100%;     font-size: 16px;
    line-height: 26px;}
.comn-hdng span {   }
.p2-prlx { width:100%;}
.p1-prlx { font-size: 23px; line-height: 26px;}
.hdng2 { font-size: 22px; line-height: 22px;}
.sec2-model{ max-width:48%;     margin: 14px auto 10px;}

/*************/
.section3 {padding:30px 0; border-bottom: 1px solid #fdc762;}
.sec3-lft, .sec3-rgt {width: 100%;}
.s3-model {
   max-width: 100%;
    margin: 14px auto 0;
}
ul.s3-list {    margin: 5px 0 0;
    justify-content: center;
    row-gap: 15px;}
ul.s3-list li { width: 100%;
    margin-top: 0px;
    padding: 10px 10px 10px 71px;
    max-width: 355px;
    box-shadow: 0px 0px 2px #fff; }
ul.s3-list li img { top: 15px;
    width: 45px;
    left: 10px; }
ul.s3-list li:after{ display:none;}
ul.s3-list li span { font-size: 16px;
    padding: 0px 0 0px;
    line-height: 26px;}
ul.s3-list li p{ min-height:inherit; font-size: 15px;}
.sec3-lft{
    width: 100%;
}
.sec3-lft-in{
    height: auto;
    width: 100%;
	max-width:580px;
	margin:0 auto;
	display:table;
	float:none;
	padding:30px 10px 25px;
	}
.hdng1div3 {
	width:100%;
	max-width:425px;
    float: none;
    display: table;
    margin: 0 auto;
}
.p2-sec3, .p3-sec3 { text-align: center;}
.prod-sec3 {
    margin: 0 auto;
    float: none;
    width: 70%;
    max-width: 230px;
    padding-top: 20px;
}
.points-sec3 { margin: 7px 0 0;}
.s3-btl-div {    margin-top: 15px;
    width: 100%;
    max-width: 355px;
    text-align: center;
    padding: 15px 10px;}
.s3-btl1 {   max-width: 300px;
    margin: 5px auto; }
.s3-btl-div:before{top: 262px;left: 25px; width: 140px;}
.s3-btl2 {
    max-width: 120px;
    right: 14%;
    top: 95px;
}
.sec3-lft_inrdiv {
	width: 100%;
    max-width: 355px;
    margin-top: -33px;
    padding: 15px 10px;
}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){

.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}