/*=======
CSS INDEX
=========

1. Base CSS

================================*/

/* =============================
1. Base CSS
================================*/

.btn-styled {
	height: 45px;
	border-bottom: 5px solid #1c7b31;
	margin-top: 20px;
	margin-bottom: 20px;
}
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

.hide {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Lora', serif;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
}
header {
      border-bottom: 4px solid #CDCFD7;
    }
.header {
      padding: 6px!important;
    }
.phone-txt p {
      font-family: "proxima_nova_light";
      font-size: 17px;
      color: #5e5f61;
      margin-bottom: 0!important;
    }
@media (max-width: 960px){
    .header-logo {
        width: 155px;
      }
}
.flx {
      display: flex;
    }
.flx.al-c {
      align-items: center;
    }
.sub-container {
      max-width: 960px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
    }
.section-padding {
    padding: 100px 0 110px;
}

.section-gray {
    background-color: #F7F7F7;
}

.section-dark {
    background-color: #110C09;
    color: #fff;
}

a {
    transition: .3s;
}

a:hover {
    color: #000;
}

#cd-menu-trigger {
    display: none;
}

.container {
    max-width: 1435px
}


/* =========================
2. Home CSS
============================*/

#navbar {
	background: #f7f7f7;
	/*height: 40px;*/
}
#mobile-header {
    display: none;
}

.header-top {
    line-height: 62px;
    height: 70px;
}

.header-top-right {
    text-align: right;
}

.header-top-right a {
    display: inline-block;
    font-size: 17px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
}

.header-top-right i {
    font-size: 21px;
    padding-left: 20px;
}

.gtm-btn {
    color: #fff;
    background: #F47721;
    text-decoration: none;
    font-family: 'Gotham-Bold';
    border-radius: 3px;
}

.gtm-btn:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.logo-area img {
    margin-top: -3px;
    max-width: 200px;
}

.banner-right img {
    position: relative;
    right: -40px;
}

.banner-area {
    background: #FEF8F4;
    position: relative;
    padding-top: 30px;
}
.banner-area-vsl {
    background: #f7f7f7;
    position: relative;
    padding-top: 30px;
}

.banner-area::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    background-image: url(../img/banner-btm-bg.png);
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
}
.banner-area-vsl::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
}

.banner-left h1 {
    color: #242826;
    font-size: 50px;
    font-weight: 400;
    width: 110%;
    margin: 0;
}

.banner-left h3 {
    color: #232725;
    font-size: 26px;
    font-weight: 500;
    margin: 40px 0;
}

.single-supplement p {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #232725;
}

.single-supplement span {
    color: #ACA9A6;
    font-weight: 0;
    font-size: 17px;
    padding: 0 0 0 20px;
}

.single-supplement span i {
    color: #F47721;
    font-weight: 700;
    font-size: 21px;
    margin-right: 10px;
}

.single-supplement {
    padding: 0 0 25px 37px;
}

