/*
Theme Name: erectztheme
Theme URI: https://www.erectz.com/
Author: Erectz.Com
Author URI: https://www.erectz.com/
Description: Custom wordpress theme for erectz.com.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    /*font-size: 100%;*/
    font-family: 'Open+Sans', 'Arial', sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
    padding: 0
}

p {
    margin-top: 0em;
    margin-bottom: 0.750em;
}

a:link,
a:visited {
    text-decoration: none;
    color: #0000ff;
}

img,
embed,
object,
video,
iframe {
    max-width: 100%;
}

img {
    vertical-align: middle;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background-color: aqua;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*button,fieldset,form,input,legend,textarea,select{margin:0;padding:0}

fieldset{border:0}

a,a *{cursor:pointer}

div{margin:0;padding:0;background-color:transparent;text-align:left}

hr,img{border:0}*/


/*
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
*/

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row {
    max-width: 980px;
    margin: 0 auto;
}

.border {
    border: 1px solid #555;
}


/*-------------------------------------*/


/* HEADER */


/*-------------------------------------*/

header {
    background-image: -moz-linear-gradient( 90deg, rgba(0, 174, 239, 0) 0%, rgb(0, 174, 239) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 174, 239, 0) 0%, rgb(0, 174, 239) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 174, 239, 0) 0%, rgb(0, 174, 239) 100%);
    background-color: #0a1d47;
    /* z-index: 338; */
}

.logo {
    display: inline-block;
    float: left;
}

.callnow
{
	float: right;
	color: #fff;
	text-align: center;
	padding-top: 0.45em;
}
.callnow ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* make space for li's :before */
	list-style: none;
}
.callnow li
{
	color: rgb(255, 255, 255);
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	/*padding-top: 0.45em;*/
	padding-left: 0.2em; /* text distance to icon */

}
.callnow li:before
{
	font-family: FontAwesome;
	font-size: 2em;
	content: "\f098";
	color: #ffffff;
	position: relative;
	top: .45em;
	left: -0.25em;
	/*  .... more styling, maybe set width etc ... */
}
.phonenow
{
	border-bottom: solid 2px #fff;
	display: inline;
	padding-bottom: 2px;
}
.logincart
{
	position: relative;
	padding-top: 1%;
	padding-left: 25%;
}
.logincart a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 87.5%;
	font-weight: bold;
}


.phone {
    float: right;
    list-style: none;
    padding-top: 0.75rem;
}

.phone li {
    display: inline-block;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
}

.phone i {
    clear: both;
    color: #fff;
    position: relative;
    right: 0.9375rem;
    top: 0.9375rem;
}

.loginmenu {
    position: relative;
    left: 70px;
    top: 10px;
    color: #fff;
}

.loginmenu a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 87.5%;
    font-weight: bold;
}

.mcart{
	padding-left: 10px;
}


/*-------------------------------------*/


/* MAIN NAVIGATION */


/*-------------------------------------*/

nav a:link, nav a:visited{
	color: #fff;
}

nav {
    background-color: rgb(217, 7, 45);
}

nav ul {
    float: left;
}

nav ul li {
    float: left;
    margin: 0;
    display: block;
    position: relative;
}

nav ul li a {
    float: left;
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: auto;
    padding: .9em 1.2em;
    border-left: 1px rgba(255, 255, 255, 0.15) solid;
    font-size: 1em;
}

nav ul li:hover {
    background: #c20c2b;
}

.freetrial {
    float: right;
    display: inline-block;
    padding: 0.9em 1.2em;
    background: #3498db;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    text-transform: uppercase;
}

.freetrial:hover {
    background: #2e86c2;
}

/*.freetrial{
	display: none;
}*/

.menu-trigger {
	display: none;
}

.mobilecart a:link, .mobilecart a:visited{
	color: #fff;
}

.mobilecart{
	display: none;
}

.search-toggle{
	float: right;
	color: #fff;
	padding: 0.9em 1.2em;
	cursor: pointer;
}

.search-toggle:hover, .search-toggle.active {
    background: #c20c2b;
}

#search-container{
	
}

#search-container input[type="text"]{
	width: 100%;
}

.search-box-wrapper{
	z-index: 2;
	width: 100%;
	background-color: rgb(217, 7, 45);
	display: none;
}

