@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	/*background:url(../images/Index.jpg) no-repeat center top;*/
	color:#000000;
	text-align:center;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	}
*{box-sizing: border-box;}
.container {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
p, h1, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.position {
	position: relative;
}
.forMob,.forTab{ display:none ;}
.dsplay {
	width: 100%;
	float: left;
}
.bdfont {
	font-size: 20px;
	line-height: 30px;
}
/************************************/
/*==========Header==============*/
.topStrip{
	float: left;
	width: 100%;
	background: #aad05f;
	padding: 5px 0;
}
.topStrip .top-date{
    float: left;
    color: #fff;
    font-size:17px;
	line-height:26px;
}
.top-menu{
	float:right;
}
.top-menu li{
	float:left;
	margin-right:30px;
	font-size:17px;
	line-height:24px;
	color:#fff;	
	position: relative;
}
.top-menu li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 4px;
    bottom: 4px;
    border-right: 1px solid #fff;
}
.top-menu li:last-child{
	margin-right:0;
}
.top-menu li:last-child:after {
    border: none;
}
.fr-sh{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.phn-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    padding: 10px 0;
    z-index: 9;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	top: 0;
	background:#fff;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-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: 217px;
    margin-top: -4px;
}
a.header-btn{ 
	float:right; 
	width:220px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	line-height:50px;
	margin-top:14px;
	background:#c3a472;
	}
	
ul.mainMenu{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #ddd;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float:left;
	color:#000000;
	font-size:16px;
	line-height:24px;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

.hdr-rght{
	float:right;
	margin-top:0;
	}
.hdr-rght ul li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 10px;
	}
.hdr-rght ul li img{
	display:inline-block;
	vertical-align:middle;
	}
