*						{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin:0px; padding:0px;	}
:before, :after			{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box	}
.clear					{	clear:both;																		}
.clearfix:after			{	content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0	}
img						{	border:0;max-width:100%;height:auto;vertical-align:middle;						}
a						{	text-decoration:none;transition:all ease 0.4s;									}
input, textarea			{	outline:none;																	}
*:active, *:focus		{	outline:0;outline-style:none;outline-width:0;									}
a:active, a:focus		{	outline:0;outline-style:none;outline-width:0;									}
li						{	list-style:none;																}
.hide					{	display:none;																	}
.show					{	display:block;																	}
.vhidden				{	visibility:hidden;																}
.textcenter				{	text-align:center !important;													}
.textleft				{	text-align:left !important;														}
.textright				{	text-align:right !important;													}
.textjustify			{	text-align:justify !important;													}
.alignleft				{	float:left;margin:0 15px 15px 0;												}
.alignright				{	float:right;margin:0 0 15px 15px;												}
.left					{	float:left;																		}
.right					{	float:right;																	}
.relative				{	position:relative;																}
.absolute				{	position:absolute;																}
h1, h2, h3, h4, h5, h6	{	font-weight:normal;																}
html, body				{	text-rendering: optimizeLegibility;
							text-rendering: geometricPrecision;
							font-smooth: always;	
							font-smoothing: antialiased;
							-moz-font-smoothing: antialiased;
							-webkit-font-smoothing: antialiased;
							-webkit-font-smoothing: subpixel-antialiased;
							font-weight:400;																}
body 					{	-webkit-animation-duration: 0.1s;
							-webkit-animation-name: fontfix;
							-webkit-animation-iteration-count: 1;
							-webkit-animation-timing-function: linear;
							-webkit-animation-delay: 0.1s;													}
