* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:none;
}
header, section, footer {
	width:100%;
	float:left;
}
.auto-container {
	width:1260px;
	margin:auto;
}
img {
	max-width:100%;
}
button, input, textarea {
	outline:none;
}

/**********header starts*******/

.top-header {
	float: left;
	width: 100%;
	background: #10254d;
	text-align: center;
	padding: 10px 15px;
}


.top-header li {
	display: inline-block;
	vertical-align: top;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #fff;
	line-height: 12px;
	margin: 0 0 0 60px;
	padding: 0 0px 0 60px;
}
.top-header li:first-child
{
	border:none;
}
.top-header li strong {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0px;
}

.top-header li span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
}

.top-header li a {
	color: #fff;
	font-size: 14px;
}

.logo-header {
	float: left;
	width: 100%;
	padding: 50px 0 20px;
}
header {
	position: absolute;
	top: 0;
	z-index: 9;
	left: 0;
	right: 0;
}

/*******header ends*********/
.banner-outer {
	padding: 230px 0 0;
	background: url(../images/banner-bg.jpg) no-repeat top center;
	background-size: cover;
}.banner-right img {
	margin: -70px 0 0;
}
.banner-left {
	float: left;
	width: 58%;
}.banner-right {
	float: right;
	width: 42%;
}
.banner-left h2 {
	color: #d95143;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}.banner-left h1 {
	text-transform: uppercase;
	font-size: 60px;
	color: #10254d;
	line-height: 60px;
	margin: 15px 0 40px 0;
}.banner-left h1 span {
	color: #d95143;
}.compress-con li {
	font-size: 20px;
	color: #10254d;
	background: url(../images/blue-tik.jpg) no-repeat left 5px;
	font-weight: 600;
	padding: 0 0 0 35px;
	margin: 12px 0;
}
.banner-left a {
	background: #d95143;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 20px 0 0;
	display: inline-block;
}

a.btn-top {
	background: #d95143;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 0;
	display: inline-block;
}


.banner-left a:hover
{
	background: #10254d;
}

.baner-logos li {
	float: left;
	width: 12%;
	margin: 50px 0 0;
}


.simple-power-outer {
	text-align: center;
	background: #10254d;
	padding: 30px 0;
}

.simple-power-outer h2 {
	color: #d95143;
	font-size: 30px;
}
.simple-power-outer h2 span {
	color: #fff;
}
.simple-power-outer p {
	color: #fff;
	font-size: 24px;
	margin: 10px 0 0;
}
.world-reowned-outer {
	padding: 60px 0 0;
}
.world-reowned-left {
	width: 50%;
	float: left;
}

.world-reowned-right {
	float: left;
	width: 50%;
	padding: 50px 0 0 20px;
	text-align: left;
}.world-reowned-left img {
	float: left;
}

.world-reowned-right .title-sub {
	text-align:left;
}
.title-sub {
	color: #d95143;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
}

.title-heading {
	font-size: 48px;
	color: #10254d;
	line-height: 50px;
	margin:20px 0 30px;
	text-align: center;
}
.world-reowned-right .title-heading {
	text-align:left;
}
.world-reowned-right p {
	font-size: 18px;
	color: #081226;
	line-height: 30px;
	margin: 0 0 40px;
}
.world-reowned-right li {
	float: left;
	position:relative;
	margin: 40px 60px 0 0px;
}