.hdr-rght ul li:last-child{ border-left:1px solid #ddd;}

.form-search{
	position:absolute;
	right:0;
	bottom:-80px;
	padding:10px;
    background: white;
	width:370px;
	z-index:9;
	}
.srch-fld{
	float:left;
	width:100%;
	background:#f8f7f5;
	height:44px;
	padding:5px 10px;
	}
.srch-fld input{
	float:left;
	width:80%;
	height:100%;
	text-align:left;
	outline:none;
	-webkit-appearance:none;
	font-size:14px;
	color:#000;
	font-family: inherit;
	border:none;
	background:none;
	}
.srch-fld a{
	float:right;
	padding:5px 0;
	}
.srch-fld a svg{ fill:#9d9999;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    left:20px;
    top:28px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background: #333;
	transition: 0.4s;
	}
.bar2{margin: 5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#2a6f91;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#2a6f91;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:120px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
.mobilemenu li:last-child a{ }

/*==============banner===============*/

.banner{
	float: left;
    width: 100%;
    padding: 30px 0px 40px;
	position:relative;
	overflow:hidden;
	background:url(../images/banner_bg.jpg) no-repeat center top;
	}
.bnr-rght{
        float: left;
    width: 50%;
    text-align: left;
    padding: 96px 0 10px;
	}
.bnrHdng{
	    float: left;
    width: 100%;
    font-size: 62px;
    line-height: 69px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
	}
.bnrHdng span{display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;}	
.bnrHdng2{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#ffffff;
	font-weight:500;
	text-transform:uppercase;
	margin-top:15px;
	}
.bnrhdg2-line{
	display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
	}
.bnrhdg2-line2{ 
	display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
	}
.bnr-para{
	    display: inline-block;
    width: 82%;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-top: 15px;
	}
.shop-btn{
     display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #ff2100;
    margin-top: 22px;
    font-weight: 700;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
	}
.brn-prd{
	position: absolute;
    top: -46px;
    right: 0;
    max-width: 620px;
	}
.brn-prd2{
	position:absolute;
	right: 6%;
	top:0;
	}
ul.bnr-list{
	    float: left;
    width: 100%;
    margin-top: 156px;
    display: -webkit-box;
    display: -moz-box;
    padding: 15px 32px;
    display: -ms-flexbox;
    background: #f4ffdd;
    display: -webkit-flex;
    display: flex;
    border-radius: 37px;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 20px;
	}
ul.bnr-list li{
	    float: left;
    width: 25%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #5b5b5b;
    padding: 0 0 0 60px;
    position: relative;
	}
ul.bnr-list li span{
	display: block;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
    
    margin-bottom: 0;
	}
ul.bnr-list li img{
	position:absolute;
	left:0;
	top: 0px;
	}				
/*=================== start section1 ===================*/
/*==========sectionOne============*/
.sectionOne{
	    float: left;
    width: 100%;
    height: 532px;
    background: url(../images/s1-bg.jpg) no-repeat center top;
    padding: 0px 0 0px;
    text-align: center;
    position: relative;
	}
.s1-lft{
	float: left;
    width: 55%;
    padding: 47px 0 0;
    text-align: left;
}
.s1-prodt{
	    position: absolute;
    right: 201px;
    top: 162px;
	}	
.s1-txt{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 29px;
	text-transform:uppercase;
    color: #000;
    font-weight: 400;
	}	
.s1txt2{
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: 11px;
}
.s1txt3{
	    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 25px 0 10px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin-top:0px;
	}
ul.s1-list li {
	float: left;
    width: 100%;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding: 60px 5px 60px 620px;
    text-align: left;
}
ul.s1-list li:nth-child(2){
	text-align:right;
	padding: 60px 620px 60px 5px;
	}
ul.s1-list li img{
	position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 12px;
	}
ul.s1-list li:nth-child(2) img{ left:auto; right:0;}	
ul.s1-list li span{
	    float: left;
    width: 100%;
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.s1-prd{
    position: absolute;
    top: 300px;
    right: 400px;
    max-width: 330px;
}	
ul.tab-icons{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	}
ul.tab-icons li{
	display:inline-block;
	font-size:20px;
	line-height:28px;
	font-weight:400;
	padding:5px 10px;
	border:1px solid #ccc; 
	}
ul.sec1-lst{
	float: left;
    width: 100%;
    margin-top: 45px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	column-gap:15px;
	}
ul.sec1-lst li {
        float: left;
    width: 48%;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 0px 0 7px 56px;
    text-align: left;
}
ul.sec1-lst li img{
	position:absolute;
	top:0;
	left:0;
	max-width: 50px;
	}
.s1-bx{
	float:left;
	width:100%;
	margin:142px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
	column-gap:15px;
	}
.s1-bx1, .s1-bx2{
	float:left;
	width:49%;
	background: url(../images/s1-bx1-bg.png) no-repeat center top;
	height:362px;
	padding:50px 0 0 40px;
	position:relative;
}
.s1-bx2{
	background: url(../images/s1-bx2-bg.png) no-repeat center top;
	}
.box-cont{
	float:left;
	width:60%;
	text-align:left;
	position:relative;
	}
.box-cont-hdg{
	    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
	}
.box-cont .shop-btn{
	color:#fff;
	background:#000;
	margin-top:60px;
	}
.bx-pdts{
	position: absolute;
    top: 145px;
    right: 60px;

	}
.comnHdng{
	display:inline-block;
	width:100%;
	font-weight:700;
	font-size:35px;
	line-height:45px;
	text-transform: capitalize;
	}
.sec1-text{
	float:left;
	width:83%;
	font-size:23px;
	line-height:29px;
	font-weight:700;
	}
.sec1-text span{
	display:block;
	font-size:17px;
	line-height:29px;
	font-weight:400;
	}
.comn-para {
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:29px;
	font-weight:400;
	}			
/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:70px 0;
	text-align:center;
	}
ul.s2-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s2-list li{
	float:left;
	width:48%;
	font-size:18px;
	line-height:23px;
	color:#1f1f22;
	font-weight:300;
	text-align:left;
	}
ul.s2-list li span{
	display:block;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	margin-bottom:10px;
	}
ul.s2-list li img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin-bottom:18px;
	border-radius:4px;
	}				
.s2-strip{
	float:left;
	width:100%;
	background:url(../images/s2-strip-bg.jpg) no-repeat center top;
	padding:60px 0;
	margin-top:30px;
	}
.s2-strip-lft{
	float:left;
	width:50%;
	text-align:right;
	padding:0 40px 0 160px;
	position:relative;
	}
.s2-strp-txt1{
	font-size:16px;
	line-height:22px;
	color:#1d2c4c;
	font-weight:600;
	}
.s2-strp-txt2{
	font-size:26px;
	line-height:32px;
	color:#1d2c4c;
	font-weight:600;
	margin-top:20px;
	}
.s2-strp-txt3{
	font-size:18px;
	line-height:22px;
	color:#1d2c4c;
	font-weight:600;
	padding:8px 0;
	margin-top:15px;
	border-bottom:1px solid #c5ccd9;
	border-top:1px solid #c5ccd9;
	}
ul.s2-strp-list{
	float:left;
	width:100%;
	margin-top:5px;
	}
ul.s2-strp-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	margin-top:10px;
	color:#1d2c4c;
	font-weight:500;
	}
a.shop-more{
	font-size:14px;
	line-height:16px;
	margin-top:20px;
	}
.s2-prod{
	position:absolute;
	left:-25px;
	top:20px;
	}
.s2-add-icon{
	position:absolute;
	left:50%;
	top: 120px;
    margin-left: -25px;
	}
.s2-strip-rght{
	float:right;
	text-align:left;
	padding:0 170px 0 40px;
	}
ul.s2-strp-list .s2-lst-list{
	margin-top:30px;}


/*===============sectionThree==========*/

.sectionThree{
        float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 60px;
	}
.s3uls{
	    float: left;
    display: flex;
    width: 100%;
    margin: 10px 0;
    padding: 0 0;
	    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
	}	
.s3uls li{
	float: left;
    width: 48%;
    background: #8ec543;
    padding: 15px 0 15px 24px;
    position: relative;
    text-align: left;
	}
