@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Montserrat', 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;}
a:hover {}
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;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

.white_text { color: #fff !important;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*=========FONTS===========*/
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #19c7fe;
    padding:7px 0;
	}
.topStrip p{
    float: left;
    width: 100%;
    color: #ffffff;
    font-size:16px;
	line-height:20px;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.topStrip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 5px 0;
	}
	
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:84px;
	}
.header{
	float: left;
	width: 100%;
	height: 84px;
	margin-top: -84px;
	position: relative;
	top: 84px;
	background: #fff;
	/* box-shadow: 1px 1px 10px #ccc; */
	padding: 15px 0;
	z-index: 3;
}
/*.logo-sec:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    top: -5px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 1px 1px 10px #ccc;
    z-index: -1;
}*/
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.logo-sec{
	display: inline-block;
	float: left;
	max-width: 240px;
	position: relative;
	z-index: 1;
	margin: 5px 0px 0 0;
}
.fixed-nav .logo-sec {}
.fixed-nav .logo-sec:after{}
.logo{
	display:inline-block;
	vertical-align:top;
	}
.logo-sec p{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:21px;
	letter-spacing:0.5px;
	color:#ffffff;
	padding-left:15px;
	margin-left:10px;
	border-left:1px solid #6692b8;
	}
.logo-sec p span{
	font-size:20px;
	font-weight:bold;
	}

a.header-btn{ 
	float:right; 
	width:141px;
	font-size:18px;
	color:#ffffff;
	height:42px;
	border-radius:4px;
	font-weight:600;
	line-height:40px;
	background:#00c04e;
	margin-top:14px;
	}
	
ul.mainMenu{
	display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0;
}
ul.mainMenu1 {
    float: right;
}
ul.mainMenu li{
	float:left;
    padding:0 12px;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	}
ul.mainMenu li a.active,ul.mainMenu li a:hover{}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:170px;
    top:26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index: 9999;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:80px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}
a.hdr-btn{
	float: right;
    width: 160px;
    margin-top: 5px;
    border-radius: 45px;
    height: 46px;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 46px;
    position: relative;
    font-weight: 500;
    background: #ff9602;
    border: none;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: inherit;
	}
/*--------BANNER--------*/
.banner{
	float: left;
    width: 100%;
    padding: 46px 0;
    background: url(../images/banner-background.jpg) no-repeat center center #F1F8EA;
    overflow: hidden;
}
.banner_left{
	float: left;
    width: 70%;
    text-align: left;
    position: relative;
	}

.banner__heading{
	    float: left;
    width: 100%;
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner__right{
	position: absolute;
    bottom: -20px;
    right: -80px;
    height: 582px;
    width: 340px;
    z-index: 1;
	text-align: center;
	}

.bar-aerrow {
    display: inline-block;
    margin: 40px auto -20px -30px;
    transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}
.banner__product{
	position: absolute;
	bottom: 0;
	right: 60px;
	max-width: 330px;
	}
.bnr-div1 {
	float: left;
	width: 100%;
	background: linear-gradient(to right, #125f2d, #41986f, #459a72, rgb(1 117 64));
	margin: 30px 0 0;
	border-radius: 10px;
	max-width: 520px;
	padding: 16px 40px 15px 25px;
	position: relative;
}
.banner__text{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	}
.bnr-div1 img {
    position: absolute;
    right: -70px;
    top: -10px;
}
.bnr-txt2 {
    float: left;
    width: 100%;
    margin: 36px 0 0 0;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 10px 10px 10px;
    position: relative;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #ff9602, rgba(0, 0, 0, 0)) 1 0;
	color:#fff;
}
.banner-model {
	position: absolute;
	right: -125px;
	top: -102px;
}
.banner__points{
	float: left;
    width: 100%;
    margin-top: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
	}
.banner__points li{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
	text-align: left;
}
.banner__points li img {
    display: inline-block;
    margin: -3px 10px 0px 0;
	width: 28px;
}
.button_box{
	float:left;
	width:100%;
	margin-top:35px;
	}
.button__width{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 470px;
    text-align: center;
	}
.common__button{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 70px;
    background: #ff9602;
    font-family: inherit;
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
	}
.common__button img {
    display: inline-block;
    margin: 0  0px 0 15px;
}
.button__caption{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
	}
.button__caption span{ padding: 3px 0 3px 21px;}
.banner .button__caption{ color:#fff;}
.first_caption{
	background: url(../images/lock.png) no-repeat left top 2px;
    background-size: 16px;
	}

/*--------BANNER STRIP--------*/
.bnrstrip{
	float:left;
	width:100%;
	padding: 30px 0;
    border-bottom: 1px solid #cccccc;
	}
.bnrstrip-hding{
	font-size:23px;
	line-height:30px;
	color:#29323a;
	font-weight:700;
	text-align:center;
	}
.bnrstrip-hding:before,.bnrstrip-hding:after{
	display:inline-block;
	vertical-align:middle;
	width:70px;
	margin:-5px 10px;
	border-bottom:1px solid #ddd;
	content:"";
	}
.bnrstrip-para{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
	}

ul.bnrstrip-list{
	    float: left;
    width: 100%;
    margin-top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.bnrstrip-list li{
	float: left;
    width: 15.5%;
    text-align: center;
    position: relative;
	}
ul.bnrstrip-list li:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 1px;
    background: #f1edea;
	}
ul.bnrstrip-list li:last-child:after{ display:none;}			
ul.bnrstrip-list li img{
	margin:0 auto 0;
	display:block;
	width: 50px;
	
	}		
ul.bnrstrip-list li p{
	font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
}

/************************/
.banner-bottom {
    float: left;
    width: 100%;
    padding: 60px 0 90px;
	position: relative;
}
.banner-bottom:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -55px;
    background: url(../images/bnr-btm-separator.webp) no-repeat center bottom;
    width: 19px;
    height: 96px;
    margin-left: -9px;
}
.banner-bottom .common__heading {
    color: var(--header1);
}
.bnr-btm-inner {
    display: inline-block;
    vertical-align: middle;
    background: #f6f6f6;
    margin: 40px 0 0 0;
    padding: 22px 20px 20px 32px;
    width: 100%;
    max-width: 1010px;
}
.bnr-btm-inner img {
    float: left;
}
.bnr-btm-inner div {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 470px);
    text-align: left;
    padding: 0px 0px 0 16px;
}
.bnr-btm-txt {
    font-size: 20px;
    color: var(--header1);
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}
.bnr-btm-inner ul {
	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: 8px;
	margin: 10px 0 0;
}
.bnr-btm-inner ul li {
    float: left;
    width: 100%;
    padding: 12px 20px 10px 80px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    background: url(../images/bnr-btm-icon.webp) 17px 15px no-repeat;
    background-size: 47px;
}
.banner-bottom .common__text1 {
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}
.bnr-btm-sec {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 830px;
    margin-top: 30px;
    position: relative;
}
.bnr-btm-sec:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #d5d5d5, rgba(0, 0, 0, 0)) 1 0;
}
.bnr-btm-sec:after{
	content: "";
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 86px;
	width: 86px;
	border-radius: 50%;
	background: #fbffec;
}
.bnr-btm-capsule {
    display: inline-block;
    position: relative;
    z-index: 1;
}
/*--------SECTION 1--------*/
.section1{
	background: #f6f6f6;
    float: left;
    width: 100%;
    padding: 80px 0 60px;
	}
