@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;
	color:#000000;
	text-align:center;
	font-family: "Figtree", 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: #0d458d;
	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;
	background:#fff;
	/*background:url(../images/banner_bg.jpg) no-repeat center top;*/
	}
.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: 222px;
}
.fixed-nav .logo{ filter: none;}
a.header-btn{ 
	float:right; 
	width:220px;
	font-size:18px;
	color:#ffffff;
	height:50px;
	line-height:50px;
	margin-top:14px;
	background:#c3a472;
	}
	
ul.mainMenu{
	    float: right;
	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: #0d458d;
	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:0px 0px 50px;
	position:relative;
	overflow:hidden;
	background:url(../images/banner_bg.jpg) no-repeat center top;
	height:655px;
	}
.bnr-rght{
	float: right;
    width: 57%;
    text-align: left;
	margin-top:75px;
    padding: 50px 30px 50px 30px;
    background: #ecedf1d9;
	border:5px solid #0d458d;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    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: 70px;
    line-height: 76px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 10px;
    font-family: "Anton", sans-serif;
}
.bnrHdng2 span{color: #0d458d; }
.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;
	}
.bnrHdng3{
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 105px;
    line-height: 105px;
    color: #ecedee;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: "Anton", sans-serif;
    letter-spacing: 0.5px;
	}
.bnr-para{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 15px;
	}
.shop-btn{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #0d458d;
    margin-top: 30px;
    font-weight: 700;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    border: none;
    outline: none;
    transition: all 0.3s;
	}
.shop-btn:hover{}
.brn-prd{
    position: absolute;
    top: 65px;
    right: -52px;
    max-width: 100%;
	}
.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: 592px;
	background:url(../images/s1-bg.jpg) no-repeat center top;*/
    padding: 70px 0 50px;
    text-align: center;
    position: relative;

	}
.s1-lft{
	float: left;
    width: 46%;
    padding: 0px 0 0;
    text-align: left;
}
.sec1-image{
	position: absolute;
    top: 0;
    right: 0;
	}
.s1-prodt{
	    position: absolute;
    right: 201px;
    top: 162px;
	}	
.s1-txt{
	    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 29px;
	text-transform:uppercase;
    color: #fff;
    font-weight: 400;
}	
.s1txt2, .comnHdng{
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 50px;
    font-family: "Anton", sans-serif;
    color: #000;
    margin-top: 0px;
    background: url(../images/s2-hdg_bg_line.png) no-repeat left bottom;
    height: auto;
    padding-bottom: 22px;
}
.s1txt2 span, .comnHdng span{ color:#0d458d; }
.s1txt3{
	float: left;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
	}
ul.s1-list{
	float: left;
    width: 100%;
    margin-top:50px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;
	column-gap:12px;
	}
ul.s1-list li {
	float: left;
    width: 32%;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    color: #000;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
ul.s1-list li:nth-child(2){
	}
ul.s1-list li img{
	display:block;
	margin:0 auto 0px;
	}
ul.s1-list li:nth-child(2) img{}	
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;
    background: none;
    padding: 0;
	}
.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: 28px;
    font-weight: 400;
    margin-top: 15px;
	}			
/*=============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: 0px 0 50px;
	background-image: linear-gradient(to bottom, #fff 50%, #f6fafd 50%);
	}
.s3_prdt_kit{
	position:absolute;
	top:0;
	left:0;
	}
.s3uls{
	float: left;
    width: 100%;
    margin: 25px 0 0;
    padding: 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0;
	}	
.s3uls li{
	float: left;
    width: 32.5%;
    padding: 0px 0px 0px 60px;
    position: relative;
    text-align: left;
	}
.s3uls li:before{
	    position: absolute;
    content: "";
    border-left: 1px solid #bbb;
    top: 0;
    left: 50px;
    bottom: 0;
	}

.s3uls li:nth-child(2){}	
.s3-imgs{
    position: absolute;
    top: 0px;
    left: 0;
	}	
.li-bx{
	float:left;
	width:54%;
	}
.li-txt{
	float: left;
    width: 100%;
    color: #000;
    font-family: "Anton", sans-serif;
    font-size: 19px;
    line-height: 28px;
    text-transform: capitalize;
	}	
.li-txt2{
        float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0px 0 0;
    color: #000;
    margin-top: 4px;
	}			
.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;
	}	

/*===============sectionThree1==========*/
.sectionThree1{
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0 60px;
    height: auto;
    background: #f6fafd;
	}
.sec3-lft{
    float: right;
    width: 62%;
    text-align: left;
	}
.tape_img{
	position: absolute;
    top: 600px;
    left: -20px;
	}
.paint_img{
    position: absolute;
    top: 35px;
    left: 0;
    max-width: 415px;
	}
/*============strip2============*/
.strip2{
	float:left;
	width:100%;
	height:auto;
	background:#fff;
	padding: 40px 0 40px;
	
}
.strip2-inr_bx{
	float: left;
    width: 100%;
    margin-top:0px;
    padding: 40px 30px;
	border-radius: 15px 15px 15px;
    position: relative;
	overflow:hidden;
	background:#073c81;
	}