.s3uls li:nth-child(2){background: #30abe7;}	
.s3-imgs{
	position: absolute;
    top: 0px;
    right: 10px;
	}	
.li-bx{
	float:left;
	width:54%;
	}
.li-txt{
	    float: left;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
	}	
.li-txt2{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 14px 0 0;
    color: #fff;
	}			
.sectionThree ul.s3-prdcts-list li{ width:30%;}	
.comn-hdg-line{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0;}

.sectionThree .comn-para{
    margin:10px 0 0;
}
ul.s3-prdcts-list {
   float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 27px;
    justify-content: center;
    column-gap: 0px;
    row-gap: 20px;
}
.strip2 .s3-prod{    width: 86%;}
ul.s3-prdcts-list li {
	       display: inline-block;
    vertical-align: middle;
    width: 49%;
    padding: 8px 8px 12px;
    text-align: left;
    /* border: 1px solid #dedede; */
    border-radius: 11px;
}
ul.s3-prdcts-list li:hover{
	}
.s3-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 40px;
    width: 100%;
    background: #f5f5f5;
	border:1px solid #dedede;
    border-radius: 10px;
	}
.prod-type {
    color: #929292;
    line-height: 18px;
    text-transform: capitalize;
    font-size: 18px;
    float: left;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
}
ul.s3-prdcts-list li span{
	    float: left;
    width: 67%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    min-height: 56px;
}
.shop-prc {
       float: right;
    width: 18%;
    font-size: 20px;
    line-height: 32px;
    color: #ff0a0a;
    font-weight: 700;
    margin-top: 10px;
}
ul.s3-prdcts-list li p{}
.star{
	display: none;
    margin: 5px auto;
}
a.shop-btn2{
   	margin-top: 0;
    text-transform: uppercase;
    text-decoration: underline;
    background: no-repeat;
    float: left;
    text-align: left;
    color: #ff0a0a;
    display: block;
	}
a.View-btn{
	width: 385px;
	height: 60px;
	line-height: 60px;
	background: #9b7f5a;
	color: #fff;
	}	
.s3-Box{
	float: left;
    width: 36%;
	margin-top:38px;
	text-align:center;
	}	
	
.s3-Box-inr{
    float: left;
    width: 66%;
    text-align: center;
    padding: 120px 30px 0px;
	}
.s3-Box .bnrHdng{
    font-size: 38px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
	}
.s3-Box .bnrHdng span{
	    font-size: 44px;
    line-height: 52px;
    text-transform: capitalize;
    margin-top: 10px;
	}	
.s3-Box .bnr-para{
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-weight: 400;
    margin-top: 10px;
	display:inline-block;
	}	
.s3-bx-prdt1{
	position: absolute;
    left: 5%;
    top: 12px;
    max-width: 200px;
	}
.s3-bx-prdt2{
	position: absolute;
    right: 3%;
    top: 9px;
    max-width: 200px;
	}	

/*============strip2============*/
.strip2{
	float:left;
	width:100%;
	height:auto;
	background:#fff;
	padding:45px 0 30px;
	overflow:hidden;
}
.strip2-txt{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 110px;
    display: none;
    line-height: 95px;
    color: #f9f9f9;
    font-weight: 700;
    text-transform: uppercase;
	}
.strip2-inr{
	    float: right;
    width: 40%;
    margin-top: 25px;
    padding: 0 0;
	    border-radius: 11px 11px 0 0;
    position: relative;
    border: 15px solid #d4fdf9;
	}
.s3-lft-bx{
	float: right;
	width:62%;
	margin-top:50px;
	}
.s3-lft-bx ul.s3-prdcts-list{
	justify-content: center;
    row-gap: 20px;
    column-gap: 15px;
	}
.s3-lft-bx ul.s3-prdcts-list li{
	width: 48%;
	}
.strip-lft{
	    float: left;
    width: 100%;
    margin: 0 0 0;
	}	
.strip2-inr-rgt{
	    width: 100%;
    float: left;
    text-align: left;
    margin-top: 287px;
    background: #d4fdf9;
    padding: 10px;
	}
.strip-img1{
	    position: absolute;
    left: 63px;
    top: 12px;
    max-width: 250px;
	}	
ul.stp-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
    row-gap: 0px;
	}
ul.stp-list li{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    text-align: left;
    padding: 20px 0px 20px 60px;
    position: relative;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #d6d6d6;
}
ul.stp-list li:last-child{ border:none;}
ul.stp-list li span{
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	}
ul.stp-list li img{
	position:absolute;
	left:0;
	top:30px;
	}	
ul.stp-list2{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    row-gap: 15px;
	}
ul.stp-list2 li{
	float: left;
    width: 32%;
    padding: 20px 15px;
    text-align: left;
    background:#f4ffdd;
    height: 225px;
    position: relative;
    border-radius: 12px;
    text-transform: capitalize;
	}
ul.stp-list2 li p{
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #487669;
	font-weight: bold;
	margin-top: 12px;
	}	
ul.stp-list2 li p span{
	    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
    width: 66%;
	}	
ul.stp-list2 li img{
	position: absolute;
    right: 10px;
    top: 50px;
    max-width: 130px;
	}	
