@charset "UTF-8";

@font-face {
	font-display: swap;
	font-family: Avenir LT Std;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"), 
	url("../fonts/AvenirLTStd-Roman.woff") format("woff")
}

@font-face {
	font-display: swap;
	font-family: Avenir LT Std;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), 
	url("../fonts/AvenirLTStd-Book.woff") format("woff")
}

@font-face {
	font-display: swap;
	font-family: Avenir LT Std;
	font-style: normal;
	font-weight: 900;
	src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), 
	url("../fonts/AvenirLTStd-Black.woff") format("woff")
}

body {
	font-family: Avenir LT Std;
	font-weight: 400
}

.custom-wrapper {
	padding: 1% 0
}

.w-70 {
	width: 70%
}

.wrapper_new {
	padding: 0 0 5%
}

input#agree_terms {
	margin: 0 5px 0 0;
	overflow: hidden;
	vertical-align: middle
}

.strong-subtitle {
	font-size: 20px;
	font-weight: 900
}

.thin-subtitle {
	font-size: 18px
}

.malemd_btn {
	align-items: center;
	background: #db3e4d;
	border-color: #db3e4d;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: .7em 4.5em;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.malemd_btn,
.malemd_btn span {
	position: relative
}

.malemd_btn:before {
	background-color: #ff002f;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0
}

.malemd_btn:after {
	background-color: #db3e4d;
	content: "";
	display: inline-block;
	transition: all .3s;
	z-index: 2
}

.malemd_btn:focus,
.malemd_btn:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

.malemd_btn:focus:before,
.malemd_btn:hover:before {
	width: 100%
}

.malemd_btn:focus:after,
.malemd_btn:hover:after {
	background-color: #ff002f
}

.malemd_btn2 {
	align-items: center;
	background: #db3e4d;
	border-color: #db3e4d;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 24px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: .5em 3em;
	position: relative;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.malemd_btn2.malemd_btn3 {
	font-size: 14.4px;
	padding: .5em 1.5em
}

.malemd_btn2 span {
	position: relative
}

.malemd_btn2:before {
	background-color: #ff002f;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0
}

.malemd_btn2:after {
	background-color: #db3e4d;
	content: "";
	display: inline-block;
	transition: all .3s;
	z-index: 2
}

.malemd_btn2:focus,
.malemd_btn2:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

.malemd_btn2:focus:before,
.malemd_btn2:hover:before {
	width: 100%
}

.malemd_btn2:focus:after,
.malemd_btn2:hover:after {
	background-color: #ff002f
}

.decline-button {
	align-items: center;
	background: #343a40;
	border-color: #343a40;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: 1.1175em 1em;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.decline-button,
.decline-button span {
	position: relative
}

.decline-button:before {
	border-radius: 8px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0
}

.decline-button:after,
.decline-button:before {
	background-color: #000;
	content: "";
	transition: all .3s
}

.decline-button:after {
	display: inline-block;
	z-index: 2
}

.decline-button:focus,
.decline-button:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

.decline-button:focus:before,
.decline-button:hover:before {
	width: 100%
}

.decline-button:focus:after,
.decline-button:hover:after {
	background-color: #000
}

#blue-separator2 {
	background: #1a518a;
	display: block;
	position: relative
}

#blue-separator2:before {
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-top: 28px solid #1a518a;
	bottom: -28px;
	content: "";
	display: block;
	height: 0;
	left: calc(50% - 28px);
	position: absolute;
	width: 0
}

#blue-separator2 .inner-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.3em 0;
	position: relative
}

#blue-separator2 h1 {
	font-size: 35px;
	letter-spacing: -.5px;
	text-transform: uppercase
}

#blue-separator2 h1,
#blue-separator2 h5 {
	color: #fff;
	font-weight: 900;
	margin-bottom: 0
}

#blue-separator2 h5 {
	background: #338dbf;
	border-radius: 25px;
	font-size: 20px;
	margin-left: 10px;
	padding: 5px 15px
}

#faqAccordion_new {
	overflow: hidden
}

#faqAccordion_new .card-header {
	align-items: center;
	background: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative
}

#faqAccordion_new .card-header:focus {
	box-shadow: none;
	outline: none
}

#faqAccordion_new .card-header:before {
	color: #1a518a;
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: calc(50% - 15px);
	transition: all .3s
}

#faqAccordion_new .card-header i {
	color: #1a518a;
	font-size: 20px
}

#faqAccordion_new .card-header[aria-expanded=true]:before {
	content: ""
}

#faqAccordion_new h5 {
	color: #1a518a;
	font-size: 24px;
	font-weight: 900
}

#faqAccordion_new .box {
	margin-bottom: 5px;
	overflow: hidden
}

#faqAccordion_new .box p {
	color: #333;
	font-size: 18px
}

#faqAccordion_new .card-body,
#faqAccordion_new .card-header {
	padding-left: 0;
	padding-right: 0
}

#htt_navigation {
	background: #fff;
	left: 0;
	padding: .75em 0;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: 100
}

#htt_navigation img {
	display: block;
	margin: 0 auto;
	max-width: 230px;
	width: 100%
}

#htt_navigation.custom-header img {
	max-width: 150px
}

#htt_footer {
	background: #1a518a
}

#htt_footer p {
	color: #fff;
	font-size: 20px
}

#htt_footer .top-footer {
	padding: 1.3em 0
}

#htt_footer .left-side {
	align-items: center;
	display: flex;
	justify-content: flex-start
}

#htt_footer .left-side .footer-icon {
	display: block;
	max-width: 200px;
	width: 100%
}

#htt_footer .left-side a img {
	display: block;
	height: 100%;
	width: 78%
}

#htt_footer .copyrights {
	background: #000;
	padding: 1.3em 0
}

#htt_footer .contact-links {
	list-style: none;
	margin: 0 0 1em;
	padding: 0
}

#htt_footer .contact-links li {
	color: #fff;
	font-size: 24px
}

#htt_footer .contact-links li a {
	color: #fff
}

#htt_footer .terms-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0
}

#htt_footer .terms-list li {
	display: inline-flex;
	font-size: 20px
}

#htt_footer .terms-list li:first-child {
	margin-right: 20px
}

#htt_footer .terms-list li a {
	color: #fff;
	white-space: nowrap
}

#htt_footer .copy-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0
}

#htt_footer .copy-links li {
	display: inline-flex;
	font-size: 20px
}

#htt_footer .copy-links li:first-child {
	margin-right: 20px
}

#htt_footer .copy-links li a {
	color: #fff;
	white-space: normal
}

#new_footer .legit {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end
}

#new_footer .legit .footer-icon {
	display: block;
	max-width: 160px;
	width: 100%
}

#new_footer .legit a img {
	display: block;
	height: 100%;
	margin: 0 auto;
	width: 78%
}

.offer-discount {
	background-color: #db3e4d;
	border-color: #db3e4d;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 900;
	left: 0;
	padding: 10px 0;
	position: fixed;
	text-decoration: none;
	transition: all .5s ease;
	width: 100%;
	z-index: 1
}

.offer-discount:focus,
.offer-discount:hover {
	background: #d10000;
	border-color: #d10000;
	box-shadow: none;
	color: #fff;
	outline: 0;
	text-decoration: none
}

#video_doctor {
	height: 300px;
	width: 100% !important
}

#video_doctor_bigVid {
	height: 400px;
	width: 100% !important
}

.safety-profile {
	padding: 4rem 0
}

.safety-profile h2 {
	font-size: 2.5rem;
	line-height: 1.2;
	margin-bottom: 1.5rem
}

.safety-profile h4 {
	font-size: 1rem;
	margin: 1rem 0
}

.safety-info {
	padding-top: 2rem
}

.safety-info .title {
	font-size: 18px;
	font-weight: 700
}

.safety-info .title span {
	color: #000;
	text-decoration: underline
}

.safety-info .title i {
	color: orange
}

.safety-info p {
	font-size: 17px
}

.safety-info a {
	color: #338dbf
}

.safety-info a,
.safety-info a:hover {
	text-decoration: none
}

.safety-info .safe {
	color: #000;
	font-size: 30px;
	font-weight: 400
}

.upsell-head_new {
	background: red;
	color: #fff;
	left: 0;
	padding: .75em 0;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: 100
}

.upsell-head_new p {
	font-size: 1.3em
}

@media (max-width:768px) {

	.malemd_btn2,
	.malemd_btn3 {
		line-height: 1.3
	}

	#blue-separator2 h5 {
		margin-left: 0;
		margin-top: 5px
	}

	.strong-subtitle {
		font-size: 16px
	}

	.thin-subtitle {
		font-size: 14px
	}

	#htt_footer .left-side {
		justify-content: center;
		margin-bottom: 1em
	}

	#htt_footer .copy-links,
	#htt_footer .terms-list {
		justify-content: center
	}

	#htt_footer .copy-links li:first-child {
		margin-right: 0
	}

	#htt_footer .footer-logo {
		margin-bottom: 1em
	}

	.safety-info .safe {
		font-size: 18px;
		margin-bottom: 2rem
	}
}

@media (max-width:576px) {
	.decline-button {
		font-size: 11px;
		padding: 1.887em .8em
	}

	.custom-wrapper {
		padding: 3% 0
	}

	.strong-subtitle {
		font-size: 14px
	}

	.thin-subtitle {
		font-size: 13px
	}

	#htt_navigation {
		padding: .5em
	}

	#htt_navigation img {
		max-width: 160px
	}

	#htt_footer .contact-links li,
	#htt_footer .copy-links li,
	#htt_footer .terms-list li,
	#htt_footer p {
		font-size: 18px
	}

	.malemd_btn,
	.malemd_btn2 {
		font-size: 20px;
		padding: .8em 2em
	}

	#new_footer .legit {
		justify-content: center;
		margin-bottom: .5em
	}

	#new_footer .legit .footer-icon {
		max-width: 185px
	}

	.offer-discount {
		font-size: 12px;
		font-weight: 600;
		padding: 10px 0;
		word-spacing: -.5px
	}
}

#htt_header {
	background: url(/app-client/images/dc/header_bg_desktop.jpg) no-repeat;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4em 0 6em;
	position: relative
}

#htt_header h3 {
	font-size: 51px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: .5em;
	text-transform: uppercase;
	word-spacing: -3px
}

#htt_header p {
	background: #338dbf;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	margin: 0 auto 3em;
	max-width: 93%;
	padding: .3em .5em
}

#htt_header .bottom-content,
#htt_subtitle {
	position: relative
}

#htt_subtitle {
	margin-bottom: 3em
}

#htt_subtitle h1 {
	background: #1a518a;
	color: #fff;
	content: "";
	display: block;
	font-size: 35px;
	font-weight: 900;
	left: 0;
	margin: 0 auto;
	padding: .5em 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: -41px;
	width: 90%
}

#icons-section {
	padding: 2em 0
}

#icons-section .box {
	grid-gap: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

#icons-section .inner-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	padding: 15px
}

#icons-section img {
	display: block;
	margin: 0 auto 20px;
	max-width: 80px;
	width: 100%
}

#icons-section h5 {
	color: #000;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase
}

#icons-section p {
	font-size: 22px;
	line-height: 1.4
}

#blue-separator {
	background: #1a518a;
	position: relative
}

#blue-separator .icon {
	position: relative;
	text-align: center
}

#blue-separator .icon img {
	content: "";
	display: block;
	height: 48px;
	left: 48%;
	position: absolute;
	top: -28px;
	width: 48px
}

#blue-separator .inner-content {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 1.3em 0
}

#blue-separator h1 {
	font-size: 35px;
	text-transform: uppercase
}

#blue-separator h1,
#blue-separator h5 {
	color: #fff;
	font-weight: 900;
	margin-bottom: 0
}

#blue-separator h5 {
	background: #338dbf;
	border-radius: 25px;
	font-size: 20px;
	margin-left: 10px;
	padding: 5px 15px
}

#htt_product {
	padding: 2em 0
}

#htt_product h4 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 0
}

#htt_product p {
	font-size: 20px
}

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

#htt_product ul li {
	font-size: 26px;
	font-weight: 400;
	padding: 0 0 5px 40px;
	position: relative
}

#htt_product ul li:before {
	background-image: url(../images/bullet.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 26px
}

#htt_product .with_arrow {
	padding: 2em 0;
	position: relative
}

#htt_right-medication {
	padding: 2em 0 4em
}

#htt_right-medication h2 {
	font-size: 45px;
	font-weight: 900;
	margin-bottom: 20px
}

#htt_right-medication .inner {
	align-items: flex-start;
	background: url(../images/blue_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	padding: 30px 30px 30px 10px
}

#htt_right-medication p {
	color: #fff;
	font-size: 24px
}

#htt_right-medication .right {
	margin-left: 20px
}

#htt_right-medication h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 900
}

#htt_right-medication .author p {
	font-size: 22px;
	margin-bottom: 5px
}

#htt_right-medication .author p:last-of-type {
	margin-bottom: 0
}

#htt_right-medication .new_author .author-name {
	font-size: 30px
}

#htt_right-medication .new_author p {
	font-size: 20px;
	margin-bottom: 5px
}

#htt_right-medication .new_author p:last-of-type {
	margin-bottom: 0
}

#htt_right-medication .new_author .signature_pic {
	display: block;
	margin-bottom: 1em;
	max-width: 230px;
	width: 100%
}

#htt_right-medication .doctor {
	display: block;
	margin-top: 15px;
	max-width: 400px;
	width: 100%
}

#htt_right-medication .quote {
	display: inline-block;
	margin-left: 10px;
	max-width: 29px;
	width: 100%
}

#reasons {
	padding: 2em 0 0
}

#reasons h3 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 30px
}

#reasons h3.subtitle {
	letter-spacing: -.25px
}

#reasons .box {
	margin-bottom: 30px
}

#reasons .overlay {
	border-radius: 20px;
	margin: 0 auto;
	max-width: 350px;
	overflow: hidden;
	position: relative
}

#reasons .overlay .with_bg {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	color: #fff;
	content: "";
	min-height: 158px;
	padding: 10px;
	position: absolute;
	width: 100%
}

#reasons .overlay p {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0
}

#reasons .overlay p.title {
	color: #338dbf;
	font-weight: 900
}

#reasons .overlay p.desc,
#reasons .overlay p.title2 {
	letter-spacing: -.3px
}

#htt_reviews {
	padding: 2em 0
}

#htt_reviews h2 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 40px
}

#htt_reviews .score {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px
}

#htt_reviews .score .total-score {
	text-align: center
}

#htt_reviews .score .main_score {
	color: #1a518a;
	font-size: 70px;
	font-weight: 900;
	line-height: 1
}

#htt_reviews .score h4 {
	color: #333;
	font-size: 33px;
	line-height: 1.5
}

#htt_reviews .score h4.subtitle {
	font-size: 22px
}

#htt_reviews .score .progr-score {
	display: inline-block
}

#htt_reviews .score .item {
	align-items: center;
	display: flex;
	margin: 0 0 .5em;
	width: 100%
}

