:root {
    --main-txt-color: #4B4F54;
    --main-red: #FF4646;
    --main-pure-green: rgba(52,170,84,1);
    --main-dark-green: rgba(118,138,117,1);
    --main-green: rgba(52,170,155,1);
    --main-red-bg: rgba(134,60,61,0.11);
    --main-bg-gradient:  linear-gradient(135deg, var(--main-green) 0%, var(--main-dark-green) 100%);
    --main-bg-gradient-l:  linear-gradient(135deg, rgba(52,170,155,0.2) 0%, rgba(118,138,117,0.2) 100%);
  }  
html {
	scroll-behavior: smooth;
	height: 100%;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.usa {
    max-width: 1024px;
    width: 100%;
    margin: 10px auto;
    line-height: 1.7;
    font-size: 14px;
    padding: 0 10px;
}
header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
#home {padding-top: 104px;}
.soc a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 2px;
}
.cert {
	max-width: inherit;
	padding: 0;
}
.cert header {position: inherit;}
.cert-box {
    max-width: 680px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}
.cert-img {
	border: solid 1px #e6e6e6;
	margin: 10px 0;
	-webkit-box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
	box-shadow: -1px 2px 8px -1px rgba(0,0,0,0.5);
}
.cert .logo {
	display: block;
	z-index: 2;
}
.cert h1 {text-align: center;}
.navbar-toggle {z-index: 2;}
.main-nav {
    position: relative;
    z-index: 1;
}
/*////////////////// MENU ///////////*/
.navbar {
    font-size: 18px;
    background-color: #f8f8f8;
    padding: 10px 0;
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-nav {
    list-style-type: none;
    display: none;
    width: 100%;
    background-color: #f8f8f8;
}
.main-nav a {
	color: #4b4f54;
	text-decoration: none;
	margin: 0 10px;
}
.main-nav li {
    text-align: center;
    margin: 15px auto;
}
header .logo {
    display: inline-block;
    margin-left: 20px;
}
.navbar-toggle {
    position: absolute;
    top: 22px;
    right: 20px;
    cursor: pointer;
}
.active {display: block;}
@media screen and (min-width: 854px) {
    .main-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .main-nav li {margin: 0;}
    .nav-links {margin-left: 40px;}
    .navbar-toggle {display: none;}
    .logo:hover, .nav-links:hover {color: rgba(255, 255, 255, 1);}
}
@media screen and (max-width: 853px) {
    header .logo {position: absolute;}
    .main-nav li:nth-of-type(1) {margin-top: 47px;}
}
/*////////////////// END MENU ///////////*/
.inner-page {margin-top: 40px;}
.inner-page p {margin: 10px 0;}
.home-btn {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: var(--main-green);
	padding: 1rem;
	text-align: center;
}
.home-btn button {
	background: #fff;
	font-weight: 600;
	color: #444;
	font-size: 16px;
	border-radius: 4px;
	border: none;
	padding: 0.35rem 1.5rem;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 31px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 31px rgba(0, 0, 0, 0.16);
}
.home-btn button:hover {
	box-shadow: 0 36px 61px rgba(0, 0, 0, 0.16);
	background: #fffbfb;
	-webkit-box-shadow: 0 3px 23px rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 23px rgba(0, 0, 0, 0.12);
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Muli', sans-serif;
    line-height: 1.3;
    color: var(--main-txt-color);
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 1360px;
	margin: 0 auto;
	width: 95%;
}
.starBox {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: 0 auto 10px;
    justify-content: space-between;
}
.fiftin {
    text-align: center;
    width: 90px;
    background: url(../images/fiftin.png) no-repeat center top;
    background-size: contain;
    color: #fff;
    font-weight: bold;
    padding: 30px 10px;
    font-size: 11px;
    line-height: 13px;
    margin: 0 !important;
    flex-direction: column;
}
.fiftin span {font-size: 22px;}
.btn {
    display: inline-block;
    background: var(--main-red);
    box-shadow: 8px 8px 0px 0px rgba(255,70,70,.26);
    padding: 1rem 3.25rem;
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
    transition: all .25s ease-out;
    z-index: 888;
    cursor: pointer;
}
.btn:hover {
    transform: translate(8px, 8px);
    box-shadow: none;
    background: rgba(220,20,60,1);
}
.btn--top {
    border-radius: 50px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: none;
}
.btn--top:hover {transform: none;}
.btn-fixed {display: none;}
.btn-fixed:hover  {transform: none;}
.section-title {
	font-size: 48px;
	font-weight: 800;
	margin: 10px 0;
	text-align: center;
}
.sub-title {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    max-width: 720px;
    margin: 26px auto 50px;
}
.sub-title::first-letter {text-transform: capitalize;}
p {
	font-size: 17px;
	line-height: 26px;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.col {flex: 1 1 100%;}
.top-bar {
    background: var(--main-pure-green);
    padding: 8px 0;
    height: 45px;
}
.top-bar .row {
    justify-content: center;
    align-items: center;
}
.top-bar p {
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
    font-weight: 600;
}
#hero-section, .hero-section {
    position: relative;
    background: url("../images/hero-banner.jpg") 20% center no-repeat;
    background-color: #F8F8F8;
    height: 82vh;
    background-size: contain;
}
#hero-section nav {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 50px;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
}
#hero-section nav .menu  {align-items: center;}
#hero-section nav .menu a:not(.btn--top) {
    font-size: 16px;
    font-weight: 800;
    padding: 0 20px;
    text-decoration: none;
    color: var(--main-txt-color);
}
#hero-section .container, .hero-section .container {
    display: flex;
    align-items: center;
    height: 100%;
}
#hero-section .hero__box, .hero-section .hero__box  {
    position: relative;
    max-width: 700px;
    background: var(--main-bg-gradient);
    padding: 70px 170px 70px 70px;
    color: #fff;
    margin-left: auto;
    margin-right: 50px;
    width: 700px;
    box-shadow: 0px 20px 50px rgba(118, 138, 117, 0.44);
}
#hero-section .hero__box h1, .hero-section .hero__box h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
}
#hero-section .hero__box ul {margin-left: 25px;}
#hero-section .hero__box li {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
    font-size: 22px;
    text-align: left;
}
#hero-section .hero__box li:before {
    content: url(../images/tick.png);
    position: absolute;
    left: 0;
}
@media screen and (max-width: 1360px) {
	#hero-section .hero__box ul {order: 2;}
	#hero-section .hero__box img {order: 1 !important;}
}
@media screen and (max-width: 580px) {
    #hero-section .hero__box h1, .hero-section .hero__box h1 {
        font-size: 24px;
        line-height: normal;
    }
    #hero-section .btn {margin-top: 5px !important;}
    #hero-section .hero__box img {width: 150px;}
}
@media (max-width: 375px) {
    #hero-section .hero__box ul {margin-left: 0;}
    #hero-section .hero__box li {
		font-size: 20px;
		margin: 11px 0;
	}
}
#hero-section .hero__box h2, .hero-section .hero__box h2 {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.9;
    margin: 16px 0 26px;
    text-shadow: 0px 3px 23px rgba(0, 0, 0, 0.26);
}
#hero-section .hero__box img, .hero-section .hero__box img {
    position: absolute;
    right: -60px;
    bottom: -15px;
}
#MainAdvantages .col img, #HowToUse .col img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}
#MainAdvantages .row {align-items: center;}
.icon-box {margin: 50px 0;} 
.icon-box .icon-box__text {margin-left: 20px;}
.icon-box .icon-box__text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}
#MainAdvantages .col {
    width: 100%;
    max-width: 450px;
    height: 375px;
}
#MainAdvantages .RevealingHair-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
#MainAdvantages .RevealingHair1, #MainAdvantages .RevealingHair2 {
    position: absolute;
    height: 100%;   
}
#MainAdvantages .RevealingHair1 {
    right: 0;
    width: 100%;
    background-position: center left;
    background: url("../images/person-day1.png");
    background-size: var(--width) var(--height);
}
#MainAdvantages .RevealingHair2 {
    right: 0;
    width: calc( 100% - var(--x,50%));
    background: url("../images/person-day27.png");
    background-size: var(--width) var(--height);
    background-position: center right;
    box-shadow: inset 1px 0 0 var(--main-red), -1px 0 0 var(--main-red);
}
#HowItWork {overflow: hidden;}
#HowItWork .bg-rotate  {
    background: var(--main-bg-gradient-l);
    transform: skew(0, -3deg);
    padding: 70px 0;
}
#HowItWork .container {transform: skew(0, 3deg);}
#HowItWork .ingredients-holder .ingredient {
    position: relative;
    margin: 0 15px;
}
#HowItWork .ingredients-holder .ingredient img {position: relative;}
#HowItWork .ingredients-holder .ingredient::after {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-image: linear-gradient(180deg, transparent , #000);
    opacity: .5;
}
#HowItWork .ingredients-holder .ingredient p {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
#HowItWork h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 80px auto 60px;
    max-width: 720px;
}
#HowItWork .ingr-desc-hodler {align-items: center;}
#HowItWork .ingr-desc-hodler .col {position: relative;}
#HowItWork .ingr-desc-hodler .col:first-of-type {margin-right: 80px;}
#HowItWork .ingr-desc-hodler .col:last-of-type {margin-left: 80px;}
#HowItWork .ingr-desc-hodler .text-box {margin: 50px 0;}
#HowItWork .ingr-desc-hodler .text-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
#HowItWork .ingr-desc-hodler .col-separator {
    position: absolute;
    top: 44%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 135%;
    height: 3px;
    background-color: var(--main-pure-green);
    line-height: 3px;
    border-radius: 3px;
    z-index: 1;
}
#HowItWork .ingr-desc-hodler .col:first-of-type .col-separator::before {
    position: absolute;
    top: -4px;
    left: calc(100% - 4px);
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background-color: var(--main-pure-green);
    content: '';
}
#HowItWork .ingr-desc-hodler .col:last-of-type .col-separator {
    top: 46%;
    left: -35%;
}
#HowItWork .ingr-desc-hodler .col:last-of-type .col-separator::after {
    position: absolute;
    top: -4px;
    right: calc(100% - 4px);
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background-color: var(--main-pure-green);
    content: '';
}
#testimonials .testimonial {
    text-align: center;
    border-radius: 6px;
    background: #fff;
    margin: 15px 25px 0;
    width: 300px;
}
#testimonials .testimonial h4 {
    font-weight: 600;
    padding: 20px 20px 8px 20px;
    font-size: 16px;
}
#testimonials .testimonial p {
    font-size: 15px;
    padding: 0 20px 20px 20px;
    opacity: 0.9;
}
.gallery .wrapper {padding: 0;}
.gallery img {width: 100%;}
.gallery .mob {display: none;}
@media (max-width: 640px) {
    .gallery .desc {display: none;}
    .gallery .mob {display: block;}
}
#risk-free, #FAQ {
    background: var(--main-bg-gradient);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}