ul.stp-list2 li .shop-btn{
	background: none;
    width: auto;
    height: auto;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700;
    text-decoration: underline;
    color: #000000;
    border: none;
	text-transform:uppercase;
	position: relative;
	}	
ul.stp-list2 li .shop-btn img{
	display: inline-block !important;
    position: static;
    max-width: 100%;
    margin: 0 0 0 5px;
	}	
ul.stp-list3{
	float:right;
	width:39.33%;
	}	
ul.stp-list3 li{
	    padding: 10px 15px 50px;
    height: 376px;
	}	
ul.stp-list3 li img{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	max-width: 245px;
	}		
/*==========sectionFour================*/
.sectionFour{
   	float: left;
    width: 100%;
    height: 325px;
    padding: 20px 0 50px;
    background: #eaeaeaf7;
    overflow: hidden;
}
.s4-slide-div{
	float:left;
	width:100%;
	margin-top:30px;
	}
.s4-hdng{
	font-size:55px;
	line-height:65px;}	
.s4-box {
	display:inline-block;
	width:100%;
	position:relative;
	margin-top:55px;
	}
.s4-rgt{
	    float: right;
    width: 42%;
    padding: 21px 0px 00px 0;
    text-align: left;
	}
.s4-rgt .s1txt2{ color:#000; text-transform: capitalize;margin-top: -5px;}	
.s4-txt{
	margin-top:25px;}	
.s4-prodt{
	        position: absolute;
    left: 0;
    top: -20px;
    max-width: 528px;
	}		
.s4-img {
	float: left;
	width: 100%;
	padding: 0 0 40px;
	}
.slider-img1 {max-width: 100%;}
/*==============sectionFive===============*/
.sectionFive{
	float:left;
	width:100%;
	padding:100px 0 90px;
	background:#f5f7f8;
	position:relative;
	}
.s5-left{
	float:left;
	width:24%;
	text-align:left;
	}
.s5-rtng{
	float:left;
	width:100%;
	margin-top:22px;
	font-size:18px;
	line-height:24px;
	color:#000;
	}
.s5-rtng img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.s5-rtng span{
	font-size:14px;
	color:#333;
	}
.s5-rght{
	float:right;
	width:66%;
	text-align:left;
	}
.s5-testiBx{
	float:left;
	width:100%;
	}
.s5-testi-col{
	float:left;
	width:100%;
	padding-bottom: 80px;
	}
.s5-t-hdng{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    color: #2a6f91;
	margin-bottom:10px;
	}
.t-star{
	display:block;
	margin:0 0;
	}
.s5-t-abt{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	font-style:italic;
	margin-top:20px;
	letter-spacing:0.3px;
	}
.t-name{
	float:left;
	width:100%;
	margin-top:20px;
	padding-left:60px;
	text-align:left;
	position:relative;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	letter-spacing:0.5px;
	}
.t-name img{
	position:absolute;
	left:0;
	top:0;
	}
.t-name span{
	font-size:14px;
	color:#333;
	font-weight:normal;
	}
/*======================= start footer ===================*/
/*===========================
SHOP_PAGE
===========================*/
.shop-section{
	float:left;
	width:100%;
	padding:40px 0 50px;
	}
.prod-sec-left {
    float: left;
    width: 26%;
    border: 1px solid #10b3f0;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
	display:none;
	}
.prodNameHdng{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#2a6f91;
	font-weight:bold;
	text-align:left;
	padding:15px;
	background:#f1f7fb;
	border-bottom:1px solid #10b3f0;
	}
ul.prodName-list{
	float:left;
	width:100%;
	}
ul.prodName-list li{
	float: left;
    width: 100%;
    padding: 30px 15px 21px 115px;
    font-size: 20px;
    line-height: 24px;
    color: #2a6f91;
    font-weight: 500;
    border-bottom: 1px solid #a9d1e3;
    text-align: left;
    cursor: pointer;
    position: relative;
	}

ul.prodName-list li:last-child{ border:none;}
ul.prodName-list li.active{
	background:#f1f7fb;
	}
ul.prodName-list li img{
	position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    background: #fff;
    padding: 5px;
    border-right: 1px solid #e7e7e7;
}
ul.prodName-list li:hover img{
	border-right: 1px solid #f1f7fb;
}

.prod-sec-right{
	float: right;
    width: 100%;
    text-align: left;
	}
.prod-row{
	float:left;
	width:100%;
	}
.prodct-name{
	float:left;
	width:100%;
	font-size:30px;
	line-height:35px;
	color: #333;
	position:relative;
	padding-bottom:15px;
	}
.prodct-name:after {
	position: absolute;
	left: 5px;
	bottom: 0;
	height: 2px;
	width: 80px;
	background:#f4ffdd;
	content: "";
	}
.mrgn15{ margin-top:15px;}
.prod-subHdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color: #2a6f91;
	margin-top:25px;
	}
.shop-pg, .thank-pg {
    float: left;
    width: 100%;
    padding: 40px 0;
}
.product-wrap{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 24px;
    margin-top: 27px;
	}