#htt_reviews .score .item h4 {
	font-size: 1.3em;
	margin: 0
}

#htt_reviews .score .item .progress {
	border-radius: 0;
	height: 16px;
	margin: 0 1em;
	max-width: 85%;
	width: 250px
}

#htt_reviews .score img {
	display: block;
	margin: 0 auto;
	max-width: 200px;
	width: 100%
}

#htt_reviews .progress-bar {
	background-color: #1a518a;
	color: #e2dedb
}

#htt_reviews .members-slider {
	grid-gap: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

#htt_reviews .members-slider .inner-box {
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 25px 20px;
	position: relative
}

#htt_reviews .members-slider .quote {
	display: block;
	margin: 0 0 10px;
	max-width: 52px;
	width: 100%
}

#htt_reviews .members-slider p {
	font-size: 24px;
	margin-bottom: 5px
}

#htt_reviews .members-slider i {
	color: #f68e56;
	margin-right: 10px
}

#htt_reviews .members-slider i:last-of-type {
	margin-right: 0
}

#htt_reviews .members-slider .flag {
	display: block;
	margin: 0;
	max-width: 90px;
	width: 100%
}

.htt-buttons-bottom.bottom {
	padding: 0 0 2em
}

.htt-buttons-bottom a {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	display: block;
	pointer-events: none
}

.htt-buttons-bottom a .pills_dc {
	display: block;
	max-width: 270px;
	pointer-events: all;
	width: 100%
}

.htt-buttons-bottom a .pe_pills {
	display: block;
	max-width: 360px;
	pointer-events: all;
	width: 100%
}

.htt-buttons-bottom a.pe_button {
	margin-left: 20px
}

.htt-buttons-bottom .start {
	display: inline-block;
	margin-right: 10px;
	max-width: 360px;
	width: 100%
}

.htt-buttons-bottom .pe_start {
	display: inline-block;
	margin-right: 20px;
	max-width: 360px;
	width: 100%
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}

	to {
		transform: scale(1)
	}
}

@media (max-width:1200px) {
	#htt_reviews h2 {
		font-size: 40px
	}

	#htt_reviews .score .main_score {
		font-size: 50px
	}

	#htt_reviews .score h4 {
		font-size: 30px
	}
}

@media (max-width:992px) {
	#htt_header h3 {
		font-size: 40px
	}

	#htt_header p {
		font-size: 16px;
		max-width: 79%
	}

	#htt_reviews .score h4 {
		font-size: 20px
	}

	#htt_reviews .score img {
		max-width: 150px
	}

	#htt_reviews .score .item h4 {
		font-size: .9em
	}

	#htt_product h4 {
		font-size: 25px
	}

	#htt_product ul li {
		font-size: 24px
	}

	#htt_right-medication .doctor {
		max-width: 250px
	}

	#htt_right-medication p {
		font-size: 15px
	}

	#htt_right-medication h5 {
		font-size: 20px
	}

	#htt_right-medication .author p {
		font-size: 19px
	}

	.htt-buttons-bottom .pe_start {
		margin-right: 0;
		max-width: 300px
	}

	.htt-buttons-bottom a .pe_pills {
		max-width: 300px
	}
}

@media (max-width:768px) {
	#htt_header {
		padding: 2em 0 4em
	}

	#htt_header h3 {
		background: hsla(40, 12%, 95%, .6);
		font-size: 36px
	}

	#htt_header p {
		font-size: 15px;
		margin-bottom: 2em;
		max-width: 98%
	}

	#icons-section .box {
		grid-gap: 1em;
		grid-template-columns: 1fr 1fr
	}

	#icons-section .inner-box {
		padding: 0
	}

	#htt_product {
		background: #e8e8e8;
		padding-top: 0
	}

	#htt_product .with_bg {
		min-height: 60vh;
		position: relative
	}

	#htt_product .with_bg:before {
		background: url(/app-client/images/dc/girl_with_pill_mob.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100% 106%;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1
	}

	#htt_product .girl {
		display: none
	}

	#htt_product ul {
		margin-bottom: 1em
	}

	#htt_product .with_arrow {
		margin: 0 auto;
		text-align: center
	}

	.htt-buttons-bottom .pe_start,
	.htt-buttons-bottom .pills_dc,
	.htt-buttons-bottom .start,
	.htt-buttons-bottom a .pe_pills {
		margin: 0 auto
	}

	.htt-buttons-bottom a.pe_button {
		margin-left: 0
	}

	#htt_reviews h2 {
		font-size: 35px
	}

	#htt_reviews .score .item h4 {
		font-size: .8em
	}

	#htt_right-medication .inner {
		background: url(../images/blue_bg_mob.png);
		background-color: #338dbf;
		background-position: top -32px right;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 25px;
		flex-wrap: wrap;
		padding: 94px 30px 40px
	}

	#htt_right-medication .doctor {
		margin-top: -40%;
		max-width: 300px;
		position: relative
	}

	#htt_right-medication .author p,
	#htt_right-medication h5,
	#htt_right-medication p {
		font-size: 24px
	}

	#htt_right-medication h2 {
		margin-bottom: 4em
	}

	#htt_right-medication .right {
		margin-left: 0;
		margin-top: 1em
	}

	#htt_right-medication h5 {
		margin-top: 2em
	}

	#htt_right-medication .new_author .author-name {
		font-size: 25px
	}

	#htt_right-medication .new_author p {
		font-size: 18px
	}

	#htt_right-medication .new_author .signature_pic {
		max-width: 195px
	}
}

@media (max-width:576px) {
	#htt_header {
		align-items: flex-end;
		background: url(/app-client/images/dc/header_bg_mobile.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		height: 100%;
		justify-content: flex-end;
		min-height: 69vh;
		overflow: hidden;
		padding-bottom: 2em;
		width: 100%
	}

	#htt_header h3 {
		font-size: 28px
	}

	#htt_header p {
		max-width: unset
	}

	#htt_header .bottom-content {
		display: block;
		width: 100%
	}

	#htt_subtitle {
		background: #1a518a;
		margin-bottom: 0
	}

	#htt_subtitle h1 {
		font-size: 25px;
		position: static;
		width: 100%
	}

	#icons-section .box {
		grid-template-columns: 1fr
	}

	#icons-section .inner-box:last-of-type {
		margin-bottom: 2em
	}

	#icons-section img {
		margin-bottom: 5px
	}

	#blue-separator h1 {
		font-size: 23px;
		margin-bottom: 5px
	}

	#blue-separator h5 {
		font-size: 18px;
		margin-left: 0
	}

	#blue-separator .inner-content {
		padding: 1.5em 0
	}

	#blue-separator .icon img {
		height: 50px;
		left: 45%;
		width: 50px
	}

	#htt_product .with_bg {
		min-height: 72vh
	}

	#htt_product .with_bg:before {
		background-size: cover
	}

	#htt_product p {
		font-size: 17px
	}

	#htt_product ul li {
		font-size: 22px;
		padding-left: 33px
	}

	#htt_product h4 {
		font-size: 22px
	}

	#htt_reviews .score .item .progress {
		max-width: 60%
	}

	#htt_reviews .members-slider {
		grid-template-columns: 1fr
	}

	.htt-buttons-bottom .pe_start,
	.htt-buttons-bottom .start {
		max-width: 322px
	}

	.htt-buttons-bottom a .pe_pills {
		max-width: 250px
	}

	#htt_right-medication h2 {
		font-size: 35px;
		margin-bottom: 2em
	}

	#htt_right-medication .doctor {
		margin-top: -32%
	}

	#htt_right-medication h5 {
		font-size: 18px;
		margin-top: 1em
	}

	#htt_right-medication .author p,
	#htt_right-medication p {
		font-size: 18px
	}

	#htt_right-medication .quote {
		max-width: 16px
	}

	#blue-separator2:before {
		bottom: -27px
	}

	#blue-separator2 h1 {
		font-size: 23px
	}

	#blue-separator2 h5 {
		font-size: 18px
	}

	#reasons h3.subtitle {
		font-size: 28px
	}

	#reasons .overlay p.desc {
		letter-spacing: -.4px
	}
}

@media (max-width:375px) {
	#htt_product .with_bg {
		min-height: 35vh
	}

	#htt_right-medication .doctor {
		margin-top: -56%
	}
}

.upsell-header {
	background: url(/app-client/images/upsell/top-desk-bg.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 30vh
}

.upsell-header.pe_header {
	background: url(/app-client/images/pe/bg-header-desk.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5em 0
}

.upsell-header h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 1
}

.upsell-header h1 span {
	color: #12d3f6
}

.upsell-header h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.upsell-header .header-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.upsell-header .header-list li {
	color: #fff;
	font-size: 23px;
	padding: 0 0 5px 45px;
	position: relative
}

.upsell-header .header-list li:last-child {
	padding-bottom: 0
}

.upsell-header .header-list li:before {
	background-image: url(/app-client/images/lp_v2/white_checkmark.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 27px
}

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

.section-dark p {
	font-size: 20px
}

#faq_section_new h2 {
	font-size: 30px;
	font-weight: 700
}

#faq_section_new .devider {
	background: #ecedf1;
	height: 1px;
	width: 100%
}

.section-supply {
	margin-bottom: 1em
}

.section-supply h2 {
	font-size: 30px
}

.section-supply .section-top {
	border-bottom: 5px solid #1a518a;
	border-top: 5px solid #1a518a
}

.section-supply label {
	color: #1a518a;
	font-size: 22px
}

.section-supply .custom-control-label:after,
.section-supply .custom-control-label:before {
	top: .4rem
}

.section-supply .custom-control-label {
	cursor: pointer
}

.section-supply p {
	font-size: 22px
}

.section-supply .small-link {
	margin-top: 15px
}

.section-supply .small-link a {
	color: #183756;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline
}

.blue_button {
	background: #338dbf;
	border-color: #338dbf;
	border-radius: 8px;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 75px;
	pointer-events: all;
	text-transform: uppercase
}

.blue_button:disabled {
	pointer-events: none
}

.blue_button i {
	padding-left: .5em
}

.blue_button:hover {
	background-color: #245f80;
	border-color: #245f80;
	color: #fff
}

.wrapper-mainUpsell {
	padding: .5em 0
}

.wrapper-mainUpsell h2 {
	color: #338dbf;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: .3em
}

.wrapper-mainUpsell h3 {
	font-size: 1.4em;
	margin-top: 1em
}

.wrapper-mainUpsell h3 span.strong-title {
	color: #338dbf
}

.wrapper-mainUpsell .old-price {
	position: relative
}

.wrapper-mainUpsell .old-price:before {
	background: red;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: calc(50% - 1px);
	width: 100%;
	z-index: 1
}

.wrapper-mainUpsell p {
	margin-bottom: 5px
}

.wrapper-mainUpsell .top-title {
	margin-bottom: .5em
}

.wrapper-mainUpsell .pill {
	display: block;
	margin: 0 auto 1em;
	max-width: 300px;
	width: 100%
}

.wrapper-mainUpsell .sertraline-box {
	border: 1px solid #d6d6d6;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: .5em;
	padding: .75em;
	transition: all .3s ease-in
}

.wrapper-mainUpsell .sertraline-box:hover {
	border: 1px solid #338dbf
}

.wrapper-mainUpsell .title {
	font-size: 18px
}

.wrapper-mainUpsell .links,
.wrapper-mainUpsell .title {
	color: #338dbf;
	font-weight: 700
}

.wrapper-mainUpsell .gray-box {
	background: #e8e8e8;
	border-radius: 20px;
	margin: .5em 0 0;
	padding: 15px
}

.wrapper-mainUpsell .gray-box p {
	line-height: 1.2;
	margin-bottom: 0
}

#sertralineSecond h6,
#sertralineSecond p span {
	color: #338dbf
}

#sertralineSecond .links {
	color: #338dbf;
	font-weight: 700
}

#sertralineFirst .modal-footer,
#sertralineFirst .modal-header,
#sertralineSecond .modal-footer,
#sertralineSecond .modal-header {
	border: 0
}

@media (max-width:992px) {
	.upsell-header h1 {
		font-size: 40px
	}

	.upsell-header h3 {
		font-size: 22px
	}

	.upsell-header .header-list li {
		font-size: 22px;
		padding: 0 0 5px 40px
	}

	.upsell-header .header-list li:before {
		height: 25px;
		width: 25px
	}

	#faq_section_new h2,
	.section-supply h2 {
		font-size: 28px
	}
}

@media (max-width:768px) {
	.upsell-header {
		min-height: unset
	}

	.upsell-header h1 {
		font-size: 35px
	}

	.upsell-header h3 {
		font-size: 20px
	}

	.upsell-header .header-list li {
		font-size: 20px;
		padding: 0 0 5px 35px
	}

	.upsell-header .header-list li:before {
		height: 22px;
		width: 22px
	}
}

@media (max-width:576px) {
	.upsell-header {
		background: url(/app-client/images/upsell/bg-mob2.jpg);
		background-position: 100% 100%;
		background-repeat: no-repeat;
		background-size: cover
	}

	.upsell-header.pe_header {
		background: url(/app-client/images/pe/pe_header_mob2.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 1.5em 0
	}

	.upsell-header.pe_header h1 {
		font-size: 37px;
		text-align: left
	}

	.upsell-header.pe_header h3 {
		text-align: left
	}

	.upsell-header.pe_header img {
		margin-bottom: 30px
	}

	.upsell-header h1 {
		font-size: 20px;
		text-align: center
	}

	.upsell-header h3 {
		font-size: 14px;
		text-align: center
	}

	.upsell-header .header-list li {
		font-size: 14px;
		padding: 0 0 5px 30px
	}

	.upsell-header .header-list li:before {
		height: 18px;
		top: 2px;
		width: 18px
	}

	.section-dark p {
		font-size: 14px
	}

	.section-supply label,
	.section-supply p {
		font-size: 16px
	}

	.section-supply .custom-control-label:after,
	.section-supply .custom-control-label:before {
		top: .2rem
	}

	#faq_section_new h2,
	.section-supply h2 {
		font-size: 20px
	}

	#faqAccordion_new h5 {
		font-size: 15px
	}

	#faqAccordion_new .box p {
		font-size: 14px
	}

	.blue_button {
		font-size: 20px;
		padding: 10px 35px
	}

	.wrapper-mainUpsell .pill {
		max-width: 300px
	}

	.wrapper-mainUpsell .last {
		margin-bottom: 1em
	}

	.wrapper-mainUpsell h3 {
		margin-top: 0
	}

	.wrapper-mainUpsell h2 {
		font-size: 1.35em
	}
}

body.haircare .anim-top {
	transform: translateY(-100%)
}

body.haircare .anim-right,
body.haircare .anim-top {
	opacity: 0;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}

body.haircare .anim-right {
	transform: translateX(100%)
}

body.haircare .anim-rotate {
	transform: rotateY(1turn)
}

body.haircare .anim-left,
body.haircare .anim-rotate {
	opacity: 0;
	transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}

