html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;text-decoration:none;background:transparent; font-weight: normal;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
form textarea{resize:none;}
a:hover, a:focus, a:active{text-decoration:none !important;color:inherit;outline:none !important;}


@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.woff2') format('woff2'),
         url('fonts/Avenir-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('fonts/Avenir-Book.woff2') format('woff2'),
         url('fonts/Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Light';
    src: url('fonts/Avenir-Light.woff2') format('woff2'),
         url('fonts/Avenir-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('fonts/Avenir-Medium.woff2') format('woff2'),
         url('fonts/Avenir-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Roman';
    src: url('fonts/Avenir-Roman.woff2') format('woff2'),
         url('fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	background: #fff;
    font-family: 'Avenir-Book', sans-serif;;
	font-style: normal;
	color: #000;
	overflow-x: hidden;
}
header { margin-bottom: 25px; }

#benefits_form {
	background: #052024 url('../images/banner.webp') no-repeat right;
	background-size: cover;
	color: #fff;
	position: relative;
	overflow-x: hidden;
	padding-bottom: 80px;
	min-height:100vh;
}
#benefits_form h1 {
	font-size: 30px;
    font-family: 'Avenir-Roman';
    line-height: 40px;
}
#benefits_form h1 img { vertical-align: middle; position:relative; top: -1px; }

#benefits_form h2 {
	font-size: 22px;
    font-family: 'Avenir-Roman';
    line-height: 32px;
    margin-top: 30px;
}
#benefits_form h2 img { vertical-align: middle; position:relative; top: -4px; }
.product_bottle {
	position: absolute;
	top: 50%;
	right: -4%;
	transform: translateY(-50%);
}
.product_title {
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translateY(-50%);
}
#benefits_form .container { position:relative; z-index:9; }
#benefits_form .form-control {
	background: transparent !important;
	border: 1px solid #CCCCCC;
	box-shadow: none !important;
	font-size: 15px;
	color: #fff;
	padding: 8px 15px;
}
.form-control::placeholder {
	color: #CCCCCC;
	font-size: 15px;
}
.benefits_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#benefits_form ul {
	width: 30%;
	margin-right: 10%;
	list-style: square;
	padding: 20px 0px 0px 17px;
	color: #178E9A;
	display: flex;
	flex-wrap: wrap;
}
#benefits_form ul:nth-child(2){
	margin-right: 0px;
	width: 40%;
}
#benefits_form ul li {
	margin: 0px 0px;
	width: 100%;
}
#benefits_form ul p {
	color: #fff;
}
.bg_dark { background:#1b1e14; }
#about_benefits { padding: 100px 0px; }
#about_benefits p strong { font-family: 'Avenir-Medium'; font-weight:normal; }

p {
	font-size: 17px;
	line-height: 24px;
	padding: 5px 0px;

}
p strong { font-weight: 600; }
h6 {
    font-family: 'Avenir-Black';
	font-size: 33px;
	margin: 20px 0px 20px 0px;
	color: #000;
	position: relative;
	padding-bottom: 10px;
}
h6 span {
	background: #6AA441;
	display: inline-block;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.btn { width:100%; }

#key_ingredients {
	background: #F5FEFF;
	padding: 50px 0px;
	position: relative;
}
#key_ingredients ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#key_ingredients ul li {
	display: flex;
	align-items: center;
	width: 41%;
	margin: 25px 0px;
	position: relative;
}
#key_ingredients ul li.nutri-oils { margin-left: 6%; }
#key_ingredients ul li.grape-seed-oil { margin-top: -6%; left:-5%; }
#key_ingredients ul li.coconut-oil { margin-top: -8%; }
#key_ingredients ul li.sunflower-oil { margin-top: -8%; }

#key_ingredients ul li p {
	padding-left: 5px;
	font-size: 15px;
	line-height: 22px;
}
#key_ingredients ul li p strong {
    font-family: 'Avenir-Medium';
    font-weight: normal;
}
#key_ingredients .row { position:relative; }
.ingredients_bottle { position:absolute; left: 50.5%; top: 50%; transform:translate(-50%, -50%); width: 45%; }

#Testimonials { padding:100px 0px; }
#Testimonials h6 { margin-bottom:40px; }

#testimonials_slider .item { position:relative; margin-bottom: 30px; }
#testimonials_slider .item video { position: absolute; left:0px; top:0px; width:100%; height:100%; }
.owl-theme .owl-dots .owl-dot span {
	background: #6AA441;
	width: 40px;
	height: 5px;
	opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #6AA441;
	opacity: 1;
}

