@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;height: auto;
}
/* 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;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Nirmala UI';
    font-weight:400;
	}
.container{
	width:1170px;
	margin:0 auto;
	position:relative;
	}
p, h1, h2, h3, h4, h5, ul{
	padding:0;
	margin:0;
	}
li{list-style:none;}
a{text-decoration:none; color:#333;}
.clearall{
	clear:both;
	height:1px;
	width:auto;
	}
.position{position:relative;}
.dsplay{width:100%; display:inline-block; box-sizing:border-box;}
*{box-sizing:border-box;}
.show-mob, .show-tab {
    display: none;
}
/*-----------------------
CSS FOR TOP SECTION
------------------------*/
.top-sec {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
	background: #333;
	}
.top-txt1, .top-txt2 {
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	}
.top-txt2 {
	float: right;
	}
.top-fix-bar{
	    float: left;
    width: 100%;
    margin-top: 70px;
    z-index: 999;
    background: #fff;
	}
.menu-sec {
	float: left;
	width: 100%;
	padding: 8px 0;
	background: #fff;
	height: 70px;
    margin-top: -70px;
	border-bottom:1px solid #eef9f3;
	position:relative;
	}
.fixed-nav.menu-sec {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #f7e5e2;
	}
.logo {
	float: left;
    max-width: 190px;
    margin-top: 10px;
	}
.menu-bar {
	display: inline-block;
    padding: 20px 0 0 0;
    vertical-align: middle;
	}
.menu-bar li {
	float: left;
	position: relative;
	}
.menu-bar li a {
	float: left;
	color: #1d1c1a;
	font-size: 16px;
	line-height: 16px;
	padding: 0px 27px;
	font-weight: 500;
	text-transform: uppercase;
	}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background: #b8b8b8;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	}
.menu-bar li:last-child:after {
	display: none;
	}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #1b98a1;
	text-decoration: none;
	}
.crt {
	float: right;
	color: #1d1c1a;
	font-size: 16px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	}
.cart_btn_mob {
    float: right;
    margin: 9px 0 0 0;
}
.crt-ic {
	float: right;
	margin:2px 0px 0 15px;
	width: 25px;
	}
.blu-txt {
	float: left;
	width: 100%;
	background: #0c426d;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 4px 0 7px;
	}
ul.dropMenu{
	position:absolute;
	left:-25px;
	top:28px;
	background:#fff;
	width:310px;
	padding:0 5px;
	padding-bottom:5px;
	-webkit-box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	box-shadow: 0 8px 7px 2px rgba(0,0,0,0.1);
	z-index:99;
	}
ul.dropMenu li{
	float:left;
	width:50%;
	padding:10px;
	}
ul.dropMenu li a{
	width:100%;
	padding:0;
	}
ul.dropMenu li a img{
	display:inline-block;
	vertical-align:middle;
	border:1px solid #eaeaea;
	padding:10px 15px;
	max-width:100%;
	}
ul.dropMenu li:after{ display:none;}
ul.dropMenu li a p{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
	font-weight:bold;
	}
.dropMenu{
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	}
.menu-bar li:hover .dropMenu{
	opacity: 1;
	visibility: visible;
	transform: translateY(18px);
	-webkit-transform: translateY(18px);
	-ms-transform: translateY(18px);
	}
.phone-ic{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	width:12px;
	height:12px;
	filter: invert(1);
	}
/*-----------------------
CSS FOR BANNAR
------------------------*/
a.view-ing {
    font-size: 18px;
    text-decoration: underline;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}		