.common__subhead{
	float:left;
	width:100%;
	margin-bottom:15px;
	color:#000;
	font-size:25px;
	line-height:25px;
	font-weight:600;
	}
.common__heading{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #000;
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    text-transform: capitalize;
	}
.common__text{
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
	}


.sec1_left{
	float:left;
	width:50%;
	text-align:left;
	}
.common_sub_text{
	font-size: 24px;
    line-height: 26px;
    color: var(--subheader);
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-transform: capitalize;
}
.s1_prod{
    float: left;
    margin: 10px 0 -10px 10px;
	}
	
.sec1_right{
	float: right;
    width: 47.3%;
    margin-top: 30px;
	}	
.sec1_rgt_box{	
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    padding: 5px 22px 30px;
	}
.s1_bx_row{
	float:left;
	width:100%;
	}	
.s1_bx_col{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	border-bottom:1px solid #000;
	padding:25px 0;
	}	
.s1_col_heading{
    font-size: 19px;
    line-height: 23px;
    color: #000;
    text-align: left;
    font-weight: 800;
    width: 120px;
	}
.s1_col_content{
	width:calc(100% - 120px);
	text-align:left;
	padding-left:12px;
	}			
.s1_col_cont_text{
	font-size:17px;
	line-height:25px;
	color:#000;
}	
ul.s1_col_bx_list{
	float:left;
	width:100%;
	}
ul.s1_col_bx_list li{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	padding-left:15px;
	margin-bottom:4px;
	}	
ul.s1_col_bx_list li:last-child{ margin-bottom:0;}	
ul.s1_col_bx_list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	background:#000;
	width:6px;
	height:6px;
	border-radius:50%;
	}
.s1_bx_col_last{
	border:none;
	}
.s1_bx_col_last .banner__seal_box{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 25px auto 0;
	}
.s1_bx_col_last .banner__seal_list{
	width:20%;
	margin:0;
	}
.s1_bx_col_last .banner__seal_list img{ width:77px;}

/*--------SECTION 2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	background: #fff;
	}

ul.s2-list {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-top: 30px;
    row-gap: 30px;
	}
ul.s2-list li {
	    width: 32%;
    background: #111822;
    border-radius: 10px;
    text-align: left;
    padding: 270px 6px 20px;
    position: relative;
    overflow: hidden;
    float: left;
}
.s2-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 74px;
}
.s2-lst-bx{
	position: relative;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.s2-lst-bx-txt{
	font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    width: 100%;
}

.s2-lst-txt{
	font-size: 17px;
	line-height: 26px;
	color: #000;
	margin-top: 10px;
	}
.s2-img {
    position: absolute;
    top: 0;
    left: 0;
}	

/*==============section3===============*/
.section3{
	background: #f6f6f6;
	float:left;
	width:100%;
	padding:60px 0;
	text-align:center;
	}
.s3-mdl{
	float:left;
	width:100%;
	position:relative;
	}
.s3-prod{
	position:absolute;
	left:0;
	top:86px;
	
	}
.s3-right{
	float:right;
	width:48.54%;
	text-align:left;
	margin-top:50px;
	position:relative;
	}
.s3-ingredient-Box{
	float:left;
	width:100%;
	}
.s3-ing-dwn{
	float:left;
	width:100%;
	padding:0 10px;
	margin-top:10px;
	}