#risk-free  .icon-box img{
    max-width: 72px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 20px 50px rgba(118, 138, 117, 0.26);
}
#risk-free  .icon-box {margin: 50px 30px 0;}
#risk-free .svg-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
}
#risk-free .svg-shape2 {
    position: absolute;
    top: -70px;
    right: 0;
    transform: rotate(90deg);
}
#risk-free .btn {
   display: flex;
   justify-content: center;
   max-width: 300px;
   margin: 20px auto;
   position: relative;
}
.btn-secure {
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}
#risk-free .btn-secure .row {align-items: center;}
#risk-free .btn-secure .row p {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
}
#video .sub-title {
    color: var(--main-green);
    font-weight: 600;
    margin: 8px 16px;
}
#video .quotes {position: relative;}
#video .quotes img:first-of-type {
    position: absolute;
    left: -20px;
    top: 0px;
}
#video .quotes img:last-of-type {
    position: absolute;
    right: -20px;
    bottom: 20px;
}
#video iframe {
    height: 400px;
    width: 100%;
    max-width: 850px;
    display: block;
    margin: 50px auto;
    z-index: 1;
    position: relative;
}
#HowToUse {overflow: hidden;}
#HowToUse .bg-rotate  {
    background: var(--main-bg-gradient-l);
    transform: skew(0, -3deg);
    padding: 70px 0;
}
#HowToUse .container {
    transform: skew(0, 3deg);
    margin-top: 100px;
}
#HowToUse .row .col {margin: 0 50px;}
#HowToUse .icon-box {align-items: center;}
#FAQ .svg-shape1 {
    position: absolute;
    top: 0;
    left: 0;
}
#FAQ .svg-shape2 {
    position: absolute;
    bottom: -90px;
    right: 0;
    transform: rotate(-90deg);
}
#FAQ .section-title {margin-bottom: 50px;}
/* Accordion styles */
.tabs {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    max-width: 820px;
    margin: 0 auto;
  }  
  .tab {
    width: 100%;
    color: white;
    overflow: hidden;
  }
  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
  }
  .tab-label:hover {background:rgba(75, 79, 84, .45);}
  .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
  }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    transition: all .35s;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
  }
  .tab-close:hover {background: #1a252f;} 
  input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
    font-size: 18px;
    line-height: 1.56;
  }  
