@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; max-width:100%; vertical-align:middle; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

.cart-open-bg {
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
    display: none;*/
}	
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.fl{ float:left;}
.fr{ float:right;}	
	
.topStrip{
	background: #523574;
	float:left;
	width:100%;
	padding:6px 0 8px;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:16px;
	color:#fff;
	
	letter-spacing:0.5px;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
	}		
	
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 80px;
	}
.nav-sec{
	float: left;
	width: 100%;
	background: #fff;
	height: 80px;
	margin-top: -80px;
	top: 80px;
	position: relative;
	padding: 25px 0;
	text-align: center;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 10;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);		
	}
.logo{ 
	float: left;
    max-width: 295px;
}	
ul.menu-list{
	display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
	}
ul.menu-list li{
	float:left;
	font-size:17px;
	line-height:18px;
	padding:0 15px;
	position:relative;
	
	letter-spacing:0.5px;
	}
ul.menu-list li:after{
	content:'';
	width:1px;
	background:#ababab;
	top:3px;
	bottom:0px;
	position:absolute;
	right:0;
	}	
ul.menu-list li:last-child:after{display:none;}	
ul.menu-list li a{color:#484848; font-weight:500; text-transform: capitalize;}
ul.menu-list li a.active{color:#681ebf;}

ul.nav-rgt{margin: -5px 0px 0 0;}
ul.nav-rgt li{
	display:inline-block;
	vertical-align:middle;
	font-size:17px;
	line-height:18px;
	border-radius:20px;
	color:#484848;
	
	}
ul.nav-rgt li a{
	float:left;
	width:100%;
	height:100%;
	color:#484848;
	line-height:36px;
	position:relative;
	}
ul.nav-rgt li img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;	
	}
ul.nav-rgt li a span{
	float:right;
	height:100%;
	border-left:1px solid #ffe2ae;
	text-align:center;
	width:35px;
	}	
a.nav-btn{
    float: right;
	background:#006dc7;
    color: #fff;
    font-size:16px;
    text-align: center;
    width: 138px;
    height: 40px;
    line-height:38px;
	border-radius:20px;
	
	font-weight:600;
	margin-top:20px;
	letter-spacing:0.5px;
	}	
/**********************************/
	
.bannar-sec{
    background:url(../images/bnr-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
	height:441px;
	padding:40px 0;
	}
.bnr-lft{
	float: left;
    width: 100%;
    max-width: 730px;
    text-align: left;
    padding: 0px 0px 0px 0px;
	}							
.bnr-head{
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	}	
.bnr-head span{color: #ffde00;  }	
.bnr-para{
    display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
	}		
.bnr-prod {
    position: absolute;
    right: 260px;
    top: 210px;
    max-width: 340px;
    transform: rotate(20deg);
}
.btnBlk{
	display:inline-block;
	vertical-align:middle;
	width:222px;
	max-width:100%;
	text-align:center;
	margin-top:30px;
	}
.bannar-sec .btnBlk{}
.shop-btn{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 55px;
    color: #000;
    font-size: 19px;
    line-height: 55px;
    position: relative;
    font-weight: 700;
    border-radius: 6px;
    background: #ffde00;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    max-width: 224px;
    margin-top: 30px;
    border: none;
    outline: none;
}
.bnr-lft .shop-btn{ margin-top:32px;}	
.bnr-prd-div{
	position:absolute;
	right: 21%;
    top: 265px;
	width:400px;
	height:400px;
	padding:33px 0 0 0;
	background:#fff;
	border-radius:50%;
	text-align:center;
	box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
   -webkit-box-shadow: 0 0 20px 1px rgb(0 0 0 / 20%);
   overflow:hidden;
	}	
.bnr-prodt{
	display:inline-block;	
	vertical-align:middle;
	max-width:100%;
	}	
.bnr-txt{
	float:left;
	width:100%;
	padding: 4px 40px 0;
	font-size:24px;
	line-height:26px;
	color:#080808;
	font-weight:600;
	}	
.bnr-txt span{
	display:block;
	margin-top:10px;
	font-size:28px;
	line-height:30px;
	color:#c05f00;
	}				
.bnr-pdt-bx{
    width: 430px;
    height: 450px;
    text-align: center;
    border-radius: 10px 10px;
    background: #ffde00;
    position: absolute;
    top: 176px;
    right: -46px;
    z-index: 9;
	}
.txt-bnr{
    float: left;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
    line-height: 46px;
    padding: 365px 0 0;
	}
.bnr-prod1{
        position: absolute;
    left: 46px;
    top: -54px;
    width: 340px;
    transform: rotate(21deg);
	}
/******************************/
.strip-sec{
	float: left;
    width: 100%;
	background:#fff;
    padding: 20px 0;
	}
.strip-sec-lft{
	float: left;
    width: 66%;
    padding: 0px 0px;
}
ul.strp-lst {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 20px;
}
ul.strp-lst li {
    float: left;
    padding: 20px 15px;
    position: relative;
    width: 49%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #3c3c3c;
	border:1px solid #e8e8e8;
	border-radius:15px;
}
ul.strp-lst li span{
	display: block;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 6px;
	}
ul.strp-lst li img{
	display:block;
	margin:0 auto 10px;
	}
/******************************/
.bnr-btm-strip{
	float: left;
    width: 100%;
	background:#f2f6f7;
    padding: 32px 0;
	}
.social-strip{
	float: left;
    width: 100%;
    padding: 0px 0px;
}
.social-strip ul{
	    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 20px;
}	
.social-strip ul li {
    float: left;
    padding-left: 55px;
    position: relative;
    width: 24%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #3c3c3c;
}
.social-strip ul li p{
    }
.social-strip ul li span{
	display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
	color:#000000;
    margin-bottom:0px;
	}
.social-strip ul li:last-child:after{border:none;}
.social-strip ul li img{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 47px;
}	
.strip-cart {
    float: right;
    width: 40%;
}
.strip-cart ul li {
    padding: 0;
    width: 49%;
    text-align: center;
}

.strip-cart ul li img {
    position: static;
    display: block;
    margin: 0 auto 10px;
}

.strip-cart ul li:after {
    border: none;
}
.strip-cart .s3-image {
    position: static;
    margin-top: 20px;
    max-width: 380px;
	width:100%;
	float: right;
}
/*-----------------------
CSS FOR SECTION1
------------------------*/		
.section1{
    background: #fff;
    float: left;
    width: 100%;
	padding:0px 0 0px;
	height:auto;
	}
.s2-inr{
	float:left;
	width:100%;
	text-align:left;
	}
.common-head1{
	float:left;
	width:100%;
	font-size:28px;
	line-height: 36px;
	color:#ffde00;
	font-weight:700;
	font-family: 'Mallory';
	margin-bottom:10px;
	letter-spacing:0.5px;
	}	
.common-head2{
    float: left;
    width: 100%;
    font-size: 38px;
    line-height: 52px;
    color: #000;
    font-weight: 700;
    margin-top: 0px;
    text-transform: capitalize;
	}	
.common-para{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #5d5d5d;
    font-weight: 400;
    margin-top: 18px;
}
.common-head3{
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 44px;
    color: #36415a;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 30px;
	text-align:left;
	}
.cmn-hdg3-line{ margin:0 0 0 20px;}	
.s1-Box{
	float: left;
    width: 100%;
    height: 175px;
    padding: 30px 0 0 30px;
    background: #f6f7e5;
    position: relative;
    text-align: left;
    overflow: hidden;
	}
.s1-bx-txt{
	float:left;
	width:100%;
	font-size:30px;
	line-height:38px;
	color:#37b90f;
	font-weight:normal;
	position:relative;
	padding-left:44px;
	}
.s1-bx-txt span{ font-weight:bold;}	
.s1-bx-txt img{
	position:absolute;
	left:0;
	top:5px;
	}	
.s1cont-box{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:45px;
	row-gap: 20px;
    column-gap: 10px;
	}
.s1cont-box-row{
	float:left;
	width:24%;
	text-align:left;
	border-radius:12px;
	padding:25px 55px 30px 20px;
	position:relative;
	-webkit-box-shadow: 0 0 5px 1px #f7ebff;
	box-shadow: 0 0 5px 1px #f7ebff;
	}	
.s1cont-head{
	float:left;
	width:100%;
	font-size:17px;
	line-height:28px;
	color:#292929;
	font-weight:500;
	position:relative;
	z-index:2;	
	letter-spacing: -0.3px;
	}
.s1cont-para{ 
	position:relative;
	z-index:2;
	margin-top:8px;
	}	
.s1bx-icn1{
	    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 1;
    opacity: 0.8;
    max-width: 55px;
    transform: translateY(-50%);
	}
.s1-mid{
    display: inline-block;
    width: 46%;
    text-align: center;
    padding: 36px 0;
	}
.s1-mid .common-head2{
	color:#fff;
	font-size:30px;
	line-height:36px;
	}
.s1-mid .common-para{ color:#fff;}
.s1-md-hdg{
	display:inline-block;
	width:100%;
	font-size:23px;
	line-height:32px;
	text-transform:uppercase;
	color:#fff;
	font-weight:500;
	margin-bottom:20px;
	}
.s1-img2{
	position:absolute;
	top:0;
	left:0;
	width:360px;
	}
.s1-img2a{}
.s1-img{
    position: absolute;
    top: -40px;
    right: 30px;
	}
/*======================*/	
.sty-prods{
	float: left;
    width: 100%;
    padding: 30px 0;
}
.sty-prods-bxs{
    float: left;
    width: 100%;
    position: relative;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    row-gap: 20px;
}
.sty-img{
	position: absolute;
    left: -45px;
    top: -85px;
	}	
.lft-bx1, .lft-bx1-rit{
	float: left;
    width: 49%;
	background:url(../images/lft-bx1-bg.png) no-repeat center top;
	height:459px;
    padding: 0px 0 0 0px;
	position:relative;
	}
.lft-bx1-rit{
	background:none;
	float:right;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
	}
.lft-bx1-rit1, .lft-bx1-rit2{
    float: left;
    width: 100%;
    background: url(../images/lft-bx-rit1.png) no-repeat center top;
    height: 218px;
	position:relative;
	}
.lft-bx1-rit2{
	background:url(../images/lft-bx-rit2.png) no-repeat center top;
	}
.sty-prods-bxs-rit{
	float:left;
	width:100%;
	text-align: left;
    padding: 35px 30px;
	}
.sty-prdt2{
    position: absolute;
    top: 15px;
    right: 38px;
    width: 146px;
	}
.sty-prods-bxs-rit .prod-name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
    min-height: auto;
}
.lft-bx1-rit2 .sty-prods-bxs-rit .sty-prdt2{
	right:auto;
	left:30px;
	}
.lft-bx1-rit2 .sty-prods-bxs-rit{
	padding:35px 30px 0px 225px;
	}
.sty-prods-bxs-lft{
    float: left;
    width: 56%;
    text-align: left;
    padding: 45px 0 0 30px;
	}
.lft-bx1-prod{
	position: absolute;
    right: 1%;
    top: 0;
    max-width: 25%;
	}	
.lft-bx1-cont{
	display: inline-block;
    width: 100%;
    padding: 78px 30px 0;
	}
.bx-hdg, .bx-price{
    display: inline-block;
    width: 100%;
    color: #282828;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 15px 0 0;

	} 
.sty-prods-bxs-lft .prod-name{
	font-size:32px;
	line-height:40px;
	margin-bottom:14px;
	}
.sty-prods-bxs-lft p.prod-desc-prc{ font-size:20px; line-height:32px;}
.bx-price{ margin-top:10px;}
.lft-bx1-cont .bx-hdg{}
.bx-hdg span{
    display: block;
    color: #2c90cf;
    font-size: 65px;
    line-height:75px;
	margin-bottom:10px;
	}
.bx-para{
	display: inline-block;
    width: 100%;
    color: #2d2d2d;
    font-weight:400;
    font-size:17px;
    line-height:26px;
	margin-top:12px;
	}	
.sty-bnt{
    background: none;
    text-decoration: underline;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    float: left;
	}
.sty-bnt:hover{ text-decoration: underline;}
.sty-prdt{
    position: absolute;
    top: 242px;
    right: 60px;
    width: 272px;
	}

.sty-btn{
    background: none;
    text-decoration: underline;
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 40px;
	margin-bottom:0;
    letter-spacing: 1.5px;
	text-transform: uppercase;
    font-size: 18px;
	}
.lft-bx1-cont .sty-btn{
	margin-top: 60px;
	color: #000a0b;}
.lft-bx-rit{
	float:right;
	width:776px;
	}
.lft-bx2{
	float:left;
	width:100%;
	background:url(../images/sky-bx2-bg.png) no-repeat center top;
	height:268px;
	}
.lft-bx3, .lft-bx4{
	float:left;
	width:378px;
	background:url(../images/sky-bx3-bg.png) no-repeat center top;
	height:266px;
	margin-top:25px;
	padding: 150px 30px 0;
	}
.lft-bx4{
	    float: right;
    background: url(../images/sky-bx4-bg.png) no-repeat center top;
    width: 368px;
    padding-top: 119px;
	}
.lft-bx3 .bx-hdg{ color:#1b1b1b;}
.lft-bx4 .bx-hdg, .lft-bx4 .bx-hdg span{ text-align: center;}
.lft-bx2-cont{
	    display: inline-block;
    width: 100%;
    padding: 152px 30px 0;
    text-align: left;
	}
.lft-bx2-cont .bx-hdg span{
	color: #000;}
.lft-bx2-cont .sty-btn{ 
    float: right;
    margin: 18px 0 0;

}
ul.sty-prods-lst{
	float:left;
	width:100%;
	text-align:center;
	}
ul.sty-prods-lst li{
	display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 6px;
	position:relative;
	}
ul.sty-prods-lst li .pro-p1{ }
ul.sty-prods-lst li a {
    padding: 30px 20px;
    float: left;
    width: 100%;
    transition: all 0.3s;
    transform: scale(0.99);
	position:relative;
	overflow:hidden;
	display:block;
}
p.sty-bx-price {
    font-size: 22px;
    font-weight: 600;
}
ul.sty-prods-lst li a:hover{
	padding:30px 20px;
	transition: all 0.3s;
    transform: scale(1.05);
	box-shadow:0 0 5px #d2d2d2;
	}
ul.sty-prods-lst li .prd-box-txt{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	}
ul.sty-prods-lst li:nth-child(2){
	background:#cadfd8;
	}
ul.sty-prods-lst li:nth-child(3){
	background:#fce66c;
	}
ul.sty-prods-lst li:nth-child(1){
	background:#ebc8cc;
	}
ul.sty-prods-lst li a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}
ul.sty-prods-lst li a:hover::before {
    left: 180%;
    -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}
			
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	float: left;
    width: 100%;
    padding:70px 0 50px;
    position: relative;
	}
.s2-lft{
    display: inline-block;
    width: 95%;
	}
.s2-rgt{
	float:right;
	width:23.33%;
	margin-top:45px;
	padding:28px 12px 20px;
	background:#e0efed;
	}
.s2-rgt-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-top:60px;
	}	
.s2-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:30px;
	line-height:40px;
	color:#071c1f;
	font-weight:700;

	}	
.s2-txt span{
	display:block;
	font-size:17px;
	line-height:23px;
	color:#eb7323;
	margin-bottom:16px;
	text-transform: capitalize;
	}	
ul.tab-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
    row-gap: 10px;
    column-gap: 10px;
	}
ul.tab-list li {
    float: left;
    width: auto;
    position: relative;
    padding: 6px 0px;
    margin: 0 15px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: #2d2d2d;
    text-transform: capitalize;
}

ul.tab-list li:hover, ul.tab-list li.active, ul.tab-list li:hover a, ul.tab-list li.active a{
	border-bottom:2px solid #49acea;
}	
.prodBox{
	float: left;
    width: 100%;
    margin-top: 45px;
	}	
.prodbox-row{
    float: left;
    width: 24%;
    position: relative;
    border: 1px solid #e8e8e8;
	    padding-bottom: 20px;
    border-radius: 15px;
    text-align: center;
	background:#fff;
	}
.prod-pg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
}
.prod-pg .prodbox-row{
	}