.ing-hdng{
	float:left;
	width:100%;
	padding:15px 40px 15px 0;
	border-bottom:1px solid #ccc;
	background:url(../images/down-ic.png) no-repeat 97% center;
	text-align:left;
	cursor:pointer;
	}
.ing-lft{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	margin:0 15px 0 0;
	}
.ing-hdng p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 85px);
	font-size:25px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}

.ing-hdng.active{
	background:url(../images/up-ic.png) no-repeat 97% center;
	}
.ing-hdng.active .ing-lft{
	display:none;
	}
.ing-hdng.active span{
	display:block;
	}
.s3-ing-dwnNew {
	padding:10px 15px  20px 25px;
	background:#fff;
	border-radius:25px;
	box-shadow:0 2px 9px 0 rgba(0,0,0,0.1);
	}
.ing-content{
	float: left;
    width: 100%;
    padding: 20px 0 0 0;
	}
.ing-content p{
	float:left;
	width:calc(100% - 150px);
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:5px;
	text-align:left;
	}
.ing-rght-img{
	float:right;
	margin:10px 10px 0 0;
	max-width: 80px;
	}	
	
.s3_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.sec3_left{
	float:left;
	width:44%;
	position:relative;
	}
.sec4-img{
	display:block;
	margin:0 auto 0;
	width:570px;
	border-radius:20px;
	}
.sec3_right{
	float:right;
	width:52%;
	}
ul.sec3_ing_list{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 17px;
    margin-top: 20px;
	}
ul.sec3_ing_list li{
	text-align: left;
    position: relative;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--border1);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
ul.sec3_ing_list li:last-child{ padding-bottom:0; margin-bottom:0; border-bottom:none;}
ul.sec3_ing_list li img{
	border-radius:50%;
}
.sec3_ing_cont{
	width: calc(100% - 92px);
    padding-left: 20px;
    text-align: left;
	}
ul.sec3_ing_list li h3{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	}
ul.sec3_ing_list li p{
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}

.section7{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: var(--bg1);
    text-align: center;
}
.faq-section{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 42px 0 0;
    max-width: 972px;

	}
.faq-slide-row{
	    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 24px 5px;
    background: #fff;
    box-shadow: 0 0 5px #e3e3e3;
	}
.faq-slide-row-open{
	border-radius: 12px 12px;
}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/s7-close.png) no-repeat 98% center;
    background-size: 12px;
    padding: 17px 25px 17px 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    position: relative;
    cursor: pointer;
    
	}
.acdn-heading.accordion-open{
	background:url(../images/s7-open.png)#fff no-repeat 98% center;
	background-size:12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 35px 0px 0;
	}
.accordion.last, .acdn-content.last{border-bottom:none;}
.acdn-para{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    padding-bottom: 15px;
    font-weight: normal;
	}
	
.acdn-para a{ color:#00F; text-decoration:underline;}
ul.acdn-list{
	float:left;
	width:100%;
	margin-bottom:15px;
	padding-left:15px;
	}
ul.acdn-list li{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
	list-style: disc;
	}

.offer_strip {
    float: left;
    width: 100%;
    background: #097642;
    padding: 30px 0;
}
.timer_strip {
    float: left;
    width: 100%;
    background: #edfff6;
    padding: 15px 0;
}
.timer_strip .common__text{ margin:0;}
	
/*=========SECTION10========*/
.section10{
	float:left;
	width:100%;
	background:#fff;
	padding:70px 0;
	}
.s10_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1100px;
	}
.s10_left{
	float:left;
	width:45%;
	}
.package_slider_box{
	float:left;
	width:100%;
	position:relative;
	}
.package_slider{
	float:left;
	width:100%;
	height:100%;
	position:relative;
	}
.package_slider div{
	border-radius:20px;
	}	
.pakge-slide-prod{ margin:43px auto 0;}
.pkg-seal{
    position: absolute;
    top: 12px;
    left: 12px;
	}
.prd-nav1{ width:50px;}
.pck_sld_text{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: 500;
    padding: 5px 16px 6px;
    text-transform: capitalize;
    border-radius: 50px;
    background: #fff;
    z-index: 6;
	}
	
.s10_right{
	float:right;
	width:48%;
	}	
.s10_pkg_heading{
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	text-align: left;
	}	

/*PACKAGE CSS*/
.purchase_box{
	float:left;
	width:100%;
	}
.switch_optBox{
	width:100%;
	margin:15px auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.option_row{
    width: 48%;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 19px;
    line-height: 19px;
    color: #000;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 17px 10px;
	}
.option_row.active{
	background:#ff9602;
	border:2px solid #ff9602;
	color:#fff;
	}

	
.package_row{
	    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 13px;
	}
.package_col{
	width: 49%;
    float: left;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
	}
.package_col.active {
    background: #edfff6;
    border-color: #097642;
    box-shadow: 0 0 0 1px #097642;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.extra-pkg .package_col.active {
    background: #fff5ee;
    border-color: #df5d00;
    box-shadow: 0 0 0 1px #df5d00;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
	}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_opt span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #d7d7d7;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.active .radio_opt span{background:#fff; border:1px solid #b7b7b7;}
.active .radio_opt span:before{
	content:'';
	position:absolute;
	width:9px;
	height:9px;
	background:#097642;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.purchase_info{
	width:22%;
	}
.purchase_info img{
	margin:0 auto 0;
	display:block;
	}	

.purchase_offerBx{
        width: 100%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
.pkg-hdg-text{
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.pkg-qty-text{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    margin-top: 6px;
	}		
.pkg-save-text{
    display: inline-block;
    vertical-align: top;
    background: #097642;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    padding: 4px 15px 3px;
	position: absolute;
    left: 160px;
    top: -10px;
	}	
	
.purchase_priceBx{
	width:25%;
	text-align:right;
	}	
.pkg-list-price{
	font-size:28px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
.pkg_cut_price{
	display:inline-block;
	font-size:19px;
	line-height:19px;
	color:#000;
	font-weight:400;
	position:relative;
	}
.pkg_cut_price:after{
	position:absolute;
	content:"";
	left:-2px;
	right:-2px;
	transform:rotate(-12deg);
	top:49%;
	border-top:1px solid #ff0000;
	}
.free_shipp{
	font-size:13px;
	line-height:13px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	text-transform:uppercase;
	}
.free_shipp img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-4px 6px 0 0;
	}	
							
.cart_btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:434px;
	margin-top:35px;
	}
.cart_btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}		
.cart_common_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 65px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    background: #006b41;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.3px;
    position: relative;
	border:none;
	cursor:pointer;
	-webkit-appearance:none;
	}
