/* ---------- Theme CSS ---------- */

#Drip-container, #Drip-container-f, #Life-container, #Result-container, #Treatment-container, #Dr-container, #Review-container, #Blog-container,#Instagram_Bio_Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Accessibility, #Header, #Banner, #Content-Main, #Newsletter, #Footer, #Main-Menu, #Mobile-Menu, #Drip-main, #Drip-m, #Life-main, #Result-main, #Treat-main, #Dr-main, #Review-main, #Blog-main ,#Instagram_Bio_Intra{
	max-width: 1170px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* Default Custom CSS */

.img-l {
	margin: 0px 15px 10px 0px;
}
.img-r {
	margin: 0px 0px 10px 15px;
}
.img-c {
	margin: 10px;
}
/* Selection CSS */

#Container ::selection {
	background: #CCC;
	color: #000;
}
/* ADA Icon CSS */

.adaOn span {
	background: #f9d516;
	color: #fff;
	border-radius: 50%;
}
.adaClose a {
	background: #f9d516;
}
/* Scroller CSS */

#Scroller a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
}
/* Header CSS */

header.stickyHeader.stickyAnimate {
	background: #fff;
}
#Header {
	min-height: 107px;
}
#Header .table-div {
	padding: 0 4px;
}
.table-cell.logo {
	padding: 15px 0 0 0;
	width: 375px;
}
.table-cell.menuright {
	padding-top: 35px;
}
.pt{
	padding-top: 20px !important;
}
.stickyHeader.stickyAnimate.stickyUp #Header .table-cell {
	display: block;
}
.stickyHeader.stickyAnimate.stickyUp {
	border-bottom: 1px solid #ccc;
}
/* Menu CSS */

.menu {
	text-align: center;
}
.menu li {
	font: 600 18px/20px 'Nunito Sans', sans-serif;
	height: 40px;
}
.menu li span {
	position: relative;
	padding-bottom: 5px;
}
.menu li span::before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: #3dc0c6;
	content: '';
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.menu li:hover span::before {
	width: 100%;
}
.menu li a {
	padding: 7px 0px;
	color: #000;
}
.menu ul li {
	background: #1b4150 url(/images/menu-li-arrow.png) no-repeat scroll 16px 19px;
	width: 246px;
	border-bottom: 1px solid #000;
	font: 400 15px/20px 'Lato', sans-serif;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.menu ul li a {
	padding: 12px 15px 12px 40px;
	color: #fff;
}
.menu ul li:hover {
	background: #3dc0c6 url(/images/menu-li-h-arrow.png) no-repeat scroll 16px 19px;
}
.menu ul li:hover a {
	color: #000;
}
.menu ul {
	padding-top: 4px;
}
.menu li.menu-home {
	width: 50px;
}
.menu-home a::before {
	font-size: 20px;
}
.menu-about {
	width: 14%;
}
.menu-vitamin {
	width: 18%;
}
.menu-patient {
	width: 14%;
}
.menu-blog {
	width: 8%;
}
.menu-blog ul li {
    width: 150px;
}
.menu-results {
	width: 16%;
}
.menu-contact {
	width: 14%;
}
/* Mobile Menu CSS */

.toggleMenu {
	font: bold 16px/30px 'Nunito Sans', sans-serif;
}
.toggleMenu a {
	border-radius: 5px;
	border: 2px solid #ccc;
}
.Wrapper {
	font: 500 14px/20px 'Nunito Sans', sans-serif;
	background: #31738d;
}
/* Home Banner CSS */

#Banner-Container {
	margin-top: 107px;
}
#Banner-Container #Banner {
	height: 563px;
}
#Banner-Container .banner1 {
	background: url(/images/banner1-m.jpg) no-repeat center top;
}
.webp #Banner-Container .banner1 {
    background: url(/images/banner1-m.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner1 {
    background: url(/images/banner1-m.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner1 {
    background: url(/images/banner1-m.wdp) no-repeat center top;
}
#Banner-Container .banner1 .theme-L {
	background: url(/images/banner1-l.jpg) no-repeat right top;
}
.webp #Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-l.webp) no-repeat right top;
}

.jp2 #Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-l.jp2) no-repeat right top;
}

.jpx #Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-l.wdp) no-repeat right top;
}
#Banner-Container .banner1 .theme-R {
	background: url(/images/banner1-r.jpg) no-repeat left top;
}
.webp #Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-r.webp) no-repeat left top;
}

.jp2 #Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-r.jp2) no-repeat left top;
}

.jpx #Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-r.wdp) no-repeat left top;
}

#Banner-Container .banner2 {
	background: url(/images/banner2-m.jpg) no-repeat center top;
}
.webp #Banner-Container .banner2 {
    background: url(/images/banner2-m.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner2 {
    background: url(/images/banner2-m.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner2 {
    background: url(/images/banner2-m.wdp) no-repeat center top;
}
#Banner-Container .banner2 .theme-L {
	background: url(/images/banner2-l.jpg) no-repeat right top;
}
.webp #Banner-Container .banner2 .theme-L {
    background: url(/images/banner2-r.webp) no-repeat right top;
}

.jp2 #Banner-Container .banner2 .theme-L {
    background: url(/images/banner2-r.jp2) no-repeat right top;
}

.jpx #Banner-Container .banner2 .theme-L {
    background: url(/images/banner2-r.wdp) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
	background: url(/images/banner2-r.jpg) no-repeat left top;
}
.webp #Banner-Container .banner2 .theme-R {
    background: url(/images/banner2-r.webp) no-repeat left top;
}

.jp2 #Banner-Container .banner2 .theme-R {
    background: url(/images/banner2-r.jp2) no-repeat left top;
}

.jpx #Banner-Container .banner2 .theme-R {
    background: url(/images/banner2-r.wdp) no-repeat left top;
}

#Banner-Container .banner3 {
	background: url(/images/banner3-m.jpg) no-repeat center top;
}
.webp #Banner-Container .banner3 {
    background: url(/images/banner3-m.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner3 {
    background: url(/images/banner3-m.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner3 {
    background: url(/images/banner3-m.wdp) no-repeat center top;
}
#Banner-Container .banner3 .theme-L {
	background: url(/images/banner3-l.jpg) no-repeat right top;
}
#Banner-Container .banner3 .theme-R {
	background: url(/images/banner3-r.jpg) no-repeat left top;
}
#Banner-Container .banner4 {
	background: url(/images/banner4-m.jpg) no-repeat center top;
}
.webp #Banner-Container .banner4 {
    background: url(/images/banner4-m.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner4 {
    background: url(/images/banner4-m.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner4 {
    background: url(/images/banner4-m.wdp) no-repeat center top;
}
#Banner-Container .banner4 .theme-L {
	background: url(/images/banner4-l.jpg) no-repeat right top;
}
.webp #Banner-Container .banner4 .theme-L {
    background: url(/images/banner4-l.webp) no-repeat right top;
}

.jp2 #Banner-Container .banner4 .theme-L {
    background: url(/images/banner4-l.jp2) no-repeat right top;
}

.jpx #Banner-Container .banner4 .theme-L {
    background: url(/images/banner4-l.wdp) no-repeat right top;
}
#Banner-Container .banner4 .theme-R {
	background: url(/images/banner4-r.jpg) no-repeat left top;
}
.webp #Banner-Container .banner4 .theme-R {
    background: url(/images/banner4-r.webp) no-repeat left top;
}

.jp2 #Banner-Container .banner4 .theme-R {
    background: url(/images/banner4-r.jp2) no-repeat left top;
}

.jpx #Banner-Container .banner4 .theme-R {
    background: url(/images/banner4-r.wdp) no-repeat left top;
}
/* banner 5*/
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat center top;
}
.webp #Banner-Container .banner5 {
    background: url(/images/truniagen-300.webp) no-repeat center top;
}

.jp2 #Banner-Container .banner5 {
    background: url(/images/banner5-m.jp2) no-repeat center top;
}

.jpx #Banner-Container .banner5 {
    background: url(/images/banner5-m.wdp) no-repeat center top;
}
#Banner-Container .banner5 .theme-L {
	background: url(/images/banner5-l.jpg) no-repeat right top;
}
.webp #Banner-Container .banner5 .theme-L {
    background: url(/images/banner5-l.webp) no-repeat right top;
}

.jp2 #Banner-Container .banner5 .theme-L {
    background: url(/images/banner5-l.jp2) no-repeat right top;
}

.jpx #Banner-Container .banner5 .theme-L {
    background: url(/images/banner5-l.wdp) no-repeat right top;
}
#Banner-Container .banner1 .theme-R {
	background: url(/images/banner5-r.jpg) no-repeat left top;
}
.webp #Banner-Container .banner5 .theme-R {
    background: url(/images/banner5-r.webp) no-repeat left top;
}

.jp2 #Banner-Container .banner5 .theme-R {
    background: url(/images/banner5-r.jp2) no-repeat left top;
}

.jpx #Banner-Container .banner5 .theme-R {
    background: url(/images/banner5-r.wdp) no-repeat left top;
}
/*end*/

/* Subpage Banner CSS */

#Banner-Container-S #Banner {
	padding: 25px 0 20px 0;
	text-align: center;
}
#Banner-Container-S {
	margin-top: 107px;
	background: #0d3545;
}
/* Banner Content CSS */

.banner-content {
	position: absolute;
	left: 15%;
	top: 54%;
	width: 904px;
	min-height: 121px;
	padding: 15px;
	background: url(/images/banner-text-bg.png) no-repeat center top;
}
.banner-content .banner-head {
	font: 900 35px/40px 'Nunito Sans', sans-serif;
	color: #fff;
	text-align: center;
}

.tru_head .banner-head1 {
	font: 900 35px/40px 'Nunito Sans', sans-serif;
	color: #062071;
	text-align: center;
}
.tru_head .banner-head2 {
	font: 600 14px/0px 'Nunito Sans', sans-serif;
	color: #000;
	text-align: center;
}
.tru_head ul{
	margin-top:10px;
}
.tru_head ul li{
	font: 400 14px/20px 'Nunito Sans', sans-serif;
	color: #000;
	text-align: left;
	list-style-type:disc;
}
.tru_head{
	position: absolute;
	right: 3%;
	top: 11%;
	width: 59%;
	min-height: 121px;
	padding: 15px;
}
.tru_head .r_more a{
	background:#5e91fd;
	padding:8px 12px;
	border-radius:5px;
	color:#fff;
	margin-top:20px;
	font: 600 14px/20px 'Nunito Sans', sans-serif;
	display:inline-block;
}
.tru_head .r_more a:hover{
	background:#066e86;
}
.shop_now ul li{
	font: 400 14px/20px 'Nunito Sans', sans-serif;
	color: #000;
	text-align: left;
	list-style-type:disc;
	background:none !important;
}
.shop_now a{
	background:#066e86;
	padding:8px 12px;
	border-radius:5px;
	color:#fff;
	margin-top:20px;
	font: 600 14px/20px 'Nunito Sans', sans-serif;
	display:inline-block;
	text-decoration: none; 
}
.shop_now  a:hover{
	background:#5e91fd;
}

/* Banner Tabs CSS */