.prodt-img-div{
	float: left;
    width: 100%;
    border-radius: 0;
    padding: 10px 5px;
	}
.prodt-img-div img{
	display: block;
    max-width:140px;
    width: 100%;
    margin: 0 auto;
	}
.prods{
	display: block;
    max-width:140px;
    width: 100%;
    margin: 0 auto;
	}
.prodt-txt-div{
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 10px 20px 10px;
	}	
p.prod-desc-prc {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: 700;
    margin-top: 6px;
}
.prod-name{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom:10px;
	}
.prod-name span{ 
	display: none;
    font-size: 16px;
    color: #858585;
}
.prdt-btn{
	display:inline-block;
	vertical-align:middle;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    max-width: 205px;
    margin-top: 20px;
	}
.prodt-txt-div a.order-btn{
	width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 24px;
    color: #49acea;
    background: none;
    text-decoration: underline;
    text-align: left;
    margin-top: 12px;
    text-transform: capitalize;
	}
.pn-col1{ color:#1c5d9f;}
.pn-col2{ color:#2c1a52;}
.pn-col3{ color:#34734f;}
.pn-col7{ color:#20837f;}
.pn-col8{ color:#a5395f;}
.pn-col9{ color:#604197;}
.pn-col10{ color:#9d3a3e;}

.prod-desc{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #323232;
    /* letter-spacing: 0.5px; */
    margin-top: 10px;
    text-align: left;	
	}
.prod-star{
	display:inline-block;
	vertical-align:middle;
	margin-top:4px;
	}	
.select-prod{
	display:inline-block;
	vertical-align:middle;
    width: 100%;
	max-width:210px;
    height: 47px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 17px;
    color: #000000;
    
    padding: 0 15px;
    outline: none;
    -webkit-appearance: none;
	letter-spacing:0.3px;
	margin-top:15px;
    background: url(../images/slct-arw.png) no-repeat 94% center #fff;
	}		
.order-btn{
	background: #ffde00;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 10px;
	width: 200px;
	font-size: 18px;
	line-height: 24px;
	border-radius: 5px;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	border: none;
	outline: none;
	}
.s2-list{
	float:left;
	width:100%;
	text-align:center;
	margin-top:50px;
	}
.s2-list li{
	display:inline-block;
	vertical-align:top;
	padding:0 30px;
    position: relative;
	}
.s2-list li:before{
    content: '';
    border-right: 1px solid #e2e2e2;
    top: 15px;
    bottom: 0;
    right: 0;
    position: absolute;
	}
.s2-list li:last-child:before{ display:none;}			
.s2-list li img{
	    max-width: 100%;
    margin: 0 auto 0;
    display: block;
    width: 42px;
	}	
.s2-list p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#292929;
	
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:15px;
	}
/*-----------------------
 Scroll Strip
------------------------*/
.scrollStrip{
	width:100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #006dc7;
	position: relative;
	}
.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
	}
.item {
	display:inline-block;
	vertical-align:middle;
	background: #006dc7;
	padding:15px 40px;
	font-size:16px;
	line-height:26px;
	font-family: inherit;
	color:#ffffff;
	letter-spacing:0.5px;
	}
.item  img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 5px 0 0;
	}
	
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section3{
    background: #fff;
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    position: relative;
	}	
.section3 .common-head2{
	float:left;
	text-align:left;
	width:49%;
	border-right:2px solid #ccc;
	}
.section3 .common-para{
    float: right;
    text-align: left;
    width: 47%;
    margin: 0 0;
	}
.s3-cont{
	float: right;
    width: 54%;
    text-align: left;
    padding: 32px 0;
	}
.s3-list{
	float:left;
	width:100%;
	margin-top:60px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
	}
.s3-list li{
	float:left;
	width:33.33%;	
	position:relative;
	padding:0 44px;
	font-size:20px;
	line-height:30px;
	color:#2a273c;
	font-weight:normal;
	border-right:2px dotted #dad8d8;
	}
.s3-list li img{
	display:block;
	margin:0 auto 40px;
	}
.s3-list li span{
	display:block;
	margin-bottom:15px;
	color:#2a273c;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	font-family: 'Sofia Pro';
	}
.s3-list li:last-child{ border:none;}
.s3-imgbx{
	float:right;
	width:37.3%;
	}			
.s3-image{
	position:absolute;
	left:0;
	top:0;
    max-width: 100%;
    border-radius: 10px;
	}	
/*-----------------------
CSS FOR strip
------------------------*/				
.strip{
	float: left;
    width: 100%;
	}	
ul.strp-list{
	float: left;
    width: 100%;
	background:#fdf6ed;
	border:1px solid #f7e1cd;
	padding:20px 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
	}
ul.strp-list li{
	float:left;
	width:33.33%;
	font-size:19px;
	line-height:28px;
	color:#103178;
	font-weight:bold;
	position:relative;
	}
ul.strp-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}			
/*-----------------------
CSS FOR SECTION4
------------------------*/		
.section4{
    float: left;
    width: 100%;
    padding: 90px 0 40px;
	text-align:center;
	background: url(../images/sec4.jpg) no-repeat center top;
	height:584px;
	margin-top: -140px;
	}
.sec4-lft{
    float: left;
    width: 48%;
    text-align: left;
    padding: 95px 0 0;
	}
.sec4-lft .common-head2{ font-size:35px; line-height:46px;}
.section4 .prodt-img-div {background: #f1f1f1;}	
.s4-image{
	max-width:100%;
	margin:50px auto 0;
	display:block;
	}			
.s4-list{
    float: left;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
	}
.s4-list li{
    float: left;
    width: 48%;
    font-size: 16px;
    line-height: 28px;
    color: #000;
	text-transform:capitalize;
    font-weight: normal;
    padding: 0px 0px 0px 80px;
    text-align: left;
    position: relative;
	}
.s4-list li:before{
    position: absolute;
    content: "";
    border-left: 1px solid #cbcbcb;
    height: auto;
    top: 0;
    left: 60px;
    bottom: 0;
	}			
.s4-list li img{
	position:absolute;
	top:5px;
	left:0;
	}	
.s4-list li span{
	display:block;
	font-size:18px;
	line-height:28px;
	text-transform: capitalize;
	color:#232323;
	font-weight:600;
	margin-bottom:0px;

	}	
.s4-list p{ margin-top:7px;}
.wellness-couple{
    position: absolute;
    top: 72px;
    right: 14%;
	}
.s4-prdts{
    position: absolute;
    top: 145px;
    right: 23%;
    width: 248px;
	z-index:1;
	}
.s4-prdts2{
    position: absolute;
    top: 165px;
    right: 25%;
    width: 215px;
	}
/*-----------------------
CSS FOR WELLNESS
------------------------*/
.section-wellness{
	float:left;
	width:100%;
	padding:50px 0;
	}
.sec-wellness-lft{
	float:left;
	width:100%;
	text-align:left;
	}
/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;	
	text-align:center;
	}
.footerBox1{
	display: inline-block;
    vertical-align: top;
	width:100%;
	text-align:center;
	background:#f2f2f2;
	padding:40px 0;
	}			
.ftrBox1{
	float:left;
	width:33.33%;
	padding:0 40px;
	position:relative;
	border-right: 1px solid #d7d7d7;
	}
.ftrBox1:last-child{ border-right:none;}
.ftrbx1-hd{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #292929;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    margin-top: 10px;
	}
.ftrbx1-hd a, .ftrbx1-hd a:hover{text-decoration:underline; color:#333;}	
.ftrbx1-t1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#1e1e1e;
	
	letter-spacing:0.5px;
	margin-top:10px;
	}
	
.ftr-midBox{
	float:left;
	width:100%;
	text-align:center;
	background:#f6f6f6;
	padding:30px 0;	
	border-bottom: 1px solid #d2d2d2;
	}
.ftr-logo {
    margin: 0 auto 0;
    display: block;
    max-width: 260px;
	}	
.ftr-link2{
	float:left;
	width:100%;
	font-size:16px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	margin-top:17px;	
	}
.ftr-link2 a, .ftr-link2 a:hover{ color:#4d4d4d; padding:0 8px;}
p.ftr-txt {float: left; width: 100%; margin-bottom: 10px;}					
								
.footerBox2{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	padding:30px 0;
	font-size:16px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	
	border-top:1px solid #d2d2d2;
	}		
.ftr-link{float:left; width:100%; margin-bottom: 10px;}	
.ftr-link a{ color:#4d4d4d; padding:0 5px;}		
.ftr-cpyrght{float: left; width:100%;}	
					
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}


/*------------------------------
          INNER SECTION
--------------------------------*/		
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 390px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(390px);
	-webkit-transform: translateX(390px);
	transform: translateX(390px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 0 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	opacity:0;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-390px);
	-webkit-transform: translateX(-390px);
	transform: translateX(-390px);
	}

	
.drawer__header{
	float:left;
	height:50px;
	width: 100%;
	background:#ffde00;
	padding:15px;
	}
.table-cell{
	float:left;
	width: 49%;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:0.5px;
	text-align:left;
	}
.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span{
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin: 4px 70px 0 0;filter: invert(1);}

.drawer .nt-slt {width: 100%;}
.drawer .cart-box2 {padding: 10px 0;}
.drawer .cart-prdname .s1prd {top: 0px;left: 10px; max-width: 50px;}
.drawer .cart-prdname {padding: 0 0 0 70px;}
.drawer .four {display: none;}
.drawer .one{width:100%;}
.drawer .cart-remv {left: 10px;right: auto;top: 20px;}
.drawer .cart-box1, .drawer .cart-prd-opt {display: none;}


.cross-icon{
	float:right;
	cursor:pointer;
	margin-top:4px;
	}
.drower-mdlbx{
	float:left;
	width:100%;
	padding:0 20px 20px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #eaeaea;
	text-align:left;
	}
.drawer-prod-lft{
	float:left;
	width:44px;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.5px;
	
	font-weight:600;
	}
.drwer-prod-name span{}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#3e3e3e;
	
	font-weight:500;
	letter-spacing:0.5px;
	}
.drwer-txt1 span{}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#393733;
	font-weight:500;
	}
.drwer-prod-name a{
	float:right;
	font-size:14px;
	color:#959595;
	}
.cart-remv img{
	display:inline-block;
	vertical-align:middle;
	}	
.cart-qty-div{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.sub, .add {
    float: left;
    width: 35px;
    border: 1px solid #ced4da;
    height: 36px;
    padding: 2px 0px 0;
    text-align: center;
	background:#fff;
    outline: none;
	
    cursor: pointer;
	}
.cart-qty-div input{
    float: left;
    border: none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    background: none;
    width: 50px;
    text-align: center;
    height: 36px;
    font-size: 18px;
	font-weight:normal;
    color: #2d2d2d;
	
	font-weight:normal;
	-webkit-appearance:none;
	border-radius:0;
	outline:none;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}
a.chk-btn{
    float: left;
    width: 100%;
	background:#523574;
    color: #fff;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 15px 0 15px;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:20px;
	}
a.continue-btn{
	float: left;
    width: 100%;
	border:2px solid #523574;
    color: #000;
    font-size: 20px;
	line-height:22px;
    text-decoration: none;
    padding: 12px 0;
	text-align:center;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-top:8px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}
.cart-smry{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.crt-smry-hdng{
	float:left;
	width:100%;
	font-size:19px;
	line-height:23px;
	color:#363636;
	
	font-weight:600;
	padding:0 0 8px 0;
	text-align:left;
	letter-spacing:0.5px;
	border-bottom:1px solid #eaeaea;
	}
.cart-prc-p1{
	float:left;
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:18px;
	letter-spacing:0.5px;
	
	padding:5px 0;
	}
.cart-prc-p1 span{
	float:right;
	}
.cart-prc-p2{ font-weight:600;}

/*==================================
CSS FOR DETAILS_PAGE
=====================================*/
.prodBreadcrm{
    float: left;
    width: 100%;
    text-align: left;
    background: #ffde00;
	}
.prodBreadcrm ul{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #656565;	
	font-weight:600;
	display: flex;
    justify-content: flex-start;
    column-gap: 20px;
}	
.prodBreadcrm ul li {
    float: left;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding: 10px 15px;
    position: relative;
	text-shadow: 1px 1px 1px #9b9696;
}
.prodBreadcrm ul li:last-child {
    background: no-repeat;
}
.prodBreadcrm ul li:before, .prodBreadcrm ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    border-right: 20px solid #fff;
}
.prodBreadcrm ul li:after {
    right: -20px;
    border: none;
    width: 20px;
    background: #ffde00;
    top: 10px;
    bottom: 10px;
}
.prodBreadcrm ul li:last-child:before{border:none;}
.prodBreadcrm ul li a {color: #fff;}
.products-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:55px 0 65px;
}
	
	
/*==========PRODUCT DETAILS PAGE==========*/
.prodDtls1-left{
	float:left;
	width:43%;
	text-align:center;
	}
.prod-dtls1-slide{
	float:left;
	width:100%;
	position:relative;
	}	
.prod-lft-list{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
	padding-left:125px;
	}
.prod-lft-list li{
	float:left;
	width:33.33%;
    position: relative;
	margin-top:25px;
	}			
.prod-lft-list li img{
	max-width:100%;
	margin:0 auto 0;
	display:block;
	width:60px;
	}	
.prod-lft-list p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:20px;
	color:#292929;
	
	letter-spacing:0.5px;
	margin-top:10px;
	}
			
/*============RIGHT============*/
.prodDtls1-rght{
	float:right;
	width:51%;
	text-align:left;
	}
.prod-nameHdng{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 38px;
    color: #2c1a4d;
	
    font-weight: 600;
    letter-spacing: 0.5px;
	}	
.prod-namesubHdng{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #292929;
	
    font-weight: 500;
    letter-spacing: 0.5px;
	margin-top:7px;
	}		
.prod-str{
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
	}
.proDetls1-rgt-pnts{
	float:left;
	width:100%;
	margin-top:20px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:5px 0;
	}	
.proDetls1-rgt-pnts li{
	float:left;
	text-align:left;
	position:relative;
	border-right:1px solid #d7d7d7;
	padding:8px 25px 8px 40px;
	}
.proDetls1-rgt-pnts li:nth-child(2){ margin:0 3%;}	
.proDetls1-rgt-pnts li:last-child{ border:none;}	
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:3px;
	left:0;
	}