@-webkit-keyframes fontfix {
from 					{ 	opacity: 1; 																	}
to 						{ 	opacity: 1; 																	}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
/************************	Reset styles end	************************************************************/
body{
	font-family: 'Cera';
	font-weight:normal;
}
.enclose{
	max-width:1250px;
	width:100%;
	margin:auto;
}
@font-face {
    font-family: 'Cera';
    src: url('fonts/Cera-Medium.eot');
    src: url('fonts/Cera-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cera-Medium.woff2') format('woff2'),
        url('fonts/Cera-Medium.woff') format('woff'),
        url('fonts/Cera-Medium.ttf') format('truetype'),
        url('fonts/Cera-Medium.svg#Cera-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cera';
    src: url('Cera-Black.eot');
    src: url('fonts/Cera-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cera-Black.woff2') format('woff2'),
        url('fonts/Cera-Black.woff') format('woff'),
        url('fonts/Cera-Black.ttf') format('truetype'),
        url('fonts/Cera-Black.svg#Cera-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Cera';
    src: url('Cera-Regular.eot');
    src: url('fonts/Cera-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cera-Regular.woff2') format('woff2'),
        url('fonts/Cera-Regular.woff') format('woff'),
        url('fonts/Cera-Regular.ttf') format('truetype'),
        url('fonts/Cera-Regular.svg#Cera-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera';
    src: url('Cera-Bold.eot');
    src: url('fonts/Cera-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Cera-Bold.woff2') format('woff2'),
        url('fonts/Cera-Bold.woff') format('woff'),
        url('fonts/Cera-Bold.ttf') format('truetype'),
        url('fonts/Cera-Bold.svg#Cera-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.top_bar{
	background:#f15f2e;
	color:#fff;
	font-size:15px;
	font-weight:500;
	text-align:right;
	padding:20px 0px 18px;
}
strong{
	font-weight:bold;
}
.top_bar .top_bar_inner{
	padding-right:60px;
}
.top_bar span{
	display:inline-block;
	padding:0px 12px 0px 20px;
}
.top_bar i{
	margin-right:10px;
}
.orange_color{
	color:#f15f2e;
}
.home_sec1{
	padding:45px 0px 25px;
}
.home_sec1 .header{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	padding-right:28px;
	font-size:14px;
	color:#b9b9b9;
	margin-bottom:20px;
}
.home_sec1 .header .featured img{
	margin-left:30px;
}
.home_sec1_inner{	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
    align-items: flex-start;
}
.home_sec1_inner .home_sec1_left{
	width:72%;
	padding-right:20px;
}
.h_sec1_btm{
	font-size:15px;
	line-height:20px;
	color:#10527c;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.h_sec1_btm .h_sec1_btm_left{
	width:42%;
}
.h_sec1_btm .h_sec1_btm_right{
	width:58%;
	text-align:center;
	padding:0px 20px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip{
	max-width:390px;
	margin:20px auto auto;
	background:#f15f2e;
	color:#fff;
	font-size:13px;
	font-weight:500;
	padding:20px 10px 20px 28px;
	border-radius:3px;
	position:relative;
	text-align:left;
	line-height:17px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip:before{
	content:'';
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 11px;
	border-color: transparent transparent transparent #f15f2e;
	right:-10px;
	top:50%;
	margin-top:-9px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip strong{
	font-size:18.5px;
	font-weight:bold;
}
.h_sec1_btm h1{
	color:#10527c;
	font-size:51.41px;
	line-height:47px;
	font-weight:900;
	margin:8px 0px 0px
}
.h_sec1_btm h1 strong{
	color:#f15f2e;
	font-weight:900;
}
.h_sec1_btm h6{
	color:#f15f2e;
	font-size:18.5px;
	font-weight:bold;
	line-height:22px;
	margin:16px 0px;
}
.home_sec1_inner .home_form{
	width:28%;
	background:#10527c;
	padding:40px 45px 35px;
	border-radius:3px;
	margin-top:15px;
	-webkit-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
    -moz-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
    box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
}
.home_sec1_inner .home_form h2{
	color:#fff;
	text-align:center;
	font-size:24.8px;
	line-height:25px;
	font-weight:bold;
	margin-bottom:32px;
}
.home_sec1_inner .home_form .input_fields{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.home_sec1_inner .home_form .input_fields > p{
	width:48%;
}
.home_sec1_inner .home_form input{
	background:#fff;
	height:36px;
	border-radius:2px;
	width:100%;
	border:none;
	font-size:14px;
	color:#55626a;
	font-weight:normal;
	font-family: 'Cera';
	padding:5px 5px 5px 15px;
}
.home_sec1_inner .home_form select{
	background:#fff;
	height:36px;
	border-radius:2px;
	width:100%;
	border:none;
	font-size:14px;
	color:#55626a;
	font-weight:normal;
	font-family: 'Cera';
	padding:5px 5px 5px 15px;
	-moz-appearance:none;
    -webkit-appearance:none;
	appearance:none;
}
.home_sec1_inner .home_form select::-ms-expand{
    display: none;
}
.home_sec1_inner .home_form input::-moz-placeholder, 
.home_sec1_inner .home_form select::-moz-placeholder{
  color: #55626a;
  opacity: 1;
}
.home_sec1_inner .home_form input:-ms-input-placeholder, 
.home_sec1_inner .home_form select:-ms-input-placeholder{
  color: #55626a;
}
.signup form input::-webkit-input-placeholder, 
.home_sec1_inner .home_form select::-webkit-input-placeholder{
  color: #55626a;
}
.home_sec1_inner .home_form button{
	display:inline-block;
	background:#70cc3e;
	color:#fff;
	font-size:20px;
	font-family: 'Cera';
	font-weight:bold;
	line-height:60px;
	border-radius:2px;
	cursor:pointer;
	position:relative;
	padding:0px 0px 0px 43px;
	width:100%;
	text-align:left;
	border:0px;
	margin-top:18px;
}
.home_sec1_inner .home_form button:before{
	content:'';
	position:absolute;
	right:29px;
	top:50%;
	height:18px;
	width:27px;
	margin-top:-8px;
	background-image:url(../images/hand_icon.png);
	background-repeat:no-repeat;
}
.home_sec1_inner .home_form p{
	margin-bottom:7px;
}
.food_sec{
	background-color:#f4f4f4;
	position:relative;
	z-index:111;
	overflow:hidden;
}
.food_sec .food_bg{
	background-image:url(../images/image2.png);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}
.food_sec:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:30px;
	background:#fff;
	z-index:-1;
}
.food_sec h2{
	font-size:39.57px;
	color:#10527c;
	line-height:44px;
	font-weight:900;
	margin:12px 0px 25px;
}
.food_sec h2 strong{
	color:#f15f2e;
}
.food_sec h6{
	color:#f15f2e;
	font-size:18.5px;
	font-weight:bold;
}
.food_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
    align-items: center;
}
.food_inner .food_left{
	width:30%;
}
.food_inner .food_left figure{
	position:relative;
	left:-65px;
	margin-top:10px;
}
.food_inner .food_right{
	width:70%;
	padding-right:250px;
}
.guarantee_sec{
	background:#10527c;
	color:#fff;
	padding:43px 0px 33px;
	border-top:1px solid #5c88a4;
}
.guarantee_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.guarantee_inner .guarantee_left{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	padding-right:10px;
	min-width:525px;
	font-size:11.48px;
}
.guarantee_inner .guarantee_left strong{
	font-size:18.86px;
	font-weight:bold;
	line-height:20px;
}
.guarantee_inner .guarantee_left strong span{
	font-weight:900;
	text-transform:uppercase;
}
.guarantee_inner .guarantee_left figure{
	margin-right:40px;
	min-width:114px;
}
.guarantee_inner .guarantee_left > div{
	width:100%;
}
.turmeric_sec{
	text-align:center;
	font-size:16.65px;
	line-height:22px;
	color:#8b8b8b;
	padding:75px 0px 80px;
	position:relative;
	background:url(../images/image1.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.turmeric_sec:before{
	position:absolute;
	content:'';
	right:0px;
	bottom:-133px;
	background:url(../images/turmeric-curcumin-img3.png);
	background-repeat:no-repeat;
	height:345px;
	width:330px;
	background-size:contain;
}
.turmeric_sec h2{
	font-size:39.57px;
	color:#10527c;
	line-height:40px;
	font-weight:900;
	text-align:center;
	margin:12px 0px 25px;
}
.turmeric_sec h3{
	font-size:26px;
	color:#f15f2e;
	font-weight:900;
	line-height:26px;
	text-align:center;
}
.turmeric_sec ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:65px 125px 0px;
}
.turmeric_sec ul li{
	font-size:15px;
	color:#10527c;
	line-height:22px;
	margin-bottom:37px;
	width:33.33%;
	padding:0px 30px;
}
.turmeric_sec ul li figure{
	margin-bottom:32px;
	min-height:53px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.turmeric_sec ul li strong{
	font-weight:bold;
}
.benefits_sec{
	background:#f4f4f4;
	font-size:13px;
	color:#7c7c7c;
	line-height:20px;
	padding:75px 0px 45px;
}
.benefits_sec h2{
	font-size:39.57px;
	color:#10527c;
	line-height:40px;
	font-weight:900;
	text-align:center;
	margin:12px 0px 62px;
}
.benefits_sec h3{
	font-size:26px;
	color:#f15f2e;
	font-weight:900;
	line-height:26px;
	text-align:center;
}
.benefits_sec strong{
	font-size:15px;
	font-weight:bold;
	color:#10527c;
}
.benefits_sec i{
	color:#f15f2e;
	font-size:21px;
}
.benefits_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
    align-items: center;
}
.benefits_inner .benefits_left, 
.benefits_inner .benefits_right{
	width:250px;
}
.benefits_inner .benefits_left ul li{
	text-align:right;
}
.benefits_sec ul li{
	margin-bottom:48px;
}
.benefits_sec ul li:last-child{
	margin-bottom:0px;
}
.benefits_sec ul li p{
	margin-bottom:9px;
}
.benefits_inner .benefits_mid{
	width: -moz-calc(100% - 500px);
    width: -webkit-calc(100% - 500px);
    width: -o-calc(100% - 500px);
    width: calc(100% - 500px);
	padding:0px 25px;
}
.testi_sec{
	text-align:center;
	background:#f4f4f4;
	padding:83px 0px 72px;
}
.testi_sec ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left:-60px;
	color:#f15f2e;
	font-size:17px;
	line-height:22px;
}
.testi_sec ul li{
	background:#fff;
	width: -moz-calc(33.33% - 60px);
    width: -webkit-calc(33.33% - 60px);
    width: -o-calc(33.33% - 60px);
    width: calc(33.33% - 60px);
	border-radius:3px;
	padding:35px;
	margin-left:60px;
}
.testi_sec .author{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-size:13px;
	color:#10527c;
	font-weight:bold;
	line-height:18px;
	margin-top:28px;
}
.testi_sec .author figure{
	margin-right:15px;
}
.testi_sec .author figure img{
	border-radius:100%;
}
.testi_sec .author i{
	font-size:13px;
	color:#f15f2e;
}
.testi_sec h2{
	font-weight:900;
	font-size:39.57px;
	color:#10527c;
	margin-bottom:75px;
}
.home_btm_sec{
	padding:65px 0px 75px;
}
.home_btm_sec h1{
	font-size:58.74px;
	line-height:55px;
	font-weight:900;
	color:#10527c;
	margin:26px 0px 15px 15px;
}
.home_btm_sec h1 strong{
	font-weight:900;
	color:#f15f2e;
}
.home_btm_sec h6{
	font-size:18.5px;
	font-weight:bold;
	color:#f15f2e;
	line-height:24px;
	margin-left:15px;
}
.home_btm_inner{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home_btm_inner figure{
	width:44%;
	text-align:right;
	padding:15px 80px 0px 0px;
}
.home_btm_inner .home_btm_right{
	width:56%;
	padding-right:150px;
}
.home_btm_inner ul.list.col-2{
	margin-left:15px;
}
.home_btm_inner .order_btn{
	margin-left:15px;
}
ul.list.col-2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.list.col-2 li{
	width:50%;
}
ul.list{
	font-size:15px;
	color:#10527c;
	font-weight:bold;
	padding:20px 0px;
}
ul.list li{
	position:relative;
	padding:0px 10px 8px 34px;
}
ul.list li:before{
	content:"\f058";
	left:0px;
	top:0px;
	position:absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight:900;
	line-height: 1;
	font-size:15px;
	color:#70cc3e;
}
.order_btn a{
	display:inline-block;
	background:#70cc3e;
	color:#fff;
	font-size:19.8px;
	font-weight:bold;
	line-height:68px;
	border-radius:2px;
	cursor:pointer;
	position:relative;
	padding:0px 70px 0px 43px;
}
.order_btn a:before{
	content:'';
	position:absolute;
	right:29px;
	top:50%;
	height:18px;
	width:27px;
	margin-top:-8px;
	background-image:url(../images/hand_icon.png);
	background-repeat:no-repeat;
}
.checkout_new{
	background:#f4f4f4;
	padding-top:45px;
}
.checkout_new_in{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.checkout_new_in .checkout_new_left{
	width:66%;
	background:#fff;
	border-radius:3px;
}
.checkout_new ul.steps{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background:#10527c;
	font-size:11px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	border-radius:3px 3px 0px 0px;
}
.checkout_new ul.steps h2{
	font-size:18.86px;
	line-height:20px;
	font-weight:bold;
	text-transform:none;
	margin-top:3px;
}
.checkout_new ul.steps i{
	margin-right:4px;
}
.checkout_new ul.steps li{
	width:33.33%;
	position:relative;
	padding:17px 5px 19px;
}
.checkout_new ul.steps li.step3{
	opacity:0.4;
}
.checkout_new ul.steps li.active{
	background:#f26434;
}
.checkout_new ul.steps li.active:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7.5px 0 7.5px;
    border-color: #f26434 transparent transparent transparent;
	left:50%;
	bottom:-8px;
	margin-left:-7px;
}
.checkbox_list{
	padding:35px 30px;
}
.checkbox_list li{
	margin-bottom:40px;
}
.checkbox_list li .bdr{
	border-left:2px solid #10527c;
	border-right:2px solid #10527c;
	border-bottom:2px solid #10527c;
	border-radius:0px 0px 3px 3px;
}
.checkbox_list li.active .bdr{
	border-color:#f26434;
}
.checkbox_list li:last-child{
	margin-bottom:0px;
}
.checkbox_list .checkbox_list_top{
	background:#10527c;
	color:#fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius:3px 3px 0px 0px;
}
.checkbox_list li.active .checkbox_list_top{
	background:#f26434;
}
.checkbox_list .cblt_left{
	width: -moz-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px);	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:18px 0px 18px 20px;
}
.checkbox_list .cblt_left label {
    display: inline-block;
    vertical-align: top;
	margin-right:20px;
	height:20px;
}
.checkbox_list .cblt_left input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: auto;
}
.checkbox_list .cblt_left input[type="radio"] + span {
    color: #fff;
}
.checkbox_list .cblt_left input[type="radio"]:checked + span::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    z-index: 111;
    color: #245b82;
	text-align:center;
	line-height:20px;
}
.checkbox_list .cblt_left input[type="radio"] + span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
}
.checkbox_list .cblt_right{
	background:#063b5d;
	width:220px;
	font-size:14.4px;
	font-weight:bold;
	text-align:center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	text-transform:uppercase;
	border-radius:0px 3px 0px 0px;
}
.checkbox_list li.active .cblt_right{
	background:#bd3b10;
}
.checkbox_list .cblt_right i{
	margin-right:15px;
}
.checkbox_list .checkbox_list_mid{
	padding:30px 65px 30px 42px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.checkbox_list figure{
	max-width:345px;
    width:100%;
	text-align:center;
}
.checkbox_list .cblm_right{
	min-width:210px;
	text-align:center;
}
.checkbox_list h2{
	font-size:19.21px;
	color:#f26434;
	margin-bottom:10px;
}
.checkbox_list h2 strong{
	font-size:29.41px;
	line-height:30px;
}
.checkbox_list h3{
	font-size:21.01px;
	color:#10527c;
	font-weight:bold;
	line-height:21px;
	margin-bottom:5px;
}
.checkbox_list .retail, .checkbox_list .price{
	font-size:16px;
	color:#b4b4b4;
	text-transform:uppercase;
}
.checkbox_list .retail del{
	color:#10527c;
	font-weight:bold;
}
.checkbox_list .price strong{
	color:#f26434;
}
.checkbox_list .btn1{
	width:100%;
	line-height:62px;
	border-radius:4px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-top:15px;
}
.checkbox_list .choose_btn{
	font-size:16px;
	background:#f26434;
    cursor: pointer;
}
.checkbox_list li.active .choose_btn{
	display:none;
}
.checkbox_list .selected_btn{
	font-size:19.81px;
	background:#70cc3e;
	display:none;
}
.checkbox_list li.active .selected_btn{
	display:block;
}
.checkbox_list .checkbox_list_btm{
	border-top:2px solid #10527c;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.checkbox_list li.active .checkbox_list_btm{
	border-top:2px solid #f26434;
}
.checkbox_list .cblb_left{
	font-size:12px;
	color:#10527c;
	text-transform:uppercase;
	padding:10px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -moz-calc(100% - 146px);
    width: -webkit-calc(100% - 146px);
    width: -o-calc(100% - 146px);
    width: calc(100% - 146px);
}
.checkbox_list .cblb_left .ca_txt{
	width:150px;
	text-align:right;
}
.checkbox_list .cblb_left .sell{
	width:145px;
}
.checkbox_list .cblb_left strong{
	color:#be441b;
}
.checkbox_list .cblb_right{
	width:146px;
	background:#10527c;
	color:#fff;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	padding:10px 0px;
}
.checkbox_list li.active .cblb_right{
	background:#f26434;
}
.prog_bar{
	background:#ebebeb;
	height:6px;
	width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: -o-calc(100% - 320px);
    width: calc(100% - 320px);
	border-radius:6px;
	margin:5px 15px 0px 10px;
}
.prog_bar .prog_in{
	background:#f26434;
	border-radius:6px;
	height:7px;
}
.checkout-right .testi_sec{
	background:none;
	padding:0px;
	margin-top:50px;
}
.checkout-right .testi_sec ul{
	display:block;
	margin:0px;
}
.checkout-right .testi_sec li{
	width:100%;
	margin:0px 0px 35px 0px;
}
/* new styles */
.header-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.header-block .new-header-left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:40%;
}
.header-block .new-header-left h5{
	color:#10527c;
	font-size:28px;
	font-weight:900;
	margin-top: 10px;
    margin-left: 45px;
}
.new-header-right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-header-right p {
    font-size: 14px;
    color: #b9b9b9;
}
.new-header-right p img {
    margin-left: 20px;
    margin-right: 20px;
}
.grey-bg{
	background:#f4f4f4;
	padding:45px 0;
}
.checkout-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-block .checkout-left {
    width: 66%;
    background: #fff;
    padding: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.checkout-prod-details h4 {
    color: #f15f2e;
    font-size: 19px;
    font-weight: bold;
}
.checkout-prod-details h3 {
    color: #10527c;
    font-size: 23px;
    font-weight: 900;
    padding-bottom: 15px;
    padding-top: 5px;
}
.checkout-block .checkout-left .checkout-prod-details {
    width: 55%;
}
th.tbl-left {
    text-align: left;
    font-size: 13px;
    color: #10527c;
    font-weight: 500;
    width: 50%;
    vertical-align: top;
	padding:15px 0;
	border-bottom:1px solid #efefef;
}
.tbl-left a i{
	color: rgb(241, 95, 46);
	font-size:15px;
	margin-left: 5px;	
}
td.tbl-right {
    text-align: right;
    width: 40%;
    vertical-align: top;
    font-size: 13px;
    color: #55626a;
	padding:15px 0;
	border-bottom:1px solid #efefef;
}
.tbl-right.tbl-price {
    color: #f15f2e;
    font-weight: bold;
    font-size: 15px;
}
.checkout-right {
    width: 28%;
}
.checkout-block .checkout-right{
	background: #10527c;
	border-radius:3px;
	-webkit-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
	-moz-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
	box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
}
.checkout-right-in{
	padding: 40px;
}
.checkout_new .checkout-right-in{
	padding: 40px 40px 60px 40px;
    background: #10527c;
	border-radius:3px;
	-webkit-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
	-moz-box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
	box-shadow: 0px 15px 13px 0px rgba(219,235,244,0.59);
}
.checkout-right .check-shipping input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width:auto;
  height:auto;
}
.checkout-right .check-shipping input[type="checkbox"] + span {
  color: #fff;
}
.checkout-right .check-shipping input[type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height:20px;
  background:#fff;
  border-radius:3px;
}
.checkout-right .check-shipping input[type="checkbox"]:checked + span:before {
 content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    z-index: 111;
    color: #f15f2e;
	line-height:20px;
	text-align:center;
}
.checkout-right .check-shipping input[type="checkbox"]:disabled + span {
  color: #fff;
}
.checkout-right .check-shipping input[type="checkbox"]:not(:disabled) + span:hover:before {
  text-shadow: 0 1px 2px #77F;
}
.check-shipping label {
    display: inline-block;
    vertical-align: top;
	height:20px;
	width:20px;
}
.check-shipping p {
    display: inline-block;
    width: 90%;
    padding-left: 5px;
    vertical-align: top;
	font-size:13px;
	color:#ffffff;
	line-height:15px;
	margin:0px !important;
}
.checkout-right button{
	display: inline-block;
    background: #70cc3e;
    color: #fff;
    font-size: 20px;
    font-family: 'Cera';
    font-weight: bold;
    line-height: 60px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 43px;
    width: 100%;
    text-align: left;
    border: 0px;
    margin-top: 18px;
}

.checkout-right  input {
    background: #fff;
    height: 36px;
    border-radius: 2px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #55626a;
    font-weight: normal;
    font-family: 'Cera';
    padding: 5px 5px 5px 15px;
}
.checkout-right button:before {
    content: '';
    position: absolute;
    right: 29px;
    top: 50%;
    height: 18px;
    width: 27px;
    margin-top: -8px;
    background-image: url(../images/hand_icon.png);
    background-repeat: no-repeat;
}
.checkout-right form p {
    margin-bottom: 7px;
}
.cc-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cc-options p {
    width: 31%;
}
.checkout-right h2{
	font-size:28.51px;
	font-weight:900;
	line-height:29px;
	text-align:center;
	padding:8px 0px 10px;
	color:#fff;
}
.checkout-right h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    padding-bottom: 30px;
}
.checkout_new .checkout-right h4{
	padding-bottom:15px;
}
.checkout-right h6{
	font-size:19.85px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
.checkout-right h6 strong{
	font-weight:bold;
}
.checkout_new .checkout-right h6{
	margin:25px 0px 20px;
}
.check-shipping {
    padding-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
}
.check-shipping.check-shipping1{
	padding:4px 0px 0px;
    display: flex;
}
.checkout-right form.cc-block > p {
    font-size: 11px;
    color: #fff;
    margin: 15px 0;
    padding: 0;
}
.checkout-right form.cc-block > p.cc-name{
	margin-top:0;
	margin-bottom:7px;
}
.checkout-right form.cc-block p span {
    display: inline-block;
    float: right;
}
.secured-box {
    text-align: center;
    margin-top: 20px;
}
.secured-box span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 15px;
}
.footer.white-bg{
	background: #fff;
}
.img-bg{
	background:#f4f4f4 url(../images/check-bg.png) no-repeat;
	background-position:bottom right;
}
.confirm-block{
	position:relative;
	z-index:11;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
			  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.confirm-right {
	width:55%;
}
.confirm-right table {
    max-width: 500px;
    background: #fff;
    padding: 30px 40px;
}
.confirm-right h4 {
    color: #10527c;
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 5px;
}
.confirm-right h5 {
    color: #f15f2e;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.upsell-bg{
	background-color: #f4f4f4;
	background-image: url(../images/upsell-bg1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding:105px 0px 110px;
	position:relative;
}
.upsell-bg.upsell-1{
	padding:80px 0px 90px;
}
.upsell-bg:before{
	position:absolute;
	left:0px;
	bottom:-41px;
	content:'';
	height:278px;
	width:255px;
	background-image:url(../images/upsell-bg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	background-size:contain;
}
.upsell-content h3 {
    font-size: 51px;
    font-weight: 900;
    color: #10527c;
    margin-bottom: 10px;
}
.upsell-content h3 span{
    color: #f15f2e;
}
.upsell-content p{
	color:#f15f2e;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}
.upsell-content .skip-upsell {
    color: #10527c;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
/* new styles */
/* footer */
.footer{
	background:#f4f4f4;
	padding:47px 0px;
	font-size:12px;
	line-height:20px;
	color:#959595;
}
.footer .ft_top{
	color:#10527c;
	font-weight:500;
	line-height:12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	margin-bottom:50px;
}
.ft_left{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
    align-items: center;
}
.ft_left figure{
	margin-right:45px;
}
.footer a{
	color:#10527c;
}
.ft_menu ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.ft_menu ul li{
	border-left:1px solid #acacac;
	padding:0px 14px 0px 11px;
	line-height:12px;
}
.ft_menu ul li:first-child{
	border-left:none;
}
.copyr{
	margin-top:12px;
}
/* footer */
@media(max-width:1440px){
.upsell-bg:before {
    height: 218px;
    width: 200px;
	bottom:-32px;
}
}
@media (max-width: 1439px) {
.food_inner .food_left figure {
    left: 0px;
}
.food_inner .food_left {
    padding-right: 30px;
}
.upsell-bg:before {
    height: 164px;
    width: 150px;
	bottom:-24px;
}
}
@media (max-width: 1279px) {
.enclose{
	max-width: 960px;
}
.home_sec1 .header{
	padding-right:0px;
}
.home_sec1 .featured{
	width:400px;
	padding:0px 10px;
}
.home_sec1 .header .featured img {
	display:block;
    margin-left: 0px;
}
.home_sec1 .header .logo{
	min-width:140px;
}
.h_sec1_btm h6 {
    font-size: 18px;
}
.h_sec1_btm h1 {
    font-size: 40px;
    line-height: 40px;
}
.home_sec1_inner .home_form {
    padding: 25px 25px 35px;
}
.home_sec1_inner .home_form h2{
	margin-bottom:20px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip {
    margin: 28px auto auto;
}
.home_sec1_inner .home_form button{
	padding:0px 0px 0px 25px;
}
.home_sec1_inner .home_form button:before{
    right: 20px;
}
.food_sec h2 {
    font-size: 32px;
    line-height: 34px;
	margin:12px 0px 18px;
}
.food_sec h6 {
    font-size: 18px;
}
.food_sec ul.list.col-2{
	display:block;
}
.food_sec ul.list.col-2 li{
	width:100%;
}
.food_inner .food_right {
    padding-top: 35px;
}
.turmeric_sec{
	background-size:240px auto;
}
.turmeric_sec:before {
    height: 300px;
    width: 285px;
}
.turmeric_sec h2 {
    font-size: 35px;
}
.turmeric_sec ul {
    padding:45px 90px 0px;
}
.benefits_sec h2 {
    font-size: 35px;
	margin: 12px 0px 50px;
}
.testi_sec {
    padding: 50px 0px 55px;
}
.testi_sec h2 {
    font-size: 35px;
    margin-bottom: 45px;
}
.testi_sec ul{
	margin-left:-50px;
}
.testi_sec ul li {
    width: -moz-calc(33.33% - 50px);
    width: -webkit-calc(33.33% - 50px);
    width: -o-calc(33.33% - 50px);
    width: calc(33.33% - 50px);
    padding: 25px;
    margin-left: 50px;
}
.home_btm_sec {
    padding:50px 0px;
}
.home_btm_sec h1 {
    font-size: 50px;
}
.home_btm_inner .home_btm_right {
    width: 58%;
    padding-right: 0px;
}
.home_btm_inner figure {
    width: 42%;
}
.checkout-block .checkout-left{
		padding:30px;
}
.header-block .new-header-left h5{
	font-size:20px;
		margin-left: 20px;
}
.new-header-right p img{
	margin:0;
}
.new-header-right{
	width:66%;
}
.header-block .new-header-left{
	width:34%;
}
.checkout-right {
    width: 30%;
}
.checkout_new .checkout-right-in {
    padding: 40px 25px 60px;
}
.checkout-right-in {
    padding: 40px 25px;
}
.checkout-right h6 {
    font-size: 19px;
}
.checkbox_list .checkbox_list_mid {
    padding: 30px;
}
.checkbox_list figure{
	padding-right:30px;
}
.checkout_new ul.steps h2 {
    font-size: 18px;
}
.checkbox_list .cblt_left label {
    margin-right: 15px;
}
.checkout-right button{
	padding:0px 0px 0px 30px;
}
.footer {
    padding: 35px 0px 30px;
}
.footer .ft_top{
	margin-bottom:30px;
}
.ft_left figure {
    margin-right: 20px;
}
.ft_menu ul li {
    padding: 0px 10px;
}
input.default-btn.submit-btn {
    padding: 0px 0px 0px 19px !important;
}
p.hand-rush img {
    right: 19px !important;
}
}
@media (max-width: 991px) {
input.default-btn.submit-btn {
    padding: 0px 0px 0px 43px !important;
}
p.hand-rush img {
    right: 30px !important;
}
.enclose{
	max-width: 720px;
}
.home_sec1{
    padding:25px 0px;
}
.home_sec1_inner{
	display:block;
}
.home_sec1_inner .home_sec1_left{
    width:100%;
    padding-right:0px;
}
.home_sec1_inner .home_form {
	max-width:350px;
	width:100%;
	margin:20px auto auto;
}
.food_inner .food_right {
    width: 60%;
    padding-right: 0px;
}
.food_inner .food_left {
    width: 40%;
}
.turmeric_sec ul {
    padding: 45px 0px 0px;
}
.turmeric_sec ul li {
    padding: 0px 15px;
}
.testi_sec ul {
    margin-left: -25px;
}
.testi_sec ul li {
    width: -moz-calc(33.33% - 25px);
    width: -webkit-calc(33.33% - 25px);
    width: -o-calc(33.33% - 25px);
    width: calc(33.33% - 25px);
    padding:25px 15px;
    margin-left: 25px;
}
.home_btm_inner figure {
	width:38%;
    padding: 15px 20px 0px 0px;
}
.home_btm_inner .home_btm_right {
    width: 62%;
}
.home_btm_sec h1 {
    font-size: 42px;
    line-height: 42px;
}
.home_btm_sec h6 {
    font-size: 18px;
}
ul.list li {
    padding: 0px 10px 8px 25px;
	font-size:14px;
}
.testi_sec h2 {
    font-size: 32px;
}
.guarantee_inner .guarantee_left figure {
    margin-right: 20px;
}
.order_btn a {
    padding: 0px 60px 0px 30px;
	font-size:19px;
}
.order_btn a:before{
    right:20px;
}
.guarantee_inner .guarantee_left{
	min-width:485px;
}
.turmeric_sec {
    background-size: 200px auto;
}
.turmeric_sec:before{
    height: 215px;
    width: 200px;
	bottom:-87px;
}
.benefits_inner .benefits_mid {
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    width: -o-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 0px 20px;
}
.benefits_inner .benefits_left, 
.benefits_inner .benefits_right {
    width: 200px;
}
.benefits_sec ul li {
    margin-bottom: 30px;
}
.turmeric_sec {
    padding: 55px 0px 80px;
}
.top_bar .top_bar_inner {
    padding-right: 0px;
}
.upsell-bg{
	background-image:none;
	padding:50px 0px;
}
.header-block,.confirm-block{
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
   -ms-flex-direction: column;
	   flex-direction: column;
	   text-align:center;
}
.new-header-right,
.confirm-right{
	width:100%;
}
.header-block .new-header-left{
	width:100%;
	-webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
	  justify-content: space-evenly;
}
.checkout-block .checkout-left{
	width:50%;
	padding:30px;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
   -ms-flex-direction: column;
	   flex-direction: column;
}

.checkout-right{
	width:45%;
}
.checkout-block .checkout-left .checkout-prod-details{
	width:100%;
}
.checkout-prod-img {
text-align: center;
}
.check-shipping p{
width:88%;
}
.checkout-prod-details h4{
margin-top:30px;
}
.checkout_new_in{
	display:block;
}
.checkout_new_in .checkout_new_left {
    width: 100%;
}
.checkout_new .checkout-right {
    max-width: 350px;
	width:100%;
	margin:30px auto auto auto;
}
.footer .ft_top {
	-webkit-flex-direction: column;
    flex-direction: column;
}
.ft_left{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom:20px;
	order:2;
}
.ft_menu ul{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom:20px;
}
}
@media (max-width:767px) {
    
.enclose{
	padding-left:15px;
	padding-right:15px;
}
.top_bar{
	font-size:14px;
	padding:10px 0px;
}
.top_bar .top_bar_inner{
	text-align:center;
}
.home_btm_inner{
	display:block;
}
.home_btm_inner figure {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}
.home_btm_inner .home_btm_right {
    width: 100%;
}
.home_btm_sec h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0px;
}
.home_btm_sec h6 {
	margin-left:0px;
}
ul.list.col-2 {
    display: block;
}
ul.list.col-2 li {
    width: 100%;
	padding-right:0px;
}
.home_btm_sec h1 {
    font-size: 32px;
    line-height: 32px;
}
.testi_sec ul{
	display:block;
	margin-left:0px;
}
.testi_sec ul li{
	width:100%;
	margin:0px 0px 20px 0px;
}
.testi_sec h2 {
    font-size: 28px;
	margin-bottom:40px;
}
.guarantee_inner{
	display:block;
}
.guarantee_inner .guarantee_left {
    min-width: 100%;
    display: block;
    text-align: center;
	padding:0px;
}
.guarantee_inner .guarantee_left figure {
    margin:0px 0px 15px;
}
.guarantee_right{
	text-align:center;
	margin-top:15px;
}
.benefits_inner{
	display:block;
}
.benefits_inner .benefits_left, 
.benefits_inner .benefits_right {
    width: 100%;
}
.benefits_inner .benefits_left ul li {
    text-align: left;
}
.benefits_inner .benefits_mid{
	width:100%;
	padding:0px;
}
.home_sec1 .header{
	display:block;
	text-align:center;
}
.home_sec1 .header .featured img{
	margin:auto;
}
.home_sec1 .featured{
	padding:0px;
	margin:10px 0px;
	width:100%;
	text-align:center;
}
.h_sec1_btm h1 {
    font-size: 30px;
    line-height: 32px;
}
.h_sec1_btm h6 {
    font-size: 17px;
	margin:10px 0px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip strong {
    font-size: 16px;
}
.h_sec1_btm .h_sec1_btm_right .tooltip {
    padding: 20px 15px;
}
.home_sec1_inner .home_form {
    padding: 25px 15px 35px;
}
.food_sec h2 {
    font-size: 28px;
    line-height: 30px;
}
.guarantee_inner .guarantee_left strong {
    font-size: 17px;
}
.h_sec1_btm{
	display:block;
}
.h_sec1_btm .h_sec1_btm_left {
    width: 100%;
}
.h_sec1_btm .h_sec1_btm_right {
    width: 100%;
    padding: 0px;
}
.guarantee_sec{
	padding:30px 0px;
}
.turmeric_sec h2 {
    font-size: 28px;
	line-height:30px;
}
.turmeric_sec h3 {
    font-size: 24px;
}
.benefits_sec h2 {
    font-size: 28px;
	line-height:30px;
	margin:10px 0px 20px;
}
.benefits_sec h3 {
    font-size: 24px;
}
.turmeric_sec {
    background-size: 120px auto;
}
.turmeric_sec:before {
    height: 115px;
    width: 100px;
    bottom: -50px;
}
.home_btm_sec {
    padding: 30px 0px 35px;
}
.testi_sec{
    padding:30px 0px 20px;
}
.food_sec .food_bg {
    background-size: 200px auto;
}
.food_inner{
	display:block;
}
.food_inner .food_left {
    width: 100%;
	padding:0px;
	text-align:center;
}
.food_inner .food_right {
    width: 100%;
}
.food_sec .food_bg {
    background-position: right bottom;
}
.confirm-right h4,.upsell-content h3{
	font-size:30px;
}
.checkout-block{
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
   -ms-flex-direction: column;
	   flex-direction: column;
}
.checkout-block .checkout-left{
	margin-bottom:25px;
}
.checkout-block .checkout-left{
	width:100%;
}
.checkout-block .checkout-right{
	max-width:350px;
	margin:auto;
	width:100%;
}
.upsell-bg::before {
height: 109px;
width: 100px;
bottom:-17px;
}
.checkbox_list li {
    margin-bottom: 25px;
}
.checkout_new {
    padding-top: 35px;
}
.ft_menu ul{
	text-align:center;
	display:block;
}
.ft_menu ul li{
	display:inline-block;
	margin-bottom:10px;
}
.footer .ft_top {
    margin-bottom: 10px;
}
}
@media (max-width:666px) {
.turmeric_sec ul{
	display:block;
}
.turmeric_sec ul li{
	width:100%;
}
.checkout_new ul.steps h2 {
    font-size: 14px;
}
.checkbox_list {
    padding: 25px 15px;
}
.checkbox_list .cblt_right {
    font-size: 13px;
	width:180px;
}
.checkbox_list .cblt_right i {
    margin-right: 7px;
}
.checkbox_list .cblt_left {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -o-calc(100% - 180px);
    width: calc(100% - 180px);
	font-size: 13px;
	padding: 18px 0px 18px 15px;
}
.checkbox_list .cblt_left label {
    margin-right: 10px;
}
.checkbox_list .checkbox_list_mid {
    padding: 15px;
}
.checkbox_list figure {
    padding-right: 20px;
}
.checkbox_list .btn1 {
    line-height: 52px;
}
.checkbox_list .retail, .checkbox_list .price {
    font-size: 14px;
}
.checkbox_list h2 {
    font-size: 17px;
}
.checkbox_list h2 strong {
    font-size: 24px;
}
.checkbox_list h3 {
    font-size: 19px;
}
.checkbox_list .cblm_right {
    min-width: 190px;
}
.checkbox_list .checkbox_list_btm{
	display:block;
}
.checkbox_list .cblb_left{
	width:100%;
	display:block;
}
.checkbox_list .cblb_left .ca_txt {
    width: 100%;
    text-align: center;
}
.prog_bar{
	width:90%;
	margin:10px 5%;
}
.checkbox_list .cblb_left .sell {
    width: 100%;
	text-align:center;
}
.checkbox_list .cblb_right{
	width:100%;
}
}
@media (max-width:479px) {
.ft_left{
	display:block;
	text-align:center;
}
.ft_left figure {
    margin-right: 0px;
}
.guarantee_inner .guarantee_left strong {
    font-size: 16px;
}
.order_btn a {
    padding: 0px 60px 0px 20px;
    font-size: 18px;
}
.upsell-bg .confirm-left img {
width: 175px;
margin-bottom: 30px;
}
.upsell-content h3{
	font-size:24px;
}
.upsell-bg:before {
    height: 55px;
    width: 50px;
	bottom:-17px;
}
.checkbox_list .checkbox_list_top{
	display:block;
}
.checkbox_list .cblt_left{
	width:100%;
}
.checkbox_list .cblt_right{
	width:100%;
	padding:10px 5px;
}
.checkbox_list .checkbox_list_mid{
	display:block;
}
.checkbox_list figure{
	width:100%;
	padding:0px 20px 20px;
}
.checkbox_list .cblm_right {
    min-width: 100%;
}
.header-block .new-header-left h5 {
    font-size: 15px;
    margin-left: 15px;
}
}




.parsley-required {
    color: #ff0000;
    font-size: 12px;
}
.billing_add {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
select#billing_state {
    height: 38px;
    width: 100%;
    margin: 0px 0 7px;
    padding: 0 11px;
    color: #999;
    border-radius: 2px;
    border: none;
}
.form-select {
    margin-bottom: 7px;
}
.cc-options select {
    height: 36px;
    color: #999;
    border-radius: 2px;
    border: none;
    width: 100%;
    padding: 0 0px 0 11px;
}
.check-shipping {
    display: block;
    padding-bottom: 7px;
}
input.default-btn.submit-btn {
    cursor: pointer;
    display: inline-block;
    background: #70cc3e;
    color: #fff;
    font-size: 20px;
    font-family: 'Cera';
    font-weight: bold;
    line-height: 60px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 43px;
    width: 100%;
    text-align: left;
    border: 0px;
    margin-top: 18px;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
p.hand-rush img {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
p.hand-rush {
    position: relative;
}
.checkout-error {
    background: rgb(220,53,69, 0.10);
    border: 1px solid #dc3545;
    padding: 9px 19px;
    color: #dc3545;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

/*start-pulsebutton*/
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1, 1);
}
 50% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
};
}

@keyframes pulse {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.1, 1.1);
}
 100% {
transform: scale(1, 1);
};
}

.pulse-btn {
	-webkit-animation: pulse 1.5s linear infinite;
	animation: pulse 1.5s linear infinite;
}

.home_sec1 p.hand-rush.pulse-btn {
    width: 235px;
    margin: 0 auto;
}
.home_sec1 input.default-btn.submit-btn {
    padding: 0px 0px 0px 20px;
}
.home_sec1 p.hand-rush img {
    right: 18px;
}
.order_btn.pulse-btn {
    display: inline-block !important;
}
/*end-pulsebutton*/