.prod-col{
	display: inline-block;
    vertical-align: middle;
    width: 32%;
    padding: 8px 8px 12px;
    text-align: left;
    border: 1px solid #dedede;
    border-radius: 11px;
}

.shop-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 30px;
    width: 100%;
        background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 10px;
}
.prod-col:hover .shop-prod{}
.shop-prd-name{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    /* min-height: 57px; */
    
}

.size {
    line-height: 25px;
    font-size: 16px;
    width: 100%;
    margin: 0px 0 0;
    display: inline-block;
    font-weight: 600;
}	
.shop-prd-prc{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    color: #ff0a0a;
    font-weight: 700;
    margin-top: 10px;
	}
.shop-prd-btn{
	display: inline-block;
    vertical-align: middle;
   	width: 140px;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    font-weight: bold;
    color: #2a6f91;
    border: 1px solid #2a6f91;
    margin-top: 20px;
    text-align: center;
	cursor:pointer;
	}
.s2-btn{
	margin-top: 12px;
    width: 100%;
    max-width: 85%;
	}	
.prod-col:hover a.shop-prd-btn{
	background:#009bf6;
	color:#fff;
	border:1px solid #009bf6;
	}
/*============mail-strip============*/
.mail-strip{
	float:left;
	width:100%;
	background:linear-gradient(45deg, #333, #767676);
	padding:60px 0;
	}
.signupHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
	}
.signup-para{
	float: left;
    width: 100%;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
	margin-top:15px;
	}
.mail-field {
	display:inline-block;
	vertical-align:middle;
    width:100%;
	max-width:650px;
	border:1px solid #d2ddf1;
	background:#fff;
	border-radius:5px;
    height: 65px;
	margin-top: 40px;
	overflow:hidden;
	padding:8px;
	position:relative;
	}
.mail-field input {
    float: left;
    width: 70%;
    border: none;
    outline: none;
    color: #000;
    font-size:20px;
    height:100%;
    padding: 0 20px;
	background:#fff;
	font-family:inherit;
	}
.signUp {
	position: absolute;
	width: 180px;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	top: 6px;
	right: 5px;
	padding: 7px 0;
	}
a.signUp  img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px -15px 0 15px;
    width: 9px;
	}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/
.ftr-links-sec {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #fff;
	border-top:2px solid #272727;
}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	}
.ftr-links-col, .ftr-links-col-2, .ftr-links-col-3{float:left;width:100%;}
.ftr-links-col-1{text-align:center}
.ftr-links-col-2, .ftr-links-col-3{width:100%; text-align:center; margin-top:20px;}
.ftr-links-col-3{}
.ftr-links-col-4{}
.ftr-links-col-3 a {
    color: #333;
    display: inline-block;
    padding: 4px;
    background: #fff;
    margin: 3px;
}
.ftr-log {max-width: 210px; display: inline-block;}
.address-ftr{
    float: left;
    width: 100%;
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #505050;
}

.ftr-links-hd {
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    color: #2f2422;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ftr-links-list{
	float:left;
	width:100%;
	}
.ftr-links-list li{
	display: inline-block;
	/* width: 100%; */
	margin: 0px 5px 0;
	font-size: 16px;
	line-height: 25px;
	color: #505050;
	}
.ftr-links-list li a{color:#505050;}
.ftr-links-list li a img{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
	}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	background: #f7f7f7;
	}
.ftr-txt{
	font-size:16px;
	line-height:20px;
	color:#727272;
	}