/*==========banner==============*/
/*====Banner-Sec====*/
.banner {
	float: left;
    width: 100%;
	height:327px;
	overflow:hidden;
    padding: 0px 0;
    position: relative;
    background: url(../images/banner-bg.jpg)#1b98a1 no-repeat center top;
}
.bnr-lft {
        display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 35px;
}
.bnr-p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    color: #444e60;
    font-weight: 700;
	text-transform:uppercase;
	margin-bottom:10px;
}
.bnr-p1 {
    width: 62%;
    display: inline-block;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
.bnr-p1 span{
	color:#4168b2;
	float: left;
	width: 100%;
}
.sec-line{
	display:inline-block;
	max-width:100%;
	margin:10px 0;
	vertical-align:middle;
}
.bnr-p2 {
        display: inline-block;
    width: 60%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}
img.bnr-mob-prd {
	position: absolute;
    top: -30px;
    left: -58px;
    max-width: 230px;
    transform: rotate(-35deg);
}
img.bnr-mob-prd2{
	position: absolute;
    bottom: -60px;
    right: -13px;
    max-width: 160px;
    transform: rotate(29deg);
}
.shop-btn{
   display: inline-block;
    width: 216px;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0px;
    position: relative;
    margin: 30px 0 0;
    background: #fba622;
    /* font-family: 'Poppins', sans-serif; */
    border: none;
    outline: none;
    cursor: pointer;
}
.shop-btn:hover{color:#fff;}

.shop-btn-txt{
	display:inline-block;
	vertical-align:middle;
	width: 356px;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	color:#3b3b3b;
	text-align:center;
	position:relative;
	}
.shop-btn-txt:before{
	content: '';
    border-top: 1px solid #d2d2d2;
    width: 70px;
    position: absolute;
    top: 10px;
    right: 26px;
	}
.shop-btn-txt:after{
	content: '';
	border-top:1px solid #d2d2d2;
	width:70px;
	position:absolute;
	top:10px;
	left:26px;
	}
.banner	 .shop-btn{ margin: 25px 0 0;}

	
/*====Section1====*/
.section-1 {
	float: left;
	width: 100%;
	padding:0px 0 0;
	background:#fff;
}

.common-heading{
	display: inline-block;
    width: 100%;
    font-size: 36px;
    line-height: 50px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
	}
.common-text{
	    display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    font-weight: 400;
    margin-top: 18px;
	}
.s1-inr{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 45px;

	}
ul.sec1-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    justify-content: center;
}
ul.sec1-list li {
    float: left;
    width: 32%;
    text-align: left;
    position: relative;
    font-size: 18px;
    padding: 0px 10px 0 30px;
    line-height: 28px;
}
ul.sec1-list li:before {
        position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    content: '';
    bottom: 0;
    border-left: 3px solid #1b98a1;
}
.s1-ics {
    position: absolute;
    top: 0;
    left: 0;
}
ul.sec1-list li span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 5px;
}
/*======================*/	
.sty-prods{
	float: left;
    width: 100%;
	background:#f1f8fb;
    padding:0px 0 30px;
	overflow:hidden;
}
.sty-prods-bxs{
	display:inline-block;
	width:100%;
	position:relative;	
	}
.lft-bx1{
	float: left;
    width: 74%;
    background: #fff;
    text-align: left;
    padding:40px 390px 36px 30px;
    position: relative;
	}
.sty-img1{
	position:absolute;
	right:21px;
	top:21px;
	}	
.sty-img2{
	position: absolute;
    right: 2%;
    top: -12px;
    max-width: 255px;
	}	
.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: #000000;
    text-transform: uppercase;
    font-weight:700;
    font-size:37px;
    line-height:42px;
	} 
.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: normal;
    font-size: 18px;
    line-height: 26px;
    margin-top: 14px;
	}	

.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);
}
/*-------------------*/
.strip{
	float:left;
	width:100%;
	padding:30px 0 30px;
}
.strip .common-head2:before, .strip .common-head2:after{
	border-color:#1bb5c2;
}
ul.strip-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top: 35px;
	}	
ul.strip-list li{
    float: left;
    width: 48%;
    padding: 70px 190px 0px 30px;
    background: url(../images/bg1.png) no-repeat center top;
    height: 355px;
    position: relative;
    text-align: left;
}
ul.strip-list li:last-child{ background:url(../images/bg2.png) no-repeat center top;}

ul.strip-list li img{
	position: absolute;
    left: 8%;
    top: 0;
    max-width: 205px;
	}	
.strp-txt1{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    
	}	
.strp-txt1 span{
	display:block;
	margin-bottom:5px;
	color: #028c97;
	}
.strp-txt2{
    float: left;
    width: 94%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    text-transform: none;
	}	
