@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:#fff;
	color:#000000;
	text-align:center;
	font-family: 'IBM Plex 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;
	color: #000;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
.position {
	position: relative;
}
.forMob,.forTab{ display:none ;}
.dsplay {
	width: 100%;
	float: left;
}
.bdfont {
	font-size:17px;
	line-height:26px;
}
/************************************/
/********************************/
.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;
	background: rgba(0, 0, 0, 0.8);
}
.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: #ea7b01;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
    }
.no-btn {background: #5d5d5d;}
.yes-btn {}
/*==========Header==============*/
.topStrip{
	float: left;
	width: 100%;
	background: #333;
	padding: 5px 0;
}
.topStrip .top-date{
    float: left;
    color: #ffffff;
    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: 200px;
    margin-top: 0;
}
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: 'Inter', sans-serif;
	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%;
	height:591px;
    background: url(../images/banner-bg.jpg) no-repeat center top;
    padding: 0px 0px;
	position:relative;
	overflow:hidden;
	}
.bnr-rght{
    float: left;
    width:50%;
    text-align: left;
    padding: 100px 0 0;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 36px;
    line-height: 46px;
    color: #111111;
    font-weight:500;
    text-transform: capitalize;
	}
.bnrHdng span{
    color: #ea7b01;
	font-size:62px;
    line-height:70px;
	font-weight:bold;
	display:block;
	}	
.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: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    margin-top: 20px;
	}
.shop-btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    line-height: 62px;
    color: #fff;
    text-transform: uppercase;
    background: #ea7b01;
    margin-top: 35px;
    font-weight: 700;
    width: 250px;
    height: 62px;
    border-radius: 0;
    border: none;
    cursor: pointer;
	}
.brn-prd{
	    position: absolute;
    top: 25px;
    right: 6%;
}
.brn-prd2{
	position:absolute;
	right: 6%;
	top:0;
	}
/*=================== start section1 ===================*/
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	background:#fff;
	padding:0px 0 100px;
	text-align:center;
	position: relative;
	/*overflow:hidden;*/
	height:auto;
	}
.s1-img1{
	display:inline-block;
	max-width:100%;
	}	
.s1-modl{
    position: absolute;
    right: 4%;
    top: 205px;
	}	
.s1-rgt{
    float: left;
    width: 47%;
    text-align: left;
    padding: 30px 0 0px;
	}	
.comnHdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    color: #111111;
    font-weight: 500;
    text-transform: capitalize;
}
.comnHdng span{
	display:block;
	font-size:48px;
	line-height:58px;
	color:#ea7b01;
	font-weight:bold;
	}  
.comn-para {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
}
.sub-hdng{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
    padding-bottom: 26px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin-top: 25px;
	}
ul.s1-list li {
	float: left;
    width: 46%;
	position:relative;
	font-size:17px;
	line-height:23px;
	color:#000;
	padding:0 0 0 72px;
	margin:30px 0 0 0;
}
ul.s1-list li:nth-child(2), ul.s1-list li:last-child{ float:right;}
ul.s1-list li img{
	position:absolute;
	top:5px;
	left:0;
	max-width:100%;
	}
ul.s1-list li span{
	float:left;
	width:100%;
	font-size:21px;
	color:#243a5e;
	font-weight:700;
	line-height:30px;
	}
.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;

	}