body.haircare .anim-left {
	transform: translateX(-100%)
}

body.haircare .anim-scale {
	opacity: 0;
	transform: scale(.3);
	transition: transform 2s cubic-bezier(.19, 1, .22, 1), opacity 1.9s
}

body.haircare .no-anim {
	opacity: 1;
	transform: none
}

body.haircare .container {
	overflow: hidden
}

body.haircare .small-red-button {
	align-items: center;
	background-color: #db3e4d;
	border: 1px solid #db3e4d;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: .25rem .5rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body.haircare .small-red-button span {
	position: relative
}

body.haircare .small-red-button:before {
	background-color: #ff002f;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0
}

body.haircare .small-red-button:after {
	background-color: #db3e4d;
	content: "";
	display: inline-block;
	transition: all .3s;
	z-index: 2
}

body.haircare .small-red-button:focus,
body.haircare .small-red-button:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

body.haircare .small-red-button:focus:before,
body.haircare .small-red-button:hover:before {
	width: 100%
}

body.haircare .small-red-button:focus:after,
body.haircare .small-red-button:hover:after {
	background-color: #ff002f
}

body.haircare .menu_haircare_new {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

body.haircare .menu_haircare_new .top {
	background: #338dbf;
	padding: 10px 0 5px
}

body.haircare .menu_haircare_new .top .inner-top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

body.haircare .menu_haircare_new .top .inner-top a {
	color: #fff;
	font-weight: 400;
	text-decoration: none
}

body.haircare .menu_haircare_new .top .button-top,
body.haircare .menu_haircare_new .top .button-top-promo {
	font-size: 1.1rem
}

body.haircare .menu_haircare_new .top .button-top-promo span {
	background: #51bf9b;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	font-size: 16px;
	font-weight: 900;
	margin-right: 11px;
	padding: 5px 20px;
	text-transform: uppercase
}

body.haircare .menu_haircare_new .top p {
	font-size: 16px
}

body.haircare .menu_haircare_new .top p i {
	font-size: .9rem
}

body.haircare .menu_haircare_new .navbar-nav .nav-item .nav-link {
	color: #000;
	font-size: .9rem;
	font-weight: 900;
	margin-right: 32px;
	transition: all .5s ease
}

body.haircare .menu_haircare_new .navbar-nav .nav-item .nav-link:hover {
	color: #338dbf
}

body.haircare .menu_haircare_new .menu {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	justify-content: flex-end;
	padding: 10px 0
}

body.haircare .menu_haircare_new .menu .navbar {
	display: block;
	padding: 0
}

body.haircare .menu_haircare_new .menu .navbar .container {
	display: block;
	padding: 0 15px
}

body.haircare .menu_haircare_new .menu .navbar-toggler {
	color: #000;
	position: absolute;
	right: 0;
	top: calc(50% - 10px)
}

body.haircare nav .container {
	overflow: visible !important
}

body.haircare .menu_haircare_new .menu .navbar-brand {
	align-items: center;
	background: #fff;
	bottom: -10px;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 15px;
	position: absolute;
	top: -72px
}

body.haircare .menu_haircare_new .menu .navbar-brand img {
	max-width: 210px;
	width: 100%
}

body.haircare .menu_haircare_new .navbar-nav .nav-link.cialis,
body.haircare .menu_haircare_new .navbar-nav .nav-link.viagra {
	display: none
}

body.haircare .menu_haircare_new .menu .start-link_menu {
	list-style: none;
	margin: 0;
	padding: 0
}

body.haircare .haircare-top-section {
	background-color: #eaeaea;
	padding: 4em 0;
	position: relative
}

body.haircare .haircare-top-section:before {
	background: url(/app-client/images/haircare/dude.png) no-repeat;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	max-width: 90vw;
	pointer-events: none;
	position: absolute;
	right: 10%;
	top: 0;
	width: 100%;
	z-index: 0
}

body.haircare .haircare-top-section .stripe-left {
	background: url(/app-client/images/haircare/bars_left.png) no-repeat;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 100%;
	left: 0;
	max-width: 40vw;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

body.haircare .haircare-top-section .container {
	z-index: 1
}

body.haircare .haircare-top-section .text {
	position: relative;
	z-index: 1
}

body.haircare .haircare-top-section h1 {
	color: #1a518a;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 0
}

body.haircare .haircare-top-section h3 {
	color: #000;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase
}

body.haircare .haircare-top-section ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0
}

body.haircare .haircare-top-section ul li {
	color: #333;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .5px;
	margin-bottom: 39px;
	padding-left: 68px;
	position: relative
}

body.haircare .haircare-top-section ul li:before {
	background-image: url(/app-client/images/haircare/doctor-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 53px;
	left: 0;
	position: absolute;
	top: calc(50% - 29px);
	width: 53px
}

body.haircare .haircare-top-section ul li:nth-of-type(2) {
	position: relative
}

body.haircare .haircare-top-section ul li:nth-of-type(2):before {
	background-image: url(/app-client/images/haircare/thumb-up.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute
}

body.haircare .haircare-top-section ul li:nth-of-type(3) {
	position: relative
}

body.haircare .haircare-top-section ul li:nth-of-type(3):before {
	background-image: url(/app-client/images/haircare/checked-pic.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute
}

body.haircare .haircare-top-section ul li:nth-of-type(4) {
	margin-bottom: 0;
	position: relative
}

body.haircare .haircare-top-section ul li:nth-of-type(4):before {
	background-image: url(/app-client/images/haircare/checked-badge.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute
}

body.haircare .haircare-top-section ul li br {
	display: none
}

body.haircare .haircare-top-section .bottom {
	margin-top: 20px
}

body.haircare .client-video {
	padding: 3em 0
}

body.haircare .client-video h1 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 0
}

body.haircare .client-video .subtitle {
	font-size: 18px;
	font-weight: 900
}

body.haircare .client-video .regrow_doctor-image {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%
}

body.haircare .hairgrow_reviews {
	padding-bottom: 3em
}

body.haircare .hairgrow_reviews .rating {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -.5px
}

body.haircare .hairgrow_reviews .rating span {
	color: #db990a
}

body.haircare .hairgrow_reviews h3 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px
}

body.haircare .hairgrow_reviews .rate {
	align-items: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	padding: 5px 0;
	position: relative
}

body.haircare .hairgrow_reviews .rate h4 {
	color: #333;
	font-size: 22px
}

body.haircare .hairgrow_reviews .main_score {
	color: #1a518a;
	font-size: 82px;
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 0;
	padding-right: 10px
}

body.haircare .hairgrow_reviews .stars {
	display: block;
	margin: 0 auto 10px;
	max-width: 200px;
	width: 100%
}

body.haircare .hairgrow_reviews .last {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 30px
}

body.haircare .regrow_slider {
	margin: 0 -15px;
	padding: 0 15px
}

body.haircare .regrow_slider .top-box p {
	font-size: 20px;
	font-weight: 700;
	text-align: center
}

body.haircare .regrow_slider .inner-box {
	padding: 10px;
	position: relative
}

body.haircare .regrow_slider .icon-box {
	position: relative
}

body.haircare .regrow_slider .icon-box:before {
	background: #999;
	content: "";
	height: 1px;
	left: 6%;
	position: absolute;
	top: 49%;
	width: 85%;
	z-index: -1
}

body.haircare .regrow_slider .icon-box img {
	border: 10px solid #fff;
	border-radius: 50%;
	margin: 0 auto
}

body.haircare .regrow_slider .hair-pic {
	display: block;
	margin: 0 auto 20px
}

body.haircare .regrow_slider p {
	color: #333;
	font-size: 16px;
	text-align: center
}

body.haircare .regrow_slider .author,
body.haircare .regrow_slider .reviewer {
	color: #333;
	font-weight: 700
}

body.haircare .regrow_slider .author {
	font-size: 18px
}

body.haircare .regrow_slider .reviewer {
	font-size: 14px
}

body.haircare .effective_formula {
	padding: 0 0 3em
}

body.haircare .effective_formula h1 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px
}

body.haircare .effective_formula .subtitle {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 30px
}

body.haircare .effective_formula h3 {
	font-size: 26px;
	font-weight: 700
}

body.haircare .effective_formula h3 span {
	font-weight: 100
}

body.haircare .effective_formula .formula-grid {
	grid-column-gap: 1em;
	grid-row-gap: .5em;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 2.5em
}

body.haircare .effective_formula img {
	display: block;
	max-width: 169px;
	width: 100%
}

body.haircare .effective_formula hr {
	border-color: #fff
}

body.haircare .effective_formula .box {
	align-items: flex-start;
	background: #338dbf;
	border-top-left-radius: 50px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 35px 35px 25px
}

body.haircare .effective_formula .box.green {
	background: #00bd9c;
	border-top-left-radius: 0;
	border-top-right-radius: 50px
}

body.haircare .effective_formula .box.orange {
	background: #ff9d00;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 0;
	padding: 35px 35px 45px;
	z-index: -1
}

body.haircare .effective_formula .box.orange img {
	align-self: flex-end
}

body.haircare .effective_formula .box.hair-icon {
	align-items: center;
	background: transparent;
	border-radius: 0;
	display: flex;
	grid-column: 1/3;
	justify-content: center;
	padding: 0
}

body.haircare .effective_formula .box.hair-icon img {
	position: absolute;
	transform: scale(1.4)
}

body.haircare .effective_formula .box.purple {
	background: #6452a5;
	border-bottom-left-radius: 50px;
	border-top-left-radius: 0;
	padding: 35px 35px 45px;
	z-index: -1
}

body.haircare .effective_formula .box.purple img {
	align-self: flex-end
}

body.haircare .effective_formula .box .finasteride,
body.haircare .effective_formula .box .tretinoin {
	padding: 0 0 0 1em
}

body.haircare .effective_formula .box .biotin,
body.haircare .effective_formula .box .minoxidil {
	padding: 0 1em 0 0
}

body.haircare .effective_formula .box p {
	font-size: 18px
}

body.haircare .effective_formula .bottom {
	margin-top: 1em
}

body.haircare .need_better {
	background: url(/app-client/images/haircare/how-to_bg.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3em 0
}

body.haircare .need_better h1 {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 10px
}

body.haircare .need_better .subtitle {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 40px
}

body.haircare .need_better img {
	margin-bottom: 30px
}

body.haircare .need_better .dark-text {
	color: #7ed4ed;
	font-size: 16px;
	margin-top: 40px
}

body.haircare .hairgrow_confidence {
	background: #eaeaea;
	padding: 3em 0
}

body.haircare .hairgrow_confidence h1 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 10px
}

body.haircare .hairgrow_confidence .subtitle {
	color: #333;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 40px
}

body.haircare .hairgrow_confidence img {
	margin-bottom: 30px
}

body.haircare .hairgrow_confidence h6 {
	font-size: 24px;
	font-weight: 700
}

body.haircare .hairgrow_confidence .inner-grid {
	grid-gap: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	margin-bottom: 3em;
	text-align: center
}

body.haircare .hairgrow_confidence .box p {
	font-size: 18px;
	padding: 0 1.3em
}

body.haircare .hairgrow_confidence .bottom-section {
	margin-top: 1em
}

body.haircare .start_treatment {
	background-color: #1a518a;
	padding: 3em 0;
	position: relative
}

body.haircare .start_treatment .container {
	position: relative;
	z-index: 1
}

body.haircare .start_treatment:before {
	background-image: url(/app-client/images/haircare/stripe_left_2.png);
	bottom: 20%;
	left: -10%;
	top: 0;
	width: 39%
}

body.haircare .start_treatment:after,
body.haircare .start_treatment:before {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	opacity: .25;
	position: absolute
}

body.haircare .start_treatment:after {
	background-image: url(/app-client/images/haircare/stripe-right.png);
	background-position: bottom;
	bottom: 0;
	right: 0;
	top: 20%;
	width: 60%
}

body.haircare .start_treatment h1 {
	font-size: 75px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px
}

body.haircare .start_treatment h2 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 30px
}

body.haircare .start_treatment ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 0
}

body.haircare .start_treatment ul li {
	font-size: 30px;
	padding-left: 51px;
	position: relative
}

