@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Poppins', sans-serif;
	font-weight:normal;
	}
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: inherit;text-decoration: none;}
img {border: none; max-width:100%; vertical-align:middle; height: auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.topStrip{
	background:#ec7435;
	float:left;
	width:100%;
	padding:7px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:15px;
	font-weight:500;
	line-height:14px;
	color:#fff;
	letter-spacing:1px;
	}
.topStrip p span{color:#fdf746;}
	
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:70px;
	padding:10px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	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: 150px;
}
ul.topMenu{
	float:right;
	margin: 15px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#000;
	font-size:17px;
	line-height:19px;
	letter-spacing:0.5px;
	font-family: 'Manrope', sans-serif;
	font-weight:400;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d7d7d7;
	top:2px;
	bottom:2px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#1d5197;}
a.nav-btn{
    float: right;
	background:#fff;
    color: #ec7435;
    font-size:17px;
    text-align: center;
    width: 80px;
    height: 40px;
    line-height:38px;
	border:1px solid #ec7435;
	border-radius:32px;
	margin-top: -8px;
	font-weight:600;
	}
a.nav-btn:hover{
	background:#ec7435;
	color:#fff;
	border:1px solid #fff;
	}	
	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top:14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:70px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
CSS FOR BANNAR
------------------------*/		
.banner{
	float: left;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
    height:615px;
	padding: 80px 0 0;
	position:relative;
}
.banner-prd{
	position: absolute;
    top:250px;
    right: 22%;
}
.banner-left-side{
    display: inline-block;
    width: 70%;
    text-align: center;
    padding: 40px 30px;
    background: rgba(0, 0, 0,0.7);
    border-radius: 10px;
    position: relative;
}
.bnr-vryfied{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#353535;
	font-weight:500;
	}
.bnr-str{
	display:inline-block;
	vertical-align:middle;
	margin:-9px 5px 0 0;
	}
.vry-ic{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 3px 0;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 53px;
    line-height: 62px;
    font-weight: 400;
    color: #6ea028;
    text-transform: uppercase;
	}
.bnrHdng span{
	display: inline-block;
    font-weight: bold;
    background: #ccc;
    padding: 5px 30px 10px;
    border-radius: 30px;
    font-size: 43px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.bnr-para{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 20px;
}
.bnr-list{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
.bnr-list li{
	float:left;
	width:100%;
	padding:0 0 0 30px;
	text-align:left;
	margin-top:10px;
	font-size:27px;
	line-height:30px;
	font-weight:600;
	letter-spacing:0.5px;
	color:#000000;
	background:url(../images/bnr-tick.png) no-repeat  left 8px;
	}
.btn-box {
	display:inline-block;
    vertical-align: middle;
    margin-top:30px;
    text-align: center;
    width:215px;
	max-width:100%;
}
.packageBtn {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    height: 50px;
    overflow: hidden;
    color: #ffffff;
    font-size: 22px;
    line-height: 50px;
    position: relative;
    background: #6ea028;
    font-weight: bold;
    border: none;
    font-family: inherit;
    cursor: pointer;
	}
a.packageBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:0px -15px 0 15px;
	}
.btn-txt{
	float:left;
	width:100%;
	color:#000000;
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	letter-spacing:0.3px;
	}
.btn-txt:before, .btn-txt:after{
	display: inline-block;
    vertical-align: middle;
    content: '';
    right: 0px;
    top: 50%;
    width: 22px;
    height: 1px;
    background: #666161;
	opacity:0.6;
	}
.btn-txt:before{margin:-2px 8px 0 0;}
.btn-txt:after{margin:-2px 0 0 8px;}

.bnr-testi{
	float:left;
	width:100%;
	text-align:left;
	padding-left:73px;
	position:relative;
	margin-top:55px;
	}
.bnr-t-ic{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	}
.bnr-t-star{
	display:block;
	margin-bottom:10px;
	width:90px;
	}
.bnr-t-hdng{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #353535;
	font-weight:600;
	margin-bottom:8px;
	}
.bnr-t-para{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #000000;
	font-style:italic;
	}
.bnr-t-name{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #0084b1;
	font-weight:500;
	margin-top:5px;
	}

	

/*======================*/

.bnr-btm-sec{
	float:left;
	width:100%;
	padding:60px 0 100px;
	background: #fff;
}
.bnr-btm-sec h3{
	float: left;
    width: 100%;
    font-size:48px;
    line-height: 58px;
	font-weight: bold;
    color: #000;
	letter-spacing:-0.5px;
	}
.bnr-btm-sec ul{
	float: right;
    width: 37%;
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.bnr-btm-sec ul li{
    float: left;
    width: 100%;
    text-align: left;
	padding-left:80px;
    position: relative;
}
.bnr-btm-sec ul li h1{
	    position: absolute;
    top: 9px;
    right: 35px;
    font-size: 65px;
    line-height: 75px;
    color: #cae5fb;
}
.bnr-btm-sec ul li img{
    position: absolute;
    top: 5px;
    left: 0px;	
}
.bnr-btm-sec ul li p{
        float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.bnr-btm-sec ul li p span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #795548
}
.bnr-btm-img{
	position: absolute;
    left: 0;
    top: 300px;
}

/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:70px 0;
	position:relative;
	background:#effcff;
	}
.sectionOne:before{
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-6px;
	width:13px;
	height:60px;
	background:url(../images/s1-arw.png) no-repeat center top;
	content:"";
}
.s1-human-ic{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-hdng{
	float:left;
	width:100%;
	font-weight:600;
	font-size:30px;
	line-height:40px;
	color:#f70d0d;
	font-family: 'Montserrat', sans-serif;
	padding-bottom:35px;
	margin-top:15px;
	background:url(../images/s1-hdng-line.png) no-repeat center bottom;
	margin-bottom:20px;
	}
.comnHdng{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    color: #795548;
    text-transform: capitalize;
}
.s1-row{
	display:inline-block;
	vertical-align:middle;
	max-width:1040px;
	width:100%;
	position:relative;
	background:url(../images/s1-vdo-bg.jpg) no-repeat center 20%;
	background-size:100%;
	}
.s1-text1{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:28px;
	line-height:30px;
	color:#002e6e;
	letter-spacing:0.5px;
	}
.comnPara{
	display: inline-block;
	width: 80%;
	font-size:18px;
	line-height:30px;
	color:#000000;
	margin-top:15px;
	}
.comnPara strong{ font-weight:500;}
.comnpdng {
    padding: 0 150px;
}
.s1-vid-sec{
	display:inline-block;
	vertical-align:top;
	max-width:768px;
	width:100%;
	border-radius:8px;
	border:2px solid #fff;
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.2);
	overflow:hidden;
	margin-top:30px;
}
.s1-vid{
	float:left;
	width:100%;
}
.s1-list{
	float:left;
	width:100%;
	margin:22px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s1-list li{
	float:left;
	width:24%;
	padding:0 15px;
	text-align:center;
	margin-top:10px;
	font-size:26px;
	line-height:30px;
	font-weight:600;
	color:#000000;
	}
.s1-list li img{
	display:block;
	margin:0 auto 5px; }

/*==========sectionFour================*/
.sectionFour{
	float: left;
    width: 100%;
    padding: 60px 0 100px;
    background: #fff;
}
.other-prod {}
.quesBox{
    float: left;
    width: 100%;
	margin-top:40px;
	margin-bottom:20px;
	}
.s4-prod{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-top: 45px;
	}
.s4-prod li{
    float: left;
    width: 32%;
    text-align: center;
    padding:0 0 0 0;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    position: relative;
}	
.s4-prod li:last-child{ margin-bottom:0;}
.s4-prod li.active{}
.prodt-cont{
	float:left;
	width:100%;
	padding:10px 16px 10px;
	text-align:left;
	background:#f6f6f7;
	}	
.s4-prod li:hover .prodt-cont{ background:#6ea028;}	
.s4-prod li .prod-name{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
}
.s4-prod li:hover .prod-name{ color:#fff;}
.prod-desc-prc{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    font-weight:700;
    color: #000;
    margin: 2px 0 0;
}
.s4-prod li:hover .prod-desc-prc{ color:#fff;}
.s4-prod li.active p{ color:#fff;}		
		
.s4-prod li .prods{
	display:inline-block;
    max-width: 240px;
	padding:22px 0;
   }		
.s4-prod li .packageBtn{
	text-align: center;
	height: 50px;
	line-height: 46px;
	font-size: 25px;
	display: inline-block;
	max-width: 280px;
}


/*-----------------------
CSS FOR section6
------------------------*/	
.sectionSix{
	    float: left;
    width: 100%;
    padding: 0 0 30px;
	border-bottom:1px solid #dedede;
	background: linear-gradient(180deg, #f5f5f5 70% 70%, #fff 30% 30%);

	}

.s6-inner {
    float: left;
    width: 100%;   
}
.s6-lft{
	float: left;
    width: 60%;
    text-align: center;
    padding: 45px 0 0;
}
.s6-txt{
	    font-size: 60px;
    line-height: 70px;
	}
.s6-txt span{
	display: block;
    font-size: 31px;
    line-height: 41px;
    text-transform: capitalize;
}
.s6-lft .comnPara {
    width: 100%;
}	
.s6-rgt{
		float: right;
	width: 41%;
	position:relative;
}
.s6-box1{
    position: absolute;
    top: 129px;
    left: 0px;
    max-width: 308px;
	}
.s6-img {
	position: absolute;
	right: 7%;
	top: -72px;
	max-width: 390px;
}

.s6-inner .comnHdng {
	       text-align: left;
    text-transform: none;
    width: 93%;
}
.s6-inner .comnPara {
	    margin-top: 254px;
    line-height: 30px;
    text-align: left;
}
.s6-left{
	float:left;
	width:42%;
	height:967px;
	position:relative;
	}
.s6-left:before{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:-416px;
	background:url(../images/s6-img.jpg) no-repeat right top;
	content:"";
	}
.s6-rght{
	float:right;
	width:53%;
	text-align:left;
	padding:60px 0;
	}
.s6-rght .comnHdng{ font-size:48px; padding-left:25px;}
ul.s6-list{
	float: left;
    width: 100%;
    margin: 130px 0 0;
    padding: 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.s6-list li{
	float: left;
    width: 24%;
    text-align: center;
    padding: 0px 0 0 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

ul.s6-list li span{
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-transform: capitalize;
}
ul.s6-list li img {
	display: block;
    margin: 0 auto 10px;
}	
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	    background: #f4fcff;
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
	}
.package-container{
	float: left;
	width: 100%;
	margin-top:45px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	column-gap: 22px;
	row-gap: 20px;
}
.package-box{
        float: left;
    width: 32%;
    padding: 35px 25px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.prod-secton .package-box {}
.package-box:hover{	}		
.pkg-icns{position:absolute;top:9px;left:9px;	}
.prod-div{
	float: left;
    width: 100%;
    padding: 0 0 0px;
    background: #fff;
    position: relative;
}
.prd-dv-bg1{}	
.prd-dv-bg2{ }
.prd-dv-bg3{ }	

.new-icon{
	position:absolute;
	left:10px;
	top:10px;
	width:55px;
	height:55px;
	line-height:55px;
	background:#0099d7;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #f0e781;
	border-radius:50%;
	}
.comng-icon{
	position:absolute;
	left:10px;
	top:10px;
	width:100px;
	height:45px;
	line-height:16px;
	padding:7px 0;
	background:#ec7435;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	border-radius:10px;
	}
.pkg-two{ position:relative;}
.pkgs-btl {
	width: 100%;
	position: static;
}
.prod-secton .pkgs-btl {margin: 0px 0; top: -15px;}
.pkg-cont{
        float: left;
    width: 100%;
    padding: 22px 0px 0;
    text-align: left;
    position: relative;
	}
.prod-name{
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}
.prod-name span {
    display: block;
}
.prod-caption{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
	font-weight:500;
	}	
.prod-review{
	float:left;
	width:100%;
	font-size:17px;
	line-height:17px;
	color:#494949;
	letter-spacing:0.5px;
	margin-top:18px;
	}	
.prod-review img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 7px 0 0;
	}	
.prod-describe{
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 30px;
    color: #795548;
    font-weight: bold;
    margin-top: 10px;
}
.prod-strip{
	float:left;
	width:100%;
	text-align:center;
	margin-top:15px;
	}	
.prod-strp-t1, .prod-strp-t2{
	float:left;
	background:#daf8fa;
	padding:9px 12px;
	font-size:13px;
	line-height:12px;
	color:#000;
	border-radius:20px;
	font-weight:500;
	letter-spacing:0.5px;
	}	
.prod-strp-t2{
	background:#ffefe3;
	margin-left:10px;
	}				
.package-box .btnBlk{margin-top: 12px;width: auto;}	
.next-btn{
	     font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    background: #6ea028;
    float: left;
    width: 260px;
    text-align: center;
    height: 50px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 40px;
    }
.package-box .btn-arw{ width:36px;}	
.package-box .btn-arw:after{ 
	right: 7px; 
	margin-top: -13.2px; 
	width: 27px;
    height: 27px;
    background-size: 27px;
	}
	
	/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.shop-section-1 {
	padding: 50px 0;
	float: left;
	width: 100%;
	}
.shop-s1-left {
	float: left;
	width: 470px;
	}
.shop-s1-right {
	float: right;
	width: 670px;
	text-align: left;
	}
.shop-s1-p1 {
	float: left;
	width: 100%;
	color: #795548;
	font-size: 45px;
	line-height: 46px;
	margin-bottom:10px;
	font-weight: 600;
	}
.shop-s1-p1 span{ font-size: 28px; font-weight: 400;  display: block;}
.shop-s1-stars {
	float: left;
	margin: 12px auto 12px;
	display:none !important;
	}
p.pr-dtl-s1-rgt-p3 {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}
.options_box{
	float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
	}
div#opt1 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    column-gap: 10px;
    row-gap: 10px;
}
.option{
	    float: left;
    vertical-align: top;
    width: 49%;
    border-radius: 0px;
	}
.option-hed{ 
	    font-size: 22px;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
.pack-opt {
	position: relative;
    float: left;
    width: 100%;
}
.pack-opt .s1prd{
	max-width: 50px;
    float: left;
	}
.pack-opt .s1prd:nth-child(3){
	    position: absolute;
    top: 48px;
    left: 20px;
    max-width: 78px;
    z-index: 5;
	}
.pack-opt .s1prd:nth-child(4){
	position: absolute;
    top: 48px;
    right: 20px;
    max-width: 78px;
	z-index:5;
	}
.pack-opt .s1prd:nth-child(5){
	position: absolute;
    top: 50px;
    left: 5px;
    max-width: 75px;
    z-index: 1;
	}
.pack-opt .s1prd:nth-child(6){
	position: absolute;
    top: 50px;
    right:5px;
    max-width: 75px;
	z-index:1;
	}
.pack-opt input[type=radio] {
	top: 14px;
    opacity: 0;
    position: absolute;
    left: 8px;
    height: 18px;
    width: 18px;
}
.pack-opt input[type=radio] + .package-type {
	    width: 100%;
    color: #5e5e5e;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid #dcd7d7;
    background: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}
.pack-opt input[type=radio] + .package-type:hover,.pack-opt input[type=radio]:checked + .package-type {
	    background: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 0 5px #f0fff3;
    color: #000;
    border: 2px solid #795548;
}

.pack-opt input[type=radio] + .package-type span:hover {
	transition: all .3s ease;
}

.purchase-container {
        margin: 5px 0 0 0;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.onetime, .subscribe {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
}
.btl-qnty{
	    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0a0a0a;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
	}
.price_tag{
	    font-size: 24px;
    line-height: 30px;
    width: 100%;
    float: left;
    color: #000;
}
.pack-opt input[type=radio]:checked + .package-type span{
	}
.prds1-pkgs {
    height: 50px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #000;
    margin: 24px 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
}
.prds1-pkg1, .prds1-pkg2{
	background:#f0f0f0 url(../images/select.png) 15px  center no-repeat;
    float: left;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 20px;
    line-height: 46px;
    color: #2d2d2d;
    text-align: left;
    padding: 2px 0 0 40px;
}
.prds1-pkg2 {
    padding: 2px 0 0 42px;
    text-align:left;
    float: right;
	border-left:2px solid #fff;
}
.selected {
    background:#ebf7ff url(../images/selected.png) 15px center no-repeat;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 10px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #dbd8d8;
    position: relative;
}
.buyopt.active {
	background: #ebfcff;
	color: #000;
	border: 1px solid #795548;
}
.buyopt input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
}
.buyopt input[type=radio] + span {
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #795548;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #795548;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.buyopt input[type=radio]:checked + .buyopt {
    background: #eef7f3;
    color: #000;
    border: 1px solid #769c8b;
}
		
/*-------------------------
    	SECTION-3
--------------------------*/	
/*.section-3{
	background:#fff;
	float:left;
	width:100%;
	position:relative;
	padding:60px 0;
	}
.s3-list{
	float:left;
	width:100%;
	position:relative;
	}
.s3-prod{
	    position: absolute;
    left: 50%;
    top: 67px;
    margin-left: -138px;
	}
.s3-list ul{
	width:430px;
	}
.s3-list ul.fl{ float:left;}
.s3-list ul.fr{ float:right;}
.s3-list ul li{
	    float: left;
    width: 100%;
    text-align: center;
    margin-top: 42px;
    padding: 0 10px;
    position: relative;
	}
.s3-icon{
	display:block;
	margin:0 auto 10px;
	}
.s3-list ul li span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#1c1c1c;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-bottom:10px;
	}
.s3-list ul li p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
	}
.s3-list-line1{
	position:absolute;
	right:-25px;
	top:25px;
	}
.s3-list-line2{
	position:absolute;
	left:-25px;
	top:25px;
	}
.s3-kill-strip {
    display: inline-block;
    vertical-align: middle;
    margin-top: 83px;
    width: 100%;
    max-width: 564px;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    background: #795548;
    border-radius: 40px;
    letter-spacing: 0.5px;
}
.s2-kill-strp-line{
	position:absolute;
	left:-198px;
	top:23px;
	}
.s2-kill-strp-line2{
	position:absolute;
	right:-198px;
	top:23px;
	transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	}
ul.infection-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.infection-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 49px;
	background:url(../images/infctn-line.png) right 40px no-repeat;
	}
ul.infection-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.infection-list li:last-child{
	background:none;}	
.s3-btn {
	margin:35px auto 0 auto;
}*/
/*-----------------------
 Scroll Strip
------------------------*/
/*.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#effcff;
}
.s2-inr-sec{
	float:left;
	width:100%;
}
.s2-inr-bx{
	float:left;
	width:32%;
	margin-right:2%;
	margin-top:35px;
}
.s2-inr-sec .s2-inr-bx:last-child{margin-right:0;}
.s2-num{
	font-size:24px;
	line-height:33px;
	width:55px;
	height:55px;
	border-radius:50%;
	background:#05bbe7;
	border:10px solid #fff;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-weight:600;
	position:relative;
	z-index:1;
}
.s2-img{
	display:block;
	border-radius:20px;
	margin:-25px auto 0;
	max-width:100%;
}
.s2-inr-bx h3{
	font-size:26px;
	line-height:32px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	color:#05bbe7;
	margin-top:20px;
}
.s2-inr-bx p{
	font-size: 20px;
    line-height: 31px;
    margin-top: 7px;
}*/

/*===============sectionThree==========*/
.sectionThree{
    float: left;
    width: 100%;
    overflow: hidden;
	padding:50px 0 20px;
	}
.sec3-innr {
    background: #f5f5f5;
    padding: 30px 0 40px 0;
    height: 600px;
}
.s3-left{
	float:left;
	width:49%;
	padding:26px 104px 26px 30px;
	text-align: center;
	position:relative;
	background:#f4f4f4;
	}
.s3-txt1{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#795548;
	font-weight:300;
	text-align:left;
	}
.s3-txt1 span{
	display:block;
	font-size:25px;
	line-height:35px;
	font-weight:700;
	margin-bottom:6px;
	text-transform:uppercase;
	}
.s3-txt2{
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	color:#ec0f09;
	font-weight:700;
	text-align:left;
	margin-top:10px;
	}		
.s3-img1{
	display: inline-block;
    max-width: 485px;
    margin: 10px 0 0;
}	
.s3-img2{
	    position: absolute;
    right: 0;
    top: 0px;
    max-width: 290px;
}
.s3-img3{
	display:inline-block;
	max-width: 220px;
}		
.s3-rght{
	float: right;
    width: 49%;
	position:relative;
}
.s3-rgt-inr1{
	float:left;
	width:100%;
	padding:65px 300px 48px 22px;
	text-align:left;
	background:#f4f4f4;
	position:relative;
	}
.s3-rgt-inr2{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
    margin-top: 25px;
	}
.s3-rgt-inr2 .s3-txt1 span {
    font-size: 19px;
    line-height: 30px;
}
.s3-rgt-inr2 div{
	float:left;
	width:48%;
	padding:12px 0 12px 12px;
	background:#f4f4f4;
	}	
.s3-box{
      position: absolute;
    top: 102px;
    left: 95px;
    max-width: 328px;
    z-index: -1;}
.s3-img{
	    top:40px;
    position: absolute;
}
.s3-rght .comnHdng{ font-size:48px; padding-left:25px;}
ul.s3-list{
	float: left;
    width: 100%;
    margin: 70px 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: 33px;
}

ul.s3-list li{
    float: left;
    width: 100%;
    margin-top: 7px;
    padding: 0px 0 0px 53px;
    background: url(../images/icon1.png) no-repeat left 1px;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    color: #000;
	}
ul.s3-list li span{
	display:block;
	width:100%;
	font-size:26px;
	line-height:36px;
	font-weight:600;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #795548;
    text-align: center;
	}			
.footerBox1{
	float:left;
	width:100%;
    padding:30px 0;
	position:relative;
	overflow:hidden;
	color:#fff;
	}					
	
.ftrbx {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
	row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 24%;
	line-height: 24px;
}
.ftrbx1-t1 {
    font-size: 20px;
    line-height: 28px;
}
.ftrbx1-hd {
    float: left;
    width: 100%;
    font-size: 16px;
}
.ftr-logo{
	max-width: 250px;
    display: inline-block;
    vertical-align: middle;
}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
ul.frt-list li{
	float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
	}	
ul.frt-list li a{ color:#fff;}
ul.frt-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	 }		

/*.ftrBox2 {
    width: 36%;
}
.ftrBox3 {
    width: 55%;
}*/
.ftrtxtbx {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.ftrbx2-hd{
	float:left;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
.ftr-dog-img{
	max-width: 380px;
    position: absolute;
    right: 60px;
    bottom: -50px;
    opacity: 0;
}
.other-links {
    
}
.other-links li:last-child{
}
.footerBox2{
	background:#fff;
	float:left;
	font-size: 18px;
    line-height: 27px;
	width:100%;
	padding:25px 0 20px;
}
.dicclmr {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}
p.ftr-link {
    text-align: right;
    float: right;
    margin-top: 20px;
	font-size: 16px;
    line-height: 24px;
}
.ftr-cpyrght{
	    margin-top: 20px;
    font-size: 16px;
    color: #000;
    float: left;
    text-align: center;
	}
.ftr-cards{
	float:right;
	margin:0 0 0 0;
	max-width: 130px;
}

.prodBreadcrm {float: left;  width: 100%;       background: #795548;}	
.prodBreadcrm p {
    float: right;
    width: auto;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-weight: 600;
    padding: 8px 20px;
    text-align: right;
    background: #333;
}

/********************************/
.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: 9;
    border: 0px;
    opacity: 0.75;
    background-color: rgb(0, 0, 0);
}
.pop-up-bg-in {
	height: 100% ;
	position: fixed ;
	top: 0px ;
	padding: 0px ;
	margin: 0px ;
	border: 0px;
	opacity: 0.93;
	transition: left 1s ease 0s ;
	z-index: 10000010 ;
	width: 390px ;
	left: 0px;
}
.pop-up-left {
	background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 30px 0 20px;
    z-index: 99;
}
.pop-up-left-txt {
	width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 24px;
    text-transform: capitalize;
    padding: 0px 0px 20px;
    overflow-wrap: break-word;
    line-height: 37px;
    transition: left 1s ease 0s;
    float: left;
}
.pop-up-left-txt span{
	font-weight: 700 ;
	display: block;
	}
.no-btn, .yes-btn {
	cursor: pointer;
    margin-left: 0px;
    margin-top: 0px;
    width: 140px;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    border: 2px solid #e1bc5c;
    outline: none;
    background-color: #ff3232;
    transition: left 1s ease 0s;
    appearance: none;
}
.yes-btn {
	background-color: #42ac47;
}