/*=============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;
	}
.comn-hdg-line{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0;}
.sectionThree .comnHdng{ margin-top:0px;}	
ul.s3-prdcts-list {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:28px;
    justify-content: space-between;
    row-gap: 35px;
}
ul.s3-prdcts-list li {
	display:inline-block;
	vertical-align:middle;
    width: 32%;
	margin:0 0 0 0;
}
ul.s3-prdcts-list li:hover{
	}
.s3-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 25px;
    width: 100%;
    border: 1px solid #d1d1d1;
	}
.prod-type {
    color: #929292;
    line-height: 18px;
    text-transform: capitalize;
    font-size: 18px;
    float: left;
    width: 100%;
    transition: .3s;
    margin: 10px 0;
}
ul.s3-prdcts-list li span{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #010101;
    font-weight: 500;
    margin-top: 15px;
}
.shop-prc {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height:30px;
    font-weight: 700;
    margin-top: 10px;
}
ul.s3-prdcts-list li p{}
.star{
	display: none;
    margin: 5px auto;
}
a.shop-btn2{
    margin-top: 14px;
	width: 100%;
    max-width: 250px;
	}
a.View-btn{
	width: 245px;
    height: 60px;
    line-height: 60px;
	background: #000;
    color: #fff;
	}	
.s3-Box{
	float: right;
    width: 56%;
    padding: 20px 0;
    text-align: left;
	}	
.strip-img1{
	position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
	}	
.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%;
	background:#fff;
	padding:60px 0 30px;
}
.strip2-inr{
	float:left;
	width:100%;
	margin-top:70px;
	position:relative;
	}
.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%;
	}
ul.stp-list{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
    row-gap: 50px;
	}
ul.stp-list li{
    float: left;
    width: 24%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 0px 15px 25px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    background: #ececec;
    border-radius: 15px;
}

ul.stp-list li span{
	display: block;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
	}
ul.stp-list li img{
    display: block;
    margin: -40px auto 12px;
	}	
ul.stp-list2{
	float:left;
	width:60%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
	}
ul.stp-list2 li{
	float: left;
    width: 100%;
    padding: 50px 15px 0 145px;
    text-align: center;
    background: #ececec;
    margin: 0 0 9px;
    height: 181px;
    position: relative;
	}	
ul.stp-list2 li p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:32px;
	color:#000;
	}	
ul.stp-list2 li p span{
	display:block;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	}	
ul.stp-list2 li img{
	position:absolute;
	left:0;
	top:0;
	max-width:180px;
	}	
ul.stp-list2 li .shop-btn{
	background:none;
	width:auto;
	height:auto;
	margin-top:8px;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	text-decoration:underline;
	text-transform:capitalize;
	color:#000;
	}	
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%;
	padding:60px 0;
	background: #f5f5f5;
	}
.s4-chooseBx{
	float:left;
	width:100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:15px;
	}
.s4-col{
	width:23%;
	background:#f5f7f9;
	text-align:center;
	margin-top:50px;
	}
.s4-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.s4-cont{
	float: left;
    width: 100%;
    background: #f5f7f9;
    padding: 20px 5px 25px;
	}
.s4-icon{
	display:block;
	margin:-30px auto 15px;
	background:#fbfcfc;
	width:70px;
	height:70px;
	position:relative;
	border-radius:50%;
	padding:15px 5px;
	box-shadow:2px 3px 9px 1px rgba(0,0,0,0.1);
	}
.s4-icon img{ max-width:100%;}
.s4-cont span{
	float: left;
    width: 100%;
    font-size:22px;
    line-height: 30px;
	letter-spacing:-0.5px;
    color: #2a6f91;
	}
.s4-cont p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 10px;
    letter-spacing: 0.3px;
	}
/*==============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: 50px;
    background: #d2ddf1;
    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: space-between;
    row-gap: 15px;
    margin-top: 30px;
	}
.prod-col{
	float: left;
	width: 24%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 0 11px 15px;
	transition: all 0.3s;
	position: relative;
}

.shop-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	transition:all 0.3s;
}
.prod-col:hover .shop-prod{}
.shop-prd-name{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 33px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #1d2c4c;
    text-transform: capitalize;
	}
.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: 22px;
	    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-top: 6px;
    letter-spacing: 0.3px;
	}
.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;
	}
.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;
	border-top:7px solid #959595;
}
.ftr-links-inr{
	float: left;
    width: 100%;
	text-align:left;
	}
.ftr-links-col, .ftr-links-col-2, .ftr-links-col-3{float:left;width:60%;}
.ftr-links-col-1{text-align:center}
.ftr-links-col-2, .ftr-links-col-3{width:30%;}
.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;float: left;}
.address-ftr{
	float: left;
    width: 100%;
    margin: 10px 0 0;
    font-size: 17px;
    line-height: 28px;
    color: #505050;
    text-align: left;
	}

.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{
	float:left;
	width:100%;
	margin:8px 0 0;
	font-size:18px;
	line-height:24px;
	color:#505050;
	text-align:left;
	letter-spacing:0.3px;
	}
.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;
	}
.ftr-txt{
	font-size:16px;
	line-height:20px;
	color:#727272;
	}
.ftr-txt a{color:#727272; margin:0 5px;}
/*=============================================
			 START PRODUCT PAGE
==============================================*/
.inner-menu {
	padding: 8px 0 8px 0;
    float: left;
    width: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
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 {
	padding: 60px 0;
	float:left;
	width:100%;
}
.prddtls1-rgt {
	float: left;
	width: 100%;
}
.prddtls1-lft {

}
.prddtl-sec1-img{
    position: absolute;
    left: 15px;
    top: 26px;
    max-width: 400px;
}
.prddtls1-rgt {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px 30px 30px 500px;
    position: relative;
}
.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
	font-size: 20px;
	line-height: 25px;
	color: #707070;
	text-align: left;
	text-transform: uppercase;
}
.prddtls1-rgthding2 {
	    font-weight: bold;
    font-size: 26px;
    line-height: 37px;
    color: #ffd306;
    text-transform: capitalize;
    text-align: left;
    padding: 5px 0 5px 10px;
    background: #333;
    width: 90%;
    margin-top: 10px;
}
.prddtls1-rgttxt {
	color: #000000;
	text-align: left;
	padding: 22px 0 0 0;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 20px;
	float: left;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 14px;
}
.other-prd {
    float: right;
    width: 48%;
}
.other-prod .prod-col {
    width: 49%;
}
.other-prod ul.s3-prdcts-list{ float: left; width:100%;}
.other-prod ul.s3-prdcts-list li{width:100% !important;}
.s2-mdl-box2{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	margin-top:30px;
}
.s2-mdl-box2 .s2-prodBx-col {
	width: 49%;
	margin: 0;
	padding: 15px 13px;
}
ul.prddtls1-rgtlist li {
	padding: 0px 0 0 25px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    position: relative;
	text-align:left;
}
ul.prddtls1-rgtlist li:first-child {
}
ul.prddtls1-rgtlist li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #ed3a05;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}
ul.prddtls1-rgtlist li:first-child:before {
}
ul.prddtls1-rgtlist li img {
    max-width: 36px;
    position: absolute;
    top: 4px;
    left: 0;
    /* border: 1px solid #f1f1f1; */
    padding: 5px;
    box-shadow: 0 0 5px #97d0f1;
}
ul.prddtls1-rgtlist li span{
    display: inline-block;
    font-weight: 600;
}
ul.prddtls1-rgtlist li span span{
	float:right;
	width: auto;
	}