.ftr-txt a{color:#727272; margin:0 5px;}
/*=============================================
			 START PRODUCT PAGE
==============================================*/
.inner-menu {
	padding: 10px 0 10px 0;
    float: left;
    width: 100%;
    background:#f4ffdd;
}
ul.inmnu-list {
	text-align: left;
}
ul.inmnu-list li {
	display: inline-block;
	margin: 0 13px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
}
ul.inmnu-list li:last-child {
    background: #333;
    padding: 2px 5px;
    color: #fff;
	margin-right:0;
}
ul.inmnu-list li a {
	color: #082f51;
}
ul.inmnu-list li:last-child a{color:#fff;}
.disc {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #787878;
	margin: 0 0 2px 0;
}
/*===============product sec1================*/
.prd-sec1 {
	padding: 20px 0 100px 0;
	background: url(../images/prd-s1bg.jpg) left top repeat-x;
}

/*=============================================
		  START PRODUCT DETAIL PAGE
==============================================*/
.prddtl-sec1, .other-prd {
	padding: 60px 0;
	float:left;
	width:100%;
}
.prddtls1-lft, .prddtls1-rgt {
	float: left;
	width: 100%;
}
.prddtls1-lft {
        width: 40%;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px 0px 40px;
    text-align: center;
}
.prddtls1-lft img {
    max-width: 450px;
    margin: 10px 0 0;
	display:inline-block;
}
.prd-s1-rit {
    float: right;
    width: 57%;
    text-align: left;
}
.txt-box {
    float: left;
    width: 100%;
}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.prd-s1-p1 span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}
.s1-p2 {
        font-size: 17px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    margin: 12px 0 20px;
}
.pric-box {
    float: left;
    width: 100%;
    padding-left: 0;
}
.prd-strength-row, .prd_quantity {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
}
.prd-strength-p1 {
   font-size: 18px;
    line-height: 20px;
    color: #028acf;
    font-weight: 600;
    width: 22%;
    padding: 15px 0 0 0;
    margin: 0 20px 15px 0;
    display: inline-block;
}
.prd-strength-row .option-field {
    height: 51px;
    width: 270px;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding: 10px 13px;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-family: inherit;
}
.price {
    font-size: 32px;
    margin: 0px 0 20px;
    float: left;
    width: 100%;
    font-weight: 700;
}
.add-to-cart, .prd-cards {
    display: inline-block;
    float: left;
    margin: 0px 20px 0 0;
}

.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 38px;
    color: #161d25;
    font-weight: bold;
    margin-top: 0px;
}
.prd-list {
    float: left;
    width: 100%;
    padding: 2px 0 18px;
}
.prd-list li {
    float: left;
    width: 100%;
    margin: 8px 0 0;
    position: relative;
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
}
.prd-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 50px;
}
.prd-list li span {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    width: 41%;
}
a.add-to-cart.shop-btn { float: left;margin: 0 36px 0 0;}
/*===============product detail sec2================*/
.prddtl-s2 {
	background: #f9f9f9;
    padding: 60px 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    overflow: hidden;
}
ul.prddtl-s2list {
	padding: 20px 60px 0 60px;
}
ul.prddtl-s2list li {
	float: left;
	display: inline-block;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 3%;
}
ul.prddtl-s2list li p {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #082f51;
	text-align: center;
	text-transform: uppercase;
}
.prddtls2l-imgbox {
	float: left;
    width: 100%;
    margin-bottom: 20px;
}
.softgel, .oildrop, .sleeppatch {
	margin: 0 auto;
	display: block;
}
.softgel {
	width: 300px;
}
.oildrop {
	width: 101px;
}
.sleeppatch {
	
}

/*==============================================
				START CART PAGE
===============================================*/
.cart-sec1, .chk-sec1 {
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
	float:left;
	width:100%;
}
.cart-txt1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	color: #2d2d2d;
	text-align: left;
}
.cart-box1 {
	background: #333;
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 44px;
	color: #fff;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 1px solid #b6b6b6;
}
.one, .two, .three, .four {
	float: left;
	display: inline-block;
	width: 64%;
	box-sizing: border-box;
	text-transform: uppercase;
}
.two, .three, .four {
	width: 18%;
	text-align: center;
}
.two{display:none;}
.one {
	padding: 0 0 0 20px;
	position: relative;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
}
.odrsmry-icon {
	margin: 0 5px -4px 0;
}
.cart-box2 .one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.cart-box2, .card-box3, .card-box4 {
	border-bottom: 1px solid #b6b6b6;
	padding: 20px 0;
	float: left;
	width: 100%;
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-box3 {
	padding: 30px 0;
	flex-wrap: wrap;
}
.card-box4{
	border:none;
	padding-bottom:0;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 10px;
	}
.cart-prdname {
	padding: 0;
    font-size: 17px;
    line-height: 25px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    text-align: left;
}
.cart-prdname span.span1 {
	font-size: 18px;
    color: #292929;
    text-transform: capitalize;
    line-height: 23px;
}
.cart-prdname .span2 {
	display: block
}
.cart-prd1, .cart-prd2, .cart-prd3, .cart-prd4 {
	    border: 1px solid #dcdcdc;
    width: 120px;
    float: left;
    position: relative;
}
.cart-prd1{ display:none;}
.cart-prd1 img, .cart-prd2 img, .cart-prd3 img, .cart-prd4 img {
	margin: 0 auto;
	display: block;
	padding: 10px;
}
.cart-prd4 img {
}
.unit-price, .sub-total, .qtybox {
	font-family: inherit;
	font-size: 22px;
	color: #292929;
	text-align: center;
	float: left;
	width: 100%;
}
.sub-total {
	text-align: right;
}
.card-box3lft, .card-box3rgt {
	float: left;
	display: inline-block;
	width: 60%;
	box-sizing: border-box;
}
.card-box3rgt {
	width: 40%;
}
.promo-fld {
	float: left;
	margin: 0;
	display: none;
}
.promo-fld label, .promo-fld input, .apply {
	float: left;
	display: inline-block;
}
.promo-fld label {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	color: #292929;
	text-align: left;
	margin: 0 15px 0 0;
}
.promo-fld input {
	width: 200px;
	border: 1px solid #c2c2c2;
	height: 37px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 6px;
	margin: 0 5px 0 0;
}
.apply {
	width: 60px;
	height: 35px;
	background: #009bf6;
	border-radius: 5px;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 33px;
	text-transform: uppercase;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
	border-bottom: 1px solid #b6b6b6;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #292929;
	text-align: left;
	padding: 6px 0;
}
ul.cart-prclist li:first-child {
	padding: 0 0 6px 0;
}
ul.cart-prclist li:last-child {
	border-bottom: none;
	padding: 6px 0 0 0;
}
ul.cart-prclist li span.span1 {
	width: 100px;
	float: right;
	text-align: right;
}
ul.cart-prclist li span.span2 {
	font-weight: bold;
}
#cartBox{
	float:left;
	width:100%;
	}
