@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: 'Inter';
	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;}

/*FONTS CSS*/
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-BoldItalic.woff2') format('woff2'),
		url('Figtree-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-Bold.woff2') format('woff2'),
		url('Figtree-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-SemiBold.woff2') format('woff2'),
		url('Figtree-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Figtree';
	src: url('Figtree-SemiBoldItalic.woff2') format('woff2'),
		url('Figtree-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
		url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
		url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
		url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*=========FONTS===========*/
/*==========Header==============*/
.topStrip{
    float: left;
    width: 100%;
    background: #000000;
    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:70px;
	}
.header{
	float: left;
    width: 100%;
    height: 70px;
    margin-top: -70px;
    position: relative;
    top: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    padding: 10px 0;
	}
.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{
	float: left;
	max-width: 117px;
	margin-top: 0px;
	}
.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{
	float:right;
	margin-top: 17px;
}
ul.mainMenu li{
	float:left;
    padding:0 18px;
	border-right:1px solid #90afca;
	}
ul.mainMenu li:first-child{ padding-left:0;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
    color: #222;
    font-size: 16px;
    line-height: 20px;
	}
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: 4px;
    background-color: #1c478b;
    transition: 0.4s;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background:#000000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background:#000000;
	}
.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;
	}

/*-----------------------
SECTION-1
------------------------*/	
.sec1 {
	float: left;
	width: 100%;
	background: #d2ecf7;
	overflow: hidden;
	padding-bottom: 30px;
	}
.s1-inr{
	width:56%;
	float:left;
	text-align:left;
	padding:50px 0;
	position:relative;
	z-index:1;
	}
.s1-rat{
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#eb1313;
	}
.s1-rat img{
	margin-right:5px;
	margin-top:-5px;
	display:inline-block;
	vertical-align:middle;
	}
.s1-hd{
	font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #081935;
    margin-top: 15px;
    font-family: 'Figtree';
	}
.s1-hd span{
	border-bottom:4px solid #ffe371;
	}
.underline{
	position:relative;
	display:inline-block;
	vertical-align:top;
	}
.underline:before{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	border-bottom:4px solid #ffe371;
	}
.arrow {
    position: absolute;
    right: 20px;
    bottom: 240px;
}
.s1-tx{
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 25px;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
ul.s1-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.s1-list li{
	font-size:20px;
	line-height:24px;
	color:#0e0e0e;
	font-weight:bold;
	background:url(../images/tick.png) left 5px no-repeat;
	padding-left:30px;
	margin-top:15px;
	}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:422px;
	width:100%;
	text-align:center;
	margin-top:40px;
	}
.btn-tp-tx{
	font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
.btn-btm-txt {
    float: left;
    width: 100%;
    margin-top: 10px;
	}
.btn-btm-txt p {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	font-size: 11px;
	line-height: 18px;
	font-weight:500;
	}
.btn-text1:before {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	width: 9px;
	height: 9px;
	background: #6fb620;
	border-radius: 50%;
	content: "";
	animation: fade 1s ease-in-out infinite;
	}
.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 3px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite;
	}
.common-btn{
	background:#04d36f;
	color:#fff;
	font-size:20px;
	line-height:73px;
	font-weight:700;
	display:inline-block;
	vertical-align:middle;
	height:70px;
	width:100%;
	text-transform:uppercase;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	}
.common-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 0 0 8px;
	}
@keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
 @keyframes rotateP{
	0%{
	  transform:rotate(0)
	}
		50%{
	transform:rotate(180deg)
	}
	100%{
	 transform:rotate(180deg)
	}
  } 
  @keyframes rotate{
	0%{
	  transform:rotate(00deg)
	}
	100%{
	  transform:rotate(360deg)
	}
  }
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	70%{opacity:100%;}
	100%{opacity:100%;}
  }

.s1-img{
	position: absolute;
	right: 0;
	top: 45px;
	}
/*-----------------------
SECTION-2
------------------------*/
.sec2{
    float: left;
    width: 100%;
	padding: 60px 0 70px;
	background: #fff;
	}
.common_heading{
	font-size: 40px;
	line-height: 52px;
	color: #081935;
	font-weight: bold;
	font-family: 'Figtree';
	display: inline-block;
	width: 100%;
}
.common_text{
	font-size:17px;
	line-height:28px;
	color:#000000;
	margin-top:25px;
	position:relative;
	z-index:2;
	display:inline-block;
	}
