html {
  scroll-behavior: smooth;
}

body {
	margin: 0;
}

.body-wrap, .body-wrapIn {
	max-width: 980px;
	margin: auto;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

h1 {
	font-family: "Roboto",sans-serif;
	color: #000;
	font-size: 55px;
	margin: 0;
	margin-left: 0.3em;
    width: 85%;
    text-align: left;
	line-height: normal;
}

h1.In {
	font-family: "Roboto",sans-serif;
	color: #000;
	font-size: 55px;
	margin: 0;
    width: 85%;
	text-align: center;
	line-height: normal;
}

h1 span, h1.In span {
	color: #09508d;
	font-size: 70px;
	line-height: normal;
}

h2 {
	font-family: "Roboto",sans-serif;
	color: #303030;
	font-size: 27px;
	text-align: left;
	margin: 0;
}

h2 span {
	color: #09508d;
}

p, ul {
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin: 1em 0;
}

ul {
	list-style: outside disc;
	margin-left: 2em;
}

ul.ul-body-li {
	margin-left: 0;
}

p span {
	color: #09508d;
}

#dr-mercola {
	float: right;
}

#dr-mercola-mob, #dr-mercola-mobIn {
	display: none;
}

#dr-mercolaIn {
	position: absolute;
	z-index: 1;
	right: -110px;
    bottom: 0px;
}

hr {
	max-width: 70%;
	margin: auto;
	margin-bottom: 3em;
}

.gray-wrap {
	background: #f6f6f6;
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
	position: relative;
}

.gray-wrapIn {
	background: #f6f6f6;
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
	width: 85%;
	position: relative;
}

.resolution-img {
	max-width: 340px;
}

#resolutionImg {
	float: left;
	display: block;
	margin-right: 2em;
	width: 100%;
}

.resolution-img-mob, #resolutionImg-mob {
	display: none;
}

.pContent {
    margin-top: 3.5em;
}

.optin {
	background: #1581cd;
	text-align: center;
	width: 100%;
	margin: 0 !important;
}

.optin-in {
	max-width: 980px;
	margin: auto;
	padding: 2em;
	position: relative;
	display: inline-block;
}

.optinText {
	font-family: "Roboto",sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #ffec51;
	margin: auto;
	width: 90%;
	line-height: normal;
}

p#optin {
	color: #fff;
	margin: 10px 0;
}

.gray-wrapIn-mob {
	display: none;
}

.email-subscription {
	margin-top: 1.5em;
	display: inline-block;
	width: 100%;
}

input[type="email"] {
	font-family: "Roboto",sans-serif;
	border: none;
	border-radius: 90px;
	width: 71%;
	padding: 0 2em;
	font-size: 22px;
	color: #8b8b8b;
	height: 55px;
	display: inline-block;
	float: left;
}

input.SubscribeBtn, input[type="submit"] {
	font-family: "Roboto",sans-serif;
	border: none;
	border-radius: 90px;
	width: 27%;
	height: 55px;
	font-weight: 700;
	background: #f6e029;
	color: #09508d;
	font-size: 22px;
	margin-left: 10px;
	cursor: pointer;
	display: inline-block;
	float: left;
}

input.SubscribeBtn:hover, input[type="submit"]:hover {
	background: #09508d;
	color: #fff;
	transition-duration: 0.2s;
}

.privacy-policy a {
	font-family: "Roboto",sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none !important;
	text-align: center;
	width: 100%;
	
}

.privacy-policy p {
	font-family: "Roboto",sans-serif;
	font-size: 12px;
	text-decoration: none !important;
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: normal;
	color: #e4e4e4;
}

footer {
	font-family: "Roboto",sans-serif;
	background: #09508d;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	padding: 1.5em;
	display: block;
	text-align: center;
}

/*landing page*/
.tip-list ul.ul-body-li {
	padding-left: 0;
}

.tip-list {
	text-align: center;
}

.tip-li {
	display: inline-block;
	width: 188px;
	text-align: center;
	vertical-align: top;
	margin: 10px 5px;
}

.tip-li a {
	text-decoration: none;
}

.tip-title {
	color: #09508d;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-top: 5px;
}