body.haircare .start_treatment ul li:before {
	background-image: url(/app-client/images/lp_v2/white_checkmark.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: calc(50% - 12px);
	width: 27px
}

body.haircare .start_treatment .start-yellow {
	display: inline-block
}

body.haircare .start_treatment .start-yellow img {
	display: block;
	max-width: 395px;
	width: 100%
}

body.haircare .start_treatment .spray-pic {
	display: block;
	margin: 0 auto;
	max-width: 400px;
	width: 100%
}

body.haircare .haircare_dr {
	padding: 3em 0
}

body.haircare .haircare_dr .inner {
	align-items: flex-start;
	background: url(/app-client/images/haircare/bg_dr.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	padding: 60px 80px
}

body.haircare .haircare_dr h5 {
	font-size: 47px;
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 30px
}

body.haircare .haircare_dr p {
	font-size: 18px
}

body.haircare .haircare_dr .right {
	margin-left: 30px
}

body.haircare .haircare_dr .author p {
	font-size: 22px;
	margin-bottom: 0
}

body.haircare .haircare_dr .author p:last-of-type {
	font-size: 20px
}

body.haircare .grow_quick .star-review {
	align-items: center;
	display: flex
}

body.haircare .grow_quick .star-review h1 {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 0
}

body.haircare .grow_quick .star-review h1.big-text {
	color: #333
}

body.haircare .grow_quick .strong-text {
	color: #333;
	font-size: 28.59px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 10px
}

body.haircare .grow_quick .logo {
	display: block;
	margin-left: 30px;
	max-width: 350px;
	width: 100%
}

body.haircare .grow_quick .rates {
	align-items: center;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: .5em 0
}

body.haircare .complete_grow_review {
	padding: 3em 0
}

body.haircare .complete_grow_review h2 {
	color: #1a518a;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 30px
}

body.haircare .complete_grow_review .colplete_slider {
	margin: 0 -15px;
	padding: 0 15px
}

body.haircare .complete_grow_review .inner-box {
	padding: 10px;
	position: relative
}

body.haircare .complete_grow_review img {
	display: block;
	margin: 0 auto 20px;
	max-width: 280px;
	width: 100%
}

body.haircare .complete_grow_review .slick-arrow {
	height: 50px;
	left: unset;
	right: unset;
	top: calc(50% - 25px);
	width: 50px;
	z-index: 3
}

body.haircare .complete_grow_review .slick-next:before,
body.haircare .complete_grow_review .slick-prev:before {
	height: 100%;
	width: 100%
}

body.haircare .complete_grow_review .slick-next {
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	right: 15px;
	transform: rotate(135deg)
}

body.haircare .complete_grow_review .slick-prev {
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	left: 15px;
	transform: rotate(-45deg)
}

body.haircare .complete_grow_review p {
	font-size: 16px;
	text-align: center
}

body.haircare .fight_haircare {
	background: #338dbf;
	padding: 3em 0;
	position: relative
}

body.haircare .fight_haircare:before {
	bottom: 60%;
	left: -10%;
	max-height: 40vh;
	top: 0;
	width: 50%
}

body.haircare .fight_haircare:after,
body.haircare .fight_haircare:before {
	background-image: url(/app-client/images/haircare/bars_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	opacity: .55;
	position: absolute
}

body.haircare .fight_haircare:after {
	bottom: 0;
	right: -20%;
	top: 70%;
	width: 45%
}

body.haircare .fight_haircare .container {
	z-index: 1
}

body.haircare .fight_haircare h1 {
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px;
	margin-bottom: 10px
}

body.haircare .fight_haircare .subtitle {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 80px
}

body.haircare .fight_haircare h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px
}

body.haircare .fight_haircare h6 {
	font-size: 18px;
	font-weight: 700
}

body.haircare .fight_haircare img {
	margin-bottom: 20px
}

body.haircare .fight_haircare .content {
	margin-bottom: 40px
}

body.haircare .fight_haircare .content .bottom-content {
	padding: 0 2em
}

body.haircare .fight_haircare .content p {
	font-size: 18px
}

body.haircare .fight_haircare .bottom-section {
	margin-top: 1em
}

body.haircare .hairgrow_patients {
	padding: 3em 0
}

body.haircare .hairgrow_patients h1,
body.haircare .hairgrow_patients h2 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: -2px
}

body.haircare .hairgrow_patients h1 {
	margin-bottom: 10px
}

body.haircare .hairgrow_patients h2 {
	margin-bottom: 30px
}

body.haircare .hairgrow_patients .subtitle {
	color: #333;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 40px
}

body.haircare .hairgrow_patients .author {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px
}

body.haircare .hairgrow_patients .verified {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

body.haircare .hairgrow_patients .bottom-section {
	margin-top: 1em
}

body.haircare .hairgrow_patients .slick-arrow {
	height: 50px;
	left: unset;
	right: unset;
	top: calc(50% - 50px);
	width: 50px;
	z-index: 3
}

body.haircare .hairgrow_patients .slick-next:before,
body.haircare .hairgrow_patients .slick-prev:before {
	height: 100%;
	width: 100%
}

body.haircare .hairgrow_patients .slick-next {
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	right: 15px;
	transform: rotate(135deg)
}

body.haircare .hairgrow_patients .slick-prev {
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	left: 15px;
	transform: rotate(-45deg)
}

body.haircare .slick-slide,
body.haircare .slick-slide .inner-slider,
body.haircare .slick-slide>div {
	height: 100%
}

body.haircare .patients-slider {
	padding: 0 80px;
	position: relative
}

body.haircare .patients-slider .slick-list {
	border: 1px solid #ccc;
	border-radius: 12px
}

body.haircare .patients-slider .slick-dots {
	color: #ccc;
	margin: 10px 0 0;
	position: static
}

body.haircare .patients-slider .slick-dots li button:before {
	font-size: 12px;
	line-height: 20px
}

body.haircare .patients-slider .slick-dots li.slick-active button:before {
	color: #338dbf;
	opacity: 1
}

body.haircare .patients-slider .slick-dots li button:hover:before {
	color: #338dbf;
	opacity: .7
}

body.haircare .patients-slider .slick-arrow:before {
	display: none
}

body.haircare .patients-slider .inner-slider {
	padding: 50px 70px;
	position: relative;
	text-align: center
}

body.haircare .patients-slider .inner-slider img {
	display: block;
	margin: 0 auto 30px
}

body.haircare .hairgrow_difference {
	background: #eaeaea;
	padding: 3em 0
}

body.haircare .hairgrow_difference h1 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 10px
}

body.haircare .hairgrow_difference .subtitle {
	color: #333;
	font-size: 18px;
	font-weight: 900
}

body.haircare .hair-gallery {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	width: 100%
}

body.haircare .hair-gallery img {
	height: 100%;
	width: 100%
}

body.haircare .hair-gallery img:first-of-type {
	grid-column: 1/3;
	grid-row: 1/3
}

body.haircare .hair-gallery img:nth-of-type(2) {
	grid-column: 3/5
}

body.haircare .hair-gallery img:nth-of-type(6) {
	grid-column: 3/4
}

body.haircare .hair-gallery img:last-of-type {
	grid-column: 6/8
}

body.haircare .hairgrow-guarantee {
	background: #1a518a;
	overflow: hidden;
	padding: 3em 0;
	position: relative
}

body.haircare .hairgrow-guarantee:after {
	background-image: url(/app-client/images/haircare/stripe_full.png);
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	opacity: .55;
	position: absolute;
	right: -10%;
	top: 0;
	width: 52%
}

body.haircare .hairgrow-guarantee .container {
	position: relative;
	z-index: 1
}

body.haircare .hairgrow-guarantee h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 20px
}

body.haircare .hairgrow-guarantee .subtitle {
	font-size: 18px;
	font-weight: 900
}

body.haircare .hairgrow-guarantee .stars {
	color: #db990a;
	font-size: 1.8em;
	margin-bottom: 20px
}

body.haircare .hairgrow-guarantee .stars i {
	padding-right: 10px
}

body.haircare .hairgrow-guarantee .stars i:last-of-type {
	padding-right: 0
}

body.haircare .hairgrow_footer {
	background: #338dbf
}

body.haircare .hairgrow_footer .footer-top {
	margin-bottom: 30px
}

body.haircare .hairgrow_footer .logo-bottom {
	display: block;
	max-width: 150px;
	width: 100%
}

body.haircare .hairgrow_footer .right-side {
	align-items: center;
	display: flex;
	justify-content: flex-end
}

body.haircare .hairgrow_footer .right-side p {
	color: #fff;
	font-size: 16px;
	font-weight: 900
}

body.haircare .hairgrow_footer .social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0
}

body.haircare .hairgrow_footer .social-links li {
	margin-left: 15px
}

body.haircare .hairgrow_footer .social-links li img {
	display: block;
	height: 32px;
	width: 32px
}

body.haircare .hairgrow_footer h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 16px;
	position: relative
}

body.haircare .hairgrow_footer h5:before {
	background: #6dacbf;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 65%
}

body.haircare .hairgrow_footer .contacts {
	list-style: none;
	margin-bottom: 0;
	padding: 0
}

body.haircare .hairgrow_footer .contacts li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none
}

body.haircare .hairgrow_footer .contacts li a i {
	margin-right: 5px
}

@media (max-width:1495px) {
	body.haircare .haircare-top-section {
		overflow: hidden
	}

	body.haircare .haircare-top-section:before {
		right: 0
	}
}