.sec2 .common_text{ max-width:90%;}
.ingredient-box{
	width:100%;
	max-width:1080px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:70px auto 0;
	border:1px solid #000;
	}
.ingredient-img-box{
	width:33.5%;
	background:url(../images/s2-ingredient-img-bg.webp) no-repeat center top;
	background-size:cover;
	position:relative;
    border-right: 1px solid #000;
	}
.s2-ingredient-img{
	position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
	}
.ingredient-right{
	width:66.5%;
	}
.ingredient-heading-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:12px 35px;
	text-align:left;
	border-bottom:1px solid #000;
	}
.ingredient-heading{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:700;
	}
.ingredient-study-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.ingredient-study-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.ingredient-study-col{
	width:50%;
	text-align:left;
	padding:30px 20px 35px 35px;
	}
.ingredient-study-col-text{
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:900;
	}
.ingredient-study-list{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	}
.ingredient-study-list li{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 10px;
    text-align: left;
    position: relative;
    padding-left: 25px;
	}
.ingredient-study-list li:before{
	content:"+";
	position:absolute;
	left:0;
	top:2px;
	font-size:24px;
	line-height:20px;
	color:#323232;
	}
.ingredient-study-col:nth-child(odd){
	border-right:1px solid #000;
	}
.ingredient-study-col:first-child, .ingredient-study-col:nth-child(2){
	border-bottom:1px solid #000;
	}