#FAQ input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.section_04 .wrapper {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-around;
    padding: 14px 10px 0;
    margin: 0 auto;
}
.choice-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    margin: 15px 10px;
    background-color: rgba(210, 210, 210, 0.73);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.choice-tab .logo {
    max-width: 160px;
    width: 100%;
    margin: 0;
}
.buy-nfo {text-align: center;}
.buy-two {
    color: black;
    font-weight: 400;
    font-size: 16px !important;
    max-width: 220px;
}
.pack-box {
    position: relative;
    max-width: 250px;
    width: 100%;
    text-align: center;
    margin: 0 auto 15px;
}
.pack-box img {
	max-width: 161px;
	width: 100%;
}
.pack-one {max-width: 100px !important;}
.info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 550px;
}
.info-box h2 {
	font-size: 23px;
	text-align: center;
}
.info-box h2 span {
	display: block;
	font-size: 15px;
	font-weight: 200;
}
.info-box p {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.info-box p span {
    font-weight: 200;
    font-size: 16px;
    margin: 0 4px;
    display: block;
}
.info-box button {
    border: none;
    padding: 10px 9px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    background-color: #008000;
    -webkit-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    -moz-box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    box-shadow: 2px 5px 13px -6px rgba(0,0,0,0.73);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.info-box button:hover {box-shadow: none;}
.old-price {
    color: #ff0c00;
    font-size: 16px !important;
    text-decoration: line-through;
}
.price-info {
	color: #007f00;
	font-size: 22px !important;
}

@media (max-width: 768px) {
    .section_04 .wrapper {
    	flex-direction: row;
    	align-items: inherit;
    	padding: 0;
    }
    .pack-box {margin: 0 auto 20px;}
    .price-info {margin: 9px 0;}
}
@media (max-width: 410px) {
	.choice-tab {
		margin: 15px 0 15px;
		width: 30%;
	}
}
.soc img {
    border-radius: 50%;
    margin: 0 2px;
}
footer {
    padding: 10px 0 40px;
    background: #232923;
    color: rgba(255,255,255,0.8);
}
footer p, footer a {font-size: 14px;}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}
footer .seller, footer .links, footer .contacts {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
}
footer .seller .logo {margin: 0;}
footer .seller p {font-size: 15px;}
footer .links {
    display: flex;
    flex-direction: column;
}
footer h4 {margin-bottom: 15px;}
footer a {
    color: #d3d5d3;
    text-decoration: none;
    margin-bottom: 7px;
}
footer .contacts p {margin-bottom: 10px;}
footer .contacts img {margin-right: 5px;}
.copyright {
    max-width: 1360px;
    margin: 10px auto;
    width: 95%;
    border-top: solid 1px #4e4e4e;
    padding-top: 8px;
    font-size: 12px;
}
.button-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: var(--main-red);
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 999;
    border-radius: 0;
    cursor: pointer;
 }