@media (max-width:1200px) {
	body.haircare .menu_haircare_new .top .button-top-promo span {
		font-size: 14px;
		padding: 5px 10px
	}

	body.haircare .menu_haircare_new .top p {
		font-size: 14px
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-item .nav-link {
		margin-right: 20px
	}

	body.haircare .haircare-top-section {
		overflow: hidden
	}

	body.haircare .haircare-top-section:before {
		right: -15%
	}

	body.haircare .hairgrow_confidence .box {
		margin-bottom: 20px
	}

	body.haircare .start_treatment h1 {
		font-size: 60px
	}

	body.haircare .start_treatment ul li {
		font-size: 25px
	}

	body.haircare .start_treatment .start-yellow img {
		max-width: 340px
	}

	body.haircare .grow_quick .star-review h1 {
		font-size: 57px
	}

	body.haircare .grow_quick .strong-text {
		font-size: 25px
	}
}

@media (max-width:992px) {
	body.haircare .menu_haircare_new .top .row {
		justify-content: center
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-link.cialis {
		background: #f3b034;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-weight: 700;
		margin-bottom: 5px;
		min-height: 100px;
		padding: 10px;
		text-align: right;
		text-transform: uppercase
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-link.cialis img {
		display: block;
		margin: 5px auto 0;
		max-width: 35px;
		width: 100%
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-link.viagra {
		background: #338dbf;
		border-radius: 8px;
		color: #fff;
		display: block;
		font-weight: 700;
		margin-bottom: 5px;
		min-height: 100px;
		padding: 10px;
		text-align: center;
		text-transform: uppercase
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-link.viagra img {
		display: block;
		margin: 5px auto 0;
		max-width: 35px;
		width: 100%
	}

	body.haircare .menu_haircare_new .top .offset-md-3 {
		margin-left: 0
	}

	body.haircare .menu_haircare_new .top .button-top {
		display: block;
		text-align: center
	}

	body.haircare .menu_haircare_new .top .button-top span {
		display: block;
		margin: 0
	}

	body.haircare .menu_haircare_new .top .button-top-promo {
		display: block;
		text-align: center
	}

	body.haircare .menu_haircare_new .top .button-top-promo span {
		display: block;
		font-size: 17px;
		margin: 0;
		padding: 5px 30px
	}

	body.haircare .menu_haircare_new .top p {
		font-size: 17px
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-item .nav-link {
		margin-right: 0;
		text-align: right
	}

	body.haircare .menu_haircare_new .menu .navbar-brand {
		padding: 0;
		position: static
	}

	body.haircare .menu_haircare_new .menu .navbar-collapse {
		background: #fff;
		box-shadow: 1px 1px 16px #09264e3d;
		perspective: 1000px;
		position: absolute;
		right: 0;
		top: 34px;
		transform: rotateY(90deg);
		transition: all .3s ease
	}

	body.haircare .menu_haircare_new .menu .navbar-collapse.show {
		transform: rotateY(0deg);
		z-index: 1
	}

	body.haircare .menu_haircare_new .menu .navbar-collapse ul {
		color: #000;
		font-weight: 700;
		padding: 1em;
		text-align: center;
		white-space: nowrap;
		width: 100%
	}

	body.haircare .menu_haircare_new .menu .navbar-collapse ul li {
		white-space: nowrap
	}

	body.haircare .menu_haircare_new .menu .navbar-toggler {
		top: calc(50% - 19px)
	}

	body.haircare .menu_haircare_new .menu .navbar-toggler i {
		font-size: 1.4em
	}

	body.haircare .haircare-menu .info-promo p {
		font-size: 14px
	}

	body.haircare .haircare-menu .top {
		font-size: 18px
	}

	body.haircare .haircare-top-section:before {
		max-width: 80%;
		right: -33%
	}

	body.haircare .effective_formula .formula-grid {
		grid-gap: 1em;
		grid-template-columns: 1fr
	}

	body.haircare .effective_formula .formula-grid .box {
		border-radius: 50px
	}

	body.haircare .effective_formula .formula-grid .box.hair-icon {
		grid-column: 1/2
	}

	body.haircare .effective_formula .formula-grid .box.hair-icon img {
		position: static;
		transform: scale(1)
	}

	body.haircare .effective_formula .formula-grid .box img {
		align-self: flex-start
	}

	body.haircare .effective_formula .formula-grid .box.green,
	body.haircare .effective_formula .formula-grid .box.orange {
		flex-direction: row-reverse
	}

	body.haircare .effective_formula .formula-grid .box .biotin,
	body.haircare .effective_formula .formula-grid .box .finasteride,
	body.haircare .effective_formula .formula-grid .box .minoxidil {
		padding: 0 0 0 1em
	}

	body.haircare .hairgrow_confidence .inner-grid {
		margin-bottom: 2em
	}

	body.haircare .start_treatment h1,
	body.haircare .start_treatment h2 {
		font-size: 40px
	}

	body.haircare .start_treatment ul li {
		font-size: 18px;
		padding-left: 41px
	}

	body.haircare .start_treatment .start-yellow img {
		max-width: 255px
	}

	body.haircare .haircare_dr .inner {
		padding: 30px 30px 30px 10px
	}

	body.haircare .haircare_dr .right {
		margin-left: 20px
	}

	body.haircare .haircare_dr h5 {
		font-size: 23px;
		margin-bottom: 10px
	}

	body.haircare .haircare_dr p {
		font-size: 15px
	}

	body.haircare .haircare_dr .author p,
	body.haircare .haircare_dr .author p:last-of-type {
		font-size: 18px
	}

	body.haircare .grow_quick .inner {
		margin-bottom: 20px
	}

	body.haircare .grow_quick .inner.last {
		margin-bottom: 0
	}

	body.haircare .fight_haircare .box {
		margin-bottom: 20px
	}

	body.haircare .fight_haircare .box.last {
		margin-bottom: 0
	}

	body.haircare .fight_haircare:after,
	body.haircare .fight_haircare:before {
		display: none
	}
}

@media (max-width:768px) {
	body.haircare .menu_haircare_new .top .button-top {
		display: block;
		font-size: 1rem;
		text-align: center
	}

	body.haircare .menu_haircare_new .top .button-top span {
		font-size: 13px;
		margin-bottom: .5rem
	}

	body.haircare .menu_haircare_new .top .button-top-promo {
		display: block;
		font-size: 1rem;
		text-align: center
	}

	body.haircare .menu_haircare_new .top .button-top-promo span {
		font-size: 12px;
		margin-bottom: .5rem;
		padding: 5px 20px
	}

	body.haircare .menu_haircare_new .navbar-nav .nav-item .nav-link {
		font-size: .8rem
	}

	body.haircare .menu_haircare_new .menu .navbar-brand {
		padding: 0;
		position: static
	}

	body.haircare .menu_haircare_new .top .inner-top p {
		font-size: 13px;
		text-align: center
	}

	body.haircare .menu_haircare_new .menu .navbar-collapse.show {
		top: 50px
	}

	body.haircare .container,
	body.haircare .container-sm {
		max-width: unset
	}

	body.haircare .haircare-menu .top {
		font-size: 16px;
		letter-spacing: -.5px
	}

	body.haircare .haircare-menu .info-promo {
		flex-wrap: wrap;
		justify-content: flex-end
	}

	body.haircare .haircare-menu .info-promo p {
		font-size: 14px;
		margin-bottom: 5px
	}

	body.haircare .haircare-top-section {
		padding-top: 1em
	}

	body.haircare .haircare-top-section:before {
		max-width: 100%;
		right: -33%
	}

	body.haircare .haircare-top-section h1 {
		font-size: 50px
	}

	body.haircare .haircare-top-section h3 {
		margin-bottom: 29px
	}

	body.haircare .haircare-top-section ul {
		margin: 0 0 29px
	}

	body.haircare .haircare-top-section ul li {
		margin-bottom: 21px
	}

	body.haircare .haircare-top-section ul li br {
		display: block
	}

	body.haircare #video_doctor_bigVid {
		height: 300px
	}

	body.haircare .client-video {
		padding: 2em 0 0
	}

	body.haircare .need_better {
		background: url(/app-client/images/haircare/light_blue_bg_mob1.jpg) no-repeat;
		background-position: 0 0;
		background-size: cover
	}

	body.haircare .need_better .box {
		margin-bottom: 50px
	}

	body.haircare .need_better .box.last {
		margin-bottom: 0
	}

	body.haircare .start_treatment:after {
		background-size: cover;
		height: 40%;
		top: unset;
		width: 200%
	}

	body.haircare .start_treatment:before {
		background-size: cover;
		bottom: unset;
		height: 35%;
		left: -169%;
		width: 200%
	}

	body.haircare .start_treatment h1,
	body.haircare .start_treatment h2 {
		font-size: 50px
	}

	body.haircare .start_treatment ul li {
		font-size: 30px
	}

	body.haircare .start_treatment .spray-pic {
		max-width: 350px
	}

	body.haircare .start_treatment .bottom-button {
		margin-top: 30px
	}

	body.haircare .start_treatment .start-yellow img {
		max-width: 398px
	}

	body.haircare .haircare_dr .inner {
		background: url(/app-client/images/haircare/bg_dr_mob.png);
		background-repeat: no-repeat;
		background-size: cover;
		flex-wrap: wrap
	}

	body.haircare .haircare_dr h5 {
		font-size: 40px
	}

	body.haircare .haircare_dr .doctor {
		display: block;
		margin: 0 auto;
		max-width: 310px;
		width: 100%
	}

	body.haircare .haircare_dr .right {
		margin-top: 40px
	}

	body.haircare .fight_haircare .box {
		margin-bottom: 40px
	}

	body.haircare .hairgrow-guarantee:after {
		background-size: cover;
		height: 100%;
		left: 40%;
		width: 120%
	}
}

@media (max-width:640px) {
	body.haircare .haircare-top-section:before {
		max-width: 88%
	}

	body.haircare .haircare-top-section .malemd_btn2 {
		padding: .5em 2em
	}
}

@media (max-width:576px) {
	body.haircare .menu_haircare_new .menu .navbar-collapse.show {
		top: 30px
	}

	body.haircare .haircare-menu .top {
		font-size: 15px
	}

	body.haircare .haircare-menu .inner-menu {
		flex-wrap: wrap;
		justify-content: center
	}

	body.haircare .haircare-menu .inner-menu img {
		margin: 0 auto .5em;
		max-width: 150px
	}

	body.haircare .haircare-menu .info-promo {
		justify-content: center
	}

	body.haircare .haircare-menu .info-promo p {
		font-size: 14px;
		word-spacing: -.1em
	}

	body.haircare .haircare-top-section:before {
		max-width: 100%;
		right: -58%
	}

	body.haircare .haircare-top-section h1 {
		font-size: 31px
	}

	body.haircare .haircare-top-section h3 {
		font-size: 17px;
		margin-bottom: 23px
	}

	body.haircare .haircare-top-section ul {
		margin-bottom: 22px
	}

	body.haircare .haircare-top-section ul li {
		line-height: 1.4;
		margin-bottom: 11px;
		padding-left: 55px
	}

	body.haircare .haircare-top-section ul li:before {
		height: 43px;
		top: calc(50% - 23px);
		width: 43px
	}

	body.haircare .haircare-top-section ul li:nth-of-type(3):before {
		left: 2px
	}

	body.haircare .hairgrow_reviews {
		padding-top: 2em
	}

	body.haircare .hairgrow_reviews .main_score {
		font-size: 51px;
		letter-spacing: -3px
	}

	body.haircare .hairgrow_reviews .rate h4 {
		font-size: 18px
	}

	body.haircare .hairgrow_reviews .stars {
		max-width: 155px
	}

	body.haircare .hairgrow_reviews .last,
	body.haircare .hairgrow_reviews .rating {
		font-size: 16px;
		letter-spacing: -1px
	}

	body.haircare .hairgrow_reviews h3 {
		font-size: 29px
	}

	body.haircare .hairgrow_reviews .slick-arrow {
		height: 50px;
		left: unset;
		right: unset;
		top: calc(50% - 25px);
		width: 50px;
		z-index: 3
	}

	body.haircare .hairgrow_reviews .slick-next:before,
	body.haircare .hairgrow_reviews .slick-prev:before {
		height: 100%;
		width: 100%
	}

	body.haircare .hairgrow_reviews .slick-next {
		border-left: 2px solid #ccc;
		border-top: 2px solid #ccc;
		right: 15px;
		transform: rotate(135deg)
	}

	body.haircare .hairgrow_reviews .slick-prev {
		border-left: 2px solid #ccc;
		border-top: 2px solid #ccc;
		left: 15px;
		transform: rotate(-45deg)
	}

	body.haircare #video_doctor_bigVid {
		height: 230px
	}

	body.haircare .client-video h1 {
		font-size: 29px
	}

	body.haircare .client-video .regrow_doctor-image {
		max-width: 400px
	}

	body.haircare #med_sec p {
		font-size: 16px;
		letter-spacing: -1px;
		margin-bottom: 0
	}

	body.haircare .regrow_slider .inner-box {
		padding: 0 45px
	}

	body.haircare .regrow_slider .hair-pic {
		margin: 0 auto 10px
	}

	body.haircare .effective_formula h1 {
		font-size: 29px;
		margin-bottom: 20px
	}

	body.haircare .effective_formula h3 {
		font-size: 20px
	}

	body.haircare .effective_formula .subtitle {
		font-size: 16px
	}

	body.haircare .effective_formula .inner {
		border-top: 2px solid #333;
		padding-top: 2em
	}

	body.haircare .effective_formula .formula-grid .box {
		flex-wrap: wrap;
		padding: 35px
	}

	body.haircare .effective_formula .formula-grid .box img {
		margin: 0 auto .5em;
		max-width: 137px
	}

	body.haircare .effective_formula .formula-grid .box:first-of-type img,
	body.haircare .effective_formula .formula-grid .box:nth-of-type(4) img {
		order: -1
	}

	body.haircare .effective_formula .formula-grid .box .biotin,
	body.haircare .effective_formula .formula-grid .box .finasteride,
	body.haircare .effective_formula .formula-grid .box .minoxidil,
	body.haircare .effective_formula .formula-grid .box .tretinoin {
		padding: 0 0 1em
	}

	body.haircare .effective_formula .formula-grid .box.hair-icon img {
		transform: scale(1.3)
	}

	body.haircare .effective_formula .box p {
		font-size: 16px
	}

	body.haircare .need_better h1 {
		font-size: 29px
	}

	body.haircare .need_better .box p,
	body.haircare .need_better .subtitle {
		font-size: 16px
	}

	body.haircare .need_better .dark-text {
		font-size: 15px
	}

	body.haircare .hairgrow_confidence h1 {
		font-size: 29px
	}

	body.haircare .hairgrow_confidence .subtitle {
		font-size: 16px
	}

	body.haircare .hairgrow_confidence h6 {
		font-size: 18px
	}

	body.haircare .hairgrow_confidence .box p {
		font-size: 16px;
		padding: 0 1em
	}

	body.haircare .start_treatment {
		padding: 4em 0 2em
	}

	body.haircare .start_treatment h1,
	body.haircare .start_treatment h2 {
		font-size: 31px;
		margin-bottom: 15px
	}

	body.haircare .start_treatment ul {
		margin-bottom: 20px
	}

	body.haircare .start_treatment ul li {
		font-size: 16px;
		margin-bottom: 10px
	}

	body.haircare .start_treatment ul li:last-of-type {
		margin-bottom: 0
	}

	body.haircare .start_treatment ul li:before {
		height: 22px;
		width: 22px
	}

	body.haircare .start_treatment .spray-pic {
		max-width: 300px
	}

	body.haircare .start_treatment .start-yellow img {
		max-width: 270px
	}

	body.haircare .haircare_dr .inner {
		padding: 30px 20px
	}

	body.haircare .haircare_dr p {
		font-size: 16px
	}

	body.haircare .haircare_dr h5 {
		font-size: 29px;
		text-align: center
	}

	body.haircare .haircare_dr .doctor {
		max-width: 200px;
		position: relative;
		top: 25px
	}

	body.haircare .haircare_dr .right {
		margin-left: 0;
		margin-top: 48px
	}

	body.haircare .haircare_dr .author p {
		font-size: 17px
	}

	body.haircare .haircare_dr .author p:last-of-type {
		font-size: 16px
	}

	body.haircare .grow_quick h1 {
		font-size: 29px
	}

	body.haircare .grow_quick .subtitle {
		font-size: 16px
	}

	body.haircare .grow_quick h6 {
		font-size: 18px
	}

	body.haircare .grow_quick .box p {
		font-size: 16px
	}

	body.haircare .grow_quick .star-review {
		justify-content: center
	}

	body.haircare .grow_quick .star-review h1 {
		font-size: 50px
	}

	body.haircare .grow_quick .star-review .strong-text {
		font-size: 20px
	}

	body.haircare .grow_quick .star-review .left h4 {
		font-size: 16px;
		margin-bottom: 2px
	}

	body.haircare .grow_quick .logo {
		max-width: 280px
	}

	body.haircare .complete_grow_review h2 {
		font-size: 26px
	}

	body.haircare .complete_grow_review img {
		max-width: 200px
	}

	body.haircare .complete_grow_review p {
		padding: 0 51px
	}

	body.haircare .fight_haircare h1 {
		font-size: 29px
	}

	body.haircare .fight_haircare .subtitle {
		font-size: 16px;
		margin-bottom: 50px
	}

	body.haircare .fight_haircare h4 {
		font-size: 18px
	}

	body.haircare .fight_haircare h6 {
		font-size: 17px
	}

	body.haircare .fight_haircare .content .bottom-content {
		padding: 0 1em
	}

	body.haircare .fight_haircare .content p {
		font-size: 16px
	}

	body.haircare .hairgrow_patients h1 {
		font-size: 29px
	}

	body.haircare .hairgrow_patients h2 {
		font-size: 31px
	}

	body.haircare .hairgrow_patients .subtitle {
		font-size: 16px
	}

	body.haircare .hairgrow_difference h1 {
		font-size: 29px
	}

	body.haircare .hairgrow_difference .subtitle {
		font-size: 16px
	}

	body.haircare .patients-slider {
		padding: 0
	}

	body.haircare .patients-slider .inner-slider {
		padding: 1.5em 2.5em
	}

	body.haircare .patients-slider .inner-slider img {
		margin: 0 auto 15px
	}

	body.haircare .patients-slider .slick-arrow {
		height: 30px;
		width: 30px
	}

	body.haircare .hair-gallery {
		grid-template-columns: repeat(2, 1fr)
	}

	body.haircare .hair-gallery img {
		display: none
	}

	body.haircare .hair-gallery img:nth-of-type(4) {
		display: block;
		grid-column: 1/2
	}

	body.haircare .hair-gallery img:nth-of-type(5) {
		display: block;
		grid-column: 2/3
	}

	body.haircare .hair-gallery img:last-of-type {
		display: block;
		grid-column: 1/3
	}

	body.haircare .hairgrow-guarantee:after {
		left: 23%;
		right: 0;
		width: 200%
	}

	body.haircare .hairgrow-guarantee h1 {
		font-size: 31px;
		margin-bottom: 40px
	}

	body.haircare .hairgrow-guarantee .stars {
		font-size: 1.3em;
		margin-bottom: 5px
	}

	body.haircare .hairgrow-guarantee .subtitle {
		font-size: 16px
	}

	body.haircare .hairgrow_footer .right-side {
		align-items: flex-end;
		flex-direction: column
	}

	body.haircare .hairgrow_footer .social-links {
		justify-content: flex-end
	}

	body.haircare .hairgrow_footer h5:before {
		width: 100%
	}

	body.haircare .hairgrow_footer .legit img {
		height: 100%;
		width: 100px
	}
}

body.pe-lander .pe_subtitle {
	margin-bottom: 3em;
	position: relative
}

body.pe-lander .pe_subtitle h1 {
	background: #1a518a;
	color: #fff;
	content: "";
	display: block;
	font-size: 35px;
	font-weight: 900;
	left: 0;
	margin: 0 auto;
	padding: .5em 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: -41px;
	width: 90%
}

body.pe-lander .pe_product {
	padding: 2em 0
}

body.pe-lander .pe_product ul {
	list-style: none;
	margin: 0;
	padding: 0
}

body.pe-lander .pe_product ul li {
	font-size: 26px;
	font-weight: 400;
	padding: 0 0 5px 40px;
	position: relative
}

body.pe-lander .pe_product ul li:before {
	background-image: url(../images/bullet.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 26px
}

body.pe-lander .pe_section-supply {
	margin-bottom: 2em
}

body.pe-lander .pe_section-supply .inner-section {
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	padding: 2em 0
}

body.pe-lander .pe_section-supply h2 {
	font-size: 30px;
	letter-spacing: -.3px;
	text-transform: uppercase
}

body.pe-lander .pe_section-supply .second-title {
	font-size: 28px;
	letter-spacing: -.3px;
	text-transform: uppercase
}

body.pe-lander .pe_section-supply .small-text {
	font-size: 20px;
	letter-spacing: -.2px;
	padding-right: 40px
}

body.pe-lander .pe_section-supply .small-text2 {
	font-size: 20px;
	letter-spacing: -.5px;
	padding-right: 20px
}

body.pe-lander .pe_right-medication {
	padding: 0 0 4em
}

body.pe-lander .pe_right-medication h2 {
	font-size: 45px;
	font-weight: 900;
	margin-bottom: 20px
}

body.pe-lander .pe_right-medication h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 900
}

body.pe-lander .pe_right-medication .inner {
	align-items: flex-start;
	background: url(../images/blue_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	padding: 50px 50px 50px 20px
}

body.pe-lander .pe_right-medication p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 1em
}

body.pe-lander .pe_right-medication .right {
	margin-left: 20px
}

body.pe-lander .pe_right-medication .author p {
	font-size: 22px;
	margin-bottom: 5px
}

body.pe-lander .pe_right-medication .author p:last-of-type {
	margin-bottom: 0
}

body.pe-lander .pe_right-medication .doctor {
	display: block;
	max-width: 400px;
	width: 100%
}

body.pe-lander .pe_right-medication .quote {
	display: inline-block;
	margin-left: 10px;
	margin-right: 12px;
	max-width: 29px;
	width: 100%
}

@media (max-width:992px) {
	body.pe-lander .pe_product ul li {
		font-size: 24px
	}

	body.pe-lander .pe_section-supply h2 {
		font-size: 26px
	}

	body.pe-lander .pe_section-supply .second-title {
		font-size: 24px
	}

	body.pe-lander .pe_section-supply .malemd_btn2 {
		padding: .5em 1em
	}

	body.pe-lander .pe_section-supply .small-text {
		padding-right: 13px
	}

	body.pe-lander .pe_right-medication .inner {
		align-items: center
	}

	body.pe-lander .pe_right-medication .doctor {
		max-width: 250px
	}

	body.pe-lander .pe_right-medication p {
		font-size: 15px
	}

	body.pe-lander .pe_right-medication h5 {
		font-size: 20px
	}

	body.pe-lander .pe_right-medication .author p {
		font-size: 19px
	}
}

@media (max-width:768px) {
	body.pe-lander .pe_product {
		padding-top: 0
	}

	body.pe-lander .pe_product .with_bg {
		min-height: 90vh;
		position: relative
	}

	body.pe-lander .pe_product .with_bg:before {
		background: url(/app-client/images/pe/pill_with_bottle.png);
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1
	}

	body.pe-lander .pe_product .girl {
		display: none
	}

	body.pe-lander .pe_product ul {
		margin: 3em 0 2em
	}

	body.pe-lander .pe_section-supply .small-text,
	body.pe-lander .pe_section-supply .small-text2 {
		padding: 0 0 10px
	}

	body.pe-lander .pe_section-supply .second-title {
		font-size: 26px
	}

	body.pe-lander .pe_right-medication .inner {
		background: url(../images/blue_bg_mob.png);
		background-color: #338dbf;
		background-position: top -32px right;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 25px;
		flex-wrap: wrap;
		padding: 94px 30px 40px
	}

	body.pe-lander .pe_right-medication .doctor {
		margin-top: -40%;
		max-width: 300px;
		position: relative
	}

	body.pe-lander .pe_right-medication .author p,
	body.pe-lander .pe_right-medication h5,
	body.pe-lander .pe_right-medication p {
		font-size: 24px
	}

	body.pe-lander .pe_right-medication h2 {
		margin-bottom: 4em
	}

	body.pe-lander .pe_right-medication .right {
		margin-left: 0;
		margin-top: 1em
	}

	body.pe-lander .pe_right-medication h5 {
		margin-top: 2em
	}
}

@media (max-width:576px) {
	body.pe-lander .pe_subtitle {
		background: #1a518a;
		margin-bottom: 0
	}

	body.pe-lander .pe_subtitle h1 {
		font-size: 25px;
		position: static;
		width: 100%
	}

	body.pe-lander .pe_product .with_bg {
		min-height: 68vh;
		position: relative
	}

	body.pe-lander .pe_product .with_bg:before {
		background: url(/app-client/images/pe/pill_with_bottle.png);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1
	}

	body.pe-lander .pe_product ul li {
		font-size: 22px;
		padding-left: 40px
	}

	body.pe-lander .pe_product ul li:before {
		top: 4px
	}

	body.pe-lander .pe_section-supply .second-title,
	body.pe-lander .pe_section-supply h2 {
		font-size: 20px;
		letter-spacing: 0
	}

	body.pe-lander .pe_section-supply .small-text,
	body.pe-lander .pe_section-supply .small-text2 {
		font-size: 16px
	}

	body.pe-lander .pe_right-medication .inner {
		padding: 74px 20px 40px
	}

	body.pe-lander .pe_right-medication h2 {
		font-size: 35px;
		margin-bottom: 2em
	}

	body.pe-lander .pe_right-medication .right {
		margin-top: 0
	}

	body.pe-lander .pe_right-medication .doctor {
		margin-top: -32%;
		max-width: 250px
	}

	body.pe-lander .pe_right-medication h5 {
		font-size: 18px;
		margin-top: 1em
	}

	body.pe-lander .pe_right-medication .author p,
	body.pe-lander .pe_right-medication p {
		font-size: 18px
	}

	body.pe-lander .pe_right-medication .quote {
		max-width: 16px
	}
}

@media (max-width:414px) {
	body.pe-lander .pe_product .with_bg {
		min-height: 35vh
	}

	body.pe-lander .pe_right-medication .doctor {
		margin-top: -43%
	}
}

.getStartedCta2:focus,
.getStartedCta3:focus,
.getStartedCtaTop:focus,
.right_meds:focus {
	box-shadow: none;
	outline: none
}

.getStartedCta2:hover,
.getStartedCta3:hover,
.getStartedCtaTop:hover,
.right_meds:hover {
	color: #fff
}

.go-back {
	border-radius: 8px;
	font-weight: 700;
	padding: 15px 35px !important;
	text-transform: uppercase;
	transition: all .5s ease
}

.go-back:focus {
	box-shadow: none;
	outline: none
}

.go-back i {
	padding-right: 10px
}

body,
html {
	scroll-behavior: unset
}

body .getStartedCta2 {
	align-items: center;
	background-color: #db3e4d;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: 10px 35px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body .getStartedCta2 span {
	position: relative
}

body .getStartedCta2:before {
	background-color: #ff002f;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0
}

body .getStartedCta2:after {
	background-color: #db3e4d;
	content: "";
	display: inline-block;
	transition: all .3s;
	z-index: 2
}

body .getStartedCta2:focus,
body .getStartedCta2:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

body .getStartedCta2:focus:before,
body .getStartedCta2:hover:before {
	width: 100%
}

body .getStartedCta2:focus:after,
body .getStartedCta2:hover:after {
	background-color: #ff002f
}

body .prev {
	border: 1px solid #343a40;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	font-weight: 900;
	margin-right: 10px;
	padding: 10px 35px;
	text-decoration: none
}

body #border-section .icon-box {
	position: relative
}

body #border-section .icon-box:before {
	background: #999;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 49%;
	width: 100%;
	z-index: -1
}

body #border-section .icon-box img {
	border: 10px solid #fff;
	border-radius: 50%
}