.our-benifits-outer {
	background: url(../images/our-benifits-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px 0;
}

.benifits-left .accordion {
	background-color: #fff;
	color: #10254d;
	cursor: pointer;
	padding: 24px;
	width: 100%;
	border: 1px solid #e5e7eb;
	outline: none;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
	border-radius: 10px;
	background-image:url(../images/plus-sign.png);
	background-repeat:no-repeat;
	background-position:96% 23px;
	margin: 15px 0;
}

.benifits-left  .active, .accordion:hover {
  border-color: #d95143; 
  color: #d95143; 
	background-image:url(../images/minus-sign.png);
}
.benifits-left .panel {
	padding: 18px;
	display: none;
	background-color: white;
	overflow: hidden;
	margin: -20px 0 0;
	    font-size: 18px;
    line-height: 34px;
}
.benifits-left {
	float: left;
	width: 50%;
	padding: 0 20px 0 0;
	margin: 30px 0 0;
}.benifits-left.benifits-right {
	padding: 0 0 0 20px;
}

.vital-vitamin {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 0;
}
.vital-vitamin a {
	background: #d95143;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 20px 0 0;
	display: inline-block;
}
.vital-vitamin a:hover{
	background: #10254d;
}

.people-con span img {
	width: auto !important;
	display:inline-block !important;
}

.people-con {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 0 40px #f2f2f2;
	margin: 0 0 50px;
	padding: 0 0 30px;
}
.people-con span {
	display: inline-block;
	margin: 25px 0 0;
}.people-con h2 {
	font-size: 24px;
	color: #10254d;
	margin: 10px 0 10px;
}.people-con p {
	font-size: 18px;
	color: #10254d;
	padding: 0 40px;
}
.people-show-inner {
	float: left;
	width: 100%;
	margin: 60px 0 0;
	position: relative;
}
.people-show-inner .owl-dots {
	display: none;
}
.people-show-inner .owl-nav {
	position: absolute;
	top: 42%;
	width: 100%;
}

.people-show-inner .owl-prev {
	float: left;
	background:url(../images/left-arrow.png) no-repeat top center !important;
	margin: 0 0 0 -60px !important;
	width:49px;
	height:21px;
	border:none;
}

.people-show-inner .owl-next {
	float: right;
	background:url(../images/right-arrow.png) no-repeat top center !important;
	margin: 0 -60px 0 0  !important;
	width:49px;
	height:21px;
	border:none;
}
.people-show-outer {
	padding: 80px 0;
}

.people-show-inner .owl-nav span
{
	display:none
}
.as-seen-outer {
	background: #10254d;
	padding: 30px 0;
}
.as-seen-outer li {
	float: left;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	position:relative;
	margin: 0 92px 0 0;
}

.as-seen-outer li img {
	display: inline-block;
	vertical-align: middle;
}
.bottal-containes-outer li {
	width: 20%;
	text-align: center;
	margin: 40px 55px 40px 0;
	background: #fff;
	padding: 40px 10px;
	float: left;
	box-shadow: 0 0 20px #f4f4f4;
}
.bottal-containes-outer li:hover{
	box-shadow: 8px 11px 20px #d4d4d4;
}
.bottal-containes-outer li span {
	min-height: 221px;
	display: inline-block;
	position: relative;
	width: 100%;
}
.bottal-containes-outer li span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottal-containes-outer li h2 {
	color: #10254d;
	font-size: 18px;
}
.bottal-containes-outer li:nth-child(4n) {
	margin-right:0;
}


.bottal-containes-outer
{
	padding: 80px 0;
	background: #f8f9fc;
	text-align: center;
}



.ingredient-outer {
	background: url(../images/ingredient-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 80px 0 170px;
}
.comibinning-inner {
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.ingredient-outer .vital-vitamin a {
	background: #10254d;
}
.ingredient-outer .vital-vitamin a:hover {
	background: #d95143;
}


.wriiten-what-outer
{
	background:#f8f9fc;
}

.quality-speaks-outer li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 50px;
}

.quality-speaks-outer li span {
	display: inline-block;
}

.quality-speaks-outer li h2 {
	color: #d95143;
	font-size: 18px;
	margin: 30px 0 20px;
}
.quality-speaks-outer li p {
	color: ;
	color: #081226;
	font-size: 15px;
	line-height: 30px;
}

.quality-speaks-outer {
	padding: 100px 0 170px 0;
}
.satification-outer {
	background: #d95143;
}

.satification-left {
	float: left;
	width: 38%;
}

.satification-right {
	float: left;
	width: 62%;
	text-align: center;
	padding: 30px 0 0px;
}

.satification-right h2 {
	font-size: 30px;
	color: #fff;
}
.satification-right p {
	color: #fff;
	font-size: 18px;
	padding: 20px 30px;
}


.satification-right a {
	background: #10254d;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 24px;
	letter-spacing: .5px;
	margin: 10px 0 0;
	display: inline-block;
}

.satification-right a:hover
{
	background:#000;
}

.satification-left img {
	margin: -110px 0 -160px;
}

.liltle-about-outer {
	padding: 160px 0 80px;
}.liltle-about-right {
	float: left;
	width: 70%;
}.liltle-about-left {
	float: left;
	width: 30%;
	padding: 70px 0 0;
}


.liltle-about-right p {
	color: #081226;
	font-size: 18px;
	margin: 10px 0;
	line-height: 30px;
}

.people-what-inner {
	width: 100%;
	float: left;
	background: #fff;
	padding: 35px;
	box-shadow: 0 0 20px #deddff;
	margin: 0 0 30px 0px;
}
.people-what-inner p {
	font-size: 18px;
	color: #081226;
	line-height: 30px;
	margin: 5px 0 20px;
}

.people-what-inner h2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #10254d;
}.people-what-inner h2 span {
	float: right;
	font-size: 16px;
	color: #202020;
	font-weight: 400;
}

.quata-outer {
	width: 100%;
	float: left;
	text-align: center;
	margin: -65px 0 70px;
}

.wriiten-what-inner .people-show-inner {
	margin: 60px 0 -120px;
}



















/*footer-part-css-start*/
footer {
	padding: 52px 0 20px;
	background-color: #f8f9fc;
}.footer-leftbar ul {
	float: right;
	margin: 23px 0 0;
}
.footer-leftbar {
	width: 100%;
	float: left;
	padding: 30px 0 0;
}
.footer-leftbar p {
	font-size: 18px;
	color: #202020;
	font-weight: 700;
	float: left;
	padding: 28px 0 0;
}
.footer-leftbar li {
	width: auto;
	float: left;
	padding: 0 10px 0 0;
}
.footer-leftbar li img:hover {
   transform: scale(1.1);
}
.footer-rightbar {
	width: 58%;
	float: right;
}
.menu-outer {
	width: 45%;
	float: left;
	padding:15px 0 0;
}
.menu-outer2 {
	width: 55%;
	float: right;
}
.menu-outer h5 {
	font-size: 22px;
	color: #081226;
	float:left;
	margin:0 0 30px;
	width:100%;
}
.menu-outer li {
	width:100%;
	float:left;
	font-size:17px;
	padding:0 0 15px;
}
.menu-outer li a {
	color: #081226;
}
.menu-outer li a:hover {
	color: #e66c99;
    padding-left: 10px;
}
.menu-outer p {
    font-size: 18px;
    color: #081226;
    float: left;
    line-height: 32px;
    width: 100%;
}
.nav-btn
{
display:none;
}.footer-logo {
	float: left;
	width: 42%;
	padding: 10px 0 0;
}
/*footer-part-css-end*/

.google-review{
	position: fixed;
	right: 40px;
	bottom: 40px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 20px;
	border-bottom: 3px solid #d95143;
	-webkit-box-shadow: 3px 0px 14px -5px rgba(0,0,0,0.2);
-moz-box-shadow: 3px 0px 14px -5px rgba(0,0,0,0.2);
box-shadow: 3px 0px 14px -5px rgba(0,0,0,0.2);
z-index: 999999;
}
.google-review img{
	width: 200px;
}
.natural-outer {
    width: 100%;
    float: left;
}
.natural-con {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.natural-outer li {
    float: left;
    width: 19.5%;
    padding: 0 15px;
    text-align: center;
}

.natural-outer li img {
    display: inline-block;
}


.bundles-ct{
	padding: 80px 0;
	background: #f8f9fc;
	text-align: center;
}
.bundle-left {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 30px 0 0;
}

.bundle-right {
    float: left;
    width: 50%;
    padding: 0 0 0 20px;
    margin: 30px 0 0;
}
.box-bundle{
	background-color: #fff;
    color: #10254d;
    padding: 30px 0;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: all .1s linear .2s;
}
.box-bundle:hover{
		border-color: #10254d;
	-webkit-box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);
box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);
}
.box-bundle h3{
	font-size: 24px;
	line-height: 25px;
	padding: 10px 0 20px;
}
.img-bottle{
	margin: 25px 0;
}
ul.info-bottle{
	margin: 0 0 20px;
}
ul.info-bottle li{
padding: 15px;
font-size: 16px;
}
ul.info-bottle li i{
	color: #d95143;
}
ul.info-bottle li:nth-child(even){
background: #f5f5f7;
}
ul.info-bottle li.order-2{
	font-size: 19px;
	font-weight: 600;
}
ul.pricing{
	padding: 20px;
}
ul.pricing li{
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	vertical-align: middle;
	color: #d95143;
	display: inline-block;
}
ul.pricing li:nth-child(1){
	vertical-align: top;
	font-size: 18px;
	font-weight: 400;
}

ul.pricing li.p2{
	font-size: 20px;
	color: #10254d;
}
ul.pricing li.p2 small{
	font-size: 17px;
}
.bb-active{
	border-color: #10254d;
	-webkit-box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);
-moz-box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);
box-shadow: 2px 2px 13px -6px rgba(0,0,0,0.25);

}
.btn-bundle {
    background: #d95143;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    padding: 10px 45px;
    border-radius: 50px;
    font-size: 32px;
    letter-spacing: .5px;
    margin: 20px 20px 0;
    display: inline-block;
}
.btn-bundle:hover{
	background: #10254d;
}

.sticker {
    position: absolute;
    margin-left: -25px;
    margin-top: -50px;
    z-index: 99999;
 }