html {
  scroll-behavior: smooth;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #333;
}

.logo {
	max-height: 37px;
	max-width: 100%;
}

img {
	max-width: 100%;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	background: white;
	width: 100%;
	z-index: 9999;
	box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, 0.2);
}

header #main-nav {
    padding: 10px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

header #main-nav ul.menu-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav .nav-item.cta-btn {
	max-height: 50px;
}

.nav-link {
	color: #582d89;
    display: block;
    outline: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0.05em;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
	color: #582d89;
	opacity: .8;
}

nav .buy-now,
nav .buy-now:hover {
	color: white;
}

.btn-mobile {
	border: none;
	background: none;
	display: none;
}

.btn-mobile:focus,
.btn-mobile:active {
	border: none;
	background: none;
	outline: none;
}

.btn-mobile div {
	background-color: #522F84;
	width: 34px;
	height: 3px;
	margin: 6px 0;
}

.container.large {
	max-width: 1600px;
}

.banner {
	margin-top: 70px;
	/*min-height: 800px;*/
	background-image: url('../img/new-banner.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mobile {
	display: none;
}

.banner .container {
	max-width: 1400px;
}

.banner .container .row {
	/*align-items: center;*/
}

.banner .bottle {
	max-width: 90%;
	position: absolute;
    bottom: 0;
    right: 10%;
    transform: translateY(10vw);
}

.banner .banner-content-wrap {
	order: -1;
}

.banner .banner-content {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	margin-top: 80px;
	margin-bottom: 80px;
}

.banner svg {
	height: 25px;
}

.banner .icon-area-wrap {
	margin-top: 30px;
}

.banner .icon-area {
	align-items: center;
}

.banner .btn-orange {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner p.large {
	font-size: 18px;
}

.btn-orange {
	background-color: #ED7F49;
	color: white;
	border: none;
	width: 350px;
	max-width: 100%;
	display: block;
	padding: 10px 32px;
	border-radius: 25px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Maven Pro', sans-serif;
	transition: all .2s;
}

.btn-orange:hover {
	color: white;
	background-color: #522F84;
	text-decoration: none;
}

.section-title {
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Maven Pro', sans-serif;
}

.section-title span {
	white-space: nowrap;
}

.banner .section-title {
	font-size: 35px;
}

.price {
	color: #522F84;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
}

.price span {
	color: #848484;
	font-weight: 400;
	text-decoration: line-through;
}

p.small {
	font-size: 13px;
}

.btn-modal {
	cursor: pointer;
	color: #582d89;
	font-weight: bold;
	transition: all .2s;
}

.btn-modal:hover {
	opacity: .7;
}

#section-1 {
	background-color: white;
	overflow: inherit;
	z-index: 10;
	position: relative;
}

#section-1 .section-title {
	margin-bottom: 30px;
}

#section-1 .text-area > div {
	padding: 3rem;
}

.back-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#section-1 .back-image {
	background-image: url('../img/nuvothera-481183506-2.jpg');
}

section {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#section-2 {
	background-color: #F2F2F2
}

#section-2 .section-title {
	margin-bottom: 2rem;
}

#section-2 .container {
	max-width: 1400px;
}

#section-2 .results-tab {
	max-width: 1024px;
	margin: 0 auto;
}

.progress-bar {
	background-color: rgba(0,0,0,.05);
	height: 1rem;
	width: 100%;
	position: relative;
}

.progress-bar .inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background-color: #582d89;
}

.progress-bar .inner.smooth {
	transition: all 1.5s;
}

.gray .progress-bar .inner {
	background-color: #999999;
}

.progress-bar-wrap.gray p {
	color: rgba(0,0,0,0.5);
}

#section-2 .btn-orange {
	margin: 0 auto;
}

.subtitle {
	color: #582d89;
	text-transform: uppercase;
	font-size: 30px;
}

#section-3 .subtitle {
	text-transform: none;
}

#section-4 {
	background-color: #ebebec;
}

#section-4 .container {
	max-width: 1400px;
}

#section-4 .video-wrap iframe {
	margin-left: 30px;
	margin-right: 30px;
}

section .section-title {
	margin-bottom: 2rem;
}

#section-4 .video-wrap {
	margin-bottom: 15px;
}

#section-5 .back-image {
	background-image: url('../img/iStock-503428976.jpg');
}

#section-5 .text-area {
	padding: 60px 2rem;
}

p.large {
	font-size: 25px;
}

#section-5 .text-area .btn-orange {
	margin-top: 50px;
}

#section-6 {
	background-color: #ebebec;
}

#section-6 .video-wrap {
	opacity: 0.2;
	width: 33.33%;
}

#section-6 .video-wrap.is-selected {
	opacity: 1;
}

#section-6 button.next,
#section-6 button.previous {
	display: none;
}

.n-review {
	border: solid #EBEBEC 1px;
	padding: 20px;
	margin-bottom: 15px;
}

.n-review .review-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.n-review .review-header h4 {
	font-family: "Maven Pro",sans-serif;
	font-size: 19.2px;
	font-weight: 700;
	margin-bottom: 0;
	margin-left: 5px;
}