body #border-section.inner-section {
	position: relative;
	top: -30px
}

body .next_step {
	align-items: center;
	background-color: #db3e4d;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	overflow: hidden;
	padding: 12px 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width:auto;
}

body .next_step,
body .next_step span {
	position: relative
}

body .next_step:not(.blue-variant):before {
	background-color: #ff002f;
	border-radius: 8px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 0
}

body .next_step:not(.blue-variant):after {
	background-color: #db3e4d;
	content: "";
	display: inline-block;
	transition: all .3s;
	z-index: 2
}

body .next_step:not(.blue-variant):focus:before,
body .next_step:not(.blue-variant):hover:before {
	width: 100%
}

body .next_step:not(.blue-variant):focus:after,
body .next_step:not(.blue-variant):hover:after {
	background-color: #ff002f
}

body .next_step:focus,
body .next_step:hover {
	box-shadow: none;
	color: #fff;
	outline: none;
	text-decoration: none
}

body #med_sec .top-middle {
	/* align-items: flex-end; */
	/* display: flex; */
	/* flex-wrap: nowrap; */
	/* justify-content: flex-start; */
	margin: 80px 0 20px;
}

body #med_sec .top-middle img {
	margin-right: 15px
}

body #med_sec .top-middle .doc-pic {
	display: block;
	max-width: 250px;
	width: 100%
}

body #med_sec .top-middle .doc-pic2 {
	display: inline-block;
	max-width: 300px;
	width: 100%
}

body #med_sec p {
	font-size: 19px;
	margin-bottom: 20px;
    text-align: center;
}

body #med_sec .right h5 {
	font-size: 27px;
	margin-bottom: 0
}

body #med_sec .right h3,
body #med_sec .right h5 {
	font-weight: 900;
	letter-spacing: -1px;
	word-spacing: -2px;
	margin-bottom: 25px;
}

body #med_sec .right h3 {
	font-size: 40px;
	margin-bottom: 25px;
}

body #new_order {
	padding: 6%
}

body #new_order .box {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 601px
}

body #new_order .box.text-box {
	padding: 60px 0 60px 60px
}

body #new_order .box.text-box.text-box-middle {
	padding: 60px 60px 60px 15px
}

body #new_order .colored-box {
	align-items: center;
	background: #e8e9ed;
	display: flex;
	justify-content: center
}

body #new_order .colored-box img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
	width: 100%
}

body #new_order h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase
}

body #new_order h5.product-name {
	font-weight: 500;
	margin-bottom: 0
}

body #new_order h4 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px
}

body #new_order h4.price {
	align-items: center;
	color: #1a518a;
	display: flex;
	font-size: 32px;
	justify-content: flex-start;
	margin-bottom: 20px
}

body #new_order h4.price .badge {
	border-radius: 50px;
	font-size: 13px;
	margin-left: 5px;
	padding: 5px 15px
}

body #new_order .description,
body #new_order .description-product {
	font-size: 20px;
	margin-bottom: 20px
}

body #account-banner-top {
	padding: 2em 0 0;
	position: relative
}

body #account-banner-top:before {
	background: url(../images/header_v4_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	max-height: 45vh;
	position: absolute;
	top: 0;
	width: 100%
}

body #account-banner-top .brand-logo img {
	margin-bottom: 2em
}

body #account-banner-top h1 {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .5em
}

body #account-banner-top .logo-box {
	grid-gap: 2em;
	background: #f5f8fd;
	border-radius: 8px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin: 1em 0 0;
	padding: 30px
}

body #account-banner-top .logo-box .box {
	align-items: center;
	display: flex;
	flex-wrap: wrap
}

body #account-banner-top .logo-box .icon-legit a img {
	display: block;
	height: 100%;
	margin-right: 10px;
	max-width: 80px;
	width: 100%
}

body #account-banner-top .logo-box p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0
}

body #account-banner-top .logo-box img {
	display: block;
	margin-right: 30px;
	max-width: 60px;
	width: 100%
}

body #guarantee_section .guarantee-box {
	background: #f5f8fd;
	border-radius: 8px;
	padding: 30px
}

body #guarantee_section .guarantee-box .top {
	margin-bottom: 1.5em
}

body #guarantee_section .guarantee-box .top img {
	display: block;
	margin: 0 auto .7em;
	max-width: 270px;
	width: 100%
}

body #guarantee_section .guarantee-box .top h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

body #guarantee_section h2 {
	color: #338dbf;
	font-size: 27px;
	font-weight: 700
}

body #guarantee_section h6 {
	font-weight: 700;
	margin-bottom: 1em
}

body #guarantee_section form {
	margin-bottom: 1.5em
}

body #guarantee_section form .state {
	color: #000;
	font-size: 20px
}

body #guarantee_section form label {
	font-size: 15px
}

body #guarantee_section form label a {
	color: #338dbf
}

body #guarantee_section .doctor .doc-pic2 {
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
	width: 100%
}

body #guarantee_section .doctor p {
	font-size: 17px
}

body #guarantee_section .author {
	font-weight: 700
}

body #guarantee_section .bottom p {
	font-size: 17px
}

#med-header .button-top span {
	background: #db3e4d
}

.med-header2 {
	padding: 1em 0
}

.med-header2 .logo_v4 {
	display: block;
	max-width: 180px;
	width: 100%
}

.new_banner_v4 {
	display: none
}

.checkout-v4 .selected_product {
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 10px 10px 0 0;
	padding: 16px 38px 16px 40px
}

.checkout-v4 .selected_product.selected_product_2 {
	border-radius: 10px;
	padding: 16px 25px
}

.checkout-v4 .selected_product.selected_product_2 .prod_description {
	margin-left: 20px
}

.checkout-v4 .prescription {
	background: #dde4e8;
	border: transparent;
	border-radius: 0;
	padding: 16px 40px
}

.checkout-v4 .prescription h5 {
	font-size: 24px;
	font-weight: 700
}

.checkout-v4 input,
.checkout-v4 select {
	background: #fff!important;
	border: 1px solid #6a6a6a!important;
	border-radius: 8px!important;
	height: 50px;
}

.checkout-v4 input:focus,
.checkout-v4 select:focus {
	border-color: #6a6a6a;
	box-shadow: none;
	outline: none
}

.checkout-v4 .pills-box {
	align-items: center;
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px
}

.checkout-v4 .pills-box h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 9px
}

.checkout-v4 .pills-box p {
	color: #ae1a23;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0
}

.checkout-v4 img {
	height: auto;
	max-height: 150px;
	max-width: 100px;
	width: auto
}

.checkout-v4 .approved-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.checkout-v4 .approved-list li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 13px 25px;
	position: relative
}

.checkout-v4 .approved-list li:before {
	color: #46b53e;
	content: "";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0
}

.checkout-v4 .costs,
.checkout-v4 .total-costs {
	list-style: none;
	padding: 0
}

.checkout-v4 .costs li,
.checkout-v4 .total-costs li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 2px
}

.checkout-v4 .costs li p,
.checkout-v4 .total-costs li p {
	margin-bottom: 0
}

.checkout-v4 .costs li del,
.checkout-v4 .total-costs li del {
	color: #ae1a23
}

.checkout-v4 .total-costs {
	margin-bottom: 0
}

.checkout-v4 .total-costs .red-text,
.checkout-v4 .total-costs .red-text p {
	color: #ae1a23
}

.checkout-v4 .card-info,
.checkout-v4 .customer-info {
	background: #f3f3f3;
	border: transparent;
	border-radius: 0 0 10px 10px;
	padding: 16px 40px
}

.checkout-v4 .card-info h5,
.checkout-v4 .customer-info h5 {
	font-size: 24px;
	font-weight: 700
}

.checkout-v4 .customer-info {
	margin-bottom: 30px
}

.checkout-v4 .customer-info .check-select-area {
	list-style: none;
	margin: 0;
	padding: 0 0px 0 23px;
}

.checkout-v4 .customer-info .check-select-area .style-chckbx {
	align-items: center;
	display: flex;
	justify-content: flex-start
}

.checkout-v4 .customer-info .check-select-area input {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -1px;
}

.checkout-v4 .card-info {
	border-radius: 10px;
	padding: 16px 40px 30px
}

.checkout-v4 .card-info .with_pic {
	align-items: baseline;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px
}

.checkout-v4 .card-info .with_pic p {
	margin-bottom: 0
}

.checkout-v4 .card-info .with_pic img {
	display: block;
	margin-left: 15px;
	max-width: 30px;
	width: 100%
}

.checkout-v4 .logos {
	align-items: center;
	display: flex;
	justify-content: space-around;
	list-style: none;
	padding: 0
}

.checkout-v4 .logos img {
	display: block;
	max-width: 140px;
	width: 100%
}

.checkout-v4 .logos img.moneybck {
	max-width: 100px
}

.checkout-v4 .product_swap {
	background: transparent;
	height: unset;
	width: 60%
}

.checkout-v4 .change_md .small {
	color: #338dbf
}

.confirm-pass {
	align-items: center;
	display: flex;
	height: 90vh;
	justify-content: center;
	width: 100%
}

#confirm-pass {
	padding: 1em
}

#confirm-pass h1 {
	color: #333;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 35px;
	text-transform: uppercase
}

#confirm-pass h1 span {
	color: #db3e4d
}

#confirm-pass .material-style {
	position: relative
}

#confirm-pass .material-style label {
	font-size: 17px;
	left: 10px;
	pointer-events: none;
	position: absolute;
	top: 10px;
	transition: all .3s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3
}

#confirm-pass .material-style .form-control {
	background: #f5f5f5;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	box-shadow: none !important;
	height: 50px;
	outline: none !important;
	padding-top: 20px;
	transition: all .3s ease
}

#confirm-pass .material-style .form-control:focus {
	border-color: #f68e56
}

#confirm-pass .material-style .form-control:-moz-placeholder-shown~label {
	font-size: .8em;
	top: 0
}

#confirm-pass .material-style .form-control:-ms-input-placeholder~label {
	font-size: .8em;
	top: 0
}