.ingredient-study-list-4{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.ingredient-study-list-4 li{
	width:48%;
	padding-left:22px
	}
.ingredient-study-list-4 li:before{
	content:"";
	width:9px;
	height:9px;
	background:#000;
	border-radius:50%;
	top:8px;
	}
.s2-text1{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:700;
	margin-top:35px;
	}

/*=====Section-2=====*/
.section2{
	float: left;
	width: 100%;
	padding: 60px 0 20px;
	background: #f8faff;
	}
.section2 .btn_text, .section3 .btn_text, .section5 .btn_text{ color:#000;}
.section2 .btn_text img, .section3 .btn_text img, .section5 .btn_text img{    filter: none;}
.sec2_row{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    float: left;
	}
.sec2_left{
	float:left;
	width:42.75%;
	position:relative;
	}
.sec2-img{
	display:block;
	margin:0 auto;
	width:100%;
	    max-width: 450px;
	}
.sec2_psi-box{
	position:absolute;
	left:50%;
	top:30px;
	background:#fff;
	border-radius:10px;
	padding:10px 20px;
	text-align:center;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	}
.psi-img{
	display:block;
	margin:0 auto -2px;
	max-width:100%;
	}
.sec2_psi-box h3{
	font-size:27px;
	line-height:27px;
	color:#3cb54b;
	font-weight:600;
	}
.sec2_psi-box p{
	font-size:14px;
	line-height:22px;
	color:#000000;
	margin-top:5px;
	font-weight:600;
	}
.sec2_right{
	float: right;
    width: 52%;
    text-align: left;
    padding-left: 0;
    margin-top: 0px;
    position: relative;
	}
.accordion_cont{
	float:left;
	width:100%;
	position:relative;
	padding-left: 50px;
}
.accordion_cont:before{
	position:absolute;
	left:0;
	top:20px;
	bottom:0;
	border-left:1px solid #ddd;
	content:"";
	}
.s2__accordion{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	}
.s2__acdn_heading{
	float:left;
	width:100%;
	padding:35px 60px 35px 40px;
	color:#181818;
	font-size:24px;
	line-height:28px;
	font-weight:800;
	letter-spacing:0.5px;
	cursor:pointer;
	position:relative;
	text-align:left;
	background:url(../images/s2-open.png) no-repeat 98% center;
	}
.s2__acdn_heading.active{background:url(../images/s2-close.png) no-repeat 98% center;}
.s2__acdn_heading span{
	position:absolute;
	left:0;
	top:50%;
	width:40px;
	transform:translateY(-50%);
	font-weight:400;
	}
.s2__acdn_content{
	float:left;
	width:100%;
	padding:0 0 25px 40px;
	text-align:left;
	}
.s2__acdn_text{
	color:#000;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	letter-spacing:0.5px;
	}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fbff;
	}
.s3-bx-sec{
	display:flex;
	-webkit-display:flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-top:20px;
	}
.s3-bx{
	width:32%;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:20px;
	background:#fff;
	border-radius:12px;
	text-align:left;
	position:relative;
	margin-top:25px;
	}
.s3-bx-num{
	font-size:22px;
	line-height:26px;
	color:#081935;
	float:right;
	}
.s3-bx-hd{
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	color:#081935;
	}
.s3-bx-tx{
	    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
	}
.s3-bx-icn{
	width:80px;
	float:right;
	margin-right:0px;
	}
ul.s3-bx-lst{
	margin-top:15px;
	}
ul.s3-bx-lst li{
	background:url(../images/grn-tk.png) left 5px no-repeat;
	font-size:17px;
	line-height:26px;
	font-weight:600;
	padding-left:30px;
	margin-top:15px;
	color:#081935;
	}

.sec4{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s4-inr{
	float:left;
	width:100%;
	}
.s4-lft{
	width:48.73%;
	text-align:left;
	float:left;
	position:relative;
	}
.s4-lft .pck-bx2{
	width:90%;
	text-align:center;
	margin-top:35px;
	}
.s4-lft-inr{
	float:left;
	width:100%;
	}
.s4-rgt{
	width:48.71%;
	float:right;
	padding-left:25px;
	position:relative;
	}
.s4-rgt:before{
	content:'';
	position:absolute;
	left:32px;
	top:10px;
	bottom:0;
	border-left:2px dotted #345a97;
	}
.s4-rgt-bx{
	margin-bottom:60px;
	text-align:left;
	position:relative;
	padding-left:40px;
	}
.s4-rgt-bx:last-child{margin-bottom:0px;}
.s4-rgt-bx:before{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	width:16px;
	height:16px;
	background:#081935;
	border-radius:50%;
	}
.s4-stp-tx{
	font-size:20px;
	line-height:28px;
	font-weight:500;
	color:#5dc4f3;
	}
.s4-bx-hd{
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	color:#081935;
	margin-top:5px;
	}
.s4-bx-tx{
	margin-top:15px;
	font-size:18px;
	line-height:26px;
	}
.s4-rgt-img{
	border-radius:15px;
	margin-top:25px;
	max-width:100%;
	}

.pck12-btl {
   max-width: 300px;
   display:inline-block;
}

/*===Sticky==*/
.sticky{
	top:100px;
	position: -webkit-sticky;
    position: sticky;
	}
	
/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fbff;
	}
.s5-inr{
	display: inline-block !important;
	vertical-align: top;
	max-width:1500px;
	width: 100%;
	margin-top: 20px;
	}
.s5-inr-bx{
	width: 357px !important;
	margin: 10px 9px;
	border-radius: 15px;
	float: left;
	text-align: left;
	color: #fff;
	overflow: hidden;
	}
.blue{background:#3a9aae;}
.blue-gradient{
	background: rgb(39,129,180);
	background: linear-gradient(0deg, rgba(39,129,180,1) 0%, rgba(38,74,131,1) 100%);
	}
.s5-inr-bx-cont{padding:30px;}
.s5-bx-sml{
	font-size:18px;
	line-height:24px;
	font-weight:500;
	}
.s5-bx-hd{
	font-size: 22px;
	line-height: 34px;
	margin-top: 6px;
	font-weight: 300;
	}
.s5-bx-hd span{
	display:block;
	font-size:18px;
	line-height:26px;
}
.s5-bx-tx{
	font-size: 36px;
	line-height: 36px;
	margin-top: 20px;
	font-weight: 700;
	}
.s5-bx-img{
	position: relative;
    max-width: 300px;
    display: block;
    margin: 0 auto;
	}
.option-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pkgrgt {
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: left;
}
.buyOpt-row {
        float: left;
    width: 100%;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
        position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	text-align:center;
	background: #fff;
	}
.ftr-logo{
	display:block;
	margin:0 auto 18px;
	max-width: 100px;
	}
.footerBox1 {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    row-gap: 10px;
    margin-bottom: 15px;
}

.ftrBox1 {
   width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;;
}

.ftrBox1 img {
    display: none;
}
.ftr-txt1{
	font-size:16px;
	line-height:30px;
	color:#2d2d2d;
	margin:5px 0;
	}
.ftr-txt1 a{ color:#2d2d2d; 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%;
}




/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #f8faff;
    padding: 40px 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:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0 12px;
}
.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 10px;
    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: #1c478b;
    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%;
}

@media only screen and (max-width: 767px){
	.tems_bg {padding: 10px 0;}
}
/*********************/
.contact-sec1{
	float:left;
	width:100%;
	background:#f8faff;
	padding:70px 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:0px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    padding: 0 0 20px 60px;
	margin-top:20px;
    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: 18px;
    color: #000;
    line-height: 30px;
	}	
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:#203f7e;
	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 #203f7e;
	}	