.tip-title:hover {
	color: #000;
	transition: 0.3s;
}

.tip-img:hover {
    -moz-transform: scale(1.05);
  	-webkit-transform: scale(1.05);
  	transform: scale(1.05);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

span.num {
	font-size: 18px;
	background: #09508d;
	color: #fff;
	border-radius: 100%;
    width: 30px;
    height: 30px;
	display: block;
	vertical-align: middle;
	margin: 0 auto 10px;
	line-height: 1.7;
}

.coming-soon {
	margin-bottom: 1em;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 16px;
	font-weight: 600;
	border: none;
	background: #bbb;
	color: #333;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	opacity: 0.5;
}

#myBtn:hover {
	opacity: 1;
	transition-duration: 0.3s;
}

.linkToggle {
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	float: right;
	margin: 0 1em;
	background: #09508d;
	color: #fff;
	font-weight: 600;
	padding: 6px 10px;
    font-style: italic;
}

.linkToggle:hover {
	color: #fff;
}

@media only screen and (max-width: 991px){
	.body-wrapIn {
		padding: 4.5em 2.5em 1.5em 2.5em;
	}
	
	.top-in {
		margin-top: 0;
		width: 90%;
    	margin: auto;
		display: inline;
	}
	
	h1, h1.In {
		font-size: 50px;
		margin-top: 0;
		width: 70%;
	}

	h1 span, h1.In span {
		font-size: 55px;
	}
	
	h2 {
		font-size: 28px;
	}
	
	#dr-mercola {
		width: 22%;
	}
	
	#resolutionImg {
		width: 90%;
	}
	
	.pContent {
		width: 90%;
		margin: 3.5em auto;
	}
}

@media only screen and (max-width: 890px){
	#dr-mercola {
		width: 25%;
	}
	
	h1 {
		width: 90%;
	}
	
	h1.In {
		width: 100%;
	}
}

@media only screen and (max-width: 812px){
	input[type="email"], input.SubscribeBtn, input[type="submit"] {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
	input[type="email"] {
		margin-bottom: 0.5em;
		height: 55px;
	}
	
	input.SubscribeBtn, input[type="submit"] {
		margin-left: 0;
	}
}

@media only screen and (max-width: 791px){
	.body-wrapIn {
		padding: 1.5em 2.5em 0 2.5em;
	}
	
	.gray-wrapIn {
		display: none;
	}
	
	.gray-wrapIn-mob {
		display: block;
		text-align: center;
	}
	
	.docImg-mob2 {
		width: auto;
	}
	
	.docLine {
		border-top: solid 1px #b1b1b1;
		margin-top: -4px;
	}
	
	#dr-mercola, #dr-mercolaIn {
		display: none;
	}
	
	#dr-mercola-mob, #dr-mercola-mobIn {
		display: block;
		margin: auto;
		width: 30%;
		margin-top: 1em;
	}
	
	h1, h1.In {
		text-align: center;
		margin: auto;
		font-size: 40px;
	}
	
	h1.In, h1.In span {
		margin: 0.5em auto;
	}
	
	h1 span, h1.In span {
		text-align: center;
		margin: auto;
		font-size: 45px;
	}
	
	h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 670px){
	.resolution-img, #resolutionImg {
		display: none;
	}
	
	.resolution-img-mob, #resolutionImg-mob {
		display: block;
	}
	
	#resolutionImg-mob {
		margin-bottom: 1em;
		display: block;
		width: 100%;
	}
	
	.optinText {
    	font-size: 28px;
	}
}

@media only screen and (max-width: 635px){
	h1 {
		width: 100%;
	}
	
	br {
		display: none;
	}
}

@media only screen and (max-width: 568px){
	#dr-mercola-mob {
    	width: 40%;
	}
	
	h1, h1.In {
		font-size: 28px;
	}
	
	h1 span, h1.In span {
		font-size: 32px;
	}
	
	input[type="email"] {
		font-size: 16px;
	}
}

@media only screen and (max-width: 412px){
	.docImg-mob2 {
		width: 100%;
	}
	
	.docLine {
		border-top: solid 1px #b1b1b1;
		margin-top: -6px;
	}
}


