@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	margin: auto;
	padding: 0;
	background: #faefed;
	color: #000;
	text-align: center;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
table, tr, td {border: 0;}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
img {border: none;max-width: 100%;    vertical-align: middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.blue-strip {
	float: left;
	width: 100%;
	background: #000000;
	padding: 5px 0;	
}
.bluestrip-txt{
	font-size:18px;
	line-height:22px;
	color:#fff;
	text-align:center;
}
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-bar {
	float: left;
	width: 100%;
	background: #0f95cb;
	height: 78px;
	margin-top: -78px;
	position: relative;
	top: 78px;
	padding:12px 0;
}
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 78px;
}
/*----------------
MENU BAR CSS
-----------------*/
.logo{
	float: left;
    max-width: 285px;
    margin: 0px 0 0 0;
}
.menu-bar {
	margin: 17px 0 0 0;
    float: right;
}
.menu-bar li {
	float: left;
	position:relative;
}
.menu-bar li a {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding:0px 12px;
}
.menu-bar li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 17px;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.menu-bar li:last-child:after{
	display:none;
}
.menu-bar li a:hover, .menu-bar li a.active {
	color: #fff;
	text-decoration: none;
}
a.cart-top{
	float: right;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    margin-top: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #d2d2d2;
}
/*a.cart-top img, a.cart-top span{
	display:inline-block;
	vertical-align:middle;
}
a.cart-top span{
	border-left:1px solid #e1e1e1;
	padding-left:6px;
	margin-left:6px;
}*/
/*.cartbtn{
	width:356px;
	margin:25px 0 0 0;
}*/
.fixed-nav {
	position: fixed;
	z-index: 99999999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	background:#0f95cb;
}
/*-------------------------
CSS FOR top-strip
--------------------------*/
.top-strip{
	float: left;
    width: 100%;
    padding:7px 0;
	}
.top-strip p{
	font-size:18px;
	line-height:24px;
	color:#000;
	}