.banner-left-buy-btn,
.about-content .gtm-btn {
    width: 240px;
    height: 66px;
    display: inline-block;
    font-size: 22px;
    line-height: 66px;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.banner-left-buy-btn i {
    padding-left: 25px;
}

.slim-down h3 {
    color: #00a78e;
    font-size: 32px;
    font-weight: 700;
    margin-top: 58px;
    margin-left: 18px;
    font-style: italic;
}

.slim-down h3 span {
    text-decoration: underline;
}

.made-in {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -35px;
}

.slim-down {
    display: inline-block;
    padding: 0 132px 0;
    position: relative;
}

.slim-down::after {
    position: absolute;
    content: "";
    right: 29px;
    top: 0;
    background-image: url(../img/slim.png);
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
}

.haeder-area.header-is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.haeder-area {
    box-shadow: 0 0 5px #ddd;
    position: relative;
    z-index: 1;
}


.why-tribus-area {
    background: -webkit-linear-gradient(90deg, #7ac143 0%, #a5c143 100%);
    background: -moz-linear-gradient(90deg, #7ac143 0%, #a5c143 100%);
    background: -o-linear-gradient(90deg, #7ac143 0%, #a5c143 100%);
    background: -ms-linear-gradient(90deg, #7ac143 0%, #a5c143 100%);
    background: linear-gradient(0deg, #7ac143 0%, #a5c143 100%);
    position: relative;
}

.why-tribus-area::after {
    position: absolute;
    left: 0;
    bottom: -112px;
    content: "";
    background-image: url(../img/why-tribus-left-bg.png);
    height: 155px;
    width: 115px;
    background-repeat: no-repeat;
}

.why-tribus-right h2 {
    color: #fff;
    font-size: 42px;
    width: 89%;
    font-weight: 400;
    margin: 0 0 36px;
}

.why-tribus-right p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 92%;
    margin: 36px 0 0 0;
}

.how-tribus {
    position: relative;
}

.how-tribus::after {
    position: absolute;
    right: 0;
    top: 141px;
    content: "";
    overflow: hidden;
    width: 200px;
    height: auto;
    background-image: url(../img/how-tribus-right-bg.png);
    width: 248px;
    height: 253px;
    background-repeat: no-repeat;
}

.how-tribus::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    background-image: url(../img/how-tribus-left-bg.png);
    width: 321px;
    height: 201px;
    background-repeat: no-repeat;
}

.section-heading h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
}

.how-tribus-inner .section-heading h2 {
    color: #232725;
    margin-bottom: 73px;
}

.single-active-step {
    text-align: center;
    position: relative;
}

.single-active-step::after {
    position: absolute;
    content: "";
    left: 100%;
    background-image: url('../img/polygon.png');
    width: 140px;
    height: 24px;
    top: 135px;
    margin-left: -52px;
    bottom: 0;
}

.how-tribus-inner .row .col-lg-4:last-child .single-active-step::after {
    display: none;
}

.single-active-step img {
    display: block;
    margin: 0 auto;
    height: 260px;
}

.single-active-step span {
    color: #00a78e;
    font-size: 20px;
    font-weight: 500;
    margin: 19px 0 0;
    display: block;
}

.single-active-step h3 {
    color: #232725;
    font-weight: 400;
    margin: 19px 0;
}

.single-active-step p {
    font-size: 18px;
    color: #7E807F;
    font-weight: 500;
    width: 74%;
    text-align: ;
    display: block;
    margin: 0 auto;
}

.what-tribus {
    background: background: -webkit-linear-gradient(90deg, #f47721 0%, #f49821 100%);
    background: -moz-linear-gradient(90deg, #f47721 0%, #f49821 100%);
    background: -o-linear-gradient(90deg, #f47721 0%, #f49821 100%);
    background: -ms-linear-gradient(90deg, #f47721 0%, #f49821 100%);
    background: linear-gradient(0deg, #f47721 0%, #f49821 100%);
}

.what-tribus-left {
    width: 35%;
    float: left;
}

.what-tribus-middle {
    width: 30%;
    float: left;
    text-align: center;
}

.what-tribus-right {
    width: 35%;
    float: right;
}

.section-heading p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 65%;
    display: block;
    margin: 28px auto 114px;
}

.single-what-tribus-left {
    position: relative;
    margin: 0 0 38px;
}

.single-what-tribus-left img {
    position: absolute;
    right: 0;
}

.single-what-tribus-left-content {
    padding: 0 154px 0 0;
}

.single-what-tribus-right {
    position: relative;
    margin: 0 0 38px;
}

.single-what-tribus-right img {
    position: absolute;
    left: 0;
}

.single-what-tribus-right-content {
    padding: 0 0 0 154px;
}

.single-what-tribus-left h4,
.single-what-tribus-right h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.single-what-tribus-left p,
.single-what-tribus-right p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}

.single-what-tribus-right h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.single-what-tribus-right p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

#mobile-header {
    display: none;
}

.about-area {
    position: relative;
}

.about-area::before {
    position: absolute;
    right: 0;
    content: "";
    background-image: url(../img/about.png);
    width: 248px;
    height: 279px;
    background-repeat: no-repeat;
}

.about-content {
    /*	width: 92%;*/
}

.about-content h3 {
    color: #232725;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 33px;
}

.about-content p {
    color: #232725;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 41px;
}

.about-content .btn-primary {
    color: #fff;
    background-color: #f47721;
    border-color: #f47721;
}

.about-content .btn {
    font-family: Gotham;
    font-weight: 700;
    padding: 15px 66px;
    font-size: 22px;
    border-radius: 3px;
}

.about-box {
    position: relative;
    width: 90%;
    float: right;
}

.about-box::after {
    border-bottom: .1rem solid #dfdfdf;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 37px;
    background-color: #7ac143;
    left: -37px;
    z-index: -1;
}

.people-area {
    background: -webkit-linear-gradient(90deg, #00a78e 0%, #00a766 100%);
    background: -moz-linear-gradient(90deg, #00a78e 0%, #00a766 100%);
    background: -o-linear-gradient(90deg, #00a78e 0%, #00a766 100%);
    background: -ms-linear-gradient(90deg, #00a78e 0%, #00a766 100%);
    background: linear-gradient(0deg, #00a78e 0%, #00a766 100%);
    position: relative;
}

.people-area::before {
    position: absolute;
    right: 0;
    bottom: 28%;
    content: "";
    background-image: url(../img/peple-left.png);
    width: 123px;
    height: 243px;
}

.people-content {
    border-radius: 3px;
    background-color: #ffffff;
}

.people-content i {
    color: #00a78e;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 18px;
}

.people-content a {
    color: #232725;
    font-size: 20px;
    font-style: italic;
    line-height: 40px;
}

.people-content-inner {
    padding: 42px 22px 39px;
}

.people-content p {
    color: #232725;
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 0;
}

.people-content span {
    color: #232725;
    font-size: 13px;
    font-weight: 400;
}

.people-othor {
    margin-top: 27px;
}

.people-othor a {
    font-family: Montserrat;
    color: #00a78e;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
}

.people-area .section-heading {
    margin-bottom: 91px;
}

.frequently-area {
    background-color: #404847;
}

.frequently-area .section-heading h2 {
    margin-bottom: 87px;
}

.frequently-content {
    margin-bottom: 50px;
}

.requently-mr {
    margin-top: 82px;
}

.frequently-content h3 {
    color: #00a78e;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.frequently-content p {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.frequently-footer-content {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-top: 19px;
}

.shipping_inner {
    padding: 0 15px;
}

.shipping-area {
    position: relative;
}

.shipping-area::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    background-image: url(../img/shipping-left.png);
    width: 344px;
    height: 362px;
}

.shipping-content h3 {
    color: #232725;
    font-size: 44px;
    font-weight: 400;
}

.shipping-list ul li {
    font-family: Montserrat;
    color: #232725;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    list-style: none;
    position: relative;
}

.shipping-list ul li::after {
    position: absolute;
    left: -39px;
    top: 2px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #7ec51f;
    content: "\f00c";
    font-family: FontAwesome;
}


.refund-area {
    background-color: #f6f8f6;
}

.refund-content {
    margin-left: -50px;
}

.refund_inner {
    padding-right: 10px;
}

.refund-content h3 {
    color: #232725;
    font-size: 44px;
    font-weight: 400;
}

.refund-content h4 {
    color: #232725;
    font-size: 24px;
    font-weight: 500;
    margin-top: 47px;
    margin-bottom: 35px;
}

.refund-content p {
    color: #232725;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 29px;
}

.refund-content p b {
    font-size: 20px;
    font-weight: 600;
}

.refund-content span {
    font-family: Lora;
    color: #00a78e;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.refund-form {
    background-color: #00a78e;
    padding: 46px;
}

.refund-form h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 28px;
}

.refund-form label {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.refund-form input:placeholder {
    font-family: Montserrat;
    color: #232725;
    font-size: 16px;
    font-weight: 400;
}

.refund-form .form-control {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0rem;
    margin-bottom: 20px;
}

.refund-form input.btn-primary {
    color: #fff;
    background-color: #f47721;
    border-color: #f47721;
}

.refund-form button {}

.refund-form input.btn {
    font-weight: 600;
    padding: 10px 28px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}

.nutrition-money-back {
    padding: 110px 0;
}

.money-back-contant h2 {
    font-family: Lora;
    color: #232725;
    font-size: 40px;
    font-weight: 400;
    margin-top: 52px;
}

.money-back-contant p {
    font-family: Montserrat;
    color: #232725;
    font-size: 18px;
    font-weight: 500;
    width: 78%;
    margin: 32px auto 0;
}

.footer-area {
    background: #393d3d;
}

.footer-top {
    padding: 10px 0;
}

.footer-bottom {
    background: #434746;
    padding: 5px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_title {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 48px;
}

.widget-body p {
    font-family: Montserrat;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.fb-icon ul li {
    display: inline-block;
    margin-left: 10px;
}

.fb-icon ul li:first-child {
    margin-left: 0;
}

.fb-icon ul li a {
    display: block;
}

.fb-icon ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #646b6b;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.fb-icon ul li a:hover {
    background: #7ac143;
    color: #fff;
}

.fb-icon ul li a i {
    font-size: 18px;
}

.footer-brand-logo {
    text-align: center;
    margin-bottom: 54px;
}

.fb-icon {
    text-align: center;
}

address {
    margin-bottom: 0;
}

address p {
    margin-bottom: 0;
}

.footer-contact-icon li a {
    color: #fff;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}

.footer-bottom-inner p {
    font-family: Montserrat;
    color: #878b8a;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
}

.footer-bottom-inner p a {
    color: #878b8a;
}

.footer-bottom-inner p a:hover {
    color: #7ac143;
}

.zigzag {
    position: relative;
}

.zigzag::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(211, 211, 211, .2);
    height: 100%;
    width: 250px;
    transform: skewX(27deg);
    right: 0;
    margin: 0 auto;
}

.what-tribus .zigzag::before {
    left: 102px;
}

.zigzag.zigzag-right::before {
    transform: skewX(-27deg);
    left: 0;
    right: 65px;
    margin: 0 auto;
}

.zigzag.about-area.zigzag-right::before {
    right: -315px;
}

.people-area .zigzag::before {
    left: 415px;
}

.zigzag.nutrition-money-back.zigzag-right::before {
    right: -534px;
}

.what-tribus {
    position: relative;
    overflow-x: hidden;
}

.what-tribus::before {
    position: absolute;
    top: 23%;
    right: -58px;
    content: "";
    background-image: url(../img/banner-btm-bg.png);
    width: 110px;
    height: 120px;
    background-repeat: no-repeat;
    transform: rotate(-55deg);
}
#video-container {
	width: 100%;
	height: 0;
    display: inline-block;
    padding-bottom: 56.30%;
    /*padding-top: 30px;*/
    overflow: hidden;
	/*box-shadow: 0 0 20px rgba(0,0,0,0.1);*/
	/*box-shadow: 0px 2px 0px rgba(0,0,0,0.1);*/
}
#video-container iframe, #video-container object, #video-container embed {
	position: absolute;
    top: 0;
    left: 0!important;
    width: 100%!important;
    height: 100%;
}
.video-stream {
    width: 100%!important;
    left: 0!important;
}
#video {
	width: 100%;
	background: #FFF;
	border: /*1px solid #232323;*/ none;
	/*box-shadow: 0px 2px 0px rgba(0,0,0,0.1);*/
}
#video iframe, #video object, #video embed {
	position: absolute;
    top: 0;
    left: 0!important;
    width: 100%!important;
    height: 100%;
}
#next-step-container {
	margin-top: 25px;
	margin-bottom: 50px;
	display: none;
}
.next-step-container {
    margin-top: 15px;
    margin-bottom: 25px;
	display: none;
}

#quizbox-container {
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
	transition-duration: 1s;
}
    #quizbox {
		width: 100%;
		margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
		/*height: 430px;*/
		background: #FFF;
		transition: all 400ms linear;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
		margin-top: 0px;
		
    }

#title-of-sound {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat';
	transition-duration: 1s;
}
.sm-scale {
	transform: scale(1.2);
}
h1#headline {
	font-family: 'Fjalla One';
	background: #fbff00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}
#quizbox #title {
	width: 100%;
	background: #2d2d2d;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}
#quizbox .quizitem {
	font-size: 14px;
	/*height: 25px;*/
}

#quizbox input[type="radio"] {
    margin-right: 10px;

}

