body, html{
	background: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	padding-right:0px !important;
}
a{
	color: #f68958;
}
a:focus, a:hover{
	text-decoration: none;
	outline: 0 !important;
}
a:active{
	/*background-color:#869638;*/
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary, .btn-primary:focus, .btn-primary:active{
	background-color:#869638;
	border-color:#869638;
}
a.back:hover, button.close:hover{
	color: #622e5c;
}
input:focus, input:hover {
	outline: 0 !important;
}

img{
	display: block;
	font-size: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: #622e5c;
	margin: 0;
	margin-bottom: 45px;
	line-height: normal;
}
h1{
	font-size: 42px;
}
h2{
	font-size: 37px;
}
h3{
	font-size: 30px;
	font-weight: 400;
}
h4{
	font-size: 24px;
	font-weight: 400;
}
h5{
	font-size: 18px;
	font-weight: 400;
}
h6{
	font-size: 16px;
	font-weight: 400;
}

a.clipboard {
	display: inline-block;
	min-height: 23px;
	color: #909090;
	font-size: 12px;
	line-height: 26px;
	background: url(../images/clipboard.png) no-repeat;
	padding: 0 0 0 28px;
}
.titlesection{
	float: left;
	width: 100%;
	text-align: center;
	/*margin: 25px 0 130px 0 ;*/
	margin: 30px 0 50px 0 ;
}
.titlesection h1 {
    color: #622e5c;
    font-size: 37px;
    font-weight: 300;
    margin: 0;
}
.titlesection h3{
	font-size: 38px;
	color: #999999;
	letter-spacing: -1px;
	margin: 0;
	font-weight: 300;
}
ul#top-menu li:first-child, ul#top-menu li:last-child{
	display:inline-block;
}
/*  Bootstrap default start  */
.container{
	max-width: 1100px;
}
.btn {
	border-radius: 40px;
	border: 0;
}
.btn-white {
	background: #ffffff;
	color: #869638;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 45px;
}
.btn-primary {
	background: #869638;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 25px;
}
.btn-primary i{
	padding-left: 2px;
	font-size: 12px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #622e5c;
    border-color: #622e5c;
}
/*  Bootstrap default end  */