ul.prddtl-prclist {
	border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin: 22px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.prddtl-prclist li {
	float: left;
    width: 50%;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
    text-align: left;
    padding: 15px 0;
}
ul.prddtl-prclist li:nth-child(2) {}
ul.prddtl-prclist li span {
	    font-weight: bold;
    font-size: 28px;
    color: #333;
	margin-top:5px;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.prddtl-prclist.dsplay {
    float: left;
    width: 100%;
    text-align: left;
}
.prd-strength-row{
	float: left;
    width: 100%;
    padding: 19px 0 8px;
}
.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 22px;
    color: #161d25;
    font-weight: bold;
    margin-top: 12px;
}
.option-field1{
	float: left;
    width: 100%;
    margin-top: 20px;
}

.option-field1 li.option {
	z-index: 1;
    padding: 15px 30px 15px 20px;
    display: none;
    float: left;
    width: 100%;
    height: 50px;
	background-color: #f4f8ff;
	box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-webkit-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	-moz-box-shadow: 0px 1px 0 #DEDEDE, 0px -1px 0 #DEDEDE;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.option-field1 li:first-child:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../images/s2-prc-arw.png) no-repeat center right;
    width: 24px;
    height: 15px;
    filter: brightness(0.5);
    background-size: 15px;
    transform: translateY(-50%);
}

.option-field1 li.option span {
    float: right;
}
.option-field1 li.option:hover {
  background-color: #f5f5f5;
}

.option-field1 li:first-child {
  display: block;
}
.price{
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
}	
.size-guide-box {
	position: absolute;
	top: 1px;
	right: 90px;
	font-size: 16px;
}
.size-guide-box a {
    color: #b7953a;
}
.select-size {
    float: left;
	width:100%;
}
.select-size h3 {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.select-size .inner {
    float: left;
    width: 100%;
}
.select-size .inner a {
        float: left;
    border: 1px solid #ccc;
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 1px 0;
    margin-right: 10px;
}
.select-size .inner a:last-child{margin-right:0;}
.select-size .inner a.active {background: #009bf6;}
.select-size .inner a span { font-size: 18px; line-height: 27px; margin:0;}
.select-size .inner a.active span{color:#fff;}

.inpg-dvdr {
	height: 1px;
	background: #f1f1f1;
	margin: 72px auto 60px auto;
	display: block;
}
.tab-txt1, .tab-txt2 {
	float: left;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
}
.prod-desc {
    max-width: 160px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.tab-txt2 {
	padding: 10px 0 0;
}
ul.prddtl-tablist {
	float: left;
	width: 100%;
}
ul.prddtl-tablist li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding: 0 0 0 22px;
	font-size: 18px;
	line-height: 24px;
	margin: 11px 0 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 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: 16px;
    line-height: 23px;
}
.agreetxt {
    margin: 20px 0 20px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    text-align: left;
    position: relative;
    width: 100%;
    float: left;
}
.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{
	display:none;
	}
.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:100%;
	margin: 0 0 0 0;
}
.cont-mid-rgt {
	position: relative;
	width: 47.69%;
	background: #f7f6f6;
	float:right;
}
.cont-p1 {
	font-size:35px;
	line-height: 45px;
	color:#ea7b01;
	font-weight:bold;
	text-align: left;
	margin: 0 0 0 0;
}
.cont-p2 {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #272727;
	margin: 30px 0 0 0;
}
.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;
}
.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: #ea7b01;
    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-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;
}