.proDetls1-rgt-pnts li p{
	font-size:18px;
	line-height:20px;
	color:#292929;
	
	}
.details-para{
	float: left;
    width: 100%;
	color:#000000;
	font-size:17px;
	line-height:24px;
	margin-top:15px;
	
	letter-spacing:0.5px;
	}		
ul.proDetls1-rgt-list{
	float: left;
    width: 100%;
    margin-top: 12px;
	}
ul.proDetls1-rgt-list li{
    background: url(../images/prd-dot.png) no-repeat left center;	
	float: left;
    width: 100%;
	text-align: left;
    font-size:18px;
    line-height: 24px;
    color: #000;
    padding-left: 22px;
    margin-top:8px;
	
	letter-spacing:0.5px;
	}
.select-txt{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	line-height:22px;
	color:#292929;
		
	font-weight:500;
	letter-spacing:0.5px;
	margin-top:35px;
	}	
	
.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top:25px;
	}
.package{
	width:31%;
	float:left;
	border-radius:5px;
	border:2px solid #d0d0d0;
	cursor:pointer;
	}
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15.5%;
	}	
.package.active{
	background:#fffef1;
	border:2px solid #523574;
	}		
.pkgInner{
	float:left;
	width:100%;
	text-align:left;
	background:#fff;
	padding:12px 12px 12px;
	border-radius:5px;
	position:relative;
	}	