.Banner-Tabs {
	bottom: 100px;
	right: 5px;
}
.Banner-Tabs li {
	display: inline-block;
	position: relative;
	background: #30525f;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}
.Banner-Tabs li.Banner_here {
	background: #0b8185;
}
.Banner-Tabs li a:hover span, .Banner-Tabs li.Banner_here a span {
	display: none;
}
/* Banner Navigation CSS */

.Banner_nav.slidePrev {
	left: 5px;
}
.Banner_nav.slideNext {
	left: 55px;
}
.Banner_nav.slidePrev span {
	left: 0px;
}
.Banner_nav.slideNext span {
	right: 0px;
}
/*Book ur Drip CSS*/

.drip-heading {
	font: 700 35px/40px 'Nunito Sans', sans-serif;
	color: #0d3545;
	margin-bottom: 15px;
}
.drip-intra {
	width: 80%;
	margin: 0 auto;
	padding: 20px 5px 10px 5px;
	min-height: 300px;
	background: #fff;
	-webkit-box-shadow: 0px -11px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -11px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -11px 14px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	top: -74px;
	position: relative;
	z-index: 9;
}
.drip-intra li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #3ec0c7;
	width: 49%;
	padding: 18px 0 12px 0;
	margin: 0 2px;
	min-height: 250px;
}
.drip-web {
	margin: 10px 0 8px 0;
	font: 400 15px/20px 'Nunito Sans', sans-serif;
}
.drip-web a {
	color: #0f868c;
}
.drip-adress {
	font: 400 15px/20px 'Nunito Sans', sans-serif;
	color: #000000;
}
.drip-cal {
	font: 900 20px/24px 'Nunito Sans', sans-serif;
	margin: 8px 0;
	position: relative;
}
.drip-cal em {
	font-style: normal;
}
.drip-cal::before {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/images/drip-sprite.png) no-repeat scroll 0 0;
	content: '';
	vertical-align: middle;
	margin-right: 8px;
}
.drip-dir {
	font: 400 18px/20px 'Nunito Sans', sans-serif;
}
.drip-dir a {
	color: #0d3545;
}
.drip-dir::before {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(/images/drip-sprite.png) no-repeat scroll -30px 0;
	content: '';
	vertical-align: middle;
	margin-right: 8px;
}
.drip-intra li a:hover {
	color: #3dc0c6;
}
/*Your Life CSS*/

#Life-container {
	background: url(/images/life-bg.jpg) no-repeat scroll center bottom;
}
#Life-main {
	min-height: 462px;
	padding: 0 4px;
}
.life-heading {
	font: 400 56px/60px 'Nunito Sans', sans-serif;
	color: #211f20;
	text-align: center;
	margin-bottom: 50px;
}
.life-heading span {
	font: 900 56px/60px 'Nunito Sans', sans-serif;
}
.life-list {
	width: 260px;
	border-right: 1px solid #d0d0d0;
	margin-left: 18px;
}
.life-list li {
	font: 700 18px/22px 'Nunito Sans', sans-serif;
	margin-bottom: 20px;
	list-style: disc;
	color: #3dc1c6;
}
.life-list li a {
	color: #0d3545;
	display: block;
}
.life-list li:hover {
	color: #0d3545;
}
.life-list li:hover a {
	color: #3dc1c6;
}
/*Treatment CSS*/