.cart_common_btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -6px 0 0 12px;
	}	
.cart_button_order{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	}
.cart_button_order img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-3px 6px 0 0;
	}	
/*==============section5===============*/
.section5{
	background: #f6f6f6;
	float:left;
	width:100%;
	padding:60px 0;
	}
.expert{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1060px;
	margin-top:65px;
	}
.expert_box{
	position:relative;
	display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	padding-bottom:60px;
	}
.expert_box:last-child{ padding-bottom:0;}	
.flex-reverse{flex-direction:row-reverse; -webkit-flex-direction:row-reverse;}
.expert_box:before{
	content:'';
	position:absolute;
	left:50%;
	top:50px;
	border-left:2px dotted #008d32;
	height:100%;
	}
.expert_box:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 34px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #008d32;
    box-shadow: 0px 0px 0px 7px #c6e3cd;
	}
.expert_box:last-child:before{bottom:250px; height:auto;}
.expert_duration{
	width:40.5%;
	position: relative;
    text-align: right;
    padding: 6px 0 0 0;
	}
.expert_flex{
	display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
	min-height:72px;
	}	
.flex-reverse .expert_flex{ 
	text-align:left; 
	justify-content: flex-start;
	}	
.expert_duration p{
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    text-align: left;
    color: #000;
	}
.expert_duration img{
    width: 44px;
    margin-right: 15px;
	}	
.flex-reverse .expert_duration p{ text-align:left;}
.expert_content{
	    width: 40.5%;
    border: 2px solid #008d32;
    border-radius: 10px;
    background: #edfff6;
    padding: 20px 25px 25px;
    text-align: left;
    position: relative;
	}
.expert_content h3{
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	}
.expert_content p{
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}		
.expert_content:before{
	content:'';
	position:absolute;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-right:15px solid #008d32;
	left:-15px;
	top:30px;
	}
.flex-reverse .expert_content:before{
	border-right:none;
	border-left:15px solid #000;
	left:auto;
	right:-15px;
	}

.note_box{
	display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 810px;
    background: var(--theme3);
    border: 1px solid #008d32;
    border-radius: 6px;
    text-align: left;
    position: relative;
    padding: 14px 10px 14px 75px;
    margin-top: 80px;
	margin-bottom: 20px;
	}
.note_box img{
    position: absolute;
    top: 50%;
    left: 16px;
    width: 45px;
    margin-top: -22.5px;
	}
.note_box p{
	font-size:17px;
	line-height:24px;
	color:#000;
}


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background: #111822;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	max-width:200px;
	}
.footerBox1 {
        float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 17px;
    line-height: 26px;
    row-gap: 10px;
    margin-bottom: 15px;
	color:#fff;
}

.ftrBox1 {
    width: 100%;
    float: left;
}

.ftrBox1 img {
    display: none;
}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#fff; padding:0 3px;}

.ftrtext2{ font-size:14px; line-height:22px; letter-spacing:0.5px; margin-top:15px;}


/*==============Media=============*/

/*----------- popup ---------------- */
#pop_overlay, #ing_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content, #ing_content {
	height: auto;
	max-width: 90%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	width:600px;
}
#ing_content {
	width:1000px;
}

.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
	cursor: pointer;
}

/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #f6f6f6;
    padding: 60px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size: 22px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    line-height: 30px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:26px;
	margin:0px 0 15px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
    background: #097642;
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 100%;
    margin: 20px 0 50px;
}

@media only screen and (max-width: 767px){
	.tems_bg {padding: 10px 0;}
	.trms-sec2{ padding:30px 0;}
	.trms-sec2 .top-txt{ font-size:18px; line-height:26px;}
}
/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#f6f6f6;
	padding:60px 0;
	}
.cont-sec1Lft{
    float: left;
    width: 45%;
    text-align: left;
	}
.cont-sec1Lft .comn-text{ margin-top:0;}	
ul.cnt-list{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 50px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
	}
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}	
ul.cnt-list li img{
    position: absolute;
    left: 0;
    top: 10px;
	filter: grayscale(1);
	}
ul.cnt-list li p{
        float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
    line-height: 28px;
	}	
ul.cnt-list li span{
    font-weight: bold;
	display: block;
	}
.cnt-social{
	float:left;
	width:100%;
	margin-top:40px;
	}	