#confirm-pass .material-style .form-control:focus~label,
#confirm-pass .material-style .form-control:placeholder-shown~label,
#confirm-pass .material-style .form-control:valid~label {
	font-size: .8em;
	top: 0
}

#confirm-pass .material-style .form-control,
#confirm-pass .material-style .form-control~label {
	border-color: #c9c9c9;
	color: #929292
}

#confirm-pass .material-style .is-invalid {
	border-color: red !important;
	color: red !important
}

#confirm-pass .material-style .is-valid {
	border-color: green !important;
	color: green !important
}

.see_more {
	background: transparent;
	border: 0;
	font-size: 1.3em
}

#pills_packs {
	padding: 4em 0
}

#pills_packs .box {
	grid-gap: 1em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

#pills_packs .card {
	border: 0
}

#pills_packs p {
	/* color: #999; */
    color: #666;
	font-size: 20px;
	letter-spacing: -.5px;
	line-height: 1.3
}

#pills_packs p.light-text {
	line-height: 1.5
}

#pills_packs h5 {
	color: #338dbf;
	font-size: 22px;
	margin-bottom: 5px;
	text-transform: uppercase
}

#pills_packs h4,
#pills_packs h5 {
	font-weight: 700;
	letter-spacing: -.5px
}

#pills_packs h4 {
	font-size: 24px;
	line-height: 1
}

#pills_packs .best-pack {
	position: relative
}

#pills_packs .best-pack:before {
	background: url(../images/best_value.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 121px;
	left: 11px;
	position: absolute;
	top: -22px;
	width: 245px;
    display: none;
}

#pills_packs .new_users {
	position: relative
}

#pills_packs .new_users:before {
	background: url(../images/new_users_badge.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 121px;
	left: 13px;
	position: absolute;
	top: -21px;
	width: 232px;
    display: none;
}

#pills_packs .exprecienced-users {
	position: relative
}

#pills_packs .exprecienced-users:before {
	background: url(../images/strong_dose_badge.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 121px;
	left: 16px;
	position: absolute;
	top: -21px;
	width: 232px;
    display: none;
}

#pills_packs .top-card {
	align-items: center;
	background: #f2f2f2;
	border: 1px solid #999;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	min-height: 280px
}

#pills_packs .top-card img {
	display: block;
	margin: 0 auto;
	max-width: 250px
}

#pills_packs .bottom-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between
}

#pills_packs .bottom-card p {
	color: #000;
	font-size: 24px
}

#pills_packs .bottom-card .bottom-side {
	height: 100%
}

#pills_packs .price {
	align-items: center;
	display: flex
}

#pills_packs .price h3 {
	font-size: 47px;
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 0;
	margin-right: 10px
}

#pills_packs .spacer {
	background: #999;
	height: 1px;
	margin: .5em 0;
	width: 100%
}

#pills_packs .stars {
	margin-bottom: 5px
}

#pills_packs .stars i {
	color: #f68e56;
	font-size: 2.15em
}

#pills_packs .checked-list {
	list-style: none;
	margin: 0 0 1em;
	padding: 0
}

#pills_packs .checked-list li {
	font-size: 18px;
	letter-spacing: -.5px;
	padding: 0 0 5px 0px;
	position: relative
}

#pills_packs .checked-list li:last-child {
	padding: 0 0 0 0px
}

#pills_packs .checked-list li:before {
	background: url(../images/bullet.png);
	background-position: 0;
	background-repeat: no-repeat;
	background-size: contain;
	/* content: ""; */
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 27px
}

#guarantee {
	background: #ededed;
	padding: 4em 0 5em
}

#guarantee h4 {
	font-size: 29.9px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase
}

#guarantee p {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0
}

#guarantee p:first-of-type {
	margin-bottom: 5px
}

#guarantee .guarantee-pic {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%
}

#border-section2 .icon-box {
	position: relative;
	top: -54%
}

#border-section2 .icon-box:before {
	background: #999;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 53%;
	width: 100%;
	z-index: -1
}

#border-section2 .icon-box img {
	border-radius: 50%
}

#htt_reviews_new {
	padding: 0 0 2em
}

#htt_reviews_new h2 {
	color: #1a518a;
	font-size: 50px;
	font-weight: 900;
	margin-bottom: 40px
}

#htt_reviews_new h3 {
	color: #1a518a;
	font-size: 24px;
	font-weight: 700
}

#htt_reviews_new .members-slider {
	grid-gap: 2em;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

#htt_reviews_new .members-slider .inner-box {
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 35px 20px;
	position: relative
}

#htt_reviews_new .members-slider .quote {
	display: block;
	margin: 0 0 10px;
	max-width: 52px;
	width: 100%
}

#htt_reviews_new .members-slider p {
	font-size: 20px;
	margin-bottom: 5px
}

#htt_reviews_new .members-slider i {
	color: #f68e56;
	font-size: 1.2em;
	margin-right: 10px
}

#htt_reviews_new .members-slider i:last-of-type {
	margin-right: 0
}

#htt_reviews_new .members-slider .flag {
	display: block;
	margin: 0;
	max-width: 90px;
	width: 100%
}

@media (max-width:992px) {
	.go-back {
		padding: 15px 0
	}

	body #med_sec p {
		font-size: 16px
	}
}

@media (max-width:768px) {
	.go-back {
		margin-top: 1em
	}

	body .next_step {
		margin: 1em auto
	}

	body #med_sec h5 {
		font-size: 25px;
		font-weight: 900;
		margin-bottom: 0
	}

	body #med_sec h3 {
		font-size: 50px;
		font-weight: 900
	}

	body #med_sec .top-middle {
		margin: 0 0 20px
	}

	body #med_sec .box-top {
		margin-bottom: 1.5em
	}

	body .getStartedCta2 {
		display: block
	}

	body #account-banner-top {
		position: relative
	}

	body #account-banner-top:before {
		background: url(/app-client/images/lp_v4/header_v4_bg_mobile.jpg);
		background-position: top;
		background-size: 120% 120%;
		content: "";
		left: 0;
		max-height: 53vh;
		padding: 3em 0 0;
		position: absolute;
		top: 0
	}

	body #account-banner-top .logo-box {
		grid-gap: 1em;
		grid-template-columns: 1fr 1fr
	}

	body #account-banner-top .logo-box p {
		font-size: 22px
	}

	body #account-banner-top .logo-box .icon-legit a img,
	body #account-banner-top .logo-box img {
		margin-right: 0
	}

	body #account-banner-top h1 {
		font-size: 2.2em
	}

	body #new_order .box {
		min-height: unset
	}

	body #new_order .box.colored-box {
		padding: 40px 0
	}

	body #new_order .box.text-box,
	body #new_order .box.text-box.text-box-middle {
		padding: 20px 15px 30px
	}

	body #new_order .colored-box img {
		max-width: 100px
	}

	body #new_order h5 {
		font-size: 13px
	}

	body #new_order h5.product-name {
		font-size: 20px
	}

	body #new_order h4 {
		font-size: 22px
	}

	body #new_order h4.price {
		font-size: 24px
	}

	body #new_order .description {
		font-size: 21px
	}

	body #new_order .description-product {
		margin-bottom: 30px
	}

	body #guarantee_section .guarantee-box {
		padding: 20px 10px
	}

	body #guarantee_section .guarantee-box .top img {
		max-width: 170px
	}

	body #guarantee_section .guarantee-box .top h5 {
		font-size: 17px
	}

	body #guarantee_section h2 {
		font-size: 25px
	}

	body #guarantee_section h6 {
		font-size: 14px
	}

	body #guarantee_section form label {
		text-align: left
	}

	body #guarantee_section .doctor {
		margin-bottom: 1.5em
	}

	.checkout-v4 .total-costs {
		margin-bottom: 1em
	}

	.checkout-v4 .approved-list li {
		padding-bottom: 5px
	}

	.checkout-v4 .approved-list li:last-child {
		padding-bottom: 0
	}

	.checkout-v4 .logos {
		margin-top: 1em
	}

	#pills_packs h4 {
		font-size: 28px
	}

	#pills_packs h5 {
		font-size: 20px
	}

	#pills_packs .bottom-card .inner-review {
		align-items: center;
		display: flex;
		margin: 1em 0
	}

	#pills_packs .bottom-card .inner-review p {
		margin-bottom: 0;
		margin-left: 10px
	}

	#pills_packs .bottom-card p {
		font-size: 18px
	}

	#pills_packs .checked-list li {
		font-size: 23px
	}

	#pills_packs .checked-list li:before {
		top: 0
	}

	#pills_packs .card .spacer-blue {
		background: #1a518a;
		height: 10px;
		margin: 2.5em 0 1em;
		width: 100%
	}

	#pills_packs .card:last-of-type .spacer-blue {
		display: none
	}

	#pills_packs .top-card {
		min-height: 230px
	}

	#pills_packs .top-card img {
		display: block;
		max-width: 220px;
		width: 100%
	}

	#pills_packs .best-pack:before,
	#pills_packs .exprecienced-users:before,
	#pills_packs .new_users:before {
		height: 100px;
		top: -16px;
		width: 180px
	}

	#pills_packs .price h3 {
		font-size: 45px
	}

	#pills_packs .stars {
		margin-bottom: 0
	}

	#pills_packs .stars i {
		font-size: 1.5em
	}

	#guarantee {
		padding-top: 2em
	}

	#guarantee h4 {
		font-size: 25px
	}

	#guarantee p {
		font-size: 18px
	}

	#guarantee .guarantee-pic {
		margin: 0 auto 1em;
		max-width: 200px
	}

	#htt_reviews_new h2 {
		font-size: 35px
	}

	#htt_reviews_new h3 {
		font-size: 20px
	}

	#htt_reviews_new h3 br {
		display: none
	}

	#htt_reviews_new .members-slider p {
		font-size: 18px
	}
}

@media (max-width:576px) {
	.med-header2 {
		padding: .5em 0
	}

	.med-header2 .logo_v4 {
		max-width: 120px
	}

	.new_banner_v4 {
		display: block
	}

	.new_banner_v4 h1 {
		color: #333;
		font-size: 1.9rem;
		font-weight: 900;
		line-height: 1.1;
		margin-bottom: 5px;
		text-transform: uppercase
	}

	.new_banner_v4 h4 {
		color: #333;
		font-size: 1.3rem;
		margin-bottom: 0
	}

	body #med_sec .top-middle {
		align-items: center
	}

	body #med_sec .top-middle .doc-pic {
		margin-right: 10px;
		max-width: 130px
	}

	body #med_sec .top-middle .doc-pic2 {
		max-width: 112px
	}

	body #med_sec .top-middle p {
		font-size: 14px;
		margin-bottom: 0
	}

	body #account-banner-top .logo-box {
		padding: 20px 25px
	}

	body #account-banner-top .logo-box p {
		display: block;
		font-size: 14px;
		text-align: center;
		width: 100%
	}

	body #account-banner-top .logo-box img {
		max-width: 80px
	}

	body #account-banner-top .logo-box .box {
		align-items: flex-end;
		justify-content: center;
		min-height: 100px
	}

	body #account-banner-top .logo-box .box img {
		margin-bottom: 5px
	}

	body #account-banner-top .logo-box .icon-legit a img {
		max-width: 120px
	}

	body #new_order {
		padding: 3%
	}

	body #new_order .colored-box img {
		max-width: 70px
	}

	body #new_order .box.colored-box {
		padding: 25px 0
	}

	body #new_order .box.text-box,
	body #new_order .box.text-box.text-box-middle {
		padding: 20px 0 30px
	}

	.checkout-v4 .card-info,
	.checkout-v4 .customer-info,
	.checkout-v4 .prescription,
	.checkout-v4 .selected_product {
		padding: 16px
	}

	.checkout-v4 .change_md,
	.checkout-v4 .prod_description {
		margin-left: 10px
	}

	.checkout-v4 .card-info h5,
	.checkout-v4 .customer-info h5,
	.checkout-v4 .pills-box h5,
	.checkout-v4 .prescription h5 {
		font-size: 20px
	}

	.checkout-v4 .card-info p {
		font-size: 14px !important
	}

	.checkout-v4 .card-info .with_pic {
		align-items: center
	}

	.checkout-v4 .change_md .form-group {
		margin-bottom: 5px
	}

	.checkout-v4 .product_swap {
		width: 100%
	}

	.checkout-v4 .selected_product.selected_product {
		padding: 10px
	}

	.checkout-v4 .selected_product.selected_product .prod_description {
		margin-left: 10px
	}
}

@media (max-width:996px) {
	.checkout-v4 .customer-info {
		margin-bottom: 0
	}

	.tab-wrap .tab-ctrls {
		margin-top: 1em
	}

	.tab-wrap .tab-ctrls .step-1,
	.tab-wrap .tab-ctrls .step-2,
	.tab-wrap .tab-ctrls .step-3 {
		display: none
	}

	.tab-wrap[data-step="1"] .step-1,
	.tab-wrap[data-step="1"] .tabitem:first-child,
	.tab-wrap[data-step="2"] .step-2,
	.tab-wrap[data-step="2"] .tabitem:nth-child(2),
	.tab-wrap[data-step="3"] .step-3,
	.tab-wrap[data-step="3"] .tabitem:nth-child(3) {
		display: block
	}

	.tabitem {
		/* display: none; */
	}
}

.members_slider .slick-slide>div {
	height: 100%
}

.is-invalid .invalid-feedback {
	display: block
}

.is-invalid input,
.is-invalid select {
	border-color: red !important
}

.is-invalid input~label,
.is-invalid select~label {
	color: red !important
}


  form.frm.prospects  input[type=text], form.frm.prospects input[type=search], form.frm.prospects input[type=number], form.frm.prospects input[type=password], form.frm.prospects input[type=tel], input[type=email], form.frm.prospects select, form.frm.prospects textarea
{display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        margin-bottom: 20px;
        }
        .mt-20{margin-top:20px;}