.top-strip2{ background:#000000;}
.top-strip2 p{color:#fff;}	

/********************************/
.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:none;
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 5px;
    border: none;
	border:1px solid #0f95cb;
}
.no-btn{}
.no-btn:hover { background: #0f95cb;}
.yes-btn:hover {background: #0f95cb;}		
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
    width: 100%;
    padding:0 0 0;
    position: relative;
    background: url(../images/banner-bg.jpeg) no-repeat left top;
	background-size: cover;
	height:803px;
    overflow: hidden;
}
.bnr-lft {
    float: left;
    width: 58%;
    text-align: left;
    padding: 38px 0 0 0;
    margin-top: 145px;
    position: relative;
}
.bnr-txt{
	position:absolute;
	right:0;
	top:110px;
	font-size:268px;
	line-height:268px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.bnr-p12 {       
	font-size: 36px;
    line-height: 44px;
    color: #5da862;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.bnr-p12 span{
	display:block;
	font-size:67px;
	line-height:50px;
	color:#fff;
	text-transform:capitalize;
	font-family: 'Kefario';
	letter-spacing: normal;
	}
.bnr-p1{
	float: left;
    width: 100%;
    font-size: 55px;
    line-height: 65px;
    color: #034864;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Vidaloka', serif;
    position: relative;
    z-index: 1;
    }
.bnr-p3{
	position: absolute;
    left: -40px;
    top: 0;
    font-size: 120px;
    line-height: 115px;
    color: #add8e6;
    font-family: 'Kaushan Script', cursive;
    z-index: 0;
   }
.bnr-p1 span span{
	font-size:32px;
	font-style:italic;
	display:block;
	color:#6f6b01;
	}
.bnr-p2 {
    font-size: 18px;
    line-height: 30px;
    color: whitesmoke;
    padding: 16px 0 0 0;
    width: 100%;
    display: inline-block;
}
.shop-btn{
    width: 220px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 26px 0 0 0;
    display: inline-block;
    outline: none;
    font-weight: 700;
    padding: 0;
    font-family: inherit;
    transition: all 0.3s;
    cursor: pointer;
    background: #0f95cb;
    }
/*.shop-btn:hover{
	border-left: 10px solid #ffc100;
    border-right: 10px solid #ffc100;
}*/
.bnr-prodt1{
	position: absolute;
    right: 23%;
    top: 0px;
    width: 100%;
    z-index: 1;
    max-width: 300px;
    filter: drop-shadow(5px 5px 10px #999);
}
img.bnr-modl {
    position: absolute;
    top: 150px;
    right: 30%;
}	
.bnr-prdt1{
    position: absolute;
    top: 44px;
    right: 14%;
    max-width: 335px;
	}
.bnr-prdt2{
    position: absolute;
    top: 185px;
    right: 2%;
	}
.bnr-prdt3{
	left: 120px;
    width: 220px;
    top: 310px;
    transform: rotate(-36deg);
	}
.bnr-prdt4{
        left: auto;
    right: 125px;
    width: 260px;
    top: 325px;
    transform: rotate(13deg);
	}
.bnr-bxs{
	display:inline-block;
	width:100%;
	margin-top:165px;
	background:#eceaed;
	border:6px solid #cd7502;
	border-radius:10px 10px;
	padding: 36px 65px;
	position:relative;
	}
.bnr-bx-lft{
    float: left;
    width: 58%;
    text-align: left;
    padding: 22px 0px 44px;
	}
.bnr-prodts{
    position: absolute;
    top: 175px;
    left: -9%;
	}
ul.bnr-list{
    float: right;
    width:480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:40px;
	margin:70px 30px 0 0;
	position:relative;
	}
ul.bnr-list:after{
	content: "";
    position: absolute;
    left: -6%;
    top: 25px;
    height: 85%;
    width: 2px;
    background: #b4d6b7;
	}
ul.bnr-list:before{
	content: "";
    position: absolute;
    left: -38%;
    top: 50%;
    height: 2px;
    width: 32%;
    background: #b4d6b7;
	}		
ul.bnr-list li{
    float: left;
    width: 100%;
    font-size: 19px;
    line-height:30px;
    color: #646464;
    text-align: left;
    font-weight:400;
    position: relative;
    padding:6px 25px 6px 100px;
	background: rgb(231,242,232);
    background: linear-gradient(249deg, rgba(231,242,232,1) 59%, rgba(223,237,224,1) 100%);
	border-radius:50px;
    }
ul.bnr-list li span{
	display: block;
    font-size: 22px;
    line-height: 32px;
	color:#3a4349;
    font-weight: 700;
    margin-bottom:0px;
    text-transform: capitalize;
	}
ul.bnr-list li img{
	position:absolute;
	left:0;
	top:0px;
	}	
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding:80px 0 60px;
    }
.s1-box{
	float: left;
    width: 100%;
	}
.s1-box .s2-block {margin: 60px 0 0;}	
.s1-box .s2-prd-box {
    width: 32%;
	background:#d0cde9;
	border-radius:7px;
	padding:10px 0;
	}
.s1-box .s2-prd-box:nth-child(2){background:#0f95cb;}
.s1-box .s2-prd-box:nth-child(3){background:#ddb39e;}	
.s1-box .s2-price-div {width: 60%;padding: 30px 0 0px 22px;}
.s1-box .s2-prd-div {
	float:right;
	width:40%;
    background:none;
    margin-bottom: 10px;
}
.s1-box .s2-p2, .s1-box .s2-p3, .s1-box .s2-p4{ color:#fff;}	
.s1-box .s2-p3{ font-size:27px; line-height:37px;}	
.s1-left{
	float:left;
	width:100%;
	margin-top:0px;
	position:relative;
	 background: url(../images/s1-img-bx.jpg) no-repeat center top;
	height:682px;
}
.s1-right{
    float: right;
    width: 368px;
    text-align: left;
    margin: 129px 36px 0 0;
	}	
.s1-right .shop-btn, .sec1-inr-lft .shop-btn, .add-to-cart, .s2-block .shop-btn{
}
.sec1-model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
}	
ul.s1list1{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px;
	margin-top:25px;
	}
ul.s1list1 li{
    float: left;
    width:25%;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    text-align: center;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 0px;
    }
ul.s1list1 li span{
	display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
	}
ul.s1list1 li img{
    display: inline-block;
    margin: 0 0 0px;
	}	
.s1-txt2{
	font-size:15px;
	line-height:25px;
	color:#2f2f2f;
	text-transform:uppercase;
	margin-bottom:10px;}	
.s1lhd1, .s1lhd2{	
	font-size:23px;
	line-height:28px;
	color:#d09830;
	text-align:left;
}
.s1lhd2{
	font-size:33px;
	line-height:38px;
	color:#36352f;
	text-transform:uppercase;
	padding:5px 0 0 0;
}
.s1ltxt{
	font-size: 18px;
	line-height: 23px;
	color: #36352f;
	text-align: left;
	padding: 5px 0 0 0;
	width: 60%;
}
.s1hding{
	background:url(../images/hdline.png) center 26px no-repeat;
	font-size:45px;
	line-height:50px;
	text-align:center;
	margin:60px 0 0 0;
}
.sec1-inr{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	}
.sec1-inr-lft{
    float: left;
    width:51%;
	text-align:left;
	}
.sec1-inr-rit{
    float:right;
    width:50%;
	text-align:center;
	position:relative;
	}
.s1-lft-div{
	float:left !important;
	}
.s1-rgt-div{
	float:right !important;
	}			

.sec1-prodts{
	position: absolute;
    right: 7%;
    top: 35px;
	}
.s1-txt1 {
    font-size: 18px;
    line-height: 30px;
    color: #bababa;
    font-weight: 400;
    position: relative;
    z-index: 1;
	}
.s1-model2{
       position: absolute;
    right: -50px;
    top: 33px;
    max-width: 616px;
	}	
.s1-txt1 span{
	display: block;
    font-size: 60px;
    line-height: 70px;
    color: #df9c6f;
	font-family: 'Domine', serif; 
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
	}	
.s1-lft-1{
    float: left;
    width: 25%;
    text-align: left;
    position: relative;
    padding: 20px 0 0;
	}
.s1-lft-1 .s3hding{
	font-weight:700;
	color:#000;
	}
.s1-lft-1 .s3txt{ color:#000;
}
h1.s1-lft-hdg {
	transform: rotate(270deg);
    top: 194px;
    right: -110px;
    position: absolute;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    /* font-family: 'Oxygen', sans-serif; */
    text-transform: uppercase;
}
.s1-lft-img{
	position:absolute;
	top:0;
	left:0;
	    width: 405px;
    max-width: 100%;
	}
.s1-rit-1{
    float: right;
    width: 72%;
    margin-top: 0px;
    text-align: left;
	}
.s1-rit-1 .s2-block{ margin-top:0px;}
.s1-rit-1 .s2-prd-box{ width:32%;}
.s1-rit-1 .s2-prd-box:after{ top: 288px;}
.s1-rit-1 .s2-prd-1 { max-width: 177px;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: #faefed;
    position: relative;
    text-align: center;
}
.s3hding2{
	font-size:40px;
	line-height:50px;
	position:relative;
}
		
.s2hding{margin:0;background:url(../images/hdline2.png) center center no-repeat;}
.s2-block{
    float: left;
    width: 100%;
    margin:40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 35px;
    column-gap: 15px;
}
.s2-prd-box{
	float: left;
    width:32%;
    padding: 0 0 30px;
    background: #fff;
    position: relative;
    text-align: center;
    
}
.s2-prd-box:nth-child(4), .s2-prd-box:nth-child(8){
	margin-right:0;
	}
.s2-p1{
    font-size: 16px;
    line-height: 26px;
    color: #969696;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0px 0 5px 0;
}
.s2-prd-div .s2-p1 {
    
}
.s2-p2{
    font-size: 22px;
    line-height: 33px;
    color: #0f95cb;
    font-weight: 500;
    padding: 8px 0 0px;
}
.s2-p3{
    font-size: 25px;
    line-height: 35px;
    color: #000;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
    text-transform: capitalize;
}
.s2-p4{
	font-size: 15px;
    line-height: 25px;
    color: #a9a9a9;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 3px;
}
.new-txt{
	position:absolute;
	right:30px;
	top:-12px;
	font-size:21px;
    line-height: 23px;
    color: #ffffff;
	font-weight:bold;
	background:#eeeee9;
	padding:3px 9px;
	}
.yellow{background:#fed495;}	
.s2-prd-div{
        display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
    background: #e9e8e8;
    margin-bottom: 10px;
}
.s2-prd-box:hover .s2-prd-div{}
.s2-prd{
    float: left;
    width: 100%;
    background: #fff;
    min-height: 235px;
    border: 1px solid #f0f0f0;
}
.s2-prd-div.pad{padding:70px 12px;}
.s2-prd-div-img{
	display: inline-block;
    padding: 20px 0px 20px 0px;
    text-align: center;
    width: 100%;
    position: relative;
	/*border: 1px solid #ebeef6; */
}
.s2-prd-div-img:hover{
	}
.s2-prd-1{
   position: static;
    display: block;
    margin: 0 auto;
    max-width: 95%;
}
.s2-price-div{
    width: 100%;
    padding:5px 0 0px 20px;
    position: relative;
    text-align: left;
    float: left;
    margin-top: 0px;
}
.s2-price-div .shop-btn{
	margin-top: 15px;
}
.s2-prd-box:hover .shop-btn{
	}
.s2-prc-arw{
	position:absolute;
	left:50%;
	top:0px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
    width: 100%;
    position: relative;
	padding:70px 0 35px;
}
.s3-innr{
	display:inline-block;
	width:100%;
	position:relative;
	background: url(../images/sec1-bx-bg.jpg) no-repeat center top;
    height: 397px;
	padding:30px 0;
	margin-top: 0px;
	}
.s3-lft{
	float: right;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px;
    position: relative;
	}
.s3-lft .s2-price-div .shop-btn{ background:#ac5550; color:#fff; width: 148px; font-size:18px; line-height: 22px; height: 40px;}
.s3-lft .s2-prd-box .s2-prd-div{ background:#ecfaef; border:none;}

.s3-lft .s2-prd-box:nth-child(2) .s2-prd-div{ background:#eafdfb;}
.s3-lft .s2-prd-box:nth-child(3) .s2-prd-div{ background:#fff3f3;}
.s3-lft .s2-prd-box:last-child .s2-prd-div{ background:#fcfded;}
.s3-lft .s2-prd-1{ width: 158px;}
.s3-model{
	      position: absolute;
    top: -101px;
    left: 0;
    max-width: 611px;
	}
.s3-lft .s3txt{
	width: 100%;
	}
.s3-lft .s3hding{
	width: 90%;
	}
.sec3{
        float: right;
    width: 46%;
    position: relative;
    margin-top: 50px;}
.sec3 .shop-btn{
	float:left;
}
.img{
	float: left;
       width: 284px;
    height: 300px;
    margin-right: 9px;
    position: relative;
	border:1px solid #f0eeee;
	background:#f5f7f5;;
/*	    box-shadow: 1px 1px 10px #b9b4b4;
*/}

.s3-img{
	   position: absolute;
    left: 0px;
	    max-width: 278px;
    top: 12px;
	}
.s3-img1{
	        position: absolute;
    left: 13px;
    top: 19px;
    max-width: 256px;
}
.img-tx{
	    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    width: 86%;
    font-weight: 400;
    padding-top: 0px;
    text-align: left;
   

}
.img-tx span{
	display:block;
	color:#fff;
	  font-size: 45px;
    line-height: 55px;
	 font-family: 'Domine', serif;
	 font-weight:400;
	     margin-bottom: 15px;
	 text-transform: capitalize
	
}
.sec3-prd{
	position:absolute;
	top:78px;
	left:58px;
}
.sec3-rgt{
	display:inline-block;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.s3hding{
    font-size:45px;
    line-height:55px;
    color: #0f95cb;
	font-family: 'Vidaloka', serif;
    font-weight:400;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
	position:relative;
}
.s3hding span{
	display: block;
    font-size: 30px;
    line-height: 32px;
    color: #000;
    font-family: 'Manjari', sans-serif;
    letter-spacing: normal;
    margin-bottom: 5px;
}
.s3subhding{
	position:absolute;
	left:50%;
	top:-12px;
	transform:translateX(-50%);
    font-size:131px;
    line-height:115px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
	font-family: 'Kaushan Script', cursive;
}

.s3txt{
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin: 18px 0 0 0;
    width: 100%;
    display: inline-block;
}
.s3-Box{
	float: left;
	width: 100%;
	margin-bottom: 95px;
	margin-top: 50px;
	}
ul.s3list2{
    float: left;
    width: 100%;
    margin-top: 0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	}
ul.s3list2 li{
    float: left;
    width: 24%;
    font-size: 24px;
    line-height: 28px;
    color: #3f2803;
    font-weight: 500;
    text-align: center;
    min-height: 0;
    padding: 0;
    position: relative;
}
ul.s3list2 li:last-child{
	border-right: none;
}
ul.s3list2 li span{
	display: block;
	font-size: 20px;
	line-height: 30px;
	color:#000;
	text-transform: capitalize;
	font-weight: 700;
}
.s3-icon{
	display:block;
	margin:0 auto 10px;
	}
.s3-arw{
	display:block;
	margin:18px auto 0;
	}	
		
.s3-li-prdt1{
	position: absolute;
    right: 22%;
    top: 35px;
    max-width: 250px;
	}
.s3-li-prdt2{
	position: absolute;
    left: 23%;
    top: 95px;
    max-width: 190px;
	}
.s3-li-prdt3{
	position:absolute;
	left:50%;
	margin-left:-175px;
    bottom: 35px;
	max-width:100%;
	}			
				
ul.s3list3, ul.s3list4{
	float: left;
    width:51%;
	margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:16px;
	}
ul.s3list4{
	float: right;
    width: 48%;
    row-gap: 33px;
}
ul.s3list3 li, ul.s3list4 li{
	    float: left;
    width: 100%;
    padding: 60px 194px 0 50px;
    text-align: left;
    position: relative;
    overflow: hidden;
    height: 577px;
    background: url(../images/img1.png) no-repeat top left;
	}
ul.s3list4 li{
	background: url(../images/img2.png)no-repeat center bottom;
    width: 100%;
    padding: 220px 0 0 100px;
    height: 290px;
}
.s3-li-txt3{
	color:#d0525b;
	font-size:38px;
	line-height:48px;
}
.s3-li-txt4, .s3-li-txt5{
	color: #495e01;
    font-size: 24px;
    line-height: 34px;
    float: left;
    width: 90%;
    font-weight: bold;
    text-transform: capitalize;
}
 .s3-li-txt5{
	 color:#191129;}

ul.s3list4 li:nth-child(2), ul.s3list4 li:nth-child(3) {
    background: url(../images/img3.png) no-repeat top left;
    width: 47%;
    height: 254px;
    padding: 30px 20px 0;
}
ul.s3list4 li:nth-child(3) {
    background: url(../images/img4.png) no-repeat top left;
}
.s3-li-txt1{
	float:left;
	width:100%;
	font-size:42px;
	line-height:52px;
	color:#053d83;
	font-weight:700;
	text-transform: capitalize;
	}
.s3-li-txt2{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    float: left;
    width: 100%;
    margin: 13px 0 12px;
	}
.s3-li-txt2 span{
	display:block;
	font-size:19px;
	line-height:28px;
}	
	
.s3-li-prodt{
	position: absolute;
    right: 42%;
    top: 308px;
    max-width: 160px;
	}
.s3-li-prodt2{
	    position: absolute;
    right: 0%;
    top: 70px;
    max-width: 280px;
	}									
ul.s3list{
    margin: 36px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s3list li{
    text-align: center;
    width: 32%;
    float: left;
    font-weight: 400;
    position: relative;
}
ul.s3list li p{
	display: inline-block;
    width: 90%;
    margin-top: -48px;
    padding: 32px 21px;
    /* height: 196px; */
    font-size: 17px;
    line-height: 26px;
    color: #7d7d7d;
    text-align: center;
    background: #fff;
	}
ul.s3list li p span{
    display: block;
    font-size: 26px;
	line-height:36px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
	font-family: 'Vidaloka', serif;
	}
ul.s3list li img{
	display:inline-block;
	max-width:100%;
	border:5px solid #fff;
	}
.s3lhding{
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	text-transform: capitalize;
}
.s3ltxt{
	padding:10px 0 0 0;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	text-align:center;
}
/*-------------------------
CSS FOR BTM-STRIP
--------------------------*/
.btm-strip {
    float: left;
    width: 100%;
    background:#fff;
    padding:10px 0px 50px;
    position: relative;
}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
    float: left;
    width: 100%;
	height:840px;
    padding:130px 0px 60px;
    position: relative;
	background:url(../images/sec4.jpg) no-repeat center top;
}
.section-4 .s3subhding{ color:#faefed;}
.s4lft{
	float: right;
    width: 61%;
    position: relative;
	}
.s4-img1{
	position: absolute;
    top: 240px;
    right:25%;
    max-width: 335px;
	}				
.s4-prdts{
	position: absolute;
    top: 15px;
    right:0px;
	}
.s4-rgt{
    float: right;
    width: 51%;
    margin-top: 20px;
    padding-bottom: 0px;
    text-align: left;
	}
.s4-txt{
	position: absolute;
    right: 31%;
    top: 9px;
    padding-top: 64px;
    width: 225px;
    height: 225px;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    background: #fab730;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
	}
.s4-ul{
    float: left;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 28px;
    row-gap: 20px;
	margin-top:40px;
	}
.s4-ul li{
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 16px;
	text-transform: capitalize;
    line-height: 26px;
    color: #727272;
    font-weight: 400;
	padding: 0 5px;
}
.s4-ul li span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 8px;
}
.s4-ul li img{
	display:inline-block;
	max-width:100%;
	margin-bottom:16px;
}
.s4-prdt{
	position: absolute;
    left: 15%;
    top: 200px;
    max-width: 205px;
    transform: rotate(-34deg);
	}
.s4-prdt2{
	position: absolute;
    left: 22%;
    top: 45px;
    transform: rotate(-20deg);
	}	

.sec4-model{
	position:absolute;
	top:18px;
	right:0;
	}
/*-------------------------
CSS FOR strip
--------------------------*/	
.strip{
	float: left;
    width: 100%;
    padding: 40px 0 40px;
    background: url(../images/strip.jpg) no-repeat center top;
    height: auto;
	text-align:center;
	position:relative;
	}
ul.strip-list{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.strip-list li{
	float:left;
	width:26%;
	text-align:left;
	padding-left:84px;
	font-size:18px;
	line-height:24px;
	color:#000000;
	position:relative;
	}
ul.strip-list li img{
	position:absolute;
	left:0;
	top:25px;
	}	
ul.strip-list li span{
	display:block;
	font-size:25px;
	line-height:30px;
	margin-bottom:8px;
	}	
ul.strp-lst{
	float:left;
	width:100%;
	margin:30px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    column-gap: 15px;
	}	
ul.strp-lst li{
    float: left;
    width: 15%;
    position: relative;
    text-align: center;
	}	
.strip-rgt{
    float: left;
    width: 100%;
    position: relative;
}
.strip-prod{
	 position: absolute;
    top: 313px;
    right: 17%;
    max-width: 350px;
    z-index: 9999;
}
.strip-prod2{
       position: absolute;
    z-index: 9;
    top: 42px;
    right: 0px;
    max-width: 479px;}

.strip-crm{
   position: absolute;
    top: 216px;
    left: 42%;}
/*-------------------------
CSS FOR section-5
--------------------------*/	
.section-5{
	float: left;
    width: 100%;
    padding: 0;
	text-align:center;
	position:relative;
	}

.s5-list{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    row-gap: 10px;
}
.s5-list li{
	float: left;
    width: 24.9%;
    margin-top: 0px;
    text-align: center;
    padding: 0 0 0px 0; 
    text-transform: capitalize;
    position: relative;
}
.s5-list li p{ 
    float: left;
    width: 100%;   
    font-size: 24px;
    line-height: 28px;
    color: #fefefe;
	margin-top:-50px;
	font-family: 'Vidaloka', serif;
	position:relative;
	}
.s5-list li img{
	display:inline-block;
	max-width:100%;
	}
/*------------------
-------
CSS FOR FOOTER
--------------------------*/
footer, .foo-btm {
    float: left;
    width: 100%;
    padding: 20px 0 25px 0;
    /* background: #ccc; */
    border-top: 1px solid #f3f3f3;	
}
.foo-logo{
	display:inline-block;
	vertical-align: middle;
	max-width: 250px;
	margin-bottom:12px;
}
.ftrBox2 {
    float: left;
    width: 100%;
	background:#0f95cb;
	padding:18px 0;
}
.ftr-nav {
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 0 0;
}
.ftr-nav li {
    margin-right: 10px;
    display: inline-block;
    /* width: 30%; */
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    font-weight: 400;
}
/*.ftr-nav li:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: #d09830;
}*/
ul.ftr-nav li a{ color:#fff;}
.ftr-nav li img{    
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.ftr-nav li:nth-child(2) a:hover{ color:#fff;}
.ftr-nav li:last-child{ margin-right:0;}
.other-links {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.other-links li{
	position: relative;
    margin-right: 20px;
    line-height: 28px;
}
.other-links li:last-child{margin-right:0;}
.other-links li:after{
	content:"";
	position:absolute;
	top:2px;
	bottom:2px;
	right:-10px;
	border-right:1px solid #ccc;
}
.other-links li:last-child:after{border:none;}
footer p, .foo-btm p {
    float: left;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 20px;
	margin-top:12px;
	font-weight:400;
}
footer .ftr-txt2{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
	}
footer p a{
	color: #2d2d2d;
	padding:0 5px;
}
.foo-btm{
    padding: 25px 0 25px 0;
    border-top: 1px solid #f4f4f4;
	background: #e7e7e7;
}
.foo-btm p{margin:0;}
/*-============================================
CSS FOR INNER PAGE
============================================-*/
.innrBreadcrm {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background: #0f95cb;
    padding: 5px 0;
}
.innrBreadcrm a, .innrBreadcrm a:hover {color: #fff;}
.innrBreadcrm span{color: #fff;}
.prd-sec-1 {
    float: left;
    width: 100%;
    padding: 50px 0 50px;
}
.prd-s1-lft {
    float: left;
    width: 41%;
    margin: 0px 0 0;
	background:#fff;
	padding:40px 20px;
}
.prd-slide-1{
	    display: inline-block;
    vertical-align: middle;
    max-width: 100%;}
.prd-lft-prc-box{
	float: left;
    width: 100%;
	margin:28px 0 0;
}
.prd-lft-row{
	float: left;
    width: 100%;
	padding:0 18px 0 0;
}
.prd-s1-lft-p1{
	float: left;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 35px;
	text-align:left;
	position:relative;
	padding-left:65px;
	text-transform:uppercase;
}
.prd-s1-ic-1{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.prd-s1-lft-p2{
	float: right;
    color: #0d5896;
    font-size: 22px;
    line-height: 35px;
	text-align:right;
	font-weight:500;
}
.prd-s1-hr{
	float: left;
    width: 100%;
	border:none;
	height:1px;
	background-color:#d2daea;
	margin:15px 0;
}
.prd-s1-rit {
        float: right;
    width: 57%;
    text-align: left;
}
.prd-s1-p1 span{
	display: block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #ccc;
	}
.prd-s1-p1 {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.prd-s1-p2{
    float: left;
    width: 100%;
    color: #0f95cb;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 15px 0 0;
}
.prd-s1-p2 span{
	display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
}
.prd-s1-p3{
	float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 0;
    margin: 12px 0;
}
.prd-s1-p3 img {
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
.prd-s1-ul{
	margin: 18px 0;
    float: left;
    width: 100%;}
.prd-s1-ul li{
	padding-left:30px;
	text-align:left;
	background: url(../images/bullet.png) no-repeat left 10px;
	margin:4px 0;
	font-size:17px;
	line-height:28px;
}
.prd-strength-row, .prd_quantity{
	width: 100%;
	margin:20px 0 0 0;
}
.prd-strength-p1, .prd-strength-row .option-field{
	float:left;
	display:inline-block;
}
.prd-strength-p1{
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    width: 200px;
    padding: 15px 0 0 0;
    margin: 0px 0px 0px 0;
}
.prd-strength-row .option-field {
	height: 51px;
    width: 50%;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    padding: 10px 13px;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 5px;
	font-family: inherit;
}
.price {
    font-size: 32px;
    margin: 20px 0 0px;
    float: left;
    width: 100%;
    font-weight: 700;
}
.buyOpt-row {
    float: left;
    width: 48%;
    cursor: pointer;
    position: relative;
    border: 1px solid #0d5896;
    border-radius: 7px;
    background: #eaeff6;
	text-align:left;
}
.buyOpt-pkg{
	float: left;
    width: 100%;
	text-align: left;
    position: relative;
    padding-left: 55px;
}
.buyOpt-pkg input[type=radio] + span {
    left: 18px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.buyOpt-pkg p {
    color: #1e1e1e;
    font-size: 22px;
    line-height: 29px;
	background: #fff;
	border-radius:0 7px 7px 0;
	padding:12px 12px;
}
.buyOpt-pkg input[type=radio]:checked + span:after {
    background: #0d5896;
	left: 4px;
    top: 4px;
}
.prd-s1-btn-row{
	float: left;
    width: 100%;
	margin:5px 0 20px;
}
.prd-s1-btn-row .shop-btn{
    font-size: 25px;
    width: 55%;
}
.prd-mbg-p{
	float: left;
    color: #2d2d2d;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
	text-align:left;
	padding-left:62px;
	position:relative;
	margin:10px 0 0 15px;
}
.prd-mbg-p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.add-to-cart, .prd-cards{
	display:inline-block;
	float:left;
	margin:20px 20px 0 0;
}
.prd-cards{margin:28px 0 0 0;}
.prd-faq-box{
    float: left;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 10px;
    padding: 25px 20px;
}
.accordion {
    float: left;
    width: 100%;
    padding: 0px 20px 15px 0px;
    font-size: 28px;
    line-height: 30px;
    color: #253f5f;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    text-align: left;
    position: relative;
}
.acdn-heading.accordion-open {border-bottom:1px solid #253f5f;}
.accordion:after{
	content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    height: 17px;
    width: 17px;
    background: url(../images/faq-plus.png) no-repeat right center;
    transition: transform 0.375s linear;
	margin-top:-8px;
}
.acdn-heading.accordion-open:after {transform: rotate(135deg);}
.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
}
.acdn-content p{
	padding:6px 0;
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #282828;
	font-weight:400;
}
.acdn-content p.blue-fnt{color:#0d5896;}
.acdn-content p span{
	    font-weight: 500;
    color: #000000;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}
.certi-50-div{
	width:46%;
	text-align:center;
}
.prd-mbg-block{
	float:left;
	width:100%;
	padding-left:125px;
	position:relative;
}
.prd-mbg{
	position:absolute;
	left:0;
	top:10px;
	width:110px;
}
.lab-ana-p1{
	float:left;
	width:100%;
    font-size: 20px;
    line-height: 26px;
    font-weight:600;
	color:#0d5896;
	margin:8px 0 15px;
}
.lab-300-dtls{
	display:inline-block;
	max-width:100%;
	margin-bottom:6px;
}
.revw-row{
	float: left;
    width: 100%;
    padding: 0 0 0 73px;
    text-align: left;
    position: relative;
	margin:6px 0;
}
.rvw-nm {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 52px;
    border: 1px solid #d3d3d3;
    background: #e3e3e3;
    border-radius: 50%;
    text-align: center;
    color: #23262d;
    font-weight: 500;
    text-transform: uppercase;
}
.rev-star{
	float: left;
    max-width: 100%;
	margin:8px 0 0;
}
.revw-tik {
    position: absolute;
    left: 37px;
    top: 35px;
}
.revw-p1, .revw-p2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #0d5896;
    font-weight: 500;
}
.revw-p2{
    color: #282828;
    font-weight: 500;
	margin-top:2px;
	font-size: 18px;
}
.revw-p2 span{
	color:#6b6b6b;
	font-weight:400;
	font-size:16px;
}
.revw-hr{
	float: left;
    width: 100%;
    background: #e1e1e1;
    height: 1px;
	border:none;
    margin: 8px 0;
    }
.prd-dtl-vari-cust{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
    }
/*-============================================
CSS FOR SHOP PAGE
============================================-*/
.shop-sec-1{
	float: left;
    width: 100%;
    padding: 40px 0 50px 0;
    }
.shop-sec-1 .s2-price-div{}
.shops2-hding{background:none;margin:0;}
.s1-p2{
	font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    float: left;
    width: 100%;
    margin: 15px 0 0;
    }
.shop-prc{
	font-weight:bold;
	font-size:40px;
	line-height:46px;
	text-align:left;
	margin:20px 0 0 0;
    }
.shop-line{
	margin:15px 0;
	height:1px;
	background:#ccc;
    }
.txt-box {
    float: left;
    width: 49%;
}
.pric-box {
        float: right;
    width: 50%;
    border-left: 1px solid #f5f5f5;
    padding-left: 30px;
}
/*-============================================
CSS FOR ABOUT PAGE
============================================-*/
.in-pg-cont .s1-p1{
	font-size: 45px;
    line-height: 50px;
}
.abt-sec-1{
	float: left;
    width: 100%;
    padding: 45px 0 70px;
}
.abt-s1-lft{
	float: left;
    width: 550px;
	text-align:left;
}
.abt-s1-lft .s4-p1{
    font-size: 23px;
    color: #2d2d2d;
}
.pad-3{padding:5px 0 12px;}
.abt-s1-ul{
	float: left;
    width: 100%;
	margin:30px 0 38px;
}
.abt-s1-ul li {
    float: left;
    background: url(../images/s2-line.png) no-repeat right bottom;
	text-align:center;
	padding:0 30px;
}
.abt-s1-ul li:last-child {background: none;}
.abt-s1-ul li:nth-child(1){padding-left:0;}
.abt-s1-ic-1{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	height: 44px;
}
.abt-s1-p1 {
    display: inline-block;
    font-size: 16px;
    line-height:18px;
    color: #2d2d2d;
}
.abt-s1-img{
	position:absolute;
	right:0;
	top:0;
}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.abt-sec-2{
	float: left;
    width: 100%;
    padding: 50px 0;
	background:#f1f5f9;
}
.abt-s2-ul{
	float: left;
    width: 100%;
	padding:35px 95px 0;
}
.abt-s2-ul li{
	float: left;
    width: 300px;
	border:1px solid #cccccc;
	background:#fff;
	padding-bottom:20px;
}
.abt-s2-ul li:nth-child(2){margin:0 35px;}
.abt-s2-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.abt-s2-p1{
	float: left;
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    color: #0d5896;
    font-weight: 500;
}
.pad-4{padding:15px 5px 15px;}
.abt-s2-p-minht{
	min-height:216px;
	margin-bottom:15px;
}
.abt-s2-p2{
	float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    font-weight: 400;
	padding:5px 5px 0;
}
.abt-s2-ul li .s4-p2{padding:0 11px;}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.abt-sec-3{
	float: left;
    width: 100%;
    padding: 50px 0 90px;
}
.abt-sec-3 .shop-btn{margin-top:55px;}
.abt-s3-lft {
    float: left;
    width: 609px;
    text-align: left;
}
.abt-s3-lft .s4-p2{width:90%;}
.abt-s3-img {
    position: absolute;
    right: 70px;
    top: 0;
}
/*-============================================
CSS FOR FAQ PAGE
============================================-*/
.faq-block{
	float: left;
    width: 100%;
	padding:10px 70px 0;
}
.faq-block .acdn-content p{
	font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
	padding:2px 0 20px;
}
.faq-block .acdn-content {padding: 0 20px;}
.faq-block .accordion {
    font-size: 22px;
    line-height: 28px;
    color: #014979;
    border-top:none;
	padding: 12px 50px 12px 20px;
	background:#f0f0f0;
	margin:9px 0;
}
.faq-block .acdn-heading.accordion-open {border-bottom: none;}
.faq-block .accordion:after {
    background: url(../images/faq-plus-new.png) no-repeat right center;
	height: 21px;
    width: 22px;
	margin-top: -10px;
}
/*-============================================
CSS FOR LAB PAGE
============================================-*/
.lab-sec-1 {
    float: left;
    width: 100%;
    padding:40px 0 60px;
}
.lab-row{
	float:left;
	width:100%;
	margin:30px 0 0;
}
.lab-btl-300{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.lab-box{
	display:inline-block;
	width:540px;
	margin:0 25px;
	vertical-align:middle;
}
.lab-ul{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.lab-ul li{
	display:inline-block;
	padding:0 25px;
	background: url(../images/s2-line.png) no-repeat right center;
}
.lab-ul li:last-child{background:none;}
.lab-s1-ic{
	display:inline-block;
	max-width:100%;
}
.lab-s1-p1{
	display:inline-block;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 23px;
    font-weight:400;
    text-transform: uppercase;
}
.lab-ul li .s4-p2{
	color:#0d5896;
	font-weight:normal;
	line-height:23px;
	float:none;
	display:inline-block;
}
.lab-row .lab-300-dtls{
	vertical-align:middle;
	margin:0;
}
.lab-box .s4-p1{
	color:#154369;
	font-weight:bold;
}
.lab-hr{
	float:left;
	width:100%;
	height:1px;
	background:#e1e1e1;
	border:none;
	margin:50px 0 15px;
}
/*-============================================
CSS FOR REVEW PAGE
============================================-*/
.revw-container{
	float:left;
	width:100%;
	padding:30px 70px 0;
}
.revw-block{
	float:left;
	width:100%;
}
.revw-lft{
	float:left;
	width:300px;
	position:relative;
	padding:0 0 0 95px;
	text-align:left;
	background: url(../images/revw-lft-line.png) no-repeat right center;
}
.r-y-stars{
	float:left;
	max-width:100%;
	margin:5px 0 7px;
}
.marg-3{margin:5px 0;}
.revw-right{
	float:left;
	width:698px;
	position:relative;
	padding-left:42px;
	margin-left:28px;
	text-align:left;
}
.blue-clr{color:#154369;}
.marg-4{margin-bottom:4px;}
.rev-coat{
	position:absolute;
	left:0;
	top:3px;
}
.revw-container .lab-hr {margin: 30px 0;}
/*-============================================
CSS FOR CONTACT PAGE
============================================-*/
.cont-sec-1{
	float:left;
	width:100%;
	padding:60px 0;
}
.cont-box{
	float: left;
    width: 100%;
    background: #0f95cb;
    padding: 20px;
    text-align: left;
}
.cont-lft{
	float: left;
    width: 50%;
}
.cont-right{
	float: right;
    width: 100%;
    padding: 5px 65px;
}
.cont-p1{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}
.cont-ul{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.cont-ul li{
	float: left;
    width: 100%;
    padding: 0 0 0 50px;
    position: relative;
    color: #fff;
}
.cont-ul li a{color:#fff;}
.cont-ul li .s4-p2{
	font-weight: normal;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 26px;
}
.cont-ic-1{
	position: absolute;
    left: 0;
    top: 3px;
    filter: invert(1);
}
p.s4-p1 {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 15px;
}
.contact-bg {
    position: absolute;
    top: -30px;
    right: 20px;
    background: linear-gradient(282deg, #d9d8d6, #ebebe9);
    padding-top: 80px;
    box-shadow: 1px 1px 10px #555;
	max-width: 455px;
}
.cont-frm-box{
	float: left;
    width: 100%;
}
.cont-input-box{
	float: left;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #ffffff;
    outline: none;
    margin: 15px 0;
    position: relative;
}
.cont-hlf{width: 46%;}
.cont-frm-ic-1 {
    position: absolute;
    left: 8px;
    top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.cont-field-all, .cont-input-box textarea {
    float: left;
    width: 100%;
	border:none;
    border-bottom: 1px solid #24334a;
    outline: none;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0px 0 49px;
}
.cont-btn {
    -webkit-appearance: none;
    border: none;
    outline: none;
    margin: 30px 0 0;
    padding: 0;
    background: #547398;
	color: #fff;
    font-size: 24px;
	line-height:56px;
	padding:0 27px;
	float:left;
	border-radius:30px;
	 cursor:pointer;
}
/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 300px;
	right: 0;
	border-left: 1px solid #e5e5e5;

	-ms-transform: translateX(300px);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	}
.cart_open .drawer{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
.shifter_page{transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}	
.drawer__header {
	float:left;
	height: 70px;
	width: 100%;
	padding-top:30px;
	border-bottom: 1px solid #e5e5e5;
	}
.table-cell {
	float:left;
	width: 50%;
	font-size:18px;
	color:#2d2d2d;
	text-align:left;
	}
.cart-icon{
	float:left;
	margin:3px 10px 0 0;
	}
.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	}
.drawer_row{
	float:left;
	width:100%;
	padding:20px 0 20px;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	float:left;
	width:60px;
	height:60px;
	border:1px solid #d8d8d8;
	border-radius:5px;
	text-align:center;
	background:#f9f9f9;
	position:relative;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top:13px;
	max-width:80%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#104775;
	border-radius:50%;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	line-height:17px;
	}
.drawer-prod-rght{
	float:right;
	width:200px;
	text-align:left;
	}
.drwer-prod-name{
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#1e1e1e;
	font-weight:600;
	}
.drwer-txt1{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#1e1e1e;
	font-weight:400;
	}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#104775;
	font-weight:500;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:400;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{float:right;}
a.chk-btn{
    float: left;
    width: 100%;
    background: #24334a;
    color: #ffffff;
    font-size: 21px;
	line-height:21px;
    text-decoration: none;
    padding: 18px 0;
	text-align:center;
	border-radius:5px;
	margin-top:20px;
	}
a.chk-btn img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
	margin-top:-3px;
	}
.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
}
.qsn-popup{
	position:absolute;
	right:8px;
	top:16px;
	background:#0d5896;
	color:#fff;
	text-align:center;
	border-radius:50%;
	width:20px;
	font-size:14px;
	height:20px;
	}
.qsn-popup a{ color:#fff;}
.toltip-content{
	position:absolute;
	right:-30px;
	width:500px;
	top:55px;
	background:#0d3353;
	z-index:99;
	padding:12px;
	color:#fff;
	border-radius:5px;
	text-align:left;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	letter-spacing:0.5px;
	box-shadow: 0px 0 25px -5px rgba(0,0,0,0.5);
	}
.toltip-content:after{
	content:'';
	position:absolute;
	top:-11px;
	right:40px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #0d3353;
	}
.close-ttp{
	position:absolute;
	right:0px;
	top:0;
	width:20px;
	height:20px;
	background:#0d5896;
	border-radius:0 5px 0 5px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
/*================checkout_section===============*/
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0;
	background:#ffffff;
	}
.chk-container-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1030px;
	}
.chk-left{
	float:left;
	width:62%;
	}
.steps-chk{
	float:left;
	width:50%;
	text-align:center;
	border:1px solid #d7d7d7;
	font-size:20px;
	line-height:20px;
	color:#1e1e1e;
	font-weight:400;
	background:#f6f6f6;
	padding:15px 0;
	border-radius:5px 5px 0 0;
	}
.steps-chk.actv{
	background:#0d5896;
	color:#fff;
	font-weight:500;
	}
.frmBox {
	float: left;
	width: 100%;
	padding:25px 24px;
	border:1px solid #d7d7d7;
	border-radius:0 0 5px 5px;
	text-align:left;
	border-top:none;
	}
.input-box {
	float: left;
	width: 100%;
	height: 44px;
	border: 1px solid #cfcfcf;
	text-align: left;
	padding: 0 0px 0 40px;
	border-radius: 3px;
	background-color: #ffffff;
	outline: none;
	margin:7px 0;
	position: relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box.payfld {padding:0 0 0 15px;}
.fldicon {
	position: absolute;
	left: 12px;
	top: 12px;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 16px;
	padding: 0 10px 0 5px;
	font-family: 'Merriweather', serif;
	border-radius:0 3px 3px 0;
	}
.dwn-arw {
	position: absolute;
	right: 4px;
	top: 0px;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/dwn-arw.jpg) no-repeat right center;
	padding: 3px 42px 0 5px;
	}
a.continue-btn{
	float:left;
	width:355px;
	max-width:100%;
	font-size: 22px;
    line-height: 50px;
    color: #24334a;
	margin-top:25px;
    letter-spacing: 1px;
    border: 2px solid #24334a;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
    transition: all ease 0.2s;
	}
a.continue-btn i {
    margin: -1px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
	}
a.continue-btn:hover{
	color:#fff;
	background:#24334a;
	transition:all ease 0.2s;
	}
.cvv-img{
	float:left;
	margin:10px;
	}
/*==================*/
.chk-right{
	float:right;
	width:36%;
	background:#f7f7f7;
	padding:15px;
	}
.order-smry-hdng{
	float:left;
	width:100%;
	font-size:23px;
	line-height:26px;
	color:#104775;
	font-weight:500;
	padding-bottom:15px;
	border-bottom:1px solid #d0d0d0;
	text-align:left;
	}
.prc-p1{
	float:left;
	width:75%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.prc-p1 span{ 
	color:#4e4e4e;
	font-size:16px;
	font-weight:400;
	}
.prc-p2{
	float:right;
	width:25%;
	text-align:right;
	font-size:18px;
	line-height:24px;
	color:#1e1e1e;
	margin-top:20px;
	}
.rvw-hr {
    float: left;
    width: 100%;
    height: 1px;
    border: none;
    background: #d0d0d0;
	margin-top:20px;
	margin-bottom:0;
	}
.mrgn-10{ margin-top:12px;}
/*================Payment-section===========*/
.frmBox2{padding:20px 30px;	}
.fieldToggle {
	display:inline-block;
	vertical-align:middle;
    color: #363636;
    font-size: 18px;
    line-height: 22px;
    margin:5px 0;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
	text-align:left;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span,
.protectionHeading label input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	width:18px;
	height:18px;
	border:1px solid #808080;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:3px;}
.fieldToggle input[type=checkbox]:checked + span:after{
	position:absolute;
	content:'';
	width:13px;
	height:13px;
	background:url(../images/tik-blk.png) no-repeat center center;
	background-size:100%;
	left:1px;
	top:1px;
	}
a.whats-dis {
    float: left;
    color: #257d20;
    font-size: 19px;
    margin: 17px 0 0 20px;
    text-decoration: underline;
}
.card-accept {
    float: left;
    width: 100%;
    margin: 10px 0;
    color: #2d2d2d;
    font-size: 16px;
    text-align: left;
}
.card-accept img {
    display: inline-block;
    vertical-align: middle;
}
/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.trm-bx {
	background: #fff;
    width: 100%;
    float: left;
    text-align: left;
	    padding: 15px;
    font-size: 18px;
    line-height: 28px;
}
.trm-bx h1 {
	line-height: 30px;
    color: #000000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #000000;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 500;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {list-style: lower-roman;}
.trm-bx li ol li {list-style: lower-alpha;}
.trm-bx strong {text-transform: capitalize;}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.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: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {text-align: center;}
.ingr-lst img {
    display: block;
    margin: 0 auto 10px;
    max-width: 630px;
    width: 100%;
}
.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, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {width: 100% !important;}
.thank-pg {
        float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0
}
.thank-pg .s1-p2{
	font-size: 18px;
    line-height: 28px;
    text-align: center;
    float: left;
    width: 100%;
    margin: 5px 0
}
.thank-hdg {
    float: left;
    width: 100%;
    font-size: 25px;
    margin: 10px 0;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
table, tr, td {
    border: 0;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
    text-align: left;
}