body, button, input, select, textarea {
	font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#homepage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	padding-top:20px;
}

.headline-text {
	color: #000;
	margin-top: 0px;
	text-align: center;
	font-weight: 800;
	font-family: sans-serif;
	font-size: 45px;
	padding: 0 8%;
	line-height: 120%;
	margin-bottom: 20px;
}

.rd-un {
	color: #f70404;
	text-decoration: underline;
}

.banner-sec { 
	background-image: linear-gradient(#ffffff, #f2f2f2, #e6e5e6);
	padding: 3% 0;
}

.banner-sec a {
	color: var(--text-color);
	font-weight: bold;
	text-decoration: none;
}

.banner-sec a * {
	margin: 0;
}

.banner-sec a h1 {
	font-size: 3.4rem;
}

.banner-sec a p {
	font-size: 1.25rem;
}

.logo-white {
	width: 25%;
}

.main-sec {
	background: #fff;
	padding: 40px 0;
}

.buy-now-button a
{ -moz-box-shadow: inset 0 1px 0 0 #e184f3;
	-webkit-box-shadow: inset 0 1px 0 0 #e184f3;
	box-shadow: inset 0 1px 0 0 #e184f3;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c123de),color-stop(1,#a20dbd));
	background: -moz-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -webkit-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -o-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -ms-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: linear-gradient(to bottom,#c123de 5%,#a20dbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de',endColorstr='#a20dbd',GradientType=0);
	background-color: #c123de;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a511c0;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 23px;
	font-weight: 700;
	padding: 12px 43px;
	text-decoration: none;
	text-shadow: 0 1px 0 #9b14b3;
	width: 100%;
	text-align: center;
}

.buy-now-button a:hover
{ background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#a20dbd),color-stop(1,#c123de));
	background: -moz-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -webkit-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -o-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -ms-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: linear-gradient(to bottom,#a20dbd 5%,#c123de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd',endColorstr='#c123de',GradientType=0);
	background-color: #a20dbd;
	color: #ff0;
}

.bottle-des
{ color:#fff;
}


h4.pro-support {
	font-size: 19px;
  
   
}
.email-des
{ font-size: 17px;
   
	margin-bottom: 5px;
}

.billing-support
{  font-size: 19px;
	
   
}

.visit {
	font-size: 17px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 150%;
}


.des-box {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	color: #4a4a4a;
	display: block;
	padding: 10px 30px 5px;
	margin:17px 9% 0;
}

.nrm-heading {
	line-height: 129%;
	font-size: 34px;
	margin-bottom: 28px;
	color: #098bcc;
	font-weight: 700;
	font-family: sans-serif;
	text-align: center;
	margin-top:5%;
}

.pad-4
{ padding-top:4%;
}




.des-box p
{ 
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 21px;
	color:#000;
}

.heading-h1 {
	color: #000;
	font-size: 39px;
	line-height: 135%;
	text-align: center;
	padding: 0 3%;
	margin: 3% 0;
	margin-top: 0;
	font-weight: 600;
}

.des-box-main {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	color: #4a4a4a;
	display: block;
	padding: 30px;
	margin:0 8%;
	margin-top:31px;
}


.des-box-main p
{ 
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 21px;
	color:#000;
}

.heading-h4
{ text-align:center;
font-size:30px;
margin-bottom:30px;
line-height:127%;
color:#000;
}

.heading-h2
{ text-align:center;
font-size:34px;
margin-bottom:30px;
line-height:127%;
color:#000;
}


.buy-now-button-main a
{ -moz-box-shadow: inset 0 1px 0 0 #e184f3;
	-webkit-box-shadow: inset 0 1px 0 0 #e184f3;
	box-shadow: inset 0 1px 0 0 #e184f3;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#c123de),color-stop(1,#a20dbd));
	background: -moz-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -webkit-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -o-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: -ms-linear-gradient(top,#c123de 5%,#a20dbd 100%);
	background: linear-gradient(to bottom,#c123de 5%,#a20dbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c123de',endColorstr='#a20dbd',GradientType=0);
	background-color: #c123de;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #a511c0;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 23px;
	font-weight: 700;
	padding: 15px 12%;
	text-decoration: none;
	text-shadow: 0 1px 0 #9b14b3;
	width: 100%;
	text-align: center;
}

.buy-now-button-main a:hover
{ background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#a20dbd),color-stop(1,#c123de));
	background: -moz-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -webkit-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -o-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: -ms-linear-gradient(top,#a20dbd 5%,#c123de 100%);
	background: linear-gradient(to bottom,#a20dbd 5%,#c123de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20dbd',endColorstr='#c123de',GradientType=0);
	background-color: #a20dbd;
	color: #ff0;
}

.buy-now-button-main
{ text-align:center;
margin:30px 0;
}

.mail
{ color:blue;
text-decoration:underline;
}


.right-chk-list li {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	list-style-type: none !important;
	padding-left: 38px;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 21px;
	color:#000;
}

.pr-img
{ box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

#order-section
{ margin-bottom:30px;
}

#faq
{ margin-top:8%;
}

.footer-section {
	background: #fff;
	padding: 3% 0 7%;
}

p.copyright {
	font-size: 13px;
	padding-bottom: 2%;
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 2%;
	color:#000;
}

p.foot-content {
	font-size: 12px;
	line-height: 150%;
	/*color: #4a4a4a;*/
	color:#000;
}
.foot-wrapper
{ margin:0 6%;
}

.des-box-other {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	color: #4a4a4a;
	display: block;
	padding: 10px 30px 30px;
	margin: 0 8%;
	border: 15px groove #ddd;
}


.des-box-other p
{ font-size:18px;
   color:#000;
  line-height:150%;
}
.des-box-other h2
{ margin-bottom:10px;
}

.des-box-other h1
{ margin-bottom:20px;
  color:#000;
}

.box-con
{ border:1px solid #ddd;
padding:0px 20px 20px;
min-height:200px;
border-radius:7px;
}

#contact-h1
{ margin-bottom:30px;
}

/*************************/

.deep-sleep{
	width:42%;
	border:4px solid #ddd;
	margin-left: 11px;
}

.add-to-cart{
	width:48%;
}

.product-wrap{
	text-align:center;
}

.sleep-the-fat-off{
	width:24%;
	margin-bottom:15px;
}

.number{
	color:blue;
	text-decoration:underline;
}

 #statement {
	margin-bottom: 30px;
}


#statement p {
	color: #999;
	border: 1px solid #999;
	padding: 15px 20px 40px;
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
}


.faq-section {
	border: 1px solid #a2a2a2;
	border-radius: 7px;
	margin: 60px 0 80px;
	background-color: #f5f5f5;
}

#faq {
	border-bottom: 1px solid #cecece;
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	margin: 0;
	padding: 14px 0;
	background-color: #14b4f0;
	color: #fff;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom:20px;
}

.faq-grp {
	padding: 10px 0;
	border-bottom: 1px dashed #a2a2a2;
	margin-bottom: 20px;
}


.faq-section p {
	padding-left: 20px;
	padding-right: 20px;
   
}

.faq-grp:last-of-type
{ border-bottom:none;
}

.grt-box {
	background-color: #fff4cf;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

.grt-box-inner {
	background-color: #fff4cf;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	padding: 15px;
	margin: 10px;
}

.black-heading {
	font-family: sans-serif;
	text-align: center;
	color: #000;
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 124%;
	font-weight:600;
}


.blue-box-grt {
	background-color: #088bcd;
	padding: 15px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.grt-message {
	margin-right: 6px;
}


.blue-box-grt h5 {
	color: #fff;
	font-family:sans-serif;
	margin: 0;
	font-size: 19px;
	line-height: 150%;
}

.bonus-box
{ border:1px solid #ddd;
border-radius:3px;
padding:0 20px 20px;
margin-bottom:30px;
background-color:#f5f5f5;
}

.bonus-title
{ font-family:sans-serif;
font-weight:600;
font-size:30px;
text-transform:uppercase;
background-color:#ddd;
padding:10px;
}

@media only screen and (max-width:480px)
{ 
.des-box-other
{ margin:0;
padding: 10px 15px 30px;
}

.des-box-other h1 {
	font-size: 30px;
}

.main-sec
{ padding:20px 0;
}

.logo-white {
	width: 50%;
}

.headline-text {
	margin-top: 0px;
	font-size: 30px;
	padding: 0;
	line-height: 120%;
	margin-bottom: 11px;
}

.des-box
{ margin:17px 0 0;
padding: 10px 20px 5px;
}

.des-box-main
{ margin:31px 0 0;
padding:30px 20px 0;
}

#homepage
{ background-image:none;
background-color:#f2f1f2;
}

.heading-h1, .heading-h2 {
   font-size: 30px;
}

.deep-sleep {
	width: 98%;
	border: 4px solid #ddd;
	float: none !important;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.add-to-cart {
	width: 93%;
	margin-bottom: 20px;
}

.black-heading
{ font-size:27px;
}

.grt
{ width:78%;
float:none !important;
margin:0 auto;
display:block;
}

.right-chk-list
{ padding-left:10px;
}

.right-chk-list li
{ padding-right:0;
}

.pr-img
{ margin-bottom:30px;
}

.sleep-the-fat-off {
	width: 70%;
	float: none !important;
	margin: 0 auto;
	display: block;
}

.faq-section {
   margin: 30px 0;
	
}

#faq
{ font-size:30px;
padding:6px 0;
}

.bonus-title
{ font-size:26px;
text-align:center;
}




}