.cnt-social li{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li img{
	display:inline-block;
	vertical-align:top;
	}
.cnt-social li:nth-child(2) img{ margin:0 4px;}							

.cont-right{
	float:right;
	width:50%;
	background:#fff;
	position:relative;
	border-radius:22px;
	overflow:hidden;
	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}	
.cont-frm-hd{
	float:left;
	width:100%;
	text-align:left;
	background:#097642;
	padding:20px 30px;
	position:relative;
	}
.cont-frm-hd:after{
    position: absolute;
    content: "";
    left: 30px;
    bottom: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #097642;
	}	
.cont-frm-hd p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	color:#fff;
	font-weight:600;
	letter-spacing:0.5px;
	}	
.cont-frm-hd img{
	position:absolute;
	bottom:-26px;
	right:30px;
	filter: drop-shadow(2px 4px 6px #ccc) grayscale(1);;
	}			
.cont-frm-box{
	float: left;
    width: 100%;
	text-align:left;
	padding:40px 30px 40px;
	}
.cont-input-box{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom:12px;
	margin-bottom:40px;
	}
.cont-input-half{ width:47%;}
.cont-input-box2{margin-bottom:0;}	
.cont-input-box label{
	float:left;
	width:100%;
	font-size:14px;
	color:#333;
	margin-bottom:10px;
	}	
.cont-field-all{
    float: left;
    width: 100%;
	background:none;
    color: #fff;
    font-size: 16px;
	font-family: inherit;
	font-weight: 400;
	-webkit-appearance:none;
	outline:none;
	border:none;
	}
.cont-field-all::placeholder{
	 color:#c1bebe;
	 font-size:18px;
	 font-weight:600;
	 }
textarea{ resize:none; height:90px;} 	

.cont-btn{
	margin-top:20px;
	}
.packageBtn {
  border: none;
  display: inline-block;
  margin-top: 20px;
}
	

.contact2-sec1{ position:relative; padding-bottom:50px;}	
.contact2-sec1:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#ffeded;
	height:350px;
	}	
.contact2-sec1 .comn-text{ margin-top:0;}
.cont2Box{
	float:left;
	width:100%;
    background: #dd2027;
    position: relative;
    border-radius: 22px;
	margin-top:50px;
	
   	box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 0 40px 7px rgba(0, 0, 0, 0.3);
	}
.cont2-sec1Lft{
	position:absolute;
	top:15px;
	left:15px;
	bottom:15px;
    width: 45%;
	background:#fff;
    text-align: left;
	border-radius: 22px;
	padding:30px 40px;
	}
.cont2-sec1Lft ul.cnt-list{ margin-top:0;}	
.cont2-sec1Lft .cnt-social{ margin-top:50px;}
.cont2-right{
    float: right;
    width: 53%;
	padding:30px;
	}
.cont2-right .cont-frm-box{ padding:0;}		
.cont2-right .cont-frm-hd{ background:none; padding:0; margin-bottom:40px;}	
.cont2-right .cont-frm-hd:after{ display:none;}	
.cont2-right .cont-frm-hd img{ bottom:22px; right:25px;}	

.thank-you {
    float: left;
    width: 100%;
    padding: 50px 0;
	background:#f1f6fc;
}
.right{ float:right; text-align: left;}
.left{ float:left; text-align: right;}
.overflow{ overflow:hidden;}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 8px;}

.banner__heading { font-size: 50px; line-height: 60px;}
.banner-model{width: 400px;top: 100px;}
.banner__right{    bottom: -40px;right: -90px;height: 530px;width: 280px;}
.banner__points li { font-size: 20px;}
.button__width{max-width: 440px;}
.bnr-div1{max-width: 520px; padding: 15px 110px 15px 15px;}
.bnr-div1 img{width: 100px;}
.bnr-txt2{max-width: 530px;font-size: 20px;line-height: 30px;}
.banner__text{font-size: 22px;line-height: 30px;}

.banner-bottom{padding: 50px 0 80px}

.section1 { padding: 50px 0;}
.common__subhead { font-size: 23px; line-height: 23px;}
.common__heading, .s4-rgt .common__heading { font-size: 40px; line-height: 50px;}

.s2-lst-bx-txt {font-size: 20px; line-height: 30px; }
.s2-lst-txt{font-size: 17px;}

.s4-mid-right{padding-right: 330px;}
.s4-left-img{ width: 460px;}
ul.s4-mid-list{padding:0;}
ul.s4-mid-list li{width: 30%;}
ul.s4-mid-list li:after { display:none;}
.s4-list-text1{padding: 0 0px;}
.s4-list-text2 {padding: 0 3px;}
.s4-prod{right: 20px; width: 250px;  bottom: 0;}
.s4-prod1{right: 80px; max-width: 270px; bottom: -10px;}