.pkgInner:before{
	content:'';
	position:absolute;
	top:-13px;
	left:9px;
	width:26px;
	height:26px;
	background:url(../images/pkg-deactive.png) no-repeat;
	}	
.package.active .pkgInner:before{
	background:url(../images/pkg-active.png) no-repeat;
	}	
.prod-items{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #292929;
	
	font-weight:500;
	letter-spacing:0.5px;	
	}
.prod-price{
	float: left;
    width: 100%;
    font-size: 28px;
	line-height:30px;
    color: #1a1a1a;
	
	letter-spacing:0.5px;
	margin-top:10px;	
	}	
.save-text{
	float: left;
    width: 100%;
    font-size: 18px;
    color: #553876;
	
	letter-spacing:0.5px;
	margin-top:5px;	
	}
.pkg1, .pkg2, .pkg3{
	position:absolute;
	top:15px;
	right:4px;
	}
.pkg2{ right:17px;}	
.pkg3{ right:30px;}		
	
.switch-opt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.buyopt{
	float:left;
	width:48.5%;
	background:#fff;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	padding:11px 5px 13px 32px;
	border:1px solid #efedd1;
	border-radius:4px;
	}
.buyopt.fr{float:right;}
.buyopt.active{ background:#fffef1; border:1px solid #d7d185;}
.buyopt input[type=radio]{
	position:absolute;
	left:0;
	opacity:0;
	}
.buyopt input[type=radio] + span{
	position:absolute;
	left:10px;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#361758;
	border:1px solid #888888;
	top:15px;
	background:#fff;
	}
.buyopt input[type=radio]:checked + span:after{
	content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #523574;
    border-radius: 50%;
    left: 3px;
    top: 3px;
	}
.buy-opt-t1{
	font-size:18px;
	line-height:20px;
	color:#1f1f1f;
	
	}	
.cart-btn-box{
	float:left;
	width:100%;
	margin-top:27px;
	}
a.add-to-cart{
	display:inline-block;
	vertical-align:middle;
	max-width:295px;
	margin:0;
	}
.purchase-price{
	float:left;
	width:100%;
	text-align:left;
	margin-top:30px;
	}
.retail-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 20px;
    color: #505050;
	}