a.strp-btn{
	display: inline-block;
    width: 100%;
    font-size:15px;
    line-height: 25px;
    color: #de0000;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 60px;
    text-transform: capitalize;
	}			
/*-----------------------
CSS FOR SECTION2
------------------------*/		
.section2{
	float: left;
    width: 100%;
    padding: 60px 0 40px;
    position: relative;
    background: linear-gradient(360deg, #fff 35% 35%, #fff 35% 35%);
    overflow: hidden;
}
.section2 .common-head2:before, .section2 .common-head2:after, .section4 .common-head2:before, .section4 .common-head2:after{
	left:auto;
	right:0;
	border-color:#1bb5c2;
}
.s2-lft{
	float:left;
	width:100%;
	}
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 #1b98a1;
}	
.prodBox{
	float: left;
    width: 100%;
    margin-top: 35px;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    row-gap: 22px;
    column-gap: 15px;
    justify-content: flex-start;
	}	
.prodbox-row{
	float: left;
    width:24%;
    border-radius:0px;
    position: relative;
	}
.prod-pg .prodbox-row{
	}
.sale-txt{
	position: absolute;
    right:10px;
    top:10px;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    background: #34ce49;
    border-radius: 21px;
    padding: 2px 14px;
	}	
.prodt-img-div{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    padding: 15px 10px;
    border: 1px solid #9ac5c9;
	}	
.prods{
	display: block;
    max-width:210px;
    width: 100%;
    margin: 0 auto;
	}
.prodt-txt-div{
	float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0px 0px 0px;
	}	
p.prod-desc-prc {
    float: left;
    width: 100%;
	font-size: 24px;
    line-height: 26px;
    color: #1b98a1;
    font-weight: 700;
    margin-top:5px;
}
.prod-name{
    float: left;
    width: 100%;
    font-size: 22px;
    /* min-height: 86px; */
    line-height: 28px;
    color: #171717;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
	}
.prod-name span{ 
	display: block;
    font-size: 16px;
    color: #858585;
}
.prodt-txt-div a.order-btn{
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0px;
    position: relative;
    margin: 30px 0 0;
    background: #fba622;
    /* font-family: 'Poppins', sans-serif; */
    border: none;
    outline: none;
    cursor: pointer;
	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{
    
	margin-top:22px;
	}
.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;
	}
/*-----------------------
CSS FOR SECTION3
------------------------*/		
.section-3 {
    float: left;
    width: 100%;
    padding: 40px 0;
	text-align:center;
	background:#fff;
}
.s1-p1 {
   font-size: 36px;
    display: inline-block;
    line-height: 48px;
    color: #000000;
    font-weight: 700;
    text-transform: capitalize;
}
.s3-cntr{
	display:inline-block;
	width:100%;
	margin:0 0 0;
	}
.sec3-lft {
	float: left;
    width: 40%;
    text-align: left;
    margin-top: 0px;
}
.sec3-rgt {
    float: right;
    width: 58%;
    margin: 0 0 0;
    text-align: left;
    padding: 0 0 0 19px;
    border-left: 1px solid #1b98a1;
}
.s3txt{
	float: left;
    width: 60%;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 21px;
    text-align: left;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
	}
.s3-p-img{
    position: absolute;
    top: 50px;
    left: 80px;
	}
.s3-p4 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 400;
    /* font-family: 'Georgia'; */
    /*text-transform: capitalize;*/
}
.s3-p4 span {
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
	font-size:23px;
	line-height:34px;
	text-transform:uppercase;
}
.section-3 .s1-p2{ padding-bottom: 0; padding-top:20px;}
.s3-p2 {
	 width: 100%;
    font-size: 18px;
    float: left;
    line-height: 28px;
    color: #2b2b2b;
    font-weight: 300;
    padding-top: 0;
}
.s3-prds{
	position:absolute;
	top:340px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	width:500px;
	}
.section-3 .shop-btn{ 
	margin-top: 10px;
    }
.s3-img{
	display: block;
    margin: 30px auto 0;
    box-shadow: 0 0 5px #c5c5c5;
    border-radius: 10px;
    max-width: 100%;
	}