#Treat-main {
	padding: 70px 0;
}
.treat-intra {
	min-height: 702px;
	position: relative;
}
.treat-img {
	width: 445px;
	height: 687px;
	position: relative;
}
.vit-b {
	font-weight: 700;
}
.treat1 .treat-img {
	background: url(/images/myer-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat1 .treat-img {
    background: url(/images/myer-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat1 .treat-img {
    background: url(/images/myer-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat1 .treat-img {
    background: url(/images/myer-t-bg.wdp) no-repeat scroll 0 0;
}
.treat2 .treat-img {
	background: url(/images/hydration-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat2 .treat-img {
    background: url(/images/hydration-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat2 .treat-img {
    background: url(/images/hydration-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat2 .treat-img {
    background: url(/images/hydration-t-bg.wdp) no-repeat scroll 0 0;
}
.treat3 .treat-img {
	background: url(/images/energy-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat3 .treat-img {
    background: url(/images/energy-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat3 .treat-img {
    background: url(/images/energy-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat3 .treat-img {
    background: url(/images/energy-t-bg.wdp) no-repeat scroll 0 0;
}
.treat4 .treat-img {
	background: url(/images/recovery-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat4 .treat-img {
    background: url(/images/recovery-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat4 .treat-img {
    background: url(/images/recovery-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat4 .treat-img {
    background: url(/images/recovery-t-bg.wdp) no-repeat scroll 0 0;
}
.treat5 .treat-img {
	background: url(/images/cosmetic-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat5 .treat-img {
    background: url(/images/cosmetic-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat5 .treat-img {
    background: url(/images/cosmetic-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat5 .treat-img {
    background: url(/images/cosmetic-t-bg.wdp) no-repeat scroll 0 0;
}
.treat6 .treat-img {
	background: url(/images/diet-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat6 .treat-img {
    background: url(/images/diet-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat6 .treat-img {
    background: url(/images/diet-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat6 .treat-img {
    background: url(/images/diet-t-bg.wdp) no-repeat scroll 0 0;
}
.treat7 .treat-img {
	background: url(/images/athletic-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat7 .treat-img {
    background: url(/images/athletic-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat7 .treat-img {
    background: url(/images/athletic-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat7 .treat-img {
    background: url(/images/athletic-t-bg.wdp) no-repeat scroll 0 0;
}
.treat8 .treat-img {
	background: url(/images/mood-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat8 .treat-img {
    background: url(/images/mood-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat8 .treat-img {
    background: url(/images/mood-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat8 .treat-img {
    background: url(/images/mood-t-bg.wdp) no-repeat scroll 0 0;
}
.treat9 .treat-img {
	background: url(/images/libido-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat9 .treat-img {
    background: url(/images/libido-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat9 .treat-img {
    background: url(/images/libido-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat9 .treat-img {
    background: url(/images/libido-t-bg.wdp) no-repeat scroll 0 0;
}

.treat10 .treat-img {
	background: url(/images/aches-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat10 .treat-img {
    background: url(/images/aches-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat10 .treat-img {
    background: url(/images/aches-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat10 .treat-img {
    background: url(/images/aches-t-bg.wdp) no-repeat scroll 0 0;
}
.treat11 .treat-img {
	background: url(/images/memory-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat11 .treat-img {
    background: url(/images/memory-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat11 .treat-img {
    background: url(/images/memory-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat11 .treat-img {
    background: url(/images/memory-t-bg.wdp) no-repeat scroll 0 0;
}
.treat12 .treat-img {
	background: url(/images/high-dose-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat12 .treat-img {
    background: url(/images/high-dose-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat12 .treat-img {
    background: url(/images/high-dose-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat12 .treat-img {
    background: url(/images/high-dose-t-bg.wdp) no-repeat scroll 0 0;
}

.treat13 .treat-img {
	background: url(/images/boosterheal-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat13 .treat-img {
    background: url(/images/boosterheal-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat13 .treat-img {
    background: url(/images/boosterheal-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat13 .treat-img {
    background: url(/images/boosterheal-t-bg.wdp) no-repeat scroll 0 0;
}
.treat14 .treat-img {
	background: url(/images/boosterheal2-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat14 .treat-img {
    background: url(/images/boosterheal2-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat14 .treat-img {
    background: url(/images/boosterheal2-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat14 .treat-img {
    background: url(/images/boosterheal2-t-bg.wdp) no-repeat scroll 0 0;
}

.treat15 .treat-img {
	background: url(/images/anti-aging-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat15 .treat-img {
    background: url(/images/anti-aging-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat15 .treat-img {
    background: url(/images/anti-aging-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat15 .treat-img {
    background: url(/images/anti-aging-t-bg.wdp) no-repeat scroll 0 0;
}
.treat16 .treat-img {
	background: url(/images/neurogenerative-t-bg.jpg) no-repeat scroll 0 0;
}
.webp .treat16 .treat-img {
    background: url(/images/neurogenerative-t-bg.webp) no-repeat scroll 0 0;
}

.jp2 .treat16 .treat-img {
    background: url(/images/neurogenerative-t-bg.jp2) no-repeat scroll 0 0;
}

.jpx .treat16 .treat-img {
    background: url(/images/neurogenerative-t-bg.wdp) no-repeat scroll 0 0;
}
.treat-img::before {
	height: 13px;
	width: 100%;
	content: '';
	background: #73e3e7;
	position: absolute;
	top: -13px;
	left: 0;
}
.treat-img .theme-L::before {
	background: #73e3e7;
	height: 13px;
	width: 100%;
	content: '';
	background: #73e3e7;
	position: absolute;
	top: -13px;
	right: 0;
}
.treat-img-L {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 0 36px 18px 36px;
	width: 100%;
}
.treat-caption {
	color: #ffffff;
	font: 700 25px/30px 'Nunito Sans', sans-serif;
	text-transform: uppercase;
}
.treat-img-L p {
	font: 400 15px/20px 'Nunito Sans', sans-serif;
	color: #fff;
	margin: 10px 0 18px 0;
}
.treat-img-L p .boldtext {
	text-transform: uppercase;
	font-weight: 700;
}
.myer-more {
	width: 134px;
	margin: 0 auto;
	background: #73e3e7;
	text-align: center;
	font: 600 16px/16px 'Nunito Sans', sans-serif;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.myer-more a {
	color: #000000;
	padding: 12px 0;
	display: block;
}
.myer-more:hover {
	background: #fff;
}
.treat-text {
	position: absolute;
	right: 0;
	width: 55%;
	top: 0px;
	z-index: 9;
}
.treat-heading {
	color: #0d3545;
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	margin-top: -5px;
}
.treat-text .iv-text {
	color: #0f868c;
	font: 900 20px/25px 'Nunito Sans', sans-serif;
	width: 91%;
	margin: 30px 0 50px 0;
}
.table-cell.treat-text p span {
	font-weight: 600;
}
.treat-intra::after {
	height: 13px;
	width: 62%;
	content: '';
	background: #73e3e7;
	position: absolute;
	bottom: 15px;
	right: 0;
}
.treat-img::after {
	height: 216px;
	width: 13px;
	content: '';
	background: #73e3e7;
	position: absolute;
	bottom: 0;
	right: -13px;
}
.drip-box {
	font-size: 0;
}
.drip-box li {
	font: 700 13.5px/18px 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	min-height: 114px;
	display: inline-grid;
	vertical-align: top;
	text-align: center;
	width: 25%;
	border-top: 1px solid #9ac3c4;
	border-left: 1px solid #9ac3c4;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.drip-box > li:nth-child(4), .drip-box > li:nth-child(8), .drip-box > li:nth-child(12), .drip-box > li:last-child {
	border-right: 1px solid #9ac3c4;
}
.drip-box > li:nth-child(13), .drip-box > li:nth-child(14), .drip-box > li:nth-child(15), .drip-box > li:nth-child(16) {
	border-bottom: 1px solid #9ac3c4;
}
.drip-box li:hover, .drip-box li.Treat_here {
	background: #0f868c;
}
.drip-box li:hover a, .drip-box li.Treat_here a {
	color: #fff;
}
.drip-box li a {
	color: #000;
	display: block;
	padding: 29px 4px;
}
.drip-box li span {
	text-transform: none;
}
.treat-text .drips-more {
	min-height: 114px;
	width: 159px;
	text-transform: none;
	font: 400 19px/22px 'Nunito Sans', sans-serif;
	background: url(/images/drip-more-arrow.png) no-repeat scroll center 84px;
	position: absolute;
	right: 2px;
	bottom: 0px;
}
.treat-text .drips-more:hover {
	background: url(/images/drip-more-arrow.png) no-repeat scroll 52% 84px;
}
.treat-text .drips-more a, .treat-text .drips-more:hover a {
	color: #0d3545;
	display: block;
	padding: 35px 26px;
}
#Treat4 .treat-caption {
	text-transform: none;
}
/*-Dr CSS-*/



#Dr-main {
	min-height: 466px;
	background: url(/images/dr-page.jpg) no-repeat scroll left top;
}
.webp #Dr-main {
    background: url(/images/dr-page.webp) no-repeat scroll left top;
}

.jp2 #Dr-main {
    background: url(/images/dr-page.jp2) no-repeat scroll left top;
}

.jpx #Dr-main {
    background: url(/images/dr-page.wdp) no-repeat scroll left top;
}
#Dr-main .theme-L {
	background: url(/images/dr-bg-l.jpg) no-repeat scroll right top;
}
#Dr-main .theme-R {
	background: #0d3545;
}
.dr-img.table-cell {
	padding: 35px 0 0 0;
	width: 400px;
}
.dr-text.table-cell {
	padding: 80px 38px 30px 0;
	position: relative;
}
.dr-text.table-cell p.meet {
	font: 300 30px/34px 'Nunito Sans', sans-serif;
	color: #fff;
	margin-bottom: 14px;
}
.dr-text.table-cell h1 {
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	color: #6ae6ec;
}
.dr-text.table-cell h1 span {
	font: 700 17px/22px 'Nunito Sans', sans-serif;
	color: #fff;
	display: block;
	margin-top: 3px;
}
.dr-text.table-cell h1 span .nxtL {
	display: block;
	font: inherit;
	margin: 0;
}
.north-logo {
	position: absolute;
	right: 4px;
	top: 144px;
}
.dr-text.table-cell p {
	font: 400 15px/22px 'Nunito Sans', sans-serif;
	color: #fff;
	margin: 16px 0 28px 0;
}
.dr-text.table-cell p .bold-text {
	font-weight: 800;
}
.dr-more {
	width: 160px;
	background: #73e3e7;
	text-align: center;
	font: 600 17px/17px 'Nunito Sans', sans-serif;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.dr-more a {
	color: #000000;
	padding: 12px 0;
	display: block;
}
.dr-more:hover {
	background: #fff;
}
/*Testimonial CSS*/

#Review-main {
	padding: 60px 4px 70px 4px;
}
.review-head {
	text-align: center;
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	color: #0d3545;
	margin-bottom: 30px;
}
.review-wrap {
	position: relative;
	min-height: 648px;
}
.review-img.table-cell {
	width: 613px;
	height: 324px;
	position: relative;
}
.review-text {
	background: #0f868c;
	position: relative;
	font: 700 18px/25px 'Nunito Sans', sans-serif;
	color: #fff;
}
.testi-details {
	position: absolute;
	left: 20px;
	top: 16px;
}
.review-lower .testi-details {
	left: inherit;
	right: 20px;
}
.testi-name, .testi-place {
	font: 700 18px/22px 'Nunito Sans', sans-serif;
	color: #0d3545;
	background: url(/images/testi-name-bg.png) no-repeat left top;
	padding: 7px 20px 8px 14px;
	margin-bottom: 1px;
	background-size: 100% 100%;
	display: inline-block;
}
.testi-place {
	font: 600 15px/22px 'Nunito Sans', sans-serif;
	color: #0f868c;
	padding: 5px 20px 5px 14px;
	background-size: 100% 100%;
	text-transform: uppercase;
}
.review-lower .testi-name, .review-lower .testi-place {
	background: url(/images/testi-name-bg-l.png) no-repeat right top;
	padding: 7px 12px 8px 20px;
	display: inline-block;
	background-size: 100% 100%;
}
.review-lower .testi-place {
	padding: 5px 20px 5px 14px;
	background-size: 100% 100%;
	text-transform: uppercase;
	margin-right: 1px;
}
.review-lower .testi-details {
	left: inherit;
	right: 20px;
	text-align: right;
}
.review-more {
	font: 400 15px/20px 'Nunito Sans', sans-serif;
	margin: 20px 0 0 0;
}
.review-more a {
	color: #fff;
}
.review-more a:hover {
	color: #d6f9fb;
}
.review1 .review-upper .review-text .review-more {
	margin: 0px 0 0 0;
}
.review1 .review-upper .review-text {
	padding: 40px 60px 30px 40px;
}
.review1 .review-lower .review-text {
	padding: 100px 60px 30px 80px;
}
.review1 .review-upper .review-text p {
	margin-bottom: 30px;
}
.review3 .review-lower .review-text {
	padding: 70px 60px 30px 80px;
}
.review-upper .review-text {
	padding: 95px 60px 30px 40px;
}
.review-lower .review-text {
	padding: 120px 60px 30px 80px;
}
.review-text p span {
	font-weight: 400;
}
.review-upper .review-text::before {
	position: absolute;
	left: -67px;
	top: 0;
	height: 100%;
	width: 67px;
	content: '';
	background: url(/images/testi-before-bg.png) no-repeat scroll left top;
}
.review-lower .review-text::after {
	position: absolute;
	right: -63px;
	top: 0;
	height: 100%;
	width: 63px;
	content: '';
	background: url(/images/testi-after-bg.png) no-repeat scroll left top;
	z-index: 9;
}
.review1 .review-upper .review-img {
	background: url(/images/review1-img.jpg) no-repeat scroll left top;
}
.webp .review1 .review-upper .review-img {
    background: url(/images/review1-img.webp) no-repeat scroll left top;
}

.jp2 .review1 .review-upper .review-img {
    background: url(/images/review1-img.jp2) no-repeat scroll left top;
}

.jpx .review1 .review-upper .review-img {
    background: url(/images/review1-img.wdp) no-repeat scroll left top;
}

.review1 .review-lower .review-img {
	background: url(/images/review2-img.jpg) no-repeat scroll right top;
}
.webp .review1 .review-lower .review-img {
    background: url(/images/review2-img.webp) no-repeat scroll right top;
}

.jp2 .review1 .review-lower .review-img {
    background: url(/images/review2-img.jp2) no-repeat scroll right top;
}

.jpx .review1 .review-lower .review-img {
    background: url(/images/review2-img.wdp) no-repeat scroll right top;
}

.review2 .review-upper .review-img {
	background: url(/images/review3-img.jpg) no-repeat scroll left top;
}
.webp .review2 .review-upper .review-img {
    background: url(/images/review3-img.webp) no-repeat scroll left top;
}

.jp2 .review2 .review-upper .review-img {
    background: url(/images/review3-img.jp2) no-repeat scroll left top;
}

.jpx .review2 .review-upper .review-img {
    background: url(/images/review3-img.wdp) no-repeat scroll left top;
}
.review2 .review-lower .review-img {
	background: url(/images/review4-img.jpg) no-repeat scroll right top;
}
.webp .review2 .review-lower .review-img {
    background: url(/images/review4-img.webp) no-repeat scroll right top;
}

.jp2 .review2 .review-lower .review-img {
    background: url(/images/review4-img.jp2) no-repeat scroll right top;
}

.jpx .review2 .review-lower .review-img {
    background: url(/images/review4-img.wdp) no-repeat scroll right top;
}
.review3 .review-upper .review-img {
	background: url(/images/review5-img.jpg) no-repeat scroll left top;
}
.webp .review3 .review-upper .review-img {
    background: url(/images/review5-img.webp) no-repeat scroll left top;
}

.jp2 .review3 .review-upper .review-img {
    background: url(/images/review5-img.jp2) no-repeat scroll left top;
}

.jpx .review3 .review-upper .review-img {
    background: url(/images/review5-img.wdp) no-repeat scroll left top;
}
.review3 .review-lower .review-img {
	background: url(/images/review6-img.jpg) no-repeat scroll right top;
}
.webp .review3 .review-lower .review-img {
    background: url(/images/review6-img.webp) no-repeat scroll right top;
}

.jp2 .review3 .review-lower .review-img {
    background: url(/images/review6-img.jp2) no-repeat scroll right top;
}

.jpx .review3 .review-lower .review-img {
    background: url(/images/review6-img.wdp) no-repeat scroll right top;
}
.review-all {
	width: 170px;
	margin: 36px auto 0;
	border: 2px solid #0d3545;
	font: 700 15px/20px 'Nunito Sans', sans-serif;
	text-align: center;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.review-all:hover {
	background: #0d3545;
}
.review-all:hover a {
	color: #fff;
}
.review-all a {
	display: block;
	color: #000000;
	padding: 10px 0;
}
.review-wrap .Review_nav.slidePrev, .review-wrap .Review_nav.slideNext {
	bottom: -73px;
	position: absolute;
}
.review-wrap .Review_nav.slidePrev {
	left: 39%;
}
.review-wrap .Review_nav.slideNext {
	right: 39%;
}
.review-wrap .Review_nav.slidePrev span, .review-wrap .Review_nav.slideNext span {
	display: none;
}
.review-wrap .Review_nav.slidePrev::before, .review-wrap .Review_nav.slideNext::before {
	font-size: 26px;
	color: #0f868c;
}
/*Result CSS*/

#Result-container {
	background: url(/images/result-bg.jpg) no-repeat scroll center top;
}
.webp #Result-container {
    background: url(/images/result-bg.webp) no-repeat scroll center top;
}

.jp2 #Result-container {
    background: url(/images/result-bg.jp2) no-repeat scroll center top;
}

.jpx #Result-container {
    background: url(/images/result-bg.wdp) no-repeat scroll center top;
}
#Result-main {
	min-height: 464px;
	padding: 70px 4px 56px 4px;
}
.result-heading {
	text-align: center;
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	color: #fff;
	margin-bottom: 30px;
}
.result-heading span {
	font-weight: 300;
}
.result-heading span sup {
	font-size: 20px;
}
#Result-main ul {
	text-align: center;
}
#Result-main li {
	display: inline-block;
	vertical-align: top;
	width: 505px;
	text-align: center;
	position: relative;
	height: 258px;
	border: 6px solid #000000;
}
#Result-main li video {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 2;
	position: relative;
	height: 100%;
}
#Result-main li a {
	display: block;
}
#Result-main li:first-child {
	margin: 0 10% 0 0;
}
#Result-main li p {
	font: 800 26px/30px 'Nunito Sans', sans-serif;
	color: #fff;
	width: 97.7%;
	background: rgba(60, 99, 117, .8);
	display: inline-block;
	position: absolute;
	margin-bottom: 0;
	bottom: 6px;
	left: 6px;
}
#Result-main li p span {
	font-weight: 300;
}
#Result-main li p a {
	display: block;
	padding: 12px 0 10px 0;
}
/*Blog CSS*/

#Blog-main {
	padding: 50px 4px 60px 4px;
	min-height: 470px;
}
.blog-heading {
	text-align: center;
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	color: #0d3545;
	position: relative;
	width: 300px;
	margin: 0 auto 30px;
	padding-bottom: 5px;
}
.blog-heading::before {
	position: absolute;
	bottom: 0;
	left: 33%;
	width: 90px;
	height: 5px;
	background: #0f868c;
	content: '';
}
.blog-sec {
	position: relative;
	min-height: 280px;
}
.blog-wrapper {
	position: relative;
	min-height: 280px;
}
.blog-img {
	width: auto;
	height: auto;
	text-align: center;
	border: 1px solid #0f868c;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	padding: 2px !important;
}
.blog-text {
	vertical-align: top;
	display: inline-block;
	width: 64%;
	padding: 0 7% 0 0;
}
.blog-text .blog-date {
	font: 400 15px/20px 'Nunito Sans', sans-serif;
	color: #0d3545;
	margin: 0px 0 20px 0;
}
.blog-caption {
	font: 700 22px/26px 'Nunito Sans', sans-serif;
	color: #000000;
}
.blog-text p {
	font: 400 15px/26px 'Nunito Sans', sans-serif;
	color: #000000;
	margin: 20px 0 50px 0;
}
.blog-more {
	width: 170px;
	border: 2px solid #0d3545;
	font: 700 15px/20px 'Nunito Sans', sans-serif;
	text-align: center;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	clear: both;
	position: absolute;
	left: 4px;
	bottom: 50px;
	z-index: 3;
}
.blog-more a {
	display: block;
	color: #000000;
	padding: 10px 0;
}
.blog-more:hover {
	background: #0f868c;
}
.blog-more a:hover {
	color: #fff;
}
.Blog-Tabs {
	bottom: 0;
	left: 195px;
	position: absolute;
	z-index: 9;
}
.Blog-Tabs li {
	display: inline-block;
	position: relative;
	background: #0f868c;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}
.Blog-Tabs li a {
	display: block;
	width: 100%;
	height: 100%;
}
.Blog-Tabs li.Blog_here {
	background: #0d3545;
}
.Blog-Tabs li a:hover span, .Blog-Tabs li.Blog_here a span {
	display: none;
}
/*Topic Page*/

.topic-page-bx {
	background: #0f868c;
	padding: 30px 20px 40px 14px;
	margin: 30px 0 30px 0;
}
.topic-page-bx img {
	float: left;
	margin: 0 50px 0 0;
}
.pat-name {
	font: 900 26px/30px 'Nunito Sans', sans-serif;
	color: #fff;
}
.pat-name span {
	font: 900 20px/30px 'Nunito Sans', sans-serif;
	display: block;
}
.topic-page-bx p {
	font: 300 19px/24px 'Nunito Sans', sans-serif;
	color: #fff;
	margin: 20px 0;
	font-style: italic;
}
.img-l.drip {
	margin: 0 40px 10px 0;
}



/*Service Page CSS*/



.servicepage #Content-Main, .blogpage #Content-Main {
 padding-top: 30px;
}
.nosidebar .textMain {
	padding: 0px 10px 50px 10px;
}
.servicepage .textMain, .blogpage .textMain {
	padding: 0px 5px 50px 5px;
}
.text-center {
	text-align: center;
}
.service-intro.text-center {
	width: 70%;
	margin: 0 auto;
}
.textMain .vitamin-serv-wrap li {
	text-align: left;
	position: relative;
	padding: 0;
	background: none;
	width: 566px;
	min-height: 325px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #3ec0c7;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.textMain .vitamin-serv-wrap li::before {
	width: 571px;
	height: 330px;
	position: absolute;
	left: -7px;
	top: -2px;
	border: 1px solid #d2d2d2;
	content: '';
	z-index: -1;
}
.textMain .vitamin-serv-wrap li:nth-child(2n+1) {
	margin: 0 23px 3% 0;
}
.textMain .vitamin-serv-head {
	font: 800 21px/24px 'Nunito Sans', sans-serif;
	background: #3ec0c7;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.textMain .vitamin-serv-wrap li:hover {
	border-color: #0d6166;
}
.textMain .vitamin-serv-wrap li:hover .vitamin-serv-head {
	color: #fff;
	background: #0d6166;
}
.textMain .vitamin-serv-wrap li:hover .vitamin-serv-head a {
	color: #fff;
}
.textMain .vitamin-serv-head a {
	color: #000;
	display: block;
	padding: 28px 118px 28px 30px;
}
.textMain .vitamin-serv-wrap li .serv-img {
	position: absolute;
	right: -2px;
	top: -2px;
}
.vitamin-serv-wrap {
	margin: 30px 0 0 0;
}
.textMain .vitamin-serv-wrap li .serv-details {
	font: 400 16px/26px 'Nunito Sans', sans-serif;
	color: #000000;
	padding: 23px 30% 0 30px;
	margin: 0;
}
.textMain .vitamin-serv-wrap li .serv-details span {
	font-weight: 800;
}
.textMain .vitamin-serv-wrap li .serv-more {
	font: 700 18px/22px 'Nunito Sans', sans-serif;
	color: #000000;
	padding: 55px 0 30px 30px;
	margin: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.textMain .vitamin-serv-wrap li .serv-more a {
	color: #0d3545;
	text-decoration: none;
}
.textMain .vitamin-serv-wrap li:hover .serv-more a {
	color: #3ec0c7;
}
.textMain .vitamin-serv-wrap li.hangover .serv-more, .textMain .vitamin-serv-wrap li.diet .serv-more, .textMain .vitamin-serv-wrap li.antiaging .serv-more, .textMain .vitamin-serv-wrap li.mood .serv-more {
	padding: 32px 0 30px 30px;
}
.textMain .vitamin-serv-wrap li.boosterheal .vitamin-serv-head a {
	padding: 26px 118px 26px 30px;
}
.textMain .vitamin-serv-wrap li.aches .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.highdose .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.athletic .vitamin-serv-head a {
	padding: 17px 118px 18px 30px;
}
.home #Drip-container-f.bookdrip {
	display: none;
}
#Drip-container-f.bookdrip {
	background: #f1f1f1;
	border-top: 3px solid #42bbcc;
}
#Drip-container-f.bookdrip #Drip-m {
	padding: 5px 0 30px 0;
}
#Drip-container-f.bookdrip .drip-intra {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	top: 0;
	background: none;
}
#Drip-container-f.bookdrip .drip-intra li {
	background: #fff;
}
/*Blog page CSS*/

.blog-wrap {
	text-align: center;
}
.textMain .blog-wrap li, .textMain .blog-posts li {
	padding: 10px;
	border: 1px solid #bcbcbc;
	background: none;
	margin: 1%;
	width: 348px;
	min-height: 376px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.textMain .blog-wrap li::before, .textMain .blog-posts li::before, .textMain .blog-wrap li::after, .textMain .blog-posts li::after {
	width: 21px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(/images/blog-li-before.png) no-repeat scroll 0 0;
}
.textMain .blog-wrap li::after, .textMain .blog-posts li::after {
	left: inherit;
	top: inherit;
	bottom: 0;
	right: 0;
	background: url(/images/blog-li-after.png) no-repeat scroll 0 0;
}
.textMain .blog-wrap li:hover .blog-details .blog-m a, .textMain .blog-posts li:hover .post-content .read-more a {
	background: #07526f;
}
.textMain .blog-details, .textMain .blog-posts li .post-content {
	background: #0f868c;
	padding: 0 5px;
	text-align: center;
}
.textMain .blog-posts li .post-content {
	min-height: 264px;
}
.textMain .blog-details .blog-date, .textMain .blog-posts li .post-content .post-meta-entry .meta-date {
	margin: 0 0 0 0;
	color: #fff;
	font: 400 16px/20px 'Nunito Sans', sans-serif;
}
.textMain .blog-posts li .post-content .post-meta-entry .meta-date {
	display: none;
}
.textMain .blog-posts li .post-content .post-meta-entry {
	margin-top: 6px;
	padding: 0;
}
.textMain .blog-details .blog-head, .textMain .blog-posts li .post-content .post-title {
	margin: 0 0 0 0;
	font: 700 17px/22px 'Nunito Sans', sans-serif;
	border-bottom: 1px solid #87c3c6;
	color: #fff;
	padding: 15px 32px 15px 32px;
}
.textMain .blog-posts li .post-content .post-title a {
	color: #fff;
}
.textMain .blog-details .blog-txt, .textMain .blog-posts li .post-content p {
	color: #fff;
	font: 400 15px/20px 'Nunito Sans', sans-serif;
	padding: 8px 10px !important;
	margin: 0;
}
.textMain .blog-details .blog-m, .textMain .blog-posts li .post-content .read-more {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 400 15px/18px 'Nunito Sans', sans-serif;
}
.textMain .blog-posts li .post-content .read-more {
	padding: 0px !important;
}
.textMain .blog-details .blog-m a, .textMain .blog-posts li .post-content .read-more a {
	display: inline-block;
	background: #0d3545;
	color: #fff;
	padding: 9px 14px 8px 14px;
	text-decoration: none;
}
.textMain .blog-posts li .read-more a {
	border: none;
	border-radius: 0;
}
.blogMain .blog-posts {
	text-align: center;
}
/* Navigation CSS */

.navigation {
	font: 400 18px/24px 'Nunito Sans', sans-serif;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 4px;
}
.navigation a:first-child {
	margin: 0 4px 0 0;
}
.navigation span {
	margin: 0 0px 0 4px;
}
.navigation a:hover {
	color: #dbf0f9;
}
/* Text CSS */

#Content-Main {
	padding-top: 60px;
}
.textMain {
	padding: 0px 40px 50px 10px;
	font: 400 17px/28px 'Nunito Sans', sans-serif;
	color: #000000;
}
.textMain a {
	color: #1080ac;
}
.textMain a:hover {
	color: #0000AC;
}
.textMain h1, #Banner-Container-S h1 {
	font: 900 35px/40px 'Nunito Sans', sans-serif;
	color: #ffffff;
}
.textMain h1 span {
	font: normal 20px/24px 'Nunito Sans', sans-serif;
	color: #4d4d4d;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font: 700 30px/34px 'Nunito Sans', sans-serif;
	color: #0f868c;
}
.textMain h2 span {
	font: 600 18px/22px 'Nunito Sans', sans-serif;
	color: #535151;
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: #014cbe;
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 800 28px/32px 'Nunito Sans', sans-serif;
	color: #000000;
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: #353535;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: 600 22px/26px 'Nunito Sans', sans-serif;
	color: #0a8478;
}
.textMain h4 span, .textMain .hTag4 span {
	font: 600 18px/22px 'Nunito Sans', sans-serif;
	color: #535151;
	display: block;
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: #014cbe;
}
/* Sidebar CSS */

#Sidebar {
	width: 300px;
	padding: 0px 0px 20px 0px;
}
.aside-heading {
	background: #0d3545;
	padding: 19px 0 18px 12px;
	font: 900 26px/30px 'Nunito Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.aside-treatments li {
	font: 600 16px/22px 'Nunito Sans', sans-serif;
	background: #e6e6e6;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	background: #e6e6e6 url(/images/aside-li-bullet.png) no-repeat scroll 14px 20px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.aside-treatments li a {
	display: block;
	color: #000000;
	padding: 11px 20px 11px 35px;
}
.aside-treatments li span {
	text-transform: none;
}
.aside-treatments li:hover {
	background: #3ec0c7 url(/images/aside-li-bullet.png) no-repeat scroll 14px 20px;
}
.aside-dr {
	background: #0f868c;
	margin-top: 8px;
}
.aside-dr .dr-text {
	text-align: center;
	padding: 18px 0 15px 0;
}
.aside-dr .dr-text p.meet {
	font: 700 23px/27px 'Nunito Sans', sans-serif;
	color: #fff;
	margin-bottom: 13px;
}
.aside-dr .dr-text .dr-name {
	font: 900 36px/40px 'Nunito Sans', sans-serif;
	color: #6ae6ec;
}
.aside-dr .dr-text .dr-name span {
	font: 700 17px/22px 'Nunito Sans', sans-serif;
	color: #fff;
	display: block;
	margin-top: 3px;
}
.aside-dr .dr-text .dr-more {
	width: 160px;
	background: #73e3e7;
	text-align: center;
	font: 600 17px/17px 'Nunito Sans', sans-serif;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	margin: 30px auto 0;
}
.aside-dr .dr-text .dr-more a {
	color: #000000;
	padding: 12px 0;
	display: block;
}
.aside-dr .dr-text .dr-more:hover {
	background: #fff;
}
/* Footer CSS */
#Newsletter-Container {
	background: #37c6cc;    
}
#Footer-Container {
	background: #0d3545;
}
#Footer {
	padding: 70px 4px 56px 4px;
}
.social-logo {
	width: 225px;
	text-align: center;
	margin: 0 auto 30px;
}
.social-logo p {
	color: #fff;
	font: 600 20px/24px 'Nunito Sans', sans-serif;
	margin-bottom: 15px;
}
.social-logo ul {
	font-size: 0px;
}
.social-logo li {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	font-size: 22px;
	border-radius: 50%;
	background: #066e86;
	margin: 0 3px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.social-logo li a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 11px;
}
.social-logo li a::before {
	color: #fff;
}
.social-logo li:hover {
	background: #fff;
}
.social-logo li:hover a::before {
	color: #4f4f4f;
}
.quicklinks {
	font: 400 15px/22px 'Nunito Sans', sans-serif;
	padding: 17px 0;
	border-top: 1px solid #264a58;
	border-bottom: 1px solid #264a58;
	text-align: center;
}
.quicklinks a {
	color: #fff;
	padding: 0 3%;
}
.quicklinks a:hover {
	color: #6ae6ec;
}
.table-div.copyright {
	padding: 40px 0 0 0;
}
.copyrighttext {
	text-align: left;
}
.table-div.copyright .table-cell {
	display: block;
	text-align: center;
}
.table-div.copyright h2 {
	color: #fff;
	font: 400 15px/22px 'Nunito Sans', sans-serif;
}
.ypo-logo {
	margin-top: 25px;
}
/* Contact Page */

.nosidebar.contactpage #Content-Main {
	padding-top: 40px;
}
.nosidebar.contactpage .textMain h2 {
	font: 700 35px/42px 'Nunito Sans', sans-serif;
}
.contactTable {
	border-spacing: 5px;
	border: 2px solid #ccc;
	width: 49%;
	vertical-align: top;
	display: inline-block;
	margin: 10px 4px;
}
.contact-address {
	width: auto;
	padding: 10px;
	position: relative;
	display: block;
	min-height: 226px;
}
.contact-map {
	position: relative;
	display: block;
	height: 286px;
}
.contact-address.table-cell .con-logo {
	float: right;
	margin: -25px 6px 6px 0;
	z-index: 3;
	padding: 0;
}
.contact-address p.textMainBold {
	padding: 5px 0px;
}
.textMainBold.loc-cap {
	color: #068c80;
	font: 700 21px/26px 'Nunito Sans', sans-serif;
}
.contact-address p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.contact-address p a {
	text-decoration: none;
}
.contact-address p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
.contact-map {
	position: relative;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	border: 0px;
}
/* Profile Schema */

.textMain .schemaTable {
	padding: 5px;
	text-align: center;
}
.textMain .schemaTitle {
	padding: 5px 10px;
	font: normal 18px/24px 'Nunito Sans', sans-serif;
}
.textMain .schemaTable ul {
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.textMain .schemaTable li {
	margin: 0px;
	padding: 10px;
	position: relative;
	background: none;
	border-right: 1px dotted #ccc;
	min-width: 250px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.textMain .schemaTable li:last-child {
	border-right: 0px;
}
.textMain .schemaTable p.textMainBold {
	padding: 5px 0px;
}
.textMain .schemaTable p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.textMain .schemaTable p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
/* Submit Testimonials */

.textMain .write-review {
	font: 500 16px/20px 'Nunito Sans', sans-serif;
	float: right;
	position: relative;
	border: 2px solid #0aafb7;
	background: #067682;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 6px;
	margin-bottom: 20px;
}
.textMain .write-review:hover {
	background: #0aafb7;
}
.textMain .write-review a {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	color: #fff;
	border-radius: 6px;
}
.textMain .write-review a::before {
	margin-right: 11px;
	font-size: 20px;
}
/* Usefull Links Page */

.textMain .useFul {
	margin: 15px 0px;
	padding: 0px;
}
.textMain .useFul ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	text-align: center;
}
.textMain .useFul li {
	margin: 1%;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	min-width: 290px;
	font: 400 16px/20px 'Nunito Sans', sans-serif;
	background: none;
	border: 2px solid #ccc;
}
.textMain .useFul li span {
	display: block;
	padding: 15px 0px;
	background: #ccc;
	margin: 0px 0px 15px 0px;
}
.textMain .useFul li img {
	margin: 10px 0px;
}
.textMain .useFul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
/* Relative List */

.textMain .relList li {
	border: 2px solid #ccc;
}
.textMain .relList li a {
	padding: 5px 15px;
}
/*Other CSS*/

.blog-post-container .post-featured-image, .blog-post-container .meta-date {
	display: none !important;
}
.blog-post-container .blog-image {
	text-align: center;
	padding: 0 !important;
}
.blog-post-container .blog-image img {
	border: 1px solid #0d3545;
	padding: 2px;
}
.show-more {
	text-align: center;
	margin-top: 40px;
}
.show-more a {
	color: #0d3545;
	padding: 11px 80px;
	background: #f1f1f1;
	font: 700 22px/24px 'Nunito Sans', sans-serif;
	text-decoration: none;
}
.textMain .blog-btns {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 30px;
}
.textMain .blog-btns li {
	display: inline-block;
	padding: 0;
	background: none;
}
.textMain .blog-btns li a {
	display: inline-block;
	color: #fff;
	position: relative;
	background: #0d3545;
	padding: 6px 12px 6px 45px;
	text-decoration: none;
}
.textMain .blog-btns li:hover a {
	background: #0f868c;
}
.textMain .blog-btns li a::before {
	content: '';
	margin-right: 8px;
	width: 16px;
	height: 17px;
	background: url(/images/archiev-icon.png) no-repeat scroll 0 0;
	position: absolute;
	left: 13px;
	top: 8px;
}
.textMain .blog-btns li.category a::before {
	width: 18px;
	height: 20px;
	background: url(/images/category-icon.png) no-repeat scroll 0 0;
}
.testi-videos ul {
	text-align: center;
	margin: 40px 0 20px 0;
}
.testi-videos li {
	display: inline-block;
	vertical-align: top;
	width: 505px;
	text-align: center;
	position: relative;
	height: 258px;
	border: 6px solid #000000;
	background: none !important;
	padding: 0 !important;
	margin: 0 2% 5px 2%;
}
.testi-videos li video {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 2;
	position: relative;
	height: 100%;
}
.gdpCookie p {
	font: 400 14px/21px 'Nunito Sans', sans-serif !important;
}
.textMain .subList {
	text-align: center;
}
.textMain .subList li {
	background: #0d3545;
	border: 2px solid #0f658e;
	width: auto;
	min-width: auto;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.textMain .subList li:hover {
	background: #0f658e;
}
.textMain .subList li a {
	color: #fff;
}
.contact-form, .online-form {
	width: 700px;
	margin: 0 auto;
}
.textMain .result-wrap li, .textMain .testimonial-list li {
	background: #e3f6f8;
	padding: 5px;
	margin: 10px 0 20px 0;
	width: 100%;
	border: 2px solid #e3f6f8;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	min-height: 336px;
}
.textMain .result-wrap li:hover, .textMain .testimonial-list li:hover {
	-webkit-box-shadow: -3px -3px 0px 3px rgba(9, 164, 181, 1);
	-moz-box-shadow: -3px -3px 0px 3px rgba(9, 164, 181, 1);
	box-shadow: -3px -3px 0px 3px rgba(9, 164, 181, 1);
}
.testi-add {
	font: 600 15px/22px 'Nunito Sans', sans-serif !important;
}
.result-wrap > li img, .textMain .testimonial-list li img {
	border: 2px solid #0db9cd;
}
/*.table-cell.result-img, .textMain .testimonial-list li .authorfileupload {
	width: 330px !important;
}*/
.textMain .testimonial-list li .authorfileupload img {
	width: 330px !important;
}
.testiimg:li img {
    width: 210px !important;
}
/*.textMain .testimonial-list li:first-child .authorfileupload img {
	width: 210px !important;
}*/
.textMain .testimonial-list li:nth-child(2) .authorfileupload img {
	width: 210px !important;
}
.textMain .testimonial-list li .authorfileupload {
	float: left;
	margin: 0 40px 0 0;
}
.textMain .testimonial-list li:nth-child(2n+1) .authorfileupload {
	float: right;
	margin: 0 0 0 40px;
}
.table-cell.result-l {
	padding: 30px 20px 0 30px;
}
.table-cell.result-r {
	padding: 30px 30px 0 20px;
}
.textMain .testimonial-list li .authorname {
	font: 500 18px/26px 'Nunito Sans', sans-serif;
	color: #0a8478;
	padding: 20px 0 30px 20px;
	width: 25%;
	float: left;
}
.textMain .testimonial-list li .authortestimonial {
	padding: 50px 0 30px 20px;
	font: 400 20px/26px 'Nunito Sans', sans-serif;
	font-style: italic;
    width: auto;
	/*width: 66%;
	float: left;*/
}
.pt-form a {
	text-decoration: none;
}
.testimonial-list {
	clear: both;
}
.life-img.table-div .table-cell {
	display: block;
	text-align: center;
}
.img-lf.table-cell img {
	border: 5px solid #0a8489;
	padding: 3px;
}
.life-img.table-div {
	margin-bottom: 20px;
}
.life-img.table-div p {
	font: 400 20px/26px 'Nunito Sans', sans-serif;
	font-style: italic;
}
.img-l img, .img-r img {
	padding: 2px;
	border: 2px solid #098a7e;
}
.about-logo {
	width: 30%;
	margin-bottom: 20px;
}
.drpage .textMain h3, .drpage .textMain .hTag3 {
	color: #0d3545;
}
.affli-list li a {
	text-decoration: none;
}
.drpage .textMain h2 {
	font: 900 40px/44px 'Nunito Sans', sans-serif;
	color: #0d3545;
}
.drpage .textMain h2 span {
	display: block;
	font: 700 17px/22px 'Nunito Sans', sans-serif;
	color: #242424;
}
.dr-profile-img {
	float: right;
	margin: -91px 0 20px 40px;
	width: 301px;
}
.textMain .dr-quicklinks {
	margin-top: 20px;
}
.textMain .dr-quicklinks li {
	background: #3ec0c7;
	font: 700 19px/24px 'Nunito Sans', sans-serif;
	padding: 0 0 0 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	position: relative;
	margin-bottom: 5px;
}
.textMain .dr-quicklinks li:last-child {
	font-weight: 900;
}
.textMain .dr-quicklinks li:last-child span {
	font-weight: 400;
}
.textMain .dr-quicklinks li a {
	display: inline-block;
	color: #0d3545;
	text-decoration: none;
}
.textMain .dr-quicklinks li:hover {
	background: #0f9ca4;
}
.textMain .dr-quicklinks li:hover a {
	color: #fff;
}
.textMain .dr-quicklinks li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 21px;
	margin-right: 18px;
	margin-top: -6px;
}
.textMain .dr-quicklinks li.drip-app a {
	padding: 11px 92px 12px 35px;
}
.textMain .dr-quicklinks li.drip-re a {
	padding: 9px 33px 12px 35px;
}
.textMain .dr-quicklinks li.drip-app a::before {
	background: url(/images/dr-link-drip.png) no-repeat scroll 0 0;
}
.textMain .dr-quicklinks li.drip-re a::before {
	background: url(/images/dr-link-result.png) no-repeat scroll 0 0;
	width: 25px;
	height: 25px;
}
/*ADA CSS*/

.accessible_on .treat-intra li, .accessible_on .myer-more, .accessible_on #Dr-main, .accessible_on .dr-more, .accessible_on .review-text, .accessible_on .review-all:hover, .accessible_on .blog-more:hover, .accessible_on .social-logo li, .accessible_on #Footer-Container, .accessible_on #Result-container, .accessible_on #Life-container, .accessible_on .drip-intra, .accessible_on.dfw-blackmode .dfw-skip, .accessible_on .aside-heading, .accessible_on .aside-treatments li, .accessible_on .aside-dr .dr-text .dr-more, .accessible_on .aside-dr, .accessible_on #Drip-container-f.bookdrip .drip-intra li, .accessible_on #Drip-container-f.bookdrip, .accessible_on .textMain .dr-quicklinks li:hover, .accessible_on .textMain .dr-quicklinks li, .accessible_on .textMain .vitamin-serv-head, .accessible_on .textMain .vitamin-serv-wrap li:hover .vitamin-serv-head, .dfw-greymode .textMain .vitamin-serv-wrap li:hover .vitamin-serv-head, .dfw-greymode .textMain .vitamin-serv-head, .accessible_on #Banner-Container-S, .dfw-greymode #Banner-Container-S, .dfw-greymode #Drip-container-f.bookdrip, .dfw-greymode #Drip-container-f.bookdrip .drip-intra li, .dfw-greymode #Footer-Container, .dfw-greymode .social-logo li, .dfw-greymode .textMain .subList li, .accessible_on .textMain .write-review, .accessible_on .textMain .blog-details, .accessible_on .textMain .blog-posts li .post-content, .accessible_on .textMain .blog-details .blog-head, .accessible_on .textMain .blog-posts li .post-content .post-title, .accessible_on .textMain .blog-details .blog-m a, .accessible_on .textMain .blog-posts li .post-content .read-more a, .accessible_on .textMain .testimonial-list li {
	background: none;
}
.accessible_on .drip-intra li, .accessible_on .life-list, .accessible_on .review-all, .accessible_on .blog-img, .accessible_on .blog-more, .accessible_on .quicklinks, .accessible_on .aside-treatments li, .accessible_on.dfw-blackmode #Sidebar, .accessible_on #Drip-container-f.bookdrip, .accessible_on .textMain .vitamin-serv-wrap li, .accessible_on .img-lf.table-cell img, .accessible_on .textMain .write-review, .accessible_on .textMain .blog-wrap li, .accessible_on .textMain .blog-posts li, .accessible_on .textMain .result-wrap li, .accessible_on .textMain .testimonial-list li, .accessible_on .result-wrap > li img, .accessible_on .textMain .testimonial-list li img {
	border-color: inherit;
}
.accessible_on .drip-heading {
	color: inherit !important;
}
.accessible_on #Drip-container, .accessible_on #Life-container, .accessible_on #Treatment-container, .accessible_on #Dr-container, .accessible_on #Review-container, .accessible_on #Result-container, .accessible_on #Blog-container, .accessible_on #Footer-Container, .accessible_on #Content-Container, .accessible_on #Banner-Container-S {
	border-top: 1px solid #000;
}
.accessible_on.dfw-blackmode #Drip-container, .accessible_on.dfw-blackmode #Life-container, .accessible_on.dfw-blackmode #Treatment-container, .accessible_on.dfw-blackmode #Dr-container, .accessible_on.dfw-blackmode #Review-container, .accessible_on.dfw-blackmode #Result-container, .accessible_on.dfw-blackmode #Blog-container, .accessible_on.dfw-blackmode #Footer-Container, .accessible_on.dfw-blackmode #Content-Container, .accessible_on.dfw-blackmode #Banner-Container-S {
	border-top: 1px solid #fff;
}
.accessible_on .drip-intra {
	margin: 20px auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: static;
}
.accessible_on #Sidebar {
	border: 1px solid #000;
	margin-bottom: 20px;
}
.accessible_on .Treat-Tabs, .accessible_on .drips-more {
	display: none;
}
.accessible_on .life-list {
	width: 232px;
	margin: 0 auto;
	border-right: none;
}
.accessible_on .life-heading {
	margin-top: 20px;
}
.accessible_on #Menu-Container .dfw-skip {
	right: -59px;
}
.accessible_on #Life-main {
	min-height: auto;
	padding: 20px 4px;
}
.accessible_on .Blog-Tabs, .dfw-greymode .social-logo li a::before {
	display: none;
}
.accessible_on #Banner-Container-S {
	margin-top: 0;
}
.accessible_on .treat-text .iv-text, .dfw-greymode .social-logo li, .dfw-greymode .social-logo {
	width: auto;
}
.accessible_on .treat-img {
	width: auto;
	height: auto;
	background: none;
}
.accessible_on .treat-intra ul {
	margin: 30px 0 30px 0;
	text-align: center;
}
.accessible_on .treat-intra li {
	display: inline-block;
	vertical-align: top;
	width: 366px;
	height: auto;
}
.accessible_on .menu li.menu-home {
	font-size: initial;
}
.accessible_on .treat-caption {
	word-wrap: break-word;
}
/*.accessible_on.dfw-blackmode .testi-name, .accessible_on.dfw-blackmode .testi-place {
	color: #000 !important;
}*/
.accessible_on .treat-intra.flex {
	display: flex !important;
	flex-direction: column;
	margin: 0 auto !important;
}
.accessible_on .treat-img-L {
	position: static;
}
.accessible_on .treat-intra.flex > .flex1 {
	order: 2;
}
.accessible_on .treat-intra.flex > .flex2 {
	order: 1;
}
.accessible_on .treat-text {
	position: static;
	width: auto;
	text-align: center;
}
.accessible_on .north-logo img, .accessible_on.dfw-blackmode .drip-intra li img, .dfw-greymode .ypo-logo.table-cell img, .accessible_on.dfw-blackmode .con-logo {
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	-ms-filter: invert(1);
	-o-filter: invert(1);
	filter: invert(1);
}
.accessible_on.dfw-blackmode .north-logo img, .accessible_on .drip-intra li img {
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-ms-filter: invert(0);
	-o-filter: invert(0);
	filter: invert(0);
}
.accessible_on.dfw-blackmode .table-cell.logo img, .accessible_on.dfw-blackmode .about-logo img {
	background: #fff;
	padding: 5px;
}
img.ada, .accessible_on img.nonada, .accessible_on .contact-map {
	display: none;
}
.accessible_on img.ada, .dfw-greymode .social-logo li span {
	display: block;
}
.dfw-greymode #Content-Main {
	padding-top: 20px;
}
.accessible_on .textMain .result-wrap li:hover, .textMain .testimonial-list li:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.accessible_on .floating-menu {
    display: none;
}
.accessible_on .social-logo li {
    margin: 0px 7px;
}

.floating-menu {
	float: right;
	height: auto;
	width: 50px;
	position: fixed;
	top: 230px;
	right: 0;
	background: #066e86;
	z-index: 9999;
}
.imgL {
	float: left;
	margin: 10px 20px 0px 0px;
	border: 2px solid #098a7e;
	padding: 2px;
}
.newsletter-form span {
    color: #0d3545;
    font: 900 30px/45px 'Nunito Sans', sans-serif;
    display: block;
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.newsletter-form span::before {
	position: absolute;
	top: 80px;
	left: 41%;
	width: 200px;
	height: 5px;
	background: #0f868c;
	content: '';
}
.disclaimer-txt {
    font: 400 14px/22px 'Nunito Sans', sans-serif;
	padding: 20px;
	background: #066e86;
	color: #fff;
	margin-top: 40px;
}
.banner-logo{
	text-align:right;
}

.textMain .list-3-videos{text-align: center;
	padding: 0;
	margin: 15px auto;}
.textMain .list-3-videos li{background: none;
	padding: 10px;
	display: inline-block;
	margin: auto;
	width: 33%;
	vertical-align: top;}
.textMain .list-3-videos h2{font: 600 22px/25px 'Nunito Sans', sans-serif;
	min-height: 70px;
	-ms-display: flex;
	-webkit-display: flex;
	-o-display: flex;
	-moz-display: flex;
	/*display: flex;*/
	align-items: flex-end;
	justify-content: center;}

	#Instagram_Bio_Container {
		background: #39BAC0;min-height: 100vh;height: auto;
	}
	
	#Instagram_Bio_Container #Instagram_Bio_Intra {
		padding: 60px 5px;
		text-align: center;
	} 
	#Instagram_Bio_Container .logo{display: block;width: auto;}
	#Instagram_Bio_Container .logo a {
		display: inline-block;
		border:14px solid #131514;
		background: #fff;
		padding: 17px 25px;
		animation: zoom_in 1.3s ease-in-out;
	}
	
	@keyframes zoom_in {
		from {
			transform: scale(0);
		}
		to {
			transform: scale(1);
		}
	}
	
	#Instagram_Bio_Container .logo a img {}
	
	#Instagram_Bio_Container .links {
		max-width: 650px;
		margin: 20px auto;
		display: inline-block;
		width: 100%;
	}
	
	#Instagram_Bio_Container .links li {
		margin: 8px auto;
		display: inline-block;
		width: 100%;
		animation: coming_left_to_right;
		animation-timing-function: linear;
	}
	
	#Instagram_Bio_Container .links li.visit {
		animation-duration: 0.3s;
	}
	
	#Instagram_Bio_Container .links li.appointment {
		animation-duration: 0.6s;
	}
	
	#Instagram_Bio_Container .links li.blog {
		animation-duration: 0.9s;
	}
	
	#Instagram_Bio_Container .links li.subscribe {
		animation-duration: 1.2s;
	}
	
	@keyframes coming_left_to_right {
		from {
			opacity: 0;
			transform: translateX(-300px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	
	#Instagram_Bio_Container .links li a {
		position: relative;
		background: #fff;
		display: block;
	   
		height: auto;
		border-radius: 6px;
		padding: 15px 65px;
		font: 400 24px/30px 'Source Sans Pro', sans-serif;
		color: #3A3A38;
	}
	
	#Instagram_Bio_Container .links li a::before {
		content: '';
		position: absolute;
		background: url('../images/instagram-bio-link-sprite.png') no-repeat center top;
		width: 53px;
		height: 42px;
		left: 10px;
		top: 50%;
		transform: translate(0, -50%);
	}
	
	#Instagram_Bio_Container .links li.visit a::before {
		background-position: 0 2px;
	}
	
	#Instagram_Bio_Container .links li.appointment a::before {
		background-position: 0 -74px;
	}
	
	#Instagram_Bio_Container .links li.blog a::before {
		background-position: 0 -152px;
	}
	
	#Instagram_Bio_Container .links li.subscribe a::before {
		background-position: 0 -230px;
	}
	
	#Instagram_Bio_Container .smo {
		padding: 0;
		margin: 10px auto;font-size: 0;
	}
	
	#Instagram_Bio_Container .smo li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin: 10px;
	}
	
	#Instagram_Bio_Container .smo li a {
		padding: 0 !important;
		background: #fff;
		width: 38px;
		height: 38px;
		display: block;
		position: relative;
		border-radius: 5px;
	}
	
	#Instagram_Bio_Container .smo li a::before {
		top: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
		color: #3A3A38;
		left: 50%;
		font-size: 26px;
	}
	.book-appt {
		text-align:right;
	}
	.book-appt a {
	padding: 5px 10px;
	background: #066e86;
	color: #fff;
	margin: 0px 0px 8px 0px;
	display: inline-block;
	}
	.book-appt a:hover {
		background: #0d3545;
	}
/*Media Screen*/

@media screen and (max-width : 1149px) {
.menu li {
	font: 600 16px/20px 'Nunito Sans', sans-serif;
}
.menu-blog {
	width: 8% !important;
}
.menu-vitamin {
	width: 33% !important;
}
.table-cell.logo {
	width: 370px;
}
.banner-content {
	left: 4%;
}
.treat-img {
	width: 418px;
}
.drip-box li a {
	padding: 20px 4px;
}
.treat-text .drips-more a, .treat-text .drips-more:hover a {
	padding: 35px 20px;
}
.treat-text .drips-more {
	min-height: 114px;
	width: 133px;
	background: url(/images/drip-more-arrow.png) no-repeat scroll center 84px;
	font: 400 17px/22px 'Nunito Sans', sans-serif;
}
.north-logo {
	top: 84px;
	width: 34%;
}
.review-img.table-cell {
	width: 550px;
}
.review3 .review-lower .review-text {
	padding: 70px 40px 30px 55px;
}
.review1 .review-upper .review-text p {
	margin-bottom: 20px;
}
.review1 .review-upper .review-text {
	padding: 30px 30px 25px 30px;
}
.review-wrap .Review_nav.slideNext {
	right: 36%;
}
.review-wrap .Review_nav.slidePrev {
	left: 35%;
}
#Result-main li:first-child {
	margin: 0 3% 0 0;
}
#Result-main li {
	width: 467px;
}
.blog-text {
	width: 57%;
	padding: 0 2% 0 0;
}
.quicklinks a {
	padding: 0 2%;
}
#Content-Main {
	padding-top: 50px;
}
.textMain .vitamin-serv-wrap li {
	width: 471px;
}
.textMain .vitamin-serv-wrap li::before {
	display: none;
}
.textMain .vitamin-serv-wrap li .serv-details {
	padding: 23px 27% 0 16px;
	margin: 0;
}
.contact-wrap {
	text-align: center;
}
.contactTable {
	width: 48%;
	text-align: left;
}
.stickyHeader.stickyAnimate.stickyUp .menu-blog {
	width: 11% !important;
}
.stickyHeader.stickyAnimate.stickyUp .menu-vitamin {
	width: 17% !important;
}
.ypo-logo {
	text-align: right;
	padding-left: 0;
	padding-right: 4px;
}
.copyrighttext {
	text-align: left;
	padding-left: 4px;
}
.textMain .testimonial-list li .authortestimonial {
	width: 60%;
}
.textMain .testimonial-list li .authorname {
	width: 29%;
}
}

@media screen and (max-width : 979px) {
.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}

#Header .table-cell {
	display: block;
}
.table-cell.logo {
	width: auto;
	text-align: center;
}
#Banner-Container {
	margin-top: 158px;
}
#Banner-Container-S {
	margin-top: 159px;
}
.menu-about {
	width: 15% !important;
}
.menu-vitamin {
	width: 32% !important;
}
.menu-results {
	width: 14% !important;
}
.banner-content .banner-head {
	font: 900 28px/38px 'Nunito Sans', sans-serif;
}
.banner-content {
	width: 92%;
	padding: 15px 55px;
	background-size: 100% 100% !important;
}
.drip-intra {
	width: 98%;
}
.life-list {
	border-right: none;
	background: rgba(255, 255, 255, .7);
}
.treat-intra {
	min-height: 1186px;
}
.treat-text {
	right: 4px;
	width: 99%;
	top: inherit;
	bottom: 10px;
}
.treat-heading {
	font: 900 40px/45px 'Nunito Sans', sans-serif;
	text-align: center;
}
.treat-text .iv-text {
	width: 96%;
	margin: 20px auto 20px;
	text-align: center;
}
.treat-img {
	margin: 0 auto;
	height: 540px;
}
.treat-img .theme-L {
	display: none;
}
.treat-img-L {
	padding: 17px 26px 18px 26px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
}
.treat-intra::after {
	display: none;
}
.dr-text.table-cell h1 {
	font: 900 33px/45px 'Nunito Sans', sans-serif;
}
.dr-text.table-cell {
	padding: 80px 8px 30px 0;
}
.dr-text.table-cell h1 span .nxtL {
	display: inline;
}
.dr-text.table-cell {
	padding: 36px 8px 30px 0;
}
.north-logo {
	position: static;
	width: 49%;
	margin: 17px 0 0 0;
}
#Dr-main {
	background-size: cover;
}
.dr-text.table-cell p.meet {
	font: 300 25px/30px 'Nunito Sans', sans-serif;
	margin-bottom: 8px;
}
.review-wrap li .table-cell {
	display: block;
	width: 100%;
}
.review-img.table-cell {
	background-size: 100% 100% !important;
}
.review-upper .review-text, .review1 .review-lower .review-text, .review-lower .review-text, .review3 .review-lower .review-text {
	padding: 20px 40px 20px 40px;
}
.review-lower.table-div.flex {
	display: flex !important;
	flex-direction: column;
	margin: 0 auto !important;
}
.review-lower.table-div.flex > .flex1 {
	order: 2;
}
.review-lower.table-div.flex > .flex2 {
	order: 1;
}
.review-upper .review-text::before, .review-lower .review-text::after {
	display: none;
}
.review-wrap {
	min-height: 1006px;
}
.review-wrap .Review_nav.slideNext {
	right: 33%;
}
.review-wrap .Review_nav.slidePrev {
	left: 32%;
}
#Result-main li {
	display: block;
	width: 505px;
	margin: 0 auto;
}
#Result-main li:first-child, #Result-main li {
	margin: 0 0 20px 0;
}
#Result-main li:first-child, #Result-main li {
	margin: 0 auto 10px;
}
#Result-container {
	background-size: cover;
}
.blog-img {
	width: 40%;
	height: auto;
	padding: 5px;
}
.blog-text {
	width: 59%;
	padding: 0 2% 0 0;
}
.quicklinks a {
	padding: 0 10px;
}
.textMain .vitamin-serv-wrap li, .textMain .vitamin-serv-wrap li:nth-child(2n+1) {
	margin: 5px;
}
.vitamin-serv-wrap {
	text-align: center;
}
.textMain .vitamin-serv-wrap li {
	width: 524px;
}
.service-intro.text-center {
	width: 90%;
}
.contact-address.table-cell .con-logo {
	width: 39%;
}
.menu-vitamin {
	width: 20% !important;
}
.textMain .testimonial-list li:nth-child(2n+1) .authorfileupload, .textMain .testimonial-list li .authorfileupload {
	float: none;
	margin: 0 auto;
}
.textMain .testimonial-list li .authortestimonial {
	padding: 30px 20px 20px 20px;
	width: auto;
	float: none;
	text-align: center;
}
.textMain .testimonial-list li .authorname {
	width: auto;
	float: none;
	text-align: center;
	padding: 0px 20px 20px 20px;
}
}
@media screen and (max-width : 920px) {
.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}
.textMain .list-3-videos li {
	width: 46%;
}
}

@media screen and (max-width : 767px) {
.menu-vitamin {
	width: 35% !important;
}
.drip-intra li {
	width: 48%;
	margin: 0 2px 5px 2px;
}
#Drip-main, #Drip-m {
	height: 284px;
}
.life-list {
	background: rgba(255, 255, 255, .9);
	padding: 1px 0 1px 32px;
	margin-left: 0;
}
.treat-img {
	height: 490px;
}
.treat-intra {
	min-height: 1136px;
}
#Treat-main {
	padding: 43px 0;
}
#Dr-main .table-cell {
	display: block;
}
.dr-img.table-cell {
	padding: 35px 0 0 0;
	margin: 0 auto;
}
.dr-text.table-cell {
	padding: 6px 5px 30px 5px;
	text-align: center;
}
.north-logo {
	margin: 17px auto 0;
}
.dr-more {
	margin: 0 auto;
}
.review-wrap .Review_nav.slideNext {
	right: 32%;
}
#Content, #Sidebar {
	display: block;
}
.textMain {
	padding: 0px 10px 50px 10px;
}
#Sidebar {
	width: 300px;
	padding: 0px 0px 20px 0px;
	margin: 0 auto;
	clear: both;
}
.topic-page-bx img {
	float: left;
	margin: 0 20px 6px 0;
}
.topic-page-bx {
	padding: 30px 20px 20px 14px;
}
.contact-form, .online-form {
	width: 300px;
}
.dr-profile-img {
	float: none;
	margin: 0 auto;
}
.contactTable {
	width: 100%;
}
.life-heading {
	font: 400 35px/40px 'Nunito Sans', sans-serif;
}
.life-heading span {
	font: 900 40px/44px 'Nunito Sans', sans-serif;
}
.textMain .list-3-videos li{width:98%}
.textMain .list-3-videos li h2{min-height: auto;height: auto;}
}

@media screen and (max-width : 640px) {
/* Menu CSS */

#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
#Banner-Container {
	margin-top: 0;
}
.table-cell.menuright {
	padding-top: 0;
}
.toggleMenu {
	padding: 0;
	width: 36px;
	position: absolute;
	top: -77px;
	right: 4px;
	font-size: 0;
}
.toggleMenu a {
	padding: 0px;
	border: none;
}
.toggleMenu {
	padding: 0;
	width: 36px;
	position: absolute;
	top: -77px;
	right: 4px;
	font-size: 0;
}
.toggleMenu span {
	margin: 0px 0;
	width: 31px;
	height: 30px;
	font-size: 31px;
	line-height: 21px;
	color: #0d3545;
}
.menuClose {
	background: none;
	width: 24px;
	right: 8px;
	height: 24px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	top: 6px;
	text-indent: 99px;
}
.menuClose a span {
	text-indent: 0px;
}
.menuClose a {
	color: #fff;
}
.menuClose a span::before {
	font-family: 'fontello';
	content: '\e816';
	position: absolute;
	right: 5px;
	top: 0px;
}
.parentMenu li {
	font: 600 15px/20px 'Nunito Sans', sans-serif;
}
.parentMenu li a {
	color: #fff;
}
.parentMenu li:hover {
	background: #4dadd3;
}
.parentList > .dropMenu::after, .parentList .subparentList > .dropMenu::after {
	color: #fff;
}
.parentMenu li li {
	background: #17617e;
}
.contactTable .table-cell {
	display: block;
	width: 100%;
}
.contact-address {
	border-radius: 10px 10px 0px 0px;
}
.contact-map {
	height: 250px;
	border-radius: 0px 0px 10px 10px;
}
.textMain .useFul li {
	width: 95%;
}
#Banner-Container #Banner {
	height: 310px;
}
#Banner-Container-S {
	margin-top: 0;
}
.drip-intra {
	width: 100%;
	top: 0;
}
.Banner-Tabs {
	bottom: 5px;
}
.banner-content .banner-head {
	font: 900 23px/36px 'Nunito Sans', sans-serif;
}
#Banner-Container #Banner li {
	background-size: cover !important;
}
.banner-content {
	min-height: 101px;
}
#Life-main {
	min-height: 400px;
}
.drip-intra {
	position: static;
}
#Drip-main, #Drip-m {
	height: auto;
	padding: 20px 0 20px 0;
}
#Life-container {
	background-size: cover;
	background-position: 59% bottom;
}
.treat-heading {
	font: 900 33px/42px 'Nunito Sans', sans-serif;
	text-align: center;
}
.review-wrap {
	min-height: 942px;
}
.review-wrap .Review_nav.slideNext {
	right: 29%;
}
.review-wrap .Review_nav.slidePrev {
	left: 29%;
}
#Review-main {
	padding: 30px 4px 30px 4px;
}
.review-img.table-cell {
	height: 280px;
}
.review-upper .review-img, .review-lower .review-img {
	background-position: 100% 100% !important;
}
.drip-intra {
	padding: 0px 5px 10px 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.quicklinks {
	font: 400 15px/29px 'Nunito Sans', sans-serif;
}
.quicklinks a {
	padding: 0 7px;
}
.topic-page-bx {
	text-align: center;
}
.topic-page-bx img {
	float: none;
	margin: 0 0px 16px 0;
}
.about-logo {
	width: 50%;
	margin-bottom: 10px;
}
.img-l, .img-r {
	margin: 0 auto;
	text-align: center;
	float: none;
}
.textMainBold.intra {
	text-align: center;
}
.blog-sec {
	position: relative;
	min-height: 322px;
}
.blog-caption {
	font: 700 20px/26px 'Nunito Sans', sans-serif;
}
.floating-menu {
	display: none;
}
}

@media screen and (max-width : 534px) {
	.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}
.banner-content .banner-head {
	font: 800 23px/30px 'Nunito Sans', sans-serif;
}
.drip-intra li {
	width: 320px;
}
.drip-intra li img {
	width: 64%;
	margin: 0 auto;
}
.life-list {
	background: rgba(255, 255, 255, .95);
	padding: 12px 0 1px 32px;
	margin: 0 auto;
}
.review-wrap {
	min-height: 964px;
}
.review-wrap .Review_nav.slideNext {
	right: 25%;
}
.review-wrap .Review_nav.slidePrev {
	left: 24%;
}
#Result-main li {
	width: auto;
}
.blog-text {
	width: 64%;
	padding: 0 0% 0 0;
}
.blog-img {
	width: 34%;
}
.review-wrap {
	min-height: 957px;
}
.img-l.drip {
	margin: 0 10px 10px 0;
	width: 142px;
}
.textMain .result-wrap li .table-cell {
	display: block;
}
.table-cell.result-img {
	margin: 0 auto;
}
.testi-videos li {
	width: 440px;
}
.blog-caption {
	font: 700 20px/25px 'Nunito Sans', sans-serif;
}
.blog-sec {
	min-height: 343px;
}
.imgL {
	float: none;
	margin: 10px auto;
	text-align: center;
	background: #000;
}
}

@media screen and (max-width : 480px) {
	
.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}
	
.drip-box li {
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	min-height: auto;
	margin: 0 4px 0 0;
	border: 1px solid #9ac3c4;
}
.drips-more {
	display: none;
}
.Treat-Tabs.Treat_tabs {
	left: 25%;
	position: absolute;
	bottom: -24px;
}
.treat-intra {
	min-height: 700px;
}
.treat-text {
	top: 0;
	bottom: inherit;
}
.treat-intra #Slider4 {
	top: 211px;
}
.testi-place {
	font: 600 12px/20px 'Nunito Sans', sans-serif;
}
.testi-name {
	font: 700 14px/20px 'Nunito Sans', sans-serif;
}
.review-img.table-cell {
	background-size: 100% auto !important;
}
.review-img.table-cell {
	height: 246px;
}
.review-wrap {
	min-height: 910px;
}
.drip-box li a {
	padding: 0px 4px;
}
.textMain .vitamin-serv-wrap li {
	width: auto;
}
.navigation {
	font: 400 15px/24px 'Nunito Sans', sans-serif;
}
.contactTable {
	margin: 10px 0px;
}
.table-div.copyright .table-cell {
	display: block;
	padding: 0;
	text-align: center;
}
#Footer {
	padding: 40px 4px 36px 4px;
}
}

@media screen and (max-width : 460px) {
.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}
.banner-content {
	padding: 15px 38px;
}
.banner-content .banner-head {
	font: 800 18px/26px 'Nunito Sans', sans-serif;
}
.review-img.table-cell {
	background-size: auto 100% !important;
}
.review-text {
	font: 700 16px/22px 'Nunito Sans', sans-serif;
}
.review-wrap .Review_nav.slideNext {
	right: 20%;
}
.review-wrap .Review_nav.slidePrev {
	left: 20%;
}
.review-wrap {
	min-height: 930px;
}
.result-heading {
	font: 900 35px/43px 'Nunito Sans', sans-serif;
}
#Result-main {
	padding: 20px 4px 25px 4px;
}
#Result-main li p {
	width: 97.7%;
	bottom: 4px;
	left: 4px;
}
.toggleMenu span {
	line-height: 17px;
	color: #0d3545;
}
.life-heading {
	margin-bottom: 10px;
}
#Life-container {
	background: none;
}
#Life-main {
	min-height: auto;
}
.treat-heading {
	font: 900 27px/39px 'Nunito Sans', sans-serif;
}
.treat-text .iv-text {
	color: #0f868c;
	font: 900 17px/25px 'Nunito Sans', sans-serif;
	margin: 10px auto 20px;
}
.Treat-Tabs.Treat_tabs {
	left: 19%;
}
.treat-img {
	width: 346px;
	height: 392px;
}
.treat-img::before, .treat-img::after {
	display: none;
}
.treat-caption {
	font: 700 18px/24px 'Nunito Sans', sans-serif;
}
.treat-img-L {
	padding: 17px 16px 18px 16px;
}
.treat-img-L p {
	margin: 5px 0 14px 0;
}
.treat-intra {
	min-height: 604px;
}
#Life-container {
	background: #fbfbfb;
	padding: 20px 0;
}
.review-lower .testi-details {
	right: 5px;
}
.review-lower .testi-place {
	margin-right: 0;
}
.testi-details {
	top: inherit;
	bottom: 5px;
}
.blog-img {
	width: 34%;
}
.blog-text {
	width: 100%;
	text-align: center;
}
.blog-more {
	margin: 0 auto;
	position: static;
}
.blog-text p {
	margin: 20px 0 27px 0;
}
.Blog-Tabs {
	left: 46%;
}
.table-div.copyright h2 {
	padding: 0;
}
#Footer .table-cell {
	display: block;
	text-align: center;
}
.ypo-logo {
	padding-left: 0;
	margin-top: 20px;
}
.blog-img {
	display: none;
}
#Footer {
	padding: 30px 4px 20px 4px;
}
.toggleMenu span {
	font-size: 25px;
}
.dr-img.table-cell {
	width: auto;
}
.textMain .vitamin-serv-wrap li .serv-img {
	display: none;
}
.textMain .vitamin-serv-wrap li .serv-details {
	padding: 23px 16px 0 16px;
}
.textMain .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.aches .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.highdose .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.athletic .vitamin-serv-head a, .textMain .vitamin-serv-wrap li.boosterheal .vitamin-serv-head a {
	padding: 18px 20px 18px 16px;
}
#Drip-container-f.bookdrip {
	padding-top: 20px;
}
.drpage .textMain h2 {
	font: 900 32px/42px 'Nunito Sans', sans-serif;
}
.drpage .textMain h2 span span {
	display: inline;
}
.contact-address.table-cell .con-logo {
	float: none;
	width: 48%;
	margin: 13px 6px 6px 0;
}
.nosidebar.contactpage .textMain h2 {
	font: 700 33px/42px 'Nunito Sans', sans-serif;
}
.textMain h2 span {
	display: inline-block;
}
.table-cell.result-img {
	width: auto;
}
#Result-main li p {
	font: 800 22px/24px 'Nunito Sans', sans-serif;
}
.testi-videos li {
	width: 343px;
	margin: 0 0 5px 0;
}
.blog-sec {
	min-height: 312px;
}
.Blog-Tabs {
	bottom: 10px;
}
}