.purchase_priceBx{ width: 27%;}
.s10_right{ width:48%;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk,.hide-tab{ display:none;}
.forTab{ display:block;}

.logo-sec{margin:0;}
ul.mainMenu{ display:none;}
.mobilemenu{ top:98px;}
.mobimenu-top{ top:98px;}
.mob-mnu-ic{right: 175px;top: 25px;}

.banner { padding: 25px 0 30px; height: auto; background-size: cover;}
.banner_left{ width: 80%;}
.banner__heading {font-size: 35px;line-height: 48px;}
.banner__right {height: 390px;right: 10px;bottom: -20px;width: 220px;}
.banner__img_mob {float: right;max-width: 170px;}
.banner__product {}
.bar-aerrow {width: 60px;}
.banner__text { font-size: 16px; line-height: 24px;}
.bnr-div1 img {width: 80px;}
.banner__points{row-gap: 10px;}
.banner__points li {font-size: 18px;line-height: 26px;max-width: 400px;}
.banner-model{width: 280px;right: -80px;}
.bnr-div1 {max-width: 400px;padding: 15px 70px 15px 15px;margin-top: 15px;}
.bnr-txt2 {max-width: 430px;font-size: 20px;line-height: 28px;margin-top: 20px;padding: 10px 0;}
.button_box{margin-top: 30px;}
.button__width {max-width: 360px;}
.common__button{height: 60px;line-height: 60px;font-size: 26px;}

ul.bnrstrip-list li{width: 32.5%;}
.bnrstrip-hding {font-size: 22px; line-height: 28px;}
ul.bnrstrip-list li p {font-size: 12px;  line-height: 18px;}
ul.bnrstrip-list li img { width: 50px;}
ul.bnrstrip-list li:nth-child(3):after{ display:none;}

.banner-bottom{padding: 40px 0 60px;}
.bnr-btm-inner{max-width: 520px;text-align: center;margin-top: 30px; padding: 20px;}
.bnr-btm-inner img{display:inline-block; float: none;}
.bnr-btm-inner div{width: 100%;margin-top: 15px;padding: 0;}
.banner-bottom:before{background-size: 100%;width: 15px;bottom: -35px; height: 100%;}
.bnr-btm-inner ul li{font-size: 18px;}
.banner-bottom .common__text1{}
.bnr-btm-capsule{width: 90px;}

.section1 { padding: 50px 0 40px;}
.common__subhead { font-size: 20px; line-height: 20px; margin-bottom: 10px;}
.common__heading,.s4-rgt .common__heading { font-size: 32px; line-height: 38px;}
.common__text,.banner-bottom .common__text1 { font-size: 17px; line-height: 25px; margin-top: 15px;}	
.sec1_left{ width: 47%;}
.sec1_right{ width: 49.5%; margin: 0;}
.s1_bx_col{padding: 15px 0;}
.s1_col_heading{ width:109px; font-size: 18px; line-height: 21px;}
.s1_col_content{ width: calc(100% - 109px); padding-left: 20px;}
.s1_bx_col_last .banner__seal_list img{ width: 57px;}	
.sec1_rgt_box{ padding: 5px 15px 20px;}

.section2 {padding: 50px 0;}
ul.s2-list{margin-top:30px;}
ul.s2-list li {width: 32.50%;padding: 140px 15px 10px;}
.s2-icon{width:60px;}
.s2-lst-txt { font-size: 16px; line-height: 23px;}

.section3 { padding: 50px 0;}
.sec3_left{ width: 41.5%;}
.sec3_right{ width: 54%;}
ul.sec3_ing_list li img{ width:70px;}
.sec3_ing_cont{ width: calc(100% - 70px);}
ul.sec3_ing_list{margin-top:0;row-gap: 17px;}
ul.sec3_ing_list li{ align-items: flex-start;}
ul.sec3_ing_list li h3{ font-size: 22px; line-height: 25px;}
ul.sec3_ing_list li p{ font-size: 17px; line-height: 25px; margin-top: 10px;}

.section7{ padding: 50px 0;}
.faq-section { margin: 30px 0 0; max-width: 880px;}

.section10{ padding:50px 0 60px;}
.s10_left{ width:46%;}
.s10_right{ width: 50%;}
.s10_pkg_heading{ font-size: 32px; line-height: 34px;}
.option_row{ font-size:16px; line-height:16px;}
.package_col{ padding:14px 10px;}
.package_row{ margin-top:25px;}
.radio_opt{ width:8%;}
.purchase_info{ width: 19%;}
.pkg-hdg-text{ font-size: 20px; line-height: 20px;}
.pkg-qty-text{ font-size: 15px; line-height: 15px;}
.purchase_priceBx{ width: 30%;}
.pkg_cut_price{ font-size: 18px; line-height: 18px;}
.pkg-list-price{ font-size: 26px; line-height: 26px;}
.free_shipp{ font-size: 11px; line-height: 11px;}
.free_shipp img{ width: 18px; margin: -4px 4px 0 0;}

.section5{padding:40px 0;}
.expert_box{ padding-bottom: 50px;}
.expert_content{ padding:20px 20px 22px;}
.expert_duration p{ font-size: 26px; line-height: 32px;}
.expert_duration img{ width: 35px; margin-right: 12px;}
.expert_content h3{ font-size: 23px; line-height:24px;}
.expert_content p{ font-size:17px; line-height:25px;}

}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.topStrip p{ font-size:13px; line-height:18px;}
.top-fix-bar{ margin-bottom:55px;}
.header{ height:55px; margin-top:-55px; top:55px;padding: 8px 0;}
.logo-sec:after{width: 90px;  height: 90px;}
.mob-mnu-ic{ right:15px; top:10px; left:auto;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}
.logo-sec{ margin-top: 2px; max-width: 180px;}
.fixed-nav .logo-sec{}
.fixed-nav .logo-sec:after{}
.logo{ width:125px;}
.logo-sec p{font-size:14px;line-height: 16px;padding-left: 10px; margin-left:6px;}
.logo-sec p span{ font-size:17px; line-height:20px;}