/*-----------------------
CSS FOR SECTION4
------------------------*/		
/*====Section4====*/
.section-4 {
    float: left;
    width: 100%;
    padding: 30px 0;
	height:450px;
    position: relative;
    background:url(../images/sec4.jpg) no-repeat center top;
}
.s4lft{
	float: left;
    width: 41%;
    margin: 60px 0 0 40px;
    text-align: left;
	}
.s4txt1 {
        display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    color: #000000;
}
.s4txt2{
	float: left;
    font-size: 30px;
    line-height: 48px;
    color: #2d2d2d;
    width: 100%;
    padding: 0 0 0;
	text-transform: capitalize;
	}
.s4txt3{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    padding: 15px 0 0;
	}	
.section-4 .s1-p2 {
    width: 75%;
}
.s4img{
	position: absolute;
    top: -12px;
    right: 70px;
	}
.s4-prod{
	position: absolute;
	top: 79px;
	right: 30px;
	max-width: 350px;
}
	
/*-----------------------
CSS FOR SECTION5
------------------------*/		
/*====Section5====*/
.section-5 {
       float: left;
    width: 100%;
    padding: 40px 0;
    height: 392px;
    position: relative;
    background: #f6fdff;
}
.section-5 .s1-p2 {
    width: 75%;
}
.s5-box{
	position:absolute;
	top:0;
	left:0;
	}
.s5-prod{
	 position: absolute;
    top: 250px;
    left: 150px;
    z-index: 5;
	}
.s5rgt{
	    float: right;
    width: 55%;
    margin: 22px 0 0;
    text-align: left;
	}
.s5txt1{
	float:left;
	width:100%;
	text-transform:capitalize;
	font-weight:700;
	font-size:35px;
	line-height:45px;
	}
.s5txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#0b0b0b;
	    padding: 17px 0 0;
	}	
/*-----------------------*/
/*==================================
CSS FOR DETAILS_PAGE
=====================================*/
.prodBreadcrm{
    float: left;
    width: 100%;
    text-align: left;
	background:#f8f8f8;
	}
.prodBreadcrm p{
    float: left;
    width: 100%;
    font-size: 14px;
	line-height:18px;
	color: #656565;	
	
	font-weight:600;
	padding:8px 0;	
	}	
.prodBreadcrm p a{ color:#848484; font-weight:normal;}	

.products-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:55px 0 65px;
	}
/*------------------------*/		

/*------------start footer--------------*/
footer{ padding: 40px 0 40px 0; border-top: 20px solid #1b98a1;}
.ftrlogo{margin:0 auto;display:block; max-width:250px;}
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: 18px;
    color: #727272;
    text-align: left;
}
.dicclmr{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
	}
