@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: 'Baloo Da 2', cursive;*/
	/*font-family: 'Manrope', sans-serif;*/
	font-family: 'Rubik', 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;}
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: 124px;
    margin-top: 0px;
}
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;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:636px;
	}
.bnr-left{
	float: left;
    width: 64%;
    text-align: left;
    padding: 134px 0;
    position: relative;
	}
.bnrHdng{
	float: left;
    width: 100%;
    font-size: 27px;
    line-height: 29px;
    font-weight: 300;
    /* font-family: 'Harmonia Sans Pro Cyr Semi Bd'; */
    color: #010101;
	}
.bnr-subHdng{
	float: left;
    width: 100%;
    font-size: 50px;
    line-height: 64px;
    font-weight: bold;
    color: #0083b7;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: capitalize;
}
.bnr-subHdng span{
	/*color:#f7951d;*/
}	
.bnr-strip{
	float: left;
    width: 100%;
    position: relative;
    margin-top: 12px;
    padding: 5px 5px 0 0;
    margin-left: 0;
}
.bnr-strip img{
	    position: absolute;
    left: 5px;
    top: 2px;
    width: 100px;
	}
.strip-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#0083b7;
	font-weight:bold;
	letter-spacing:0.2px;
	}
.bnr-para{
	    float: left;
    width: 87%;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-top: 6px;
	}
.bnr-line{
	float:left;
	margin-top:20px;
	max-width:100%;
	}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:10px;
	}
ul.bnr-list li{
	float:left;
	width:100%;
	margin-top:12px;
	font-size:25px;
	line-height:28px;
	color:#0e0e0e;
	font-weight:600;
	background:url(../images/bnr-tik.png) no-repeat left 3px;
	padding-left:40px;
	text-align:left;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    text-align: center;
    width:370px;
	max-width:100%;
	}
a.packageBtn {
    display: block;
    width: 100%;
    margin: 0 auto;
    /* border-radius: 40px; */
    position: relative;
    height: 64px;
    overflow: hidden;
    color: #fefefe;
    font-size: 28px;
    font-weight: 600;
    line-height: 68px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 0px #009b3e;
    text-transform: uppercase;
    background: #009b3e;
	}
.pkgrgt .btn-box{width: 240px; margin-top: 10px;}
.pkgrgt a.packageBtn{ font-size:22px; height: 54px; line-height:54px;}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-18px 0 0 5px;
	}
.btn-ofr-txt {
        float: left;
    width: 100%;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    position: relative;
    background: url(../images/btn-txt1-line.png) no-repeat center center;
	}
ul.bnr-gmo-list{
	position: absolute;
    left:500px;
    bottom: 60px;
    width:100px;
	}
ul.bnr-gmo-list li{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
	}
ul.bnr-gmo-list li img{
	display:block;
	margin:0 auto 5px;
	width:45px;
	}
ul.bnr-gmo-list li p{
	font-size:14px;
	line-height:15px;
	color:#565656;
	}
.bnr-img-line{
	position:absolute;
	right:30px;
	top:90px;
	}
.bnr-prod{
	position: absolute;
    right: 325px;
    top: 349px;
    max-width: 260px;
	}

.bnr-btm-sec{
	float:left;
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #e8e8e8;
	text-align:center;
	}
.bnr-btm-bar-txt{
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 26px;
    position: relative;
    font-weight: 600;
	}
.bnr-btm-bar-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	}
.bnr-bar-line-fr{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	}
.bnr-btm-sec ul{
	float:left;
	width:100%;
	margin-top:25px;
	}
.bnr-btm-sec ul li{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #2c2c2c;
    position: relative;
    width: 16%;
	}
.bnr-btm-sec ul li:after{
	position:absolute;
	right:0;

	top:10px;
	width:2px;
	border-right:2px dotted #d6d6d6;
	height:55px;
	content:"";
	}
.bnr-btm-sec ul li:last-child:after{ display:none;}
.bnr-btm-sec ul li img{
	display:block;
	margin:0 auto 10px;
	}

/*-------------------------
    	SECTION-1
--------------------------*/
.new-sec1{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
}
.comnHdng{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	}
.comnHdng span{
	     float: left;
    width: 100%;
    font-size: 42px;
    line-height: 54px;
    color: #0083b7;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
	}
.comnHdng p{
	float:left;
	width:100%;
	font-size:40px;
	line-height:45px;
	color:#0083b7;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	}
sup{ font-size:60%; line-height:100%;}

.comnPara{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #1c1c1c;
    margin-top: 20px;
    letter-spacing: 0.5px;
	}
.s1-btm-arw{
	position:absolute;
	top:-70px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
}
.nw-s1-p1{
	margin:20px auto 0 auto;
	padding:0 60px;
}
.nw-s1-bx1{
	border: 1px solid #a0d4e8;
	border-radius: 12px;
	position: relative;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	padding: 10px 50px 16px 579px;
	float: left;
	display: table;
	-moz-box-shadow: 0 0 10px #0083b7;
	-webkit-box-shadow: 0 0 10px #0083b7;
	box-shadow: 0 0 10px #62c1e6;
	width: 100%;
}
.nw-s1-img1{
	position:absolute;
	top:0;
	left:0;
	border-radius:12px 0 0 12px;
	height: 100%;
}
.nw-s1-btn-box{
	float:left;
	margin-top:20px;
}
.nw-s1-seal{
	position: absolute;
    top: 50%;
	margin-top:-70px;
    left: 444px;
}
ul.nw-s1-list1{
	padding: 0px 0 0px 0;
    float: left;
    width: 100%;
} 
ul.nw-s1-list1 li{
	position: relative;
    margin: 22px 0 0 0;
    padding: 0 0 0 42px;
    float: left;
    width: 100%;
}
ul.nw-s1-list1 li img{
	position:absolute;
	top:0;
	left:0;
}
.nw-s1-list1-p1{
	border-bottom:1px dashed #bdd2c6;
	padding:0 0 8px 0;
	margin:0 0 0 0;
	text-align:left;
}
.nw-s1-list1-p1 span{
	font-weight:600;
	font-size:22px;
	color:#000;
}
/*-------------------------
    	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: #0083b7;
    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;
    text-decoration: underline;
    /* background: none; */
    background: #009b3e;
    float: left;
    width: 260px;
    text-align: center;
    height: 50px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    }
.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: #34322d;
	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: 26px;
}
.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 #0083b7;
}

.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 #0083b7;
}
.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 #0083b7;
    top: 50%;
    margin-top: -9px;
    background: #fff;
}
.buyopt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0083b7;
    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: #0083b7;
    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;
}
/*=============sectionSix==============*/
.section-4{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
	}
.s4-col-bx{
	float:left;
	width:100%;
	margin:40px 0 0;
	}
.s4-list{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 10px;
	position:relative;
    outline: none;
	}
.s4-stp1-img{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	}
.s4-list span{
	float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #1c1c1c;
    line-height: 26px;
    text-transform: capitalize;
	}
.s4-list p{
	    float: left;
    width: 100%;
    font-size: 18px;
    color: #1c1c1c;
    line-height: 28px;
    margin-top: 10px;
	}
.s4-bdr-line{
	position: absolute;
    right: -121px;
    top: -1px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
    float: left;
    width: 100%;
    background: #0083b7;
    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: #0083b7;}	
.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;
}
