/*
Theme Name: Conzerol
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
.wonderplugin-engine{display: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
.page-1309 .innerbannersection {
    display:none;
}


ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat",sans-serif;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
.seeMore-cont {margin-left: auto; margin-right: auto;  width: 300px;}
.seeMore a {font-family: "Montserrat",sans-serif;background: none repeat scroll 0 0 #f00000;border-radius: 6px;color: #ffffff!important;display: block;font-size: 16px;font-weight: bold; text-align: center;text-decoration: none;width: 243px; margin-bottom:20px; margin-top: 30px; padding:18px 0px;}
.seeMore a{background:#fa6400; border:#fff solid 0px; margin-left:30px;}
.seeMore a:hover{background:#000;}

.buy-button a {font-family: "Montserrat",sans-serif;background: none repeat scroll 0 0 #f00000;border-radius: 4px;color: #ffffff!important;display: block;font-weight: bold; text-align: center;text-decoration: none;width: 90px;box-shadow: 0 1px 1px 0 #e5e5e5; margin-bottom:0px; margin-top: 0px; padding:6px 6px;}
.buy-button a:hover{background:#000;}
/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Raleway', sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	text-align: left;
}
.main-navigation li {

}
.main-navigation a {
	color: #555865;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	/*border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;*/
	clear: both;
	margin:0; padding:0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: none;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;



	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #555865;
		line-height:30px
		text-transform:capitalize;
		white-space: nowrap;
		font-family: 'Raleway', sans-serif;
		font-size:15px;
		font-weight: 600;		
	}
	
	li.whyConzerol > a::after {
		content: url("../../uploads/2015/06/arrow-down.png");
		position: absolute;
		right: -13px;
		top: -3px;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin-left: 20px;
		position: relative;
		margin-top: 10px;
	}

	.main-navigation li:first-child {
		margin-left: 0;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li:first-child {margin:10px 0px 5px 0px;}
	.main-navigation li ul li {margin:0px 0px 5px 0px;}
	.main-navigation li ul li a {
		background: #fff;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 12px!important;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
		border:#efefef solid 1px;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #efefef;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
	
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
/*Custom Css Start Here*/
/*home page css*/
body.home .site-content {float: none;margin-top: 0;width: 100%;}
.fixed_width{width:1200px; position:relative; margin:0 auto; clear:both; padding:0;}
.full_width{width:100%; position:relative; clear:both; padding:0; margin:0;}
.clear{clear:both; margin:0; padding:0; margin-bottom: 0px;}


/*header*/
	.top_section{border-bottom: 1px solid #d6dbdd;height: 47px;line-height: 47px;margin-bottom: 36px;font-family: "Montserrat",sans-serif; color:#9c9c9c; font-size:11px}
	.left_topsection{float: left;width: 750px;}
	ul.mb_wrapper li {border-left: 1px solid #d6dbdd;float: left;margin-left: 20px;    padding: 0 0 0 52px;}
	.mb_wrapper li:first-child{border-left:none;margin-left: 0;}
	.mb_wrapper li.ef{background: url("images/effective_icon.png") no-repeat 9px center;}
	.mb_wrapper li.mg{background: url("images/money_bk_icon.png") no-repeat 9px center;}
	.mb_wrapper li.fs{background: url("images/free_sp_icon.png") no-repeat 9px center;}
	
	.navLogoSection{height:65px;}
	#qtranslate-2 select{-webkit-appearance:none; -moz-appearance: none; background:url(images/select-icon.png) no-repeat right 10px center #fff; font-size:12px; padding:3px; border-radius:0px; width:100px; float:left; margin-top:10px;}
	#qtranslate-2 h2.widget-title{font-size:12px; float:left; line-height:45px; margin-right:10px;}
	.right_topsection{float: right;}
	.right_topsection .multiple-sidebars{ float:left; padding:0 30px; border-left:1px solid #d6dbdd; display:block;}
	.right_topsection .multiple-sidebars .textwidget{ float:left;}
	.right_topsection .multiple-sidebars .textwidget ul{ float:left;}
	.right_topsection .multiple-sidebars .textwidget ul li{ display:block; clear:both;}	
	.right_topsection .multiple-sidebars .textwidget ul li a{ display:block; text-decoration:none; color:#9c9c9c; font-size:11px; text-transform:uppercase;}
	.right_topsection .multiple-sidebars .textwidget ul li.en{ padding-left:23px; background:url(images/englishflag.png) 0 18px no-repeat;}
	.right_topsection .multiple-sidebars .textwidget ul li.en span{ padding-right:10px; background:url(images/arrow-down.png) right 5px no-repeat;}
	.right_topsection .widget_text{ float:left;}

	.right_topsection .social_wrapper {width: 131px;height: 47px;float: right; border-left: 1px solid #d6dbdd;float: right;padding-left: 25px;}
	.social_wrapper li a{background-repeat: no-repeat;float: left;font-size: 0;height: 22px; margin-right: 19px;margin-top: 12px;width: 22px; }
	.social_wrapper li a:hover{ opacity:0.5;}
	.social_wrapper li:first-child{border-left:none;margin-left: 0;}
	.fb{background: url("images/facebook_icon.png");}
	.tw{background: url("images/twitter_icon.png");}
	.ig{background: url("images/instagram_icon.png");}
	
	.logo_wrapper {float: left;margin-right: 30px;width: 170px;}
	.mainmenu_wrapper{float: left;width: 810px; /*display:none;*/}
	.contact_dt{float: right;width: 180px; height:28px; line-height:28px;}
	.contact_wrap{color: #f00000;font-size: 18px;font-family: "Montserrat",sans-serif;background: url("images/phone_icon.png")no-repeat left center;padding-left:30px;}
	.contact_wrap a{color:#f00000; text-decoration:none;}
	.headerBanner{background: url("images/stop_mubg.jpg") no-repeat top center #171511;min-height: 670px;}
	.headerBanner h2{color: #ffffff; font-size:55px; font-weight:bold; line-height:55px; width:320px; margin-bottom:22px;}
	.headBannContent{padding-top: 127px; padding-left:50px;}
	.headBannContent h4{color:#f00000; font-size:25px; line-height:30px; font-weight:normal; margin-bottom:30px; width:285px;}
	.cureItNow a {font-family: "Montserrat",sans-serif;background: none repeat scroll 0 0 #f00000;border-radius: 6px;color: #ffffff!important;display: block;font-size: 16px;font-weight: bold; text-align: center;text-decoration: none;width: 243px;box-shadow: 0 1px 4px 0 #222222;margin-bottom:70px; padding:18px 0px;}
	.cureItNow a:hover{background:#000;}
	.effective_wrapper{ float:left; margin:0; padding:0;}
	.effective_wrapper li {color: #ffffff;float: left;font-size: 15px;font-weight: bold; text-align: center;  padding-top: 53px;font-family: "Montserrat",sans-serif;margin-left: 40px; line-height:18px;}
	.effective_wrapper li:first-child{margin-left: 0;}
	.effective_wrapper li.ef{background: url("images/effective_icon_white.png") no-repeat center 7px ;}
	.effective_wrapper li.mg{background: url("images/money_bk_icon_white.png") no-repeat top center; width:125px;}
	.effective_wrapper li.fs{background: url("images/free_sp_icon_white.png") no-repeat center 13px;}

/*header*/
	
/*about*/
	.aboutConzWrapper{background: url("images/about_conzbg.png") no-repeat scroll center top;min-height: 754px;position:relative;}
	.rightRedbg {background:#d40000;height: 100%;position: absolute;right: 0;width:34%;}
	.aboutConzWrapper .innerPadding {padding-left: 50px;padding-top: 106px;}
	.aboutConzWrapper h2{font-size:45px; line-height:45px; margin-bottom:0px;}
	.leftSection{color: #77868b;font-size: 14px;line-height: 25px; width:510px; float:left;}
	.leftSection p {margin-bottom:30px;}
	.leftSection p:first-child{ margin-top:30px;}
	.rightSection{float: right;width: 390px; margin-top:0px; position:relative;}
	.conzerol-largeimg{ position:absolute; top:-245px;  right:-80px; margin:0; padding:0; width:786px; height:178px; background:url(images/conzerol-largeimg.png) 0 0 no-repeat;}
	span.text_blu {color: #394149;font-size: 20px;line-height: 26px;font-family: "Montserrat",sans-serif;}
	.leftSection .cureItNow a {box-shadow: none; margin-bottom:0;}
	.rightSection .aCont li {font-size: 18px;font-weight: bold;height: 26px;line-height: 26px;margin-bottom: 37px;padding-left: 50px;background:url("images/bullet_icon.png") no-repeat left center; color:#fff;}
	
/*about*/

/*shopping NEURONA*/

	.ShoppingWrapper{background:#d40000; padding-bottom: 0px; margin-bottom: 0px;}
	.shoporange{background:#ff5b00 !important;}
    .ShoppingWrapper .fixed_width{margin-bottom: 0px;}
	.ShoppingWrapper .ShopinnerPadding {padding-left: 20px;padding-top: 20px; padding-bottom: 0px; margin-bottom: 0px;}
	.ShoppingWrapper h2{font-size:45px; line-height:45px; margin-bottom:0px; color: #ffffff;}
	.ShoppingWrapper .leftSection{color: #000;font-size: 14px;line-height: 25px; width:340px; float:left;}
	.ShoppingWrapper .leftSection p {margin-bottom:0px; font-size: 20px; font-weight: bold; color: #fff;}
    span.text_white {color: #fac2b9;font-size: 20px;line-height: 26px;font-family: "Montserrat",sans-serif;}
	.ShoppingWrapper .leftSection .cureItNow a{background:#000; border:#fff solid 0px; margin-left:0px;}
	.ShoppingWrapper .leftSection .cureItNow a:hover{background:#fa6400;}
	.ShoppingRightSection{ margin-top:60px; margin-left: 50px; margin-bottom: 0px; float: right; position:relative; padding-bottom: 9px;}

	.ShopconzerolTube{width:780px; height:178px; background:url(images/conzerol-largeimg.png) 0 0 no-repeat;}
	
	.Shop_effective_wrapper {float:left; overflow:hidden;}
	.Shop_effective_wrapper li {  line-height:45px; color: #ffffff;font-size: 15px;font-weight: bold; text-align: center;  padding-top: 53px;font-family: "Montserrat",sans-serif;margin-left: 40px; line-height:18px;margin-left: 120px;}
	.Shop_effective_wrapper li.ef{background: url("images/effective_icon_white.png") no-repeat center 7px ;width:125px; float:left; }
	.Shop_effective_wrapper li.mg{background: url("images/money_bk_icon_white.png") no-repeat top center; width:125px; float:left;}
	.Shop_effective_wrapper li.fs{background: url("images/free_sp_icon_white.png") no-repeat center 13px;width:240px; float:right; display: inline-block;}




/*shopping NEURONA*/


/*SOAP NEURONA*/
.SoapWrapper{background-color:#e2e3e3;  overflow:hidden;}
.SoapWrapper .innerPadding {padding-left: 0px;padding-top: 60px; padding-bottom: 30px;}
.SoapWrapper h2{color: #000000; font-size:45px; line-height:45px; margin-bottom:0px;}
.SoapWrapper .leftSection{color: #77868b;font-size: 2px;line-height: 25px; width:510px; float:left; padding-top: 70px;}
.SoapWrapper .SrightSection{color: #77868b;font-size: 14px;line-height: 25px; width:510px; float:right;}
.SoapWrapper .SrightSection .cont p {margin-bottom:30px;}
.SoapWrapper .SrightSection .cont p:first-child:{ margin-top:30px;}

/*SOAP NEURONA*/

.conzerolVsOther{background: url("images/black_bg.png") repeat-x scroll center bottom #323435; }
.conzerolVsOther:before{/*background: url("images/chart_frame.png") repeat-x scroll right top; content: "";height: 518px;position: absolute;right: 0;top:0px;width: 1188px;*/}
.featureimage{ padding:30px 0;}
.featureimage img{ box-shadow:none;}
.chartcontetnsec{ position:absolute; top:80px; left:50px;}
.chartcontetnsec h2{font-size: 40px; line-height: 40px; margin:0 0 20px 0; padding:0; color:#FFF;}
.chartcontetnsec .cont p{ font-size:20px; line-height:20px; color:#FFF; font-weight:bold; margin-bottom:40px;}
.chartcontetnsec .cont ul{ margin:0; padding:0 0 0 25px;}
.chartcontetnsec .cont ul li{font-size:14px; line-height:20px; color:#FFF; font-weight:bold; position:relative; margin:15px 0;}
.chartcontetnsec .cont ul li:before{ width:17px; height:17px; display:block; position:absolute; left:-25px; top:0; background-color:#FFF; content:"";}
.chartcontetnsec .cont ul li:first-child:before{ background-color:#f00000;}
.easytobg{background: url("images/easy_applybg.jpg") no-repeat right bottom; min-height:690px; background-size:84% auto; clear:both;}
.beforAfter{background: url("images/before_afterbg.gif") no-repeat right top #b9b9b9;  overflow:hidden;}
.testimonialsWrapper{background: url("images/testimonial_bg.png") no-repeat right top #cb1717; float:left;}

.testi_rot{ clear:both; margin:115px 0 115px 50px; padding:0; width:660px; float:left;}
.testi_rot h3.widget-title{ font-size:50px; color:#FFF; line-height:50px; margin:0 0 50px 0; padding:0; text-transform:none;}
.testi_rot #advps_container3 .bx-wrapper .bx-viewport{ background-color:transparent;}
.testi_rot #advps_container3 .bx-wrapper .bx-viewport p.author{ font-size:20px; color:#FFF; line-height:20px; margin:0 0 0px 0; padding:0; font-weight:bold;}
.testi_rot #advps_container3 .bx-wrapper .bx-viewport p{ font-size:16px; color:#FFF; line-height:30px; margin:0 0 20px 0; padding:0; }
.testi_rot #advps_container3 .bx-wrapper .bx-viewport p:last-child{ margin-bottom:50px;}
.testi_rot #advps_container3 .bx-wrapper .bx-pager.bx-default-pager a{ background-color:#FFF;}
.testi_rot #advps_container3 .bx-wrapper .bx-pager.bx-default-pager a:hover{background-color:#960000;}
.testi_rot #advps_container3 .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active{ background-color:#960000;}
.testi_rot #advps_container3 .bx-wrapper .bx-viewport h2.advs-title{ position:absolute; left:0; font-size:20px; color:#FFF; line-height:20px; margin:0 0 0px 0; padding:0; font-weight:bold; bottom:10px; color:#FFF; margin:0!important; padding:0!important;}
.testi_rot #advps_container3 .bx-wrapper .bx-viewport h2.advs-title a{color:#FFF!important;}

.testi_rot .testimonial_rotator_slide_title{ font-size:20px; color:#FFF; line-height:20px; margin:0 0 20px 0; padding:0; font-weight:bold;}
.testi_rot .testimonial_rotator_quote{ font-size:16px; color:#FFF; line-height:30px; margin:0; padding:0; }

.featuredincontetn{ padding:70px 0;}
.featuredincontetn h2{ float:left; margin:0 60px 0 50px; padding:30px 0; font-size:20px; color:#c4c8cb; line-height:20px; text-transform:uppercase;}
.featuredincontetn .cont{ float:left; margin:0; padding:0;}
.featuredincontetn .cont ul{ float:left; margin:0; padding:0;}
.featuredincontetn .cont ul li{ float:left; margin:0 0 0 60px; padding:0;}
.featuredincontetn .cont ul li:first-child{ margin-left:0;}

.beforeaftersec{ clear:both; margin:0; padding:60px 0 60px 0; width:100%; float:left;}
.beforeaftersec h2{ font-size:50px; color:#FFF; line-height:50px; margin:200px 0 0 116px; padding:0; float:left;}
.beforeaftersec .cont{ float:left; margin:0 0 0 166px; padding:0;}


.easytocontent{ clear:both; margin:0; padding:76px 0 0 50px; width:434px; float:left;}
.easytocontent h2{ font-size:40px; color:#545a5d; line-height:40px; margin:0 0 60px 50px; padding:0; float:left;}
.easytocontent .cont{ clear:both; margin:0; padding:0;}
.easytocontent .cont ul{ margin:0 0 50px 0; padding:0; clear:both;}
.easytocontent .cont ul li{margin:40px 0 0 0 ; padding:0 0 0 50px; display:block; clear:both; font-size:16px; line-height:25px; font-weight:bold; color:#77868b; }
.easytocontent .cont ul li.applyicon{ background:url(images/apply_icon.png) 0 0 no-repeat; background-position:left 0; padding-top:10px; padding-bottom:10px;}
.easytocontent .cont ul li.letiticon{ background:url(images/min_icon.png) 0 0 no-repeat; background-position:left 0;  padding-top:10px; padding-bottom:10px;}
.easytocontent .cont ul li.donoticon{ background:url(images/dont_icon.png) 0 0 no-repeat; background-position:left 5px;}
.easytocontent .cont ul li.checkicon{ background:url(images/tick_icon.png) 0 0 no-repeat; background-position:left 5px;}
.easytocontent .cont ul li:first-child{ margin-top:0;}
.easytocontent .cureItNow{ padding-left:50px;}
.easytocontent .cureItNow a{ box-shadow:none; margin-bottom:0;}


.Aboutmollcontetn{ clear:both; margin:0; padding:70px 0 0 0;}
.Aboutmollcontetn > h2{ display:none;}
.Aboutmollcontetn .firstcol{ float:left; margin:0 0 0 50px; padding:0; width:336px;}
.Aboutmollcontetn .secondcol{ float:left; margin:0 0 0 60px; padding:0;  width:336px;}
.Aboutmollcontetn .thirdcol{ float:left; margin:0 0 0 60px; padding:0;  width:336px;}
.AboutMolluscumbox{ clear:both; margin:0 0 70px 0; padding:0;}
.AboutMolluscumbox h2{ clear:both; margin:0 0 45px 0; padding:0; font-size:40px; line-height:55px; color:#d20000;}
.AboutMolluscumbox h4{clear:both; margin:0 0 20px 0; padding:0; font-size:20px; line-height:30px; color:#545a5d; font-weight:normal;}
.AboutMolluscumbox p{clear:both; margin:0; padding:0; font-size:14px; line-height:30px; color:#979797; }
.AboutMolluscumbox ul{ clear:both; margin:0; padding:0;}
.AboutMolluscumbox ul li{ clear:both; margin:0 0 10px 0; padding:0 0 0 20px; display:block; font-size:14px; line-height:25px; color:#979797; list-style-type:none; background:url(images/liststyledisk.png) 0 10px no-repeat;}
.abousvideos{ clear:both; margin:0; padding:60px 0; border-top:1px dashed #bdbdbb;}
.abousvideos ul{clear:both; margin:0; padding:0; float:left;}
.abousvideos ul li:first-child{ margin-left:35px;}
.abousvideos ul li{ display:block; margin:0 0 0 120px; padding:0; float:left;}
.abousvideos ul li img{ border:1px solid #bdbdbb; max-height:174px; width:auto;}

.Be-Molluscum{ clear:both; margin:0; padding:50px 0; background-color: #cb1717;}
.Be-Molluscumcontetn > h2{ display:none;}
.Be-Molluscum .cureItNow a{ box-shadow:none; margin-bottom:0; background-color:transparent; border:2px solid #FFF;}
.Be-Molluscum .cureItNow a:hover{ background-color:#000;}
.Be-Molluscumcontetn .cont h4{ display:block; float:left; margin:0 50px 0 125px; padding:15px 0 0 0; font-size:30px; line-height:30px; color:#FFF; font-weight:normal;}
.Be-Molluscumcontetn .cont .cureItNow{ display:block; float:left; margin:0; padding:0;}
.Be-Molluscumcontetn .cont .effective_wrapper{ clear:both; width:100%; margin:50px 0 0 0; padding:0;}
.Be-Molluscumcontetn .cont .effective_wrapper li{ display:block; float:left; width:auto; margin:0 0 0 50px; padding:0 0 0 50px; line-height:45px; background-position:left center;}
.Be-Molluscumcontetn .cont .effective_wrapper li.ef{ margin-left:280px;}




.footertop{ clear:both; margin:0; padding:20px 0; background-color:#434a4c;}
.footermenu{ float:left; margin:7px 0 0 0; padding:0;}
.footermenu .menu-footermenu-container,.footermenu ul.menu{ float:left; margin:0; padding:0;}
.footermenu ul.menu li{ display:block; float:left; margin:0 0 0 40px; padding:0;}
.footermenu ul.menu li:first-child{ margin-left:0;}
.footermenu ul.menu li a{ display:block; margin:0; padding:7px; text-decoration:none; font-size:15px; color:#858788; line-height:18px; font-weight:bold;}
.footermenu ul.menu li a:hover{ color:#FFF;}

.footertcontacts{ float:right;}
.footertcontacts .widget_text{ float:left;}
.footertcontacts .widget_text:first-child{ margin-right:30px;}
.footertcontacts .social_wrapper{ margin-top:5px;}
.footertcontacts .social_wrapper li{ float:left; margin-left:20px;}
.footertcontacts .social_wrapper li:first-child{ margin-left:0;}
.footertcontacts .social_wrapper li a{ margin:0; opacity: 0.5;}
.footertcontacts .social_wrapper li a:hover{ opacity:1;}
.footertcontacts .contact_wrap{ line-height:30px;  color:#6f787a; background:url(images/footerphone_icon.png) 0 center no-repeat;}


.footerbottom{ clear:both; margin:0; padding:25px 0; background-color:#31383a;}
.footerbottom .textwidget{ font-size:11px; color:#6f787a; line-height:11px; font-weight:bold; text-transform:uppercase;}
.footerbottom .textwidget p{ margin:0; padding:0; }
.footerbottom .textwidget p.copyright{ float:left;}
.footerbottom .textwidget p.footeraddress{ float:right;}
.footerReviews{ clear:both; margin:0; padding:20px 0; background-color:#e5b938;}
.footerReviews { font-size:11px; color:#6f787a; line-height:11px; font-weight:bold; text-transform:uppercase;}
.footerReviews p{ margin:0; padding:0; margin-left: auto; margin-right: auto; text-align:center;}


/*home page css*/

/*INNER PAGE CSS*/
/*---CHECKOUT PAGE---*/
body.page .site-content{margin-top:0px;}
body.page .site-content article{margin-bottom:0px; padding-bottom:0px; border:none;}
body.page footer.entry-meta{display:none;}
.innerbannersection .captionsection{padding:60px 20px; box-sizing: border-box;}
.captionsection .captiontittleWrap{float:left; padding-left:25px;}
.captionsection .captiontittleWrap h2{font-size:55px; color:#FFFFFF; font-weight:bold; line-height:65px; padding-bottom:10px;}
.captionsection .captiontittleWrap h4{font-size:25px; color:#f00000; font-weight:bold;}
.captionsection .captiontittleWrap p{font-size:16px; color:#fff; line-height:25px; font-weight:bold;}
.captionsection .captionfeatureWrap {float: right;}

.checkoutproduct{background:url(images/paperbg.jpg) repeat top; padding:50px 0px;}
.checkoutproduct .contioner{width:1128px; float:right; color:#394149; font-size:18px;}
.checkoutproduct .coloum{float:left; width:29.2%; margin-left:60px; text-align:center; position:relative;}
.checkoutproduct .coloum h3{ text-transform:uppercase; font-weight:400; margin:0px; padding:10px;}
.checkoutproduct .coloum h4 {border-bottom: 1px dashed #898e93; border-top: 1px dashed #898e93; font-weight: 400; margin: 0 auto; padding: 10px; text-transform: uppercase; width: 65%; font-size:18px;}
.checkoutproduct .coloum h5{color:#d40000; font-size:30px; font-weight:400;  margin:0px;}
.checkoutproduct .coloum h5 span{color:#394149; font-size:18px; margin-left:5px;}
.checkoutproduct .coloum.one{margin:0px;}
.checkoutproduct .coloum  p{color:#d40000; font-size:14px; font-weight:bold;}
.checkoutproduct .coloum .tooltip {position: absolute; right: -35px; top: 0;}
.checkoutproduct .coloum .tooltip.bstprice {right: 0;}

/*Shopify Product*/
body.page-id-6 .section h1.product-embed__title{text-align:center!important;}
.buYnow > a {
    background: #f00000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
}

.buYnowSoap > a {
    background: #f00000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
}
.checkoutproduct .coloum.one .buYnow {margin-top: 48px;}
.site-content header.entry-header{display:none;}

.checkoutproduct .coloum.one .buYnowSoap {margin-top: 0px;}

.securePurchaseform{padding:0px; margin:0px; padding:50px 0px; display:none;}
.securePurchaseform h2{padding:0px; margin:0px; color:#394149; font-size:45px; text-align:center; padding-bottom:45px;}
.responsive-tabs ul.responsive-tabs__list{text-align:center; border-bottom:#ddd solid 2px; width:50%; margin:0 auto!important; padding-bottom:15px!important;}
.securePurchaseform .responsive-tabs .responsive-tabs__panel{border:none;}
.securePurchaseform .responsive-tabs__list__item.responsive-tabs__list__item--active{color:#d40000; font-size:21px; font-weight:bold; padding:10px 12px 22px; top:1px; background:url(images/tab-arrow.png) no-repeat bottom center;}
.securePurchaseform .responsive-tabs__list li{float:none; border:none; font-size:18px; color:#b4b7ba; border:none; margin:0px; padding-bottom:15px; background:none;}
.securePurchaseform .responsive-tabs__list li:hover{top:1px; padding:10px 12px 22px; background:url(images/tab-arrow.png) no-repeat bottom center; color:#d40000;}
.securePurchaseform .responsive-tabs__list li:focus{color:#d40000;}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel{width:890px; margin:0 auto;}
.secureformWrap{margin:0px; padding-top:40px;}
.secureformWrap .leftCon{margin:0px; width:45.5%; float:left;}
.secureformWrap .leftCon input, .secureformWrap .leftCon select{margin:0px; width:100%; border:#bbc0c3 solid 1px; border-radius:5px; margin-bottom:15px; padding:15px; -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25); box-sizing:border-box; font-size:14px; -webkit-appearance:none;
-moz-appearance: none; }

.secureformWrap button.btn {background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff; float: right; font-size: 16px; font-weight: bold; padding: 15px; width: 245px;  transition: all 0.3s ease 0s;}
.secureformWrap .rightCon{margin:0px; width:48.2%; float:right;}
.ordersummary{background:url(images/paperbg.jpg) repeat top; border-radius:5px; padding:20px 40px; box-sizing:border-box;}
.ordersummary h2{margin:0px; padding:0px; text-align:left; font-size:30px;}
.ordersummary ul{padding:0px;}
.ordersummary ul li{padding:0px; margin:0px 15px 0px 0px; display:inline-block; list-style:none; vertical-align:bottom; }
.ordersummary ul li h3{font-size:16px; font-weight:400;}
.ordersummary table{border:none; margin-bottom:0px;}
.ordersummary table td, .totalprice table td{border:none; color:#394149; font-size:16px; font-family: "Montserrat",sans-serif; line-height:35px;}
.orderList table td.textright{text-align:right; font-size:20px; color:#8c9196;}
.totalprice table td.textright{text-align:right; font-size:24px; color:#d40000;}
.orderList{border-top:#898e93 dashed 1px; border-bottom:#898e93 dashed 1px; }
.secureformWrap .leftCon input:hover, .secureformWrap .leftCon select:hover{background:#f5f5f5;}
.secureformWrap .leftCon select{background:url(images/select-icon.png) no-repeat right 10px center;}
.secureformWrap .leftCon select:hover{background:url(images/select-icon.png) no-repeat right 10px center;}

.rightCon ul.paymetIcon {float: right; margin: 20px 0; padding: 0;}
.rightCon ul.paymetIcon li {display: inline-block;list-style: outside none none; margin: 0; vertical-align:top;}
.rightCon ul.paymetIcon li img{padding:0px; margin:0px;}

/*Refund Policy*/
.refundPolicy{background:url(images/refundPolicy-img.png) no-repeat right #aeaeae; padding:50px 0px;}
.refundPolicy h2{font-size:40px; color:#fff; text-align:left; line-height:inherit; margin:0px; padding:0px 0px 30px 0px;}
.refundPolicy p{font-size:14px; color:#fff; line-height:30px;}
.refundPolicy .contentWrap{width:70%;}

/*Fast Worldwide Shipping*/
.fastWorldwideshipping{background:url(images/fastWorldwideshipping.png) no-repeat left #d20000; padding:50px 0px;}
.fastWorldwideshipping .contentWrap{width:63.3%; float:right;}
.fastWorldwideshipping h2{font-size:40px; color:#fff; text-align:left; line-height:inherit; margin:0px; padding:0px 0px 30px 0px;}
.fastWorldwideshipping p{font-size:14px; color:#fff; line-height:30px;}
.fastWorldwideshipping .contentWrap a {color: #ffffff;}

/*blacklogosWrap*/
.blacklogosWrap{background:#fff; padding:30px 0px;}
.blacklogosWrap ul.blacklogos{padding:0px; text-align:center; margin:0px;}
.blacklogosWrap ul.blacklogos li{padding:0px; margin:0px 25px; list-style:none; display:inline-block; vertical-align:middle;}



/*Contact Page*/

.innerContentWrap{background:url(images/paperbg.jpg) repeat top; padding:80px 0px;}
h2.pageheading{padding:0px; margin:0px 0px 50px 0px; color: #394149; font-size: 45px; text-align:center; background:url(images/redbrdr.png) no-repeat bottom center; padding-bottom:30px; line-height:55px;}
h2.pageratings{padding:0px; margin:0px 0px 10px 0px; color: #394149; font-size: 35px; text-align:center;}
.contactFormBox { margin:0 auto; width:40%; margin-top:50px; }
.contactFormBox h3{text-align:left; margin:0px 0px 15px ; padding:0px; font-size:22px; font-weight:normal;}
.contactFormBox .contactinformation h3, .messageWrap h3{text-align:left; font-weight:normal; margin-bottom:15px;}
.contactFormBox .wpcf7-form input, .contactFormBox .wpcf7-form select, .contactFormBox .wpcf7-form textarea{width:100%; box-sizing:border-box; padding:15px; border:#bbc0c3 solid 1px; border-radius:5px; margin-bottom:0px; padding:15px; -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.25); background:#fff; -webkit-appearance:none; -moz-appearance: none;}
.contactFormBox .wpcf7-form select{background:url(images/select-icon.png) no-repeat right 10px center #fff;}
.contactFormBox .wpcf7-form p{margin-bottom:15px;}
.contactinformation .left {float: left; width: 48%;}
.contactinformation .right {float: right; width: 48%;}
.contactFormBox .wpcf7-form  input.wpcf7-submit{border-radius:5px; background:#f00001; color:#fff; font-size:18px; font-weight:bold; border:none; width:50%; margin:0 auto; display:block; margin-top:45px;}
.messageWrap {margin-bottom: 25px;}

.callUsToFree{margin:0px; padding:40px 0px;}
.callUsToFree ul{padding:0px; margin:0px; text-align:center;}
.callUsToFree ul li{display:inline-block; list-style:none; font-family: "Montserrat",sans-serif; color:#7b7b7b; font-size:18px; line-height:42px; margin:0px 10px 0px 0px;}
.callUsToFree ul li span {background: rgba(0, 0, 0, 0) url("images/toll-callicon.jpg") no-repeat scroll left center; display: inline-block; margin-left: 10px; padding-left: 45px; font-size:30px;}
.callUsToFree ul li span a{color: #7b7b7b; text-decoration:none;}
.callUsToFree ul li:first-child{margin-right:25px;}
.contactMap{margin:0px; padding:0px;}
.contactMap iframe{margin-bottom:0px; display:block;}
.contactMap img{margin-bottom:0px; display:block;}

/*FAQ*/

.innerContentWrap #accordions-264 .responsive-accordion-head{padding: 10px 10px 10px 70px; background:none; border-color:#bebebe; font-size:18px; font-family: "Montserrat",sans-serif; line-height:45px;}
.innerContentWrap #accordions-264 .responsive-accordion-head.active{padding: 10px 10px 10px 70px; background:none; border:none; font-size:18px; font-family: "Montserrat",sans-serif; font-weight:normal;}

.innerContentWrap #accordions-1194 .responsive-accordion-head{padding: 10px 10px 10px 70px; background:none; border-color:#bebebe; font-size:18px; font-family: "Montserrat",sans-serif; line-height:45px;}
.innerContentWrap #accordions-1194 .responsive-accordion-head.active{padding: 10px 10px 10px 70px; background:none; border:none; font-size:18px; font-family: "Montserrat",sans-serif; font-weight:normal;}

.innerContentWrap ul.responsive-accordion li .responsive-accordion-head i{left:10px;}
.innerContentWrap .responsive-accordion-head i.responsive-accordion-plus{background:url(images/a-close.png) no-repeat; height:39px; width:40px;}
.innerContentWrap .responsive-accordion-head i.responsive-accordion-minus{background:url(images/a-open.png) no-repeat; height:39px; width:40px;}
.innerContentWrap ul.responsive-accordion li div.responsive-accordion-panel{position:relative; border:#dadada solid 3px!important; line-height:30px;}
.innerContentWrap ul.responsive-accordion li div.responsive-accordion-panel::before {content: url("images/acc-arrow-.png"); left: 120px; position: absolute; top:-20px;}
.responsive-accordion-panel span.date {display: block;}

#accordions-264{margin:30px 0px!important;}
#accordions-1194{margin:30px 0px!important;}
.trustedbydoctors {position: absolute; right: 0; top: -90px;}
.fastFacts{padding:50px 0px 0px; border-bottom: 1px solid #e3e3e3;}
.fastFactsWrap{width:980px; margin:0 auto; padding:50px 0px ;}
.fastFacts .fastFactsWrap ul{padding:0px; margin:0px;}
.fastFacts .fastFactsWrap li{padding:0px; margin:0px; list-style:none; color:#758789;  }
.fastFacts .fastFactsWrap ul.fisrt {float: left; margin: 0 auto; width: 45%;}
.fastFacts .fastFactsWrap ul li{background:url(images/li-arrow.png) no-repeat left top 8px; list-style:none; margin:0px; padding-left:25px; line-height:25px; margin-bottom:20px; }
.fastFacts .fastFactsWrap ul.last {float: left; margin: 0 auto; width: 45%; margin-left:80px; }
.fastFacts .fastFactsWrap ul .btn{background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff; float: left; font-size: 16px; font-weight: bold; width: 245px; border-radius:5px; margin-top:30px;  transition: all 0.3s ease 0s;}
.fastFacts .fastFactsWrap ul .btn a {color: #ffffff; display: block; padding: 15px; text-align: center; text-decoration: none; background:url(images/cart-ixon.jpg) no-repeat left 35px center; font-family: "Montserrat",sans-serif; font-weight:normal; font-size:14px;}

/*watchVideo*/
.watchVideo{background: url(images/testimonials_bg.png) no-repeat top left #c81113; padding:60px 0px 70px;}
.amazingslider-box-1 div:last-child a, .amazingslider-text-bg-1, .amazingslider-nav-1 {display: none!important;}
.amazingslider-box-1 > div{ background:none!important; }
.amazingslider-bottom-shadow-1 img{display:none!important;}
.innerContentWrap .accordions-container{padding:0px 30px 30px 30px;}
.innerContentWrap #accordions-285 .responsive-accordion-head{padding: 10px 10px 10px 70px; background:none; border-color:#bebebe; font-size:18px; font-family: "Montserrat",sans-serif; line-height:45px;}
.innerContentWrap #accordions-285 .responsive-accordion-head.active{padding: 10px 10px 10px 70px; background:none; border:none; font-size:18px; font-family: "Montserrat",sans-serif; font-weight:normal;}
.innerContentWrap #accordions-1171 .responsive-accordion-head{padding: 10px 10px 10px 70px; background:none; border-color:#bebebe; font-size:18px; font-family: "Montserrat",sans-serif; line-height:45px;}
.innerContentWrap #accordions-1171 .responsive-accordion-head.active{padding: 10px 10px 10px 70px; background:none; border:none; font-size:18px; font-family: "Montserrat",sans-serif; font-weight:normal;}
#wonderpluginslider-container-1 {border: 5px solid rgba(0, 0, 0, 0.2);}
.watchVideo .trustIcon {bottom: -71px; position: absolute; right: 30px;}
.innerContentWrap .btn{background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff;  font-size: 16px; font-weight: bold; width: 245px; border-radius:5px; margin:0 auto; margin-top:30px; transition: all 0.3s ease 0s; text-align:center;}
.innerContentWrap .btn a {color: #ffffff; display: block; padding: 15px; text-align: center; text-decoration: none; background:url(images/cart-ixon.jpg) no-repeat left 35px center; font-family: "Montserrat",sans-serif; font-weight:normal; font-size:14px;}

/*PHOTOS PAGE*/
.photosWrap{width:1058px; margin:0 auto; margin-top:70px;}
.photosWrap .contioner{margin-bottom:100px;}
.photosWrap .photosWrap-left{width:65.6%; float:left;}
.photosWrap .photosWrap-left ul{padding:0px;}
.photosWrap .photosWrap-left li{padding:0px; margin:0px; display:inline-block; list-style:none; vertical-align:top; margin-right:10px; }
.photosWrap .photosWrap-left li img{border:#dcdcdc solid 3px;}
.photosWrap .photosWrap-left li:last-child{margin:0px;}
.photosWrap .photosWrap-left .photosWrap-leftCont{background:#FFFFFF; border-radius:5px; border:#dcdcdc solid 3px; padding:25px; color:#77868b; font-size:14px; line-height:30px; position:relative; }

.photosWrap-leftCont-icon{position:absolute; right:-19px; top:25px;}

.photosWrap .photosWrap-left .photosWrap-leftCont p{margin-bottom:10px;}
.photosWrap .photosWrap-right{width:28.2%; float:right;}
.photosWrap .photosWrap-right h3{padding:0px; margin:0px; font-size:40px; color:#394149; line-height:40px;}
.photosWrap .photosWrap-right h4{padding:0px; margin:0px; font-size:20px; color:#ff0000; font-weight:normal; margin-bottom:10px;}
.photosWrap .photosWrap-right ul{padding:0px;}
.photosWrap .photosWrap-right li{padding:0px; margin:0px; list-style:none; line-height:33px; color:#666b6d;}
.photosWrap .photosWrap-right .btn{margin:0px; transition: all 0.3s ease 0s;}
.photosWrap .photosWrap-right .btn:hover{background:#f44949;}
.photosWrap .photosWrap-right .btn a{background:none; padding-bottom:10px;}

/*Why Conzerol */

.contagiosumTreatment{margin:0px; }
.contagiosumTreatment .rightRedbg{width:37%;}
.contagiosumTreatment .fixed_width{background:url(images/contagiosumTreatment-img.jpg) no-repeat right top #fff;}
.contagiosumTreatment .contioner{margin:0px; width:50%; padding:80px 50px 70px;}
.contagiosumTreatment .contioner h2{margin:0px; padding:0px 0px 30px 0px; font-size:45px; font-weight:bold; line-height:55px;}
.contagiosumTreatment .contioner h4{margin:0px; padding:0px 0px 20px 0px; font-size:20px; color:#f00000; font-weight:normal; line-height:55px;}
.contagiosumTreatment .contioner ul{padding:0px; margin-bottom:0px;}
.contagiosumTreatment .contioner li{padding:0px; margin:0px; list-style:none; color:#77868b; font-size:14px; margin-bottom:20px; line-height:25px;}

.contagiosumTreatment .contioner .btn{background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff;  font-size: 16px; font-weight: bold; width: 245px; border-radius:5px; margin:0px; margin-top:50px; transition: all 0.3s ease 0s;}
.contagiosumTreatment .contioner a {color: #ffffff; display: block; padding: 15px; text-align: center; text-decoration: none; background:url(images/cart-ixon.jpg) no-repeat left 35px center; font-family: "Montserrat",sans-serif; font-weight:normal; font-size:14px;}

.contagiosumTreatment .fixed_width .trustIcon {bottom: 25px; position: absolute; right: 0;}


/*Conzerol VS others*/
.conzerolVSothers{background:#323435; color:#cacaca; position:relative;}
.conzerolVSothers .con{background:url(images/conzerolVSothers-bg.png) no-repeat right top;}
/*.conzerolVSothers .con .con-left{width:40%; padding:80px 50px 145px; line-height:28px; font-size:14px; box-sizing: border-box;}*/
.conzerolVSothers .con .con-left {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    padding: 80px 0 145px 50px;
    width: 44%;
	position:relative;
}
.conzerolVSothers .con .con-left h2{font-size:40px; color:#fff; margin:0px; padding:20px 0 0;}
.conzerolVSothers .con .con-left h4{font-size:20px; color:#ff0000; margin:0px; padding:0px; font-weight:normal; margin-bottom:50px;}
.blackBorder{background:#222526; position:absolute; width:100%; height:63px; bottom:0px}

/*CHANGES ON 3 JULY 2015*/
.conzerolVSothers .con .con-left ul {margin: 0; padding: 0 0 0 25px; position:absolute; top:120px; right:-350px;}
.conzerolVSothers .con .con-left ul li {color: #ffffff; font-size: 14px; font-weight: normal; line-height:15px; margin: 0px 0px 20px; position: relative; font-family: "Montserrat",sans-serif;}
.conzerolVSothers .con .con-left ul li:first-child::before {background-color: #f00000;}
.conzerolVSothers .con .con-left ul li::before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 17px;
    left: -35px;
    position: absolute;
    top: 0;
    width: 17px;
}



/*Conzerol Ingredients*/
.conzerolIngredients{margin:0px; background:url(images/paperbg.jpg) repeat top;}
.conzerolIngredients .contioner{margin:0px; padding:50px 0px;}
.conzerolIngredients .contioner .contioner-left{margin:0px; padding:0px 0px 0px 50px; float:left; width:46.2%;}
.conzerolIngredients .contioner .contioner-left h2{font-size:45px; color:#394149; margin:0px; padding:20px 0 30px 0px;}
.conzerolIngredients .contioner .contioner-left p{line-height:40px; font-size:18px; color:#394149; font-family: "Montserrat",sans-serif; font-weight:normal;}
.conzerolIngredients .contioner .contioner-left .btn{background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff;  font-size: 16px; font-weight: bold; width: 245px; border-radius:5px; margin:0px; margin-top:50px; transition: all 0.3s ease 0s;}
.conzerolIngredients .contioner .contioner-left a {color: #ffffff; display: block; padding: 15px; text-align: center; text-decoration: none; background:url(images/cart-ixon.jpg) no-repeat left 35px center; font-family: "Montserrat",sans-serif; font-weight:normal; font-size:14px;}
.conzerolIngredients .contioner .contioner-right{margin:0px 50px 0px 0px; padding:50px 0px 0px 0px; float:right; width:27.3%; }
.conzerolIngredients .rightRedbg{background:#cf0202;}
.conzerolIngredients .rightRedbg::after {
    background: #cf0202 none repeat scroll 0 0;
    content: "";
    float: left;
    height: 100%;
    position: absolute;
    right: 150px;
    transform: skew(-16deg);
    width: 100%;
}
.conzerolIngredients .contioner .contioner-right ul{padding:0px;}
.conzerolIngredients .contioner .contioner-right li{padding:0px; margin:0px 0px 10px 0px; background:url(images/li-arrow-wht.png) no-repeat left top 8px; list-style:none; padding-left:30px; font-size:16px; color:#ffffff; text-transform:uppercase; font-family: "Montserrat",sans-serif; line-height:25px;}
.single-post footer.entry-meta{ display:none;}

/*howToapply*/
.howToapply{padding:80px 0px 50px; border-bottom:#e3e3e3 solid 1px;}
.howToapply .left{width:30%; float:left; padding-left:50px;}
.howToapply .left h2{font-size:45px; color:#394149; margin:0px; padding:20px 0 30px 0px;}
.howToapply .left ul{padding:0px;}
.howToapply .left ul li{padding:0px 0px 0px 55px; margin:0px 0px 20px 0px; font-size:16px; color:#77868b; list-style:none; font-family: "Montserrat",sans-serif;  font-weight:400; line-height:32px;}
.howToapply .left ul li.hnd{background:url(images/icon1.png) no-repeat left center;}
.howToapply .left ul li.wtch{background:url(images/icon2.png) no-repeat left center;}
.howToapply .left ul li.wsh{background:url(images/icon3.png) no-repeat left center;}
.howToapply .left ul li.chck{background:url(images/icon4.png) no-repeat left center;}
.howToapply .right{width:55.8%; float:right;} 
.howToapply .right ul{padding:0px;}
.howToapply .right ul li{padding:0px; margin:0px; list-style:none; display:inline-block; vertical-align:top;}
.howToapply .right ul li:nth-child(2n) {margin-left: 20px;}
.howToapply .right ul li:nth-child(4n) {margin-left: 13px; margin-right: 0;}
.howToapply .left  .btn{background: #f00000 none repeat scroll 0 0; border: medium none; color: #ffffff;  font-size: 16px; font-weight: bold; width: 245px; border-radius:5px; margin:0px; margin-top:50px; transition: all 0.3s ease 0s;}
.howToapply .left  a {color: #ffffff; display: block; padding: 15px; text-align: center; text-decoration: none; background:url(images/cart-ixon.jpg) no-repeat left 35px center; font-family: "Montserrat",sans-serif; font-weight:normal; font-size:14px;}

/*Leave a comment*/
.commentWrap{border-top:#bdbdbd solid 1px; padding:60px 0px 0px; display:none;}
.contactWrap{width:64.5%; margin:0 auto;  padding:40px 0px 0px;}
.contactWrap .leftcon{float:left; width:47%;}
.contactWrap .leftcon input, .contactWrap .rightcon textarea{
    -moz-appearance: none;
    border: 1px solid #bbc0c3;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25) inset;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 0px;
    padding: 15px;
    width: 100%;
}
.contactWrap .leftcon p{margin-bottom:12px;}
.contactWrap .rightcon{float:right; width:50.8%;}
.contactWrap input.wpcf7-submit.btn{display:block; line-height:45px;}
.contactWrap input.wpcf7-submit.btn:hover{background:#fc4242; color:#fff;}
.contactWrap input.wpcf7-submit.btn:active{box-shadow:none;}
.contactWrap input.wpcf7-submit.btn:focus{box-shadow:none;}
div.wpcf7-response-output{text-align:center!important;}

/*BLOG PAGE*/

body.page-template-blog-page .site-content {padding: 30px 0; width:70%; float:left;}
.blogWrap-content h2.postTitle{padding:0px 0px 20px; margin:0px;}
.blogWrap-content h2.postTitle a{color:#394149; text-decoration:none; font-size:22px; margin:0px; font-family: "Montserrat",sans-serif; font-weight:normal;}
.blogWrap-content h2.postTitle a:hover{color:#d40000;}
.blog-content .blog-img {float: left; margin: 0; width: 30%;}
.blog-content .blog-img img{border:#dcdcdc solid 3px;}
.blog-content .blog-cont { float: right; width: 65%;}
.blog-content .blog-cont p{line-height:28px; font-size:16px; margin-bottom:10px;}
.blog-content .blog-cont .read-more a{text-decoration:none; color:#d40000;}
body.single .site-content header.entry-header{display:block;}
body.page-template-blog-page .innerContentWrap{padding:30px 0px;}

body.page-template-blog-page #secondary h2.widget-title{font-size:22px;}
body.page-template-blog-page #secondary ul{padding:0px; margin-left:15px;}
body.page-template-blog-page #secondary li{padding:0px; margin:0px 0px 0px 0px; font-size:14px; margin:0px; font-family: "Montserrat",sans-serif; font-weight:normal; border-bottom:#bdbdbd solid 1px; list-style:disc; line-height:30px;}
body.page-template-blog-page #secondary li a{text-decoration:none;}

/*shipping page*/
.shipping .contioner p{font-size:16px;}
.shipping table, .shipping table td{border:none;}
.shipping table td p{font-size:16px; color:#394149; margin:0px; padding:0px; border:none;}

/*Refund Policy*/
.refundPolicy .contioner p, .refundPolicy .contioner p, .privacy .contioner p, .disclaimer  .contioner p{color:#000; font-size:16px; margin-bottom:10px;}

/*SHARE PUGGIN*/
.addtoany_shortcode {text-align: center;}
.addtoany_shortcode .addtoany_list a{display:inline-block; padding:0px 5px;}

/*ADULTS PAGE*/
body.childrenPage  .innerbannersection, body.adultsPage  .innerbannersection{display:none;}
body.adultsPage  .headerBanner{background: url("images/adults-bg.jpg") no-repeat top center #d6d6d6;min-height: 670px;}
body.adultsPage  .headerBanner h2{color: #394149; font-size:55px; font-weight:bold; line-height:60px; width:380px; margin-bottom:22px;}
body.adultsPage  .headBannContent{padding-top: 60px; padding-left:50px;}
body.adultsPage  .headBannContent h4{color:#f00000; font-size:25px; line-height:30px; font-weight:bold; margin-bottom:30px; width:440px;}
body.adultsPage  .headBannContent .cureItNow a{margin-bottom:70px;}
body.adultsPage  .cureItNow a {font-family: "Montserrat",sans-serif;background: none repeat scroll 0 0 #f00000;border-radius: 6px;color: #ffffff;display: block;font-size: 16px;font-weight: bold; padding:15px 0px; text-align: center;text-decoration: none;width: 243px;box-shadow:none;margin-bottom:0px;}
body.adultsPage  .cureItNow a:hover{background:#000;}
ul.effective_wrapper{list-style:none;}

body.adultsPage  .conzerol-largeimg{ position:absolute; top:-255px;  right:-80px; margin:0; padding:0; width:631px; height:150px; background:url(images/adults_tube.png) 0 0 no-repeat;}
body.adultsPage  .aboutConzWrapper {background: rgba(0, 0, 0, 0) url("images/warts-treatment-bg.png") no-repeat scroll center top; min-height: 678px;position: relative;}
body.adultsPage  .aboutConzWrapper h2 {line-height: 55px; margin:0px;}
body.adultsPage  .rightRedbg{width:25%;}
body.adultsPage  .aboutConzWrapper .innerPadding{padding-top:60px;}
body.adultsPage  .aboutConzWrapper .cont .leftSection{width:550px;}
body.adultsPage  .aboutConzWrapper .cont .leftSection span.text_red{color:#f00000; font-size:20px; font-weight:bold; margin-top:50px; display:block;}
body.adultsPage  .rightSection .feat li{color:#ffffff; font-size:16px; font-weight:bold; height:26px; line-height:26px; margin-bottom:50px; padding-left: 50px;}
body.adultsPage  .aboutConzWrapper .rightSection{width:320px;}
body.adultsPage  .aboutConzWrapper .feat li h4{font-size:26px; font-weight:bold; margin:0px 0px 5px 0px; padding:0px; line-height:inherit;}
body.adultsPage  .aboutConzWrapper .feat li span{display:block; font-family: "Montserrat",sans-serif; font-weight:normal;}
body.adultsPage  .aboutConzWrapper .feat li.fast{background:url(images/wtch-icon.png) no-repeat left top; height:68px; padding-left:100px; }
body.adultsPage  .aboutConzWrapper .feat li.cross{background:url(images/cross-icon.png) no-repeat left top; height:68px; padding-left:100px; }
body.adultsPage  .aboutConzWrapper .feat li.safe{background:url(images/safe-icon.png) no-repeat left top; height:68px; padding-left:100px; }
body.adultsPage  .aboutConzWrapper .rightSection .cureItNow a{background:none; border:#fff solid 2px; margin-left:30px;}
body.adultsPage  .aboutConzWrapper .rightSection .cureItNow a:hover{background:#dc0f0f;}

/*befor-after*/
.befor-after{background:url(images/before-after-bg.jpg) no-repeat top center; padding:50px 0px 30px 0px; background-color: #646464;}
.befor-after h2{text-align:center; color:#fff; font-weight:bold; padding:0px; margin:0px; font-size:45px;}
.befor-after p{color:#c1c1c1; font-size:11px; text-align:center;}
.befor-after-home {background:url(images/before-after-home-bg.jpg) no-repeat top center; padding:50px 0px 30px 0px; background-color: #e5e5e5; min-height: 560px;}
.befor-after-home h2{text-align:center; color:#646464; font-weight:bold; padding:0px; margin:0px; font-size:45px;}
.befor-after-home p{color:#ffffff; font-size:11px; text-align:center;}
.amazingslider-slider-2 .amazingslider-bottom-shadow-2 img, .amazingslider-nav-2{display:none!important;}
#wonderpluginslider-container-2 {padding: 30px 0px!important;}
.amazingslider-box-2 div:last-child a{display:none!important;}
.amazingslider-box-4 div:last-child a{display:none!important;}
.amazingslider-box-2 div:last-child{background:none!important;}

.whyuseConzerol{background:url(images/whyuseconzerol-bg.jpg) no-repeat top center; min-height:851px; background-size:cover;}
.whyuseConzerol h2{padding:0px 0px 50px 0px; margin:0px; font-size:40px; color:#545a5d;}
.whyuseConzerol .con{width:500px; float:right; padding-top:115px;}
.whyuseConzerol .con p{ font-weight:bold; color:#77868b; font-size:16px; line-height:30px;}
.whyuseConzerol .con a.readMore{color:#77868b; font-size:16px; text-decoration:none; background:url(images/rdmore-icon.png) no-repeat right center; padding-right:25px;}

body.adultsPage  .testimonialsWrapper{background:url(images/ad-testiBg.png) no-repeat right top #cb1717; padding:50px 0px; margin:0px; padding: 100px 0 50px 0px;}
body.adultsPage  .testimonialsWrapper .testi_rot{ clear:both; margin:0px; padding:0; width:660px; float:left;}
h3.widget-title{ font-size:50px; color:#FFF; line-height:50px; margin:0 0 50px 0; padding:0; text-transform:none;}
.testi_rot #advps_container4 .bx-wrapper .bx-viewport{ background-color:transparent;}
.testi_rot #advps_container4 .bx-wrapper .bx-viewport p.author{ font-size:20px; color:#FFF; line-height:20px; margin:0 0 0px 0; padding:0; font-weight:bold;}
.testi_rot #advps_container4 .bx-wrapper .bx-viewport p{ font-size:16px; color:#FFF; line-height:30px; margin:0 0 20px 0; padding:0; }
.testi_rot #advps_container4 .bx-wrapper .bx-viewport p:last-child{ margin-bottom:50px;}
.testi_rot #advps_container4 .bx-wrapper .bx-pager.bx-default-pager a{ background-color:#FFF;}
.testi_rot #advps_container4 .bx-wrapper .bx-pager.bx-default-pager a:hover{background-color:#960000;}
.testi_rot #advps_container4 .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active{ background-color:#960000;}
.testi_rot #advps_container4 .bx-wrapper .bx-viewport h2.advs-title{ position:absolute; left:0; font-size:20px; color:#FFF; line-height:20px; margin:0 0 0px 0; padding:0; font-weight:bold; bottom:10px; color:#FFF; margin:0!important; padding:0!important;}
.testi_rot #advps_container4 .bx-wrapper .bx-viewport h2.advs-title a{color:#FFF!important;}

.testi_rot .testimonial_rotator_slide_title{ font-size:20px; color:#FFF; line-height:20px; margin:0 0 20px 0; padding:0; font-weight:bold;}
.testi_rot .testimonial_rotator_quote{ font-size:16px; color:#FFF; line-height:30px; margin:0; padding:0; }

.threecoloum{padding:50px 0px;}
.threecoloum .coloum{width:29.6%; margin:0px 60px 0px 0px; padding:0px; float:left;}
.threecoloum .coloum h2{padding:0px 0px 30px 0px; margin:0px; color:#d20000; font-weight:bold; font-size:40px; text-align:left; word-wrap:break-word; line-height:50px; border-bottom:#bdbdbb dashed 1px;}
.threecoloum .coloum h3{padding:30px 0px; margin:0px; color:#545a5d; font-size:20px; font-weight:normal; line-height:25px;}
.threecoloum .coloum p{color:#979797; font-size:14px; line-height:30px; margin:0px;}
.threecoloum .coloum.fr{float:right; margin-right:0px;}

body.adultsPage  .featuredIm .fixed_width{border-top:#bdbdbb dashed 2px;}
body.adultsPage  .Be-Molluscumcontetn .cureItNow a{background:none;}


/*Children PAGE*/

body.childrenPage  .headerBanner{background: url("images/children-bg.jpg") no-repeat top center #b6b1ae;min-height: 670px;}
body.childrenPage  .headerBanner h2{color: #394149; font-size:55px; font-weight:bold; line-height:60px; width:380px; margin-bottom:22px;}
body.childrenPage  .headBannContent{padding-top: 60px; padding-left:50px;}
body.childrenPage  .headBannContent h4{color:#f00000; font-size:25px; line-height:30px; font-weight:bold; margin-bottom:30px; width:440px;}
body.childrenPage  .headBannContent .cureItNow a{margin-bottom:70px;}
body.childrenPage  .cureItNow a {font-family: "Montserrat",sans-serif;background: none repeat scroll 0 0 #f00000;border-radius: 6px;color: #ffffff;display: block;font-size: 16px;font-weight: bold; text-align: center;text-decoration: none;width: 243px;box-shadow:none;margin-bottom:0px;}
body.childrenPage  .cureItNow a:hover{background:#000;}


body.childrenPage  .testimonialsWrapper{background:url(images/children-testibg.jpg) no-repeat right top #f9f9f9; padding:50px 0px; margin:0px; padding: 100px 0 50px 0px;}
body.childrenPage  .testimonialsWrapper h3.widget-title{ font-size:45px; color:#394149; line-height:50px; margin:0 0 50px 0; padding:0; text-transform:none;}
#advps_container5 .bx-wrapper .bx-viewport p{ font-size:16px; color:#8d8d8d; line-height:30px; margin:0 0 20px 0; padding:0; }
body.childrenPage  .testimonialsWrapper .testi_rot{ clear:both; margin:0px; padding:0; width:500px; float:left;}
.testi_rot #advps_container5 .bx-wrapper .bx-viewport p:last-child{ margin-bottom:50px; }
.testi_rot #advps_container5 .bx-wrapper .bx-viewport h2.advs-title{color:#8d8d8d;}
.testi_rot #advps_container5 .bx-wrapper .bx-pager.bx-default-pager a:hover{background-color:#960000;}
.testi_rot #advps_container5 .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link{ background-color:#d3d3d3;}
.testi_rot #advps_container5 .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active{ background-color:#e80000;}
.testi_rot #advps_container5 .bx-wrapper .bx-viewport h2.advs-title{ position:absolute; left:0; font-size:20px;  line-height:20px; margin:0 0 0px 0; padding:0; font-weight:bold; bottom:10px; color:#FFF; margin:0!important; padding:0!important;}
.amazingslider-slider-3 .amazingslider-bottom-shadow-3 img, .amazingslider-nav-3{display:none!important;}
#wonderpluginslider-container-3 {padding:10px 0px!important;}
.amazingslider-box-3 div:last-child a{display:none!important;}
.amazingslider-box-3 div:last-child{background:none!important;}

body.childrenPage  .aboutConzWrapper{background:none; min-height:inherit;}
body.childrenPage  .aboutConzWrapper .fixed_width{background:url(images/safe4kidbg.png) no-repeat right top; min-height:575px;}
body.childrenPage  .aboutConzWrapper .innerPadding{padding-top:80px;}
body.childrenPage  .aboutConzWrapper .innerPadding .leftSection h2{color:#394149; font-size:45px; margin:0px 0px 15px 0px; padding:0px;}
body.childrenPage  .aboutConzWrapper .innerPadding .leftSection p{color:#f00000; font-size:20px; font-weight:bold;}


body.childrenPage  .aboutConzWrapper .rightSection {float:left; margin-left:120px; width:420px;}
body.childrenPage  .rightSection .feat li {color: #ffffff; font-size: 16px; font-weight: bold; height: 26px; line-height: 26px; margin-bottom: 50px; padding-left: 50px;}
body.childrenPage  .aboutConzWrapper .feat li h4{font-size:26px; font-weight:bold; margin:0px 0px 5px 0px; padding:0px; line-height:inherit;}
body.childrenPage  .aboutConzWrapper .feat li span{display:block; font-family: "Montserrat",sans-serif; font-weight:normal;}
body.childrenPage  .aboutConzWrapper .feat li.fast{background: url(images/wtch-icon.png) no-repeat left top; height:68px; padding-left:100px; }
body.childrenPage  .aboutConzWrapper .feat li.cross{background:url(images/cross-icon.png) no-repeat left top; height:68px; padding-left:100px; margin-left:75px; }
body.childrenPage  .aboutConzWrapper .feat li.safe{background: url(images/safe-icon.png) no-repeat left top; height:68px; padding-left:100px; margin-left:135px; }
body.childrenPage  .aboutConzWrapper .rightSection .cureItNow {margin-left:180px;}
body.childrenPage  .aboutConzWrapper .rightSection .cureItNow a{background:none; border:#fff solid 2px; margin-left:30px;}
body.childrenPage  .aboutConzWrapper .rightSection .cureItNow a:hover{background:#dc0f0f;}
body.childrenPage  .Be-Molluscumcontetn .cureItNow a{background:none;}
/*Custom Css End Here*/

#advps_container3 .bx-wrapper .bx-controls-auto, #advps_container4 .bx-wrapper .bx-controls-auto, #advps_container5 .bx-wrapper .bx-controls-auto{display:none;}



/*Start responsive css*/
@media screen and (max-width:1201px){
.fixed_width{ width:100%; box-sizing:border-box; padding:0 10px;}
.navLogoSection{height:auto;}
.logo_wrapper{ margin-right:30px;}
.mainmenu_wrapper{ width:auto; margin:9px 0 0 0;}
.main-navigation li{ margin:0 0 0 30px;}
.contact_dt{ width:auto; margin-bottom:10px;}
.contact_dt .contact_wrap{ font-size:18px;}
.headerBanner h2{ width:auto;}
.headBannContent h4{ width:auto;}
.featuredincontetn{ padding:20px 0; text-align:center;}
.featuredincontetn h2{ display:inline-block; float:none; margin:0 0 10px 0; padding:0; width:100%; text-align:center;}
.featuredincontetn .cont{display:inline-block; float:none; margin:0; padding:0;}
.featuredincontetn .cont ul{display:inline-block; float:none; margin:0; padding:0; clear:both;}
.featuredincontetn .cont ul li{display:inline-block; float:none; margin:0 20px; padding:0;}
.beforeaftersec h2{ margin-left:0;}
.beforeaftersec .cont{ margin-left:0; float:right;}
.abousvideos{ text-align:center;}
.abousvideos ul{ text-align:center; width:100%;}
.abousvideos ul li{ display:inline-block; float:none; margin:0 10px 10px 10px;}
.abousvideos ul li:first-child{ margin-left:10px;}
.Aboutmollcontetn .firstcol{ width:48%; padding:0 20px; box-sizing:border-box; margin:0 0 20px 0; float:none; display:inline-block;}
.Aboutmollcontetn .secondcol{ width:48%; padding:0 20px; box-sizing:border-box; margin:0 0 20px 0; float:none; display:inline-block;}
.Aboutmollcontetn .thirdcol{ width:48%; padding:0 20px; box-sizing:border-box; margin:0 0 20px 0; float:none; display:inline-block;}


.aboutConzWrapper .innerPadding{ padding-top:30px;}
.conzerol-largeimg{ right:0; width:600px; height:135px; background-size:100%; top:-150px;}
.rightSection .aCont li{ margin-bottom:20px;}
.rightRedbg{ display:none;}
.rightSection{margin-left:0px; width:50%; float:right;}

.SoapWrapper {background-color: #e2e3e3;  overflow:hidden;}
.SoapWrapper .innerPadding { padding-top:30px; }
.SoapWrapper .leftSection{width: 100%;}
.SoapWrapper .SrightSection{width: 100%; padding-bottom: 30px;}
.SoapWrapper .SrightSection .aCont li{ margin-bottom:20px;}

/*shopping NEURONA*/
	.ShoppingWrapper{background:#d40000;}

	.ShoppingWrapper .ShopinnerPadding {padding-left: 20px;padding-top: 20px;}
	.ShoppingWrapper h2{font-size:45px; line-height:45px; margin-bottom:0px; color: #ffffff;}
	.ShoppingWrapper .leftSection{color: #000;font-size: 14px;line-height: 25px; width:340px; float:left;}
	.ShoppingWrapper .leftSection p {margin-bottom:30px; font-size: 20px; font-weight: bold; color: #fff;}
    span.text_white {color: #fac2b9;font-size: 20px;line-height: 26px;font-family: "Montserrat",sans-serif;}
	.ShoppingWrapper .leftSection .cureItNow a{background:#000; border:#fff solid 0px; margin-left:0px;}
	.ShoppingWrapper .leftSection .cureItNow a:hover{background:#fa6400;}
	.ShoppingRightSection{ margin-top:60px; margin-left: 50px; float: right; position:relative;}

	.ShopconzerolTube{width:780px; height:178px; background:url(images/conzerol-largeimg.png) 0 0 no-repeat;}
	
	.Shop_effective_wrapper {float:left; overflow:hidden;}
	.Shop_effective_wrapper li {  line-height:45px; color: #ffffff;font-size: 15px;font-weight: bold; text-align: center;  padding-top: 53px;font-family: "Montserrat",sans-serif;margin-left: 40px; line-height:18px;margin-left: 120px;}
	.Shop_effective_wrapper li.ef{background: url("images/effective_icon_white.png") no-repeat center 7px ;width:125px; float:left; }
	.Shop_effective_wrapper li.mg{background: url("images/money_bk_icon_white.png") no-repeat top center; width:125px; float:left;}
	.Shop_effective_wrapper li.fs{background: url("images/free_sp_icon_white.png") no-repeat center 13px;width:240px; float:right; display: inline-block;}




/*shopping NEURONA*/





/*BUY NOW*/
.checkoutproduct .contioner{width:100%;}
.checkoutproduct .coloum{margin-left:30px;}

.refundPolicy .contentWrap{width:100%;}
.fastWorldwideshipping .contentWrap{width:100%; float:none;}

/*conzerolIngredients*/
.conzerolIngredients .contioner .contioner-left{padding-left:0px;}
.conzerolIngredients .contioner .contioner-left h2{padding:0px 0px 20px; line-height:55px;}
.conzerolIngredients .contioner .contioner-right{background:#cf0202; padding:50px; width:50%; margin:0px; box-sizing:border-box;}

/*ON ADULTS PAGE HEADER*/
body.adultsPage  .conzerol-largeimg{background-size:100% auto; right:0px; width:inherit; top:-215px;}
body.adultsPage  .aboutConzWrapper .rightSection{width:260px;}
body.adultsPage  .aboutConzWrapper .feat li{padding-left:80px;}
body.adultsPage  .aboutConzWrapper .rightSection .cureItNow a{margin-left:0px;}
body.adultsPage  .aboutConzWrapper .cont .leftSection{width:50%;}
body.adultsPage  .aboutConzWrapper .cont .leftSection span.text_red{margin-top:20px;}

/*ON CHILDERN PAGE*/
body.childrenPage  .aboutConzWrapper .rightSection{margin-left:0px; width:50%; float:right;}
body.childrenPage  .aboutConzWrapper .leftSection img.size-full{width:80%;}


}

@media screen and (max-width:1100px){

.main-navigation li{ margin:0 0 0 15px;}
.footermenu ul.menu li{ margin-left:22px;}
.featureimage{ padding:30px 0 37px 0;}

.leftSection{ width:430px;}
.rightSection{ width:285px; }
.aboutConzWrapper .innerPadding{ padding-top:30px;}
.conzerol-largeimg{ right:0; width:480px; height:112px; background-size:100%; top:-135px;}
.rightSection .aCont li{ margin-bottom:20px; height:auto;}
.rightRedbg{ display:none;}

/*photosWrap*/
.photosWrap{width:100%; margin:40px 0px;}
.innerContentWrap .btn{width:245px;}
.photosWrap .photosWrap-left li{width:30%;}
.photosWrap .photosWrap-left li img {width: 100%;}

/*COMMON*/
.innerContentWrap{padding:40px 0px;}

.Aboutmollcontetn .thirdcol{ width:100%; padding:0 20px; box-sizing:border-box; margin:0 0 20px 0; float:none; display:inline-block;}

/*conzerolVSothers*/
.conzerolVSothers .con .con-left{padding: 10px 0 123px 50px;}
.conzerolVSothers .con .con-left h4{margin: 0 0 18px;}

/**/
.Be-Molluscumcontetn .cont h4 {float: none; margin:0px 0px 25px 0px; padding: 0; text-align: center; width: 100%;}
.Be-Molluscumcontetn .cont .cureItNow{ width:100%; text-align:center; float:none; }
.Be-Molluscumcontetn .cont .cureItNow a{display:inline-block; text-align:center; color: #ffffff!important;}
.Be-Molluscumcontetn .cont .effective_wrapper {clear: both; float: left; margin: 20px auto 0; overflow: hidden; text-align: center; width: 100%;}
.Be-Molluscumcontetn .cont .effective_wrapper li {display: inline-block; float: none; margin:0px;}
.Be-Molluscumcontetn .cont .effective_wrapper li.ef {margin-left: 0px;}
.footertcontacts .widget_text:first-child{ margin-right:10px;}

/**/
.howToapply .right ul li{width:46%;}

/**/
.threecoloum .coloum{margin:0 40px 0 0;}

/*shopping NEURONA*/
	.ShoppingWrapper{background:#d40000;}

	.ShoppingWrapper .ShopinnerPadding {padding-left: 20px;padding-top: 20px;}
	.ShoppingWrapper h2{font-size:45px; line-height:45px; margin-bottom:0px; color: #ffffff;}
	.ShoppingWrapper .leftSection{color: #000;font-size: 14px;line-height: 25px; width:340px; float:left;}
	.ShoppingWrapper .leftSection p {margin-bottom:30px; font-size: 20px; font-weight: bold; color: #fff;}
    span.text_white {color: #fac2b9;font-size: 20px;line-height: 26px;font-family: "Montserrat",sans-serif;}
	.ShoppingWrapper .leftSection .cureItNow a{background:#000; border:#fff solid 0px; margin-left:0px;}
	.ShoppingWrapper .leftSection .cureItNow a:hover{background:#fa6400;}
	.ShoppingRightSection{ margin-top:60px; margin-left: 50px; float: left; position:relative;}

	.ShopconzerolTube{width:600px; height:178px; background:url(images/conzerol-largeimg.png) 0 0 no-repeat;}
	
	.Shop_effective_wrapper {float:left; overflow:hidden;}
	.Shop_effective_wrapper li {  line-height:45px; color: #ffffff;font-size: 15px;font-weight: bold; text-align: center;  padding-top: 53px;font-family: "Montserrat",sans-serif;margin-left: 40px; line-height:18px;margin-left: 40px;}
	.Shop_effective_wrapper li.ef{background: url("images/effective_icon_white.png") no-repeat center 7px ;width:125px; float:left; }
	.Shop_effective_wrapper li.mg{background: url("images/money_bk_icon_white.png") no-repeat top center; width:125px; float:left;}
	.Shop_effective_wrapper li.fs{background: url("images/free_sp_icon_white.png") no-repeat center 13px;width:240px; float:right; display: inline-block;}



/*shopping NEURONA*/

}

@media screen and (max-width:1000px){
.logo_wrapper{ margin-right:20px;}
.main-navigation li{ margin:0 0 0 10px;}
.main-navigation li a{ font-size:14px;}
.contact_dt .contact_wrap{ font-size:18px;}
.footermenu ul.menu li{ margin-left:15px;}
.footermenu ul.menu li a{ font-size:13px;}
.featureimage{ padding:30px 0 37px 0;}
.chartcontetnsec{ top:30px; left: 30px;}
.aboutConzWrapper{ background-image:none; min-height:inherit; padding-bottom:20px;}
.aboutConzWrapper h2{ position:absolute; top:10px;}
.rightSection{ width:48%; background-color:#d40000; padding:40px 20px 20px 20px; box-sizing:border-box;}
.aboutConzWrapper .innerPadding{ padding:0px 0 0 0;}
.rightSection .aCont li{ margin-bottom:20px; height:auto;}
.conzerol-largeimg{ position:relative; margin:0px 0 0 0; padding:0; right:10px; top:-65px; position:absolute; width:100%; height:90px;}
.leftSection{ width:48%; padding-top:40px;}
.leftSection p{ margin-bottom:20px;}

/*Why Conzerol*/
.contagiosumTreatment .contioner{padding:40px 0px;}
.contagiosumTreatment .contioner h2{font-size:35px; line-height: 45px;}
.contagiosumTreatment .contioner h4{font-size: 20px; line-height: 35px;} 
.contagiosumTreatment .fixed_width{background-size:auto 100%;}

.contagiosumTreatment .fixed_width .trustIcon{right:15px;}

/*Conzerol vs Others*/
.conzerolVSothers .con{background-size:auto 100%;}
.conzerolVSothers .con .con-left{padding: 50px 10px 145px;}
.conzerolVSothers .con .con-left h2{font-size:30px; padding: 0px;}
.conzerolVSothers .con .con-left h4{font-size:16px; margin-bottom:20px;}

/*howToapply*/
.howToapply .left{padding-left:0px; width:40%;}
.howToapply .left h2{padding:0px 0px 20px; font-size:35px;}
.howToapply .right ul li{width: 46%;}
.howToapply .right ul li img {width: 100%;}

/*fastFactsWrap*/
.fastFactsWrap{width:100%; padding-top:10px; }
.fastFacts .fastFactsWrap ul.last{float:right; margin:0px}

/**/
.blackBorder{height:50px;}
/*adultpage*/
/*--HEADER--*/
body.adultsPage  .headBannContent{padding-left:0px;}
body.adultsPage  .aboutConzWrapper{background:none; min-height:inherit;}
body.adultsPage  .rightSection{ width:48%; background-color:#d40000; padding:40px 20px 20px 20px; box-sizing:border-box;}
body.adultsPage  .aboutConzWrapper .innerPadding{padding:0px;}
body.adultsPage  .conzerol-largeimg{background-size:100% auto; right:0px; width:inherit; top:-50px;}
body.adultsPage  .aboutConzWrapper .cont .leftSection{padding:80px 0px 0px 0px;}
body.adultsPage  .aboutConzWrapper .rightSection{width:320px;}
body.adultsPage  .aboutConzWrapper .rightSection ul.feat li{margin-left:0px;}

/*Childern page*/
/*--HEADER--*/
body.childrenPage  .headBannContent{padding-left:0px;}

.testi_rot #advps_container5 .bx-wrapper .bx-viewport p{color:#272727!important;}
body.childrenPage  .aboutConzWrapper .fixed_width{background:none; min-height:inherit;}
body.childrenPage  .aboutConzWrapper ul.feat li, body.childrenPage  .aboutConzWrapper .feat li.cross, body.childrenPage  .aboutConzWrapper .feat li.safe, body.childrenPage  .aboutConzWrapper .rightSection .cureItNow{margin-left:0px;}
body.childrenPage  .aboutConzWrapper .innerPadding{padding-top:0px;}
body.childrenPage  .aboutConzWrapper .innerPadding .leftSection{padding:80px 0px 40px;}
body.childrenPage  .aboutConzWrapper .rightSection .cureItNow a{padding:18px 0px;}
body.childrenPage  .aboutConzWrapper{padding-bottom:0px;}
body.childrenPage  .aboutConzWrapper .leftSection img.size-full{width:100%;}
}

@media screen and (max-width:900px){
.top_section{ margin-bottom:20px;}
.logo_wrapper{ margin-right:0px;}
.mainmenu_wrapper{ float:right; margin:8px 0 10px 0;}
.main-navigation li{ margin:0 0 0 20px;}
.main-navigation li a{ font-size:15px;}
.contact_dt .contact_wrap{ font-size:18px;}
.right_topsection .multiple-sidebars{ padding:0 10px;}
.right_topsection .social_wrapper{ padding-left:10px;}
.left_topsection{ width:auto;}
.footermenu{ width:100%; margin-bottom:10px;}
.footermenu .menu-footermenu-container, .footermenu ul.menu{ float:none;}
.footermenu ul.menu{ text-align:center;}
.footermenu ul.menu li{ margin-left:20px; float:none; display:inline-block;}
.footermenu ul.menu li a{ font-size:15px;}
.footertcontacts{ width:350px; margin:0 auto; float:none; overflow:hidden; clear:both;}
.footertcontacts .contact_wrap{ font-size:15px;}
.Be-Molluscumcontetn .cont h4{ margin:0 20px 0 0; font-size:24px;}
.Be-Molluscumcontetn .cont .effective_wrapper{ float:left; overflow:hidden; margin:20px auto 0px auto; width:100%; text-align:center; clear:both;}
.Be-Molluscumcontetn .cont .effective_wrapper li.ef{ margin-left:0;}
.Be-Molluscumcontetn .cont .effective_wrapper li{ float:none; display:inline-block;}
.featureimage{ padding:30px 0 42px 0;}
.aboutConzWrapper .responsiveTube {background: url("images/conzerol-responsive-img.png") no-repeat center top;   overflow:hidden; padding-top: 100px; margin-top: 20px;}


.beforeaftersec h2{ margin:0 0 20px 0; width:100%; text-align:center;}
.beforeaftersec .cont{ margin-left:0; float:right; width:100%; text-align:center;}
.testi_rot{ margin:0; padding:100px 0 100px 0;}

/*How to Apply*/
.howToapply{padding:40px 0px 50px;}	
.howToapply .left h2 {font-size: 35px; line-height: 30px; padding: 0 0 20px;}
.howToapply .left ul li{line-height:32px; margin-bottom:10px;}

/*BTN*/
.innerContentWrap .btn{width:100%;}
.table-responsive {border: 1px solid #dddddd; margin-bottom: 15px; overflow-y: hidden; width: 100%;}
.table-responsive {min-height: 0.01%; overflow-x: auto;}
.table-responsive table.table {margin-bottom: 20px; max-width: 100%; width: 100%;}
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;}
.table > thead > tr > th {border-bottom: 2px solid #dddddd; vertical-align: bottom;}

body.adultsPage  .aboutConzWrapper h2{font-size:35px; line-height:40px;}

}

@media screen and (max-width:800px){
.right_topsection .social_wrapper{width:101px;}
.social_wrapper li a{margin-right:10px;}

.main-navigation li{ margin:0 0 0 14px;}
.mb_wrapper li.ef{ margin-left:0px; padding-left:45px;}
.mb_wrapper li.mg{ margin-left:10px; padding-left:45px;}
.mb_wrapper li.fs{ margin-left:10px; padding-left:45px;}
.Be-Molluscumcontetn .cont h4{ margin:0 20px 0 0; font-size:22px;}
.footertcontacts{ width:285px;}
.featureimage{ padding:30px 0 42px 0;}
.chartcontetnsec .cont p{ margin-bottom:20px;}
/*.featuredincontetn .cont ul li img{ max-width:222px;}*/

.testi_rot{ width:100%; }
.testi_rot h3.widget-title{ margin-bottom:30px;}
.testi_rot .advps-slide{ width:100%!important;}
.aboutConzWrapper h2{ font-size:35px;}

/*ConzerolvsOthers*/
.conzerolVSothers .con .con-left{padding: 50px 10px 145px;}
.conzerolVSothers .con .con-left{width:60%;}
.conzerolVSothers .con .con-left ul{position: relative; right:0px; top:0px; left:10px;}

/*CONTACT PAGE*/
.contactFormBox{width:80%;}

/*PAGE HEADING*/
h2.pageheading{font-size:35px;}
h2.pageratings{font-size:35px;}

.innerContentWrap .btn{width:245px;}
.photosWrap .photosWrap-right .btn{width:100%;}

/*THREE COLOUM*/
.threecoloum .coloum{margin:0 30px 0 0;}
.threecoloum .coloum h2{font-size:25px; line-height:30px;}


/**/

}

@media screen and (max-width:768px){
.top_section{ height:auto;}
.top_section .fixed_width{ padding:0;}
.main-navigation li{ margin:0 0 0 14px;}
.mainmenu_wrapper{ display:none;}
.mb_wrapper li.ef{ margin-left:0px; padding-left:45px; background-position:10px center;}
.mb_wrapper li.mg{ margin-left:20px; padding-left:45px; background-position:10px center;}
.mb_wrapper li.fs{ margin-left:14px; padding-left:45px; background-position:10px center;}

.left_topsection{ width:100%; margin:0 auto; float:none; border-bottom:1px solid #d6dbdd;}
.left_topsection .widget_text{ width:515px; margin:0 auto; float:none;}

.right_topsection{ float:none; margin-left:0px; margin:0 auto; width:100%; /*overflow:hidden;*/ border-right:0; display:inline-block; vertical-align:middle; text-align:center;}
.right_topsection .multiple-sidebars{ border-left:0; display:inline-block; float:none; vertical-align:middle;}
.right_topsection aside#text-4{display:inline-block; float:none; vertical-align:middle;}
.right_topsection .social_wrapper{ width:auto; float:left; border:0; padding-left:0;}
.right_topsection .social_wrapper li{ display:block; float:left;}
.social_wrapper li a{ margin-right:10px;}
body #click-menu{ right:5px; top:53px;}

.Be-Molluscumcontetn .cont h4{ margin:0 0 30px 0; padding:0; float:none; text-align:center;}
.Be-Molluscumcontetn .cont .cureItNow{ width:100%; text-align:center; }
.Be-Molluscumcontetn .cont .effective_wrapper li.ef{ margin-left:10px;}
.Be-Molluscumcontetn .cont .effective_wrapper li{ margin:5px 10px; padding-left:40px;}
.footertcontacts{ width:285px;}
.footerbottom .textwidget p.copyright{ width:100%; margin:0px 0 15px 0; text-align:center;}
.footerbottom .textwidget p.footeraddress{ width:100%; text-align:center;}


.headBannContent{ padding:50px 0 0 0;}
.headerBanner h2{ text-align:left; font-size:45px;}
.headBannContent h4{ text-align:left; font-size:25px;}
.effective_wrapper li{ margin-left:20px;}
.headBannContent .cureItNow{ margin-bottom:20px;}
.cureItNow a{ height:auto; width:auto; display:inline-block;  line-height:normal; padding:10px 20px; margin:0;}
.featureimage{ padding:30px 0 47px 0;}
.chartcontetnsec h2{ font-size:30px; line-height:30px;}
.featuredincontetn .cont ul li{ margin:0 10px;}
/*.featuredincontetn .cont ul li img{ max-width:180px;}*/

.conzerol-largeimg{ display:none;}
.aboutConzWrapper h2{ position:relative; line-height:35px;}
.leftSection{ padding-top:0; }
.abousvideos ul li img{ width:182px;}

/*BUY NOW*/
.checkoutproduct .coloum br {display: none;}

/*HEADER BANNER*/
.captionsection .captiontittleWrap{margin-bottom:30px; padding-left:0px;}
.captionsection .captionfeatureWrap{float:none;}

/*Why Conzerol?*/
.contagiosumTreatment .contioner{width:100%;}
.contagiosumTreatment .fixed_width{background:none;}

/*conzerolVSothers*/
.conzerolVSothers .con{background:none;}
.conzerolVSothers .con .con-left{width:100%; padding:40px 0px;}
.conzerolVSothers .con .con-left h2{padding:0px;}
.conzerolVSothers .con .con-left h4{margin-bottom:30px;}
.conzerolVSothers .con .con-left p{padding:0px 0px 20px;}
.conzerolVSothers .con .con-left ul{display:none;}

/*conzerolIngredients*/
.conzerolIngredients .contioner .contioner-left{padding-left:0px;}
.conzerolIngredients .contioner .contioner-left h2{padding:0px 0px 20px 0px; line-height:55px;}

/*How to Apply?*/
.howToapply .left{float:none; width:100%;}
.howToapply .right{float:none; width:100%;}

.doctor_trusted{display:none!important;}

/*fastFactsWrap*/
.fastFactsWrap{width:100%;}
.fastFacts .fastFactsWrap ul.fisrt{float:none; margin:0px; width:100%;}
.fastFacts .fastFactsWrap ul.last{float:none; margin:0px; width:100%;}

/*BLOG PAGE*/
body.page-template-blog-page .site-content{width:100%; float:none;}
body.page-template-blog-page .widget-area{width:100%; float:none;}

/*ADULTS PAGE*/
/*--HEDER--*/
body.adultsPage  .headBannContent{padding-left:0px;}
body.adultsPage  .aboutConzWrapper h2 { font-size: 35px; line-height: 40px; margin-bottom: 30px; padding: 20px 0px 0px 0px;}
body.adultsPage  .aboutConzWrapper h2 br{display:none;}
body.adultsPage  .aboutConzWrapper .cont .leftSection{padding:0px;}
body.adultsPage  .aboutConzWrapper .cont .leftSection p:first-child{margin-top:0px;}


.threecoloum .coloum{width:45%; margin-bottom:20px;}
.threecoloum .coloum.fr{width:100%; float:none;}
body.adultsPage  .aboutConzWrapper .rightSection .conzerol-largeimg{display:block;}

body.adultsPage  .testimonialsWrapper .testi_rot{width:100%;}
body.childrenPage  .testimonialsWrapper .testi_rot{width:100%;}
}

@media screen and (max-width:740px){
.trustedbydoctors {position: inherit; right: inherit; text-align: center; top: inherit;}
body.adultsPage  .aboutConzWrapper .rightSection .conzerol-largeimg{display:none;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: portrait) {
.checkoutproduct .coloum{width:100%; margin-bottom:30px; float:none; margin-left:0px;}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
.checkoutproduct .coloum{width:45%; margin-bottom:30px;}
}

@media screen and (max-width:640px){
.left_topsection .widget_text{ width:460px; margin:0 auto; float:none;}
.mb_wrapper li.ef{ margin-left:0px; padding-left:35px; background-position:5px center;}
.mb_wrapper li.mg{ margin-left:10px; padding-left:35px; background-position:5px center;}
.mb_wrapper li.fs{ margin-left:10px; padding-left:40px; background-position:5px center;}
.right_topsection{ border-right:0;}
.footermenu ul.menu li{ margin:5px 5px 5px 5px;}
.headBannContent{ padding:50px 0 0 0;}
.featureimage{ padding:20px 0 20px 0;}
.conzerolVsOther{ background-image:none;}
.chartcontetnsec{ position:relative; clear:both; top:auto; left:auto; padding:0px 0 20px 0; clear:both;}
/*.featuredincontetn .cont ul li img{ max-width:130px;}*/
.AboutMolluscumbox{ margin-bottom:30px;}
.Aboutmollcontetn .firstcol{ width:100%; padding:0 0px; box-sizing:border-box; margin:0 0 0px 0; float:none; display:inline-block;}
.Aboutmollcontetn .secondcol{ width:100%; padding:0 0px; box-sizing:border-box; margin:0 0 0px 0; float:none; display:inline-block;}
.Aboutmollcontetn .thirdcol{ width:100%; padding:0 0px; box-sizing:border-box; margin:0 0 0px 0; float:none; display:inline-block;}
.testi_rot{ width:100%; padding:20px 0;}

.aboutConzWrapper{ padding-bottom:10px;}
.leftSection{ width:100%; padding:0; margin-bottom:20px;}
.rightSection{ width:100%; padding:20px;}
.testimonialsWrapper{ float:left; height:auto;}
.abousvideos ul li img{ width:180px;}

/*BUY NOW*/
/*HEADER BANNER*/
.captionsection .captiontittleWrap{margin-bottom:30px; padding-left:0px;}
.captionsection .captionfeatureWrap{float:none;}
.innerbannersection .innerbannermage{background:#241915!important;}
.effective_wrapper li.fs{margin-left:20px;}

/*conzerolIngredients*/
.conzerolIngredients .contioner .contioner-left{width:100%; float:none;}
.conzerolIngredients .contioner .contioner-right{width:100%; float:none;}

/*photosWrap*/
.photosWrap .photosWrap-left{float:none; width:100%; margin-bottom:15px;}
.photosWrap .photosWrap-right{float:none; width:100%;}
.innerContentWrap .btn{width:245px;}
.photosWrap .contioner{margin-bottom:50px;}

.photosWrap .photosWrap-right .btn{width:245px;}

/*ADULTS PAGE*/

/*HEADER BANNER*/
body.adultsPage  .headBannContent{padding-left:0px;}

/*THREE COLOUM*/
body.adultsPage  .aboutConzWrapper .cont .leftSection{float:none; width:100%;}
body.adultsPage  .aboutConzWrapper .cont .rightSection{float:none; width:100%;}

body.childrenPage  .aboutConzWrapper .innerPadding .leftSection{width:100%; float:none;}
body.childrenPage  .aboutConzWrapper .innerPadding .rightSection{width:100%; float:none;}

body.childrenPage  .testimonialsWrapper{padding:40px 0px;}
body.childrenPage  .testimonialsWrapper h3.widget-title{margin-bottom:20px;}
body.childrenPage  .aboutConzWrapper .rightSection .cureItNow a{margin-left:0px;}



}

@media screen and (max-width:480px){
.top_section{ height:auto; display:block;}
.left_topsection{ overflow:hidden; display:none;}
.logo_wrapper{ width:100%; margin-top:10px;}
.navLogoSection{ overflow:hidden;}
.contact_dt{ float:none; margin:0 auto 10px auto; width:180px; clear:both;}

.left_topsection .widget_text{ width:auto; text-align:center;}
.left_topsection .mb_wrapper{ text-align:center;}
.mb_wrapper li.ef{ display:inline-block; float:none; border:0; line-height:30px;}
.mb_wrapper li.mg{ display:inline-block; float:none; border:0; line-height:30px;}  
.mb_wrapper li.fs{ display:inline-block; float:none; border:0; line-height:30px;}

.headerBanner{ min-height:inherit; padding:20px 0;}
.headerBanner h2{ font-size:30px; line-height:40px;}
.aboutConzWrapper h2{ margin-top:30px; font-size:30px;}
.headBannContent{ padding:50px 0;}
.headBannContent h4{font-size:22px; line-height:30px;}
.chartcontetnsec h2{ font-size:30px; line-height:30px; margin-bottom:10px;}
.chartcontetnsec .cont p{font-size:13px; margin-bottom:10px;}
.chartcontetnsec .cont ul li{ margin:0 0 5px 0;  font-size:13px; }

.testi_rot h3.widget-title{ font-size:30px; line-height:40px; margin-bottom:20px;}
.beforeaftersec{padding:50px 0;}
.beforeaftersec h2{ font-size:30px; line-height:40px;}
.easytocontent{ width:auto; padding:60px 0 0 0;}
.easytocontent h2{ margin-bottom:20px; font-size:30px; line-height:30px;}
.easytocontent .cont ul{ margin-bottom:20px;}
.easytocontent .cont ul li{ margin-top:20px;}
.Aboutmollcontetn{ padding:20px 0;}
.abousvideos ul li img{ width:100%;}
.easytobg{ background-size:100%;}
.AboutMolluscumbox h2{ font-size:30px; line-height:40px; margin-bottom:20px;}

/*common*/
h2.pageheading{font-size:25px; line-height:35px;}
.captiontittleWrap h2{text-align:left;}

/*BANNER HEADER*/
.innerbannersection .captionsection{padding: 30px 20px;}
.captionsection .captiontittleWrap h2{font-size:25px; line-height:35px;}

/*PRODUCT*/
.checkoutproduct .coloum .tooltip{right:0px;}
.checkoutproduct .coloum{width:100%; margin-bottom:30px; float:none; margin-left:0px;}

/*BAnner Header*/
.effective_wrapper li.fs{margin-left:0px;}

/*FOOTER LOGO*/
ul.blacklogos li:last-child {margin: 0; width: 100%;}

/*watchVideo*/
.watchVideo{padding: 60px 0 40px;}
.watchVideo .trustIcon{position:inherit; text-align:center; right:inherit; bottom:inherit;}

/*PHOTOS*/
.photosWrap-leftCont-icon{display:none;}

/*FAQ*/
.innerContentWrap #accordions-264 .responsive-accordion-head{line-height:25px;}
.innerContentWrap #accordions-1194 .responsive-accordion-head{line-height:25px;}

/*HEADING H2*/
.fastWorldwideshipping h2, .refundPolicy h2, .conzerolIngredients .contioner .contioner-left h2, .howToapply .left h2, .photosWrap .photosWrap-right h3, .befor-after h2, .whyuseConzerol .con h2, body.adultsPage  .aboutConzWrapper h2, body.childrenPage  .aboutConzWrapper .innerPadding .leftSection h2, body.childrenPage  .testimonialsWrapper h3.widget-title{font-size:30px; line-height:35px;}

/*HOME PAGE*/
.abousvideos ul li{ display:inline-block; float:none; margin:0px!important;}

/*ADULT PAGE*/
/*---HEADER---*/
body.adultsPage .headerBanner{min-height:inherit;}
body.adultsPage .headerBanner h2{font-size:30px; line-height:40px; width:auto;}
body.adultsPage .headBannContent .cureItNow a{display:inline-block;}
body.adultsPage .headBannContent .cureItNow a{padding:10px 20px; display:inline-block; margin:0px 0px 30px 0px; height:inherit; width:auto; line-height:inherit;}
body.adultsPage .headBannContent h4{width:auto; font-size:18px;}
body.adultsPage .headBannContent{padding:0px;}

body.adultsPage .aboutConzWrapper .rightSection .cureItNow{display:inline-block;}
body.adultsPage .aboutConzWrapper .rightSection .cureItNow a{padding:10px 20px; margin:0px; line-height:25px; height:inherit; width:100%; display:inline-block;}
.whyuseConzerol .con{width:100%; float:none; padding:50px 0px;}
.whyuseConzerol .con p{color:#272727;}
.whyuseConzerol .con a.readMore{color:#272727;}
.whyuseConzerol{min-height:inherit;}
.threecoloum .coloum{width:100%; float:none;}
body.adultsPage  .testimonialsWrapper{padding:50px 0px;}

/*Childern PAGE*/
/*---HEADER---*/

body.adultsPage  .headerBanner, body.childrenPage  .headerBanner{background-size:auto 100%;} 


body.childrenPage  .headerBanner{min-height:inherit;}
body.childrenPage  .headerBanner h2{font-size:30px; line-height:40px; width:auto;}
body.childrenPage  .headBannContent .cureItNow a{display:inline-block;}
body.childrenPage  .headBannContent .cureItNow a{padding:10px 20px; display:inline-block; margin:0px 0px 30px 0px; height:inherit; width:auto; line-height:inherit;}
body.childrenPage  .headBannContent h4{width:auto; font-size:18px;}
body.childrenPage  .headBannContent{padding:0px;}

body.adultsPage .headerBanner h2{font-size:23px; line-height:30px;}
body.childrenPage .Be-Molluscumcontetn .cureItNow a{padding:18px 0px;}
body.childrenPage .aboutConzWrapper .innerPadding .leftSection{padding:40px 0px;}
.threecoloum .coloum h3{padding:15px 0px;}
.threecoloum .coloum h2 br{display:none;}
}

/*End Responsive css*/
.advps-slide h2.advs-title {color: #ffffff !important;}
body.page-id-449 .advps-slide h2.advs-title {color: #f00000 !important;}
body.single-post .captionsection.fixed_width {display: none;}