.strp2_paint_img{
    position: absolute;
    top: 26px;
    right: -88px;
    max-width: 650px;
	}
.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: 56%;
    margin: 0 0 0;
    text-align: center;
	}
.strip-lft .comnHdng{ color:#fff; }
.strip-lft .comn-para{ color:#fff; width: 88%;}
.strip-lft .product-wrap{ margin-top:25px; column-gap: 12px;}	
.strip-lft .product-wrap .prod-col{
	float: left;
    width: 32%;
    text-align: left;
    height: auto;
    position: relative;
 }
.strip-lft .shop-prd-name{ margin-top:4px; color:#fff; min-height: auto; border:none; padding-bottom: 0; }
.strip-lft .shop-prod{
	background: #fff;
    border: none;
    max-width: 200px;
    padding: 15px 10px;
    display: block;
    margin: 0 0 12px;
    border-radius: 10px 10px;
  }
 .strip-lft .shop-prd-prc{ color:#fff; width:100%; }
.strip-lft .s2-btn{ background:none; height:auto; width:auto; line-height:inherit; }
.strp-btn-arw{ position: absolute; bottom: 15px; right: 20px;}
.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: auto;
    padding:60px 0 60px;
    background: #fff;
}
.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: left;
    width: 100%;
    padding: 0;
    text-align: center;
	}
.s4-txt{
	margin-top:25px;}	
.s4-prodt{
	    position: absolute;
    left: 0;
    top: -42px;
	}		
.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:#0d458d;
	}
.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:#0d458d;
	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: #0d458d;
	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: 15px;
    row-gap: 26px;
    margin-top: 30px;
	}
.prod-col{
	display: inline-block;
    vertical-align: middle;
    width: 24%;
    padding: 0px 0px 0px;
    text-align: left;
    border-radius: 0px;
	position:relative;
}
.shop-prod{
	display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0px;
}
.prod-col:hover .shop-prod{}
.shop-prd-name{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
	padding-bottom: 10px;
    border-bottom: 1px solid #afafaf;
    
}
.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;
    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: 21px;
    width:100%;
	}	
.prod-col:hover a.shop-prd-btn{
	background:#009bf6;
	color:#fff;
	border:1px solid #009bf6;
	}
.s3_rit_sec{
    float: left;
    width: 55%;
    text-align: left;
	}
.s3_rit_sec .comnHdng{     
	background: #0d458d;
    width: 100%;
    color: #fff;
    padding: 12px 25px;
	position:relative;
	border-radius: 15px 0 0 0;
	}
.s3_rit_sec .comnHdng:after{
	    position: absolute;
    content: "";
    background: url(../images/s3-rit-hdg_bg.png) no-repeat;
    height: 77px;
    width: 92px;
    top: 0;
    right: -75px;
	
	}
.s3_rit_sec .product-wrap{ margin-top:20px; column-gap: 13px;}
.s3_rit_sec .product-wrap .prod-col{ width:32%; }
.s3_rit_sec .product-wrap .prod-col .shop-prd-name{ font-size:20px; min-height: 56px;}
.s3_mid_sec{
	float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 6px #bbb;
    border-radius: 0px 0px 15px 15px;
    padding: 15px 20px 35px;
    border-top: 5px solid #0d458d;
	}
.s3_mid_sec .product-wrap{ column-gap: 14px;}
.s3_mid_sec .product-wrap .prod-col { width:24%;}
.s3_mid_sec .product-wrap .prod-col .shop-prd-name{ min-height:auto; }
/*============mail-strip============*/
.mail-strip{
	float:left;
	width:100%;
	background:linear-gradient(45deg, #0d458d, #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: #efefef;
}
.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: #0d458d;
    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:#f5f5f5;
}
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: #0d458d;
	text-align: left;
	text-transform: uppercase;
}
ul.inmnu-list li:last-child {
    background: #0d458d;
    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-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;
}
.prddtls1-rgt {
    width: 58%;
    padding: 22px;
    float: right;
	text-align: left;
}
.prddtls1-rgt .shop-btn { width:65%; margin-top:25px;}
.slide-img {
	margin: 10px auto;
	display: block;
}
.prddtls1-rgthding1 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight:bold;
	text-transform: capitalize;
}
.prddtls1-rgthding1 span{
	display:block;
	font-size:22px;
	line-height:32px;
	color: #707070;
	font-weight:400;
	}
.prddtls1-rgthding2 {
	text-align: left;
    margin-top: 10px;
	
}
.prddtls1-rgttxt {
	color: #000000;
    text-align: left;
    padding: 22px 0 0 0;
    /* display: none; */
    font-size: 17px;
    line-height: 28px;
}
p.cont-head {
        float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
}
ul.prddtls1-rgtlist {
	padding: 0px 0 0 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.other-prd {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}

.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 10px 25px;
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}
ul.prddtls1-rgtlist li strong{ width: 40%; float: left;}
ul.prddtls1-rgtlist li:last-child{ border:none;}
ul.prddtls1-rgtlist li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: #487669;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}
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: #0d458d;
	margin-top:5px;
}
.catagory-select {
    float: left;
    width: 100%;
	position:relative;
}
.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;
}