.retail-prc span{
	position:relative;
	padding:0 2px;
	}
.retail-prc span img{
	position:absolute;
	top:7px;
	left:2px;
	}
.disct-prc{
	display:inline-block;
	vertical-align:middle;
    font-size: 40px;
    color: #141b4d;
	font-weight:600;
	margin-left:10px;	
	}

/*=========PRODUCT TAB SECTION=========*/	
.prod-tab-sec{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fcf8ff;
	position:relative;
	}
.prod-tab-sec .container{
	height:100%;
	position:static;
	}
.pro-set-bg{
	position:absolute;
	top:0;
	bottom:0;
	background:#f6f0fc;
	width:398px;
	}
.pro-set-bg:after{
	content:'';
	position:absolute;
	left:-4000px;
	width:4000px;
	top:0;
	bottom:0;
	background:#f6f0fc;
	}
.tab-logo{
	float:left;
	position:relative;
	z-index:1;
	}
.prd-s2-hdng{
    float: left;
    width: 100%;	
    font-size: 30px;
    line-height: 44px;
	color:#202020;
	
    font-weight: 500;
	letter-spacing:0.5px;
	}
.prd-s2-txt1{
    float: left;
    width: 100%;	
    font-size: 22px;
    line-height: 28px;
	color:#202020;
	
    font-weight: 500;
	letter-spacing:0.5px;
	margin-top:25px;	
	}	