.crop-info{
    float: left;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.crop-infohding {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: center;
	width:100%;
}
.other-links {
    column-gap: 30px;
}
.other-links li:last-child{
}
.crop-infotxt{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    /* text-align: center; */
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    padding: 0 20px;
}
.crop-infotxt:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #adadad;
}
.crop-infotxt a{ color:#000;}
.crop-infotxt:last-child:after{ border:none;}	
@media only screen and (max-width: 1179px){
.s4sldr{margin:35px 0 0 0;}
.contsubhding{font-size:18px;}
}
@media only screen and (max-width: 1013px){
/*-----------section 5--------------*/
.sec5{padding:15px 0 0 0;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:46px 0 0 0;
}
.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;}
}
@media only screen and (max-width: 767px){
.sec4{padding:22px 0 20px 0;}
.s4sldr{margin:25px 0 0 0;}
/*-----------section 5--------------*/
.contactbox{height:auto;background:none;}
.contlft, .contrgt{width:100%;background:#038741;padding:25px 15px;height:auto;}
.contrgt{background:#329f2f;}
.conthding{
	font-size:31px;
	line-height:35px;
	padding:0;
}
.contsubhding{padding:8px 0 0 0;}
.conbxbg{display:none;}
.emailfld{width:100%;margin:15px auto 0 auto;}
ul.sllink-list{padding:16px 0 0 0;}
/*------------start footer--------------*/
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;}
}
@media only screen and (max-width: 479px){
/*-----------section 5--------------*/
.contlft, .contrgt{padding:20px 10px;}
.conthding {
    font-size: 26px;
    line-height: 30px;  
}
/*------------start footer--------------*/
ul.ftrlist li{
	font-size:16px;
	line-height:16px;
	padding:0 5px;
}
.ftrtxt1{
	font-size:16px;
	line-height:17px;	
}
.ftrtxt2{
	font-size: 15px;
    line-height: 20px;
    padding: 8px 0 0 0;
	margin:0;
}
.crop-infotxt{ margin:3px 0; font-size:16px;}
.crop-infotxt:after{ display:none;}
.crop-info{margin-top:10px;}
}
/*================================================
			START PRODUCT DETAIL PAGE
=================================================*/

.shop-prod-inr{
	float: left;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-evenly;
}
.shop-prod-inr .s2-inr-bx{
	width: 32%;
    margin: 20px 7px 0;
}

.inner-top{
	background:#229635;
	padding:5px 0;
	margin:18px 0 0 0;
}
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:#ffffff;
	margin:0 10px 0 0;
}
ul.inner-top-list li a{ color:#fff;}
ul.inner-top-list li:last-child{ margin:0 0 0 0;}
/*================= product section1====================*/
.prd-sec1{   
	    padding: 55px 0;
    float: left;
    width: 100%;
}

.prds1-lft, .prds1-rgt{
	float: left;
    /* display: inline-block; */
    width: 41.36%;
    text-align: center;
}
.prds1-lft img.s1prd{
	max-width:100%;
	}
.prds1-rgt{width:57.28%;margin:0 0 0 1.36%; text-align:left;}
.slide-img{margin:10px auto;display:block;border:1px solid #f4f4f4; padding:30px 0;}

.prds1-hding{
	    
    font-size: 40px;
    line-height: 59px;
    color: #2f2422;
    text-align: left;
}
.prds1-view{
	font-size:16px;
	line-height:16px;
	color:#4a4a4a;
	text-align:left;
	margin:13px 0 0 0;
}
.prds1-view img{margin:0 10px -2px 0;}
.prds1-dvdr{
	height:1px;
	background:#ebebeb;
	margin:20px auto 15px 0;
}
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;}

ul.prds1-list{padding:13px 0 0 0;}
ul.prds1-list li{
	    background: url(../images/bullet2.png) left 6px no-repeat;
    text-align: left;
    padding: 0 0 0 24px;
    margin: 6px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.prds1-pkg1, .prds1-pkg2{
    width: 100%;
    cursor: pointer;
    margin: 14px 0 0 0;
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 5px;
}
.prds1-pkg2{margin:11px 0 0 0;}
.selected{
}
.price_box{
	float:left;
	width:100%;
	}
.prdpkg-lft, .prdpkg-rgt{
    float: left;
    width: 30%;
    box-sizing: border-box;
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 28px;
    color: #2d2d2d;
    text-align: left;
    padding: 0px 0 0 0;

	}
.prdpkg-lft span{
	display:block;
	font-size:30px;
	line-height:40px;
	font-weight:500;
	}
.prdpkg-rgt{
	width:20%;
	padding:2px 0 0 10px;
	text-align:right;
}
.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;
}
a.pkgbtn, .pkgcards{float:left;display:inline-block;}
.pkgcards{margin:34px 0 0 0;}

/*-------------- */
.prd_quantity {
        float: left;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.prd_quantity p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
}
.wan-spinner2 {
        display: inline-block;
    vertical-align: middle;
    display: block;
}
.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;
}

.wan-spinner2 .minus,
.wan-spinner2 .plus {
  color: #5d5d5d;
  cursor: pointer;
  text-decoration: none;
  width: 35px;
}

/*********** spinner end *************/

/*==================CART FROM===================*/