.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 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #04d36f;
    height: 62px;
    color: #fff;
    font-size: 26px;
    line-height: 62px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    /* padding-right: 65px; */
    outline: none;
    border: none;
    -webkit-appearance: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	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;
}

@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.mainMenu li{ padding:0 15px;}

.s1-hd{ font-size: 42px; line-height: 54px; margin-top: 0;}
.s1-prd{right:-75px; bottom:-10px;}
.s1-img{width:400px;}

.section1 .common-heading{ letter-spacing:0;}
.s1-mid-img { width:460px; margin-top:-210px;}
.s1-mid-head{ width: 55%;}
.s1-mid-box{width: 44%;}
.s1-balm-prod{bottom:20px;}

.sec1-left{ width:40%;}
.s1-row:before{ width:500px; height:540px; left:27.5%;}
ul.s1-list li{ font-size: 18px; line-height: 26px; padding-left: 22px; margin-top: 12px;}

.comnHdng, .s1-hdng{ font-size:60px; line-height:65px;}

.sec2_left{width: 47%;}
.sec2_right{padding-left: 40px;width: 50%;}
.s2__acdn_heading{padding: 30px 60px 30px 40px;}

.s3-img1 { right: -80px; width: 180px;}
.s3-img3 {left: -107px;width: 180px;}
.s3-img2,.s2-img4{width: 180px;}
.s3-prod {top: 75px;margin-left: -200px;width: 400px;}

.s4-left-img{ width:500px;}
ul.s4-mid-list li{ padding-left:65px;}
.s4-list-text1{ font-size:23px; line-height:30px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk,.hide-tab{ display:none;}
.forTab{ display:block;}


ul.mainMenu{ display:none;}
.mobilemenu{ top:180px;}
.mobimenu-top{ top:80px;}
.mob-mnu-ic{ right:15px;top: 15px;}

.s1-inr{padding:35px 0; width:62%;}
.s1-hd{font-size:32px; line-height:44px;}
.s1-tx{font-size:15px; line-height:24px;}
ul.s1-list li img{width:35px;}
.s1-img{width:265px;}
.s1-prd{right:-5px; bottom:10px; width:200px;}

.sec2{ padding: 50px 0 60px;}
.common_heading{ font-size: 30px; line-height: 38px;}
.s2_img_block{ width: 44%;}
.s2_cont{ width: 52%;}
.s2_box_list{ max-width: 100%;}
.s2_box_list li{ width:48%;}

.ingredient-box { margin: 40px auto 0;}
.s2-ingredient-img { margin-left: -135px; width: 270px;}
.ingredient-heading-box { padding: 12px 25px;}
.ingredient-heading { font-size: 23px; line-height: 28px;}
.ingredient-study-col {padding: 20px 12px 25px 25px;}
.ingredient-study-col-text { font-size: 20px; line-height: 24px;}
.ingredient-study-list li {font-size: 17px; line-height: 21px;}
.ingredient-study-list-4 li{ width:100%;}

.sec3{padding:40px 0;}
.s3-bx{width:48%;}
.s3-bx-hd{ font-size: 18px; line-height: 28px;}
.s3-bx-num{font-size:18px;}
.s3-bx-tx{font-size:17px; line-height:26px; margin-top:12px;}
ul.s3-bx-lst li{font-size:16px; line-height:22px;}
.s3-bx-icn{margin-right:-10px; margin-top:0; margin-left:0; width:70px;}

.sec4{padding:40px 0;}
.s4-rgt{width:55%;}

.sec5{padding:40px 0;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.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;}
.mob-mnu-ic{ right:15px; top:8px; left:auto;}
.mobilemenu{ top:68px;}
.mobimenu-top{ top:55px;}
.logo-sec{margin-top: -1px; max-width: 90px;}
.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;}

.sec1{height:auto; background-size:cover; padding-bottom: 10px;}
.s1-inr{width:100%; padding:25px 0;}
.s1-rat{font-size:13px;}
.s1-hd{font-size: 28px; line-height: 38px;}
.s1-tx{ margin-top: 15px; letter-spacing: 0; padding: 8px 10px; font-size: 14px;}
.sec1-mob{float:none; width:100%; margin:25px 0 -10px;}
ul.s1-list{width:100%; margin-top:5px;}
ul.s1-list li img{width:30px; margin-right:5px;}
ul.s1-list li p{font-size:16px; line-height:20px;}
.hide-mob.btn-bx{display:none;}
.btn-bx{margin-top: 30px;}
.common-btn{ height:60px; line-height:60px;}