#cookie-consent-bar {
	text-align: left;
	padding: 10px 20px 10px 10px;
	font-size: 18px;
	background-color: rgba(4, 56, 74, 0.9);
	position: fixed;
	bottom: 0;
	z-index: 2222;
	width: 100%;
	color: #fff;
	border-top-right-radius: 40px;
	width: 60%;
	display: flex;
	align-items: center;
}
#cookie-consent-bar p {
	color: #fff;
	font-size: 14px;
	margin: 0 10px 0 16px;
	max-width: 90%;
}
#cookie-consent-bar a {
	font-weight: 500;
	cursor: pointer;
	color: #9ae0ff;
}
#accept-cookies, #read-cookie-policy {
	padding: 5px;
	font-size: .8em;
	border-width: 2px;
	border-style: solid;
	background-color: rgba(68, 68, 68, 0.9);
	color: #fff;
	display: inline-block;
	width: 200px;
	height: 40px;
	margin: 5px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #cookie-consent-bar {
		width: 100%;
		padding: 10px;
		flex-direction: column;
		border-top-right-radius: 0;
		text-align: center;
	}
	#cookie-consent-bar img {display: none;}
	#cookie-consent-bar p {
		margin: 0;
		line-height: normal;
		max-width: inherit;
	}
}

  @media screen and (max-width: 1360px) {
  	#home {padding-top: 59px;}
  	.navbar {top: 0;}
    .icon-box,#HowItWork .ingr-desc-hodler .text-box {margin:  26px 0;}
    #hero-section nav .menu, .top-bar {display: none;}
    #hero-section nav .logo {margin: 0 auto;}
    #hero-section nav .logo img {max-width: 120px;}
    #hero-section nav {
        z-index: 1;
        background: rgba(255,255,255, .9);
        padding: 10px 0;
    }
    #hero-section, .hero-section {
        background-size: cover;
        background-position: center center;
        height: auto;
    }
    #hero-section .container, .hero-section .container {
        align-items: stretch;
        width: 100%;
    }
    #hero-section .hero__box, .hero-section .hero__box {
        background: linear-gradient(135deg, rgba(52, 170, 155, 0.9) 0%, rgba(118, 138, 117, 0.9) 100%);
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 30px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-section .hero__box {margin-top: 0;}
    #hero-section .hero__box img, .hero-section .hero__box img {
        order: 3;
        max-width: 180px;
        position: relative;
        bottom: 0;
    }
    #hero-section .btn, .hero-section .btn  {
        order: 4;
        margin-top: 26px;
    }
    #hero-section .hero__box img, .hero-section .hero__box img {right: 0;}    
    #MainAdvantages .row,  #HowToUse .row  {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    #MainAdvantages .row .col {
        order: 2;
        max-width: 100%;
        height: auto;
        text-align: center;
        justify-content: center;
    }
    #MainAdvantages .row .col:nth-of-type(2) {order: 1;}
    #HowItWork .ingr-desc-hodler {
        padding: 0 15px;
        flex-direction: column;
        text-align: center;
    }
    #HowItWork .ingr-desc-hodler .col:last-of-type, #HowItWork .ingr-desc-hodler .col:first-of-type {margin: 0;}
    #HowItWork .ingr-desc-hodler .col {
        order: 2;
        margin: 26px auto;
    }
    #HowItWork .ingr-desc-hodler .col:nth-of-type(2) {order: 1;}
    #HowItWork .ingr-desc-hodler .col-separator {display: none;}
    #HowItWork h4 {margin-bottom: 0;}
    #testimonials .testimonial {margin: 0 15px;}
    #video .quotes {
        flex-wrap: wrap;
        justify-content: center;
    }
  }