input.inputs {
	font-size: 15px;
	height: 36px;
	padding-left: 10px;
	border: 2px solid #efefef;
	border-radius: 4px;
	outline: none;
	margin-left: 0px;

}

.loading-step {
	font-size: 14px;
	margin-top: 8px;
	color: gray;
}
.loading-done {
	font-weight: 500;
    color: #179028!important;
}
.stock-result-warning {
	font-weight: 400;
	color: orange;
}

.nopadding {
	padding: 0px;
}
.block-price {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	padding-bottom: 10px;
}
.block-price-title {
	text-align: center;

	background: linear-gradient(#3e7159, #265f44);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 60px;
	line-height: 60px;
	color: white;
}
.block-price-saving {
    background: #4cae22;
    color: white;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;

}
.block-price-description {
	font-size: 14px;
}
.block-package {
	font-size: 35px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.block-package:hover {
	cursor: pointer;
}
.block-package span {
	font-size: 14px;
	display: block;
}
#bigprice {
	font-size: 36px;
	font-weight: 600;
	
}
#beforediscount {
	text-decoration: line-through;
	color: gray;
}
.block-not-active {
	background: #f7f7f7;
}
.block-active {
	background: #a9cab0;
	border: 2px solid  #8abd8a;
;
	border-radius: 6px;
	color: white;
}
.menu-top {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.menu-top li {
	display: inline-block;
	margin-right: 20px;
	padding-top: 10px;
	font-weight: 600;
}
.checkout-wrap {
	background: #FFF;
	box-shadow: -5px 4px 10px rgba(0,0,0,0.1);
	border-radius: 4px;
	width: 100%;
	padding-bottom: 20px;
}
.checkout-wrap label {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
    .next-step-container {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
