@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'Jost', sans-serif;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
   }
.container, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	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{width:100%; box-sizing:border-box; float:left;}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
	height: auto;
}
*{box-sizing:border-box;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-size: 40px;
    line-height: 48px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    text-transform: none;
    padding-bottom: 0px;
	font-family: 'EB Garamond', serif;
}
.bdhding2 span{
	color: #222;
    font-weight: 400;
    font-size: 32px;
    display: block;
	font-family: 'Jost', sans-serif;
	}
.bnrhd-line{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0 0;
	max-width: 100%;
	}
.bdfont{
	    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.mariin-25{
	float:left;
	width:100%;
	margin-top:25px;}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1700px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1187px){
.container{ max-width:1004px; width:100%; }
.mnu-container{width:1004px;}
.logo { max-width: 225px;}
}
@media only screen and (max-width: 1023px){
.container, .mnu-container{ max-width:760px; width:100%; }

}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px; padding: 0 10px;}
.bdhding1{	
	font-size:18px;
	line-height:22px;
}
.bdhding2{
	    font-size: 28px;
    line-height:38px;
}
.bdfont{	
    font-size: 17px;
    line-height: 27px;
	margin-top: 13px;
}

}

@media only screen and (max-width: 479px){
.bdhding2{
}
}
/*=========================
CSS FOR HEADER
===========================*/
.header{		
        position: relative;
    background: #fff;
    float: left;
    width: 100%;
}
.fixed-nav ul.nav{ float:right;}
.fixed-nav .logo{ border:none; padding:0;}
.inheader{		
    position: relative;
    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;
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
}
.fixed-nav .inheader{}
.tophdr{
	background: #000;
    float: left;
    width: 100%;
    padding: 10px 0;
}
ul.tophdr-list1{float:left; margin-top:6px;}
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:14px;
	line-height:16px;
	color:#fff;
	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%; padding: 15px 0;}
.logo{
	max-width: 190px;
    float: left;
    margin-top: 0px;
}
ul.nav{
	float: right;
    margin: 10px 0px 0px 0px;
}
ul.nav li{
	float: left;
    display: inline-block;
    padding: 0 0;
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #222;
}
ul.nav li a{ color:#222;display:block;}
ul.nav li a:hover{ color:#62f259; }
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:#111;
    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: 48px;
    background: #333;	
}
#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: 1187px){
ul.nav li{margin:0 16px 0 0;font-size:17px;}
ul.nav li:nth-child(7){padding:0 16px 0 0;}
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;
	font-size:13px;	
}
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{}
ul.nav li{font-size:18px;}
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;}
}
@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;}

.btmhdr{ padding:8px 0;}
.logo {max-width: 140px; margin-top: 4px;}
ul.nav{display:none;}
.cart-link{position: absolute; right: 50px; top: 4px;}
#menu-wrapper #hamburger-menu{margin-top:6px;}
}
@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;
}
}
/*================start banner===================*/
.banner{
    float: left;
    width: 100%;
   background: url(../images/banner.jpg) center top no-repeat;
    padding: 60px  0 80px;
    position: relative;
}
.s1-inner {
	float: left;
    width: 55%;
    text-align: left;
    position: relative;
    padding: 50px 0px 50px 0px;
}
.discount-img{
    position: absolute;
    top: 15px;
    right: 315px;
	}
.bnr-bag{
    position: absolute;
    top: 350px;
    left: 22%;
	}
.bnr-prdt{
	position: absolute;
    right: 36%;
    top: 384px;
    max-width: 315px;
	}	
.bnr-prdt-sheld{
    position: absolute;
    top: 190px;
    right: 42%;
    z-index: 1;
	}
.bnrhd, h1{
	font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #444444;
}
.bnr-hdng{
	font-size: 46px;
    line-height: 60px;
    color: #015256;
    font-weight: bold;
    text-transform: capitalize;
	}
.s1-inner h1{		
       font-size: 52px;
    line-height: 64px;
    color: #000;
    font-weight: 700;
    padding-top: 0px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    font-family: 'EB Garamond', serif;
}
.s1-inner h1 span{
    display: block;
    color: #015256;
}
.bnrhdline{margin:6px 0;display:block;}
.bnrtxt{
	font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #020b0d;
    width: 86%;
    margin-top: 20px;
    display: inline-block;
}
.bnrprd{
	position:absolute;
	right:0;
	top:30px;
}
.bnr-kit{
	position: absolute;
    top: 290px;
    left: 41%;
    z-index: 1;
	}
.bnr-img{
	position:absolute;
	top:60px;
	right: -25px;
	}
.bnr-img-prdts{
    position: absolute;
    top: 432px;
    right: 33%;
    z-index: 1;
	}
.bnr-model{
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 1;
	max-width: 560px;
	}
.bnr-av-kit{
	position: absolute;
    top: 210px;
    left: 32%;
	z-index:2;
	}
ul.bnr-lst{
    float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0px;
	}
ul.bnr-lst li {
    float: left;
    width: 60%;
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 72px;
    font-weight: 300;
    color: #0e0c0d;
    font-size: 18px;
    line-height: 28px;
}
ul.bnr-lst li span {
	display:block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
	text-transform:uppercase;
}
ul.bnr-lst li img{
	position:absolute;
	top:0;
	left:0;
	}