/*  Header start  */
.header {
	float: left;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover !important;
	padding: 30px 0 0 0;
	position: relative
}
.header:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.1);
}
body.home .header {
	background-position: center -70px !important;
}
.header .topnavwrap{background: url(../images/top-bg.jpg) no-repeat center top; padding-top: 52px !important;}
.header .topnavwrap.is-sticky{
	padding-top: 20px !important;
}
.header:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 100%;
	height:470px;
	z-index: 2;
	background: url(../images/curvedbg.png) no-repeat center bottom;
	background-size: 100%;
}
.header .container{
	position: relative;
	z-index: 5;
}
.logo {
	float: left;
	padding: 0;
}
.logo a {
	display: inline-block;
	width: 240px;
	height: 28px;
	background: url(../images/logo.svg) no-repeat center top;
	font-size: 0;
}
.header .topnavwrap {
	float: left;
	width: 100%;
	top: 0;
	padding: 20px 0;
	position: absolute;
	z-index: 10;
	transition: all .1s cubic-bezier(.29,.01,.02,1);
}
.nav {
	float: right;
}
.header .is-sticky{
    position:fixed;
	background: rgba(255,255,255,.95);
	box-shadow: 0 1px 1px rgba(0,0,0,.1),0 1px 30px rgba(0,0,0,.14);
	transition: all .1s cubic-bezier(.29,.01,.02,1);
}
.header .is-sticky #menu a {
	color: #622e5c !important;
}
.header .is-sticky .logo a {
	width: 240px;
	height: 28px;
	background: url(../images/logo-sticky.svg) no-repeat center top;
}
.header .is-sticky a#toggle{
	color: #000000;
}
.bannertextwrap{
	display: table;
	height: 948px;
	width: 100%;
}
.requestsample{
	height: 350px;
}
a{
	color:#869638;
}
.request_form_padding{
	padding:0 60px;
}
.bannertext {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.bannertext .bannertextlayout {	
	margin: 0 auto;
}
.bannertext .text{
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -1px;
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 300;
	margin: 0;
}
.bannertext .smalltext{
	font-size: 32px;
	line-height: normal;
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 300;
	margin: 5px 0 20px 0;
}
.bannertext a.btn{
	margin: 35px 0 0 0;
}
.mainnav {
	float: right;
}
#btn-getstarted {
	float:right;
}
.modal-popup h3{
	float: left;
	width: 100%;
	color: #999999;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 30px;
}
.modal-popup p{
	color: #999999;
}
.modal-popup h4 {
	float: left;
	width: 100%;
	font-weight: 300;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 20px;
}
.modal-popup h4 span {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.modal-popup p{
	float: left;
	width: 100%;
}
.modal-popup .footersec {
	float: left;
	width: 100%;
	margin: 0px 0 30px 0;
}
.modal-popup .footersec span{
	color: #869638;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	padding: 6px 0;
	font-size: 16px;
}
.modal-popup .footersec span.or{
	padding: 6px;
}
.modal-popup .footersec .btn{
	width: 130px;
	padding: 10px;
}
.modal-popup .entercode {
	float: none;
	max-width: 150px;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}
.modal-popup .entercode::before {
    width: 145px;
    height: 2px;
    background: #869638;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.modal-popup .entercode .btn-go {
    width: 28%;
    padding: 8px;
    margin: 0;
    border-radius: 10px;
    float: right !important;
}
.modal-popup .entercode input {
    width: 70%;
    display: inline-block;
    background: #e3e6ec;
    border: 1px solid #999999;
    border-radius: 10px;
    height: 30px;
    text-align: left;
    padding: 5px 10px;
    float: left;
    color: #000000;
}
.modal-popup .nocode {
    float: left;
    text-align: left;
    width: 100%;
    padding-bottom: 15px;
    position: relative;
}
.modal-popup .nocode::before {
    width: 145px;
    height: 2px;
    background: #869638;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.brochure{
	font-size:14px;
}
.close{
	color:#869638;
	opacity:1;
}
.close:hover{
	color:#286090;
	opacity:1;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
	float:left;
}
.modal-dialog {
	max-width:585px;
}
.modal-body {
	padding:0;
}
.modal-popup {
	text-align:center;
}
.dropdown1, .dropdown2, .dropdown3 {
	position: relative;
	width: 100%;
	padding: 20px 70px 15px 70px;
	float: left;
}
.modal-popup {
	float: left;
	width: 100%;
}
.modal-popup .back{
	float: left;
	position: absolute;
	left: 15px;
	top: 10px;
}
.topclose{
	float: right;
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index:10;
}
.dropdown3 span.or{
	margin: 30px 0 0 0;
}
/*  Header end  */

/*  why ultraflora section Start  */
.whyultraflora {
	float: left;
	width: 100%;
	padding:70px 0 240px 0;
	text-align: center;
}
.whyultraflora .text{
	font-size: 16px;
	line-height: 33px;
	font-weight: 300;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 25px;
	max-width: 670px;
}
.whyultraflora .text h2{
	padding: 0 125px;
}
.whyultraflora .text p{
	padding: 0 75px;
	margin-bottom: 45px;
}
.hr {
	height: 1px;
	width: 100%;
	background: #6e7e99;
	display: inline-block;
	position: relative;
}
.hr:before {
	width: 86px;
	height: 21px;
	background: url(../images/hrbg.jpg) no-repeat center;
	position: absolute;
	content: "";
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
/*  why estrovera section End  */

/*  small banner section Start  */
.smallbanner {
	float: left;
	width: 100%;
	background: url(../images/smallbanner.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.smallbannertext {
	display: inline-block;
	text-align: center;
	float: right;
}
.smallbannertext .text {
	font-size: 37px;
	color: #ffffff;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 25px;
	display: inline-block;
}
/*  small banner section End  */

/*  hp small banner section Start  */
.hpsmallbanner {
	float: left;
	width: 100%;
	background-size: cover !important;
	padding: 140px 0;
}
.hpsmallbannertext {
	display: inline-block;
	float: right;
}
.hpsmallbannertext .text {
	font-size: 37px;
	color: #622e5c;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 25px;
	display: inline-block;
	max-width: 565px;
}
/*  hp small banner section End  */

/*  benefits section start  */
.benefits {
	float: left;
	width: 100%;
	background: #ebebeb;
	text-align: center;
	padding: 0px 0 90px 0;
}
.benefits h2 {
	margin: 0 auto;
	margin-bottom: 75px;
	max-width: 500px;
}
.benefits img {
	margin: 0 auto;
	margin-top: -245px;
}
.benefits p {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 30px 0;
	font-weight: 300;
}
ul.list{
	text-align: left;
}
ul.list li{
	float: left;
	width: 100%;
	background: url(../images/list.png) no-repeat left 8px;
	font-size: 18px;
	line-height: 30px;
	color: #6e7e99;
	margin: 0 0 35px 0;
	padding: 0 0 0 50px;
}
ul.listwomen li{
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 10px 0;	
}
.home_view_references{
	float:left;
}
ul.list li h4{
	margin: 0 0 15px 0;
	line-height: 28px;
}
ul.list li a.more{
	color: #000000;
	text-decoration: underline;
}
/*  benefits section end  */

/*  testimonials section start  */
.testimonials {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #5a5a5a;
	padding: 40px 0 85px 0;
}
.testimonials h2{
	font-size: 37px;
	color: #999999;
	font-weight: 300;
	margin: 0 0 50px 0;
}
.testimonials .clientname{
	color: #869638;
	font-weight: 600;
	padding-top: 10px;
}
h4.own-story{
	font-size:30px;
}
.testimonials .item{
	padding: 0 65px;
}
/*  testimonials section end  */

/*  symptoms section start  */
.symptoms{
	float: left;
	width: 100%;
	background-size: cover;
	text-align: center;
	padding: 260px 0 280px 0;
	position: relative;
}
.calltoaction:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -745px;
	height: 745px;
	z-index: 2;
	width: 100%;
	background: url(../images/footercurved.png) no-repeat bottom;
	background-size: 100%;
}

.symptoms h3{
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 25px 0;
}
.symptoms .content{
	float:  none;
	width: 100%;
	max-width: 970px;
	background: rgba(255,255,255,0.8);
	padding: 0;
	display: inline-block;
}
.symptoms .content p{
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	color: #000000;
}
.symptoms .content .left{
	float: left;
	width: 100%;
	padding: 70px 80px;
}
.symptoms .content .right{
	float: left;
	width: 100%;
	border-left: 1px solid #9c9ea1;
	padding: 70px 60px 70px 90px;
}
/*  symptoms section end  */

/*  Calltoaction start  */
.calltoaction{
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0 110px 0;
	margin-top: 100px;
	background: url(../images/smalllogo.png) no-repeat center top;
	position: relative;
}
.container-fluid1{display: inline-block; width: 100%;}
.container-fluid1 h2{display: block; text-align: center; font-size: 37px; font-weight: 300; margin-bottom: 75px;}
.container-fluid1 p{font-size: 16px; line-height: 29px; color:#000000; margin-bottom: 33px;}
.lactobacillus-y{display: inline-block; background:#e9edd8; padding: 17px 22px; margin-bottom: 10px; width:100%;}
.lactobacillus-r{display: inline-block; background:#efd2de; padding: 17px 22px; margin-bottom:30px;}
.container-fluid1 .lactobacillus-y p span{font-size: 24px; font-weight: 300;}
.container-fluid1 .lactobacillus-y p{margin: 0px;}
.resources .top-two-section .resource{margin-bottom:37px;}
.p-top{margin-bottom: 321px;}
.download {
    /*background: rgba(0, 0, 0, 0) url("../images/pdf-icon.jpg") no-repeat scroll left center;*/
    color: #612d5c;
    display: inline-block;
    font-size: 20px;
    margin: 13px 0 0 16px;
    padding: 0 0 0 37px;
    text-align: center;
    width: 100%;
}
.debunking{display: block; text-align: center; padding-top:20px;}
.myths { display: inline-block; margin: 0 0 94px; text-align: center; width: 100%; }
.myths h3{display: block; font-size: 22px; color:#8fa13a; margin-bottom:32px; }
.myths li{margin-bottom:30px; line-height:30px; color:#000; background: #edf0df; line-height: normal; padding: 30px; min-height: 184px; }
.myths li p { margin: 0; }
.myths.facts-about li {background:#eaebec;}
.myths.ultraFlora li{background:#f5e4eb;}

.full-width-img{display: inline-block; width: 100%; margin:52px 0 80px;}
.full-width-img img{width:100%;}
.download a{color:#612d5c; text-decoration: none; font-size: 14px; color: #869638;}
.download a:hover{text-decoration: none; color: #622e5c;}
.calltoaction h2{
	margin: 65px auto;
	max-width: 450px;
	font-size: 37px;
	color: #9c9ea1;
}
.calltoaction .btn {
	background-color: #622e5c;
}
/*  Calltoaction end  */

/*  Testimonials list start */
.testimonialslist {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
}
.testimonialslist .review{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 300;
	margin: 0 0 50px 0;
}
.testimonialslist .review h4{
	color: #b11e58;
	font-weight: 600;
	float: left;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.testimonialslist .review p{
	padding-right: 15px;
}
.testimonialslist .reviewleft{
	padding-right: 55px;
}
.testimonialslist .reviewright{
	padding-left: 55px;
}
.testimonials-main {
	float: left;
	width: 100%;
	background: #efefef;
	text-align: center;
	padding: 50px 0;
}
.testimonials-main h3{
	font-weight: 600;
	color: #b21f58;
	margin: 0 0 10px 0;
}
.testimonials-main .text{
	font-size: 24px;
	line-height: 24px;
	float: left;
	width: 100%;
	font-weight: 300;
}
/*  Testimonials list end */

/*  Middle Banner start */
.middlebanner {
	float: left;
	width: 100%;
	background-size: cover !important;
	margin-bottom: 130px;
}
.middlebanner .text {
	float: right;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	padding: 125px 0;
	text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.5);
}
/*  Middle Banner end */

.calltoaction-small {
	float: left;
	width: 100%;
	padding: 60px 0 120px 0;
	text-align: center;
}
.calltoaction-small h4{
	display: inline-block;
	width: 100%;
	color: #999999;
}

/*  Resources Start  */
.resources {
	float: left;
	width: 100%;
	padding-bottom: 150px;
}
.resources-new{
	padding-bottom: 40px;
}
.how-estrovera-new {
	padding-top:180px !important;
}
.resources .container {
	max-width: 1250px;
	width: 1250px;
}
.resources .resource {
	padding: 0 55px;
	margin-bottom: 75px;
}
.resourcephoto {
	float: left;
	width: 100%;
}
.resourcephoto img {
	border-radius: 20px;
}
.resources h4 {
    border-bottom: 1px solid #6e7e99;
    color: #b11e58;
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 80px 0 15px;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
}.resources h4 a {
	color: #622e5c;
}
.resources h4 a:hover {
	color: #622e5c;
}
.how-estrovera .benefits img.margin-top {
    margin-top: -139px;
	padding-left: 100px;
	float: left;
	width: 100%;
	max-width: 720px;
}
.benefits.benefits1 h2 {
    display: block;
    max-width: inherit;
    text-align: center;
}
.resources p a{color:#869638;}
.resources p {
    float: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    width: 79%;
}
.resources a.more {
	color: #b11e58;
	font-size: 16px;
	font-weight: 300;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
}
/*  Resources End  */

/*  Top Topmenusection Start  */
.topmenusection {
	float: left;
	width: 100%;
	margin: 50px 0 130px 0;
}
.topmenusection ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 25px;
}
.topmenusection h3{
	font-size: 37px;
	color: #c0c0c0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 400;
}
.topmenusection h3 a{
	font-size: 37px;
	color: #c0c0c0;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 400;
	text-decoration: none;
}
.topmenusection h3:hover a{
	color: #d6588e;
}
.topmenusection ul li.active h3{
	color: #d6588e;
}
.topmenusection p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin: 0;
	padding: 0 20px;
}
.topmenusection a {
	color: #d6588e;
	text-decoration: underline;
	padding-top: 15px;
	display: inline-block;
	font-weight: 300;
	width: 100%;
}
/*  Top Topmenusection End  */

/*  Science Page Start  */
.science-content {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.science-content .titlesection{
	margin: 25px 0 30px 0;
}
.science-content p {
	max-width: 680px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.sciencepagebanner {
	float: left;
	width: 100%;
}
.sciencepagebanner img{
	width: 100%;
}
.bluepunceline {
	float: left;
	width: 100%;
	font-size: 38px;
	color: #6289ac;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	background: #cee1f2;
	padding: 50px 0;
}
.bluepunceline .container{
	max-width: 1000px;
}

/*  Science Page End  */

/*  Science Page Start  */
.sciencestory {
	float: left;
	width: 100%;
	padding: 40px 0 100px 0;
}
.sciencestory .title {
	font-size: 24px;
	color: #b11e58;
	font-weight: 600;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	margin: 90px 0 60px 0;
}
.sciencestory .title:after{
	width: 100%;
	height: 2px;
	content: "";
	background: #e5e5e5;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
}
.sciencestory .title span{
	display: inline-block;
	background: #ffffff;
	padding: 5px 25px;
	position: relative;
	z-index: 10;
	line-height: 24px;
}
.sciencestory ul li{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #a3a3a3;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sciencestory ul li img{
	float: left;
	width: 65px;
	margin-right: 15px;
}
.sciencestory ul li p{
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	width: 80%;
}
.references {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 100px 0;
}
.references-btn {
	min-height: 51px;
	font-size: 24px;
	color: #999999;
	font-weight: 300;
	display: inline-block;
	padding: 15px 0 0 60px;
	margin: 0 auto;
	background: url(../images/clipboard1.jpg) no-repeat;
}
/*  Science Page End  */

/*  Benefits Page Start  */
.benefits-content {
	float: left;
	width: 100%;
	text-align: center;
}
.benefits-content p{
	width: 100%;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;	
	margin: 0 auto;
	display: inline-block;
	max-width: 600px;
}
.benefits-content p span{
	color: #d6588e;
}
.benefits-content .userphoto {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -40px;
}
.benefits-content .userphoto img{
	display: inline-block;
	border-radius: 25px;
	max-width: 240px;
	margin: 40px 40px 0 40px;
}
.benefits-content .titlesection{
	margin: 0 0 15px 0;
}
.benefits-punchline {
	float: left;
	width: 100%;
	background: #e2eff1;
	font-size: 38px;
	color: #999999;
	text-align: center;
	line-height: normal;
	font-weight: 300;
	padding: 80px 0 60px 0;
}
.punchline {
	float: left;
	width: 100%;
	background: #efeff0;
	font-size:34px;
	color: #622e5c;
	line-height: 40px;
	font-weight: 300;
	text-align: center;
	padding: 70px 0;
}
.estrovera-benefits {
	text-align: center;
	float: left;
	width: 100%;
	padding: 120px 0 90px 0;
}
.estrovera-benefits .container{
	max-width: 1200px;
	width: 100%;
}
.estrovera-benefits img{
	margin: 0 auto;
}
.estrovera-benefits h3{
	font-size: 28px;
	float: left;
	width: 100%;
	padding: 25px 0 20px 0;
}
.estrovera-benefits p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	padding: 0 65px 35px 65px;
}
/*  Benefits Page End  */

/*  Healthcare Practitioners Page Start  */
.how-estrovera {
	float: left;
	width: 100%;
	text-align: center;
	padding: 100px 0 65px 0;
}
.how-estrovera h2{
	font-size: 38px;
	margin: 45px 0 50px 0;
}
.how-estrovera .text{
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	font-weight: 300;
	padding: 0 45px 45px 0;
	float: left;
	width: 100%;
}
.how-estrovera img {
	margin: 0 auto;
}
.hp-introtext {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 130px;
}
.hp-introtext img {
	margin: 0 auto;
}
.hp-introtext .titlesection {
	margin: 0;
}
.hp-introtext .titlesection h3{
	margin: 15px 0 15px 0;
	color: #622e5c;
}
.hp-introtext .text{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto;
}
/*  Healthcare Practitioners Page End  */

/*  Footerbanner Start  */
.footerbanner {
	float: left;
	width: 100%;
	background-size: cover !important;
	text-align: center;
	display: table;
	vertical-align: middle;
	position: relative;
	padding-bottom: 100px;
}
.footerbanner:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100px;
	z-index: 2;
	background: url(../images/curvedbg.png) no-repeat center top;
	background-size: 100%;
}
.footerbanner .container{
	max-width: 945px;
}
.footerbanner .boxwrap{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 800px;
}
.footerbanner .box{
	display: inline-block;
	margin: 0 auto;
	padding: 40px 150px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	border-radius: 20px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	-webkit-box-shadow: -2px 4px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    -2px 4px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         -2px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.footerbanner .box .user {
	color: #869638;
	font-weight: 400;
	padding-top: 25px;
}
.footerbannerimage {
	float: left;
	width: 100%;
	height: 320px;
	background-size: cover !important;
	position: relative;
	margin-bottom: 70px;
}
/*  Footerbanner End  */

/*  Footer Start  */
.footer {
	float: left;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
	padding: 30px 0 50px 0;
}
.footer h3 {
	margin-bottom: 15px;
}
.footercall {
	display: inline-block;
	min-height: 20px;
	font-size: 22px;
	color: #909090;
	font-weight: 300;
	background: url(../images/callico.png) no-repeat left 3px;
	padding: 0 0 0 30px;
}
.footercall a{
	color: #000000;
}
.disclaimer {
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	background: #ffffff;
	padding: 10px 15px;
	margin: 35px 0;
}
.footerlinks {
	float: left;
	width: 100%;
}
.footerlinks a.clipboard{
	margin: 0 25px;
}
/*  Footer End  */
.money-back-link{
	font-weight:400;
}
.request_sample_home_footer_link{
	float:none !important;
}
.popup_click_brochure{
	width: 100%;
	display: inline-block;
	text-align: center;
	float: left;
	color: #000;
}
.textcodewrap {
	width: 145px;
	margin: 14px 0 0;
	display: inline-block;
	position: relative;
}
.textcode {
    border: medium none;
    border-radius: 20px;
    padding: 0px 35px;
    width: 100%;
	height: 36px;
    font-size: 12px;
	text-align: center;
	color: #869638;
	line-height: 30px;
}
.codeicon {
    background: #869638 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 24px;
	text-align: center;
    padding: 0;
    position: absolute;
	z-index: 1;
    right: 6px;
    top: 5px;
	width: 26px;
	height: 26px;
    display: none;
	text-decoration: none;
}
a:focus.codeicon, a:hover.codeicon {
	text-decoration: none;
	color: #ffffff;
	outline: 0 !important;
}
input:focus.textcode, input:hover.textcode {
	outline: 0 !important;
}

input::-webkit-input-placeholder {
	color: #869638 !important;
}
input::-moz-placeholder {
	color: #869638 !important;
}
input:-ms-input-placeholder {
	color: #869638 !important;
}
input:-moz-placeholder { 
	color: #869638 !important;
}
/*.modal-open{
	padding-right:17px !important;
}*/
.home_sec5_note{
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	display: inline-block;
	width: 100%;
}
.home_sec5_image{
	margin-bottom:10px;
}
.supplement_title{
	font-weight:400;
}
.bannertextlayout sup{
	top: -1em;
	font-size: 40%;
}
body .addyourstory{
	margin:75px 0 20px 0;
}
/* 404 Page */
body.error404 .header .topnavwrap{
	background:none;
	padding-top:25px !important;
}
body.error404 .logo a{
	background: url(../images/logo-green.png) no-repeat center top;
}
body.error404 #menu a {
	color: #666666;
}
body.error404 .header {
	background: none;
}
body.error404 .header:before, body.error404 .header:after{
	display: none;
}
body.error404 a#toggle {
	color: inherit;
}
.pagentfound{
	float: left;
	width: 100%;
	background: url(../images/404bg.png) #ffffff no-repeat center top;
	text-align: center;
	padding: 100px 0 0 0;
	margin: 150px 0;
}
.pagentfound h2 {
	font-size: 80px;
	color: #97a1b4;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 75px;
}
.pagentfound h3 {
	font-size: 40px;
	color: #869638;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.pagentfound p {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	color: #000000;
	line-height: normal;
	font-weight: 300;
	margin:55px 0 45px 0;
	padding: 0;
}
.pagentfound .btn {
	width: 145px;
	margin-top: 35px;
	display: inline-block;
}
/*  FAQ start  */

.faqaccordion {
	float: left;
	width: 100%;
	margin: 100px 0;
}
.faqaccordion .panel {
	float: left;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.faqaccordion .title {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #869638;
	font-size: 24px;
	letter-spacing: -0.1px;
	font-weight: 300;
}
.faqaccordion .faqtext{
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	font-size: 16px;
	line-height: 30px;
	line-height: normal;
	font-weight: 300;
	text-align: center;
}
.faqaccordion ul.list li{
	color: #000000;
	font-size: 16px;
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.faqaccordion ul.list li{ 
		margin-bottom: 30px;
	}
}
.faqaccordion .accordionarrow {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 40px;
	margin-bottom: 15px;
}
.faqaccordion .accordionarrow:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	content: "";
	background: url(../images/line.png) repeat-x left center;
	top: 14px;
}
.faqaccordion .accordionarrow a{
	width: 31px;
	height: 32px;
	display: inline-block;
	background: url(../images/accordion-up.png) no-repeat;
	position: relative;
	z-index: 1;
}
.faqaccordion .accordionarrow a.collapsed{
	background: url(../images/accordion-down.png) no-repeat;
}
/*  FAQ End  */