@media screen and (max-width: 960px) {
    .section-title {font-size: 28px;}
    .sub-title {margin: 16px auto 20px;}
    #testimonials .testimonials-holder {flex-wrap: wrap;}
    #testimonials .testimonial:nth-of-type(2), #testimonials .testimonial:nth-of-type(4) {margin: 0 auto;}
    #testimonials .testimonial {margin: 0 auto;}
    #risk-free .row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #risk-free .btn-secure {flex-wrap: nowrap;}
    #risk-free .icon-box {margin: 16px auto;}
    #risk-free .row .icon-box .icon-box__img {
        flex: 1 1 100%;
        margin-bottom: 7px;
    }
    #risk-free .icon-box .icon-box__text {margin-left: 0;}
    #HowItWork .ingredients-holder  {
        flex-wrap: wrap;
        justify-content: center;
    }
    #HowItWork .ingredients-holder .ingredient {
        flex: 1 1 100%;
        max-width: 150px;
        margin: 0;
    }
    #video .quotes img:first-of-type {left: 0;}
    #video .quotes img:last-of-type {right: 0;}
    #HowToUse .row {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    #hero-section .hero__box h1, .hero-section .hero__box h1 {
        font-size: 34px;
        line-height: 38px;
    }
    #hero-section .hero__box h2, .hero-section .hero__box h2 {font-size: 18px;}
    #MainAdvantages .col img {max-width: 220px;}
    #HowToUse .container {margin-top: 0;}
    #video .sub-title {
        font-size: 17px;
        margin: 5px 10px;
    }
    #video iframe {margin: 20px auto;}
    .info-box p {font-size: 13px !important;}
    .buy-two {}
    .old-price {margin-top: 10px;}
    .price-info {margin: 0;}
    .info-box button {}
}
@media screen and (max-width: 425px) {
	#hero-section .hero__box h2 {margin: 15px 0;}
    .product-mob {
    	display: block;
    	max-width: 315px !important;
    	width: 100%;
    }
    #hero-section nav {display: none;}
    #hero-section .hero__box {
		margin: 0;
		padding: 10px;
	}
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.section_01 .info-box h1 {font-size: 32px !important;}
.main-menu {position: relative;}
.btn--top {font-weight: normal;}
.choice-tab {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: solid 6px #ffffff;
}
.choice-tab:hover, .active-tab {
	cursor: pointer;
	border: solid 6px #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	-moz-box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
	box-shadow: 0px 10px 10px -8px rgba(8,126,181,0.41);
}
.raiting {text-align: center;}
.stars img {
	max-width: 25px;
	position: inherit !important;
}
.raiting p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
}
.hero__box .btn {
    margin: 9px 0 0 40px;
    display: table;
}
@media screen and (max-width: 1360px) {
	.stars img {max-width: 25px !important;}
	.hero__box .raiting {order: 2;}
	.hero__box .btn {margin: 0 auto;}
}
.testimonial__text .raiting {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial__text .stars {
    display: flex;
    justify-content: center;
    width: 95px;
}
.testimonial__text .stars img {
    max-width: 15px !important;
    margin: 0;
    vertical-align: inherit;
    border-radius: inherit;
}
.testimonial__text .raiting p {
    font-size: 13px !important;
    opacity: 1 !important;
    max-width: inherit;
    margin: 0;
    background-color: #a9d873;
    padding: 0 6px !important;
}
.btn-hodler .raiting {margin: 0 auto;max-width: inherit;}
.btn-hodler .raiting p {font-size: 13px;}
.pack-one {max-width: 208px !important;}
.btn-hodler .raiting p {text-align: center;}
.topBar {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #34aa54;
	padding: 8px 0;
	font-weight: bold;
}
.topBar img {margin: 0 10px;}
.top-menu {
    background-color: #f8f8f8;
    padding: 10px 0;
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top-menu .logo {margin: 0;}
.main-menu {
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
}
.top-menu li {
    text-align: center;
    margin: 0;
}
.top-menu li a {
    color: #4b4f54;
    text-decoration: none;
    margin: 0 10px;
}
.secur {margin-left: 20px !important;}
@media screen and (max-width: 1286px) {
	.topBar {display: none;}
	header .logo {position: fixed}
	.top-menu {align-items: flex-start;}
	.main-menu {
		list-style-type: none;
		display: none;
		width: 100%;
		margin-top: 49px;
		background-color: #f8f8f8;
	}
    .top-menu .navbar-toggle {display: block;}
    .top-menu li {margin: 10px 0;}
}
.active {display: block !important;}
.section_01 {background-color: #F8F8F8;}
.section_01 .container {
    display: flex;
    align-items: center;
    position: relative;
}
.section_01 .models {max-width: 650px;}
.section_01 .info-box {
    align-items: flex-start;
    padding: 20px 30px;
    margin: 0 20px;
    color: #fff;
    background: #34aa9a;
    background: -moz-linear-gradient(-45deg, #34aa9a 0%, #768a75 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #34aa9a), color-stop(100%, #768a75));
    background: -webkit-linear-gradient(-45deg, #34aa9a 0%, #768a75 100%);
    background: -o-linear-gradient(-45deg, #34aa9a 0%, #768a75 100%);
    background: -ms-linear-gradient(-45deg, #34aa9a 0%, #768a75 100%);
    background: linear-gradient(135deg, #34aa9a 0%, #768a75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aa9a', endColorstr='#768a75', GradientType=1 );
}
.section_01 .info-box .raiting1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.section_01 .info-box .raiting1 .stars {width: 121px;}
.section_01 .info-box .raiting1 p {
    font-size: 13px;
    font-weight: 100;
    display: initial;
    color: #000;
}
.section_01 .h1 {
    display: none;
    font-size: 35px;
}
.section_01 .info-box h1 {
    margin: 0 0 20px;
    font-size: 42px;
}
.section_01 .info-box li {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
    font-size: 22px;
    text-align: left;
}
.section_01 .info-box li:before {
    content: url(../images/tick.png);
    position: absolute;
    left: 0;
}
.section_01 .info-box .button {margin: 10px 0 20px;}
.section_01 .salescard {margin-bottom: 10px;}
.section_01 .info-box .raiting p {
    font-weight: 100;
    font-size: 13px;
}
.section_01 .product {
    position: absolute;
    right: 0;
    bottom: 0;
}
.section_01 .order-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 396px;
    width: 100%;
}
.section_01 h2 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 53px;
}
.stars img {max-width: 19px;}
@media screen and (max-width: 1360px) {
	.section_01 {		
	    background: url(../images/hero-banner.jpg) 20% center no-repeat;
	    background-size: cover;
		background-position: center center;
		height: auto;
	}
	.section_01 .container {
		width: 100%;
		justify-content: center;
		background: linear-gradient(135deg, rgba(52, 170, 155, 0.9) 0%, rgba(118, 138, 117, 0.9) 100%);
		flex-wrap: wrap;
	}
	.section_01 .models {display: none;}
	.section_01 .info-box {
		background: transparent;
		margin: 0;
		max-width: 550px;
	}
    .section_01 .product {position: inherit;}
    .section_01 .info-box .raiting1 .stars img {max-width: 19px !important;}
    .section_01 h2 {margin-bottom: 10px;}
}
@media screen and (max-width: 768px) {
	.section_01 .container, .section_01 .info-box .raiting1 {flex-direction: column;}
	.section_01 .h1 {
		display: block;
		font-size: 31px;
		text-align: center;
		color: #ffff;
		margin: 10px 0;
	}
	.section_01 .info-box h1 {display: none;}
	.section_01 .product {order: 1;}
	.section_01 .info-box {
		order: 2;
		max-width: inherit;
		padding: 10px;
		align-items: center;
	}
}
@media screen and (max-width: 425px) {
	.section_01 .h1 {
		font-size: 21px;
		padding: 0 20px;
	}
	.section_01 .product {max-width: 180px;}
	.section_01 .info-box .raiting1 {flex-direction: column;}
	.section_01 .info-box li {
		margin: 10px 0;
		font-size: 18px;
		padding-left: 24px;
	}
	.section_01 .info-box li:before {content: url(../images/tick_s.png);}
}
.btn-hodler .salescard {
    margin: 0 auto 10px;
    display: table;
}
#risk-free .btn-secure .row {justify-content: center;}
.section_04 .box {
    text-align: center;
    margin: 10px auto;
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.slider {
    max-width: 920px;
    width: 100%;
    margin: 0 auto 15px;
}
.testimonial-box {
    margin: 0 5px;
    width: 33.333%;
    background-color: #fdf5f8;
}
.avatar {border-radius: inherit !important;}
.txt-box h4 {
    font-weight: 100;
    margin-top: 5px;
}
.txt {
    font-size: 13px;
    line-height: normal;
    padding: 0 8px 8px;
}
.slider .raiting {margin: 10px 0 0;}
.slider .raiting p {color: #51a438;}
.slider .stars {
    display: flex;
    justify-content: center;
}
.slider .stars img {margin: 0;}
.slick-prev, .slick-next {
    position: absolute;
    top: 40%;
    width: 21px;
    height: 21px;
    padding: 0;
    background: url(../images/prev.png);
    color: transparent;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.slick-next {background: url(../images/next.png);}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
}
.slick-prev {left: -25px;}
.slick-next {right: -25px;}
@media screen and (max-width: 972px) {
    .slick-prev {left: 5px;}
    .slick-next {right: 5px;}
}
.slider {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1360px;
}
.testimonial-box {
    max-width: 296px;
    width: 100%;
    margin: 10px 5px;
    padding: 10px;
}
.avatar {
    margin: 0 auto;
    display: block;
}
.txt-box .txt {padding: 0;}

header .logo img {width: 100%;}
.inner-page {margin-top: 56px;}
.inner-page .container {padding-top: 10px;}
.inner-page h2 {
    text-align: center;
    font-size: 32px;
}
.inner-page footer {padding: 10px 0;}
.contact-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact-box div {
    width: 100%;
    max-width: 370px;
}
.contact-box h3 {
    font-size: 21px;
    margin: 10px 0 0;
}
.contact-box div p {min-height: 102px;}
.contact-box iframe {width: 100%;}
@media (max-width: 1333px) {
	.contact-box {flex-direction: column;}
    .contact-box div {max-width: inherit;}
}

.free {
    padding: 15px 10px;
    background: #F8F8F8;
}
.free .responsive {
    max-width: 1360px;
    margin: 0 auto;
}
.free .responsive .box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 224px;
    margin: 0 auto;
}
.free .responsive img {max-width: 64px;}
.free .responsive p {
    margin-left: 10px;
    line-height: normal;
}

.gallery-desk {
    background: url(../images/gallery.jpg) no-repeat center top;
    background-size: contain;
    padding-top: 56%;
}
.gallery-mob {
    background: url(../images/gallery-mob.jpg) no-repeat center top;
    background-size: contain;
    padding-top: 178%;
}

#video iframe {
    height: 400px;
    width: 100%;
    max-width: 850px;
    display: block;
    margin: 50px auto;
    z-index: 1;
    position: relative;
}
.video {
    width: 640px;
    height: 388px;
    margin: 0 auto;
    display: block;
    background: url("../images/video.jpg") 0px 0px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
}
.video:hover {
    background: url("../images/video.jpg") 0px 390px;
    cursor: pointer;
}
@media (max-width: 670px) {
    .video, iframe {
        width: 100%;
        height: 57.25vw;
        background-size: 100%;
    }
}
