@charset "utf-8";
/* Simple fluid media
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	padding:0;
	list-style:none;
	background:#fff;
	transition:all 0.3s;
	}
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%; float:left; box-sizing:border-box;}
*{box-sizing:border-box;}
.bdhding{
	font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.bdsubhding{
    font-size: 50px;
    line-height: 60px;
    color: #222;
    margin: 0px 0 15px 0;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
}
.bdfont{
	    font-size:18px;
    line-height: 30px;
    color: #222;
    /* float: left; */
    display: inline-block;
    font-weight: 400;
    width: 90%;
}

/*=========================
CSS FOR HEADER
===========================*/
.top-fix-bar {margin-bottom: 0; float: left;width: 100%;}
.hed-strip {   
	background: #000;
    float: left;
    width: 100%;
    padding: 10px 0;
	overflow: hidden;
}
p.date-txt {float: left;color: #fff; font-size:18px;}
.intop-fix-bar {margin-bottom: 95px;}
ul.cs-info {float: right;}
ul.cs-info li{ 
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
}
ul.cs-info li i{ margin-right:5px;}
.header {
	position: relative;
    top: 66px;
    background: #fff;
    border-bottom: 1px solid #f9f9f9;
    z-index: 9;
    height: 66px;
    margin-bottom: 66px;
    margin-top: -66px;
	padding:5px 0;
}
.inheader{		
	height:95px;	
	margin-top: -95px;
    position: relative;
    top: 95px;	
	background:#fff;
	z-index: 9;
	padding-top: 5px;
}
.fixed-nav .header, .fixed-nav .inheader{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:66px;
}
.fixed-nav .inheader{height:95px;}
.logo{
	max-width: 180px;
	float: left;
	margin-top: 0;
}
ul.nav1, ul.nav2{float:left; margin: 20px 100px 0 0;}
ul.nav2{float:right;}
ul.nav1 li, ul.nav2 li{
    float: left;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    color: #292929;
    text-transform: uppercase;
    border-right: 1px solid #dcdcdc;
    letter-spacing: 0.5px;
	}
ul.nav1 li a, ul.nav2 a{color:#2d2d2d;display:block;}
ul.nav1 li:first-child{padding:0 22px 0 0;}
ul.nav1 li:last-child{border-right:none;}
ul.nav2 li:last-child { border-right:none;
/*    border-right: none;
    position: relative;
    background: #ff3c00;
    color: #fff;
    font-size: 20px;
    padding: 10px 22px;
    vertical-align: top;
    margin-top: -12px;*/
}
ul.nav2 li:last-child img{
/*	position: absolute;
    right: -26px;
    top: -10px;*/
}
ul.nav1 li a.active, ul.nav2 li a.active{ }
ul.nav2 li:last-child a, ul.nav2 li:last-child a.active{}
a.menuBtn {
   	color: #fff;
	background:#776250;
    padding: 10px 46px;
    border-radius: 0px;
    font-size: 16px;
    margin-top: 5px;
    float: right;
    font-weight: 600;
}
.cart-link{
	position: absolute;
	top: -1px;
	right: 197px;
	}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    top: 54px;
	background: #ff475b;
    border-top: 1px solid #dfdfdf;	
}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #fff;	
}
#menu-container .menu-list  li a.active{background:#128e3b;color:#fff;}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: #c50018;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1187px){
.container{ max-width:1004px; width:100%; }
.bdfont{ width:100%;}
}
@media only screen and (max-width: 1023px){
.container{ max-width:760px; width:100%; }
.bdsubhding{
	
}
.bdfont{
	font-size:18px;
	line-height:25px;
}
a.menuBtn {
    display: none;
}
}
@media only screen and (max-width: 767px){
.container{ width:100%; max-width:640px;}
.bdinpad{padding:0 15px;}
.bdfont {
    font-size: 16px;
    line-height: 24px;
}
#menu-wrapper #hamburger-menu{margin: 12px 0 5px 0;}
.pop-innr {width:100%; text-align:center;}
.pop-btn {width: 210px;}
}
@media only screen and (max-width: 359px){
.bdsubhding{
	font-size:30px;
	line-height:38px;
}
}
/*===============================
CSS FOR CONTAINERS BREAK POINTS
=================================*/
@media only screen and (max-width: 1023px){
.nav2{ display:none;}
ul.nav1 li, ul.nav2 li{	
	padding:0 12px;	
	font-size:17px;	
}
ul.nav1 li:first-child{padding:0 12px 0 0;}
ul.nav2 li:last-child{}
.cart-link{ position: absolute; right: 36px; top: 0; max-width: 52px;}


}
@media only screen and (max-width: 767px){
.hed-strip{ display:none;}
.header{height:55px; top:55px; margin-top:-55px; margin-bottom: 0;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 87px;}
.inheader{		
	height:87px;	
	margin-top: -87px;
    top: 87px;	
}
.fixed-nav .inheader{height:87px;}

.logo{max-width: 145px;}
ul.nav1 li, ul.nav2 li{display:none;}
.cart-link { max-width: 40px;right: 45px;top: 2px;}

}
@media only screen and (max-width: 359px){
.logo{width:180px;margin:12px 0 0 0;}
}
/*================start banner===================*/
/*==========banner==============*/
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner-bg.jpg) no-repeat center top;
    height: 758px;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
    text-align: center;
	position: relative;
	}
.bnr-rght{
    display: inline-block;
    width: 82%;
    text-align: center;
    padding: 120px 0 0 0;

}
.bnr_line{
    display: inline-block;
    width: 125px;
    margin-bottom: 10px;
    background: #ff475b;
    height: 2px;
	}
.bnrHdng1{
	float: left;
    width: 100%;
	position:relative;
	margin-top:20px;
	}
.bnrHdng1 span{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    background: #ebedee;
    padding: 0 8px;
	}	
.bnrHdng1:before{
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    border-bottom: 1px solid #b38168;
    width: 85%;
	}	