.input-group.input-wid {
    margin-bottom: 20px;
}
.form-control.control_datetime {   margin-bottom: 0px !important;}
       form.frm.prospects    input.form-control.control_button.prospects_submit {
    background: #338dbf;margin-top: 20px;
    border-color: #338dbf;
    border-radius: 8px;
    padding: 18px 35px;
    height: inherit;
    line-height: initial;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

  form.frm.prospects input[type=radio],   form.frm.prospects input[type=checkbox]{margin-right:5px;}


  @media (max-width: 576px){
form.frm.prospects label.bold-lbl {
    font-size: 15px;}

    .cont-form{padding:0px;}
}

 @media (max-width:359px){
label {
    font-size: 13px;
}

 }


form.frm.prospects  input[type="radio"]:checked~label:after {
content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffffff;
    background: #1e9be1;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    padding-left: 2px;
}
form.frm.prospects  input[type="checkbox"]:checked~label:after {
content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffffff;
    background: #1e9be1;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    padding-left: 2px;
}
 form.frm.prospects  input[type="radio"]~label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 form.frm.prospects  input[type="checkbox"]~label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form.frm.prospects input[type="radio"]~label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form.frm.prospects input[type="checkbox"]~label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form.frm.prospects input[type="radio"] ,form.frm.prospects input[type="checkbox"] {
    display: none;
}


    form.frm.prospects label{position: relative;}

    span.radio-span {
    display: inline-block;
    margin-left: 28px;
}
form.frm.prospects input[type="radio"]{    border: 0;
opacity: 0;
    display: inline-block;
    width: 30px;height: 30px;
    position: absolute;
    z-index: 98;}
.input-wid .control_datetime{

border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    position: relative;
    width: auto !important;

}

form.frm.prospects input[type="radio"] {
    border: 0;
    opacity: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0;
}
form.frm.prospects input[type="checkbox"] {
    border: 0;
    opacity: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0;
}

form.frm.prospects .form-group{margin-bottom:0px; position: relative;}
form.frm.prospects input.form-control.control_button.prospects_submit:hover{
    background-color: #245f80;
    border-color: #245f80;}



  .frm.prospects  input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

  .frm prospects  input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

  .frm prospects  input::placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

.  form.frm.prospects  input[type=text], form.frm.prospects input[type=search], form.frm.prospects input[type=number], form.frm.prospects input[type=password], form.frm.prospects input[type=tel], input[type=email], form.frm.prospects select, form.frm.prospects textarea
{display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        margin-bottom: 20px;
        }
        .mt-20{margin-top:20px;}
.input-group.input-wid {
    margin-bottom: 20px;
}
.form-control.control_datetime {   margin-bottom: 0px !important;}
       form.frm.prospects    input.form-control.control_button.prospects_submit {
    background: #338dbf;margin-top: 20px;
    border-color: #338dbf;
    border-radius: 8px;
    padding: 18px 35px;
    height: inherit;
    line-height: initial;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

  form.frm.prospects input[type=radio],   form.frm.prospects input[type=checkbox]{margin-right:5px;}


  @media (max-width: 576px){
form.frm.prospects label.bold-lbl {
    font-size: 15px;}

    .cont-form{padding:0px;}
}

 @media (max-width:359px){
label {
    font-size: 13px;
}

 }


form.frm.prospects  input[type="radio"]:checked~label:after {
content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffffff;
    background: #1e9be1;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    padding-left: 2px;
}
form.frm.prospects  input[type="checkbox"]:checked~label:after {
content: "\f00c";
    font-family: 'FontAwesome';
    color: #ffffff;
    background: #1e9be1;
    font-size: 11px;
    line-height: 17px;
    border-radius: 3px;
    padding-left: 2px;
}
 form.frm.prospects  input[type="radio"]~label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 form.frm.prospects  input[type="checkbox"]~label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form.frm.prospects input[type="radio"]~label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form.frm.prospects input[type="checkbox"]~label:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form.frm.prospects input[type="radio"] ,form.frm.prospects input[type="checkbox"] {
    display: none;
}


    form.frm.prospects label{position: relative;}

    span.radio-span {
    display: inline-block;
    margin-left: 28px;
}
form.frm.prospects input[type="radio"]{    border: 0;
opacity: 0;
    display: inline-block;
    width: 30px;height: 30px;
    position: absolute;
    z-index: 98;}
.input-wid .control_datetime{

    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    position: relative;
    /*width: auto !important;*/
    width:95% !important;
    height: 60px!important;

}

form.frm.prospects input[type="radio"] {
    border: 0;
    opacity: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0;
}
form.frm.prospects input[type="checkbox"] {
    border: 0;
    opacity: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 98;
    top: 0px;
    left: 0;
}

form.frm.prospects .form-group{margin-bottom:0px; position: relative;}
form.frm.prospects input.form-control.control_button.prospects_submit:hover{
    background-color: #245f80;
    border-color: #245f80;}



  .frm.prospects  input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

  .frm prospects  input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

  .frm prospects  input::placeholder {
  color: #6c757d;
  opacity: 1;font-family: Avenir LT Std;
}

.mb-20{margin-bottom:20px;}

.new-ftr{
    width:100%;
    text-align: center;
    margin-bottom: 15px;
}

.new-ftr a{
    color:#121212;
    text-decoration: none;
}




    @media (max-width: 768px){
#htt_right-medication .inner {background: url(../images/blue_bg.png);}

}

.red_txt {
    color: #ef0b12;
}
.medical_team_box p {
    font-size: 1.25rem;
    line-height: 1.2;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .medical_team_box p {
        width: 90%;
        font-size: 1.125rem;
    }
    .medical_team_box2 {
        margin-top: 2rem;
    }
}


/**************************************/
/*** Package Selection Styles Here ***/
/**************************************/
.product_selection_modal .modal-content p {
    margin: 0;
}

/** Tab Heading Styles Here **/
.drug_prefer {
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 1rem;
}
.drug_prefer p {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0f1f38;
}
.drug_prefer p span {
	margin-right: 0.25rem;
	font-size: 1rem;
	font-weight: 500;
}
.fill-warning {
    fill: #922a43;
}
p.ques_txt {
	text-align: center;
	font-weight: bold;
	color: #101c31;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 0.5rem !important;
	margin-bottom: 1rem !important;
}
p.help_text {
	text-align: center;
	color: #0009;
	margin-top: 1.25rem !important;
	margin-bottom: 2rem !important;
}
p.help_text a {
	color: #0009;
	text-decoration: none;
	font-weight: 500;
}
p.sub_text {
	color: #0009;
	font-weight: 500;
	text-align: center;
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1rem !important;
}
p.sub_text_dark {
	color: #000000de;
}


/** Selection Item Styles Here **/
.product_selections {
	border: 1px solid #1b2b51;
    padding: 1rem;
    color: #1b2b51;
    border-radius: 0.313rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product_selections:hover {
    border-color: #1a518a;
}
.product_selections .button_area {
	margin-right: 1rem;
}
.product_selections .button_area .custom_radio_btn {
	display: block;
  	position: relative;
  	cursor: pointer;
  	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    margin-bottom: 0;
}
.product_selections .button_area .custom_radio_btn input {
	position: relative;
  	opacity: 0;
  	cursor: pointer;
}
.product_selections .button_area .custom_radio_btn .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #b9b9b9;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.product_selections .button_area .custom_radio_btn:hover input ~ .checkmark, .product_selections:hover input ~ .checkmark {
	border-color: #1a518a !important;
}
.product_selections .button_area .custom_radio_btn input:checked ~ .checkmark {
	background: #1a518a;
}
.product_selections .button_area .custom_radio_btn .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.product_selections .button_area .custom_radio_btn input:checked ~ .checkmark:after {
	display: block;
}
.product_selections .button_area .custom_radio_btn .checkmark:after {
	top: 0;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
	border-radius: 50%;
	/* background: #23f197; */
    background:#1a518a;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 0 0.2rem rgba(115, 94, 111, 0.32);
	-webkit-box-shadow: 0 0 0 0.2rem rgba(115, 94, 111, 0.32);
}
.product_selections .content_area .prod_name {
	font-weight: bold;
    color: #0f1f38;
    font-size: 1.25rem;
    line-height: 1.5;
}
.product_selections .content_area .about_prod {
	color: #0009;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 1rem;
}
.product_selections .content_area .prod_badges {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.product_selections .content_area .prod_badges .tab_prc .txt1 {
	color: #0009;
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 500;
	font-style: italic;
}
.product_selections .content_area .prod_badges .tab_prc .txt2 {
	color: #fff;
	font-weight: bold;
	font-size: 0.75rem;
	background: #121628;
	border: transparent;
	border-radius: 25px;
	padding: 0.25rem 0.5rem;
}
.product_selections .content_area .prod_badges .popularity p {
	color: #fff;
	font-size: 0.75rem;
	background: #ff9800;
	border: transparent;
	border-radius: 25px;
	padding: 0.5rem 0.625rem;
}
.product_selections .product_area {
	max-width: 110px;
}
.product_selections .product_area img {
	width: 100%;
}
.dosage_preferences .product_selections .content_area .dosage_quantity {
	display: inline-block;
	color: #0009;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
}
.dosage_preferences .product_selections .content_area .dosage_popularity {
	display: inline-block;
	background: #ff9800;
	border: transparent;
	border-radius: 25px;
	color: #fff;
	font-size: 0.75rem;
	line-height: 2;
	font-weight: 500;
	padding: 0 0.75rem;
    margin-left: 0.5rem;
}
.dosage_preferences .product_selections .button_area .custom_radio_btn .checkmark {
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.dosage_preferences .product_selections {
	padding: 1.625rem 1rem;
}
.medication_usage .product_selections .content_area .medication_timing {
	display: inline-block;
	color: #1b2b51;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
}
.medication_usage .product_selections .content_area .medication_popularity {
	display: inline-block;
	background: #ff9800;
	border: transparent;
	border-radius: 25px;
	color: #fff;
	font-size: 0.75rem;
	line-height: 2;
	font-weight: 500;
	padding: 0 0.75rem;
    margin-left: 0.5rem;
}
.medication_usage .product_selections .button_area .custom_radio_btn .checkmark {
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.monthly_supply_sec .product_selections,
.monthly_supply_sec1 .product_selections {
    display: block;
}
.monthly_supply_sec .product_selections .prod_supply_head,
.monthly_supply_sec1 .product_selections .prod_supply_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.monthly_supply_sec .product_selections .prod_supply_head .supply_popularity,
.monthly_supply_sec1 .product_selections .prod_supply_head .supply_popularity {
    background: #ff9800;
    border: transparent;
    border-radius: 25px;
    color: #fff;
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 500;
    padding: 0 0.75rem;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_head,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_head {
    color: #1b2b51;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_text,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_text {
    color: #797979;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_prc,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_prc{
    margin-top: 0.75rem;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_prc .now_prc,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_prc .now_prc {
    color: #1a3c62;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_prc .now_prc span,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_prc .now_prc span {
    font-weight: 500;
    font-size: 80%;
}
.monthly_supply_sec .product_selections .prod_supply_cont .supply_prc .prev_prc,
.monthly_supply_sec1 .product_selections .prod_supply_cont .supply_prc .prev_prc {
    border: 1px solid #07df01;
    padding: 2px 7px;
    border-radius: 13px;
    color: #07df01;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.5;
    margin-left: 0.5rem;
}
.monthly_supply_sec .product_selections .prod_supply_cont .save_badge,
.monthly_supply_sec1 .product_selections .prod_supply_cont .save_badge {
    /* background: #64dfa9; */
    background: #1a518a;
    border: transparent;
    border-radius: 0.25rem;
    margin-top: 1rem;
    width: fit-content;
    padding: 0.375rem 1.25rem;
    margin-left: auto;
}
.monthly_supply_sec .product_selections .prod_supply_cont .save_badge p,
.monthly_supply_sec1 .product_selections .prod_supply_cont .save_badge p {
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
}
.monthly_supply_sec .product_selections .prod_supply_cont,
.monthly_supply_sec1 .product_selections .prod_supply_cont {
    margin-top: 2rem;
}
.monthly_supply_sec .product_selections_row,
.monthly_supply_sec1 .product_selections_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.monthly_supply_sec .product_selections_row .product_selections,
.monthly_supply_sec1 .product_selections_row .product_selections {
    width: 49%;
}
@media screen and (max-width: 767px) {
    .monthly_supply_sec .product_selections_row,
    .monthly_supply_sec1 .product_selections_row {
        flex-direction: column;
    }
    .monthly_supply_sec .product_selections_row .product_selections,
    .monthly_supply_sec1 .product_selections_row .product_selections {
        width: 100%;
    }
}


/** Step Button Styles Here **/
.fill-white {
    fill: #fff;
}
.fill-black {
    fill: #000;
}
.step_button_group button {
	width: 100%;
	border: transparent;
	border-radius: 0.25rem;
	cursor: pointer;
	color: #091938;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	padding: 0.625rem 0.5rem;
	font-size: 0.875rem;
	/* font-family: 'Avenir Next LT Pro'; */
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.step_button_group button:not(:first-child) {
	margin-top: 0.75rem;
}
.step_button_group button.next_step_btn {
    background: #1a518a;
    color: #fff;
}
.step_button_group button.next_step_btn:hover, .step_button_group button.next_step_btn:focus {
	background: #113f6e;
}
.step_button_group button.prev_step_btn {
	background: #f5f5f5;
}
.step_button_group button.prev_step_btn:hover, .step_button_group button.prev_step_btn:focus {
	background: #e4e4e4;
}

.scroll-div .modal-body {
	max-height: 84vh;
    overflow-y: auto;
    margin: 5px;
}
.scroll-div .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.scroll-div .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.scroll-div .modal-body::-webkit-scrollbar-thumb {
	background-color: #000000;
}
.product_selection_modal .modal-content button.close {
    display: none;
}
.product_selection_modal .nav-tabs li.nav-item {
    width: 50%;
    text-align: center;
}
.product_selection_modal .nav-tabs .nav-link {
    color: #0000008a;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    border-radius: 0px;
    font-size: 0.875rem;
}
.product_selection_modal .nav-tabs .nav-link:hover {
    background: #f9f9f9;
}
.product_selection_modal .nav-tabs .nav-link.active, .product_selection_modal .nav-tabs .nav-item.show .nav-link {
    border: none;
    border-radius: 0px;
    border-bottom: 2px solid #28d087;
    background: #fff;
    color: #28d087;
}
.product_selection_modal .nav-tabs .nav-link.active:hover, .product_selection_modal .nav-tabs .nav-item.show .nav-link:hover {
    background: #e5f9f0;
}
.product_selection_modal .nav-tabs {
    margin-bottom: 1rem;
    border-bottom: none;
}
.modal.product_selection_modal{
    background: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 767px) {
    .product_selection_modal .nav-tabs .nav-link {
        font-size: 0.688rem;
        padding: 0.5rem;
    }
    .best_sellers .product_selections {
        flex-direction: column;
    }
    .other_treatment .product_selections {
        flex-direction: column;
    }
}


.help_opttext {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 15px;
    position: relative;
    transition: all 1s linear;
    display: block;
}
.help_opttext h4 {
    font-size: 17px;
    text-align: center;
    color: #0009;
    font-weight: 600;
    margin-bottom: 16px;
}
.help_opttext h5 {
    margin: 8px 0;
    font-size: 16px;
    color: #0009;
    font-weight: 600;
}
.help_opttext p {
    font-size: 16px;
    color: #0009;
    margin-bottom: 16px;
    line-height: 25px;
}
.selection_stepThree .product_hide{
	display:none !important;
}
.selection_stepThree .product_show{
	display:flex !important;
}
span.close_icon {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #922a43;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    cursor: pointer;
}
.help_hidetxt{
    display: none;
    opacity: 0;
}
@media screen and (max-width: 480px) {
  .help_opttext {
        padding-top:32px;
   }
}

.legitBadge {
        margin: 0 0 0 20px;
    /* position: fixed;
    right: 20px;
    left: inherit;
    bottom: 100px;
    z-index: 999; */
} 