.sec2{ padding: 30px 0 35px;}
.common_heading{ font-size: 26px; line-height: 34px;}
.s2_img_block{ width: 100%; margin:15px auto 5px; padding:0 5px;}
.common_text{ font-size: 15px; line-height: 25px; margin-top: 15px;}
.sec2 .common_text {max-width: 100%;}
.s2_block{ margin: 25px 0 0;}
.s2_cont{ width: 100%; padding: 20px 15px;}
.s2_icon_box{ width: 25px;}
.s2_box_cont{ width: calc(100% - 25px); padding-left: 15px;}
.s2_box_cont h3{ font-size: 16px; line-height: 16px;}
.s2_box_cont p{ font-size: 14px; line-height: 22px;}

.ingredient-box { margin: 30px auto 0;}
.ingredient-right { width:100%;}
.ingredient-heading-box { padding: 15px 15px;}
.ingredient-heading { font-size: 19px; line-height: 23px;}
.ingredient-study-box{ display:flex; justify-content:space-between;}
.ingredient-img-box { width: 44%; background: url(../images/s2-ingredient-img-bg-mob.webp) no-repeat center top; background-size: cover;}
.s2-ingredient-img {margin-left: -88px; width: 177px;}
.ingredient-study-row { width: 100%;}
.ingredient-study-col{ width:100%; padding:15px 10px 15px 15px; border-bottom:1px solid #000; position:relative;}
.ingredient-study-col:nth-child(odd){ border-right:none;}
.ingredient-study-col:first-child, .ingredient-study-col:nth-child(2){ }
.ingredient-study-col:last-child{ border-bottom:none;}
.ingredient-study-col-text {font-size: 14px; line-height: 18px; letter-spacing:0.2px;}
.ingredient-study-list li { font-size: 14px; line-height:18px; padding-left: 20px; margin-top:5px;}
.ingredient-study-list li:before{ font-size:20px; top:0;}
.ingredient-study-list-4 li{ width:auto; padding-left:12px;}
.ingredient-study-list-4 li:before { width: 4px; height: 4px; top:7px;}
.ingredient-study-col-2{ order:2;}
.ingredient-study-col-3{ order:3;}
.ingredient-study-col-4{ order:4;}

.sec3{padding:25px 0 35px;}
.s3-bx-sec{margin-top:10px;}
.s3-bx{width:100%; margin-top:15px;}
.s3-bx-tx{ font-size: 16px; line-height: 26px;}

.sec4{padding:25px 0 30px;}
.sticky{position:static;}
.s4-lft, .s4-rgt{width:100%;}
.s4-lft .pck-bx2{width:100%; display:none;}
.s4-rgt{padding-left:0; margin-top:25px;}
.s4-rgt:before{left:7px; bottom:350px;}
.s4-rgt-bx{margin-bottom:30px;}
.s4-stp-tx{font-size:18px; line-height:24px;}
.s4-bx-hd{font-size:20px; line-height:24px; margin-top:5px;}
.s4-bx-tx{font-size:17px; line-height:26px; margin-top:10px;}

.sec5{padding:25px 0 30px;}
.s5-inr-bx{ float: none; display: inline-block;}
.s5-inr-bx-cont{padding:15px;}
.s5-bx-hd{font-size:26px; line-height:32px;}
.s5-bx-tx{font-size: 28px; line-height: 28px; margin-top: 10px;}
.s5-bx-img{text-align:center;}
.s5-bx-img img{width:230px;}
.pkgrgt{padding: 0 15px;}
.s5-inr{ margin-top:10px;}

.footer{ padding:30px 0 25px;}
.ftr-logo{}
.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;}
p.ftrbx1-hd {font-size: 14px; line-height: 27px;}

#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: 325px; margin-top: 20px;}
.packageBtn{font-size:24px; line-height: 60px;    height: 60px;}
.footer a.packageBtn{ font-size:22px; height:65px; line-height:65px;}

.ftr-txt1 a{ padding:0;}
.ftrBox1{ margin-bottom:5px;}

.contact-sec1{ padding:30px 0;}
.cont-sec1Lft{ width:100%;}
.cont-right{ width:100%; margin-top:20px;}
.cont-frm-hd p{ font-size:24px; line-height:34px;}
.cont-btn{ font-size:20px;}
ul.cnt-list{ margin-top:0;}
ul.cnt-list li p{font-size: 16px; line-height:24px;}


}

@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);}
}