#cartBox p{}
#cartBox #browse{padding: 0 30px;width: auto;}
.continue-shpbtn, .proceed-chkbtn {width: auto;padding: 0px 20px; margin: 0;}
.proceed-chkbtn {background: #333; color: #fff;}
/*==============================================
			 START CHECKOUT PAGE
===============================================*/
.chk-sec1 {}
.chk-lft, .chk-rgt {
	float: left;
	display: inline-block;
	width: 49%;
	margin: 0 0 0 0;
}
.chk-rgt {
	width: 47.72%;
	margin: 0;
	float: right;
}
.frm1, .frm2 {
	border: 1px solid #e3e7d8;
	padding: 0 0 34px 0;
}
.frm2 {
	margin: 23px 0 0 0;
}
.shp-hding, .pmt-hding {
	font-family: inherit;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 18px 10px 14px 48px;
	background: #333 url(../images/ship-icon.png) 10px 20px no-repeat;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
.pmt-hding {
	background: #333 url(../images/pmt-icon.png) 10px 20px no-repeat;
}
/*----------form start------------*/
.frm-inner {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.frmElmnts {
	float: left;
	margin: 12px 0 0 0;
	width: 100%;
	box-sizing: border-box;
}
.frmfld, .frmfld-short1, .frmfld-short2, .frmfld-short3 {
	float: left;
	display: inline-block;
}
.frmElmnts label, .weaccept {
	width: 92%;
	margin: 20px 4% 5px 4%;
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
	text-align: left;
	color: #393939;
	padding: 0 0 3px 0;
}
.frmElmnts label {
	width: 100%;
	margin: 0;
	line-height: 30px;
}
.cards {
	float: right;
}
.sameas {
	font-size: 17px;
    line-height: 28px;
    text-align: left;
    position: relative;
    padding: 0 0 0 28px;
    margin: 13px 0 0;
    float: left;
    width: 100%;
}
.chkbx {
	position: absolute;
	left: 0;
	top: 5px;
	height: 13px;
	width: 13px;
	background: url(../images/chkbx.png) left top no-repeat;
	appearance: normal;
	-webkit-appearance: none;
}
.chkbx:checked {
	background: url(../images/chkbx-checked.png) left top no-repeat
}
.topmar2 {
	margin-top: 10px;
}
.frmfld {
	width: 100%;
	height: 39px;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 0px 0 40px;
	position: relative;
	background: #fff;
}
.frmfld-short1, .frmfld-short2, .frmfld-short3 {
	width: 48.5%;
}
.frmfld-short1, .frmfld-short3 {
	margin-right: 3%;
}
.frmfld input, .frmfld select {
	width: 100%;
	height: 37px;
	border: none;
	outline: none;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: 300;
	font-size: 17px;
	color: #000;
	text-align: left;
}
.frmfld select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/select-fldbg.png) 98% center no-repeat;
	padding-left:5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #818080;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #818080;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #818080;
}
:-moz-placeholder { /* Firefox 18- */
 color: #818080;
}
.icon {
	position: absolute;
	left: 10px;
	top: 12px;
}
.logos {
	margin: 29px auto 0 auto;
	display: block;
}
a.what {
	font-weight: 500;
	font-size: 17px;
	line-height: 39px;
	color: #393939;
	text-align: left;
	text-decoration: underline;
}
.trm {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 23px;
}
.trm .trm_1 {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
}
.agreetxt {
    
}
.agreetxt a {
	color: #071eff;
	text-decoration: underline;
}
/*----------right side--------------*/
.smry-box {
	border: 1px solid #dedede;
	padding: 15px 15px 15px 15px;
}
.smry-box #cartBox p{
	margin-top:0;
	}
.smry-box #browse{
	margin-top:10px;
	}
.smry-box .cart-box1{
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #2d2d2d;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0px;
	background:#fff;
	margin:0;
	height:auto;
}
.smry-box .one{
	padding: 0px 0 10px 0;
	width:60%;
	}
.smry-box .odrsmry-icon{
	display:none;
	}
.smry-box .cart-box1 .two{width:40%; text-align:right}
.smry-box .cart-box1 .three{
	display:none;
	} 
.smry-box .cart-box2 .cart-prd1{
	display:none;
	}
.smry-box .cart-box2 .cart-prdname{
	padding:0;
	}
.smry-box .cart-box2 .cart-prdname .span2{
	
	}
.smry-box .cart-box2 .cart-prdname .span1, .smry-box .four .sub-total, ul.cart-prclist li{
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	color: #252525;
	}
.smry-box .two .unit-price, .smry-box .three .qtybox{
	display:none;
	}