.banner{ background:#111822;}
.banner__rating { font-size: 16px; line-height: 20px;}
.banner_left { width:100%; text-align: center;}
.banner__heading { font-size: 26px; line-height: 36px; margin-top: 0px;}
.banner__right{height: auto;width: 100%;max-width: 170px;bottom: 95px;right: -10px;}
.banner__img_mob{ float: right;width: 220px;margin: 0px -20px -50px -20px;}
.banner__product { width: 180px; position: static; margin: 20px 0px -10px 9px; float: left;}
.banner__points {margin-top: 20px;max-width: 244px; row-gap: 10px;}
.bar-aerrow {width: 40px;position: absolute;left: 60px;margin: 0;top: 0; }
.banner__points li {font-size: 16px;line-height: 24px;padding-left: 40px;position: relative;}
.banner__points li img{position: absolute;left: 0;top: 5px;margin: 0;width: 30px;}

.button_box{margin-top: 20px;}
.button__width {max-width: 300px;}
.common__button{height: 50px;line-height: 50px;font-size: 22px;}
.button__caption{letter-spacing: 0;font-size: 10px;}
.common__button img{margin: 0 -20px 0 20px;}
.first_caption{background-size: 14px;padding: 3px 0 3px 15px;}

 .bnr-div1 {padding: 10px;float: none;display: inline-block;vertical-align: middle;text-align: center;}
 .bnr-div1 img {width: 70px;right: -20px;top: -10px;}
.bnr-txt2{ max-width: 100%;margin-top: 15px;padding: 5px 0;font-size: 18px;text-align: left;}

.bnrstrip {padding: 25px 0;}
.bnrstrip-hding { font-size: 19px;line-height: 26px;}
.bnrstrip-hding:before, .bnrstrip-hding:after{width: 35px; margin: -5px 5px;}
.bnrstrip-para {font-size: 13px;line-height: 20px;margin-top: 6px;}
ul.bnrstrip-list {margin-top: 15px;row-gap: 15px;}
ul.bnrstrip-list li { width: 33%;  margin: 0;}
ul.bnrstrip-list li:after{ display:none;}
ul.bnrstrip-list li p {font-size: 13px;line-height: 20px;margin-top: 5px;}
ul.bnrstrip-list li p br{display:none;}
ul.bnrstrip-list li img { width: 38px;}

.banner-bottom{padding: 30px 0 50px;}
.bnr-btm-inner{margin-top: 20px;padding: 10px;}
.bnr-btm-txt{font-size: 18px;}
.bnr-btm-inner ul{row-gap: 0;}
.bnr-btm-inner ul li {font-size: 16px;line-height: 24px;background-size: 35px;background-position: 10px 10px;padding: 10px 10px 10px 55px;}
.bnr-btm-capsule {width: 70px;}
.bnr-btm-sec{margin-top: 15px;}
.banner-bottom:before {width: 10px;bottom: -25px;}

.section1 { padding:40px 0 30px;}
.common__subhead { font-size: 18px; line-height: 18px;}
.common__heading { font-size: 24px; line-height: 32px;}
.common_sub_text{font-size: 20px;}
.common__text,.banner-bottom .common__text1 { font-size: 15px; line-height: 24px;  margin: 10px 0}
.sec1_left{ width: 100%; text-align:center; margin-top: 0;}
.sec1_right{ width: 100%; margin: 5px 0 5px;}
.s1_prod{ display:block; margin:20px auto 0; float: none;}
.s1_col_heading{ width: 100%; font-size: 16px; line-height: 18px;}
.s1_col_content{ width:100%; padding-left: 0px; margin-top: 10px;}
.sec1_rgt_box{ padding: 5px 15px 10px;}
.s1_bx_col{ padding: 20px 0;}
.s1_col_cont_text{ font-size: 15px; line-height: 23px;}
.s1_bx_col_last .banner__seal_box{ margin: 20px auto 0;}
.s1_bx_col_last .banner__seal_list{ width: 18%;}
ul.s1_col_bx_list li{ font-size: 15px; line-height: 24px;}
ul.s1_col_bx_list li:before{ top: 8px;}

.section2 {padding:30px 0 35px;}
ul.s2-list {width: 100%;margin: 20px auto 0; justify-content: center;}
ul.s2-list li {padding: 220px 10px 10px;width: 100%; float: none;display: inline-block;max-width: 370px;}
.s2-lst-bx-txt { font-size: 18px; line-height: 26px;}
.s2-lst-txt {font-size: 16px;line-height: 24px;margin-top: 10px;}

.section3 {padding: 30px 0;}
.s3_block{ margin-top: 30px;}
.sec3_left{ width:100%;}
.sec3-img-m{ margin:0 auto 0; width:100%; border-radius:10px;}
.sec3_right{ width:100%; margin-top:30px;}
ul.sec3_ing_list li h3{ font-size: 18px; line-height: 24px;}
.sec3_ing_cont{ padding-left: 15px;}
ul.sec3_ing_list{row-gap:15px; margin-top: 0;}
ul.sec3_ing_list li{ padding-bottom: 15px;}
ul.sec3_ing_list li p{ font-size:16px; line-height:24px; margin-top:8px;}

.section5{ padding: 30px 0; background:#fff;}
.s5_ingredients_block{ margin: 25px auto; max-width: 340px; display:none;}
ul.s5_ing_list li{ font-size: 11px; line-height: 14px;}
.s5_ing_prod{ margin: 5px auto;}
.s5_ingredients_wrap{ padding:0 12px;}
.s5_ingredients_col{ width: 100% !important; border-radius:0;}
.s5_ing_content{ width:100%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; padding: 20px 17px;}
.s5_ingredients_row{ display: -webkit-flex; display: flex; flex-wrap: wrap; max-width: 400px; row-gap: 12px; margin-top:20px;}
.s5_ing_content h3{ font-size: 20px; line-height: 26px;}
.s5_ing_content p{ min-height:auto;}
.s5_ing_imgs_m{ margin:0 auto 0; display:block; height: 144px; object-fit: cover;}

.section7{ padding:30px 0 30px;}
.s7-left{ width:100%; text-align:center;}
.faq-section{ width:100%; margin-top:20px;}
.acdn-content{ padding:0 0 0px 0;}
.acdn-para{ font-size:16px; line-height:24px; padding-bottom: 10px;}
ul.acdn-list{ padding-left:0;}
ul.acdn-list li{ font-size:15px; line-height:20px;}
.accordion{ font-size: 18px; padding: 10px 25px 10px 0; line-height: 26px;}
.section-6 .btnBlk{ margin:10px auto 0;}
.faq-slide-row-open, .faq-slide-row{padding: 5px 12px 15px;}
.faq-slide-row{margin-bottom: 10px;}

.section10{ padding: 25px 0 35px; background:#f6f6f6;}
.s10_left{ width:100%;}
.pck_sld_text{ font-size: 14px; line-height: 14px; padding: 4px 12px;}

.s10_right{ width: 100%; margin-top:0px;}
.radio_opt{ width: 5%; margin-right:5px}
.radio_opt input[type='radio'] + span{ width: 16px; height: 16px;}
.radio_opt input[type='radio']:checked + span:before{ width: 7px; height: 7px;}
.package_col.active{ box-shadow: 0 0 0 0px #097642;}
.purchase_info{ width: 17%;}
.s10_pkg_heading{ font-size: 20px; line-height: 28px;}
.option_row{ width: 48.73%; font-size: 15px; line-height: 15px; padding: 14px 6px;}

.package_row{ row-gap: 15px; margin-top:20px;}
.purchase_box{ float:none; display:inline-block; vertical-align:top; max-width:420px; margin-top:25px;}
.package_col{ padding:10px 10px; width:100%;}
.purchase_offerBx{ width: 100%;     padding-left: 5px;}
.pkg-hdg-text{ font-size: 18px; line-height: 18px;}
.pkg-qty-text{ font-size: 14px; line-height: 14px; margin-top:6px;}
.purchase_priceBx{ width: 26%;}
.pkg-list-price{ font-size: 18px; line-height: 18px;}
.pkg-list-price small{ font-size:12px; line-height:12px;}
.pkg_cut_price{ font-size: 16px; line-height: 16px;}
.pkg-save-text{left: 95px;top: -7px; font-size: 12px; line-height: 12px; padding: 3px 8px 3px;}
.free_shipp {font-size:10px;line-height:14px;}
.free_shipp img {width:14px; margin:-1px 3px 0 0;}
.cart_button_order{ font-size:13px; line-height:13px;}

.section5{padding:30px 0;}
.expert{margin-top:30px;}
.expert_box{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding-left:35px; padding-bottom:35px;}
.expert_box:before{left:8px; top:10px;}
.expert_box:after{left:12px; top:6px; width:16px; height:16px; box-shadow:0px 0px 0px 7px #c6e3cd;}
.expert_duration{width:100%; padding:0 0 15px 0;}
.expert_flex{justify-content: flex-start;  -webkit-justify-content: flex-start; align-items: flex-start; min-height: auto;}
.expert_duration img{width:25px;}
.expert_duration p{font-size:24px; line-height:26px; text-align:left;}
.expert_content h3{font-size:20px; line-height:24px;}
.expert_content{width:100%; padding: 13px 15px 15px;}
.note_box p{ font-size: 16px;}
.expert_content:before,.flex-reverse .expert_content:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #000; left: -10px; top: 20px; right:auto; border-left: none;}
.expert_box:last-child:before{ bottom: 310px;}

.contact-sec1{padding:30px 0;}
.cont-sec1Lft,.cont-right{width:100%;}
ul.cnt-list li p{ font-size: 16px; line-height: 24px;}
.cont-right{margin-top:30px;}
.cont-frm-hd p{font-size: 23px; line-height: 28px;}
.cont-frm-hd img{right: 10px;}
.cont-input-half{width:100%;margin-bottom: 20px;}

.footer{ padding:30px 0 25px;}
.ftr-logo{max-width: 150px;}
.ftr-txt1{font-size:14px;line-height: 25px;}
.ftr-btm{ margin-top:15px; padding-top:10px;}
.ftrtext2{ font-size:13px; line-height:20px; letter-spacing:0.3px;}
.footerBox1{ font-size:15px; line-height:24px;}

#call-btn {
    float: left;
    width: 100%;
    padding: 11px 10px 10px;
    background: #000000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .btn-ofr-txt{ color:#fff;}
.btn-box {width: 310px; margin-top: 20px;}
.btn-txt{margin-top: 10px;}
.cont-btn{font-size:24px; line-height: 50px;  height: 50px;}
.footer a.packageBtn{ font-size:22px; height:65px; line-height:65px;}

.thank-you{ padding:30px 0;}
}

@media only screen and (max-width:360px){
	
}


/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}