ul.prd-s2-list{
	float: left;
    width: 100%;
    margin-top: 5px;
	}
ul.prd-s2-list li{
    background: url(../images/prd-s2-tk.png) no-repeat left 8px;	
	float: left;
    width: 100%;
	text-align: left;
    font-size:20px;
    line-height: 28px;
    color: #202020;
    padding-left: 28px;
    margin-top:12px;
	
	letter-spacing:0.5px;
	}	
.bott2-bg{
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/botl2-bg.png) no-repeat center top;
	width:319px;
	height:303px;
	}
.bott2-bg img{
	max-width:100%;
	margin:20px auto 0;
	display:block;
	width:141px;
	}
.label-img{
	float:left;
	max-width:100%;
	margin-top:25px;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.1);
	}				
.revw-row{
	float:left;
	width:100%;
	}	
.revw-row{
	float: left;
    width: 100%;
    padding: 15px 0 25px 73px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
	}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 25px;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    
    font-weight: 500;
    text-transform: uppercase;
	}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
	}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
	}
.revw-p1{
	float: left;
    width: 100%;
	font-size:20px;
	line-height:26px;
	color: #2c1a4d;
    
    font-weight: 600;
	letter-spacing:0.5px;
	}
.revw-p2{
	float: left;
    width: 100%;	
    color: #282828;
	
    font-weight: 600;
	margin-top:15px;
	font-size: 18px;
	}