@media only screen and (max-width: 1187px){
.banner:before{ width: 835px;}
.banner:after{ width:311px;}
.s1-inner { padding: 30px 0px 0px 0px;}	
.bnr-model{ max-width: 560px; right:-110px;}
.bnr-kit { top: 252px; left: 42%; max-width: 270px;}
ul.bnr-lst li{ font-size:17px; width:70%;}

.s1-inner h1 { font-size: 42px; line-height: 52px; padding-top: 5px;}
.s1-inner h1 span{}
.bnrtxt{ font-size: 18px; line-height: 28px;}
.bnr-bag { right: -16%;}
.bnr-prdt-sheld {right: 35%;}
.discount-img{ right:242px;}
.bnr-prdt {right: 28%;}
.bnr-img{ max-width: 545px; right: -85px;}
.bnr-img-prdts{ right: 30%;}

}
@media only screen and (max-width: 1023px){
.banner{background-size: cover;height: auto; padding: 40px 0 40px;}	
.banner:before { width: 710px;}
.banner:after { width: 268px;}
.discount-img { right: 24px; top: 25px;}
.bnr-model { max-width: 345px; right: 0; top: -30px;}
.bnr-av-kit { top: 123px; left: 26%; max-width: 150px;}
.bnr-bag {max-width: 310px;top: 305px;left: 27%;}
.bnr-prdt {
    right: 26%;
    top: 350px;
    max-width: 220px;
}
.bnr-img {
    max-width: 432px;
    right: -100px;
    top: 55px;
}
.bnr-img-prdts {
	right: 23%;
    max-width: 280px;
    top: 330px;
}
.bnr-prdt-sheld {right: 29%;top: 120px;max-width: 110px;}
.bnrhd{ font-size:21px; line-height:24px;}
.s1-inner{width: 52%; padding: 0px 0px 0px;}
.bnr-hdng {font-size: 34px; line-height: 44px;}
.bnr-kit { top: 240px; left: 42%; max-width: 190px;}
ul.bnr-lst{ margin-top:30px;}
ul.bnr-lst li { font-size: 16px; line-height: 26px; width: 80%;}

.s1-inner h1{ font-size: 34px; line-height: 45px;  padding-top: 5px;}
.s1-inner h1 span {}
.bnrtxt{font-size: 18px; line-height: 27px; margin-top: 16px; width: 100%;}
.bnrprd{ font-size: 34px; line-height: 46px;}
.s1-inner2 {padding: 88px 0px 0px;}
}
@media only screen and (max-width: 767px){
.banner { text-align:center; padding: 30px 0px; background: #e8ffea;}	
.banner:before { width: 525px; border-top: 2px solid #000;}
.banner:after { width: 199px; display:none;}
.s1-inner .bnr-bag-mob {display: inline-block; margin: 20px auto 0 -10px; position: static; width: calc(100% + 20px); max-width: unset;}
.bnr-hdng { text-align: center; font-size: 30px; line-height: 40px;}
.s1-inner h1{text-align: center; font-size: 28px; line-height: 38px; padding: 0;}
.s1-inner h1 span { }
.bnrhdline{display:none;}
.s1-inner{ float: none; display: inline-block; text-align: center; width: 100%; max-width: 100%; padding: 0px 0px 0px; margin: 0px;}
.s1-sub-hdng:after{ display:none;}

.sub-hdg:before{ display:none;}
.sub-hdg:after{ display:none;}
.bnrtxt{width: 100%; margin-top: 15px; font-size: 17px; line-height: 26px;}
.bnrprd{position:inherit;right:auto;top:auto;width:300px;margin:20px auto 0 auto;display:block;}
.s1-inner2 { width: 100%; padding: 30px 0px 0px;}

ul.bnr-lst { margin-top: 20px; justify-content: center;}
ul.bnr-lst li{ width:100%; max-width:100%; text-align:left; font-size: 15px; line-height: 25px;}
ul.bnr-lst li img{ left:8px;}
ul.bnr-lst li span{ font-size:18px;}
}

/*================start banner strip===================*/
.bnrstrip{padding:22px 0;}
.bnrstrip-hding{
	font-weight:600;
	font-size:18px;
	line-height:22px;
	color:#404040;
	text-align:center;
}
ul.bnrstrip-list{padding:16px 0 0 0;text-align:center;}
ul.bnrstrip-list li{
	display:inline-block;
	margin:0 21px;
}
/*================start section1===================*/
.sec1{ 
	padding:40px 0; 
	/*background: url(../images/sec1-bg.jpg)#ffede9 center top no-repeat;*/
	height:auto;
	position: relative;
	background:#f9f9f9;
	text-align:center;
	}

.s1-inner2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding:0px 0px 0px;
}
.s1-sub-hdng{
	float:left;
	width:100%;
	position:relative;
}
.sub-hdg{
	    display: inline-block;
    width: 100%;
    color: #3c3c3c;
    font-size: 26px;
    line-height: 28px;
    position: relative;
    padding: 0px 0;
    font-weight: 400;
    letter-spacing: 1px;
	 }
/*.sub-hdg:before{
    position: absolute;
    content: "";
    background: #abd456;
    width: 62px;
    bottom: 0;
    top: 0;
    left: -62px;
    border-radius: 10px 0 0 0;
	}
.sub-hdg:after{
    position: absolute;
    content: "";
    background: url(../images/shape-hdg.png);
    width: 49px;
    height: 20px;
     bottom: 0; 
    top: 36px;
    left: -62px;
	}*/
/*.s1-sub-hdng:after{
    position: absolute;
    content: "";
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 15px solid #abd456;
    border-bottom: 18px solid transparent;
    }*/
.sec1-img{
    position: absolute;
    top: 85px;
    left: 0%;
	}
.s1-arw-shape{
    position: absolute;
    top: 104px;
    left: -80px;
	}
.s1-arw-shape2{
    position: absolute;
    bottom: 92px;
    left: -80px;
	}
.s1-inner2 .bdfont{ width: 75%;}
.s1-inner2-rit{
    display: inline-block;
    width: 100%;
    position: relative;
	}

.left-box { position: relative;}
.rgt-box {
	float: left;
    width: 100%;
    margin: 80px 0 0;
	position:relative;
	}
.s1-modl-pdt{
	position: absolute;
    top: 0;
    left: 0;
	}
.lft-box{
	float: right;
    width: 66.44%;
	height:382px;
    text-align: center;
    padding: 25px 0px 0 185px;
	background: url(../images/s1-lft-box-bg.jpg) center top no-repeat;
	background-size:100% 100%;
	}
.s1-txt1{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #656565;
    font-weight: 500;
    text-transform: capitalize;
	}	
.s1-txt1 span{
	display:block;
	font-size:32px;
	line-height:35px;
	color:#070808;
	font-weight:700;
	}
.s1-btn-bx{    
	display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 20px;
	}	

.sec1 .bnrbtn{
	margin-top: 20px;
    background: #015256;
    color: #abd456;
	}	
.s1txt{padding: 20px 0px 0 0px;}

ul.s1-list {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 12px;
    margin-top: 50px;
}
ul.s1-list li{ 
	    float: left;
    width: 15%;
    position: relative;
    text-align: center;
    padding: 0px 16px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
	}
ul.s1-list li span{
	position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #015256;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 10px;
	}
ul.s1-list li p {
	font-weight: 500;
    color: #00ccbd;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}
ul.s1-list li:after{
	position:absolute;
	content:"";
	bottom:0;
	top:0;
	right:-10px;
	border-right:1px solid #e2ead9;
	}
ul.s1-list li:last-child:after{ display:none;}
@media only screen and (max-width: 1187px){

.sec1{ padding:30px 0;}
.s1-sub-hdng{ width:100%;}
ul.s1-list{ position:relative;}
ul.s1-list li { padding: 0 15px; font-size: 17px; line-height: 27px;}
ul.s1-list li img{ top: 17px; left: 25px;}
ul.s1-list li span{ left:15px;}
.rgt-box{ background-position:100% top;}
.s1-modl-pdt { }
.lft-box { width: 61.44%;padding: 25px 0px 0 138px;}
.s1txt{ font-size:17px;}
.s1-inner2-rit{ margin-top: 0px; width: 100%;}
.sec1-img { top: 127px; left: 0%; width: 500px; max-width: 100%;}
.s1-arw-shape { top: 118px; left: -42px;}
.s1-arw-shape2 { bottom: 107px; left: -42px;}
/*------------section1-------------*/


}
@media only screen and (max-width: 1023px){
/*------------section1-------------*/
.sec1{ padding:20px 0; height:auto;}
.s1-sub-hdng { width: 100%;}
ul.s1-list li{ text-align: center; padding: 0px 10px 0px; width: 33%; font-size: 18px; line-height: 28px;}
ul.s1-list li span { font-size:20px; line-height: 28px; padding-bottom:3px; padding-left: 0;}
ul.s1-list li p { font-size: 22px; line-height: 28px; margin-bottom: 5px;}
ul.s1-list li img {/*position: static; display: block; margin: 0 auto 10px; */  max-width: 66px;}
ul.s1-list {column-gap: 0px;margin-top: 30px;}
.rgt-box { margin: 50px 0 0px;}
.sec1-img { top: 120px; left: -18%;}
.s1-inner2-rit { margin-top: 0px; width: 100%;}
.lft-box { width: 100%; padding: 25px 0px 0 108px;background-size:cover;}
.s1-modl-pdt { top: 0; width: 230px; display:none;}
.s1txt { font-size: 16px;}
.s1-btn-bx{ margin-top:10px;}

}
@media only screen and (max-width: 767px){
/*------------section1-------------*/
.sec1{padding:20px 0; height:auto;}
.s1-inner2 .bdfont{ width:100%;}
.s1-sub-hdng{ width:100%; text-align:center;}
.sub-hdg{ text-align:center; font-size: 16px; line-height: 28px; padding:0 0;}
.s1-inner2-rit { margin-top: 0px; width: 100%; text-align: center;}
.rgt-box{ margin: 20px 0 0;}
.sec1-img{ position:static; display:block; margin: 15px auto 5px; max-width:320px;}
.left-box{ width:100%; margin:10px 0;}
ul.s1-list{ row-gap: 15px; margin-top: 26px; padding: 0 0; border: none; background: none;}
ul.s1-list li:after{ display:none;}
ul.s1-list li img{ left: 15px; max-width: 56px;}
ul.s1-list li{  padding: 15px 25px; width: 49%; max-width: 100%; text-align: center; font-size: 18px; line-height: 28px; box-shadow: 0px 0px 5px #bbb;}
ul.s1-list li span{ padding: 6px 0px; font-size: 16px; line-height: 20px; left: 10px; width: 32px; height: 32px;}
ul.s1-list li p { font-size: 18px; line-height: 26px; margin-bottom: 5px;}
.sec1 .bnrbtn {  margin-top: 10px;}
.lft-box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}
.s1-modl-pdt {
    position: static;
    width: 100%;
    margin-top: 10px;
}
.s1-modl-pdt-mob{ position:static; display:block; margin:0 auto 0px; right:0; top:0; max-width: 215px;}
.bdhding2 {
    font-size: 26px;
    line-height: 36px;}
.s1-arw-shape{ display:none;}
.s1-arw-shape2{ display:none;}

}

@media only screen and (max-width: 359px){
}
/*================start section2===================*/
.sec2{
	padding: 50px 0 50px;
    text-align: center;
}
.sec2-inr {
    display: inline-block;
    width: 86%;
    position: relative;
    text-align: center;
}
ul.sec2-lst {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 25px;
}
ul.sec2-lst li {
    float: left;
    width: 43%;
    text-align: center;
    position: relative;
    padding: 0px 0px 0px;
	color:#1b1b1b;
	font-weight:300;
	font-size:17px;
	line-height:28px;
}
ul.sec2-lst li span {
	display:block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #010101;
}
ul.sec2-lst li img {
	display:block;
	margin:0 auto 20px;
	
}
.sec2-box{
	    float: left;
    width: 100%;
    margin-top:0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
	}
.s2lft, .s2rgt{
	float: left;
    width: 49%;
    padding:60px 0px 60px 0;
    text-align: left;
}
.s2-prodt{
	position:absolute;
	right:0;
	top:0;
	border-radius:10px;
	}
.s2rgt{padding:0 0 0 0px; background:#41b4ff; }
.s2rgt .s2-hding{ color:#fff;}
.s2rgt .bnrbtn{ background:#fff; color:#202020;}
.s2rgt .bnrbtn:hover{background:#fff;}
.w-box {
        float: left;
    text-align: left;
    width: 84%;
    padding: 44px 0 0 30px;
}
.w-box .bnrbtn{
	border: none;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 150px;
	margin-top:18px;}
.s2-img1{
	    position: absolute;
    right: 20px;
    top: 18px;
    max-width: 110px;
    z-index: 1;
    opacity: 0.1;
}
.s2-hding1{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
	color:#696969;
	text-transform:uppercase;
	position: relative;
	display:none;
}
.s2-hding1:before{
	position:absolute;
	content:url(../images/s2-hdg2-dot.png);
	width:11px;
	height:11px;
	top:0;
	left:-18px;
	}
.s2-hding{
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	color: #070808;
	text-transform: uppercase;
}
.s2-hding span{
	    display: block;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    /* font-family: 'Monotype Corsiva'; */
    text-transform: capitalize;
	}
.s2-txt{
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding: 8px 0 0 0;
}
@media only screen and (max-width: 1187px){
.sec2-box{}
.s2lft, .s2rgt{ padding: 50px 0px 50px 0;}
.w-box{ width: 53%; padding: 60px 0 0 25px;}
.s2-img1 {right: 20px;}
.s2-prodt {max-width: 500px;}
.sec2-inr { width: 100%;}

}
@media only screen and (max-width: 1023px){
.sec2{ padding:40px 0 40px;}
.sec2-box{    flex-wrap: wrap; justify-content: space-around; row-gap: 20px;}
.s2lft, .s2rgt{ width:48%; height:auto;}
.s2lft{float: none;
    display: inline-block;
    width: 86%;
    text-align: center;
    padding: 0 0px 0 0;}
.s2rgt{padding:0 0 0 0px;}
.s2-prodt {
    position: static;
    max-width: 100%;
    margin-top: 17px;
}

.w-box {
    width: 100%;
	height:auto;
    padding: 35px 15px 25px 18px
}
.s2-hding{font-size: 24px; line-height: 34px;}
.s2-img1 {}
ul.sec2-lst li { width: 48%; font-size: 16px; line-height: 26px;}
ul.sec2-lst li span { font-size: 20px; line-height: 28px;}


}
@media only screen and (max-width: 767px){
.sec2{padding:30px 0 30px 0; text-align:center;}
.sec2-mob{padding:35px 0 40px 0;background:url(../images/sec2-mob2.jpg) center top no-repeat;}
.s2lft{ float:none; display:inline-block;width: 100%; max-width:100%;padding: 0;}
.s2rgt {width: 100%;}
.w-box{  width: 100%; padding: 15px;}
.s2-hding span{ font-size:17px;}
.sec2-box{ justify-content: center;}
ul.sec2-lst{ margin-top:20px;}
ul.sec2-lst li{ width:100%; max-width:100%; font-size: 15px; line-height: 25px;}
ul.sec2-lst li span { font-size: 18px; line-height: 28px; margin-bottom: 5px;}
ul.sec2-lst li img{ margin:0 auto 15px;}

}
@media only screen and (max-width: 479px){

}
@media only screen and (max-width: 359px){
}
/*===================================*/
.strip{
	padding:60px 0 60px;
	text-align:center;
	background: linear-gradient(to bottom, #fff 70%, #fff 50%);
	position:relative;
	overflow:hidden;
	}
.strip .bdfont{ width:94%;}
.strip2{
	padding:35px 0px;
	text-align:center;
	background:#332727;
	position:relative;
}
.strp2-txt{
	    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
	}		
.strip2 .shop-list{
	float:right;
	width:75%;
	column-gap: 15px;
	margin:10px 0 0;
	}	
.strip2 .shop-lst-content {padding: 50px 10px 50px 15px;}	
.strp-inr-bx{
	float: left;
    width: 100%;
	position:relative;
	background:#f7fafe;
	}
.strip-img{
    position: absolute;
    top: 0;
    right: 0;
}
.strip-img2{
    position: absolute;
    top: 0;
    right: 12%;
}
.strip-img3{
	position: absolute;
    top: 188px;
    left: 0%;
	}
.strip-prdts{
    position: absolute;
    top: 350px;
    left: 16%;
    max-width: 390px;
	}
.strip-prdts2{
	    position: absolute;
    right: 36%;
    top: 105px;
    max-width: 440px;
	}	
.strp-watch{
    position: absolute;
    top: 145px;
    left: 42%;
    width: 202px;
	}
.strip-rgt{
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
	}
.strip-rgt .bnrbtn{ margin-top:42px;}
.strip-rgt-bx{
    float: left;
    width: 100%;
    padding: 30px 20px 30px;
    position: relative;
    margin-top: 110px;
    margin-bottom: 40px;
    background: #14e89b;
    border-radius: 12px;
	}
.strp-txt1{
	    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #15483f;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin-top: 22px;
	}	
.strp-hdg2 {
    font-size: 26px;
    line-height: 32px;
    color: #000;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
}	
.strp-inr{
	float: left;
    width:100%;
    text-align: left;
	padding: 0px 0 20px;
	position: relative;
	}
.strp-inr2{
	float: left;
    width: 25%;
    text-align: left;
    padding: 0;
	}	
.strp-hdng{
	float: left;
    width: 100%;
    font-size: 33px;
    line-height: 53px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0 165px 3px 0;
    background: url(../images/strp-hdng.png) center top no-repeat;
    background-size: 100%;
    text-align: right;
}	
.strp-inr .bdfont{ }
.strp-inr .s1-txt1{ margin-bottom:20px;}
.strp-inr .s1hding{ color:#fff; text-transform: uppercase; font-size:28px; line-height:36px; font-weight:500;}
.strp-inr .bnrbtn{}
.strp-txt{
	font-size:25px;
	line-height:35px;
	color:#fff;
	margin-bottom:8px;
	}
ul.strip-list, ul.strip-list_rit{
	float:left;
	width:34%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	}	
ul.strip-list_rit{ float:right;}
ul.strip-list li, ul.strip-list_rit li{
    float: left;
    width: 48%;
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    text-align: center;
    font-weight: 600;
    padding: 0px 0 0px 0px;
    position: relative;
    text-transform: capitalize;
	}	
ul.strip-list li span{
	display:block;
	font-weight:bold;
	color:#222529;
	text-transform:uppercase;
	margin-bottom:12px;
	}
ul.strip-list li img, ul.strip-list_rit li img{
	display:block;
	margin:0 auto 10px;
	}
.protection-img{
	    position: absolute;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
	}

.strp-inrr-lft{
	float:right;
	width:50%;
	text-align:left;
	}
	
ul.strip-list2{
    float: left;
    width: 100%;
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}	
ul.strip-list2 li{
	    float: left;
    width: 32%;
    color: #252525;
    text-align: center;
    padding: 0px 0 0px 0px;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    background: #f9f9f9;
    border-radius: 15px;
	}	
ul.strip-list2 li p{
    padding: 20px 20px 22px;
    float: left;
    width: 100%;
	}
ul.strip-list2 li span{
	display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
	margin-bottom:10px;
	}
ul.strip-list2 li img{
	display: block;
    margin: -100px auto 10px;
	}	
	
@media only screen and (max-width: 1187px){
	
.strip{ overflow:hidden; height: auto; padding: 50px 0 50px;}
.strip-img3{ left: -5%; top: 180px; max-width: 525px;}
.strip-prdts {left: 10%;}
.strip-prdts2 {right: 25%; top: 113px;}
.strp-inr .s1hding { font-size: 26px;}
.strp-inr{ }
.strip-rgt-bx{ margin-top: 107px; padding: 28px 18px; }
.strip .bdfont{ width:100%;}
.strip-rgt {padding: 0px 0px 0px 0;}
.strp-hdng {font-size: 30px;line-height: 48px;padding: 0 200px 0 0;}
.strp-txt{}
.strip-img{ right: -20px; max-width: 300px;}
.strip-img2{ right: 4%; top: -22px;}
.strp-watch { top: 165px; left: 38%; width: 170px;}
.strp-inr2 {}
ul.strip-list2{}
ul.strip-list2 li{ font-size: 18px; line-height: 28px;  width: 32%;}
ul.strip-list2 li span { font-size: 20px; line-height: 28px; margin-bottom: 10px;}
ul.strip-list li, ul.strip-list_rit li { font-size: 19px;}
ul.strip-list li img, ul.strip-list_rit li img{ max-width: 240px;}


.strip2 .sp-lst-imgbg {width: 42%;}
.strip2 .shop-lst-content {width: 58%;padding: 50px 2px 50px 3px;}

}
@media only screen and (max-width: 1023px){
.strp-inr {}
.strp-hdng {
    font-size: 25px;
    line-height: 36px;
    padding: 0 120px 0 0;
}
.strip .bdfont{ width:100%;}
.protection-img{ max-width:244px; top:210px;}
.strp-inr-bx{ overflow:hidden;}
.strip-img{ right: -55px; max-width: 220px;}
.strip-img2 { max-width: 490px; right: 0%; top: 0px;}
.strp-txt { font-size:22px;line-height: 32px; padding:0;}
.strp-watch { top: 200px; left: 46%; width: 140px;}

.strip { padding: 40px 0 40px;}
.strip-rgt .bnrbtn {  margin-top: 35px;}
.strip-rgt { text-align: center; position: relative;}
.strip-rgt-bx { margin-top: 55px; padding: 20px 10px 20px; margin-bottom: 20px;}
.strp-txt1 {font-size: 22px;line-height: 32px;margin-top: 18px;}
.strip-img3 {max-width: 64%; top: 160px; left: -13%; display:none;}
.strip-prdts {left: auto;right: 6%;top: 290px;max-width: 280px;}
.strip-prdts2 { right: 22%; top: 86px; max-width: 230px;}
.strp-hdg2{ font-size:22px; line-height:30px; margin-top:12px;}
ul.strip-list2{ margin-top: 122px; row-gap: 15px; padding: 0 0px; justify-content: center; column-gap: 15px;}
ul.strip-list2 li { width: 32%; font-size: 16px; line-height: 26px;}
ul.strip-list2 li img { max-width: 220px; margin: -70px auto 10px;}
ul.strip-list2 li p { padding: 15px 17px 25px;}

.strip2 { padding:30px 0 30px;}
.strp2-txt { font-size:38px;line-height: 42px;}
.strp-inr2 { width:100%; padding: 0px 0 0px; text-align:center;}
ul.strip-list{ margin-top: 0; width: 35%;}
ul.strip-list li, ul.strip-list_rit li { font-size: 17px; line-height: 27px; padding: 0 0; text-align: center;}
ul.strip-list li img{ position:static; display:block; margin:0 auto 10px;}
.strip2 .shop-list { float: right; width: 100%; column-gap: 20px; margin: 32px 0 0;}
.strip2 .shop-lst-content { padding: 50px 10px 50px 15px;}



}
@media only screen and (max-width: 767px){
.strip2{ padding:15px 0; }
.strp2-txt {font-size: 22px; line-height: 38px;}
.strp-inr2{ width:100%; text-align:center;}
.strip-img-mob { position: static; display: block; margin: 10px auto -10px; max-width: 100%;}
.strip2 .shop-list { column-gap: 0; margin: 22px 0 0;}

.strip { padding:30px 0; height: auto;}
.strip-rgt { float: none; width: 100%; max-width: 100%; padding: 0 0 0px; display: inline-block;}
.strp-txt { font-size: 18px; line-height: 28px;}	
.strip-rgt-bx { text-align: center; margin-top: 15px; padding: 10px 10px 15px; max-width:100%; float:none; display:inline-block; margin-bottom:0;}
ul.strip-list, ul.strip-list_rit { margin-top: 15px; justify-content: center; column-gap: 10px; width:100%;}		
ul.strip-list li, ul.strip-list_rit li { width: 48%; padding: 10px 10px; font-size: 16px; line-height: 26px; text-align: center; box-shadow: 0px 0px 3px #fff;}	
ul.strip-list li span, ul.strip-list_rit li span { margin-bottom: 7px;}
ul.strip-list li img, ul.strip-list_rit li img { margin: 0 auto 10px; position: static; display: block; max-width: 60px;}	
.protection-img{ position:static; display:block; margin: 10px auto -10px; transform:none; max-width: 232px;}

.strp-inr .s1hding { font-size: 24px; line-height: 30px;}
.strp-inr{ float: none;display: inline-block;width:100%; max-width:100%;text-align: center;padding: 0 0;}
.strip-prdts {left: auto;
    right: -14%;
    top: 285px;
    max-width: 240px;}
.strip-prdts2 {
    right: auto;
    left: -8%;
    top: 86px;
    max-width: 200px;
}
.strip-img, .strip-img2 { position: static; max-width: 70%; margin-top: 14px;}
.s1-txt1 span{font-size: 26px;}
.strip-img{}
.strip .bdfont { width: 100%;}
.strp-watch{ display:none;}
.strp-watch-mob{ display: block; vertical-align: middle; margin: 12px auto 12px; max-width: 100%; position: static;}
.strp-inr .bdfont { width: 100%; font-size: 16px; line-height: 26px;}
.strip-img3 { margin: 12px auto 0px; max-width: 100%; position: static; display: none;}
.strp-inrr-lft{ width:100%; text-align: center;}

.strp-hdg2 { font-size: 18px; line-height: 28px; margin-top: 8px;}
ul.strip-list2 {width: 100%;margin-top: 15px;row-gap: 15px; padding:0; justify-content: center;}
ul.strip-list2 li span{ font-size: 20px; margin-bottom: 5px;}
ul.strip-list2 li{ font-size: 17px; line-height: 26px; width: 100%; max-width: 340px;}
ul.strip-list2 li img { display: block; margin: 10px auto 10px;}
.strip-rgt .bnrbtn { margin-top: 20px;}
.strp-hdng {
    font-size: 24px;
    line-height: 43px;
    padding: 0;
    text-align: center;
    background: #15483f;
}
.strp-txt1 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
}

}
@media only screen and (max-width: 479px){
}
/*================start section3===================*/
.sec3{
	 padding:60px 0 60px;
	 position:relative; 
	 text-align: center;
	 background:#fff;
	 }
.s3-mid{
	display:inline-block;
	width:100%;
	text-align:center;
	}
.sec3 .bdfont { width: 100%;}
.sec3-2{
	padding:60px 0;
	position:relative; 
	text-align: center;
	background:#fafafa;
	}	 
.s3-model{
	position:absolute;
	max-width: 471px;
	left:0;
	top:0;
	}
.prod-men .s3-model{ right:0; left:auto;}
.s3-rgt{
	display: inline-block;
    width: 100%;
	max-width:100%;
    text-align: center;
	}
.prod-men .s3-rgt{ }
.s3-rgt ul.shop-list{ margin: 30px 0 0;}
.s3-rgt .shop-list li{ padding: 20px 20px;  margin: 0 10px;  width: 100%; border-radius: 20px; background:#fff; border: 1px solid #d2d2d2;}

.prod-pg-list{}	
.s3-rgt .shop-list li:nth-child(even){ }
.s3-rgt ul.shop-list li img { position: static; display: block; margin: 0 auto; max-width: 100%;}
.s3-rgt .ship-p1{font-size: 22px; line-height: 30px; text-align: center;}
.s3-rgt .shop-lst-content{ padding:0 0; float: left; width: 100%;}
.s3-rgt .shop-lst-content-rit{ padding:0 0; float: right; width: 100%; text-align: center;}
.s3-rgt .shop-price{ font-size:28px; line-height:36px;}
.s3-rgt ul.shop-list li .bnrbtn{ width: 100%;}
ul.s3list{
	margin: 50px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 10px;
}
ul.s3list li {
    float: left;
    width: 32%;
    position: relative;
    padding: 0 20px;
	text-align:center;
	font-size:18px;
	line-height:28px;
	color:#000;
	
}
ul.s3list li span{
	display:block;
	font-weight:700;
	padding-bottom:12px;
	font-size:26px;
	line-height:30px;
	
	}
ul.s3list li img{
	display:block;
	margin:0 auto 18px;
	}
ul.s3list li:last-child{}
.overlay {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  background-color:#7ad455;
  overflow: hidden;
  width: 100%;
  height:100%;
  transition: .5s ease;
  -webkit-transition: .5s ease;
}
ul.s3list li:hover .overlay {
  bottom: 0;
  height: 240px;
}
.s3lbx1, .s3lbx2{/*height: 260px;*/}
.s3lbx1 img, .s3lbx2 img{
	margin:20px auto 0 auto;
	display:block;
	transition: .5s ease;
  	-webkit-transition: .5s ease;
	width:100%;
}
.s3lbx1 img{max-width: 240px;}
.s3lbx2 img{margin:90px auto 0 auto;transition: .5s ease;}
.s3l-hding, .s3l-hding2{
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:20px 0 0 0;
	width:100%;
}
.s3l-hding2{color:#404040;padding:250px 0 0 0;}
.s3l-hding span, .s3l-hding2 span{
	font-weight:600;
	font-size:22px;
}
.s3l-txt{
	text-align:center;
	color:#404040;
	line-height:24px;
	padding:8px 10px;
}
.uparrow{margin:20px auto;display:block;}
ul.s3list li:hover .overlay .uparrow, ul.s3list li:hover .overlay .s3l-hding{display:none;}
ul.s3list li:hover .overlay .s3lbx1, ul.s3list li:hover .overlay .s3lbx2{/*height:310px;*/}
ul.s3list li:hover .s3l-txt{display:block;}
ul.s3list li:hover .overlay .s3lbx1 img{max-width:220px;margin:10px auto 0 auto;}
ul.s3list li:hover .overlay .s3lbx2 img{margin:50px auto 0 auto;}
.s3sub-hding{
	font-weight:bold;
	font-size:30px;
	line-height:34px;
	color:#181818;
	text-align:center;
	padding:88px 0 0 0;
}
.s3txt{
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#181818;
	text-align:center;
	padding:5px 0 0 0;
}
ul.s3list2{padding:10px 0 0 0;text-align:center;}
ul.s3list2 li{
	display:inline-block;
	padding:0 48px;
	background:url(../images/s3l2-dvdr.png) right center no-repeat;
	margin:15px 0 0 0;
	font-size:20px;
	line-height:24px;
	color:#000;
	text-align:center;
}
ul.s3list2 li:last-child{background:none;}
ul.s3list2 li img{margin:0 auto 12px auto;display:block;}
@media only screen and (max-width: 1187px){
.sec3 { padding:50px 0;}
.sec3-2{ padding:50px 0;}
.bdfont { }
.sec3 .bdfont { width: 100%;}
ul.shop-list { column-gap:20px; margin: 35px 0 0;}
.s3-rgt ul.shop-list li img{ }
.s3-rgt .shop-list li {}

.s3-model {}	
ul.s3list { margin: 40px 0 0 0}
ul.s3list li{ padding:0 0; font-size:17px; }
ul.s3list li span{ font-size:24px; line-height:28px;}
ul.s3list li:last-child{}
.s3sub-hding{padding:68px 0 0 0;}
ul.s3list2 li{padding:0 33px;}
}
@media only screen and (max-width: 1023px){
.sec3{ padding:40px 0 40px; height:auto; background-size:cover;}	
.s3-rgt { width: 100%;}
.sec3 .bdfont { width: 100%;}
.s3-mid .bdfont { width: 100%;}
.s3-model {
    position: static;
    display: block;
    margin: 0px auto;
    max-width: 60%;
    padding-top: 35px;
	display:none;}
ul.s3list { margin: 30px 0 0 0;}
ul.s3list li{width:32%; font-size: 16px; line-height: 26px;}
ul.s3list li span { font-size: 18px; line-height: 26px; padding-bottom: 6px;}
ul.s3list li img{ margin:0 auto 15px; max-width:90px;}
ul.s3list li:last-child, ul.s3list li:nth-child(2){}
ul.s3list2 li{ font-size:18px; line-height:22px; padding:0 16px;}
.bdfont{ font-size: 18px; line-height: 28px; margin-top:10px;}
.bdhding2 { font-size: 30px; line-height: 40px;}
.s3-rgt .shop-list{}
.s3-rgt .shop-list li { padding: 35px 30px;}

.sec3-2{ padding:40px 0;}


}
@media only screen and (max-width: 767px){
.sec3{ padding: 30px 0 30px; text-align: center;}
.s3-rgt-cont{ width:100%;}
.s3-rgt { text-align:center;}
.sec3 .bdfont { width: 100%;}
.s3-rgt .shop-list li { width: 100%; padding: 15px 20px; height: auto; max-width: 100%; margin: 0 10px;}
.s3-rgt .shop-lst-content{ width:100%; text-align:center;}
.s3-rgt .shop-lst-content-rit{ width:100%;}
.s3-rgt .ship-p1 { font-size: 24px; line-height: 28px;}
.s3-rgt .shop-price { font-size: 22px; line-height: 32px;}



.bdfont { font-size: 17px; line-height: 26px; margin-top: 10px;}

.s3-rgt ul.shop-list li img {}
.bdhding2 { font-size: 24px; line-height: 32px;}
.bdhding2 span {margin:0;}
.s3-model { max-width: 100%; padding-top: 22px;}
ul.s3list{ margin: 20px 0 0 0; justify-content: center; row-gap: 20px;}
ul.s3list li {width: 100%; max-width: 100%; padding:15px 20px; box-shadow:0px 0px 2px #bbb;}
ul.s3list li img { margin: 0 auto 10px; max-width: 80px;}
.s3sub-hding{padding:48px 0 0 0;}
.s3lbx2{height:240px;}
.s3lbx1 img, .s3lbx2 img{margin:10px auto 0;}
ul.s3list li:hover .overlay .s3lbx1 img, ul.s3list li:hover .overlay .s3lbx2 img{margin:10px auto 0 auto;}
ul.s3list li:hover .overlay {/*height: 310px;*/}
ul.s3list li:nth-child(2):hover .overlay {/*height: 240px;*/}
.s3l-hding, .s3l-hding2{
	/*font-size:16px;
	line-height:26px;
	color:#fff;
	text-align:center;
	padding:8px 0 0 0;*/
}
.s3l-hding2{color:#404040;}
.s3l-hding-small{padding:9px 0 0 0;}
.s3l-hding2-small{/*padding:260px 0 0 0;*/}
ul.s3list2 li{
	float:left;
	width:33.33%;
	padding:0 2%;
}
ul.s3list2 li:nth-child(3){background:none;}
.s3sub-hding{font-size:26px;line-height:30px;}
.s3txt{ font-size:18px; line-height:26px;}

.sec3-2 { padding: 30px 0;}


}

/*==========================*/

.bnr-btm-sec {
    float: left;
    width: 100%;
    /*height: 1004px;
    background: url(../images/bnr-btm-sec_bg.jpg) no-repeat center top;*/
	background:#fff;
    text-align: center;
    padding: 40px 0 60px;
    position: relative;
}
.btm-sec-inr{
	display:inline-block;
	width:100%;
	position:relative;
	text-align:center;
	}
.btm-sec-inr .bdfont{ padding: 0 0px; width: 84%;}
.btm-sec-prdt{
    position: absolute;
    top: 205px;
    left: 50%;
    transform: translateX(-50%);
	}
.bnr-btm-sec .bnrbtn { margin-top:20px;}
.bnr-btm-hdg {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.btm-sec-ritbx{
    float: right;
    width: 47.5%;
    position: relative;
    text-align: center;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 3px 5px #bbb;
	}
.bnr-btm-sec-hdg{
	float:left;
	width:100%;
	font-weight:400;
	font-size:34px;
	line-height:46px;
	text-transform:uppercase;
	color:#ffbaba;
	padding:5px 0px;
	background:#ff0000;
	}
.bnr-sec-model{
	position: absolute;
	top: 200px;
	left: -52px;
	}
.bnr-sec-kit{
    position: absolute;
    top: 340px;
    left: 46%;
    z-index: 2;
	}
.btm-sec-mid{
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
	padding-bottom: 55px;
	}
.btm-sec-lft{
    float: right;
    width: 37%;
    text-align: left;
    margin-top: 28px;
	}
.btm-sec-lft .bdfont{ width:100%;}
.bdfont2{
	color:#015256; margin-top: 38px;
	}
.bnr-btm-sec ul {
        float: left;
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    column-gap: 0px;
}
.bnr-btm-sec ul li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0px 0px 0px 56px;
}
/*.bnr-btm-sec ul li:before{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	width:172px;
	border-bottom:1px solid #7f7f7f;
	}*/
.bnr-btm-sec ul li:nth-child(4):before, .bnr-btm-sec ul li:nth-child(5):before, .bnr-btm-sec ul li:nth-child(6):before{ display:none;}
/*.bnr-btm-sec ul li:after{
    position: absolute;
    content: "";
    top: 5px;
    right: 2px;
    height: 110px;
    border-right: 1px solid #7f7f7f;
	}*/
.bnr-btm-sec ul li:nth-child(3):after, .bnr-btm-sec ul li:nth-child(6):after{ display:none;}
.bnr-btm-sec ul li img {
	position:absolute;
	top:0;
	left:0;
	}
.bnr-btm-sec ul li span {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
}
.bnr-btm-sec ul li:nth-child(2) span{ }
.bnr-btm-sec ul li:last-child span{ }
.bnr-btm-sec ul li p {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-top: 6px;
	padding: 0 0px
}

.bnr-btm-sec ul li:last-child:before{ display:none;}

.bnr-btm-mid {
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
	margin-top:50px; overflow:hidden;
}
.bnr-btm-hdg2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #015256;
    text-transform: none;
    display: inline-block;
    width: 100%;
	margin-top:25px;
}
.bnr-btm-mid:before, .bnr-btm-mid:after{
	position:absolute;
	content:url(../images/shape1.png);
	width:374px;
	height:13px;
    left: 60px;
    top: 100px;
	}
.bnr-btm-mid:after{
	content:url(../images/shape2.png);
	left:auto;
	right:60px;
	
	}
.bnr-btm-mid-prdts{
	position:static;
	display:block;
	margin:0 auto 10px;
	max-width:100%;
	}

@media only screen and (max-width: 1187px){
.bnr-btm-sec{ height:auto; padding:40px 0;}
.btm-sec-inr .bdfont { width:86%;}
.btm-sec-prdt{ }
.btm-sec-inr{ }
.btm-sec-lft { width:36%;}
.btm-sec-ritbx { width: 46%;}
.btm-sec-mid{ padding:0 0;}
.bnr-btm-sec ul{ }
.bnr-btm-sec ul li{ padding: 0px 0px 0px 55px; }
.bnr-btm-sec ul li p{ font-size: 17px; line-height: 26px;}
.bnr-btm-sec ul li span { font-size: 20px; line-height: 28px;}
.bnr-btm-sec ul li img{ top: 0px; }
.bnr-btm-sec ul li:before{ width:140px;}
.bnr-btm-mid{ margin-top:35px;}
.bnr-btm-mid:before, .bnr-btm-mid:after{ left:-12px; width: 100%;}
.bnr-btm-mid:after{ left:auto; right:12px;}
.bnr-btm-hdg2 { font-size: 32px; line-height: 40px;}
.bnr-sec-model{ top: 220px; max-width: 615px; left: -10px;}
.bdfont2{ margin-top:18px;}
.bnr-sec-kit {top: 290px; left: 45%;}
}

@media only screen and (max-width: 1023px){
.bnr-btm-sec { padding: 30px 0 30px; height: auto; background-size: cover;}
.btm-sec-inr { width: 100%;}
.btm-sec-inr .bdfont { width: 100%;}
.bnr-btm-hdg{ margin-top:20px; font-size:20px; line-height:28px;}
.btm-sec-prdt { width: 400px;}
.bnr-btm-sec-hdg{ font-size: 28px; line-height: 44px;}
.bnr-btm-sec .bnrbtn { margin-top: 20px;}
.btm-sec-lft { width: 100%; margin-top: 15px; text-align: center; float:none; display:inline-block; }
.bnr-btm-sec ul { margin-top: 25px; row-gap: 15px;}
.bnr-btm-sec ul li { padding: 0px 8px 0px 8px; width: 32%; text-align:center;}
.bnr-btm-sec ul li:nth-child(3){ border-bottom:none;}
.bnr-btm-sec ul li:nth-child(3):before{ border-right: 1px solid #7f7f7f;}
.bnr-btm-sec ul li p { padding: 0 0; margin-top: 0px; font-size: 16px; line-height: 26px;}
.bnr-btm-sec ul li span {font-size:20px; line-height:28px; margin-bottom: 5px;}
.bnr-btm-sec ul li img{ position: static; display: block; margin: 0 auto 10px;}
.bnr-btm-sec ul li:before { width: 165px;}
.bnr-btm-mid { margin-top: 25px;}
.bnr-btm-hdg2 { font-size: 24px; line-height: 32px; margin-top: 20px;}
.bnr-btm-mid:before{ left: -135px;}
.bnr-btm-mid:after{ right: -116px;}
.bnr-btm-mid-prdts{ margin:0 auto 0;}
.bnr-sec-model { position: static; max-width: 395px; margin: 10px auto; display: block;}
.btm-sec-mid{ margin-top:0px; text-align: center;}
.bnr-sec-kit {top: 135px; left: 67%; max-width: 170px;}
}
@media only screen and (max-width: 767px){
.bnr-btm-sec { padding: 30px 0 0px; background:#fff; height:auto;}
.btm-sec-prdt{ position:static; display:block; margin:10px auto 10px; transform:none; width:350px;}
.btm-sec-lft { width: 100%; margin-top: 0px; text-align:center;}
.btm-sec-mid { margin-top: 0px; width:100%; text-align:center;}
.bnr-sec-model{ position:static; display: none; margin: 10px auto 0px; max-width: 318px;}
.bnr-sec-model_mob{ display: inline-block; position: static; margin: 15px auto 0; max-width: 100%;}
.bnr-btm-sec ul { row-gap: 15px; justify-content: center; margin-top: 15px; column-gap: 5px;}
.bnr-btm-sec ul li{ width: 100%; max-width: 100%; padding: 15px 10px 15px; border: 1px solid #e9e9e9; text-align: center;}
.bnr-btm-sec ul li:nth-child(3){ border: 1px solid #e9e9e9;}
.bnr-btm-sec ul li img{ margin: 0 auto 8px; position: static; display: block;}
.bnr-btm-sec ul li span { font-size: 18px; line-height: 28px;}
.bnr-btm-sec ul li p{ line-height: 26px; font-size: 17px; margin-top: 5px;}
.bnr-btm-sec ul li:after{ display:none;}
.bnr-btm-sec .bnrbtn{ margin-top:25px;}
.bnr-btm-mid:before, .bnr-btm-mid:after{ display:none;}
.bnr-btm-sec ul li:before{ display:none;}
.bnr-btm-hdg { margin-top: 15px; font-size: 17px; line-height: 27px;}
.bnr-btm-mid { margin-top: 20px;}
.bnr-btm-hdg2 { font-size: 20px; line-height: 26px; margin-top: 16px;}
.btm-sec-ritbx { float: none; width: 100%; display: inline-block; margin-top: 15px; max-width: 100%;}
.bnr-btm-sec-hdg { font-size: 22px; line-height: 36px;}
}
/*================start section4 5===================*/
.sec4{padding:0px 0 60px;}
.s1hding{  font-size: 24px; line-height: 36px;}
.s4box1{margin:0;}
.s4box2{margin:82px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{
	float:left;
	display:inline-block;
}
.s4bx1-lft, .s4bx1-rgt{	
	width:44.10%;
	margin:0 4.78% 0 0;
}
.s4bx1-rgt{width:51.12%;margin:0;}
.s4img1{margin:0;display:block;}
.s4img2{float:right;margin:0;display:block;}
.s4bx-hding{text-align:left;padding:80px 0 0 0;}
.s4bx-hding2{
	text-align:left;
	font-weight:bold;
	font-size:42px;
	line-height:45px;
}
.s4bxtxt{
	text-align:left;
	padding:10px 0 0 0;
	color:000;
}
@media only screen and (max-width: 1187px){

.sec4 {}
ul.s5list li{height:430px;}
.s1hding {
    font-size: 28px;
    line-height: 38px;
}
}
@media only screen and (max-width: 1023px){
.sec4, .sec5{padding:50px 0;}
.s4box2{margin:62px 0 0 0;}
.s4bx-hding{padding:20px 0 0 0;}
.s4bx-hding2 {
    font-size: 34px;
    line-height: 37px;
}
/*--------------start section5------------------*/
ul.s5list {padding: 0 0 0 0;}
ul.s5list li {
    width: 32%;
    margin: 36px 1.33% 0 0;
    padding: 10px;
    height: 530px;
}
}
@media only screen and (max-width: 767px){
.sec4{ padding:30px 0; text-align:center;}
.s4box2{margin:50px 0 0 0;}
.s4bx1-lft, .s4bx1-rgt{width:100%;}
.s4img1, .s4img2{
	float:none;
	margin:0 auto;
	width:300px;
}
.s4bx-hding, .s4bx-hding2, .s4bxtxt{text-align:center;}
.s4bx-hding2 {
    font-size: 30px;
    line-height: 33px;
}
.s1hding {
    font-size: 24px;
    line-height: 34px;
	padding:0;
}
/*--------------start section5------------------*/
.sec5{padding:40px 0;}
ul.s5list {padding: 0 0 0 0;}
ul.s5list li, ul.s5list li:last-child {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px;
    height: auto;
}
}
@media only screen and (max-width: 359px){
.s4bx-hding2 {
    font-size: 26px;
    line-height: 29px;
}
.s4img1, .s4img2{width:250px;}
}
/*================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;
}

/*======== FAQ =============*/
.faq-section {
	background: #f9f9f9;
	float: left;
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.faq-lft{
	float:left;
	width:49%;
	text-align:left;
	}
.faq-rit{
	float: right;
    width: 48%;
    margin-top: 0;
	}
.faq-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 970px;
    width: 100%;
    margin: 0px 0 0;
}
.up-slide-dwn {
    float: left;
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png) no-repeat right 15px center;
    padding: 25px 45px 25px 25px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: none;
    position: relative;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat right 15px center #fff;
}
.acdn-content {
   float: left;
    width: 100%;
    text-align: left;
    padding: 20px 10px 0px 10px;
    background: #ffffff;
    margin-top: 0;
}
.acdn-para {
        font-size: 19px;
    line-height: 30px;
    color: #1d1d1d;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1187px){

.faq-section{ padding:50px 0;}
.faq-rit{ margin-top:0;}
.accordion{ font-size:19px;}
}
@media only screen and (max-width: 1023px){
.faq-section { padding: 40px 0;}
.faq-rit{ width:50%;}
.up-slide-dwn{ margin-top:18px;}
}
@media only screen and (max-width: 767px){
.faq-section{ padding:30px 0;}	
.faq-lft{ width:100%; text-align:center; float:none; display:inline-block; }
.faq-rit { width: 100%;}
}
/*================start section6===================*/
.sec6{padding:0;}
.s6sldr-img{margin:0 auto;display:block;}
/*================start footer===================*/
.graybar{padding:20px 0; background: linear-gradient(to right, #79f546, #58f162, #34ec80, #1be995);}
.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:#fff;}
ul.topftr-list li:after{
	content:"";
	position:absolute;
	top:0px;
	bottom:0;
	right: -15px;
	border-right:1px solid #ccc;
}
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;
	color:#222;
}
.ftr-addres p{
	float:left; width:100%;
	margin:5px 0;
}
.ftrbx1-t1 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    /* letter-spacing: 0.5px; */
    margin-top: 10px;
    text-align: center;
}
/*------------start footer--------------*/
footer{padding:35px 0;border-top:1px solid #dedddd;}
.ftrtxt1, .ftrtxt2{
	font-weight:300;
	font-size:16px;
	line-height:18px;
	color:#9b9b9b;	
}
.ftrtxt1{
	float:right;	
	text-align:right;
}
.ftrtxt1 a{color:#9b9b9b;}
.ftrtxt2{
	float:left;	
	text-align:left;
}	
@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){
.topfooter{ border-top:4px solid #000;}	
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;}
}

/************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; text-align:center;
}
.shop-pg {
	padding: 60px 0;
	background:#fff;
}

.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%;
}
.s3-rgt-cont{
	display:inline-block;
	width:75%;
	text-align: center;
	}
ul.shop-list, .s6r{
    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: 30px;
    column-gap: 0px;
    margin: 50px 0 0;
}
ul.shop-list li, .s6r li {
        float: left;
    width: 32%;
    padding: 25px 10px;
    text-align: center;
    position: relative;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 0 0px;
}
ul.shop-list li:hover{/*background:#abd456;*/}
ul.shop-list li .bnrbtn{
	width: 200px;
    margin-top: 15px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    max-width: 100%;
	}	
ul.shop-list li:hover .bnrbtn{
	/*background:#015256;
	color:#abd456;*/
}
.s3-rgt .s6r li {
	}
.s3-rgt .s6r li .cart-btn2{}
.s3-rgt .s6r li .shop-price{ 

}

/*ul.shop-list li:hover img{
	background:#d2d2d2;
	}*/
.shop-lst-content{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    position: relative;
	}
.ship-p1 {
	font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0px 0 0;
    text-transform: capitalize;
}
ul.shop-list li:hover .ship-p1{ /*color:#000;*/}
.sp-lst-imgbg{
	display: inline-block;
	width:100%;
    margin: 0px 0 10px;
	}
.sp-lst-imgbg img{
	position: static;
    display: block;
    margin: 0 auto;
    max-width:210px;
}
.shop-arw{
	float: right;
    margin: 15px 18px 0 0px;
	}
.prdts-imgs{
	position:relative
	}
	
.s3-rgt .s6r li .prdts-imgs img{
	}
.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: 30px;
    font-weight: 700;
    color: #000;
    margin: 10px auto 0 auto;
    float: left;
    width: 100%;
}
ul.shop-list li:hover .shop-price{ /*color:#000;*/}
ul.shop-list .cart-btn2 {
    margin-top: 14px;
    width: 60%;
    height: 45px;
    font-size: 17px;
    line-height: 45px;

}

ul.shop-list .cart-btn2:hover{}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}
@media only screen and (max-width: 1187px){
.s3-rgt-cont {}
.ship-p1 { font-size: 18px; line-height: 28px;}
ul.shop-list li img{}
ul.shop-list li, .s6r li {}
.s3-rgt .s6r li {}
.s3-rgt .s6r li .prdts-imgs img {}
ul.shop-list, .s6r{ column-gap:0px;}

}
@media only screen and (max-width: 1023px){

.shop-lst-content {}
ul.shop-list { row-gap: 76px;}
ul.shop-list li { width:49%;}	
.ship-p1 {}
.shop-price {}	
ul.shop-list li {}.s3-rgt .s6r li{ }
.s3-rgt .s6r li .prdts-imgs img{ }

}
@media only screen and (max-width: 767px){
.shop-mid{padding:30px 0; text-align:center;}
ul.shop-list{margin-top: 20px;justify-content: center;  row-gap: 18px;    column-gap: 0;}
ul.shop-list li{width: 100%;   min-height: auto;   max-width: 100%;padding: 20px 0;}
ul.shop-list li:nth-child(odd){}
.s3-rgt .s6r li .ship-p1{ min-height:auto;}
.ship-p1 {font-size: 18px; line-height: 28px;}
.sp-lst-imgbg{margin-top: 0;}
.shop-lst-content{}
.shop-pg{ padding:30px 0;}
.shop-price { font-size: 20px; line-height: 28px;}

}

/***********************************/
/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:60px 0;
	width:100%;
	display:table;
}
.oil-s1-lft{
	float: left;
    width: 42%;
    border-radius: 6px;
    padding: 0px 0;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 58%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
    column-gap: 20px;
    align-items: center;
}
.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: 400;
    color: #222;
    font-family: 'EB Garamond', serif;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #222;
}
.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;
	color:#222;
}
.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: 26px;
    font-weight: 600;
    line-height: 40px;
    color: #222;
}
.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: 19px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #222;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 10px 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: 17px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
    background: url(../images/tick.png) no-repeat left;
	color:#222;
}
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;
}
a.view-ing {
    width: 100%;
    font-size: 20px;
    padding: 0 0;
    font-weight: 500;
    float: left;
    text-align: left;
    text-decoration: underline;
    color: #ed3131;
	margin-bottom:10px;
}
/*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;}	
.oil-s1-rgt-hd{border-top:none;}
.oil-s1-lft, .oil-s1-rgt{
    margin: 20px auto 0 auto;
    width: 100%;
    text-align: center;
}
.oil-s1-lft{
}
.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; font-size: 17px;  line-height: 28px;}
}

.prd-det-sec {
        float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 50px 0;
    text-align: center;
}


/***************************************/
.cart-inr {
	float: left;
	width: 100%;
	margin: 20px 0 70px;
}
.cart-lft {
	width: 60%;
	float: left;
}
.cart-row {
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
}
.cart-col1, .cart-col2, .cart-col3, .cart-col4, .cart-col5 {
	float: left;
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.cart-col1 {
	width: 10%;
	padding-top: 45px;
}
.cart-remv {
	cursor: pointer;
}
.cart-col2 {
	width: 35%;
	padding-left: 65px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #7f7f7f;
	text-align: left;
}
.cart-col2 span {
	font-weight: 700;
	color: #2d2d2d;
}
.cart-col3 {
	width: 15%;
}
.cart-col4 {
	width: 25%;
	padding-top: 40px;
}
.cart-col4 .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
.cart-col4 .input-group-prepend, .cart-col4 .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.cart-col5 {
	width: 15%;
}
.cart-col3, .cart-col5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #005a39;
	padding-top: 45px;
}
.cart-prd {
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
.cart-rgt {
	width: 34%;
	float: right;
}
.cart-prc-det {
	padding: 5px 30px 20px;
	float: left;
	width: 100%;
	background: #f4f4f4;
}
table.prc-list {
	float: left;
	width: 100%;
}
table.prc-list tr td {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #2d2d2d;
	padding: 25px 0;
	vertical-align: top;
}
table.prc-list tr td:first-child {
	text-align: left;
}
table.prc-list tr td:last-child {
	text-align: right;
}
table.prc-list tr:last-child td {
	border-bottom: none;
}
table.prc-list tr:first-child td:first-child {
	font-weight: 700;
}
table.prc-list tr:last-child td:last-child {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
table.prc-list tr td small {
	color: #878787;
	font-size: 14px;
	line-height: 18px;
}
.cart-det-btn {
	width: 310px;
}
.inp-coup {
	float: left;
	width: 60%;
	border: 2px dashed #dbdbdb;
	background: #fafafa;
	text-align: left;
	padding: 15px;
	position: relative;
	padding-left: 55px;
	margin-top: 40px;
}
.inp-coup input[type='text'] {
	border: none;
	outline: none;
	background: none;
}
.inp-coup input[type='text']:placeholder {
 font-size:16px;
 line-height:20px;
 font-family: 'Overpass', sans-serif;
}
.inp-coup .coup-img {
	position: absolute;
	left: 15px;
	top: 18px;
}
.frw-img {
	position: absolute;
	right: 15px;
	top: 18px;
	outline: none;
}
.update {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	float: right;
	margin-top: 55px;
}
.conti-btn {
	background: #dedede;
	width: 310px;
	color: #fff;
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	margin-top: 35px;
}
.chk-inr {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.chk-inr-lft {
	width: 57%;
	float: left;
}
.frm-box {
	float: left;
	width: 100%;
	background: #f4f8f7;
	border: 1px solid #e6ebf4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.frm-hdg {
	float: left;
	width: 100%;
	background: #005a39;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 5px;
	padding-left: 70px;
}
.frm-hdg span {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.frm-hdg img {
	position: absolute;
	left: 15px;
	top: 5px;
}
.frm-box-inr {
	float: left;
	width: 100%;
	padding: 20px;
}
.frm-field {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.frm-field label {
	font-size: 16px;
	line-height: 20px;
	color: #848484;
	width: 110px;
	text-align: right;
	float: left;
	margin-top: 8px;
	font-weight: 400;
}
.frm-field input[type="text"], .frm-field select {
	border: 1px solid #bbbabb;
	padding: 12px 10px;
	width: calc(100% - 125px);
	float: right;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	color: #2d2d2d;
}
.frm-field select {
	background: url(../images/sel-img.jpg) 100% center no-repeat #fff;
	-webkit-appearance: none;
}
.pay-bx .frm-box-inr {
	padding: 30px 50px;
	text-align: left;
}
.billing {
	float: left;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding-left: 25px;
	width: 100%;
	margin-bottom: 20px;
}
.frm-checkbox {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
}
.frm-checkbox + span {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 3px;
}
.frm-checkbox:checked + span {
	background: url(../images/frm-tike.png) center center no-repeat #fff;
	background-size: 80%;
}
.we-acp {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.we-acp img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.half {
	width: 48% !important;
}
.full {
	width: 100% !important;
}
.wht-ths {
	float: left;
	margin: 10px 0 0 20px;
	color: #19abe6;
	font-style: italic;
	text-decoration: underline;
}
.default-hide {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.frm-billing {
	float: left;
	width: 100%;
	cursor: pointer;
}
.chk-btn, .mny-back-100, .secur-logo {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.chk-btn {
	margin: 40px auto 10px;
}
.secur-logo {
	margin: 25px auto;
}
.chk-inr-rgt {
	width: 40%;
	float: right;
	text-align: left;
}
.chk-prc-bx {
	float: left;
	width: 100%;
	border: 1px solid #e6ebf4;
	text-align: left;
	margin: 20px 0;
}
.chk-prc-bx-hdg {
	color: #005a39;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	background: #f4f8f7;
	border-bottom: 1px solid #e3e3e8;
	padding: 10px 20px;
}
table.chk-prd-det {
	padding: 10px 20px;
	width: 100%;
	float: left;
}
table.chk-prd-det tr td:first-child {
	width: 40%;
	text-align: left;
}
table.chk-prd-det tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.chk-prd-det tr td:last-child {
	width: 40%;
	text-align: right;
}
table.chk-prd-det tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.chk-prd-det tr:last-child td {
	border-bottom: none;
}
table.chk-prd-det .input-counter {
	max-width: 140px;
	float: none;
	margin: 0 auto;
}
table.chk-prd-det .input-group-prepend, table.chk-prd-det .input-group-append {
	width: 24%;
	padding: 5px 0 8px;
}
.chk-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 20px;
}
.chk-inr-rgt .comn-hdg {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
	padding-bottom: 35px;
}
ul.chk-list {
	display: inline-block;
	width: 100%;
	text-align: center;
}
ul.chk-list li {
	width: 32.3%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 20px;
	border-right: 2px dotted #e3e5e5;
	font-size: 18px;
	font-weight: 500;
}
ul.chk-list li:nth-child(3), ul.chk-list li:last-child {
	border-right: none;
}
ul.chk-list li img {
	display: block;
	margin: 10px auto;
}
.chk-mny-bck {
	border: 1px solid #d0cfcb;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 170px;
	position: relative;
	margin: 12px 0;
}
.chk-mny-bck h3 {
	color: #005a39;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	padding: 10px 10px 0 0;
}
.chk-mny-bck p {
	font-size: 16px;
	line-height: 22px;
	padding: 10px 10px 15px 0;
}
.chk-mny-bck-lft {
	width: 150px;
	background: #1c6c4f;
	padding: 15px;
	position: absolute;
	left: 0;
	height: 100%;
}
.chk-mny-bck-img {
	width: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.chk-mny-bck-lft:after {
	content: '';
	background: url(../images/chk-mny-rgt-img.jpg) right center no-repeat;
	width: 11px;
	height: 61px;
	right: -11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.chk-tsti {
	width: 100%;
	margin: 0 auto;
}
.chk-tsti-bx {
	float: left;
	width: 100%;
	text-align: center;
}
.chk-tsti-bx img {
	margin-bottom: 10px;
}
.chk-tsti-bx small {
	width: 86px;
	height: 86px;
	background: #eee;
	border-radius: 50%;
	color: #8c8c8c;
	font-size: 30px;
	line-height: 86px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto 15px;
	display: block;
}
.chk-tx1 {
	font-size: 20px;
	line-height: 26px;
	color: #005a39;
	font-weight: 500;
	margin-bottom: 10px;
}
.chk-tx2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.chk-tx3 {
	font-size: 16px;
	line-height: 20px;
	color: #616161;
}
.chk-tx3 span {
	font-size: 18px;
	line-height: 24px;
	color: #005a39;
	font-weight: 500;
}
.resour-pg {
	margin: 30px 0 45px;
}
.resour-inr {
	float: left;
	width: 100%;
	margin: 30px 0;
}
.resour-inr .comn-hdg {
	color: #2b2b2b;
}
.resour-inr-lft {
	width: 74%;
	float: left;
	text-align: left;
}
.res-hdg {
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 15px;
}
.resour-img-bx {
	max-width: 100%;
	border: 1px solid #dfdfdf;
	padding: 5px;
	margin-bottom: 15px;
}
.resou-bx-cont {
	background: #f4f8f7;
	padding: 20px;
	border-left: 5px solid #6baf24;
}
.resour-inr-rgt {
	width: 23%;
	float: right;
	border-top: 5px solid #005a39;
	border-bottom: 2px solid #005a39;
	text-align: left;
	margin: 60px 0 20px;
}
.rec-post {
	font-size: 26px;
	line-height: 30px;
	font-weight: 700;
	color: #005a39;
	margin: 15px 0;
}
.rec-post-bx {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #dcdbdb;
}
.rec-post-bx p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
	font-size: 14px;
	line-height: 18px;
	color: #333;
}
.rec-post-bx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 83px;
}
.faq-sec {
	width: 100%;
	float: left;
}

/**********************************/
.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;
    padding: 20px;
}
ul.contact-list li {
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    padding: 18px;
    color: #444;
    box-shadow: 0 0 9px #ccc;
}
ul.contact-list li a{    color: #444;}
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);
    /* box-shadow: 0 0 5px #d2d2d2; */
    padding: 10px;
    margin-bottom: 5px;
}
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{
    height: 52px;
    width: 228px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to right, #79f546, #58f162, #34ec80, #1be995);
    padding-left: 0px;
    position: relative;
    border-radius: 5px;
    text-transform: uppercase;
}
.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
}
.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{ }

.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: #41b4ff;
    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{margin: 0 0 0;}
.cart-btn2:after, .s2btn:after{width: 68px;}
.cart-btn2 i, .s2btn i{padding: 14px 20px;}

@media only screen and (max-width:1187px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{ width: 74px;}

}

/*****************************/
/*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: #000000;
    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 #3bed7a;
}
.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: 23px 0 0 0; height: 48px; width: 205px; font-size: 16px; line-height: 48px;}
ul.contact-list li{width: 48%;}

}
@media only screen and (max-width: 767px){
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
ul.contact-list{padding:10px;margin-top:10px;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
.bnrbtn { margin: 20px 0 0 0; width: 200px; font-size: 16px; line-height: 42px; height: 42px;}

.prd-det-sec {padding:30px 0;}

}

/*---------------------------*/
.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;}
}
@media only screen and (max-width: 1023px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}

@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}
}
@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;}
}

.prodBreadcrm p a{ color:#fff;}
.prodBreadcrm{float: left; width: 100%;  background: #e7a6a6;}
.terms-sec p a{ color:#000;}	

/*====POP_UP_CSS====*/

a.popOpen{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:50px;
	max-width:300px;
	font-size:22px;
    line-height:45px;
    color:#fff;
    text-align:center;
    border-radius:5px;
    background:#1db762;
    font-weight:600;
    letter-spacing:0.5px;
	margin-top:16px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
	
.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
	text-align: center;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 730px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}



.btn_strip {
    display: inline-block;
    vertical-align: top;
    padding: 9px 12px 8px;
    background: #ffdd2b;
    position: relative;
    margin-bottom: 25px;
    width: 50%;
}

.btn_strip p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
}

.btn_strip p img {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin: -4px 7px 0 0;
}
@media only screen and (max-width: 767px){
	
 .pop_cong_heading {   font-size: 22px; }
 .pop_main {  background: url(../images/pop-bg-mob.jpg) no-repeat right top #ffffff;  padding: 20px;
    }
.pop_text{ width:100%;}	
.pop_discount_box{ margin:0 0;}


.btn_strip{ width:100%;}
	}	