@media screen and (max-width : 360px) {
	
.webp #Banner-Container .banner5 {
  background: url(/images/truniagen-300.webp) no-repeat 20% top;
}
#Banner-Container .banner5 {
	background: url(/images/truniagen-300.jpg) no-repeat 20% top;
}	
.toggleMenu span {
	font-size: 24px;
}
.toggleMenu {
	width: 31px;
	top: -76px;
	right: -1px;
}
.drip-intra li {
	width: 306px;
}
.treat-heading {
	font: 900 23px/36px 'Nunito Sans', sans-serif;
}
.treat-text .iv-text {
	font: 800 15px/24px 'Nunito Sans', sans-serif;
}
.treat-intra #Slider4 {
	top: 187px;
}
.treat-img {
	width: auto;
}
.treat-img {
	background-size: 100% auto !important;
}
.dr-text.table-cell h1 {
	font: 900 29px/43px 'Nunito Sans', sans-serif;
}
.north-logo {
	width: 55%;
}
.review-upper .review-text, .review1 .review-lower .review-text, .review-lower .review-text, .review3 .review-lower .review-text, .review1 .review-upper .review-text {
	padding: 20px 10px 20px 10px;
}
.review-wrap .Review_nav.slideNext {
	right: 13%;
}
.review-wrap .Review_nav.slidePrev {
	left: 13%;
}
.result-heading {
	font: 900 31px/42px 'Nunito Sans', sans-serif;
}
#Result-main li p {
	font: 800 19px/19px 'Nunito Sans', sans-serif;
}
.blog-text .blog-date {
	margin: 0px 0 8px 0;
}
#Blog-main {
	padding: 30px 4px 44px 4px;
}
.review-img.table-cell {
	background-position: 12% top !important;
}
.textMain .blog-wrap li {
	width: auto;
}
.toggleMenu {
	right: -1px;
}
.testi-videos li {
	width: auto;
}
.table-div.copyright {
	padding: 15px 0 0 0;
}
.textMain .blog-wrap li, .textMain .blog-posts li {
	width: auto;
}
.life-heading {
	font: 400 28px/32px 'Nunito Sans', sans-serif;
}
.life-heading span {
	font: 900 32px/36px 'Nunito Sans', sans-serif;
}
}