.revw-p2 .prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 0 0 8px;
	}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
	}
.products-sec .prodBox{ margin-top:40px;}	
.products-sec .prodbox-row{ margin:2% 0.5% 0;}			
.prd-slide2{
    max-width: 80%;
    margin: 0 auto 0;
    display: block;
	}

/*------------------------------
		FAQ SECTION
--------------------------------*/
	
/*------------------------------
		CONTACT SECTION
--------------------------------*/	
ul.cont-list{
	float:left;
	width:100%;
	margin:50px 0;
	}
ul.cont-list li{
	float:left;
	width:33.33%;
	text-align:center;
	}
ul.cont-list li img{
	display:block;
	margin:0 auto;
	}
.cont-list-p1{
	float:left;
	width:100%;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
	
	font-weight: 500;
	letter-spacing:0.5px;
	margin-top:15px;	
	}
.cont-list-p2{
	float:left;
	width:100%;
	color:#4b4d4a;
	
	letter-spacing:0.5px;
	}
.cont-frm{
	width:71.11%;
	display:table;
	margin:30px auto 0 auto;
	}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
	}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
	}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8b8b8b;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8b8b8b;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8b8b8b;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8b8b8b;
}
.contact-btn{
	display:inline-block;
	vertical-align:middle;
	width: 400px;
	text-align:center;
	height:55px;
	overflow: hidden;
	color: #ffffff;
	font-size: 24px;
	line-height:53px;
	position: relative;
    
    font-weight: 600;	
	border-radius: 34px;
	background: #006dc7;
	outline:none;
	border:none;
	letter-spacing:0.5px;
	margin-top:30px;
	}	
	
/*=============Fooetr Link============*/	
.terms-cont{
	float:left;
	width:100%;
	text-align:left;
	}
.terms-cont .common-para{
	font-size:17px;
	line-height:25px;
	margin-top:17px;
	}	
.terms-cont .common-para a{ color:#3279b2;}	
.terms-hd{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000;
	}	
.terms-subhd{
	float:left;
	width:100%;
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:30px;	
	}	
.terms-cont ul{
	float:left;
	width:100%;
	margin-top:17px;
	padding-left:40px;
	}
.terms-cont ul li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	list-style:disc;
	margin-bottom:10px;	
	}	
.terms-cont ul li:last-child{ margin-bottom:0;}		

/*=========Thankyou========*/
.thank-section-1{
	float:left;
	width:100%;
	font-weight:normal;
	padding:0 100px;
	}
.thnk-txt1{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #393733;
	
    font-weight: 600;
	letter-spacing:0.5px;
	}
.thnk-txt2{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #1c1c1c;
	
	margin-top:10px;
	letter-spacing:0.5px;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width: 20%;
	}
.cart-col-1{
	width: 60%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
	}