.bnrHdng{
    float: left;
    width: 100%;
    font-size: 75px;
    line-height: 80px;
    color: #fff;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    font-weight: 900;
}	
.bnrHdng span{ display: block; color:#ab46a7; }
.bnr-para{
	display: inline-block;
    width: 90%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 24px;
    position: relative;
    z-index: 1;
	}
.bnr-txt1{
        float: left;
    width: 100%;
    font-size: 28px;
    line-height: 37px;
    color: #212121;
    font-weight: 400;
    /* font-style: italic; */
    letter-spacing: 3px;
    margin: 0px 0 7px 0px;
    text-transform: capitalize;
	}	
.bnr-txt2{
	float:right;
    font-size:55px;
    line-height: 55px;
    color: #ffffff;
    font-weight:700;
	text-align: right;
	margin:80px 18px 0 0;
	}		
.shop-btn {
	width: 226px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    background:#776250;
    border-radius: 5px;
    margin-top: 28px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-family: inherit;
    outline: none;
	}
.banner .shop-btn{}	
.brn-prd{
   position: absolute;
    top: 120px;
    right: 0px;
    max-width: 425px;
}
.brn-prd2{
	 position: absolute;
    top: 120px;
    left: 0px;
    max-width: 220px;
}
.brn-prd2{
	position: absolute;
    left: 7%;
    top: 412px;
    max-width: 267px;
	}
.banr-prdt{ 
	position: absolute;
    top: 85px;
    right: 20%; }
.bnr-rght_sec{
	float:right;
	width:15%;
	position:relative;
	margin-top:10px;
	}
ul.bnr_lst {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0px;
    column-gap: 13px;
    margin-top: 0px;
}
ul.bnr_lst li {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 0px 0px;
    font-size: 18px;
    line-height: 27px;
    color: #737373;
    text-align: center;
}
ul.bnr_lst li img {
	display: inline-block;
    margin: 0 0px -20px;
    vertical-align: middle;
	position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1187px){
.banner{ padding:60px 0; }
.bnrHdng{ font-size: 65px; line-height: 75px;}
.bnr-para{ width:100%;font-size: 19px;}
.social-strip ul li span{font-size: 17px;}
.bnr-rght {}
.brn-prd {right: -4%; top: 98px;}
.brn-prd2 {max-width: 290px;     top: 363px;}
.bnr-txt1 {}
.bnr-rght_sec { width: 17%;}
.banr-prdt{ right:18%; }
.social-strip ul li img{margin: 0px auto 10px; display: block;}
.social-strip ul li p{ text-align:center;}

}
@media only screen and (max-width: 1023px){
.banner{ background-position: 40% top; height: auto; padding: 40px 0 40px; background-size: cover;}
.bnr-rght { width: 100%; padding: 30px 0 30px;}
.bnrHdng { font-size: 55px; line-height: 60px;}
.bnr-para { font-size: 18px; line-height: 28px; margin-top: 15px;  width: 100%;}
.bnr-txt1 {font-size: 25px;line-height: 34px;letter-spacing: 3px;}
.bnr-txt2 {font-size: 45px;line-height: 50px;margin: 66px -80px 0 0;}
.brn-prd { top: 17px; max-width: 250px; right: 0%; width: 355px;}
.brn-prd2 { max-width: 187px; top: 150px; left: -49px;}
.social-strip ul li {padding: 0px 0px ; text-align:center;}
.social-strip ul li img {position: static;display: block;margin: 0 auto 8px;}
.social-strip ul li p {text-align: center;}
.shop-btn { width: 195px; height: 50px; font-size: 18px; line-height: 50px;  margin-top: 24px;}
.bnr-rght_sec { width: 20%; }
.banr-prdt { right: 25%; max-width: 325px; top: 138px;}

}
@media only screen and (max-width: 767px){ 
.banner{padding: 30px 0; height: auto;}
.bnrHdng1 { fontsize: 20px; line-height: 26px; margin-bottom: 5px; margin-top:0;}
.banr-mob{ display: inline-block;  margin: 12px auto 0 -10px;  max-width: unset;  width: calc(100% + 20px);}
.brn-prd {position: static; margin: 5px auto 0px; z-index: 1; max-width: 100%;  width: 220px;}
.brn-prd2 {position: static; max-width:55%; margin-top: -15px; border-top: 1px solid #ddd;display:none;}
.banner .shop-btn{}
.bnr-rght { float:none; display:inline-block;width: 100%; max-width:100%;padding:0px; position: relative; text-align:center;}
.bnr_line { display: inline-block; width: 85px; margin-bottom: 8px; background: #ff475b; height: 1px;}
.mob-bnr { width: calc(100% + 20px); max-width: unset; margin-left: -10px;  margin-bottom: 10px;}
.shop-btn {margin-top: 20px;width: 210px;height: 46px;font-size: 17px;line-height: 46px;}
.bnrHdng { font-size: 30px; line-height: 40px;}
.bnrHdng1 span{ padding:0;}
.bnr-para{ font-size: 17px; line-height: 25px; margin: 10px 0 0; width: 100%;}
.bnr-rght_sec{ width:100%; float:none; display:inline-block; }
ul.bnr_lst {row-gap: 10px; justify-content: center; column-gap: 8px;}
ul.bnr_lst li{ width:30%; }
ul.bnr_lst li img{ margin:0 auto 5px; max-width:95px; }

.bnr-txt1 { font-size:23px; line-height:32px; margin: 0 0 0px;}
.bnr-txt2 {font-size: 25px;line-height: 35px;opacity: 0.5;margin: 0px 0px 0 0;}
.bnr-btm-strip {padding:25px 0;}
.social-strip ul li {width:100%; padding:0 30px;}
.social-strip ul li p {font-size: 14px;}

}
/*===========section BNR BTM ============*/
.bnr_btm_sec{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px;
    position: relative;
    background: #fff;
    text-align: center;
	overflow:hidden;
	}
.bnr_btm_inr{
	float:left;
	width:100%;
	position:relative;
	}
.bnr_btm_sec_rit{
	float: left;
    width: 50%;
    text-align: left;
    padding: 65px 0 65px;
	}
.bnr_btm_sec_rit .comnHdng{  }
.bnr_btm-model-img{
	position: absolute;
    top: 0;
    right: 0%;
    max-width: 510px;
	}	
	
.bnr_btm_sec_lft{
	float: right;
    width: 45%;
	position:relative;
	height:518px;
	display:none;
	}
.bnr_btm_sec_lft:after {
    position: absolute;
    content: "";
    background: url(../images/bnr_sec_bg.png);
    width: 999px;
    top: 0;
    bottom: 0;
    right: -413px;
}
@media only screen and (max-width: 1187px){
.bnr_btm-model-img{ right: -10%;}
.bnr_btm_sec_rit { width: 57%;}

}

@media only screen and (max-width: 1023px){
.bnr_btm-model-img { position:static; margin-top:15px;max-width:100%;}
.bnr_btm_sec_rit { width:100%; padding:40px 0px; text-align:center;}
.bnr_btm_sec_rit .comnHdng {}
.bnr_btm_sec_lft{ width:40%; height: 440px;}
.bnr_btm_sec_lft:after { right: -695px;}

}

@media only screen and (max-width: 767px){
	
.bnr_btm_sec{ padding:25px 0 10px; text-align:center; border-top:1px solid #f4f4f4; }
.bnr_btm_inr{ float:none; display:inline-block; text-align:center; }
.bnr_btm_sec_rit{ width:100%; float:none; display:inline-block; text-align:center; padding:0 0;}
.bnr_btm-model-img{ position:static; display:block; margin:15px auto 10px; max-width: 100%;}
.bnr_btm_sec_lft{ display:none;}
}
/*===========sectionTwo============*/
.sectionTwo{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0 0px;
    position: relative;
    background: #fff;
    text-align: center;
	overflow:hidden;
	}
.comn_hdg_bg{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	/*background: url(../images/comn-hdg-bg.png) no-repeat center top;
    height: 48px;*/
	text-align:center;
	/*color:#fff;*/
	}
.comnHdng{
    display: inline-block;
    width: 100%;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}
.comnHdng span{
	font-weight: 400;
    display: block;
    font-size: 24px;
    line-height: 46px;
	}

.comnHdng img{ margin: 0 0px 0 11px; }
.sub-hdng{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#4b4d4a;
	margin-top:10px;
	padding-bottom:26px;
	}
.comntxt{
	display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #060606;
    font-weight: 400;
    text-transform: none;
    margin-top: 18px;
}	
.s2-left{
	float: left;
    width: 32%;
}
.sec-2-img{
	display:block;
	margin:40px auto 0;
}
				
ul.s2-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 15px;
	background:#f4f4f4;
	padding:15px 15px;
	border-radius:5px;
	}	
ul.s2-list li{
    float: left;
    width: 48%;
    text-align: left;
    padding: 10px 0px 10px 0;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    position: relative;
    font-weight: 400;
}
/*ul.s2-list li:nth-child(even) { flex-direction: column-reverse;}*/
ul.s2-list li span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}
ul.s2-list li img{
	
}
.list-cont{
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 15px 25px;
	}
ul.s2-list li:nth-child(3) img {  }
ul.s2-list li:nth-child(3){ }
ul.s2-list li:nth-child(4){ }
ul.s2-list li .shop-btn {
	width: 155px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin-top: 15px;
    border: 1px solid #898b8c;
    color: #545454;
    background: none;
	font-weight:600;
	}
.s2-lft{
	float:left;
	width:60%;
	}	
.s2-lft ul.s3-prdcts-list li {width: 32%;}	
.s2-lft ul.s3-prdcts-list li span {font-size: 16px;line-height: 26px;}
.s2-lft .shop-prc {font-size: 16px;line-height: 26px;}
.s2-lft .s3-li-div{padding: 10px 0 14px 12px;}
.s2-lft .s3-prod {max-width: 190px;}
.s2-Box1{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    text-align: left;
	}
.s2-Box1 ul.s3-prdcts-list li{ }

.s2-Box2{
	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;
    column-gap: 14px;
    row-gap: 20px;
    margin-top: 0px;
	}
.s2-Box2_lft{
	float:left;
	width:46%;
	position:relative;
	}
.s2-Box2_hdg{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    padding: 25px 10px;
    background: #ff4455;
    width: 208px;
    position: absolute;
    top: 286px;
    right: 2px;
    z-index: 1;
	}
.s2-Box2_rit{
	float:right;
	width:52%;

	text-align:left;
	}	
.comnHdng_2 {
	font-size: 100px;
    line-height: 108px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    color: #f4f4f4;
    position: absolute;
    top: 0;
    right: -16%;
}
.s2-Box2_rit_inr{
	float: left;
    width: 100%;
    text-align: left;
    padding: 75px 0px 0px;
	}
.s2-Box2_rit_inr .shop-btn{ margin-top:20px;}
.s2-Box2_rit_inr .comnHdng {}	
.s2-model-img{ display: inline-block;
    vertical-align: middle; max-width:100%; 
    margin: 0 0; }

.s2-Box2 ul.s2-list{ }	
.s2-Box2 .s2-rgt{
	float:left;
	padding:36px 35px 0 308px;
	text-align:left;
	}	
.s2-Box2 .s2-rgt img{
	right:auto;
	left:10px;
	}
.s2-rgt-tx{
	float: right;
    width: 65%;
}
.s2-rgt-tx ul.s3-prdcts-list li {width: 30.33%; padding: 10px 10px 20px;}
.s2-rgt-tx .comnHdng{ padding:0  0 0 0; text-align:left; width:100%;}
.s2-rgt2, .s2-rgt3 {
    float: left;
    text-align: center;
    width: 49%;
    padding: 30px 8px;
    height: 258px;
    border: 1px solid #cacaca;
}
.s2-rgt2 .s2-txt1{
	margin-top:0px;
}
.s2-rgt3{
	background: #f7f7f7;
    padding: 30px 30px;
    position: relative;
    border: none;
}
.r-prod{}
.s2-rgt{
	float: left;
    width: 369px;
    background: url(../images/s2-li-bg1.png) no-repeat left top;
    height: 415px;
}
.txt{
    float: left;
    width: 66%;
    padding: 0 20px 0;
}
.s2-rgt:nth-child(2){ background: url(../images/s2-li-bg2.png) no-repeat center top;}
.s2-rgt:nth-child(3){ 
	background: #f7f7f7;
    height: 252px;
    border: none;
    position: relative;
}
.s2-rgt:nth-child(3) .txt{
	    padding: 0 12px;
}
/*.s2-rgt:last-child{ background: url(../images/s2-li-bg4.png) no-repeat center top;}
*/.s2-rgt:nth-child(2) .s2-txt1, .s2-rgt:nth-child(3) .s2-txt1{    margin-top: 20px;
    width: 100%;}
.s2-rgt:nth-child(2) .s2-txt3, .s2-rgt:nth-child(3) .s2-txt3{    width: 100%;
    clear: both; margin-top:0px; }
.s2-rgt .shop-btn3 {
    height: 42px;
    width: 156px;
    font-size: 15px;
    line-height: 42px;
    color: #000;
    font-weight: bold;
    margin-top: 25px;
    background: none;
    text-decoration: none;
    border: 1px solid #fff;
}

.s2-rgt:nth-child(2) .shop-btn3, .s2-rgt:nth-child(3) .shop-btn3{    border: 1px solid #242527;
    float: left;
    color: #000;
    margin-left: 35px;
}
.s2-rgt:nth-child(1) .shop-btn3{
	margin-left: 7px;
	margin-top: 30px;
	width: 158px;
	color: #000;
	border: 1px solid #242527;
 }
.s2-rgt img{
	position: absolute;
    top: 100px;
    right: -140px;
}
.s2-txt1{
    float: left;
    width: 100%;
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
	 margin-top: 160px;
    text-transform: capitalize;
}	
.s2-txt2{
	float: left;
    width: 100%;
    color: #000;
    font-size:18px;
    font-weight:400;
    line-height:24px;
	margin-top:30px;
    text-transform: capitalize;
	}
.s2-txt2 span{ font-weight:700; font-size:24px;}
.s2-txt3{
float: left;
    width:100%;
    color: #242527;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
	margin-top:20px;
    text-transform: none;
	}				
.s2-strip{
	float:left;
	width:100%;
	background:url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding:60px 0;
	margin-top:30px;
	}
.s2-strip-lft{
	float:left;
	width:50%;
	text-align:right;
	padding:0 40px 0 160px;
	position:relative;
	}
.s2-strp-txt1{
	font-size:16px;
	line-height:22px;
	color:#444444;
	font-weight:600;
	}
.s2-strp-txt2{
	font-size:26px;
	line-height:32px;
	color:#444444;
	font-weight:600;
	margin-top:20px;
	}
.s2-strp-txt3{
	font-size:18px;
	line-height:22px;
	color:#444444;
	font-weight:600;
	padding:8px 0;
	margin-top:15px;
	border-bottom:1px solid #c5ccd9;
	border-top:1px solid #c5ccd9;
	}
ul.s2-strp-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s2-strp-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#444444;
	font-weight:500;
	}
a.shop-more{
	font-size:14px;
	line-height:16px;
	margin-top:20px;
	}
.s2-prod{
	position:absolute;
	left:-25px;
	top:20px;
	}
.s2-add-icon{
	position:absolute;
	left:50%;
	top: 120px;
    margin-left: -25px;
	}
.s2-strip-rght{
	float:right;
	text-align:left;
	padding:0 170px 0 40px;
	}
ul.s2-strp-list .s2-lst-list{
	margin-top:30px;}


@media only screen and (max-width: 1187px){
.sectionTwo{}
.s2-rgt-tx .comnHdng {}
.s2-rgt-tx ul.s3-prdcts-list li { }
.s2-rgt-tx ul.s3-prdcts-list li a.shop-btn2 {}
.s2-left { width:37%;  }
.s2-rgt-tx { width: 60%;}
.txt { width: 100%; padding: 0 26px 0;}
ul.s2-list { column-gap: 8px;}
ul.s2-list li { width: 49%; text-align:left; padding:0 0; }
ul.s2-list li span { font-size: 17px; line-height: 26px;}
ul.s2-list li img{ position:static; display:block; margin:0 0 10px; }
.s2-rgt img {}
.s2-rgt { padding: 30px 186px 0 30px; width: 495px;}
.s2-Box2 .s2-rgt {padding: 36px 20px 0 250px;}
ul.s3-prdcts-list li span{ font-size: 15px; line-height: 26px;}
ul.stp-list li{width: 95%;}
.s2-Box2_rit_inr { padding: 90px 0px 0px;}
.comnHdng_2 { font-size: 79px; line-height: 86px;}
.s2-Box2_rit_inr .comnHdng { font-size: 38px; line-height: 46px;}
.s2-Box2_rit_inr .comntxt {  }
.s2-Box2_rit_inr .shop-btn {  margin-top: 10px;}

.s2-Box2_lft { width: 53%;}
.s2-Box2_rit{ width:45%;}
.s2-Box2_rit .shop-btn{ margin-top:20px; }
.s2-Box2_hdg{ right:0; top:285px; width:205px; }

}
@media only screen and (max-width: 1023px){
	
.sectionTwo{ padding:0px 0px; }
ul.s3-prdcts-list {margin-top: 0px;}
.s2-rgt-tx {width: 49%;}

.sectionThree1 .comnHdng {padding: 0 0px 0;}

.comn-para {font-size: 17px;line-height: 25px;margin-top: 12px;}
.comnHdng img { width:578px;}
.s1-model {position: static;max-width: 85%;margin-top: 25px;}
.bndle-Hdng{ font-size:28px; line-height:32px;}

ul.s2-list { width: 100%; margin: 10px 0 0 0;column-gap: 10px;}
ul.s2-list li { padding:0px; text-align:left; width:100%;}
ul.s2-list li span { font-size: 18px; line-height: 28px; margin-bottom: 0px;}
ul.s2-list li img{}
.s2-lft {width: 100%;}

.s2-left { width: 50%; margin-top: 35px;}
.s2-rgt-tx {width: 49%;}
.s2-rgt2 { margin-top: 38px; padding: 67px 0px;}
.s2-rgt3 {width: 49%;margin-top: 38px;}
.r-prod {top: 75px; position: absolute; left: 27px; max-width: 139px;}
.s2-Box1 { margin-top:35px;}
.txt { padding: 0 64px 0;}
.s2-rgt:nth-child(3) { width:467px;   padding: 0 0;}
.sluls li{font-size: 15px; line-height: 30px;}
.sluls li span{ font-size: 14px; line-height: 22px;}
.s2-left {width:100%;}
.s2-rgt {width: 100%;  background: url(../images/s2-li-bg1.png) no-repeat center top;}
.s2-rgt-tx { width: 100%; text-align: center;}

.s2-Box2 .s2-rgt {padding: 52px 35px 0 308px;}
.s2-strip{ padding:40px 0; background-size:cover;}
.s2-prod{ width:110px;}
.s2-strip-lft {padding: 0 30px 0 80px;}
a.s2-stp-shpbtn{ margin-top:50px;}
.s2-strp-txt2{ font-size:20px; line-height:24px;}
.s2-strp-txt3{ font-size:16px; margin-top:10px; padding:5px 0;}
ul.s2-strp-list li{ line-height:18px;}
.s2-add-icon{ width: 35px;margin-left: -18px; top:100px;}
.s2-strip-rght {padding: 0 80px 0 30px;}
.s2-txt1{font-size: 28px; }
.s2-txt2{ margin-top:20px;}
.s2-txt3{padding:0 5px; margin-top:0px;}
.s2-Box2{ justify-content: center; column-gap: 14px; row-gap: 15px; margin-top:0; }
.s2-Box2_lft{ width:50%; }
.s2-Box2_rit{ width:48%; }
.s2-Box2_rit_inr { padding: 80px 0px 0px;}
.s2-Box2_hdg { right: 0; top: 204px; width: 146px; font-size: 20px; line-height: 28px;}
.comnHdng_2 { font-size: 71px; line-height: 76px;}
.s2-Box2_rit_inr .comnHdng { font-size: 32px; line-height: 42px;}

}
@media only screen and (max-width: 767px){
.sectionTwo{ padding:20px 0px 20px; text-align:center;}
.s2-lft ul.s3-prdcts-list li {width: 100%;}
.s2-lft .s3-prod {max-width: 165px;}
.s2-lft ul.s3-prdcts-list li span {font-size: 20px;line-height: 32px;}
.s2-lft .shop-prc {font-size: 22px;line-height: 32px;}
.sec-2-img{     max-width: 310px; margin: 12px auto 0;}
.s2-rgt {    position: static; display: block; margin: 0 auto;}
.s2-rgt:nth-child(3){background-position: -150px 0px;}
.s2-rgt:last-child{}
.txt {padding: 0; width: 76%;}
.s2-rgt:nth-child(3) .txt {padding: 0 12px; width: 100%;}
.s2-rgt img {position: static;max-width: 100%; margin-top:0px;}
.s2-txt1 {font-size: 24px; line-height: 30px;  margin-bottom: 1px; margin-top:0;}
.s2-txt2 {font-size: 20px;line-height: 26px;margin-top: 12px;}
.s2-txt3 {font-size: 15px; line-height: 24px; margin: 0px 0 0px; padding: 0;}
.s2-Box2 { float: none; display: inline-block;  width: 100%; text-align: center;}
.comnHdng_2{ display:none;}
.s2-Box2_lft{ width:100%; }
.s2-Box2_hdg { right: 0; top: 198px; width: 140px; font-size: 16px; line-height: 26px; padding: 30px 10px; display:none;}
.s2-add-icon{ position: relative; display: inline-block; vertical-align: middle; margin: -5px 0; background: #fff; box-shadow: 0 0 2px 1px rgba(0,0,0,0.3); border-radius: 50%; top: auto; left: auto;  z-index: 9;	}
.s2-strp-txt2 {font-size: 22px;line-height: 24px;}
.s2-strip-rght{ background:url(../images/s2-strip-bg-mob.jpg) no-repeat right top; background-size:cover;}
.s2-Box1 {max-width:355px;margin-top: 25px;}
ul.s2-list {row-gap:20px; justify-content: center; margin-top:15px; column-gap: 7px;}
ul.s2-list li {  width: 100%; max-width: 355px; padding: 15px 20px; text-align: center; border: 1px solid #dedede; }
ul.s2-list li span {}
ul.s2-list li img {margin: 0px auto 0px;}
ul.s2-list li:nth-child(even) { flex-direction: row;}
.list-cont { float: left; width: 100%; text-align: center; padding: 0px 10px 15px;}
.s2-Box2_rit{ width:100%; float: none; display: inline-block; text-align: center;}
.s2-Box2_rit_inr { padding: 15px 0px 0px; text-align:center; float:none; display:inline-block; width:100%; }
.s2-Box2_rit_inr .comnHdng { font-size: 26px; line-height: 36px;}

.s2-left { margin-top: 0px; text-align: center; width: 100%; padding: 0 0px;}
.s2-rgt-tx {width: 100%; margin-top:30px;}
.s2-rgt2 { width: 100%; margin-top: 20px; padding: 20px 25px; height: auto;}
.s2-rgt3 { width: 100%; margin-top: 20px; height:auto;	display:none;}
.s2-rgt-tx ul.s3-prdcts-list li{ width:100%;}
ul.s3-prdcts-list li span{ min-height:auto;}



}

/*================start section3===================*/
/*============sectionThree===========*/

.comnHdng1{ 
    margin-top: 0px;
    background: url(../images/txt-line.png) no-repeat center top 26px;
}	
.s3txt{
	display:inline-block;
	width:80%;
	font-weight:400;
	font-size:19px;
	line-height:29px;
	color:#5e5e5e;
	margin:20px 0 0;
	}
.s3-lft{
	float: left;
    width: 29.80%;
    height: 331px;
    background: url(../images/s3-lft.jpg) no-repeat center top ;
    position: relative;
    padding: 20px 10px;
    text-align: center;
	}
.s3-lft-cont{
	    float: left;
    width: 56%;
    text-align: left;
    padding: 30px 0 0 45px;
	}
.cont-hdg {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}
.cont-para{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	margin:15px 0 0;
	}
.cont-price{
	float: left;
    width: 100%;
    color: #ec0f09;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
	margin:35px 0 0;
	}
.cont-btn{}
.s3-lft-prod{
	margin: 0px auto 0;
    max-width: 250px;
    width: 100%;
	}
.s3-rgt-prod{
	position: absolute;
    right: 2%;
    top: 20px;
    max-width: 300px;
    width: 100%;
	}	
.s3-rit{
	float: right;
    width: 69.03%;
    height: 331px;
    background: url(../images/s3-rit.jpg) no-repeat center top;
	}
.s3-rit-inr{
	    float: left;
    width: 100%;
    height: 275px;
    background: #fec60f;
    padding: 20px 20px
	}
.s3-rit-inr .cont-para{ margin:5px 0 0;}
.s3-rit-inr .cont-price{ margin:10px 0 0;}
.s3-rit-inr .cont-btn{ margin:10px 0 0;}
.s3-rit-inr2, .s3-rit-inr3{
    float: left;
    width: 48%;
    height: 216px;
    background: #f6f6f6;
    margin-top: 20px;
    position: relative;
    text-align: left;
    padding: 40px 20px;
	}
.s3-rit-inr3{ float:right; }
.s3-rit-inr2 .cont-hdg, .s3-rit-inr3 .cont-hdg{
	font-size:20px;
	line-height:32px;
	}
.s3-rit-inr2 .cont-price, .s3-rit-inr3 .cont-price{
    font-size: 26px;
    line-height: 32px;
    margin: 15px 0 0;
	}
.s3-lft-prd{
    max-width: 150px;
    width: 100%;
    position: absolute;
    top: 35px;
    right: 0px;
	}
ul.s3-list{
	float: left;
    width:100%;
	margin-top:50px;
 
	}	
ul.s3-list li{
	    float: left;
    width: 31%;
    text-align: left;
    padding: 389px 96px 0 0px;
    font-size: 20px;
    line-height: 30px;
    
    font-weight: 300;
    color: #000;
    position: relative;
	    margin-right: 27px;
	}
ul.s3-list li h1{
	color:#989898;
	font-size:15px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;}
ul.s3-list li span{
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #292929;
	}
ul.s3-list li img{
	position:absolute;
	top:0px;
	left:0;	
}
ul.s3-prdcts-list {
	float: left;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 45px;
	column-gap: 13px;
}
ul.s3-prdcts-list .slick-list {
    padding-top: 90px;
}
ul.s3-prdcts-list li {
    float: left;
    width: 24%;
    text-align: center;
    position: relative;
    padding: 0px 0px 10px 0px;
    border-radius: 0px 0px;
	
}
/*ul.s3-prdcts-list li:nth-child(2), ul.s3-prdcts-list li:nth-child(6), ul.s3-prdcts-list li:nth-child(10){ background:#dff7f9; }
ul.s3-prdcts-list li:nth-child(3), ul.s3-prdcts-list li:nth-child(7), ul.s3-prdcts-list li:nth-child(11){ background:#f9e8e0; }
ul.s3-prdcts-list li:nth-child(4), ul.s3-prdcts-list li:nth-child(8), ul.s3-prdcts-list li:nth-child(12){ background:#f5ecff; }*/
ul.s3-prdcts-list li:hover:before{
/*	opacity: 1;
*/}
.disc_txt, .disc_txt2{
    font-size: 14px;
    line-height: 16px;
    padding: 4px 13px;
    background: #000;
    position: absolute;
    top: -10px;
    left: 10px;
    color: #fff;
    font-weight: 500;
	}
.disc_txt2{ background:#ff4d5d; }
.s3-li-img{
	float:left;
	width:100%;
	}
.s3-li-div_imgbg{
	display: inline-block;
    padding: 20px 10px;
    text-align: center;
    background:#131a24;
    border-radius: 5px;
    width: 100%;
	}
.s3-prod{
    display: block;
    margin: 0px auto 0px;
    vertical-align: middle;
    width: 100%; max-width: 210px;
	}
.s3-prod{ }
.prod-type {
    color: #929292;
    line-height: 18px;
    text-transform: capitalize;
    font-size: 18px;
    float: left;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
}
ul.s3-prdcts-list li span{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 8px;
    text-transform: capitalize;
}
.sale-txt{
	float: left;
    width:70px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight:300;
	background:#2cc160;
	text-align:center;
	margin:0 0 10px 20px;
	}
.s3-li-div{
	float: left;
    width: 100%;
    padding: 0px 0 5px;
    text-align: left;
	}	
ul.s3-prdcts-list li p{}
.star{
	display: none;
    margin: 5px auto;
}
.shop-btn2{
	width: 188px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
	background:#776250;
    margin: 12px 0px 0 0;
   }
.shop-btn2 img{
	display:inline-block;
	}

/*.shop-btn2{
    margin-top: 6px;
	background: #f9da00;
	}*/
.sectionThree{
	float: left;
    width: 100%;
    text-align: left;
    padding: 40px 0 40px;
    /*background: url(../images/sec2.jpg) no-repeat center top;*/
	/*height:595px;*/
}
.sectionThree ul.s3-prdcts-list{ margin-top: 50px; column-gap: 13px;  }
.sectionThree ul.s3-prdcts-list li{ width:19%;  }
.sectionThree ul.s3-prdcts-list li .s3-li-div_imgbg{ margin: 0px auto 0px; width:100%; }

/*=========*/
ul.slick-dots {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    flex-wrap: wrap;
}

ul.slick-dots li {
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    border: none;
    outline: none;
    background: #ccc;
    border-radius: 50%;
}
ul.slick-dots li.slick-active, ul.slick-dots li:hover{background: #606fcf;}
ul.slick-dots li button {
    opacity: 0;
}
/*=========*/
.sectionThree1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 55px 0 55px;
    background: #fff;
}	
.s3-Box {
	float: left;
    width: 100%;
	height:423px;
	margin-top:70px;
    background: url(../images/s3-box-bg.jpg) no-repeat center top;
	border:1px solid #ddd;
	position:relative;
	}	
.s3-bx-lft{
	float:left;
	width:53%;
	padding:65px 0 0 45px;
	text-align:left;
	}	
.s3-Box .comnHdng{ text-transform:uppercase;}
.s3-prodt{
	position: absolute;
    right: 27%;
    top: 160px;
	}
.shop-prc{
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #ff4455;
    margin: 6px 0 0px 0px;
    font-weight: 700;
}

@media only screen and (max-width: 1187px){

.sectionThree{ padding: 40px 0;}
.s3-lft-cont {width: 64%;padding: 32px 0 0 35px;}
.s3-rgt-prod {right: 0%;}
.s3-lft-prd {max-width: 105px;}

.s3-bx-lft {width: 58%;padding: 75px 0 0 35px;}
.s3-prodt {right: 22%;top: 198px;max-width: 200px;}
ul.s3-list li {width: 30%; text-align: left; padding: 323px 66px 0 0px;}
.strip2{ padding:30px 0 50px;}
.strp2-inr{ padding:0px 0;}

.sectionThree ul.s3-prdcts-list { margin-top: 40px; column-gap: 10px;}
ul.s3-prdcts-list li span, ul.s3-prdcts-list li:nth-child(5) span, ul.s3-prdcts-list li:nth-child(9) span { font-size: 18px; line-height: 28px;}
.disc_txt, .disc_txt2 { font-size: 12px; line-height: 12px;}

}
@media only screen and (max-width: 1023px){
.sectionThree1 { padding:40px 0; height: auto;}
.cont-hdg {font-size: 22px;line-height: 32px;}
.s3-lft{padding: 32px 10px 0;}
.s3-lft-cont{width: 68%;padding: 36px 0 0 26px;}
.s3-lft-prod{max-width: 220px;float: none;position: absolute;top: 85px;left: 50%;transform: translateX(-50%);}
.s3-rit-inr .s3-lft-prod{ top:140px; position:absolute; right:0; max-width: 131px;}
.s3-lft-prd{ display: block; margin: 0 auto 12px; position: relative; top: 0; right: 0; max-width: 92px;}
.s3-rgt-prod {top: 50px;max-width: 200px;}
.s3-rit-inr2 .cont-price, .s3-rit-inr3 .cont-price{ margin-top:5px;}
.s3txt{ width:100%;}
ul.s3-list {    margin-top: 30px;}

ul.s3-prdcts-list { margin-top: 25px; justify-content: center; column-gap: 10px; row-gap: 15px;}
ul.s3-prdcts-list li { width:45%; }
ul.s3-prdcts-list li span {}

.sectionThree .shop-btn{}
.s3-Box {background-size: cover;background-position: 70% top;}
.s3-bx-lft {width: 60%;padding: 75px 0 0 30px;}
.s3-prodt {right: 23%;top: 230px;max-width: 160px;}
.sectionThree ul.s3-prdcts-list { margin-top: 35px; column-gap: 13px;}
.sectionThree ul.s3-prdcts-list li{ width:32%; }
.s3-prod {}
.s3-li-div_imgbg{ width:100%; }
.shop-prc { font-size: 22px; line-height: 28px;}

}
@media only screen and (max-width: 767px){
.sectionThree1 { padding:25px 0;}
ul.s3-prdcts-list {margin-top: 20px;}
ul.s3-prdcts-list li{ width:100%; max-width:355px; }
ul.s3-prdcts-list li span{ min-height:auto;font-size: 20px;line-height: 30px; margin-top:0;}
.s3-li-div_imgbg{    margin: 0px auto 0px;}
ul.s3-prdcts-list li{ width:100%; padding:0;}
.s3-prod{margin: 0px auto 10px;}
}
@media only screen and (max-width: 479px){}
@media only screen and (max-width: 359px){}
/*================start section3===================*/
/*===============sectionOne=============*/
.sectionOne{
	float: left;
    width: 100%;
    /* background: url(../images/sec1.jpg) #fff no-repeat center top; */
    padding: 30px 0 50px;
    text-align: center;
    position: relative;
	}
.s1-innr{
	display:inline-block;
	width:100%;
	position:relative;
	}	
.s1-lft_inr{
    float: left;
    width: 56%;
    text-align: right;
    position: relative;
	}
.s1-lft{
       float: right;
    width:52%;
    text-align: left;
    padding: 35px 0px 80px;
    border-radius: 0px;
	}
.s1-lft .shop-btn{  margin-top: 22px;}
.s1-lft .comnHdng{ 
    font-size: 40px;
    line-height: 48px; }
.s1-img1{
   position: absolute;
    top: 0;
    left: 0;
	max-width: 500px;
}

.s1-lft .comnHdng span{
	font-size:37px;
	line-height:47px;
	color:#000000;
	font-weight:bold;
}
.s1-txt1, .s1-txt2, .s1-txt3{
	position: absolute;
	right: 24%;
	top: 122px;
	}
.s1-txt1{
	    font-size: 32px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    text-align: right;
	}
.s1-txt1 span{
	display: block;
	font-size: 50px;
	line-height: 74px;
	}
.s1-txt2{
	right:24%;
	top:280px;
	font-size:29px;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	}		
.s1-txt3{
	right: 33%;
    top: 365px;
    font-size: 56px;
    line-height: 54px;
    color: #98466e;
    font-weight: 500;
    transform: rotate(270deg);
	}			
.s1-model{
	position:absolute;
	left: 0px;
	top:0;
	
	}	
.sec1-pdt{
    float: left;
    width: 100%;
    border: 2px solid #fff;
    height: auto;
    padding: 15px 9px;
	background:#fff;
    text-align: center;
	}
.s1-rgt{
    float: right;
	}
.s1-rgt .comnHdng{
	
	}
img.direct-arw {
    position: absolute;
    top: 420px;
    max-width: 100px;
    right: 567px;
}
.s1-rgt .comnHdng span{
	font-size: 48px;
    line-height: 62px;
	
	}
.sluls{
	float: left;
    width: 100%;
    margin: 46px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
	}
.sluls li{
	float: left;
    width: 50%;
    font-size: 24px;
    padding:55px 0 0 390px;
    position: relative;
    text-transform: capitalize;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
	}
.sluls li:last-child{color:#ff475b;}	
.sluls li p{
	position:relative;
	z-index:1;
	}	
.sluls li span{
	    display: block;
    font-weight:700;
    font-size:33px;
    text-transform: none;
    line-height:38px;
	}	
.sluls li img{
	position:absolute;
	top:0;
	left:0;
	}								
ul.s1-list{
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 22px;
    column-gap: 10px;
	}
ul.s1-list li {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #535353;
    padding: 0px 0px 0px 30px;
	background:url(../images/bullet2.png) no-repeat left top 6px;
}
ul.s1-list li a{}
ul.s1-list li:nth-child(3){}
ul.s1-list li img{
	position:absolute;
	top:0px;
	left:0;
	max-width:100%;
	}
ul.s1-list li span{
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    float: left;
    margin-bottom: 0px;

	}
.s1-prd{
	display: block;
    margin: 13px auto 15px;
    width: 237px;
    max-width: 100%;
	}	
.s1-prd-hdg{
    float: left;
    width: 100%;
    color: #161d25;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
	margin-top:18px;
}
.s1-prd-para {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 28px;
    margin: 14px 0 0;
}
.s1-prd-price {
    float: left;
    width: 100%;
    color: #161d25;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin: 22px 0 0;
    }
.sec1-btn{margin: 23px 0 5px;}


@media only screen and (max-width: 1187px){
.sectionOne {  background-position: 55% top;}
.s1-lft { padding: 15px 0px 30px;}
.s1-img1{ max-width: 450px;}
.s1-rgt {width: 50%;padding: 18px 0 25px;}
.s1-model{right: -20%;}
.s1-prd { left: 53px;}
.s1-prd-para{}
.s1-txt1, .s1-txt2 {right: 18%;}
.s1-txt3{right:29%;}
.comnHdng img { width: 800px;}
.sluls li {padding: 55px 0 0 310px;}
.s1-lft .comnHdng { font-size: 38px; line-height: 46px;}

}
@media only screen and (max-width: 1023px){
.sectionOne{ padding: 40px 0 40px; background-position: 60% top; height: auto; background-size: cover;}
.s1-lft_inr{ width:100%; text-align:center; }
.comnHdng{ font-size: 32px; line-height: 42px;}
.comnHdng span {font-size: 22px;line-height: 35px;}
.comntxt {margin-top: 12px; font-size: 17px; line-height: 27px;	}
.s1-lft { width: 100%; text-align:center; padding: 0px 0px 0px;}
.s1-img1 { position:static; max-width:100%; margin-top:15px; }
.s1-img2 {position: static; display: block; margin: 0 auto; max-width:50%;}
.s1-prd-price {margin: 16px 0 0;}
.s1-rgt .comnHdng span {font-size: 34px; line-height: 52px;}
.s1-prd {left: 0; width: 190px;}
ul.s1-list {margin-top: 8px;}
ul.s1-list li {}
ul.s1-list li:nth-child(2) {}
.s1-lft .comnHdng { font-size: 32px; line-height: 42px; }

.sluls {margin: 20px 0 0;}
.sluls li {padding: 0 0 20px;background: #cbc4b9; }
.sluls li:last-child{background: #f2d4b9;}
.sluls li span {font-size: 30px;line-height: 35px;}
.sluls li img {position: static;max-width: 100%;}
.s1-prd-hdg {margin-top: 10px;}
.s1-txt1, .s1-txt2, .s1-txt3{right: auto; left:30%; top: 205px;}
.s1-txt1 {font-size: 26px; line-height: 30px;}
.s1-txt1 span {font-size: 34px; line-height: 50px;}	
.s1-txt2{left: 29%; top: 292px; font-size: 19px; line-height: 30px;	}
	
img.direct-arw{ display:none;}
.s1-txt3{ left: 17%; top: 382px; font-size: 40px; line-height: 40px;}	

}
@media only screen and (max-width: 767px){
.sectionOne{ padding:10px 0px 25px; height:auto;}
.s1-lft_inr{ float:none; display:inline-block; width:100%; text-align:center; }
.s1-lft .comnHdng span {font-size: 26px; line-height: 36px;}
.s1-lft .comnHdng {  margin:0 0px 0; font-size: 26px; line-height: 32px;}
.s1-lft {padding: 0;  max-width: 355px; width: 100%;float: none; display: inline-block; text-align:center; }
ul.s1-list { justify-content: center; row-gap: 10px; margin-top: 16px;}
ul.s1-list li, ul.s1-list li:nth-child(2){ margin:0 0; width:100%; max-width:355px; font-size: 16px; line-height: 26px;text-align: left;  }
ul.s1-list li span { font-size: 20px;  line-height: 28px;}
.s1-lft .shop-btn{ margin-left:0; float:none; }
.s1-img1{ max-width: 355px;
        position: static;
        display: block;
        margin: 10px auto 10px; }
.secone-img{ width: 260px; margin: 0 auto; border-radius: 5px; display: block; position: static;}
.sluls {margin: 10px 0 0;}
.sluls li {font-size: 18px;line-height: 25px;}
.sluls li:last-child{margin-bottom:0;}
.sluls li span {font-size:24px; line-height: 28px;}
.comnHdng img { display: none;}
.sectionTwo .comnHdng{ width:100%;}
.s1-img2 {  position: static; display: block; margin: 0 auto 20px; max-width: 100%;}
}

/*********************************/
.sec6{
	padding: 50px 0 60px;
    background: #f7f7f7;
    float: left;
    width: 100%;
    text-align: center;
	}
.s6-mid {
    float: left;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.s6-lft {
    float: left;
    width: 55%;
    text-align: left;
}
.s6-lft .bdfont{ width:90%;}
.s6-img {
    float: right;
    width: 41%;
}
.s6-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    border-radius: 20px;
}
@media only screen and (max-width: 1187px){
}
@media only screen and (max-width: 1023px){
	ul.s4list li{width: 23%;}
}
@media only screen and (max-width: 767px){
	.sec6{padding:30px 0;}
	.s6-lft{ width:100%; text-align:center;}
	.s6-img{ width:100%; margin:10px 0;}
	.s6-lft .bdfont{ width:100%;  font-size: 17px; line-height:26px;}
}
/*****************************/
.strip{
    float: left;
    width: 100%;
    padding: 35px 0 40px;
    text-align: center;
	background:#131a24;
	}
.strip-innr{
	    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-between;
    align-items: center;
	}
.strip-innr .comnHdng{
    color: #fff;
    float: left;
    width: 40%;
    text-align: left;
	}
.strp-left{
	float:right;
	width:75%;
	}
.strip-innr2{
	display:inline-block;
	width:100%;
	padding:0 60px;
	}
.strip-ul{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap:0px;
    margin-top: 10px;
	}
.strip-ul li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0px 5px 0px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    text-align: center;
	}
.strip-ul li img{
    display: block;
    margin: 0px auto 10px;
    vertical-align: middle;
	}
.strp-li-div_imgbg {
    display: inline-block;
	width:100%;
    padding: 0px 0px;
    text-align: center;
    margin: 0px 0 0px;
	}
.strip-ul li span{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    /* font-family: "Satisfy", cursive; */
    margin-bottom: 4px;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
	}
.strip-ul li:after{
	position:absolute;
	content:"";
	border-right:1px solid #fff;
	top:0; 
	right:0px;
	bottom:0;
	}
.strip-ul li:last-child:after{ display:none; }
.strip-ul li:last-child{ margin-right:0;}

@media only screen and (max-width: 1187px){

.strip{}
.strip-ul{}
.strip-ul li{ padding:0 10px;line-height: 25px;}
.strip-ul li span {}
.s3prd{left:60px;top:390px;width:370px;}
ul.s3list li {  margin: 50px 13px 0px 0; padding: 30px 10px;}
.s3hding2{padding:90px 0 0 0;}
.strip-innr { width: 100%;}
.strp-left { width: 60%;}

.strip-innr .comnHdng {}

}
@media only screen and (max-width: 1023px){
	
 .sectionThree { padding: 40px 0; height: auto;}
.sec3{ padding:40px 0;}
.sec3-model { width: 352px;}
.s3txtarea{ padding:0px 0;}
.s3-lft{width: 28%;}
.s3-inr {
    width:100%;
    column-gap: 10px; row-gap: 30px;
}
.s2-btm-tx1 {font-size: 16px;}
.s2-inr-bx a.s1btn {
    width: 200px;
}
ul.s3list li {
    margin: 14px 0 0 0;
    width: 41%;
}
.s3lhding{
	font-size:21px;
	line-height:26px;	
}

.s3prd{left:0;top:390px;width:300px;}


.strip {padding: 30px 0; height: auto;}
.strip-innr .comnHdng{ width:100%; text-align:center; float:none; display:inline-block; }
.strip-innr { width: 100%;  flex-wrap: wrap;}
.strp-left { width: 100%; }
.strip-innr2{ padding:0 0;}
.strip-ul { margin-top:30px; column-gap:0px; justify-content: center;}
.strip-ul li{font-size: 14px; line-height: 24px; }
.strip-ul li span{ font-size: 20px; }
.padng{ padding:0 0px;}
.strip-ul li img{ position:static; margin:0 auto 5px;}

}
@media only screen and (max-width: 767px){
.show-desk{ display:none;}
.show-tab{ display:none;}

.sectionThree { padding: 25px 0; height:auto; text-align:center; }
.strip-innr { width:100%; text-align:center;}
.strip-innr .comnHdng{ font-size: 26px; line-height: 32px; }
.strp-left { float: none; width: 100%; display: inline-block; text-align: center;}
.sec3{ padding:30px 0px;}
.s3txtarea{width:100%; text-align:center; padding:0;}
.sec3-model {max-width: 270px;position: static;right: 0;margin: 0 auto 0;width: 100%;}
.s3hding, .s3subhding{text-align:center;}
.s3hdimg{display:none;}
.s3prd-mob{margin:20px auto 10px auto;display:block;/*width:350px;*/border-radius:16px;}
.sectionThree ul.s3-prdcts-list { margin-top: 30px;}
.s3-li-div{ text-align:center; padding: 5px 0 0px;}
ul.s3list li{ width:48%; min-height:211px;}

.strip-ul { margin-top: 15px; column-gap: 0px; row-gap: 15px; justify-content: center;}
.strip-ul li{ padding: 15px 10px;  width: 100%; max-width: 355px; box-shadow: 0px 0px 2px #ccc; font-size: 16px; line-height: 24px;}
.strip-ul li span { font-size:18px;}
.strip-ul li:last-child{ margin-bottom:0;}
.strip-ul li img{ max-width: 60px;}
.strip-ul li:after{ display:none; }
.strp-li-div_imgbg { display: block; width: 100%;}
.s3-inr { width: 100%; column-gap: 10px; row-gap: 18px; margin-top:20px;}
.s3-lft {  width: 100%;  background: #ff3a43; padding: 10px; margin-top: 10px;}
.s3-lft a.bnrbtn { margin-top: 0;}
.s2-btm-tx1 { padding: 0 0px; line-height: 26px; font-size: 17px; min-height: 50px;}

.strip { padding: 25px 0; height:auto;  }

.comnHdng { font-size: 24px; line-height: 34px;}
.comnHdng span {font-size: 20px;line-height: 30px;}
.comntxt { margin-top: 12px;  font-size: 17px; line-height: 25px;}
.sectionThree ul.s3-prdcts-list li{ width:100%; max-width:355px; }
.sectionThree ul.s3-prdcts-list li .s3-li-div_imgbg { width: 100%;}


}
@media only screen and (max-width: 479px){
ul.s3list li{padding:20px; width:100%; min-height:auto;}
.s3l-icon1{left:10px;}
.s3l-icon2{left:0;}
.s3l-icon3{left:5px;}
}
@media only screen and (max-width: 359px){

}
/*================start section4===================*/
.lowerpart{background:#fff; float:left; width:100%; overflow: hidden;}

.s4hding{text-align:center;}
.s4txt{text-align:center;padding:7px 0 0 0;}
.s4sldr{margin:45px 0 0 0;}
/*-----------section 5--------------*/
.sec5{padding:0px 0;}
.contactbox{
	background: #ff3c00; /* For browsers that do not support gradients */
	text-align:center;
}
.contlft, .contrgt{
	    float: left;
    display: inline-block;
    width: 100%;
    position: relative;
	padding:40px 0;
}
.conthding{
	font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: 700;
}
.contspr-sub-hed {
    font-size: 20px;
    color: #fff;
}
.contsubhding{
	font-size:20px;
	line-height:24px;
	color:#fff;
	text-align:center;
	padding:12px 0 0 0;
}
.emailfld{
	width: 40%;
    height: 48px;
    margin: 25px auto 0 auto;
    display: inline-block;
    background: #fff;
    border: 1px solid #f79e1b;
    /* border-radius: 30px; */
    padding: 3px;
    vertical-align: top;
}
.email, .signup{
	float:left;
	display:inline-block;
}
.email{
	width:70%;
	appearance:none;
	-webkit-appearance:none;
	border:none;
	outline:none;
	
	font-size:16px;
	color:#868686;
	text-align:left;
	padding:0 20px;
	height:42px;
	background:none;
}
.signup{
	width:30%;
	height:42px;
	background:#f79e1b;
	font-weight:600;
	font-size:18px;
	line-height:42px;
	color:#fff;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;	
}
ul.sllink-list{text-align:center;padding:26px 0 0 0;}
ul.sllink-list li{
	display:inline-block;
	margin:0 12px;
}
.conbxbg{
	position:absolute;
	left:0;
	right:0;
	top:74px;
	margin:0 auto;
	display:block;
}
/*------------start footer--------------*/
footer{padding:40px 0 40px 0; background:#131a24; }
.ftrlogo{ margin: 0 auto;
    float: left;
    max-width: 100%;}
ul.ftrlist{padding:28px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #505050;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	color:#505050;
	text-align:center;
}
ul.ftrlist li a{color:#505050;}
ul.ftrlist li:last-child{border-right:none;}
.ftrdvdr{
	    margin: 28px auto 26px auto;
    background: #ccdce2;
    height: 1px;
    display: block;
    float: left;
    width: 100%;
}
.ftrtxt1{
	float:right;
	font-size:18px;
	line-height:18px;
	text-align:right;
	color:#505050;
}
.ftrtxt1 a{color:#505050;}
.ftrtxt2{
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    margin-top: 30px;
    font-weight: 500;
}
.dicclmr{
	    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 22px;
	font-size:16px;
	}
.crop-info{
    float: left;
    width: 100%;
    padding: 0 0px;
    text-align: left;
    margin-top: 10px;
}
p.disclmr {
    float: left;
    width: 100%;
    font-size: 20px;
}
.crop-infohding {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 14px;
    text-decoration: underline;
}
.crop-infotxt{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	/* text-align: center; */
	display: inline-block;
	margin: 6px 0px;
	position: relative;
	padding: 0 0px;
	width: 100%;
}
.crop-infotxt a{ color:#000;}
.crop-infotxt:last-child:after{ border:none;}	
.footer-col{
	float: left;
    width: 50%;
    padding-right: 20px;
}
.footer-col-2 {
    width: 22%;
}
.footer-col-3 {
    width: 20%;
}
.footer-col-4 {
    width: 30%;
}
.footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    filter: brightness(0) invert(1);
}
ul.foter-links {
    float: left;
    width: 100%;
}
ul.foter-links li {
    float: left;
    width: 100%;
    margin-top: 15px;
}
ul.foter-links li a {
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
}
@media only screen and (max-width: 1187px){
.ftrtxt1{ font-size:15px; font-weight:400;}
.s4sldr{margin:35px 0 0 0;}
.contsubhding{font-size:18px;}
}
@media only screen and (max-width: 1023px){
/*-----------section 5--------------*/
.sec5{padding:15px 0 0 0;}
.conthding{
	font-size:31px;
	line-height:35px;
}
.contsubhding{
	font-size:18px;
	line-height:22px;
	padding:8px 20px 0 20px;
}
.conbxbg{
	top:97px;	
	width:50px;
}
.emailfld{width:86%;}
.email{width:66%;}
.signup{width:34%;}
/*------------start footer--------------*/
footer{padding:30px 0;}
ul.ftrlist{padding:18px 0 0 0;}
img.footer-logo { max-width: 190px;}
}
@media only screen and (max-width: 767px){
.sec4{padding:30px 0 30px 0;}
.s4sldr{margin:25px 0 0 0;}
/*-----------section 5--------------*/
.contactbox{height:auto;background:none;}
.contlft, .contrgt{width:100%;background:#ff3c00;padding:25px 15px;height:auto;}
.contrgt{background:#329f2f;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:0;
}
.contsubhding{padding:20px 0 0 0;}
.conbxbg{display:none;}
.emailfld{width:100%;margin:25px auto 0 auto;}
ul.sllink-list{padding:16px 0 0 0;}
/*------------start footer--------------*/
footer{    /* background: #fff; */ padding: 10px 0 20px;}
ul.ftrlist{padding:12px 0 0 0;}
.ftrdvdr{margin:18px auto 16px auto;}
ul.ftrlist li{padding:0 10px;}
.ftrtxt1, .ftrtxt2{
	float:none;
	display:block;
	text-align:center;
}
.ftrtxt2{padding:10px 0 0 0; font-size:17px; margin-top:0;}
p.disclmr{ font-size:16px; line-height:24px;}
.footer-col{ width:100%; text-align:center;}
.crop-infohding{ margin-bottom:5px;font-size: 19px;line-height: 28px;}
img.footer-logo{ display:inline-block; max-width: 150px; margin-top:15px;}
ul.foter-links li {width: auto; margin-top: 5px; display: inline-block; margin-right: 22px;}
}

@media only screen and (max-width: 479px){
/*-----------section 5--------------*/
.contlft, .contrgt{padding:20px 10px;}
.conthding {
        font-size: 24px;
    line-height: 36px;  
}
/*------------start footer--------------*/
ul.ftrlist li{font-size:16px;line-height:16px;padding:0 5px;}
.ftrtxt1{font-size: 15px; line-height: 24px;}
.ftrtxt2{font-size: 15px;   line-height: 20px;    padding: 8px 0 0 0;}
.crop-infotxt{ margin:3px 0; font-size:16px;width: 100%;}
.crop-infotxt:after{ display:none;}

}
/*================================================
			START PRODUCT DETAIL PAGE
=================================================*/

.shop-prod-inr{ margin: 30px 0 0;}
.shop-prod-inr .s2-inr-bx{
/*	width: 32%;
    margin: 20px 5px 0;*/
	padding-bottom:20px;
}

.inner-top{
	background: #f8f8f8;
    padding: 10px 0;
    float: left;
    width: 100%;
}
ul.inner-top-list{
	margin:0 0 0 0;
}
ul.inner-top-list li{
	float:left;
	font-size:16px;
	line-height:22px;
	text-align:left;
	color:#222;
	margin:0 8px 0 0;
}
ul.inner-top-list li a{ color:#222;}
ul.inner-top-list li:last-child{ margin:0 0 0 0;}
.inner-strip {
    float: left;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
    margin-top: -4px;
    padding: 20px 0;
}
.secure-logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: 100%;
}

p.inner-strip-hd {
    font-size: 30px;
    line-height: 24px;
    color: #2d2d2d;
    padding: 0px 0 14px 0;
    font-weight: 700;
}
p.last-update {
    font-size: 18px;
}
/*================= product section1====================*/
.prd-sec1{   
	padding: 40px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.prds1-lft, .prds1-rgt{
	display:inline-block;
	width:41.36%;
}
.prds1-rgt {
    width: 47%;
    background: #fff;
    padding: 0 20px;
    border-radius: 20px;
    text-align: left;
}
.slide-img{margin:10px auto;display:block;border:1px solid #f4f4f4; padding:30px 0;}

.prds1-hding{
    font-size: 34px;
    line-height: 40px;
    color: #222;
    text-align: left;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.prds1-view img {
    display: none;
}
.prds1-hding span{
	font-size:20px;
	font-weight:400;
	display:block;
	}
.details-s1-left{
	float: left;
	width: 50%;
	position: relative;
	background: #f6f6f6;
	padding: 15px 20px;
}
.prd-slide-div{
	padding:0;
	float:left;
	width:100%;
	background:#fff;
}
.prds1-dvdr{
	height: 1px;
	background: #ebebeb;
	margin: 10px auto 0px 0;
	float: left;
	width: 100%;
}
.prds1-rgt .bdfont{
	margin-top: 10px;
	color: #010101;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 0px;
	width: 100%;
}
ul.mglist{padding:0;}
ul.mglist li{
	float:left;
	display:inline-block;
	margin:0 40px 0 0;
	font-size:20px;
	line-height:24px;
	color:#24334a;
	text-align:left;
}
ul.mglist li:last-child{margin:0;}
ul.mglist li span{
	font-weight:500;
	color:#2f2422;
}
.rdio{
	height:23px;
	width:23px;
	appearance:none!important;
	-webkit-appearance:none!important;
	background:url(../images/select.png) center top no-repeat;
	margin:0 10px -4px 0;
}
.rdio:checked{background:url(../images/selected.png) center top no-repeat;}
.prd-txt1 {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	color: #ff475b;
	font-weight: bold;
	margin-top: 15px;
}
ul.prds1-list{
	padding: 6px 0 5px 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	row-gap: 7px;
	}
ul.prds1-list li{
    text-align: left;
    padding: 0 0 0 0px;
    margin: 0px 0 0px 0;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #585858;
    line-height: 28px;
}
ul.prds1-list li span{ font-weight:700;}
.prds1-pkg1, .prds1-pkg2{}
.prds1-pkg2{margin:11px 0 0 0;}
.selected{
}
.prdpkg-lft, .prdpkg-rgt{
	display: inline-block;
	font-size: 26px;
	line-height: 40px;
	color: #222;
	padding: 0px 0px 0 0;
	font-weight: 700;
	float: left;
	width: 100%;
}
.prdpkg-rgt{
	width:20%;
	padding:2px 0 0 10px;
	text-align:right;
}
p.aval-status {
        font-size: 18px;
    font-weight: 300;
    float: right;
    /* width: 100%; */
    margin-top: 10px;
}
p.aval-status span{
	    font-weight: 400;
    color: #32b500;
	}
.prdpkg-save{
	height:46px;
	width:102px;
	background:#329f2f;	
	float:right;
	margin:0 10px 0 0;
	border-radius:6px;
	font-weight:normal;	
	font-size:16px;
	line-height:20px;
	color:#fff;
	text-align:center;
	padding:2px 0 0 0;
}
.prdpkg-save span{
	font-weight:600;
	font-size:22px;
}
.prd-dets-btm .bnrbtn {
    color: #0080b5;
    border: 1px solid #0080b5;
	margin-top: 10px;
}
.prd-dets-btm .bnrbtn:hover{color:#fff;}
a.pkgbtn, .pkgcards{float:left; display:inline-block; margin:0 0 0 40px;}
.pkgcards{margin:34px 0 0 0;}

.prd-dets-btm {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    padding: 20px;
    background: #ebebeb;
}
.catagory-select {
    float: left;
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
}
.catagory-select h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	}
.catagory-select form {
    float: left;
	width: 47%;
}
.catagory-select form label {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    display: block;
    margin: 13px 0;
}
.catagory-select form select{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}
.inner {
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    column-gap: 10px;
}

.inner .size-link {
    float: left;
    width: 11%;
    border: 1px dotted #333;
    padding: 8px 0;
    color: #333;
}

.inner .size-link.active {
    border: 1px solid #ff3c00;
    background: #ff3c00;
    color: #fff;
    border-radius: 5px;
}

.select-size {
    float: left;
    width: 100%;
}

.size-guide-box {
    float: left;
    margin: 20px 0 0 0px;
    font-size: 20px;
    font-weight: 400;
	width:48%;
}
.size-guide-box a{
	color: #191919;
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
	}

/*-------------- */
.prd_quantity {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    float: left;
    width: 100%;
}
.prd_quantity p {
    display: inline-block;
    vertical-align: middle;
}
.wan-spinner2 {
    display: inline-block;
    vertical-align: middle;
	border:1px solid #d2d2d2 !important;
}
.wan-spinner2 .minus,
.wan-spinner2 .plus,
.wan-spinner2 input {
	height: 38px;
	float: left;
	line-height: 1em;
	padding: 0 3px;
	text-align: center;
	border: none;
	line-height: 38px;
	margin: 0 1px;
	font-size: 18px;
	color: #5d5d5d;
	background: #f5f5f5;
}

.wan-spinner2 input {
  margin: 0;
  width: 20px;
  background:#fff;
}

.wan-spinner2 .minus,
.wan-spinner2 .plus {
  color: #5d5d5d;
  cursor: pointer;
  text-decoration: none;
  width: 35px;
  
}

/*********** spinner end *************/

/*==================CART FROM===================*/
.cart-frm{
	float:left;
	width:100%;
	padding: 40px 0;
}
.crt-from-sec {
	float:left;
	width:100%;
}
.crt-frm1, .crt-frm2 {
	width: 58%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 4px;
}
.crt-frm2 {
	clear: both;
}
.frm1, .frm2 {
	padding: 20px 20px;
    text-align: center;
    float: left;
    width: 100%;
    background: #f9f9f9;
}
.safebox {
	position: relative;
	padding: 10px 0;
	float: left;
	width: 100%;
}
.safe-iconbox, .safe-iconbox2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 88px;
	height: 62px;
	background: #0e6896 url(../images/safe-icon.png) center center no-repeat;
	display:none;
}
.safe-iconbox2 {
	background: #0e6896 url(../images/pay.png) center center no-repeat;
}
.safe-iconbox img, .safe-iconbox2 img {
	margin: 0 -18px 0 0;
	float: right;
}
.safebox p {
	font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #2d2d2d;
    float: left;
    width: 100%;
}
@media only screen and (max-width: 1187px){
.prds1-rgt {width: 48%;padding: 0 10px;}	
.prds1-hding {
    font-size: 28px;
    line-height: 38px;
}
}
@media only screen and (max-width: 1023px){

.shop-prod-inr .s2-inr-bx{}
.slide-img{width:270px;}	
.prds1-hding {
    font-size: 26px;
    line-height: 36px;
}
ul.prds1-list{padding:8px 0 0 0;}
ul.prds1-list li{margin:5px 0 0 0;}
ul.mglist li{
	margin:0 20px 0 0;
	font-size:18px;
	line-height:22px;
}
ul.mglist li:last-child{margin:0;}
.prds1-pkg1, .prds1-pkg2{	
	padding:5px 5px;	
}
.prds1-pkg1{margin:0px 0 0 0;}
.selected{
}
.prdpkg-lft, .prdpkg-rgt{	
	font-size: 30px;
    padding: 0 0 0 0px;
}
.prdpkg-rgt{padding:0 0 0 10px;}
.prdpkg-save{
	height:48px;
	width:80px;	
	font-size:14px;
	line-height:21px;	
}
.prdpkg-save span{font-size:20px;}
.pkgcards{margin:15px auto 0 auto;float:none;display:block;}

.details-s1-left{ width:38%;}
.prds1-rgt{ width: 54%; padding:0;}
}
@media only screen and (max-width: 767px){
.shop-prod-inr .s2-inr-bx{ width: 48%; max-width: 100%;}
.shop-prod-inr{ margin-top:20px;}
.inner-top{padding: 5px 0;}
ul.inner-top-list li{ font-size:14px;}
.prd-sec1{padding:20px 0 20px;}
.prds1-lft, .prds1-rgt{width:100%;}
.prds1-rgt{margin:7px 0 10px 0;}
.details-s1-left{ width:100%;}
.prds1-rgt .bdfont{  width:100%;}
.inner .size-link{width: 15%;}
.prds1-hding, .prds1-view{}
.prds1-view{margin:8px 0 0 0;}
.slide-img{margin:20px auto -10px auto;}
.catagory-select,.prds1-pkg1{width:100%}
.prd-dets-btm{padding:10px;}
ul.prds1-list li{width:100%; margin:0;}
ul.prds1-list{padding:0px 0 0 0;}
.secure-logo {margin-left: 10px;max-width: 150PX;}

}
@media only screen and (max-width: 479px){
.slide-img{width:220px;}
.prds1-hding {
	font-size: 25px;
	line-height: 34px;
}
ul.prds1-list li {padding: 0 0 0 10px; font-size: 16px; line-height: 24px;}	
.prdpkg-lft{
	    line-height: 32px;
    font-size: 24px;
    padding-top: 0;
}
.prdpkg-rgt{
	height:46px;
	width:25%;
	font-size:17px;
	padding:0 0 0 0;
}
.size-guide-box {
}
.prds1-pkg1 {
    margin: 0;
}
.prd-sec4 {
	margin:0 !important;
	padding: 10px 0 2px;
}
p.inner-strip-hd {
    font-size: 24px;
	padding: 0px 0 8px 0;
}
.shop-prod-inr {
    margin-bottom: 0;
}
.prdpkg-save{
	height:43px;
	width:70px;	
	font-size:13px;
	line-height:18px;
	padding:3px 0 0 0;	
}
.prd_quantity{ 
	float: left;
    width: 100%;
    margin: 5px 0 0;
    }
.prdpkg-save span{font-size:19px;}
ul.mglist{text-align:center;}
ul.mglist li, ul.mglist li:last-child{text-align:center;margin:10px 10px 0 0;float:none;display:inline-block;}
ul.mglist li:last-child{margin:10px 0 0 0;}
ul.mglist li:first-child{width:100%;margin:0;}
.rdio{width:18px;height:18px;background-size:100%;}
.rdio:checked{background-size:100%;}

}
span.nt-txt {
    float: left;
    width: 100%;
    margin: 15px 0;
}
/*================= product section2====================*/
.prd-sec2{margin-top:50px;}
.tabhding{
	    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #2f2422;
    text-align: left;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 20px;
}
.tabtxt1{padding:15px 0 0 0;}
.tabimg1{float:right;margin:-30px 0 0 0;}
img.ing-img {float: left; margin-top: 10px;}
.salve-tabimg1{float:right;margin:0 0 20px 0;}
.salve-tab2img1{float:right;margin:20px 0 0 0;}
.rollon-tabimg1{float:right;margin:-50px 60px 0 80px;}
.rollon-tabimg2{float:right;margin:30px 60px 0 80px;}
.benefit-box, .feature-box{
	float:left;
	display:inline-block;
	width:50%;
	margin:20px 0 0 0;
}
.bnfhding, .tabsubhding{
	font-weight:600;
	font-size:20px;
	line-height:35px;
	text-align:left;
	background:url(../images/keyfact-icon.png) left 5px no-repeat;
	padding:0 0 0 36px;
}
.feature{background:url(../images/help-icon.png) left top no-repeat;}

.tabsubhding{
	margin:40px 0 0 0;	
	padding:0 0 0 30px;
	border-bottom:1px dotted #ff3c00;
	background:url(../images/safe-icon.png) left 3px no-repeat;
}
ul.bnflist{padding:10px 0 0 0;}
ul.bnflist li{
	background:url(../images/bullet2.png) left 6px no-repeat;
	margin:5px 0 0 0;
	padding:0 0 0 25px;
}
ul.rlflist{padding:10px 0 0 0;}
ul.rlflist li{
	float:left;
	display:inline-block;
	margin:20px 45px 0 0;
	text-align:center;
}
ul.rlflist li img{
	margin:0 auto;
	display:block;
}
.tabstep-hding{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding:30px 0 0 0;
}
.tabstep-subhding{
	font-size:22px;
	line-height:28px;
	font-weight:600;
	color:#ff3c00;
	text-align:left;
	padding:10px 0 0 0;
}
.tabtxt2{padding:8px 0 0 0;}
ul.inglist{padding:20px 0 0 0;}
ul.inglist li{
	background:url(../images/bullet2.png) left 6px no-repeat;
	margin:12px 0 0 0;
	padding:0 0 0 25px;
}
.labimg{margin:30px 0 0 0;border:2px solid #ccc;}

@media only screen and (max-width: 1187px){
.prd-sec2{padding:50px 0;}	
ul.rlflist li {margin: 20px 31px 0 0;}
.benefit-box, .feature-box{margin:40px 0 0 0;}
}
@media only screen and (max-width: 1023px){
.prd-sec2{padding:30px 0 50px 0;}
.tabimg1{    
	float: none;
    margin: 20px auto 0px auto;
    max-width: 240px;
    display: block;}
.salve-tabimg1, .salve-tab2img1{float:none;margin:20px auto -20px auto;width:350px;display:block;}
ul.rlflist li {margin: 20px 40px 0 0;}
.tabimg1-tab{float:right;margin:-4px 0 0 0;}
.rollon-tabimg1{float:right;margin:-30px 0 0 20px;}
.rollon-tabimg2{float:right;margin:10px 0 0 20px;}
}
@media only screen and (max-width: 767px){
.prd-sec2{padding:20px 0 20px 0; margin-top:0;}
.tabhding{
	font-size:24px;
	line-height:26px;
}
.tabimg1{width:250px;}
.benefit-box, .feature-box, .tabsubhding{margin:25px 0 0 0;}
ul.bnflist{padding:4px 0 0 0;}
ul.bnflist li{padding:0 0 0 20px;}
ul.rlflist li{margin:10px 30px 0 0;}
.tabimg1-tab{float:none;margin:-10px auto -20px auto;display:block;}
.salve-tabimg1-tab{float:none;margin:20px auto -20px auto;width:300px;display:block;}
.rollon-tabimg1{float:right;margin:0 20px 0 20px;}
.rollon-tabimg1-mob{margin:10px 20px 0 0;width:100px;}
.rollon-tabimg2{margin:20px 0 0 0;width:130px;}
ul.inglist {padding:10px 0 0 0;}
ul.inglist li{margin:6px 0 0 0;}
ul.inglist li.lft, ul.inglist li.rgt{
	float:left;
	display:inline-block;
	width:50%;
	padding:0 0 0 20px;
}
}
@media only screen and (max-width: 550px){
.rollon-tabimg1{float:right;margin:0 0;}
.rollon-tabimg1-mob{margin:-30px 0 0 0;width:120px;}
}
@media only screen and (max-width: 479px){
.benefit-box, .feature-box{width:100%;}
.tabsubhding{line-height:25px;padding:0 0 6px 30px;}
ul.rlflist li {
    margin: 10px 22px 0 0;
}
ul.bnflist li{padding:0 0 0 25px;}
ul.lablist li{margin:20px 0 0 0;width:100%;}
.rollon-tabimg1, .rollon-tabimg2{
	float:none;
	margin:20px auto -10px auto;
	display:block;
	width:100px;
}
}
@media only screen and (max-width: 400px){
.rollon-tabimg1-mob{
	float:none;
	margin:20px auto -10px auto;
	display:block;
	width:100px;
}
}
@media only screen and (max-width: 359px){
ul.inglist li.lft, ul.inglist li.rgt{	
	width:100%;
	padding:0 0 0 25px;
}
ul.rlflist li {
    margin: 10px 15px 0 0;
}
}
/*================= product section3====================*/
.prd-sec3{padding:70px 0 60px 0;}
.prd-tcontainer{width:86%;margin:0 auto;}
.prd-tbx1, .prd-tbx2{
	padding:30px 0 0 98px;
	margin:30px 0 0 0;	
	position:relative;
}
.prd-tbx2{
	border-top:1px solid #ebebeb;
}
.name-symbol{
	position:absolute;
	left:0;
	top:30px;
	height:73px;
	width:73px;
	background:#dce9ea;
	border-radius:50%;
	font-weight:500;
	font-size:30px;
	line-height:73px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.prd-tbxtxt{color:#2d3444;}
.prd-tstar{margin:5px 0 10px 0;display:block;}
.prd-tbxtxt2{
	color:#329f2f;
	padding:15px 0 0 0;
}
@media only screen and (max-width: 1187px){
.prd-tcontainer{width:100%;}
}
@media only screen and (max-width: 1023px){
.prd-sec3{padding:40px 0 50px 0;}
.prd-tbx1, .prd-tbx2{
	padding:20px 0 0 88px;
	margin:20px 0 0 0;
}
.name-symbol{top:20px;}
}
@media only screen and (max-width: 767px){
.prd-sec3{padding:20px 0 40px 0;}
.prd-tbx1, .prd-tbx2{padding:20px 0 0 64px;}
.name-symbol{
	height:53px;
	width:53px;
	font-size:25px;
	line-height:53px;	
}
}
@media only screen and (max-width: 359px){
.prd-tbx1, .prd-tbx2{padding:20px 0 0 0;}
.name-symbol{
	position:inherit;
	left:auto;
	top:auto;
	margin:0 0 10px 0;	
}
}
/*================= product section4====================*/
.prd-sec4 {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.prd-container, .prd-container2{
	width:730px;
	margin:40px auto 0 auto;
	display:table;
}
.prd-container2{width:100%;}
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{
	float:left;
	display:inline-block;
	width:48%;
	height:auto;
	border:1px solid #e9e9e9;
	border-radius:6px;
	padding:10px 16px 20px 16px;
}
.prd-bx2{float:right;}
.prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:30%;margin:0 1.65%;height:auto;padding-bottom:20px;}
.prdbx-img{margin:0 auto;display:block;}
.prdbx-hding{
	font-weight:600;
	font-size:21px;
	line-height:28px;
	color:#2f2422;
	text-align:center;
	border-bottom:2px dotted #bdd7b9;
	padding:16px 0 12px 0;
}
.prdbx-txt{
	padding:15px 10px 0 10px;
	text-align:center;
	height:150px;
}
.prd-sec4 .s2-btm-tx3{ margin: 10px 0 5px;}
@media only screen and (max-width: 1187px){
.prd-sec4{padding:35px 0 40px 0;}
.prd-container{width:650px;}
.prdbx-txt{height:180px;}
}
@media only screen and (max-width: 1023px){
.prd-sec4{padding:25px 0 50px 0;}
.prd-container{width:580px;}
.prd-container2{width:100%;}
.prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:31.30%;margin:0 1%;}
.prdbx-txt{
	padding:15px 0 0 0;
}
}
@media only screen and (max-width: 767px){
.prd-sec4{padding:15px 0 15px 0;}
.prd-container, .prd-container2{width:auto;margin:10px auto 0 auto;}
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{
	float:none;
	width:90%;
	margin:20px auto 0 auto;
	display:block;
	height:auto;
	padding-bottom:26px;
}
.prdbx-txt{height:auto;}
}
@media only screen and (max-width: 479px){
.prd-bx1, .prd-bx2, .prdmain-bx1, .prdmain-bx2, .prdmain-bx3{width:100%;}
}

.ingredients-pannel{
	    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
	}
.ing-lft-bx{
	float: left;
    width: 80%;
    text-align: center;
	}
.ing-lft-bx-hed{
	    float: left;
    width: 100%;
    font-size: 24px;
    margin: 10px 0 20px;
	}
.ing-lft-bx img{
	max-width:100%;
	}
.ing-rgt-bx {
    float: right;
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 767px){
	.ing-lft-bx{ width:100%;}
	.ing-rgt-bx{ width:100%;}
	.ing-rgt-bx img{ max-width:50%;}
	}





/*****************************/
/*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: #ff475b;
    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 #ff475b;
}
.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 .prd-lst br {
    display:none;
}
.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;
}