.prd-txt1 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    margin: 12px 0 3px;
}	
.proDetls1-rgt-pnts{
	float:left;
	width:100%;
	margin-top:15px;
	}	
.proDetls1-rgt-pnts li{
	    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0px 8px 0px;
    font-size: 18px;
    line-height: 27px;
	}
.proDetls1-rgt-pnts li img{
	position:absolute;
	top:0;
	left:0;
	}
.proDetls1-rgt-pnts li p{
	font-size:16px;
	line-height:18px;
	color:#595959;
	}
.proDetls1-rgt-pnts li span{
	   font-size: 18px;
    line-height: 24px;
    float: left;
    width: 42%;
    font-weight: 700;
	}	
			
ul.proDetls1-rgt-list{
	float: left;
    width: 100%;
    margin-top: 25px;
	}
ul.proDetls1-rgt-list li{
   display: inline-block;
    /* width: 100%; */
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    /* padding-left: 26px; */
    margin-right: 15px;
    letter-spacing: 0.5px;
	}
.select-txt{
	float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    /* font-family: "Tienne", serif; */
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 13px;
	}	
.slect-mg-opt{
	float:left;
	width:100%;
	margin-top:20px;
	}
.slect-mg-opt li{
	float:left;
	text-align:center;
	background:#fff;
	border:1px solid #dbdbdb;
	border-radius:5px;
	font-size:18px;
	line-height:19px;
	padding:10px 15px;
	margin:0 7px;
	}
.slect-mg-opt li a{ color:#000;}
.slect-mg-opt li.active a{ color:#fff;}		
.mg-opt-oil li span{ font-size:12px;}
.s1-ptxt {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-top: 18px;
}	
.price {
    font-size: 31px;
    line-height: 40px;
    font-weight: 500;
    margin: 20px 0 0px;
    float: left;
    width: 100%;
}
 .option-field {
	height: 51px;
    width:60%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding: 10px 13px;
    outline: none;
    font-weight: 500;
    margin: 4px 0 7px 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-top: 10px;
}
.prd_quantity {
        float: left;
    vertical-align: top;
    margin-top: 15px;
	width:100%;
}
.price {
    font-size: 31px;
    line-height: 40px;
    font-weight:500;
    margin: 20px 0 0px;
    float: left;
    width: 100%;
}
.pack-sec{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top:20px;
	padding:0 22px;
	}
.package{
	width:30%;
	float:left;
	border-radius:5px;
	border:1px solid #d8ebeb;
	overflow:hidden;
	cursor:pointer;
	}
.package.left{ float:left;}	
.package.right{ float:right;}	
.package.mid{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15%;
	}	
.package.active{
	border:1px solid #3279b2;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.2);	
	}		
.pkgInner{
	float:left;
	width:100%;
	background:#fff;
	}	
.pack-hdng{
    background:#b5c0c9;
    float: left;
    width: 100%;
	padding:5px;
	}
.package.active .pack-hdng{ background:#3279b2;}		
.pack-hdng p{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 15px;
	font-family: "Tienne", serif;
    font-weight: 500;
	letter-spacing:0.5px;	
    color: #fff;
	}				
/*===============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 {
	font-family: "Anton", sans-serif;
	font-size: 20px;
	line-height: 44px;
	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: capitalize;
}
.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;background: none;border: 1px solid #0d458d;color: #0d458d;}
.proceed-chkbtn {background: #0d458d; 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-size: 24px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
	padding: 18px 10px 14px 48px;
	background: #0d458d url(../images/ship-icon.png) 10px 20px no-repeat;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
}
.pmt-hding {
	background: #0d458d 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: 100%;
	margin: 10px 0;
	display: block;
	font-weight: 500;
	font-size: 17px;
	line-height: 40px;
	text-align: left;
	color: #393939;
}
.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 {
	display: inline-block;
    vertical-align: middle;
    margin: 22px 0 0 10px;
}
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{}
.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 {
}

.error-hed {
    color: red;
    font-size: 32px;
}
.card-error {
    max-width: 250px;
    margin-bottom: 20px;
}	
/*==============================
	START CONTACT PAGE
===============================*/
.cont-sec1 {
	padding: 40px 0;
}
.cont-mid-lft, .cont-mid-rgt {
	float: left;
	width:100%;
	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;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 27px;
	text-align: left;
	color: #3a3a3a;
	margin: 0px 0 0 0;
	padding: 8px 0 10px 52px;
	font-family: "Anton", sans-serif;
	    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: #0d458d;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 4px solid #0d458d;
    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-bottom: 10px;
}
.trm-bx span {
	text-transform: uppercase;
	display:block;
	font-weight:700;
}
.trm-bx p {
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-odr-txt{ margin-top:12px;}
.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: #0d458d;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
}
.no-btn {
    background: #636060;
}