.n-review .review-header .stars img {
	display: inline-block;
}

.n-review .review-header .quote {
	font-size: 14px;
}

.flickity-page-dots li.dot,
.slick-dots li button {
	width: 14px;
	height: 14px;
	border: solid 1px #582d89;
	background-color: white;
	border-radius: 100%;
	opacity: 1;
}

.slick-dots li button:before {
	display: none;
}

.flickity-page-dots li.dot.is-selected,
.slick-dots li.slick-active button {
	background-color: #ed7f49;
}

#section-8 {
	background-image: url('../img/plants_back.png');
	border-bottom: 10px #582d89 solid;
}

#section-8 .subtitle {
	color: white;
}

#section-8 .btn-orange {
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#section-8 .btn-orange svg {
	height: 25px;
	margin-top: -3px;
}

#section-8 .bottle-reflect {
	max-width: 370px;
}

p.white {
	color: white;
}

.align-center {
	align-items: center;
}

footer {
	padding-top: 30px;
}

footer .container {
	max-width: 1200px;
}

footer .logo {
	max-height: 72px;
}

footer .social {
	text-align: center;
}

footer .social a {
	display: inline-block;
	margin: 0 10px;
}

footer .social a svg {
	height: 25px;
}

footer .contact-info {
	text-align: right;
}

footer ul {
	text-align: left;
	list-style: none;
	padding-top: 15px;
	padding-left: 0;
	display: inline-block;
}

footer ul li {
	margin-bottom: 15px;
}

footer ul li a {
	color: #582d89;
}

footer ul svg {
	height: 25px;
}

footer ul li a:hover {
	color: #582d89;
	text-decoration: none;	
}

footer .fda-disclaimer {
    border: 1px solid #000;
    padding: 1rem;
    margin-bottom: 50px;
}

footer .fda-disclaimer p {
	margin: 0;
	font-size: 14px;
}

footer .sub-footer {
	background-color: #ebebec;
	padding: .5rem 0 .6rem;
	text-align: right;
}

footer .sub-footer ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

footer .sub-footer ul li {
	display: inline-block;
	margin: 0;
	font-size: 12px;
}


footer .sub-footer ul li:after {
	content: '|';
	margin: 0 .75rem;
}

footer .sub-footer ul li:last-child:after {
	display: none;
}

#myModal .modal-dialog {
	max-width: 960px;
}

#myModal svg {
	height: 42px;
	margin-bottom: 15px;
}

#myModal .inner-content {
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

#myModal .inner-content a {
	color: #522F84;
}

#myModal .inner-content a:hover {
	text-decoration: none;
}

#myModal .inner-content .subscription-modal {
	padding: 30px;
}

#myModal .inner-content .subscription-modal h6 {
	font-family: "Maven Pro",sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.modal-backdrop.show {
	opacity: 0.85
}

iframe, video {
	max-width: 100% !important;
}

.logo-section {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

.logo-section img.logo-item {
	max-height: 80px;
	margin: 0 20px;
	filter: brightness(0) invert(0.7);
}

.logo-section .subtitle {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.banner {
		background-image: url();
		margin-top: 0;
	}

	.banner .banner-content-wrap {
		padding: 0;
	}

	.btn-mobile {
		display: block;
	}

	header {
		position: relative;
	}

	header #main-nav ul.menu-list {
		display: none;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		background-color: white;
		padding: 10px;
		z-index: 99;
	}	

	header #main-nav ul.menu-list.active {
		display: block;
	}

	header #main-nav ul.menu-list li.cta-btn {
		display: inline-block;
	}

	.mobile {
		display: block;
	}

	.banner img.desktop {
		display: none;
	}

	.banner .banner-content-wrap {
		order: 0;
	}

	.banner .bottle {
		max-height: 350px;
		width: auto;
	}

	.banner .banner-content {
		margin-top: 0;
		margin-bottom: 0;
		padding: 15px;
	}

	.price {
		font-size: 32px;
	}

	.section-title,
	.banner .section-title {
		font-size: 28px;
	}

	.subtitle {
		font-size: 24px;
	}

	#section-3 .subtitle {
		margin-bottom: 0;
	}

	p.large {
	    font-size: 21px;
	}

	section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	section .section-title {
		margin-bottom: 1rem;
	}

	#section-1 .back-image,
	#section-5 .back-image {
		height: 350px;
	}

	#section-5 .text-area {
		padding: 30px 0;
	}

	#section-5 .text-area .btn-orange {
		margin-left: auto;
		margin-right: auto;
	}

	#section-4 .video-wrap iframe {
		margin-left: auto;
		margin-right: auto;
	}

	#section-1 .text-area > div {
		padding: 15px;
	}

	.logo-section img.logo-item {
		display: block;
		margin: 10px auto;
	}

	footer .logo {
		margin-bottom: 30px;
	}

	footer .social {
		text-align: left;
	}

	.mobile {
		overflow: hidden;
	}

	.mobile img {
		margin: -60px 0;
	}

	#section-6 .video-wrap {
		opacity: 1;
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}

@media (max-width: 575px) {
	footer .contact-info {
		text-align: left;
	}
}