.smry-box .four{
	float: right;
	padding: 0;
	width: 33%;
	}
.smry-box .four .sub-total{
	padding:0;
	text-align:right;
	}
.smry-box .cart-box2 .one{
	padding-bottom:0;
	}
.smry-box .cart-box2 .two, .smry-box .cart-box2 .three{display:none;}
.smry-box .card-box3 {
    padding: 15px 0;
	border-bottom:none;
}
.smry-box .card-box3lft .promo-fld{
	display:none;
	}
.smry-box .card-box3rgt{
	width:100%;
	}
.smry-box .card-box3rgt ul.cart-prclist li{
	padding:10px 0;
	border:none;
	}
.smry-box .card-box3rgt ul.cart-prclist li:last-child{
	background: #f3f3f3;
    padding: 15px 10px 15px 10px;
    font-weight: bold;
    font-size: 22px;
	border-top: 1px solid #d4d4d4;
	margin-top:15px;
	}
.smry-box .card-box4{
	display:none;
	}



.chkqtbox {
	border: 1px solid #ededed;
	margin: 77px auto 0 auto;
	position: relative;
}
.chkqt {
	position: absolute;
	left: 0;
	right: 0;
	margin: -40px auto 0 auto;
	display: block;
}
.chkqt-txt {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 50px 25px 0 25px;
}
.chkqt-txt2 {
	padding: 22px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #018abd;
	text-align: center;
	text-transform: uppercase;
}
.chkqt-txt3 {
	font-size: 18px;
	text-align: center;
	padding: 0 20px 30px 20px;
}
.chkqt-txt3 span {
	color: #018abd;
}
.chkrgt-subhding {
	font-weight: normal;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	padding: 42px 10px 0 10px;
}
.chkrgt-subhding span {
	font-weight: bold;
	font-size: 35px;
}
ul.chk-nohidlist {
	padding: 35px 0 0 0;
	text-align: center;
}
ul.chk-nohidlist li {
	display: inline-block;
	margin: 0 8px;
}
ul.chk-nohidlist li img {
	width: 102px;
}
.chk-hding {
}

/*==============================
	START CONTACT PAGE
===============================*/
.cont-sec1 {
	padding: 40px 0;
}
.cont-mid-lft, .cont-mid-rgt {
	float: left;
	width: 44.01%;
	margin: 0 0 0 0;
	text-align: left;
}
.cont-mid-rgt {
	position: relative;
	width: 47.69%;
	background: #f7f6f6;
	float:right;
}
.cont-p1 {
	font-size: 26px;
	line-height: 40px;
	text-align: left;
	color: #000000;
	margin: 0 0 0 0;
}
.cont-p2 {
	    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #272727;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}
.cont-p2-1, .cont-p2-2, .cont-p2-3, .cont-p2-4 {
	background: url(../images/location.png) left 7px no-repeat;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	color: #3a3a3a;
	margin: 0px 0 0 0;
	padding: 8px 0 10px 52px;
	    filter: grayscale(1);

	
}
.cont-p2-2 {
	background: url(../images/ph.png) left 7px no-repeat;
}
.cont-p2-3 {
	background: url(../images/mail.png) left 7px no-repeat;
}
.cont-p2-4 {
	background: url(../images/time.png) left 7px no-repeat;
}
.cont-p3 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #3a3a3a;
	margin: 0 0 0 52px;
}
.cot-brd {
	border-bottom: 1px solid #f2f2f2;
	margin: 26px 0 0 0;
}
.cont-arw {
	position: absolute;
	top: 79px;
	left: -26px;
}
/*==========right=======================*/
.cont-frm {
	width: 77.06%;
	margin: 0 auto 0 auto;
	padding: 35px 0 35px 0;
}
.cot-rgt-p1 {
	font-size: 28px;
	line-height: 40px;
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}
.cont-frmElmnts {
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
	display: block;
	position: relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea {
	width: 100%;
	background: #fff;
	height: 54px;
	border: 1px solid #d2cfcc;
	box-sizing: border-box;
	padding: 0 10px 0 57px;
	font-family:inherit;
	font-size: 16px;
	color: #000;
	border-radius: 6px;
	text-align: left;
}
.cont-frmElmnts textarea {
	height: 215px;
	width: 99.83%;
	padding: 14px 10px 0 20px;
	border: 1px solid #d2cfcc;
	resize: none;
}
::-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;
}
.fldicon, .fldicon2 {
	position: absolute;
	left: 14px;
	top: 18px;
}
.fldicon2 {
	top: 13px;
}
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 0px 0 40px;
}
.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: #065ab2;
    padding: 5px;
}
.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-top: 15px;
    margin-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
	display:block;
	font-weight:700;
}
.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;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999600;
    border: 0px;
    opacity: 0.3;
    background: #000;
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: #000;
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;     display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
        background: #ff0a0a;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #333;
}
.yes-btn {
	
}
@media only screen and (max-width: 767px){
.hide-767, .show-desk{display:none;}
.show-767{display:block;}

.pop-innr { width: calc(100% - 10px);}
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
    display: inline-block;
}