.cart-col-4{
	text-align: right;
	padding: 0 20px 0 0;
	}
.cart-prd-row .cart-col-3, .cart-prd-row .cart-col-4{margin-top:20px;}
.cart-prd-row{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
	}
.cart-prd-row:last-child{
	border: none;
	}
.cart-prd-1{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 72px;
	}
.thank-p1{
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #393733;
	
	font-weight: 600;
	margin:40px 0 -17px;
	position:relative;
	z-index:1;
	letter-spacing:0.5px;
	}
.thank-p1 span{
	background:#fff;
	padding:0 8px;
	}
.thank-ord{
	float: left;
	width: 100%;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:18px 7px;
	font-size: 17px;
	line-height: 22px;
	
	color: #2d2d2d;
	letter-spacing:0.5px;
	}
.thank-dtl-box{
	float: left;
	width: 100%;
	margin:30px 0;
	}
.cart-heading-row{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	
	font-weight:500;
	letter-spacing:0.5px;
	background: #523574;
	}
.cart-prd-name{
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color:#666;
	
	font-size: 15px;
	line-height: 22px;
	letter-spacing:0.5px;
	}
.cart-prd-name span{
	font-size: 18px;
	color: #393733;
	font-weight: 500;
	}
.unit-price{
	float: left;
	width: 100%;
	color: #393733;
	
	font-size: 18px;
	line-height: 22px;
	}
.thnk-rit-price-row{
	float: right;
	width: 46%;
	padding: 10px 0;
	}
.cart-rit-price{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 22px;
    color: #1e1e1e;
    text-align: left;
    padding: 12px 3px;
	
    font-weight: 500;
	}
.cart-prc-spn{
	float: right;
	text-align: right;
	}
.thnk-rit-price-row .cart-rit-price{
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
	}
.thnk-rit-price-row .cart-prc-spn{
	text-align: left;
	width: 90px;
	}
.thnk-Addressinfo{
	float: left;
	width: 100%;
	}
.ty-lft-Address, .ty-rgt-Address{
	float: left;
	width: 48%;
	text-align: left;
	}
.sh-heading{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	
	font-weight:600;
	line-height:38px;
	letter-spacing:0.5px;
	}
ul.user-info{
	float: left;
	width: 100%;
	margin-top: 10px;
	border:5px solid #ebebeb;
	padding:15px;
	background:#fff;
	}
ul.user-info li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
	margin: 5px 0;
	color: #393733;
	font-size: 16px;
	line-height: 21px;
	
	word-break:break-all;
	}
ul.user-info li span{
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
	}
.ty-rgt-Address{float: right;}	

/*-------------------------
CANCELLATION
--------------------------*/
/* The Modal (background) */
.modal {
  z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
	display:inline-block;
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 70%;
    display: inline-block;
    box-shadow: 0 0 5px #d2d2d2;
}

/* The Close Button */
.close {
  color: #aaaaaa;
    float: right;
    font-size: 38px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cancel-form{
	float: left;
    width: 100%;
    text-align: left;
    min-height: 270px;
	}
.cancel-form .btn-box{
	margin-top:20px;
	}
.modal__title, .modal__title-result {
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	}
.cancel-form label.radio {
	float: left;
	width: 100%;
	margin: 5px 0;
	}
.cancel-form__item input[type=text], textarea {
	    height: auto;
    padding: 10px 11px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    -webkit-appearance: none;
    font-weight: 400;
    margin-top: 10px;
    font-family: inherit;

	}
.cancel-form .btn{ max-width:100%;}		


.dsplay.pro-sec1 {
        float: left;
    width: 100%;
    padding: 120px 0;
    line-height: 32px;
}


@media only screen and (max-width: 767px){
.modal-content	{ width:100%;}
}


/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 0px 0 40px;
}
.page-header.text-center {
    float: left;
    width: 100%;
    background: #f3f3f3;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h1 {
	line-height: 30px;
    color: #333;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #333;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #fff;
    font-weight: 600;
    background: #333;
    padding: 5px;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
}
.trm-bx strong {
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	font-size: 22px;
	float: left;
	width: 100%;
	margin: 10px 0;
	font-weight: 500;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.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 {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: 400;
	padding: 0 20px;
	margin-bottom: 20px;
}
.trm-bx .disclmr {
	width: 100% !important;
}

.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
	text-align:left;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}


/*----------- popup ---------------- */
a.prod-ingd.sccode {
    /* float: left; */
    /* width: 100%; */
    font-size: 18px;
    text-decoration: underline;
    padding-bottom: 20px;
    padding: 0;
    margin: 0 0 1.5rem;
    display: inline-block;
}
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	max-width:96%;
	width: 600px;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
}
#pop_content_ing {
    height: 560px;
    max-width: 600px;
    background-color: white;
    border-radius: 4px;
    margin: 5% auto 0 auto;
    position: relative;
    text-align: center;
    padding: 10px 0px;
    overflow: scroll;
    width: 100%;
}

#pop_content_ing img {
    max-width: 350px;
    margin-bottom: 10px;
    display: inline-block;
}
#pop_content_ing .select-txt {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    background: #578265;
    padding: 10px 0;
    color: #fff;
}
.cross {
	position: sticky;
    cursor: pointer;
    background: rgba(255,255,255,0.7);
    padding: 10px;
	top: 0;
    float: right;
    right: 10px;
}

.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 660px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}

@media only screen and (max-width:767px){
	.pop_main { background: url(../images/pop-bg-mob.jpg) no-repeat right top #ffffff;  padding: 20px;}
.pop_discount_box{ margin:0 0;    font-size: 34px;line-height: 51px;}
.pop_text{ width:100%;    font-size: 20px; line-height: 35px;}
.pop_cong_heading {    font-size: 28px;}
	
}