@media only screen and (max-width: 1179px){
.prds1-hding {
    font-size: 45px;
    line-height: 54px;
}
}
@media only screen and (max-width: 1013px){

.shop-prod-inr .s2-inr-bx{ width:48%; text-align:center;}
.slide-img{width:270px;}	
.prds1-hding {
    font-size: 35px;
    line-height: 37px;
}
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:15px 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;}
}
@media only screen and (max-width: 767px){
.shop-prod-inr .s2-inr-bx{ width:100%;}
.shop-prod-inr{ margin-top:0;}
.inner-top{margin:2px 0 0 0;}
.prd-sec1{padding:30px 0 20px;}
.prds1-lft, .prds1-rgt{width:100%;}
.prds1-rgt{margin:30px 0 0 0; text-align:center;}
.prds1-hding, .prds1-view{text-align:center;}
.prds1-view{margin:8px 0 0 0;}
.slide-img{margin:20px auto -10px auto;}
}
@media only screen and (max-width: 479px){
.slide-img{width:220px;}
.prds1-hding {
    font-size: 34px;
    line-height: 34px;
}
ul.prds1-list li {padding: 0 0 0 26px;}	
.prdpkg-lft{
	    line-height: 22px;
    font-size: 24px;
    padding: 8px 0 0 0;
    width: auto;
}
.prdpkg-rgt{
	height:46px;
	width:25%;
	font-size:17px;
	padding:0 0 0 0;
}
.prdpkg-save{
	height:43px;
	width:70px;	
	font-size:13px;
	line-height:18px;
	padding:3px 0 0 0;	
}
.prd_quantity{ float:right; margin-top: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{padding:70px 0;}
.tabhding{
	font-weight:500;
	font-size:30px;
	line-height:34px;
	color:#2f2422;
	text-align:left;
}
.tabtxt1{padding:15px 0 0 0;}
.tabimg1{float:right;margin:-30px 0 0 0;}
img.ing-img {float: left; margin: 10px 0;}
.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 #3ab72b;
	background:url(../images/safe-icon.png) left 3px no-repeat;
}
ul.howTouse-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}
ul.howTouse-list li {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 10px 0 10px 230px;
    position: relative;
}
ul.howTouse-list li img {
    position: absolute;
    left: 0;
    top: 0;
}
.use-txt1 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 20px;
    font-weight: bold;
}
.use-txt2 {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #008d36;
    line-height: 26px;
    font-weight: bold;
    margin-top: 10px;
}
.use-txt3 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 26px;
    margin-top: 10px;
}
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:#3ab72b;
	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: 1179px){
.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: 1013px){
.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;
	padding:5px 0 0 0;
	display:none;
}
.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: 1179px){
.prd-tcontainer{width:100%;}
}
@media only screen and (max-width: 1013px){
.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 {
	padding-top: 55px;
	text-align: center;
	background: #eef9f3;
}
.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;
}
@media only screen and (max-width: 1179px){
.prd-sec4{padding:35px 0 70px 0;}
.prd-container{width:650px;}
.prdbx-txt{height:180px;}
}
@media only screen and (max-width: 1013px){
.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 20px 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: 100%;
    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: 20px 0;
}
.page-title {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0 0 0;
}
.trm-bx {
	    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
	padding: 10px;
}
.trm-bx h1 {
	    line-height: 40px;
    color: #333;
    font-size: 26px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #e7e7e7;
    padding-bottom: 5px;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #3c3c3b;
    font-weight: 600;
    background: #ffffff;
}
.trm-bx li {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	list-style: disc;
}
.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;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	}

/*==============contact===========*/
.contact{
	padding: 50px 0;
    float: left;
    width: 100%;
	text-align:center;
}
.contact .common-para {
    background: #1bb5c2;
    padding: 10px;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
ul.cont-list1{
	margin: 20px 0 0 0;
    padding: 20px;
    float: left;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
ul.cont-list1 li{
	float: left;
	width: 49%;
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ccc;
}
ul.cont-list1 li:before {
}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	display:block;
	margin:0 auto 0 auto;
	filter: grayscale(1);
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 20px 0 0 0;
}
.cont-list1-p2{
	text-align:center;
	color:#4b4d4a;
}
.cont-frm{
	width:71.11%;
	display:table;
	margin:40px 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;}

.cont-img, .cont-img1 {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 280px;
}
.cont-img1 {
    max-width: 260px;
    top: 140px;
    right: 140px;
}
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}

@media only screen and (max-width: 767px){
	.tems_bg {    padding: 10px 0;}
	}
.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;
}

	