.search-box{
	/*padding: 1em;*/
	/*padding: 0.20em 1.2em;*/
}

#searchform input[type=text]{
	letter-spacing: 1px;   
	word-spacing: 2px;  
}

#s{
	max-width: 45%;
	float: right;
	font-size: 1.2em;
	padding: 0.5em 0.9em;
	background-color: #fff;
	border: 0;
}


#searchsubmit{
	display: none;
	
}



/*-------------------------------------*/


/* SLIDER */


/*-------------------------------------*/

#slider {
    background: url(images/sliderbg.png) center center no-repeat;
    background-size: cover;
    max-height: 410px;
}

#slideshow img{
	display: none;
}

#slideshow img.one{
	display: block;
}

.cycle-slideshow{
	width: 100%;
	background: url(images/slider-bg.png) center center no-repeat;
	background-size: cover;
	max-width: 960px;
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.cycle-prev, .cycle-next{
	font-size: 250%;
	color: #fff;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 9999;
	cursor: pointer;
}

.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next{
	display: block !important; 
}



.cycle-prev{
	left:1%;
}

.cycle-next{
	right:1%;
}
.sliderblock{
	position: relative;
}

.sliderbutton{
	position: absolute;
	z-index:9999;
	bottom: 10px;
	left:2%;
}

a.slbtn:link, a.slbtn:visited{
	color: #fff;
}

.slbtn {
    display: block;
    color: #fff;
    font-size: 1.250em;
    width: 100%;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
.slclickbtn {
    padding: 0.80em 1.250em;
    background: #f8123d;
    background-image: -webkit-linear-gradient(top, #f8123d, #d9072d);
    background-image: -moz-linear-gradient(top, #f8123d, #d9072d);
    background-image: -ms-linear-gradient(top, #f8123d, #d9072d);
    background-image: -o-linear-gradient(top, #f8123d, #d9072d);
    background-image: linear-gradient(to bottom, #f8123d, #d9072d);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 200px;
    border-radius: 12.500em;
}

.slclickbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}



.heroimage {
    position: relative;
    /*background: url(images/bg-slider.png) center center no-repeat;	*/
    height: 100%;
}

.sdbutton {
    display: none;
}

.slidertitle {
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.slidebenefits ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
    /* make space for li's :before */
    list-style: none;
}

.slidebenefits li {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    padding-top: 0.5em;
    padding-left: 0.2em;
    /* text distance to icon */
}

.slidebenefits li:before {
    font-family: FontAwesome;
    content: "\f058";
    color: #ff0000;
    position: absolute;
    left: -1em;
    /*  .... more styling, maybe set width etc ... */
}

.testimonials-name
{
	padding-bottom: 25px;
}


/*-------------------------------------*/


/* BUTTONS */


/*-------------------------------------*/

a.btn:link, a.btn:visited{
	color: #fff;
}

.btn {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

.orderbtn {
    padding: 10px 25px;
    padding: 0.625em 1.250em;
    background: #f8123d;
    background-image: -webkit-linear-gradient(top, #f8123d, #d9072d);
    background-image: -moz-linear-gradient(top, #f8123d, #d9072d);
    background-image: -ms-linear-gradient(top, #f8123d, #d9072d);
    background-image: -o-linear-gradient(top, #f8123d, #d9072d);
    background-image: linear-gradient(to bottom, #f8123d, #d9072d);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 200px;
    border-radius: 12.500em;
    font-size: 125%;
    font-size: 1.250em;
}

.orderbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.buybtn {
    padding: 8px 16px;
    padding: 0.500em 1.000em;
    font-size: 14px;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    border: 1px solid #114fa5;
    border-radius: 200px;
    border-radius: 12.500em;
    box-shadow: inset 0 0 5px rgba(255, 255, 190, 0.35);
    float: right;
    text-transform: uppercase
}

.buybtn:hover {
    background: #3cb0fd;
    border: 1px solid #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.buypbtn {
    padding: 8px 16px;
    padding: 0.500em 1.000em;
    font-size: 14px;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    border: 1px solid #114fa5;
    border-radius: 200px;
    border-radius: 12.500em;
    box-shadow: inset 0 0 5px rgba(255, 255, 190, 0.35);
    text-transform: uppercase
}

.buypbtn:hover {
    background: #3cb0fd;
    border: 1px solid #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.trybtn {
    padding: 15px 25px;
    font-size: 125%;
    font-size: 1.250em;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    border: 1px solid #114fa5;
    border-radius: 200px;
    border-radius: 12.500em;
    box-shadow: inset 0 0 5px rgba(255, 255, 190, 0.35);
    text-transform: uppercase;
    position: relative;
    top: 90px;
    float: right;
}

.trybtn:hover {
    background: #3cb0fd;
    border: 1px solid #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.guranteebtn {
    padding: 10px 20px;
    background: #f8123d;
    background-image: -webkit-linear-gradient(top, #f8123d, #d9072d);
    background-image: -moz-linear-gradient(top, #f8123d, #d9072d);
    background-image: -ms-linear-gradient(top, #f8123d, #d9072d);
    background-image: -o-linear-gradient(top, #f8123d, #d9072d);
    background-image: linear-gradient(to bottom, #f8123d, #d9072d);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 200px;
    font-size: 1.250em;
}

.guranteebtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.chkoutbtn {
    padding: 8px 16px;
    font-size: 14px;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    border: 1px solid #114fa5;
    border-radius: 200px;
    border-radius: 12.500em;
    box-shadow: inset 0 0 5px rgba(255, 255, 190, 0.35);
    text-transform: uppercase
}

.chkoutbtn:hover {
    background: #3cb0fd;
    border: 1px solid #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.trialchkoutbtn {
    padding: 12px 30px;
    font-size: 20px;
    background-image: linear-gradient(to top, #114fa5 0%, #2573e0 100%);
    border: 1px solid #114fa5;
    border-radius: 200px;
    border-radius: 12.500em;
    box-shadow: inset 0 0 5px rgba(255, 255, 190, 0.35);
    text-transform: uppercase
}

.trialchkoutbtn:hover {
    background: #3cb0fd;
    border: 1px solid #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.sbtestimonialbtn {
    padding: 10px 22px;
    padding: 0.625em 1.375em;
    background: #f8123d;
    background-image: -webkit-linear-gradient(top, #f8123d, #d9072d);
    background-image: -moz-linear-gradient(top, #f8123d, #d9072d);
    background-image: -ms-linear-gradient(top, #f8123d, #d9072d);
    background-image: -o-linear-gradient(top, #f8123d, #d9072d);
    background-image: linear-gradient(to bottom, #f8123d, #d9072d);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 200px;
    border-radius: 12.500em;
    font-size: 87.5%;
    font-size: 0.875em;
}

.sbtestimonialbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.sbtestimonialbtn {
    margin-top: 10px;
}

.readmorebtn {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2', GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
}

.readmorebtn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
    background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
    background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef', GradientType=0);
    background-color: #019ad2;
}

.readmorebtn:active {
    position: relative;
    top: 1px;
}

a.readmorebtn {
    color: #ffffff;
}


/*-------------------------------------*/


/* CONTENT AREA */


/*-------------------------------------*/
section h1, section h2 {
    text-align: center;
    font-size: 187.5%;
    font-size: 1.875em;
    /*margin-bottom: 20px;*/
}

#intro h1,
#intro h2,
#work h1,
#work h2,
#top-seller h1,
#top-seller h2,
#benefits h1,
#benefits h2,
#testimonials h1,
#testimonials h2,
#guarantee h1,
#guarantee h2 {
    text-align: center;
    font-size: 187.5%;
    font-size: 1.875em;
    margin-bottom: 20px;
}

/*#intro a:link,
#intro a:visited,
#work a:link,
#work a:visited,
#top-seller a:link,
#top-seller a:visited,
#benefits a:link,
#benefits a:visited,
#testimonials a:link,
#testimonials a:visited,
#guarantee a:link,
#guarantee a:visited {
    text-decoration: none;
    color: #0000ff;
}*/

#intro {
    background-color: #f5f5ef;
    padding-top: 20px;
    padding-bottom: 20px;
}

.text {
    line-height: 125%;
    text-align: justify;
}

.video {
    width: 458px;
    height: 251px;
    float: right;
}

.pleft {
    float: left;
    width: 620px;
}

#intro a.btn {
    display: block;
    float: left;
    text-align: center;
    float: right;
    position: relative;
    top: 25px;
}

#work {
    padding-top: 20px;
    padding-bottom: 10px;
}

.penlargement {
    display: block;
    margin: auto auto;
    text-align: center;
}


/*-------------------------------------*/


/* TOP SELLERS */


/*-------------------------------------*/

#top-sellers {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box {
    padding: 1%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 2px;
    border-bottom: #114fa5 solid 6px;
}

#top-seller h3 {
    font-size: 125.0%;
    font-size: 1.250em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}

.pimage {
    display: block;
    margin: auto auto;
    text-align: center;
    padding-bottom: 10px;
}

.pdecs {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.spanpdecs {
    color: #ff0000;
    font-size: 1.125em;
}

.price {
    color: #ff0000;
    font-weight: bold;
    font-size: 150%;
    font-size: 1.500em;
    text-align: center;
}


/*-------------------------------------*/


/* BENEFITS */


/*-------------------------------------*/

#benefits {
    padding-top: 30px;
    padding-bottom: 20px;
}

.listofbenefits {
    float: left;
    padding-top: 50px;
    padding-top: 3.125em;
    list-style: none;
}

.listofbenefits li {
    line-height: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 10px 10px 0;
}

.benefitslist {
    list-style: none;
}

.benefitslist li {
    line-height: 1.2em;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 10px 10px 0;
}

i[class*="fa-check-circle"] {
    color: #ff0000;
    padding: 6px;
}

.standingdoctor {
    position: relative;
}

.medicaldoctor {
    float: right;
}


/*
	.medicaldoctor {
		display: block;
		vertical-align: sub;
		padding: 0px;
		border: none !important;
		margin: 0px;
		float: right;
		position: relative;
		bottom: 20px;
		left: 30px;
	}
*/

.doctortestimonial {
    clear: both;
    overflow: hidden;
}

.doctorimagebox {
    float: left;
    width: 20%;
    /*height: 166px;*/
    background-color: #9baebf;
	padding-bottom: 99999px;
	margin-bottom: -99999px;    
}

.doctorimagebox p {
    color: #fff;
    font-size: 0.938em;
    font-weight: bold;
    text-align: center;
    padding: 0 2px;
}

.doctorimagebox img {
    display: block;
    margin: auto auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius: 50%;
}

.doctortestimonialbox {
    float: left;
    width: 80%;
    /*height: 166px;*/
    background-color: #045fb8;
	padding-bottom: 99999px;
	margin-bottom: -99999px;    
}

.pdoctestimonial {
    color: #fff;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
    font-size: 0.938em;
    font-weight: bold;
    text-align: justify;
}


/*-------------------------------------*/


/* REAL TESTIMONIALS */


/*-------------------------------------*/

#testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bx-wrapper .testimonials-carousel-thumbnail img {
    display: block;
    margin-right: 20px;
    width: 100px;
    float: left;
}

.bx-wrapper .testimonials-carousel-context {
    overflow: hidden;
}

.bx-wrapper .testimonials-name {
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
}

.bx-wrapper .bx-controls-auto {
    display: none;
}

.preadmore {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.preadmore > a,
.preadmore > a:link,
.preadmore > a:visited {
    color: #000;
}


/*-------------------------------------*/


/* MONEY BACK GUARANTEE */


/*-------------------------------------*/

#guarantee {
    background-color: #f5f5ef;
    padding-top: 10px;
    padding-bottom: 20px;
}

#guarantee h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}

/*.guaranteeseal {
    float: left;
    display: block;
    padding-right: 15px;
    padding-bottom: 28px;
}*/

.centerize {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.pblock {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.block {
    padding-top: 15px;
    background-color: #368abf;
    text-align: center;
    position: relative;
    display: block;
}

.block img {
    display: block;
    margin: auto auto;
    text-align: center;
    padding-bottom: 10px;
}

.block img:hover {
    transform: scale(1.15);
}


/* Footer
-------------------------------------------------------------- */
.footer a:link, .footer a:visited{
	color: #fff;
}

/* FOOTER TOP */


/*-------------------------------------*/

.footer-top {
    background-color: #9baebf;
    padding-top: 2px;
    padding-bottom: 2px;
}

.pftop {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 175%;
    font-size: 1.750em;
    line-height: 28px;
    vertical-align: middle;
    margin: 0 auto;
}

.sconfidence {
    text-align: center;
    /*		display: inline-block;
		height: 4em;*/
}

.shopspan {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 175%;
}

.sspan {
    position: relative;
    top: 35%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 175%;
    font-size: 1.750em;
    line-height: 28px;
    margin: 0 auto;
}

#securelist ul{
	text-align: center;
	margin: 0 auto;
}

#securelist li{
	list-style-type: none;
	display: inline-block;
	padding-left: 1.5em;
	padding-right: 0.5em;
}

#securetablet{
	display: none;
}

.secureshop {
    text-align: right;
}

.secureshop a {
    margin-left: 0.85em;
}


/*
	.paypal {
		display: inline-block;
		width: 272px;
		height: 60px;
		margin-left: 30px;
		vertical-align: middle;
		font-size: 0;
	}
	.buysafe {
		display: inline-block;
		width: 130px;
		height: 38px;
		margin-left: 30px;
		vertical-align: middle;
		font-size: 0;
	}
	.securessl {
		display: inline-block;
		width: 120px;
		height: 47px;
		margin-left: 30px;
		vertical-align: middle;
		font-size: 0;
	}
*/


/*-------------------------------------*/


/* FOOTER */


/*-------------------------------------*/

.footer {
    background-color: #045fb8;
    color: #fff;
}

.ftitle {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 3px solid #fff;
}

.flist {
    list-style: none;
}

.flist li {
    padding-top-10px;
    padding-bottom: 10px;
}

.confidence li {
    padding-bottom: 15px;
}

.satisfaction {
    text-align: center;
    margin-bottom: 10px;
}

ul.footersocial {
    display: block;
    list-style-type: none;
}

ul.footersocial li {
    display: inline;
    padding: 0 3%;
}


/*
	.social li {
		display: inline-block;
		margin-right: 10px;
		padding-left: 8px;
		padding-right: 10px;
	}
*/

.footer-bottom {
    background-color: #1340a2;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.disclosure {
    font-size: 87.5%;
    font-size: 0.875em;
}

.copyright{
	float: right;
}

.sitemap{
	float: left;
}

.clicktocallbutton {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.footer-bottom a:link ,.footer-bottom a:visited{
    color: #fff;
}

/* Page Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pagetop {
    height: 80px;
    background-color: #00528D;
}

.breadcrumbs a:link, .breadcrumbs a:visited{
	color: #fff;
}

.breadcrumbs {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
}

.breadcrumb ul {
    float: left;
    text-align: center;
}

.breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb li a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 80px;
    color: #fff;
}

.breadcrumb li:after {
    content: '\\';
    color: #fff;
    padding: 0 5px;
}

.breadcrumb li:last-child:after {
    content: none;
}

.pagetopbox {
    float: right;
    text-align: center;
    /*padding-top: 18px;*/
    padding-top: 5px;
}

.pagetopbox a {
    float: right;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
}

.pagetopbox img {
    margin-bottom: 5px
}

.ptherbal {
    width: auto;
    height: 37px;
}

.ptfreeship {
    width: 60px;
    height: auto;
}

.pt72hrs {
    width: 36px;
    height: 36px;
}


/* Main Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.maincontent a:link,
.maincontent a:visited {
    text-decoration: none;
    color: #0000ff;
}

.maincontent h1 {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.maincontent h2 {
    text-align: left;
    font-size: 18px;
    padding: 5px 0;
    /*border-bottom: 1px dashed #ff0000;*/
    margin: 0px;
}

.maincontent h3 {
    text-align: left;
    font-size: 18px;
    padding: 5px 0;
}

.maincontent ol {
    padding: 0;
    margin: 0;
}

.maincontent ol li {
    margin: 1em;
    margin-left: 2em;
}

.pagecontent a:link,
.pagecontent a:visited {
    text-decoration: none;
    color: #0000ff;
}

.pagecontent h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pagecontent h2, .pagecontent h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}


.pagecontent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagecontent li {
    margin: 1em;
    margin-left: 2em;
}

.pagecontent ul li:before {
    content: '\f058';
    /* fa-star */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}

/* Search Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#searchpage h1{
	margin-bottom: 10px;
}

#searchpage a:link,
#searchpage a:visited {
    text-decoration: none;
    /*color: #0000ff;*/
}

.searchword{
	text-transform: lowercase;
}


/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.csidebar {
    padding-top: 0px;
}


/* Sidebar Cart
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cartsidebar {
    text-align: center;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.cartsidebar span {
    display: block;
    background-color: #d9072d;
    padding: 0.6em 1em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.cartsidebar a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.cart-title {
    height: 40px;
    background-color: #d9072d;
    color: #fff;
    padding-top: 12px;
}

.cart-links {
    line-height: 40px;
}


/* Sidebar Trial
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.trialsidebar {
	min-height: 200px;
	padding: 0.2em .25em;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
	margin-bottom: 30px;
	text-align: center;
}

.trialsidebar a:link,trialsidebar a:visited {
	color: #1340A2;
}

.riskfree {
	display: block;
	padding-top: 5px;
	font-size: 24px;
	font-weight: 700;
	font-weight: bold;
	text-transform: uppercase;
	color: #d9072d;
}


/*
	.trialsidebar h2 {
		font-size: 24px;
		font-weight: 700;
		color: #d9072d;
		text-transform: uppercase;
		padding-top: 5px;
		margin-bottom: 5px;
	}
*/

.sealbox img {
    display: inline-block;
    float: left;
    width: 124px;
    height: 97px;
}

.sealbox p {
    float: right;
}

.sealbox {
    display: inline-block;
    text-align: center;
    color: #d9072d;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 auto;
}

.ninety {
    display: block;
    font-size: 60px;
    font-weight: 700;
}

.ndays {
    font-size: 24px;
    font-weight: 700;
}

.claim {
    /*clear: both;*/
    color: #1340a2;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}

.claim a {
    color: #1340a2;
}


/* Top Seller Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.topselling {
    text-align: center;
    height: auto;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.topselling span {
    display: block;
    background-color: #d9072d;
    padding: 0.6em 1em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.topselling h2 {
    font-size: 16px;
    text-transform: uppercase;
}

.sellitem {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #f6f6f6;
}

.sellitem:hover {
    background-color: aliceblue;
}

.selltitle {
    height: 40px;
    background-color: #d9072d;
    color: #fff;
    padding-top: 12px;
}

.sellitem h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}

.itemdetails {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.itemname {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.itemprice {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
    padding-top: 2px;
}


/* Client Feedback Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clientfeedback {
    text-align: center;
    font-size: 14px;
    height: auto;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.clientfeedback span {
    display: block;
    background-color: #d9072d;
    padding: 0.6em 1em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.clientfeedback a {
    color: #000;
}

.feedbackname {
    font-weight: bold;
    font-size: 14px;
}

.feedback {
    text-align: justify;
    padding: 10px 8px 0 8px;
}


/* Products Page Matrix
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#productsrow a:link,
#productsrow a:visited {
    color: #fff;
    text-decoration: none;
}

.prodisplay {
    margin-bottom: 10px;
}

#productsrow h3 {
    font-size: 125.0%;
    font-size: 1.250em;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 10px 10px 20px;
    color: #fff;
}

.ribbon {
    position: relative;
    background: #85888f;
    right: 15px;
    top: 4px;
    box-shadow: 0 2px 1px #ccc;
}

.ribbon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -1px;
    top: -10px;
    border: 35px solid transparent;
    border-right-color: #fff;
}

.ribbon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 100%;
    border-width: 6px 4px;
    border-style: solid;
    border-color: #999 #999 transparent transparent;
}

.proimage {
    display: block;
    margin: auto auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
}

.prodecs {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.spanpdecs {
    color: #ff0000;
    font-size: 1.125em;
}

.price {
    color: #ff0000;
    font-weight: bold;
    font-size: 150%;
    font-size: 1.500em;
    text-align: center;
}

.supblock {
    max-width: 75%;
    padding-bottom: 10px;
    text-align: center;
}

.sdecs {
    font-size: 50px;
    margin: 0;
}

.salesbadgefree {
	
}

.osprice {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: -48px;
    margin-bottom: -48px;
    display: block;
}


/* Ingredients Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul.ingredients {
    display: block;
    list-style-type: none;
}

ul.ingredients li {
    padding: 0.15em 0;
}

.ingimg {
    float: left;
    padding: 10px 5px 25px 0;
    padding-right: 10px;
}

.ingdes {
    padding: 10px 0 5px 0px;
}


/* Ingredients
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ingredients h1 {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ingredients h2 {
    text-align: left;
    font-size: 18px;
    padding: 5px 0;
    border-bottom: 1px dashed #ff0000;
    margin: 0px;
}

.ingredients h3,
{
    text-align: left;
    font-size: 18px;
    padding: 5px 0;
}


/* Testimonials Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cltrow {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.cltestimonial {
    text-align: justify;
    font-size: 14px;
    font-size: 0.875em;
}

.climage {
    text-align: center;
}

.climage img {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
}

.giftbox {
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.giftbox a:link,
.giftbox a:visited {
    color: #fff;
    text-decoration: none;
}


/* FAQ Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.faqblock {
    border-bottom: 1px dashed #d9072d;
    padding: 10px 0;
    margin-bottom: 20px;
}

.fquestion {
    color: #d9072d;
    text-transform: uppercase;
    font-weight: bold;
}

.fanswer a,
.fanswer a:link,
.fanswer a:visited {
    color: #0000ff;
}


/* Blog Post
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.blogpost h1 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 2px;
}

.blogpost h1 a,
.blogpost h1 a:visited {
    color: #000;
}

.blogpost ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blogpost li {
    margin: 1em;
    margin-left: 2em;
}

.blogpost ul li:before {
    content: '\f058';
    /* fa-star */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}

.subscribebox {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0 0 15px 4px #E0E0E0 inset;
    padding: 10px;
}

.moreblogposts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.moreblogposts ul {
    list-style: none;
}

.moreblogposts li {
    padding: 5px 0;
}

.moreblogposts a {
    color: #000;
}

.bawmrp h3 {
    font-size: 16px;
    text-transform: uppercase;
    ;
}


/* Blog Listing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bloglist {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d9072d;
}

.bloglist h1, .bloglist h2 {
    font-size: 20px;
    text-transform: capitalize;
    padding-top: 0px;
    padding-bottom: 2px;
    color: #000;
    border-bottom: none;
}

.bloglist h2 a:link,
.bloglist h2 a:visited {
    color: #000;
}

.bloglist a:link,
.bloglist a:visited {
    color: #fff;
}

.sharethisbtn {
    max-height: 50px;
    margin: 5px 0 10px;
    padding: 50px 0;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    text-transform: uppercase;
    padding: 0px 0;
    vertical-align: middle;
    font-size: 14px;
}

.blognavigation a {
    color: #000;
}

.older {
    float: right;
}


/* Trial Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.freetrialbox a:link,
.freetrialbox a:visited {
    text-decoration: none;
    color: #fff;
}

.freetrialbox {
    position: relative;
}

.freetrialbtn
{
   text-align: center;
   padding-top: 5px;
   padding-bottom: 10px;

}


/* Video Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.videopage h1,
.videopage h2 {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.videoframe {
    margin-top: 10px;
    margin-bottom: 25px;
}

.videoframe {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sitemap
-------------------------------------------------------------- */
.pagesitemap a:link,.pagesitemap a:visited {
    text-decoration: none;
    color: #0000ff;
}

.pagesitemap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagesitemap li {
    margin: 1em;
    margin-left: 2em;
}

.pagesitemap ul li:before {
    content: '\f101';
    /* fa-star */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}

.pagesitemap h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pagesitemap h2, .pagesitemap h3{
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 8px;
    padding-bottom: 0;
    width: 100%;
	
}

.mapheadline{
	
}


/* Social Sharing Plugin
-------------------------------------------------------------- */
.social a:link, .social a:visited{
	color:#fff;
}



/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* =WordPress Core Body Class
-------------------------------------------------------------- */

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}

/* =WordPress Core Post Styles
-------------------------------------------------------------- */

.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}

.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}

.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.bypostauthor {}
