@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Roboto", sans-serif;
	font-weight:400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
}
.container, .mnu-container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	position: relative;
	}
.wrapper {
    overflow: hidden;
}
/*.mnu-container{width:1692px;}*/
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none; color:#333;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{float: left;
    width: 100%;}
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
	height:auto;
}
*{box-sizing:border-box;}
.bdhding1{	
	font-size:20px;
	line-height:28px;
	color:#a5a5a5;
}
.bdhding2{
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    color: #000;
    padding: 0 0 0px 0;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
}
.bdhding2 span{
	color: #e30318;
    display: block;
    font-size: 45px;
    line-height: 52px;
}
.bdhding3{
	float:left;
	width:100%;
	margin-top:45px;}
.bdfont{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 16px;
    display: inline-block;
    max-width: 100%;
	
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1700px){
.mnu-container{width:1170px;}
}
@media only screen and (max-width: 1185px){
.container{ max-width:1004px; width:100%; }
.mnu-container{width:1004px;}

.bdhding2 { font-size: 32px; line-height: 38px;}
.bdfont{ font-size:18px; line-height:28px;}
}
@media only screen and (max-width: 1023px){
.container, .mnu-container{ max-width:760px; width:100%; }
.bdhding2 { font-size: 26px;
    line-height: 36px;}
}
@media only screen and (max-width: 767px){
.container, .mnu-container{ width:100%; max-width:640px; padding: 0 10px;}
.bdinpad{padding:0 0px;}
.bdhding1{font-size:18px;line-height:22px;}
.bdhding2{ font-size: 22px; line-height: 30px;}
.bdhding2 span{font-size: 27px;  line-height: 33px;}
.bdhding3 {margin-top: 25px;}
.bdfont{font-size: 18px; line-height: 28px;}
}
@media only screen and (max-width: 479px){
.bdhding2{}
}
/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {}
.top-fix-bar{margin-bottom: 105px; float: left; width: 100%;}
.intop-fix-bar {margin-bottom: 145px;}
.header{		
    height: 105px;
    margin-top: -105px;
    position: relative;
    top: 105px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	z-index:9;
}
.inheader{		
	height:145px;	
	margin-top: -145px;
    position: relative;
    top: 145px;	
	background:#fff;
}
.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	background:#fff;
}
.fixed-nav .inheader{height:145px;}
.tophdr{
    background: #9d1c1f;
    float: left;
    width: 100%;
    padding: 10px 0;
}
ul.tophdr-list1{float:left;}
ul.tophdr-list1 li{
	float: left;
    display: inline-block;
    background: url(../images/tophdr-line1.png) right center no-repeat;
    padding: 0px 24px 0 0;
    margin: 0 24px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
	font-weight:300;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;background:none;}