footer { background:#111; color:#fff; padding: 10px 10px; }
footer p { font-size:14px; }
footer p a { color:#fff; }
footer p a:hover { text-decoration:underline !important; }
#benefits_form select.form-control {
	background: url("../images/arrow.webp") no-repeat center right 15px !important;
	background-size: 15px !important;
}
#benefits_form select.form-control option { background: #082021 !important; }
label.error { color:red; font-size:15px; padding-top: 10px; font-family: 'Avenir-Medium'; font-weight: normal; }
h6.title_book_demo { margin-top: 0px; color: #fff; }

.youtube_video { position:relative; }
.youtube_video iframe { position:absolute; left: 0px; top:0px; width:100%; height:100%; }
.youtube_video iframe.active { z-index:11; }
.paly_video { position:relative; display:block; z-index:9; }
.play_icon { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); opacity:0.85; }

@media only screen and (max-width: 768px) {
	p { font-size:15px; line-height:21px; }
	header { text-align:center; margin-bottom: 30px; }
	header img { width: 120px; }
	.intro { text-align:center; }
	#benefits_form { padding-bottom: 20px; background: #052024 url('../images/banner-mo.webp') no-repeat center bottom; background-size: cover; }
	#benefits_form h1 br { display:none; }
	#benefits_form h1 { font-size:20px; line-height:30px; }
	#benefits_form h1 img { width:150px; }
	#benefits_form ul p { font-size:13px; line-height:17px; }
	#benefits_form ul { width: 49%; margin-right: 2%; }
	#benefits_form ul:nth-child(2) { width: 49%; }
	#benefits_form h2 { font-size:20px; }
	#benefits_form h2 img { width:140px; top: -3px; }
	.benefits_list { margin-bottom: 30px; }
	.form-label { font-size: 13px; }
	#benefits_form .form-control {
		font-size: 13px;
	}
	.form-control::placeholder {
		font-size: 13px;
	}
	.product_bottle, .ingredients_bottle, .product_title { display: none; }
	#about_benefits { text-align:center; padding: 30px 0px 30px 0px; }
	h6 { font-size: 25px; }
	#about_benefits h6 img { width: 165px; }
	h6 span { left: 50%; transform:translateX(-50%); }
	#about_benefits iframe { height: 200px; }

	.lines { display: none; }
	#key_ingredients { padding: 20px 0px; }
	#key_ingredients h6 { text-align:center; }
	#key_ingredients ul { padding:0px 10px; }
	#key_ingredients ul li { width: 100%; margin-left: 0px !important; margin:10px 0px; }
	#key_ingredients ul li.grape-seed-oil, #key_ingredients ul li.coconut-oil { left:0px; margin-top: 10px; }
	#key_ingredients ul li img { width: 21%; margin-right:10px; }
	#key_ingredients ul li p { font-size:13px; line-height:21px; }

	#Testimonials { padding: 30px 0px; }
	#Testimonials h6 { margin-bottom:15px; }
	#testimonials_slider .item { margin-bottom:15px; }
	footer p, footer p.text-end { text-align:center !important; }

	.youtube_video { margin-top:20px; }
}

/*OPT Screen*/
#otp_screen {
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	
}
.otp_inside {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 340px;
	margin: 0px auto;
	height: 100vh;
}
.otp_center {
	width: 100%;
	background: #fff;
	padding: 30px 30px;
	border-radius: 5px;
	position: relative;
} 
.otp_inside .otp_fields {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.otp_inside .otp_fields input {
	width: 23%;
	background: transparent !important;
	border: 1px solid #CCCCCC;
	box-shadow: none !important;
	font-size: 15px;
	color: #000;
	padding: 8px 0px;
	text-align: center;
	border-radius: 5px;
}
.otp_center h4 {
    font-family: 'Avenir-Black';
	font-size: 20px;
	padding-bottom: 20px;
}
.close_popup { width: 25px; height: 25px; position: absolute; top: 15px; right: 15px; font-size: 30px; font-weight: normal; color: #fff; z-index: 111; cursor: pointer; font-family: "Avenir-Black"; }
.close_popup:before, .close_popup:after {
  position: absolute;
  left: 11px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #212120;
}
.close_popup:before {
  transform: rotate(45deg);
}
.close_popup:after {
  transform: rotate(-45deg);
}
.opt_btn { margin-top: 20px; }


.otp_errors p { font-size: 14px; color:red; }
#resend_btn { display: none; }
#did_not_get { padding-bottom: 3px; }
#did_not_get p { font-size: 15px; }
#did_not_get strong { font-weight: 600; }
#did_not_get a { color:#000; text-decoration:underline; }


.loader {
    border: 3px solid #f3f3f3; 
    border-top: 3px solid #8397a4;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
    display: none; 
    position: absolute; 
    margin-left: 5px; 
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}