ul.tophdr-list1 li img{vertical-align: middle; max-width: 15px;}
.tophdr-rgtbx{float:right;}
ul.tophdr-list2, ul.tophdr-list3{float:left;}
ul.tophdr-list3{}
ul.tophdr-list2 li{
	float:left;
	display:inline-block;
	font-size:14px;
	line-height:16px;
	color:#666666;
	text-align:left;
	background:url(../images/tophdr-line1.png) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
}
ul.tophdr-list2 li:last-child{background:none;padding:0;margin:0 25px 0 0;}
ul.tophdr-list2 li img{margin:0 5px 0 0;vertical-align:bottom;}
ul.tophdr-list3 li{
	float:left;
	display:inline-block;
	background:url(../images/tophdr-line2.png) right center no-repeat;
	padding:0 12px;
}
ul.tophdr-list3 li a {
    color: #000;
}
ul.tophdr-list3 li:last-child{padding:0 0 0 12px;background:none;}
.btmhdr{
	float: left;
    width: 100%;
}
.logo{    
	max-width: 172px;
    float: left;
    margin-top: 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.nav{ 
	float: right;
    margin: 18px 0 0 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.fixed-nav ul.nav{ }
ul.nav li{
    display: inline-block;
    padding: 0 0;
    margin: 5px 30px 0 0;
    font-weight: 400;
	font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #000;
}
ul.nav li a{ color: #000; display: block; }
ul.nav li:nth-child(7){
}
ul.nav li:last-child{margin:0;color:#589037;}
ul.nav li:last-child span.span1{color:#000;margin:0;}
ul.nav li:last-child img{margin:0 10px 0 0;vertical-align:bottom;}

#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -108%;
    top: 55px;
    background: #a7070b;	
}
#menu-container .menu-list  li a{
	font-weight:300;	
	font-size:17px;
	padding:10px 0 10px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li .active{background:#128e3b;color:#fff;}
@media only screen and (max-width: 1700px){
ul.nav li{margin:0 20px 0 0;}
ul.nav li:nth-child(7){padding:0 20px 0 0;}
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1185px){
ul.nav li:last-child{margin:0;}
}
@media only screen and (max-width: 1023px){
ul.tophdr-list1 li, ul.tophdr-list2 li{
	padding:0 10px 0 0;
	    font-size: 13px;
	margin:0 10px 0 0;
}
ul.tophdr-list1 li:last-child{margin:0;padding:0;}
ul.tophdr-list2 li:last-child{padding:0;margin:0 15px 0 0;}
ul.tophdr-list1 li span.span1{display:none;}
ul.tophdr-list1 li img, ul.tophdr-list2 li img{margin:0 3px 0 0;}
.logo{ max-width: 170px; margin-top: -7px;}
ul.nav{margin: 3px 0 0 0px;}
ul.nav li:nth-child(7){padding:0 7px 0 0;}
ul.nav li:last-child{margin:0;}
ul.nav li:last-child img{margin:0 0 0 0;}
.btmhdr{padding: 17px 0;}
ul.nav{ width: 60%;  margin: 9px 0 0 0px;}
ul.nav li{font-size: 17px; margin: 0 15px 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;}
.header{height: 55px; top: 55px; margin-top: -55px; background: #fff;  margin-bottom: 0;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}
.fixed-nav .logo{}

.intop-fix-bar {margin-bottom: 90px;}
.btmhdr{height:auto; padding:2px 0;}
.inheader{height:90px; margin-top: -90px;  top: 90px;}
.fixed-nav .inheader{height:90px;}

.logo {max-width: 143px;
        margin-top: 0px;}
ul.nav{display:none;}
.cart-link{position:absolute;right:40px; top:12px;}
#menu-wrapper #hamburger-menu{margin-top:16px;}
}
@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-SECTION------*/
.banner-section {
    float: left;
    width: 100%;
    padding: 0px 0 50px;
    position: relative;
    background: url(../images/banner.jpg) no-repeat center top;
    height: 700px;
    text-align: center;
	}
.banner-section__right{
    float: left;
    width: 57%;
    margin-top: 60px;
    text-align: left;
	}
.banner-section__top-text{
	float: left;
    width: 100%;
    text-align: left;
    
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    position: relative;
    padding-left: 0;
	}
.banner-section__heading{
        float: left;
    width: 100%;
    color: #fff;
    font-size: 69px;
    line-height: 78px;
    font-weight: 700;
	}
.banner-section__heading span{ display:block; font-weight:700;font-size: 59px }
.banner-section__subheading{
	display: inline-block;
    width: auto;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0px;
	}
.banner-section__image-box{
	float:left;
	width:100%;
	position:relative;
	}
.banner-section__product-mob{ display:none;}
.banner-section__seal{
	position:absolute;
	top:-260px;
	left:-170px;
	width:100px;
	}
.banner-section__strip{
	display: inline-block;
    width: 100%;
    margin-top: 10px;
	}
.banner-section__strip img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.banner-section__strip p{
        display: inline-block;
    vertical-align: middle;
    width: 89%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    /* letter-spacing: 0.5px; */
    margin-top: 0px;

	}
.banner-section__list{
	float:left;
	width:100%;
	margin-top:25px;
	}
.banner-section__list li{
	float:left;
	width:100%;
	padding-left:35px;
	background:url(../images/banner-list-check.png) no-repeat 0 2px;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.button-box{
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	width: 100%;
	max-width: 255px;
	text-align: center;
	}
.button-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:#000;
	padding-bottom:8px;
	}
.button-text span{
	display:inline-block;
	vertical-align:top;
	}
.button-text span:first-child{
	padding-left:15px;
	position:relative;
	}
.button-text span:first-child:before{
	content:'';
	position:absolute;
	top:3px;
	left:0;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0fae5a;
	animation:blinker 1s infinite ease-in-out;
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 6px;
	}
.common-button{
	    float: left;
    width: 85%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    background: #9e0707;
    border-radius: 50px;
	}
.button-caption{
	display:none;
	float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #000;
    position: relative;
	}
.button-caption:before{
	content:'';
	position:absolute;
	top:8px;
	left:0;
	width:22px;
	height:1px;
	background:#d3d3d3;
	}
.bnr-btls{
    position: absolute;
    top: 368px;
    left: 46%;
	    z-index: 9;
    max-width: 100%;
	}
.bnr_uls{
	     float: left;
    width: 92%;
    background: #ede6e6;
    display: flex;
    margin: 25px 0 0;
    padding: 22px;
    border-radius: 14px;
    flex-wrap: wrap;
    justify-content: space-around;
	}
.bnr_uls li{
	float: left;
    width: 25%;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    z-index: 1;
	}
.bnr-imgs{
	    position: static;
    display: block;
    margin: 0 0 12px;
	}
.banner-section .common-button{ background:#fff; color:#000;}				
@media only screen and (max-width: 1185px){
.banner-section__right{width: 50%;}
.banner-section__heading { font-size: 50px; line-height: 60px; margin-top: 0; padding-bottom: 0;}
.banner-section__strip p { font-size:17px; line-height:26px; width:100%;}
.banner-section__seal { top: -220px;}
.banner-section__strip { float: left; width: 100%;}
.banner-section__features { max-width: 480px; top:700px;}
.banner-section__features li img { width: 45px;}
ul.bnr-list{ padding:0px 0px; margin-top: 0px;}
ul.bnr-list li{ font-size:18px; padding: 25px 20px 40px 115px; }
ul.bnr-list li span{ font-size:24px; line-height:30px;}
.bnr_uls{ width:100%;}
.bnr-btls { left: 47%;}

}
@media only screen and (max-width: 1023px){
.banner-section {padding: 40px 0 64px;background-size: cover; background-position: 36% 0%; height: auto;}
.banner-section__right { width: 72%; margin-top: 30px; padding: 0px 20px 50px 20px; }
.banner-section__top-text { font-size: 20px; line-height: 24px; padding-left: 0;}
.banner-section__top-text:before { top: 8px; left: 0px; width: 10px; height: 10px;}
.banner-section__top-text img { margin: -6px 5px 0 0;}
.banner-section__heading {}
.banner-section__seal { top: -170px;}
.banner-section__strip { width: 100%; margin-top:10px;}
.banner-section__strip p { font-size: 18px; line-height: 28px;}
.banner-section__list { margin-top: 10px;}
.banner-section__list li { padding-left: 30px; font-size: 16px; line-height: 26px;}
.button-box { margin-top: 20px;font-size: 17px; max-width: 216px;}
.button-text { font-size: 13px;}
.common-button { height: 50px; line-height: 50px;}
.button-caption:before, .button-caption:after { width: 45px;}
.banner-section__features { position:static; max-width:100%; margin-top:30px;}
.bnr-btls {top: 350px;left: 71%; max-width: 301px;}
ul.bnr-list { padding: 0px 0px; margin-top: 0px;}
ul.bnr-list li{ padding: 20px 18px; text-align: center; font-size: 18px; }
ul.bnr-list li img{ position:static; display:block; margin:0 auto 10px; max-width: 62px; }
ul.bnr-list li span { font-size: 20px; line-height: 28px;}
}
@media only screen and (max-width: 767px){
.banner-section{  padding: 30px 0px 0; height:auto; background:#a30708; }
.banner-section__right { width: 100%; text-align:center; margin-top:0;  padding: 0px 10px 25px 10px; float: none; display: inline-block; }
.banner-section__top-text { font-size: 18px; line-height: 26px; text-align: center;}
.banner-section__subheading { font-size: 22px; line-height: 26px; padding: 0 0 0px}
.bnr_uls{        row-gap: 15px;}
.bnr_uls li{width: 46%;text-align: center;font-size: 16px;line-height: 25px;}
.bnr-imgs{ position:static; margin:0 auto 10px; display:block;}
.banner-section__heading {         font-size: 30px;
        line-height: 36px;
        padding-bottom: 0px;
        margin-top: 8px;
        border: none;}
.banner-section__heading span{ display: block; font-weight: 700; font-size: 40px; line-height: 42px;}
.banner-section__image-box { width: calc(100% + 30px); margin-left:-15px;}
.bnr-btls{ display:none; }
.bnr-btls-mob{ display:inline-block; vertical-align:middle; padding:15px 0px 0px; max-width:100%; }
.banner-section__product-mob { display:block; margin:0 auto; max-width:100%;}
.banner-section__seal { right: 20px; top: 140px; width:80px; left:auto;}
.banner-section__strip img { margin-right: 5px; width: 45px; display:none;}
.banner-section__strip p { font-size: 16px; line-height: 26px; text-align: center;  width: 100%;}
.banner-section__list { text-align:left; margin-top:15px; float: none; display: inline-block; vertical-align: top; max-width: 360px;}
.banner-section__list li { padding-left: 25px; font-size: 15px; line-height: 25px; background-size: 18px; letter-spacing:0;}
.button-text { font-size: 12px; padding-bottom: 6px;}
.button-caption:before, .button-caption:after { width: 60px;}
.button-caption { font-size: 12px;}
.banner-section__features{ flex-wrap:wrap; margin-top:10px;}
.banner-section__features li { width: 33.33%; margin-top:20px;}
.button-box { margin-top: 20px; max-width: 100%;}
.common-button { height: 45px; line-height: 45px; font-size: 16px; float: none; display: inline-block; max-width: 200px;}
ul.bnr-list { padding: 0px 0px; margin-top: 0px; justify-content: center; row-gap: 18px;}
ul.bnr-list li{ width: 100%;  padding: 15px 20px;  border-radius: 10px; font-size: 16px; line-height:26px;  }
ul.bnr-list li img{ max-width:58px; }
ul.bnr-list li span { font-size: 18px;}

}
/*======================*/
.banner-strip-section{
	float: left;
    width: 100%;
    padding: 25px 0 20px;
    position: relative;
    background: #fff;
    text-align: center;
	}
@media only screen and (max-width: 1185px){
	
}
@media only screen and (max-width: 1023px){
	
}
@media only screen and (max-width: 767px){
	
.banner-strip-section{ padding:20px 0px 20px; }
}
/*======================*/
.scrollStrip {
	width:100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #fff;
	position: relative;
	border-bottom: 1px solid #cfcfcf;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.scrollStrip .item {
	display:inline-block;
	vertical-align:middle;
	background: #fff;
	padding:30px 30px;
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	font-weight:700;
	}
.scrollStrip .item a{ color:#000;}
.scrollStrip .item  img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 7px 0 0;
	filter:invert(1);
	
	}
@media only screen and (max-width: 767px){	
	.scrollStrip .item{ padding:10px 50px; font-size:16px;}
}

/*------INTRO-SECTION-------*/
.intro-section{
    float: left;
    width: 100%;
    padding: 30px 0;
    background:#fff;
	position:relative;
	}
.common-heading{
    display: inline-block;
    width: 100%;
    /* font-family: "Roboto", sans-serif; */
    font-size: 42px;
    line-height: 55px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #030303;
    /* padding-top: 8px; */
    letter-spacing: 0px;
    text-transform: capitalize;

	}
.common-heading span{
	display: block;
    color: #a80707;
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 10px;
	}	
.common-text{
   display: inline-block;
    width: 89%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
	}
.margin-top-30{ margin-top:15px;}
.intro-section__left{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0;
	}
.intro-section__left .common-text{ width:84%; }
.intro-section__image-box{
    display: inline-block;
    width: 100%;
    /* background: #a7070b; */
    text-align: center;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 9;
    position: relative;
	}
.intro-section__image-box .common-heading{ color:#fff; font-size: 35px; line-height: 45px;}
.intro-section__image-box .common-text{ 
	    color: #fff;
    background: #a7070b;
    float: right;
    width: 42%;
    padding: 30px;
    font-weight: 700;
    border-radius: 0 20px 20px 0;
    position: relative;
    z-index: 9;
    margin-top: 120px;
    font-style: italic;
}
.intro-section__logo{
	transform:rotate(180deg);
	position:absolute;
	top:-190px;
	right:-500px;
	}
.intro-section__model{
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    margin-top: 25px;
    margin-left:-40px;

	}
img.s1-prod {
	position: absolute;
	top: -17px;
	right: 15px;
	max-width: 250px;
}
.intro-section__product{
	position: absolute;
    top: 160px;
    right: -590px;
    max-width: 580px;
    z-index: 9;
	}
.intro-section__product-mob{
	display:none;
	}

.intro-section__feature-list{
    float: left;
    width: 100%;
    margin-top:0px;
    padding-right: 0;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    column-gap: 13px;
    row-gap: 20px;
	}
.intro-section__feature-list li{
	width:28%;
	padding:0 0px;
	position:relative;
	text-align:center;
	}
.intro-section__feature-list li:first-child{
	}
.intro-section__feature-list li:last-child{
	}
.intro-section__feature-icon{
	display:block;
	margin:0 auto;
	border-radius:50%;
	}
.intro-section__feature-num{
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-top: 5px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    background: #e20613;
    padding: 11px 11px;
    text-align: center;
    margin: 0px auto 5px;
    border: 2px solid #576371;
	}
.intro-section__feature-text{
	float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
	}
.intro-section__feature-text-para{
	float: left;
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
	}
.intro_imgs{
	display:block;
	margin:0 auto 10px;
		}
@media only screen and (max-width: 1185px){
.intro-section { }
.intro-section__left { width: 100%;}
.intro-section__model {max-width: 100%; }
img.s1-prod{ max-width: 200px; top: 140px; right: -15px;}
.intro-section__feature-list { }
.intro-section__feature-text{ font-size:21px; line-height:30px; }
.intro-section__feature-text-para{ margin-top:5px; }
}
@media only screen and (max-width: 1023px){
	
.intro-section { }

.intro-section__left { width: 100%; margin-top: 0px;}
.margin-top-30 { margin-top: 20px;}
.intro-section__feature-list {}
.intro-section__feature-list li { padding: 0 6px; width: 30%;} 
.intro-section__feature-icon { width: 50px;}
.intro-section__feature-text { margin-top: 5px;  font-size: 18px; line-height: 28px;}
.intro-section__feature-text-para{ font-size:18px; }
.intro-section__product { top: 220px; right: -400px; width: 430px;}
.intro-section__model {position: static; display: block; margin: 0 auto 10px; max-width:100%}
.intro-section__logo { top: -130px; right: -370px; width: 450px;}
.intro-section__image-box { width: 100%; margin-top: 40px; margin-left: 0;}
.intro-section__image-box .common-heading { font-size: 26px; line-height: 36px;}
.intro-section__image-box .common-text{width: 100%; border-radius: 20px; padding: 20px; margin-top: 10px;}
.intro-section__left .common-text{ width:100%; }
.intro-section__feature-num { width: 50px; height: 50px;font-size: 20px; line-height: 28px; padding: 8px 11px;}


}
@media only screen and (max-width: 767px){
.intro-section{ padding:30px 0; text-align: center;}

.intro-section__left { width: 100%; text-align:center; float: none; display: inline-block;}
.intro-section__left .common-heading{ }
.intro-section__left .common-text{ font-size: 16px; line-height: 26px;}
.intro-section__image-box{ float: none; display: inline-block; text-align: center; width: 100%; margin-left: 0; margin-top: 0px;   padding: 0px 0px 0px 0px;}
.intro-section__image-box .common-heading {font-size: 24px; line-height: 30px;}
.intro-section__image-box .button-box { margin-top: 20px; max-width: 100%; float: left;}
.intro-section__image-box .common-button{}
.intro-section__logo{ display:none;}
.intro-section__model{ margin: 15px auto 10px;}
.intro-section__product { display:none;}
.intro-section__product-mob{ display:block; margin:0 auto; max-width:100%;}
.margin-top-30 { margin-top: 10px;}
.intro-section__feature-list li, .intro-section__feature-list li:nth-child(2) {width: 100%; margin-top:0px; text-align: center; position: relative; padding: 10px 10px;  box-shadow: 0px 0px 2px #fff; }
.intro-section__feature-list li:first-child {}
.intro-section__feature-text {  margin-top: 10px; font-size: 18px; line-height: 28px;}
.intro-section__feature-icon { width: 45px; position: absolute; left: 0; top: 10px;}
.intro-section__feature-list { flex-wrap: wrap; justify-content: center; row-gap: 18px; margin-top: 15px;}
.intro-section__feature-num { width: 48px; height: 48px; font-size: 18px; line-height: 26px; padding: 9px 9px;}
.intro-section__feature-text-para { font-size: 16px;line-height: 26px;}
}
/*------STRP-SECTION-------*/
.strp-section{
    float: left;
    width: 100%;
    padding: 20px 0 70px;
    text-align: center;
	}
.strp-section-inr{
	float:left;
	width:100%;
	}
.strp-section__lst{
	float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 13px;
    row-gap: 15px;
	}
.strp-section__lst li{ 
	float: left;
    width: 24%;
    margin-top: 0px;
    padding: 0px 0px 0px;
    /* background: url(../images/benefits-list-check.png) no-repeat 0px 5px; */
    position: relative;
    text-align: center;
}
.strp-section__list-head {
	display:inline-block;
	width:100%; 
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0px;
}
.strp-list-icn{
	display:block;
	margin:0 auto 10px; 
	}
@media only screen and (max-width: 1185px){
.strp-section__list-head{ font-size:20px; }
	
}
@media only screen and (max-width: 1023px){

.strp-section__lst {  column-gap: 10px;}
.strp-list-icn{ max-width:100px; }	
.strp-section { padding: 20px 0 60px;}
}
@media only screen and (max-width: 767px){
.strp-section{ padding:20px 0px 20px; }
.strp-section__lst { column-gap: 10px; margin: 0px; justify-content: center;}
.strp-section__lst li{ width:48%; max-width:100%; }
.strp-section__list-head { font-size: 16px; line-height:26px; }
.strp-list-icn { max-width: 78px;}
}
/*------BENEFIT-SECTION-------*/
.benefit-section{
	float: left;
    width: 100%;
    padding: 40px 0 40px;
    text-align: center;
    background: #fff;
	}
.benefit-section .common-text{ width:100%;}	
.benefit-section__mid{
	float:left;
	width:100%;
	}
.benefit-section__left{
    float: right;
    width: 45%;
    text-align: left;
    margin: 57px 0 0;

	}
.line{
	border-top:1px solid #cc0511;
	position:relative;
	float:left;
	width:95%;
	margin:8px 0px 5px; 
	}
.line:after{
	position:absolute;
	content:"";
	background:#cc0511;
	width:8px;
	height:8px;
	top:-5px;
	right:0;
	border-radius:50%;
	}
.benefit-section__left-product{
    max-width: 100%;
    position: absolute;
    top: -18px;
    left: 0;
	z-index:1;
	}
.benefit-section__right{
	float: left;
    width: 78%;
    margin-top: 7px;
    text-align: left;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 0;
		}
.benefit-section__right li{
        float: left;
    width: 100%;
    margin-top: 0px;
    padding: 5px 0 0px 30px;
    /* background: url(../images/benefits-list-check.png) no-repeat 0px 5px; */
    position: relative;
    text-align: left;
	}
.benefit-section__right li:last-child{ border:none;}
.benefit-section__right li .common-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
	}
.benefit-section__list-head{
    float: left;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
    letter-spacing: 0.5px;
	}
.benefits-list-icn{
	position:absolute;
	top:13px;
	left:0;
	}

.benefit-section__features{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	justify-content:space-between;
	}
.benefit-section__features li{
	    width: 16.66%;
    text-align: center;
    padding: 0 10px;
	}
.benefit-section__features li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.benefit-section__features li p{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    margin-top: 10px;
}
.benefit_uls{
	float: left;
    width: 100%;
    display: flex;
    margin: 25px 0 0;
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.benefit_uls li{
	float: left;
    width: 27%;
    background: #fdfbfb;
    padding: 23px;
    text-align: center;
    position: relative;
    z-index: 9;
    font-size: 18px;
    line-height: 28px;
    border-radius: 12px;
    font-weight: 400;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

	}
.benefit_uls li span{
	display:block;
	font-size:20px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:700;

	}
.beni_li_imgs{
	display:block;
	margin:0 auto 12px;
	}		
@media only screen and (max-width: 1185px){
.benefit-section { padding: 30px 0;}
.benefit-section__left { width:49%;}
.benefit-section__left-product {top: 0;  max-width: 482px; }
.benefit-section__list-head { font-size: 22px; line-height: 28px;}
.benefit-section__features { margin-top: 40px;}
.common-heading { font-size: 35px; line-height: 45px;}
.benefit-section__right { width:100%;}
.benefit-section__right li { padding: 0px 0 0px 40px;}
.benefit-section__right li:last-child { border: none; padding-bottom: 0;}
}
@media only screen and (max-width: 1023px){
.benefit-section { padding: 40px 0;}
.benefit-section__left { width: 100%; text-align: center; display: inline-block; float: none;}
.benefit-section__left-product { max-width:100%; position: static;  display: block; margin: 5px auto 0;}
.benefit-section__right { width: 100%;}
.benefit_uls li {width: 32%;padding:13px;}
.smile-section .common-text{width: 96%;
    text-align: left;}
.benefit-section__right li { padding: 0 0 10px 75px; text-align: left;}
.benefit-section__right li .common-text{ text-align:left;}
.benefit-section__list-head { font-size: 20px; line-height: 24px; margin-bottom:0;}
.benefit-section__features { margin-top: 20px;}
.benefit-section__features li { padding:0;}
.benefit-section__features li img { width: 50px;}
.benefit-section__features li p { font-size: 14px; line-height: 18px;}
.common-heading { font-size: 30px; line-height: 40px;}
.common-text { width:100%; text-align: center; font-size: 18px;}


}
@media only screen and (max-width: 767px){
.benefit-section { padding: 30px 0;}
.benefit-section__mid { float: none; width: 100%;  display: inline-block;}
.benefit-section__left { width: 100%; text-align: center; margin:0 0 0;}
.benefit_uls li{ width:100%;}
.benefit-section__left-product { margin: 10px auto 0; max-width: 80%; position:static;}
.benefit-section__right { float: left; width: 100%; margin-top: 20px; padding-left: 0; justify-content: center; row-gap: 15px;}
.benefit-section__right li { padding: 16px 10px 20px; text-align: center; box-shadow: 0px 0px 10px #d7d7d7;
 width: 44%; border: none;}
.benefits-list-icn{ position: static; display: block;  margin: 0 auto 0; }
.benefit-section__right li .common-text{ text-align:center; font-size:16px; line-height:26px; }
.benefit-section__list-head { font-size: 18px;}
.benefit-section__features { margin-top: 0; flex-wrap:wrap;}
.benefit-section__features li { width: 33.33%; margin-top:20px;}
.benefit-section__features li img { width: 45px;}
.benefit-section__features li p { font-size: 12px; line-height: 16px;}
.common-heading {font-size: 30px;line-height: 30px; margin-bottom: 0px;}
.common-text{ font-size: 16px; line-height: 26px;}

}

/*------SMILE-SECTION-------*/
.smile-section{
	float: left;
    width: 100%;
    padding:70px 0px 60px 0px;
    background:url(../images/smile_bg.jpg) no-repeat center top;
	height:760px;
    text-align: center;
	}
.smile-section_cont{
	float: left;
    width: 70%;
    text-align: left;
    padding: 50px 0 0;	}
.smile-section .common-text{ width:78%;}	
.smile-sec-btls{
	position: absolute;
    top: -25px;
    right: 26%;
	}
.smile-sec-model{
	position: absolute;
    top: -35px;
    right:0px;
	}
	
.smile-section__steps-list{
   float: left;
    width: 85%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    column-gap: 13px;
    row-gap: 20px;
    margin-top: 58px;
	}
.smile-section__step{
	float: left;
    width: 31%;
    padding: 0px;
    position: relative;
    text-align: center;
	}
.smile-section__step-no{
	display:block;
	margin-bottom:0;
	font-size:20px;
	line-height:32px;
	font-weight:700;
	color:#fff;
	font-family: "Roboto", sans-serif;
	position:relative;
	}
/*.smile-section__step-no:after{
	content:'';
	background:url(../images/dotted-line.png) repeat-x;
	height:2px;
	width:320px;
	position:absolute;
	left:60px;
	top:14px;
	}*/
.smile-section__step:last-child .smile-section__step-no:after{ display:none;}
.smile-section__step-box{
	float: left;
    width: 100%;
    margin-top: 0px;
	}
.smile-section__step-box img{
    display: block;
    margin: 5px auto 15px;
    max-width: 100%;
	}
.smile-section__step p{
   display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    min-height: auto;
    margin-top: 7px;
}

	
	
	
@media only screen and (max-width: 1185px){
.smile-section { }
.smile-section__step{ padding:0px 10px; }
.smile-section__step-no:after { }
.smile-section__step-no { font-size: 22px; line-height: 30px;}
.smile-section__step p{ font-size:17px; }
.smile-sec-model{right: -61px;  max-width: 461px;}
}
@media only screen and (max-width: 1023px){
.smile-section { padding: 0px 0px 40px 0; height:auto;}
.smile-section__step-box p {font-size: 20px; line-height: 30px; padding: 12px 0 12px;}
.smile-section__steps-list{ width:100%;}
.smile-section__step { padding: 0 7px; width: 32%;}
.smile-section__step-no:after { width: 170px;}
.smile-section__step-no {margin-bottom: 0; font-size: 20px;line-height: 26px;}
.smile-section__step p { font-size: 16px; line-height:26px; }
.smile-sec-model { right: -129px;
        max-width: 382px;
        top: 127px;}
.smile-sec-btls { top: 18px; right: 20%; max-width: 315px;}

}
@media only screen and (max-width: 767px){
.smile-section { padding: 25px 0px 25px 0;         background: linear-gradient(to bottom, #fff 28%, #9e0707 26%);}
.smile-section .common-text{ width:100%; text-align:center;}
.smile-section_cont{ float: none; display:inline-block; width:100%; text-align:center; padding:0px 0px; }
img.smile-sec-model-mob { display: none;vertical-align: middle; max-width: 100%; margin: 15px 0px 0px;}
.smile-section__steps-list { flex-wrap: wrap; justify-content: center; padding: 20px 10px; margin-top: 20px;}
.smile-section__step { width: 100%; }
.smile-section__step:after{ display:none; }
.smile-section__step-no { font-size: 18px; line-height: 26px;}
.smile-section__step-no:after{ display:none;}
.smile-section__step-box { margin-top: 0px;}

}

/*===================================*/
.strip{
	padding:108px 0 0;
	height:670px;
	background:url(../images/strip-bg.jpg) no-repeat center top;
	text-align:center;
	}
.strp-inr{
	float: left;
    width: 77%;
    text-align: left;
	}
.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{ margin-top:48px;}
.strp-txt{
	color:#fff;
	width:100%;
	padding:12px 0 0;
	}
ul.strip-list{
	float:left;
	width:100%;
	margin-top:45px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}	
ul.strip-list li{
	float: left;
    width: 33.33%;
    font-size: 17px;
    line-height: 26px;
    color: #070808;
    text-align: left;
    padding: 0 10px;
	}	
ul.strip-list li span{
	display:block;
	font-weight:bold;
	color:#222529;
	text-transform:uppercase;
	margin-bottom:12px;
	}
ul.strip-list li img{
	    display: block;
    margin-bottom: 12px;
	}	

@media only screen and (max-width: 1185px){
	
.strp-inr .s1hding { font-size: 26px;}
.strp-inr{ width:75%;}
.strp-txt{ font-size:17px;}
}
@media only screen and (max-width: 1023px){
.strp-inr { width: 100%;}
.strp-txt { font-size: 16px; padding:0;}
}
@media only screen and (max-width: 767px){
.strip { padding: 30px 0; height: auto; background:#fcfbfc;}
ul.strip-list {margin-top: 22px;}		
ul.strip-list li {width:100%;padding: 0 35px; font-size: 16px; line-height: 24px; text-align:center;}	
ul.strip-list li span {margin-bottom: 7px;}
ul.strip-list li img {margin: 0 auto 5px;}	
.strp-inr .bnrbtn {margin-top: 25px;}
.strp-inr .s1hding { font-size: 24px; line-height: 30px;}
.strp-inr{ text-align:center;}
.s1-txt1 span{font-size: 26px;}
}
@media only screen and (max-width: 479px){
}
/*================start section3===================*/
.sec3{ 
	padding: 50px 0;
    position: relative;
    background: #fff;

}
.prdt-sec-leaf{
    position: absolute;
    top: 600px;
    right: -40px;
	}
.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%;
    text-align: center;
	}
.prod-men .s3-rgt{ float:left;}
.s3-rgt .shop-list li{}	
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: 24%;
    border: 6px solid #edf1eb;
    position: relative;
    padding-bottom: 10px;
    row-gap: 10px;
	text-align:center;
}
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: 1185px){
.sec3 {padding:50px 0 50px;}
.s3-model {max-width: 400px;}	
ul.s3list li{width:33%;}
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;}	
.s3-rgt {width: 100%; text-align:center;}
.s3-model {
    position: static;
    display: block;
    margin: 0px auto;
    max-width: 60%;
    padding-top: 35px;
	display:none;}
ul.s3list li{width:49%;}
ul.s3list li:last-child, ul.s3list li:nth-child(2){}
ul.s3list2 li{
	font-size:18px;
	line-height:22px;
	padding:0 16px;
}
}
@media only screen and (max-width: 767px){
.sec3{ padding: 30px 0; text-align: center;}
.s3-rgt { text-align:center;}

.s3-model {
    max-width: 100%;
    padding-top: 22px;
}
ul.s3list{margin:10px 0 0 0;justify-content: space-around;}
ul.s3list li, ul.s3list li:last-child, ul.s3list li:nth-child(2){
	/*width: 100%;
    max-width: 280px;*/
}
.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;
}
}
@media only screen and (max-width: 479px){
ul.s3list li, ul.s3list li:last-child, ul.s3list li:nth-child(2){}
.s3lbx1 img, ul.s3list li:hover .overlay .s3lbx1 img{max-width:130px;}
.s3lbx2 img, ul.s3list li:hover .overlay .s3lbx2 img{max-width:180px;}
.s3lbx1, ul.s3list li:hover .overlay .s3lbx1{height:270px;}
ul.s3list li:hover .overlay {height: 140px;}
ul.s3list li:nth-child(2):hover .overlay{/*height:211px;*/}
.s3lbx1{height:140px;}
ul.s3list li:hover .overlay .s3lbx1{height:140px;}
.s3lbx2{height:210px;}
ul.s3list li:hover .overlay .s3lbx2{height:210px;}
.s3l-hding{padding:10px 0 0 0; font-size: 13px;    line-height: 22px;}
.s3l-hding-small{padding:10px 0 0 0;}
.s3l-hding2{padding: 150px 0 0 0;font-size: 13px;line-height: 22px;}
.s3l-hding span, .s3l-hding2 span {font-weight: 600; font-size: 18px;}
.s3l-hding2-small{/*padding:230px 0 0 0;*/}
ul.s3list .s3btn{max-width: 140px;height: 44px;line-height: 40px;}
.s3sub-hding{padding:38px 0 0 0;}
ul.s3list2 li{
	font-size:16px;
	line-height:20px;
}
ul.s3list2 li img{margin:0 auto 6px auto;}
}
@media only screen and (max-width: 359px){
ul.s3list2 li img{width:60px;}
ul.s3list2 li{
	font-size:15px;
	line-height:18px;
}
}
/*================bnr-btm-sec===================*/
.bnr-btm-sec {
    float: left;
    width: 100%;
    padding: 80px 0 80px;
    text-align: center;
    background: #fff;
    height: 860px;
	overflow:hidden;
}
.sec1-ing{
	position: absolute;
	left: 49%;
	top: 230px;	
	z-index: 1;
	transform: translateX(-50%);
	max-width: 445px;
	}
.leaf1, .leaf2{
	position:absolute;
	top:0;
	left:0;
	}
.leaf2{ top: 580px; left: auto; right: -60px;}
.bnr-btm-sec .stp-txt2{ padding:0 80px;}
.bnr-btm-sec .bdhding2{ }
.bnr-btm-sec .bdfont{}
.bnr-btm-sec ul {
        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: 75px;
    column-gap: 115px;
    margin-top: 70px;
}
.bnr-btm-sec ul li {
    float: left;
    width: 38%;
    padding: 15px 180px 22px 15px;
    text-align: right;
    position: relative;
    border-top: 0;
}
.bnr-btm-sec ul li img {
	z-index: 9;
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 162px;
}
.bnr-btm-sec ul li span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    z-index: 9;
    position: relative;
}
.bnr-btm-sec ul li p {
        float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    color: #000;
    z-index: 9;
    position: relative;
}
.bnr-btm-sec .bnr-stp-lft{     display: block;
    float: none;
    margin: 0 auto 0;
    width: 410px !important;}
.bnr-btm-sec ul li:nth-child(even){
	text-align:left;
	padding: 5px 15px 22px 180px;
	}
.bnr-btm-sec ul li:nth-child(even) img{
	right:auto; left:0;}
/*================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: 1185px){
	
.bnr-btm-sec{ height:695px; padding: 70px 0 80px;}
.leaf2 { top: 500px;}
.sec4 {}

ul.s5list li{height:430px;}
.s1hding {
    font-size: 28px;
    line-height: 38px;
}
.bnr-btm-sec ul{ margin-top:65px;}
.bnr-btm-sec ul li { width: 34%; padding: 10px 156px 0px 0px;}
.bnr-btm-sec ul li:nth-child(even){ padding: 10px  0px 0px 156px;}
.bnr-btm-sec ul li span{ font-size: 18px; margin-bottom: 0;}
.bnr-btm-sec ul li img{    max-width: 145px;}
.bnr-btm-sec ul li p{ font-size:15px;}
.sec1-ing {
    position: absolute;
    left: 48%;
    top: 130px;
    z-index: 1;
    transform: translateX(-50%);
    max-width: 390px;}

}
@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;
}

.bnr-btm-sec .stp-txt2{ padding:0 0;}
.bnr-btm-sec { padding:40px 0 40px; background-size:cover; height: auto;}
.bnr-btm-sec ul{ justify-content: center; row-gap: 20px; margin-top: 30px; column-gap: 10px;}
.bnr-btm-sec ul li { padding: 10px 20px; text-align: center; width: 48%; box-shadow: 0px 0px 2px #bbb;}
.bnr-btm-sec ul li span { font-size: 18px; line-height: 28px;}
.bnr-btm-sec ul li img { position: static; margin: 0px auto 15px; max-width: 120px;}
.bnr-btm-sec .bnr-stp-lft{ width:auto !important;}	
.bnr-btm-sec ul li:nth-child(even){ padding: 15px 20px; text-align:center;}
.leaf2 { right: -80px;}
.leaf1 { top: -20px;}
.sec1-ing{ position: static; display:block; margin:0 auto 0px; max-width:220px; transform:none;}
/*--------------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;
}
.bnr-btm-sec ul li p { margin-top: 5px;}
/*--------------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;
}
/*================start section6===================*/
.sec6{padding:0;}
.s6sldr-img{margin:0 auto;display:block;}
/*================start footer===================*/
.graybar{padding:20px 0;background:#efefef;}
.ftrlogo{margin:0 auto;display:block; max-width: 210px;}
ul.graybar-list{padding:20px 0 0 0;text-align:center;}
ul.graybar-list li{
	display:inline-block;
	border-right:1px solid #979797;
	padding:0 14px 0 10px;
	font-weight:300;
	font-size:16px;
	line-height:16px;
	color:#404040;
	text-align:center;
	margin:10px 0 0 0;
}
ul.graybar-list li:last-child{border-right:none;}
/*--------------start top footer--------------*/
.topfooter{padding:10px 0 15px 0;}
ul.topftr-list {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.topftr-list li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #404040;
    margin-right: 30px;
	position:relative;
}
ul.topftr-list li a{color:#000;}
ul.topftr-list li:after{
	content:"";
	position:absolute;
	top:0px;
	bottom:0;
	right: -15px;
	border-right:1px solid #000;
}
ul.topftr-list li:last-child{margin-right:0;}
ul.topftr-list li:last-child:after{border-right:none;}
.ftr-addres {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
/*==========footer===================*/
.footer{
	float: left;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff4f4;
}
.ftr-logo{
	display:block;
	margin:0 auto 25px;
	}
.ftr-txt1{
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#1e1e1e;
	font-weight:500;
	}
.ftr-txt2{
	    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #636363;
    margin: 10px 0 0;
	}

.ftr-btm{
	    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
	}
.social-icons{
	float:left;
	margin-top:2px;
	text-align:left;
	}
.social-icons a{
	display:inline-block;
	vertical-align:middle;
	margin:0 7px;
	}
.ftr-txt3{
	    float: right;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #636363;
    text-transform: capitalize;
	}
.ftr-txt3 a{ padding:0 10px;}	
@media only screen and (max-width: 1187px){
}
@media only screen and (max-width: 1023px){
ul.slbar-list li {
    padding: 0px 0 0 48px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
ul.graybar-list li {padding: 0 6px 0 4px;}
/*------------start footer--------------*/
footer{padding:20px 0;}

}
@media only screen and (max-width: 767px){
ul.slbar-list li {
    font-size: 16px;
    line-height: 22px;
    width: 50%;
}
.slbartxt {
    font-size: 18px;
    line-height: 26px;   
}
.graybar{padding:20px 0; display:none;}
ul.graybar-list{padding:10px 0 0 0;}
/*------------start footer--------------*/
ul.topftr-list{justify-content: space-between;row-gap: 5px;}
ul.topftr-list li:after{border:none;}
ul.topftr-list li {margin: 0;}
footer{padding:20px 0;}
.ftrtxt1, .ftrtxt2{
	float:none;
	display:block;
	text-align:center;
}
.ftrtxt2{padding:7px 0 0 0;}
}
@media only screen and (max-width: 479px){
	
.slbar{padding:15px 0 10px 0;}
ul.slbar-list{flex-wrap: wrap;}
ul.graybar-list li {    
    font-size: 14px;
    line-height: 14px;    
}
/*------------start footer--------------*/
.topfooter{padding:6px 0 10px 0;}
ul.topftr-list li {padding: 0 10px 0 6px;font-size:14px;line-height:14px;margin:6px 0 0 0;}
.ftrtxt1{
	    font-size: 15px;
    line-height: 24px;	
}
.ftrtxt2{
	font-size:15px;
	line-height:17px;
}
.ftr-addres p{ font-size:16px;}
}
@media only screen and (max-width: 359px){
ul.graybar-list li {    
    font-size: 12px;
    line-height: 12px;
	margin:6px 0 0 0;    
}
}
/************SHOP PAGE*************/
.hdr-bar {
	float: left;
	width: 100%;
	padding: 15px 0 8px;
	text-align: left;
	border-bottom: 1px solid #e4e4e4;
}
.hdr-bar p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #b5b5b5;
	text-transform: uppercase;
}
.hdr-bar p a {
	color: #325990;
}
.inr-cont {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.shop-pg {
	padding: 30px 0;
}

.product-tab {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}
.w3-bar, .w3-container {
    float: left;
    width: 100%;
    padding: 10px;
}
.w3-bar {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    border-radius: 130px;
    overflow: hidden;
    padding: 0;
	border: 1px solid #d7d7d7;
}
.w3-bar button {
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    color: #3a3a3a;
    padding: 0 40px;
    column-gap: 10px;
    width: 170px;
    border: none;
    cursor: pointer;
}

.w3-active {
    background: #b7b7b7;
    color: #fff !important;
}
/*=====================start-Faq===================*/
#accordion{height:auto!important;margin:0 auto 0 auto;display:block;width:100%;}
.ui-accordion .ui-accordion-header { 
	display: block; 
	cursor: pointer; 
	zoom: 1; 
	background:#eff3ed url(../images/uparrow.png) 98% 18px no-repeat;	
	text-align:left; 
    padding:10px 20px 10px 10px;
	margin:13px 0 0 0;	
	outline:none;
	position:relative;	
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#1d1d1d;
	text-align:left;
}
.ui-accordion .ui-accordion-header.active{
	background:#eff3ed url(../images/downarrow.png) 98% 22px no-repeat;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.ui-accordion .ui-accordion-content { 
	padding:0; 
	border-top: 0; 
	overflow: auto; 
	zoom: 1; 
	border:none;
	padding:0 0 10px 0;
	background:#fff;	
}
.accord-txt{
	box-sizing: border-box;
    float: left;
	text-align:left;
    padding: 10px 10px 10px 0;
    width: 100%;
}

@media only screen and (max-width: 767px){
.distance{padding:30px 0 0 0;}	
.distance2{padding:17px 0 0 0;}
.ui-accordion .ui-accordion-header {
    font-size: 17px;
    line-height: 23px;
	padding: 10px 24px 10px 10px;
}
.toppad{padding:0;}


}

/*=====================start-shop===================*/
.shop-mid{
	padding:60px 0;
	display:table;
	width:100%;
}
ul.shop-list{
    margin: 30px 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 20px;
}
ul.shop-list li {
        float: left;
    width: 23%;
    padding: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background: #e9e9e9;
    transition: all 0.3s;
}

ul.shop-list li:hover{
	background:#576371;
	}
ul.shop-list li:hover .cart-btn2{ color:#fff; background:#e20613; }
ul.shop-list li:hover .ship-p1{ color:#fff;}
ul.shop-list li:hover .shop-price{ color:#fff;}
.prch-opt {
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 4px;
}
.prch-opt:after{
	position:absolute;
	top:0;
	left:50%;
	width:1px;
	bottom:0;
	content:'';
	}
.buyOpt-row {
	    float: left;
    width: 46%;
    cursor: pointer;
    position: relative;
	}
.prch-opt input[type=radio]{
    opacity: 0;
    position: absolute;
}
.packageOpt {
	float: left;
	text-align: left;
	position: relative;
	padding:0 0 0 26px;
	}
.packageOpt input[type=radio] {
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span {
	position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #a7070b;
}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #a7070b;
	}
.packageOpt p {
	color: #000;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 400;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
	
p.sel-pck {
    float: left;
    padding: 10px 0px;
    font-size: 17px;
    color: #222;
    font-weight: 500;
    width: 100%;
    text-align: left;
}
.prc-box {
        float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
}
ul.shop-list li:nth-child(even) .prc-box {
    float: right;
}
.ship-p1 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	font-family: "Roboto", sans-serif;
    float: left;
    width: 100%;
    margin: 0 0 0px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
}
.ship-p1 span{ display:block; font-size:14px; font-weight:400;}
.prod_bg{
	width: 100%;
    position: static;
    margin: 0 auto 10px;
    display: block;
    transform: none;
	}
ul.shop-list li:nth-child(even) .prod_bg {
    
}
.prod_bg .s1prd{
	    display: block;
    max-width: 100%;
    position: relative;
}
.shop-mg {
	    background: #f6f6f6;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    color: #b7b7b7;
    margin: 10px 0 0 0;
    text-transform: capitalize;
    width: 100%;
}
.shop-price{
    font-size: 34px;
    line-height: 34px;
	text-align:center;
    font-weight: 700;
    color: #576371;
    margin: 5px auto 0 auto;
    float: left;
    width: 100%;
    position: relative;
}
ul.shop-list .cart-btn2 { 
	margin-top: 18px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    background: #9d1c1f;
    border: none;
    color: #fff;
    max-width: 206px;
    border-radius: 55px;

}
.play-icn{ margin:-4px 0 0 10px;}
.mg-red{ background:#de1821;}
.mg-orng{ background:#e68f22;}
p.prod-txt {
        float: left;
    width: 100%;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
}
@media only screen and (max-width: 1185px){
ul.shop-list { column-gap: 18px; justify-content: center;}	
.packageOpt p { font-size:16px;}
p.sel-pck{ font-size:17px;}
p.prod-txt{ font-size:15px;}
ul.shop-list li { width:30%; padding: 20px 10px;}
.ship-p1 { font-size: 18px;}
.prod_bg{ padding:0px 0px; }
.prod_bg .s1prd {}

}
@media only screen and (max-width: 1023px){
ul.shop-list { margin: 30px 0 0; column-gap: 13px; row-gap: 15px;}
ul.shop-list li {width:49%;}
.shop-lst-img{padding: 0px 0px; margin: 0 auto;}
.ship-p1 span{ }	
.prod_bg{width: 100%;position: static;display: block;margin: 0 auto 0;text-align: center;transform: translateY(0);}
.prod_bg .s1prd { max-width: 300px; margin: 0 auto;}
.ship-p1 { font-size: 20px; line-height: 30px; text-align:center;}
.shop-price { font-size: 28px; line-height: 30px; text-align: center;}
ul.shop-list .cart-btn2 { margin-top: 20px; font-size: 18px; line-height: 46px; height: 46px;}	
ul.shop-list li:before{}
.prc-box{ width:100%; justify-content: center;}
}
@media only screen and (max-width: 767px){
.shop-mid{padding:30px 0; text-align:center;}
ul.shop-list{justify-content: center; row-gap: 16px; column-gap: 0; margin: 20px 0 0;}
ul.shop-list li{width:100%; min-height: auto; padding: 20px;}
.shop-lst-img{}
ul.shop-list li:nth-child(odd){}
ul.shop-list .cart-btn2 { margin-top: 16px; font-size: 16px; line-height: 45px; height: 45px;}

.bnr-btm-sec {padding: 30px 0 30px;}
.bnr-btm-sec ul { row-gap: 20px; justify-content: center; margin-top: 20px;}
.bnr-btm-sec ul li{ width: 100%;  padding: 20px 30px;  font-size: 16px;}
.bnr-btm-sec ul li:after{ display:none;}
.bnr-btm-sec ul li span{margin-bottom: 0px;}
.ship-p1{ min-height: auto; font-size: 18px; line-height: 28px;}

.social-icons a{ margin: 0 3px;}
.ftr-txt3{ width:100%; text-align:center; letter-spacing:0; margin-top:10px;}

}
@media only screen and (max-width: 479px){
.shop-mg {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 14px;
    margin-top: 0;
}
.ship-p1 {}
.shop-price {}

}
@media only screen and (max-width: 359px){
.ship-p1 {}
.shop-price {
    font-size: 18px;
    line-height: 18px;
    margin: 6px auto 0 auto;
}
ul.shop-list li{margin:15px 0 0 0;}
ul.shop-list li:nth-child(odd){margin:15px 2% 0 0;}
}
/***********************************/
/*===========shop-oil-sec1==============*/
.oil-sec1{
	padding:40px 0;
	width:100%;
	display:table;
}
.oil-s1-lft{
	    float: left;
    width: 30.76%;
    border-radius: 6px;
    padding: 30px 0;
}
.oil-pro{
	display:block;
	margin:0 auto;
	padding:15px 0 0 0;
}
.oil-s1-rgt{
	float: right;
    width: 67%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
.oil-s1-rgt-hd{
	padding:8px 0;
	width:100%;
}
.oil-s1-rgt-hd-p1{
	font-size: 36px;
    line-height: 44px;
    text-align: left;
    font-weight: 600;
    color: #474747;
}
.oil-s1-rgt-hd-p1 span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.oil-s1-rgt-hd-p2{
	font-size:17px;
	line-height:20px;
	text-align:left;
	color:#262523;
	margin:6px 0 0 0;
	font-weight:300;
}
.oil-s1-rgt-hd-p2 img{    margin: 0 9px 0 0; max-width: 80px; filter: grayscale(1);}
.oil-s1-rgt-p1{
	    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #434343;
    font-weight: 400;
    margin: 10px 0 0 0;
}
ul.oil-s1-rgt-list{
	margin: 20px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.oil-s1-rgt-list li{
	float: left;
    font-size: 18px;
    line-height: 22px;
    color: #6f6f6f;
    padding: 0 0 0 60px;
    background: url(../images/faq-line.png) 80% 0px no-repeat;
    position: relative;
    width: 33%;
}
ul.oil-s1-rgt-list li span{
	font-weight:600;
	color:#434343;
	display: block;
}
ul.oil-s1-rgt-list li img{
	position:absolute;
	top:0;
	left:0;
}
ul.oil-s1-rgt-list li:nth-child(2){

}
ul.oil-s1-rgt-list li:last-child{
background:none;
}
.oil-s1-rgt-box1{
	width: 100%;
	float: left;
	margin: 0px 0px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	row-gap: 20px;
}
.oil-s1-rgt-box1 .cart-btn2{ width:300px; height: 50px; font-size: 20px; line-height: 50px;}
.prd_quantity {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
	row-gap: 20px;
	column-gap: 20px;
}
.prd_quantity span {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.oil-s1-rgt-box2{
	margin:38px 15px 0 0;
	border:2px solid #549c36;
	height:245px;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
.oil-s1-rgt-box2-hd1{
	background:#549c36;
	font-size:21px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-weight:700;
	border-radius:3px 3px 0 0;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.size-guide-box {
	position: absolute;
	top: 7px;
	left: 160px;
	font-size: 18px;
}
.size-guide-box a {
    color: #ff0000;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.select-size .inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
	    flex-wrap: wrap;
}
.select-size .inner a {
    float: left;
    border: 1px solid #ccc;
    width: 90px;
    height: 38px;
    text-align: center;
    padding: 4px 0;
    color: #000;
    font-weight: 400;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner .active {background: #47b8b3; border: 1px solid #21f9ef; color: #fff;}
.select-size .inner a span { font-size: 16px; line-height: 27px; margin:0;}
.select-size .inner .active span{}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .catagory-select{
	float: left;
	width: 100%;
}
.oil-s1-rgt-box-hd2 {
    text-align: left;
    margin: 10px 0;
}
.oil-s1-rgt-box2-hd2{border-radius:0 0 0 0;line-height:32px;}
.oil-s1-rgt-box-prc{
	font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    color: #1a1a1a;
}
.oil-s1-rgt-box-prc sup{
	font-weight:300;
	font-size:19px;
}
.oil-s1-rgt-box-prc span {
	font-size: 20px;
    line-height: 30px;
	font-weight: 400;
}
.prc1-3{/*margin:7px auto 0 auto;*/}
.oil-s1-rgt-box-prc-save{
	font-size:18px;
	line-height:26px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:7px auto 0 auto;
}
.oil-s1-rgt-box-prc-ship{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#1a1a1a;
	font-weight:300;
	margin:8px auto 0 auto;
}
.gray-bar{
	padding:46px 0;
	background:#f7f7f7;
}
.graybar-hding{padding:0;}
.prd-faq-box {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
ul.why-chose {
    float: left;
    width: 100%;
}
ul.why-chose li{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    background: url(../images/tick.png) no-repeat left top 10px;
    padding-left: 30px;
	font-weight:400;
	}
ul.why-chose li span{
	font-size:18px;
	display:block;
	font-weight:500;
	}
p.prod-desc {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	float: left;
	width: 100%;
	font-family: 'Lato', sans-serif;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    text-transform: capitalize;
}
ul.prddtls1-rgtlist li {
    padding: 0px 0 0 24px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    font-weight: 500;
    background: url(../images/tick.png) no-repeat left 7px;
    /* color: #000; */
    /* display: block; */
    font-family: 'Lato', sans-serif;
}
ul.prddtls1-rgtlist li span {
    width: 16%;
    display: inline-block;
	font-weight:400;
}
ul.prddtls1-rgtlist li span span {
    float: right;
    width: auto;
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 5px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #47b8b3;
}
/*SIZE SLIDE*/
.sizeChartWeb-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
	display:none;
}
.sizeChartWeb-content {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 20px 0 20px;
	scroll-behavior: smooth;
	box-shadow: 0 0 5px #d5d6d9;
	height: 100%;
	max-width: 800px;
	position: absolute;
	right: 0;
}
.sizeChartWeb-close {
    position: fixed;
    border-radius: 4px;
    top: 3px;
    right: 755px;
    padding: 8px 8px 6px;
	cursor: pointer;
}
.sizeChartWeb-button {
    background-color: #fff;
    border: 0;
    outline: 0;
    color: #282c3f;
    font-size: 15px;
    font-weight: 700;
}
.sizeChartWeb-content h2{font-size:22px;}
.sizeChartWeb-content h3{font-size:18px; margin-top:30px;}
.sizeChartWeb-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
	color:#191919;
	margin-top:20px;
	text-align:center;
	}
.sizeChartWeb-content table th {background: #F9F9F9; font-weight:bold;}
.sizeChartWeb-content .horizontalrow {background-color: #f2f2f2; font-weight:bold;}
.sizeChartWeb-content table th,.sizeChartWeb-content table td {padding: 4px;border-right: 1px solid #DCDCDC}
.sizeChartWeb-content table th:first-child,.sizeChartWeb-content table td:first-child {border-left: 1px solid #dcdcdc}
.sizeChartWeb-content table tr {border-bottom: 1px solid #DCDCDC}
.sizeChartWeb-content table tr:first-child {border-top: 1px solid #DCDCDC}

@media only screen and (max-width: 1023px){
ul.oil-s1-rgt-list {}	
ul.oil-s1-rgt-list li { font-size: 16px; padding-left:50px; background:none;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-box1{ margin: 30px 0px 0 0;align-items: center;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc, .cart-btn{width:auto; }
.prd_quantity span {margin-right: 10px;}
.oil-s1-rgt-box-prc {font-size: 26px;line-height: 38px;}
.oil-s1-rgt-box-prc span {
}
.oil-s1-rgt-box1{column-gap: 5px; row-gap: 10px;text-align: center;}
.oil-s1-rgt-box-prc-save {margin: 3px auto 0 auto;}
.catagory-select{width: 50%; text-align: left;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}	
}
@media only screen and (max-width: 767px){
.oil-sec1 { padding: 25px 0 0;}	
.oil-s1-rgt-hd{border-top:none;}
.oil-s1-lft, .oil-s1-rgt{
	float:none;
	margin:20px auto 0 auto;
	display:block;
	width:100%;
	text-align: center;
}
.oil-s1-lft{
	width:440px;
}
.oil-s1-rgt-hd-p1 {
    font-size: 37px;
    line-height: 42px;
    text-align: center;
}
.oil-s1-rgt-hd-p2 , .oil-s1-rgt-p1{text-align: center;}	
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
	margin:20px 0px 0 0;
	justify-content: space-around;
}
.oil-s1-rgt-box2{
	margin:38px 9px 0 0;
}
.oil-s1-rgt-box3{margin:60px 0 0 0;}
ul.oil-s1-rgt-list li {padding:0; text-align:center;}
ul.oil-s1-rgt-list li img{position:relative; display:block; margin:0 auto 5px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.prd-faq-box{width: 100%; margin-top: 10px; border: none; padding: 0;}
.catagory-select {width: 100%;}
.select-size { width: 100%;}
.select-size .inner{width: 100%; row-gap: 10px;}
.select-size h3{font-size: 16px; line-height: 26px;}
ul.prddtls1-rgtlist{ row-gap:8px; padding:5px 0;}
ul.prddtls1-rgtlist li{ padding: 0px 0 0 24px; font-size: 16px;}
ul.prddtls1-rgtlist li span{ width:24%;}
ul.prddtls1-rgtlist li img{max-width: 30px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc {}
.prc1-3{}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box2-hd1 {font-size: 19px;}
.oil-s1-rgt-box-hd2, .oil-s1-rgt-box2-hd2 {font-size: 21px; line-height: 32px;}
.gray-bar{padding:25px 0;}

.select-size .inner a{width: 30%;}

.sizeChartWeb-content table{ font-size:10px;}
.sizeChartWeb-close{right: 340px;}

p.prod-desc{ margin: 10px 0; text-align: left;}
}
@media only screen and (max-width: 479px){
.oil-s1-rgt-p1 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}	
.oil-s1-lft{
	width:100%;
	padding:0 0;
}
.oil-s1-rgt-box1, .oil-s1-rgt-box2, .oil-s1-rgt-box3 {
    margin: 0px 0 0 0;
    width: 100%;
}

ul.oil-s1-rgt-list li {font-size: 15px;line-height: 18px;}
ul.oil-s1-rgt-list li:nth-child(2) {}
ul.oil-s1-rgt-list li:last-child {}
.oil-s1-rgt-hd-p1 {font-size: 28px;line-height: 32px;}
.oil-s1-rgt-box-prc {}
.oil-s1-rgt-box-prc sup {font-size: 16px;}
.oil-s1-rgt-box-prc span {

}
.oil-s1-rgt-box-prc { }
.slide-img {width: 178px;}
}
@media only screen and (max-width: 359px){
.oil-s1-lft{
	width:290px;
}
ul.oil-s1-rgt-list {margin: 20px 0 0 0;}	
ul.oil-s1-rgt-list li img {
    width: 30px;
	height:30px;
    position: inherit;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 10px auto;
}
ul.oil-s1-rgt-list li{
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	text-align:center;
	width:33.33%;
	background: url(../images/faq-line.png) right 25px no-repeat;
}
ul.oil-s1-rgt-list li:nth-child(2), ul.oil-s1-rgt-list li:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
}

.prd-det-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

/**********************************/
.contact-inr {
	padding: 30px 0 50px;
	text-align:center;
}
ul.contact-list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    margin-top: 20px;
    column-gap: 20px;
    background: #ebebeb;
    padding: 20px;
}
ul.contact-list li {
    width: 32%;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    background: #ffffff;
    padding: 18px;

}
ul.contact-list li p strong {
	margin-top: 10px;
	float: left;
	width: 100%;
}
ul.contact-list li img {
    display: inline-block;
    /* filter: opacity(0.5); */
    margin-bottom: 5px;
    filter: grayscale(1);
}
ul.contact-list li h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
.thank-pg {
    padding: 40px 0;
    text-align: center;
}
.thank-hdg {
	font-size: 50px;
	line-height: 54px;
}
.baktohme {
	font-size: 16px;
	color: #6baf24;
	line-height: 20px;
	text-decoration: underline;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.thnk-bx {
	display: inline-block;
	width: 88%;
	background: #f4f8f7;
	padding: 25px;
	text-align: left;
}
.thnk-bx-lft {
	width: 55%;
	float: left;
}
.thnk-bx-hdg {
	color: #005a39;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 10px;
}
.del-dat {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 1px solid #e3e3e8;
}
table.thank {
	float: left;
	width: 100%;
}
table.thank tr td:first-child {
	width: 40%;
	text-align: left;
}
table.thank tr td:nth-child(2) {
	width: 20%;
	text-align: center;
}
table.thank tr td:last-child {
	width: 40%;
	text-align: right;
}
table.thank tr td {
	border-bottom: 1px solid #f2f2f8;
	padding: 8px 0;
}
table.thank tr:last-child td {
	border-bottom: 1px solid #e3e3e8;
	padding-bottom: 15px;
}
.thank-tot {
	float: left;
	width: 100%;
	background: #f4f8f7;
	padding: 8px 0;
}
.thnk-bx-rgt {
	width: 40%;
	float: right;
}
.thnk-bx-rgt p {
	font-size: 16px;
	line-height: 24px;
}
.thnk-ship, .thnk-bill {
	margin-bottom: 5px;
}
.thnk-bill {
	margin-top: 10px;
}


/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s2btn, .s3btn, .s4btn, .s5btn, .cart-btn, .cart-btn2{
	height: 52px;
    width: 228px;
    box-sizing: border-box;
    outline: none;
    display: inline-block;
    margin: 40px 0 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 52px;
    color: #000;
    text-align: center;
    cursor: pointer;
    background: #fff;
    padding-left: 0px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #a7070b;
    text-transform: uppercase;
}
.bnrbtn:hover{}
.btn-arrow3{ margin:-4px 0 0 10px;}
.s2btn{   
	margin: 18px 0 0 0;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    width: 210px;
}
.s2btn i{padding: 15px 30px;}
.s3btn, .s5btn{
	border: 2px solid #589037;
    color: #589037;
    margin: 10px 0 0 0;
    width: 100%;
    height: 54px;
    line-height: 50px;
    font-size: 16px;
    max-width: 230px;
}
.view-all-cat-btn {
        color: #4db7b3;
    text-decoration: underline;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/*.s3btn{display:none;}
ul.s3list li:hover .s3btn{display:block;}*/
.s4btn{	
	margin: 30px 0 0 0;
	border: 2px solid #589037;
	color: #589037;
}
.s5btn{	
	width:228px;
	height:64px;
	line-height:60px;
	margin:50px auto 0 auto;
	font-size:20px;
}
.cart-btn{
	border: none;
    height: 42px;
    background: #b7b7b7;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    margin: 20px 0 0;
    border-radius: 30px;
}
.cart-btn2, .s2btn{
	
}
.cart-btn2:after, .s2btn:after{width: 68px;}
.cart-btn2 i, .s2btn i{padding: 14px 20px;}
.cart-btn2:hover{}
@media only screen and (max-width:1187px) {
.s2btn{width: 178px; padding-left: 10px;}
.bnrbtn:after, .cart-btn2:after, .s2btn:after{ width: 74px;}
.cart-btn2, .s2btn {width: 100%;}


}



@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: 20px 0 0 0; height: 48px; line-height: 48px; display: inline-block; float: none; font-size: 17px;}
ul.contact-list li{width: 48%;}
.ftr-txt2{ font-size: 14px; line-height: 24px; letter-spacing:0;}
.social-icons{ width:100%; text-align:center;}
.ftr-txt3{ text-align:center; width:100%; margin-top:10px;}
}
@media only screen and (max-width: 767px){
.bnrbtn {margin: 20px 0 0 0; width: 220px; max-width:100%;}
.s2btn, .s4btn, .s5btn{margin:26px auto 0 auto;}
ul.contact-list li {width: 100%; font-size:16px;}
ul.contact-list li h3{font-size: 18px;}
}
@media only screen and (max-width: 479px){
.cart-btn2 { margin-top:10px;}

}
@media only screen and (max-width: 359px){
.bnrbtn, .s2btn{height:54px;line-height:50px;}
.cart-btn2 {font-size: 14px;margin:6px auto 0 auto;}
}
/*---------------------------*/
.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;}
}

