/*

Theme Name: Women's Specialists Group

Author:GoMedia Group 

Author URI:http://gomedia.com.au

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: vividus

Tags:



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.





Normalizing styles have been helped along thanks to the fine work of

Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/



/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Asides

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

	--------------------------------------------------------------*/

	/*@import 'https://fonts.googleapis.com/css?family=Crete+Round|Lato|Open+Sans';*/

	@font-face {

		font-family: 'Lato Black';

		src: url(./fonts/Lato-Black.ttf);

	}



	@font-face {

		font-family: 'Helvetica Neue';

		src: url(./fonts/Helvetica-Neue.ttf);

	}



	@font-face {

		font-family: 'Helvetica Neue';

		font-weight:bold;

		src:url(./fonts/Helvetica-Neue-Bold.ttf);

	}



/*@font-face {

	font-family: 'Texgyreheros';

	font-weight:bold;

	src: url(./fonts/texgyreheros/texgyreheros-bold.otf);

	}*/





/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {

	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}



body {

	margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

	display: block;

}



audio,

canvas,

progress,

video {

	display: inline-block;

	vertical-align: baseline;

}



audio:not([controls]) {

	display: none;

	height: 0;

}



[hidden],

template {

	display: none;

}



a {

	background-color: transparent;

}



/*a color and hover*/

.site-content a {

	color: #3da495;

	text-decoration: none;

	/*font-weight: bold;*/

}



.site-content a:hover,.site-content a:focus {

	color: #70d0c2;

}



a:active,

a:hover {

	outline: 0;

}



abbr[title] {

	border-bottom: 1px dotted;

}



b,

strong {

	font-weight: bold;

}



dfn {

	font-style: italic;

}



h1 {

	font-size: 2em;

	margin: 0.67em 0;

}



mark {

	background: #ff0;

	color: #000;

}



small {

	font-size: 80%;

}



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {

	bottom: -0.25em;

}



img {

	border: 0;

}



svg:not(:root) {

	overflow: hidden;

}



figure {

	margin: 1em 40px;

}



hr {

	box-sizing: content-box;

	height: 0;

}



pre {

	overflow: auto;

}



code,

kbd,

pre,

samp {

	font-family: monospace, monospace;

	font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	font: inherit;

	margin: 0;

}



button {

	overflow: visible;

}



button,

select {

	text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}

div#gform_confirmation_message_1 {
    font-size: 23px;
    font-family: 'Lato';
    font-weight: 800;
    color: #3da495;
    line-height: 27px;
    margin-top: 22px;
}



input {

	line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}


input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

	height: auto;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

}



optgroup {

	font-weight: bold;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

}



td,

th {

	padding: 0;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

	color: #404040;

	font-family: sans-serif;

	font-size: 16px;

	font-size: 1rem;

	line-height: 1.5;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	clear: both;

}



p {

	margin-bottom: 1.5em;

}



dfn,

cite,

em,

i {

	font-style: italic;

}



blockquote {

	margin: 0 1.5em;

}



address {

	margin: 0 0 1.5em;

}



pre {

	background: #eee;

	font-family: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}



code,

kbd,

tt,

var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}



abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}



mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}



big {

	font-size: 125%;

}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {

	box-sizing: border-box;

}



*,

*:before,

*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}



body {

	background: #fff; /* Fallback for when there is no custom background color defined. */

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

}



blockquote,

q {

	quotes: "" "";

}



hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



ul,

ol {

	/*margin: 0 0 1.5em 0em !important;*/

}



ul {

	list-style: disc;

}



ol {

	list-style: decimal;

}



li > ul,

li > ol {

	margin-bottom: 0;

	margin-left: 1.5em;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 1.5em 1.5em;

}



img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}



table {

	margin: 0 0 1.5em;

	width: 100%;

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}



button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}



button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}



select {

	border: 1px solid #ccc;

}



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

input[type="number"]:focus,

input[type="tel"]:focus,

input[type="range"]:focus,

input[type="date"]:focus,

input[type="month"]:focus,

input[type="week"]:focus,

input[type="time"]:focus,

input[type="datetime"]:focus,

input[type="datetime-local"]:focus,

input[type="color"]:focus,

textarea:focus {

	color: #111;

}



input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

input[type="number"],

input[type="tel"],

input[type="range"],

input[type="date"],

input[type="month"],

input[type="week"],

input[type="time"],

input[type="datetime"],

input[type="datetime-local"],

input[type="color"] {

	padding: 3px;

}



textarea {

	padding-left: 3px;

	width: 100%;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/



/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}



.main-navigation ul.menu {

	list-style: none;

	margin: 0;

	padding-left: 0;

	text-align: center;

}



.main-navigation .menu > li {

	display: inline-block;

	position: relative;

	padding:0 26.5px;

	cursor: pointer;

}



.main-navigation .menu a {

	display: block;

	text-decoration: none;

}



.main-navigation ul.menu ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	left: -999em;

	z-index: 99999;

	background: #41b4a3;

	padding:8px 0 16px;

	/*top: 1.9em;*/

}



.main-navigation > .menu .sub-menu > li a:after {

	opacity: 0;

}



.main-navigation > .menu .sub-menu > li {

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-ms-box-sizing: border-box;

	-o-box-sizing: border-box;

	margin: 0;

	transition: all 250ms ease-in-out;

	-webkit-transition: all 250ms ease-in-out;

	-moz-transition: all 250ms ease-in-out;

	-ms-transition: all 250ms ease-in-out;

	-o-transition: all 250ms ease-in-out;

}







.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}



.main-navigation ul ul a {

	min-width: 120px;

}



.main-navigation ul ul li {

	padding:0 35px;

}



.main-navigation li:hover > a,

.main-navigation li.focus > a {

}



.main-navigation ul ul :hover > a,

.main-navigation ul ul .focus > a {

}



.main-navigation ul ul a:hover,

.main-navigation ul ul a.focus {

}



.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}



.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}



.main-navigation .current_page_item > a,

.main-navigation .current-menu-item > a,

.main-navigation .current_page_ancestor > a,

.main-navigation .current-menu-ancestor > a {

}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

	display: block;

}



@media screen and (min-width: 37.5em) {

	.menu-toggle {

		display: none;

	}

	.main-navigation ul {

		display: block;

	}

}



.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

	outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}



.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}



.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

	table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/



/* Make sure select elements fit in widgets. */

.widget select {

	max-width: 100%;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

	display: block;

}



.hentry {

	margin: 0;/*0 0 1.5em;*/

}



.byline,

.updated:not(.published) {

	display: none;

}



.single .byline,

.group-blog .byline {

	display: inline;

}



.page-content,

.entry-content,

.entry-summary {

	margin: 0;/*1.5em 0 0;*/

}



.page-links {

	clear: both;

	margin: 0 0 1.5em;

}



/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}



.bypostauthor {

	display: block;

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}



.wp-caption img[class*="wp-image-"] {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}



.wp-caption-text {

	text-align: center;

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 1.5em;

}



.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}



.gallery-columns-2 .gallery-item {

	max-width: 50%;

}



.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}



.gallery-columns-4 .gallery-item {

	max-width: 25%;

}



.gallery-columns-5 .gallery-item {

	max-width: 20%;

}



.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}



.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}



.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}



.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}



.gallery-caption {

	display: block;

}



.active-overlay {

	pointer-events: none;

}



.wpb_gmaps_widget .wpb_wrapper {

	padding:0 !important;

}



/*Custom Style*/

#page {

	overflow: hidden;

}



.wrapper,.vc_inner {

	max-width: 941px;

	margin: auto !important;

}

p, ul li {

	font-size: 14px;
	font-family: 'Lato';
	font-weight: 400 !important;
	color: #939393;
	line-height: 1.5;

}



.home .vc_row-has-fill>.vc_column_container>.vc_column-inner,

.home .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {

	padding-top: 0 !important;

}



a {

	transition: all 150ms ease-in-out;

}



h2 {
	font-size: 28px;
	font-weight: 800;
	font-family: 'Lato';
	color: #414a59;
	position: relative;

	line-height: 1;

}

h2 .not-strong,
h3 .not-strong {
	font-weight: 300;
}

h3 {
	font-size: 23px;
	font-family: 'Lato';
	font-weight: 800;
	color: #3da495;
}

h2,h3 {
	margin-bottom: 22px;
}


/*.vc_ovveride*/

.site-content > .vc_row .vc_inner > .vc_column_container .vc_column-inner {

	padding-left: 0;

	padding-right: 0;

}

.inside-page .entry-content > .vc_row > .vc_column_container > .vc_column-inner {

	padding: 0 0; /*39px 0*/

}

.inside-page .wpb_content_element {

	margin-bottom:20px;

}


.prisna-gwt-align-right {
	text-align: right ;
	float: right;    margin-top: -3px;
}


/*.site-content*/

/*.gform_wrapper override*/

.gform_wrapper .top_label input.large,

.gform_wrapper .top_label select.large,

.gform_wrapper .hidden_label input.large,

.gform_wrapper .hidden_label select.large,

.gform_wrapper textarea.large {

	width:100% !important;

	padding:12px 13px !important;

	font-size:11px !important;

	font-weight:700 !important;

	color:#474747 !important;

	margin: 0 0 9px 0 !important;

	border-radius: 0 !important;

	border-color: #b7b6b6 !important;

}



.gform_wrapper .top_label .gfield_label {

	display: none !important;

}



.gform_wrapper .gform_footer.top_label {

	margin: 0;

	padding-top: 0;

	position: relative;

}



.gform_wrapper .gform_footer.top_label input[type="submit"] {

	padding: 9px 23px;

	line-height: 11px;

	text-transform: uppercase;

	font-size: 13px;

	font-family: 'Open Sans',sans-serif;

	font-weight: bold;

	color: #3da495;

	box-shadow: none;

	background-color: transparent;

	border-radius: 0;

	border: 1px solid #3da495;

	margin-top: 5px;

	font-weight:;

}



.gform_wrapper .gform_footer.top_label:before {

	content: "*  REQUIRED";

	display: block;

	position: absolute;

	right: 0;

	top: 0;

	line-height: 8px;

	font-size: 11px;

	color: #b7b6b6;

	font-family: inherit;

	font-weight: bold;

}



.gform_wrapper .gform_footer.top_label input[type="submit"]:hover {

	background: #3da495;

	color: #FFF;

}



.gform_wrapper textarea.large {

	height:10em !important;

}



body .gform_wrapper label.gfield_label + div.ginput_container {

	margin: 0 !important;

}



.gform_wrapper .top_label select.large {

	color: #B5B5B5 !important;

}

.gform_wrapper .top_label select.large option:first-child {

	color:#B5B5B5;

}



.wpb_revslider_element {

	margin-bottom: 0 !important;

}


.v-middle {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
/*#masthead .site-header*/
.site-header .container {
	max-width: 942px;
	padding: 0;
}
.site-header {
	position:relative;
	z-index: 9999;
}
.main-navigation {
	background-color: #3da495;
	position: absolute;
	top: 1px;
	left:0;
}

.site-branding {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}

.site-header .row {
	padding-bottom: 23px;
	margin:0 auto;
}

.links-info a {
	display: block;
	text-align: right;
	font-size: 20px;
	font-family: 'Open Sans';
	color: #3d4b50;
	text-decoration: none;
	line-height: 1.4;
}

.links-info a.email {
	font-size: 13px;
	margin-bottom: 5px;
}

.links-info a.email img {
	margin-right: 12px;
}

.links-info a.phone .num {font-family: 'Lato',sans-serif;color: #3da495;}

.links-info a.phone img {
	margin-right: 8px;
}

.links-info a * {
	vertical-align: middle;
}

.site-header .links-info {
	padding-right: 0;
}


.main-navigation a {

	color: #FFF;

	font-family: 'Lato',sans-serif;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 400;

}



.main-navigation .menu > li > a {

	padding: 19px 0;

	display: block;

	position: relative;

	line-height: 1;

}



.main-navigation .menu > li:first-child {

	padding-left: 0;

}



.main-navigation .menu > li:last-child{

	padding-right: 0;

}



.site-header .site-branding a {

	display: block;

}


.main-navigation .menu > li:hover > a,

.main-navigation > .menu .sub-menu > li:hover > a,

.main-navigation > .menu li.current-menu-item a {

	font-weight: 900;

}



/*.footer*/

footer#colophon {

	background-color: #687d87;

	position: relative;

	padding: 30px 0;

}

.footer-branding img {
	visibility: hidden;
}

.footer-branding {
	background-color: #687d87;
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}


footer#colophon .widget-container {

	overflow: hidden;

	display: inline-block;

	vertical-align: middle;

	margin-left: 121px;
}



footer#colophon .widget-container .widget-box {

	float: left;

	width: 194px;

	margin-right:52px;

}

footer#colophon .widget-container .widget-box:last-child {
	margin-right: 0;
	width: 167px;
}



footer .widget-box .widget-title {

	margin: 0 0 13px 0;

	font-size: 12.99px;

	font-family: 'Lato',sans-serif;

	color: #48c8b5;

	padding: 0;

	position: relative;

	font-weight:bold;

}

footer .widget-box .widget-title .not-strong {
	font-weight:300;
}



footer .widget-box .widget > div a {

	text-decoration: none;

	color: inherit;

}

footer .widget-box .widget > div a:hover {

	font-weight: bold;

}

.site-footer .widget-box p,.site-footer .widget-box a {
	color: #FFF;
	font-family: 'Open Sans',sans-serif;
	font-size: 12.05px;
	margin-bottom: 0;
}
.site-footer .widget-box .fb-link {
	color:#FFF;
	font-weight: bold;
	font-size: 12.99px;
	margin-top: 11px;
	display: block;
}
.site-footer .widget-box .fb-link:hover {
	color: #3da495;
}
.site-footer .widget-box .fb-link i {
	font-size: 16px;
	margin-right: 8px;
}

.site-footer .widget-box .fb-link * {
	vertical-align: middle;
}

/*.after-footer*/

.after-footer .wrapper > * {

	display: inline-block;

	vertical-align: middle;

	margin: 0;

}

.after-footer .marketed-by {
	float: right;
}

.after-footer .wrapper > div p,.after-footer .wrapper > div a {font-family: 'Helvetica Neue';display: inline-block;vertical-align: middle;line-height: 1;margin: 0;color: #3da495;text-decoration: none;font-size: 12px;}


.after-footer {

	padding: 13px 0;

}



.after-footer .social-links a:hover {

	color: #e39ac3;

}



/*.sub-menu*/

.main-navigation > .menu .sub-menu > li a {

	color: #FFF;

	padding: 6px 0;

}



.main-navigation > .menu .sub-menu > li:hover a {

	color:#FFF;

}



.main-navigation > .menu .sub-menu > li > a {

	position: relative;

}



.main-navigation > .menu .sub-menu > li > a:after {

	bottom: -2px;

}



/*.page-banner*/

.page-banner {

	height: 300px;

	background-size:cover;

	background-position:center;

}



/*.slicknav_menu*/

.slicknav_menu {

	/*padding: 15px 0;*/

	background-color: transparent;

	display: none;

}

/* .slicknav_menu inside main-navigation */
.main-navigation .slicknav_nav {
	text-align: center;
}

.main-navigation .slicknav_nav .sub-menu {
	margin: 0;
	background: #296b61;
}

.main-navigation .slicknav_nav .sub-menu li {
	padding: 0;
}

.main-navigation .slicknav_nav a:hover {
	background: #1f9a88;
	border-radius: 0;
	margin: 0;
	font-weight: bold;
	color:#FFF;
}

.main-navigation > .menu .sub-menu {
	list-style: none;
	padding: 14px 23px;
	margin: 0;
	min-width: 234px;
}

.main-navigation > .menu .sub-menu li {
	padding: 0;
}

.main-navigation .slicknav_btn {
	background: #414a59;
}

.main-navigation .slicknav_menu .slicknav_icon-bar {
	box-shadow: none;
}
/*Custom Home Style*/

.information-intro .wpb_wrapper,
.sub-intro .wpb_wrapper {
	overflow: auto;
	position: relative;
}

.information-intro .gynaecology-home {
	float: left;
	max-width: 368px;
}

.sub-intro .fertility-home {
	max-width: 498px;
	float: left;
}

.information-intro .obstetric-home {
	float: right;
	max-width: 564px;
}

.sub-intro .welcome-home {
	float: right;
	max-width: 414px;
}


.information-intro .wpb_text_column {
	margin-bottom: 11px;
	margin-top:39px;
}

.information-intro .wpb_text_column,
.sub-intro .wpb_text_column {
	height: 297px;
	width: 100%;
	background-size: cover;
}

.sub-intro .wpb_text_column {
	height:295px;
	margin-bottom: 39px;
}

.information-intro .wpb_text_column .wpb_wrapper,
.sub-intro .wpb_text_column .wpb_wrapper {
	position: relative;
	height: 100%;
	display: block;
}

.information-intro .gynaecology-home a,
.information-intro .obstetric-home a,
.sub-intro .fertility-home a
{
	position: absolute;
	height: 100%;
	width: 100%;
}

.information-intro .gynaecology-home a .block-btn,
.information-intro .obstetric-home a .block-btn,
.sub-intro .fertility-home a .block-btn {
	padding: 17px 22px;
	background: #3da495;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	bottom: 27px;
	left: 0;
}

.sub-intro .fertility-home a .block-btn {
	bottom:34px;
}


.sub-intro h2 {
	font-family: 'Lato','Helvetica Neue',sans-serif;
	font-size: 37px;
	margin-top: 22px;
	line-height: 1;
	color: #3da495;
	font-weight: 300;
	margin-bottom: 23px;
}

.sub-intro .welcome-home p {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 24px;
}

.sub-intro .welcome-home a.btn {
	font-family: 'Open Sans',sans-serif;
	font-size: 12.99px;
	color: #3da495;
	border: 1px solid;
	border-radius: 0;
	padding: 11px 25px;
	font-weight: 600;
}

.sub-intro .welcome-home a.btn:hover {
	background: #3da495;
	color: #FFF;
}

.meet-doctor-section {
	padding: 59px 0;
	background-size: cover;
	background-position: center;
}

.meet-doctor .meet-logo {
	width: 67px;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 21px;
	background-size: cover !important;
	background-position: center;
	background-blend-mode: multiply;
}

.meet-logo.wpb_single_image img {
	visibility: hidden;
}

.meet-doctor .wpb_text_column {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.meet-doctor .wpb_text_column h2 {
	margin-top: 0;
	margin-bottom: 9px;
	font-family: 'Lato',sans-serif;
	font-weight: 300;
	font-size: 37px;
}

.inside-page .meet-doctor .wpb_text_column h2 {
	font-size: 24px;
}

.meet-doctor .wpb_text_column p {
	/*line-height: 1;*/
	margin: 0;
}

.meet-doctor .wpb_text_column p .sub-title {font-family: 'Lato';font-weight: 300;font-style: italic;font-size: 14px;}

.meet-doctor .wpb_text_column h2,.meet-doctor .wpb_text_column p {
	color: #55535e;
}

.meet-doctor {
	/*margin-bottom: 21px;*/
}

.meet-doctor-content p {
	font-size: 14px;
	font-family: 'Lato',sans-serif;
	font-weight: 300;
}

.meet-doctor-section .meet-doctor-content {
	max-width: 518px;
}

.meet-doctor-content .wpb_text_column:last-child {
	margin-bottom: 0;
}

.meet-doctor-content .wpb_text_column {
	margin-bottom: 18px;
}

.meet-doctor-content .call-appointment p,.meet-doctor-content .call-appointment a {
	color: #3da495;
	vertical-align: middle;
	font-size: 12.99px;
	line-height: 1;
}

.meet-doctor-content .call-appointment a {
	display: block;
	font-size: 17px;
	font-weight: 400;
	margin-top: 5px;
}

.meet-doctor-content .call-appointment a:hover {
	font-weight: bold;
	cursor: pointer;
}

.meet-doctor-content .call-appointment a > * {
	display: inline-block;
	vertical-align: middle;
}

.meet-doctor-content .call-appointment a img {
	margin-right: 9px;
}


.cta-section .cta-box {
	width: 100%;
	/*max-width: 461px;*/
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	max-height: 157px;
	overflow: hidden;
}

/*.cta-section .cta-box:last-child {
    margin-right: 0;
    }*/

    .cta-section .vc_inner > .wpb_column:last-of-type .cta-box {
    	padding-right: 0;
    }
    .cta-section .vc_inner > .wpb_column:first-of-type .cta-box {
    	padding-left: 0;
    }

/*.cta-section {
    overflow: hidden;
    padding: 39px 0;
}
.inside-page .cta-section {
	padding:0 0;
	}*/
	.cta-container {
		overflow: hidden;
		padding: 39px 0;
	}

/*.inside-page .cta-container {
    padding: 0;
    }*/

    .cta-box a {
    	position: relative;
    	width:100%;/*461px*/
    	display: inline-block;
    }

    .cta-box .cta-image {
    	height: 157px;
    	width: inherit;
    	background-size: cover;
    	background-position: center;
    }

    .cta-box .text-holder {
    	position: absolute;
    	z-index: 1;
    	bottom: 0;
    	left: 0;
    	padding: 15px 26px;
    	background: #3da495;
    	margin-bottom: 14px;
    }

    .cta-box .text-holder h2 {
    	margin: 0;
    	line-height: 1;
    	font-weight: bold;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 16px;
    	color: #FFF;
    }

    .cta-box .text-holder h2 .not-strong {
    	font-weight: 300;
    }

    .information-intro .gynaecology-home a:after,.cta-box a:after, .information-intro .obstetric-home a:after, .sub-intro .fertility-home a:after {content: "";display: block;position: absolute;width: 100%;height: 100%;background: rgba(61,164,149,0.59);z-index: 0;opacity: 0;transition: all 0.5s;top: 0;left: 0;}

    .information-intro .gynaecology-home a .block-btn,.cta-box .text-holder, .information-intro .obstetric-home a .block-btn, .sub-intro .fertility-home a .block-btn {
    	z-index: 1;
    }

    .information-intro .gynaecology-home a:hover:after,.cta-box a:hover:after, .information-intro .obstetric-home a:hover:after, .sub-intro .fertility-home a:hover:after {
    	opacity: 1;
    }

    .slider-text img {
    	/*width: 63px !important;*/
    	height: auto !important;
    }

    .slider-text .slider-icon {/*
    	background-image: url(./images/slide-icon.png);*/
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	width: 66px;
    	height: 65px;
    }

/*    .slider-text .slider-icon img {
    	visibility: hidden;
    	}*/

    	.slider-text .slider-headline {
    		font-size: 42.96px;
    		font-weight: bold;
    		font-family: 'Lato',sans-serif;
    		letter-spacing: normal;
    		margin-top: 5px;
    		margin-bottom: 0;
    	}

    	.slider-text .slider-headline .not-strong {
    		font-weight: 300;
    	}

    	.slider-text .slider-btn {
    		color: #3da495;
    		font-size: 14px;
    		letter-spacing: normal;
    		font-family: 'Lato',sans-serif;
    		font-weight: 600;
    		padding: 15px 18px;
    		border: 1px solid #3da495;
    		display: inline-block;
    		line-height: 1;
    		margin-top: 15px;
    	}

    	.slider-text .slider-btn:hover {
    		color: #FFF;
    		background-color: #3da495;
    	}

    	.slider-text .wrapper > * {
    		white-space: pre-wrap;
    	}

    	.slider-text .wrapper {
    		width: 540px;
    	}

    	#rev_slider_2_1 .tparrows {
    		background-color: #e5e9f0;
    	}

    	#rev_slider_2_1 .tparrows:before {
    		color: #c3c5c8;
    	}

    	#rev_slider_2_1 .tparrows:hover {
    		background-color:#83bbb8;
    	}
    	#rev_slider_2_1 .tparrows:hover:before {
    		color:#FFFFFF;
    	}
    	.page-banner .col-md-12.text-right {
    		font-size: 42.96px;
    		font-family: "Lato";
    		font-weight: 600;
    	}
    	.page-banner .page-title {
    		margin: 0;
    		line-height: 1;
    		font-family: 'Lato';
    		font-weight: 600;
    		font-size: 42.96px;
    		color:#414a59;
    	}

    	.page-banner .wrapper {
    		padding: 107px 0 0 0;
    	}
    	.page-banner .wrapper .col-md-12 {
    		padding: 0;
    	}

    	.inside-page.page-id-9 .page-banner .wrapper {
    		padding-top: 129px;
    		padding-bottom: 129px;
    	}

    	.page-banner .page-title .not-strong {
    		font-weight: 300;
    	}

    	.intro-content {
    		max-width: 621px;
    		margin-right: 25px;
    	}

    	.custom-sidebar .vc_column-inner {
    		padding: 0 !important;
    	}

    	.custom-menu-block .title .not-strong {
    		font-weight: 300;
    	}

    	.custom-sidebar .fb_link {
    		display: block;
    		border: 1px solid #FFF;
    		text-align: center;
    		color: #FFF;
    		font-size: 12.99px;
    		padding: 11px 0;
    		font-family: 'Lato';
    		font-weight: 600;
    	}

    	.custom-sidebar .fb_link:hover {
    		color: #3da495;
    		background: #FFF;
    	}

    	.custom-sidebar .fb_link .fa-facebook {
    		font-size: 17px;
    		margin-right: 17px;
    	}

    	.custom-sidebar .fb_link > * {
    		vertical-align: middle;
    	}

    	.image-link {
    		position: relative;
    		overflow: hidden;
    		height:169px;
    		padding:0;
    	}

    	.image-link .title {
    		position: absolute;
    		left: 0;
    		bottom: 11px;
    		color: #FFF;
    		font-family: 'Open Sans';
    		font-weight: 700;
    		background-color: #3da495;
    		font-size: 16px;
    		padding: 18px 25px;
    		margin: 0;
    		z-index: 2;
    	}

    	.image-link .title .not-strong {
    		font-weight: 300;
    	}

    	.image-link  a:after {content: "";display: block;width: 100%;height: 100%;position: absolute;background: rgba(61,164,149,0.59);top: 0;left: 0;opacity: 0;}

    	.image-link:hover a:after {
    		opacity: 1;
    	}

    	.image-link:hover {
    		cursor: pointer;
    	}


    	.inside-btn a {
    		font-size: 14px !important;
    		font-family: 'Lato';
    		font-weight: 600;
    		border-width: 1px !important;
    		padding: 16px 19px !important;
    		line-height: 1 !important;
    	}

    	.inside-btn {
    		margin-bottom: 0 !important;
    	}


    	.inside-page .entry-content > .vc_row.feature-block > .vc_column_container > .vc_column-inner {
    		padding: 0;
    	}

    	.inside-page.page-id-9 .entry-content > .vc_row > .vc_column_container > .vc_column-inner {
    		padding-top: 0;
    	}

    	.inside-page .feature-block.meet-doctor-section {
    		/*max-height: 338px;*/
    		padding: 46px 0 !important;
    	}

    	.feature-block .vc_column_container>.vc_column-inner,
    	.meet-doctore-section .vc_column_container>.vc_column-inner,
    	.intro-w-sidebar .vc_column_container>.vc_column-inner {
    		padding-left: 0;
    		padding-right: 0;
    	}

    	.inside-page .page-banner {
    		/*margin-bottom: 35px;*/
    	}
    	.intro-w-sidebar h2 {
    		margin-top: 0;
    	}
    	.inside-page .entry-content > .wpb_row {
    		margin-bottom: 37px;
    	}

    	body:not(.page-id-9).inside-page .entry-content > .page-banner {
    		margin-bottom: 55px; /*55px*/
    	}
    	.inside-page .entry-content h3 {
    		margin-top: 0;
    	}
    	.inside-page .entry-content .feature-block {
    		margin-bottom: 0;
    	}

    	.inside-page .entry-content > .wpb_row:last-child {
    		margin-bottom: 0;
    	}
/*    .tp-parallax-wrap {
    left: 205px !important;
    }*/




    /*BLOG*/

    /*BLOG*/
    .blog .custom-sidebar {
    	display: none;
    }
    .blog .page-banner.container-fluid {
    	height: auto;
    }
    .blog .intro-content {
    	max-width: 100%;
    	margin-right: auto;
    }
    .blog .intro-content.wpb_column.vc_column_container.vc_col-sm-8 {
    	width: 100% !important;
    }

    .blog  .custom-sidebar.wpb_column.vc_column_container.vc_col-sm-4 {
    	display: none;
    }
    .single h1.entry-title {
    	font-size: 46px;
    	font-family: "Lato";
    	font-weight: 600;
    }
    .entry-meta {
    	font-size: 15px;
    }
    .blog .page-banner .wrapper {
    	padding: 55px 0 0 0;
    }
    .single .entry-content {
    	margin-top: 40px !important;
    }
    .vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    	padding: 9px 23px;
    	line-height: 11px;
    	text-transform: uppercase;
    	font-size: 13px;
    	font-family: 'Open Sans',sans-serif;
    	font-weight: bold;
    	color: #3da495;
    	box-shadow: none;
    	background-color: transparent;
    	border-radius: 0;
    	border: 1px solid #3da495;
    	margin-top: 5px;
    	font-weight: ;
    }
    .vc_gitem-link.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
    	color: #fff;
    	background-color: #3da495;
    	border: 1px solid #3da495;
    }
    .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480{
    	background-color: #eaeaea !important;
    }
    .error404 #content {
    	padding: 8px;
    	width: 956px !important;
    	text-align: center;
    	margin: 0 auto;
    }

    /*Media Query*/

    @media only screen and (max-width:1024px) {

    	.wrapper, .vc_inner, .slicknav_menu,
    	.site-header .container {
    		max-width: 800px;
    	}

    	#primary-navigation {
    		display: none;
    	}
    	.slicknav_menu {
    		display: block;
    	}

    	/*Custom style*/
    	.information-intro .wpb_text_column, .sub-intro .wpb_text_column {
    		margin-left: auto;
    		margin-right: auto;
    		float: none;
    		max-width: 564px;
    	}

    	.information-intro .obstetric-home {
    		margin-top: 0;
    	}

    	.cta-box {
    		margin: 0 auto 11px !important;
    		float: none;
    		clear: both;
    	}

    	.cta-box:last-child {
    		margin-bottom: 0 !important;
    	}

    	footer#colophon .widget-container {
    		max-width: 670px;
    		margin: 0 auto;
    		display: block;
    	}

    	.footer-branding {
    		width: 156px;
    		margin: 0 auto 20px;
    		display: none;
    	}

    	.site-header .row {
    		width: 100%;
    		margin: 0 auto;
    	}

    	/*inside page*/
    	.intro-content {
    		margin-right:0;
    	}

    	.intro-w-sidebar .intro-content {
    		float: none;
    		width: 100%;
    		margin-bottom: 25px;
    	}

    	.intro-w-sidebar .custom-sidebar {
    		float: none;
    		width: 80%;
    		margin: auto;
    	}

    	.intro-w-sidebar .custom-sidebar .custom-menu-block {
    		margin-top: 0;
    	}

    	.intro-w-sidebar .custom-sidebar {
    		display: none;
    	}

    	.cta-box {
    		width: 100%;
    		max-width: none;
    	}

    	.cta-box a {
    		width: 100%;
    	}

    }

    @media only screen and (min-width:824px) and (max-width:960px){
    	.col-md-8.site-branding.v-middle {
    		width:65.66666667%;
    	}

    	.col-md-8.v-middle.links-info {
    		/*width:33.33333333%;*/
    	}
    }


    @media only screen and (max-width:824px) {

    	.wrapper, .vc_inner,.slicknav_menu,
    	.site-header .container {

    		max-width: 600px;

    	}

	/*.cta-section .cta-box {
	    width: 70%;
	    }*/

	    .links-info a {
	    	float: none;
	    	display: inline-block;
	    	margin-right: 10px;
	    }

	    .links-info a:last-child {
	    	margin-right: 0;
	    }

	    .links-info {
	    	text-align: center;
	    	display: block;
	    	padding: 0;
	    }

	    footer#colophon .widget-container .widget-box {
	    	display: block;
	    	text-align: left;
	    	margin: 0 auto 10px;
	    	width: 194px;
	    }

	    footer#colophon .widget-container {
	    	text-align: center;
	    }

	    footer#colophon .widget-container .widget-box:last-child {
	    	margin-bottom: 0 !important;
	    }

	/*.image-link {
	    display: inline-block;
	    }*/

	    .custom-sidebar {
	    	text-align: center;
	    }

	    .custom-sidebar .custom-menu-block {
	    	text-align: left;
	    }
	    .site-header .links-info {
	    	margin-bottom:10px;
	    }

	    footer#colophon .widget-container .widget-box:last-child {
	    	width: auto;
	    	float: right;
	    }

	    footer#colophon .widget-container .widget-box#footer-1 {
	    	margin-right: 12px;
	    }

	}

	@media only screen and (min-width:768px) and (max-width:769px) {
		#rev_slider_2_1 li .tp-parallax-wrap {
			left: 78px !important;
		}
	}

	@media only screen and (max-width:768px) {
		.sub-intro .wpb_text_column.welcome-home {
			text-align: center;
		}

		.cta-box .cta-image img {
			width: 100%;
			position: absolute;
			left: -999px;
			right: -999px;
			top: -999px;
			bottom: -999px;
			margin: auto;
		}

		.cta-box .cta-image {
			position: relative;
		}

		footer#colophon .widget-container .widget-box {
			width: 33.33333%;
			float: left;
		}

		.information-intro .wpb_text_column, .sub-intro .wpb_text_column {
			max-width: none;
		}

	}
	@media only screen and (max-width:768px) {

		#post-9 .page-banner {
			    background-position-x: -500px;
		}
	}
	@media only screen and (max-width:768px) and (min-width:624px) {

	/*footer#colophon .widget-container .widget-box:last-child {
	    width: auto;
	    float: right;
	}

	footer#colophon .widget-container .widget-box#footer-1 {
	    margin-right: 12px;
	    }*/
	    .site-content .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-outline-custom{
	    	margin: 10px !important;
	    }
	}

	@media only screen and (max-width:624px) {

		.wrapper, .vc_inner,
		.site-header .container {

			max-width: 402px;

		}

		.after-footer .wrapper > * {
			float: none;
			display: block;
		}

		.after-footer .wrapper {
			text-align: center;
		}

		.meet-doctor-section {
			background-position: 70% center;
		}

		.meet-doctor-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row {
			background: rgba(255, 255, 255, 0.66);
			padding: 10px 0;
		}

		.meet-doctor-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row:first-child {
			padding-bottom: 0;
		}

		.meet-doctor-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row:last-child {
			padding-top: 0;
		}

		/*.inside-page*/
		.inside-page .feature-block.meet-doctor-section {
			max-height: none;
		}

		footer#colophon .widget-container .widget-box {
			text-align: center;
		}

		footer#colophon .widget-container .widget-box {
			float:none;
			width:194px;
		}

		footer#colophon .widget-container .widget-box:last-child {
			margin-right:auto;
			float: none;
		}
		footer#colophon .widget-container .widget-box#footer-1 {
			margin-right: auto;
		}

		.footer-branding {
			display: block;
		}



.page-banner {
    position:relative;
}

.page-id-270 .page-banner {
    background-position: -132px;
}

.page-id-312 .page-banner {
    background-position: -100px;
}

.page-id-10 .page-banner {
    background-position: -100px;
}
.page-id-268 .page-banner {
    background-position: -100px;
}

.page-id-9 .page-banner {
    background-position: -100px;
}
.page-id-524 .page-banner {
    background-position: -100px;
}
.page-id-426 .page-banner {
    background-position: -80px;
}
.page-id-464 .page-banner {
    background-position: -80px;
}
.page-banner h2.page-title {
    text-align: left;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 10px;
    display: block;
    width:100%;
    left: 10px;
}
.page-banner .wrapper {
    position:relative;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.page-banner .wrapper:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(65, 74, 89, 0.47);
    display:block;
}

.page-banner .wrapper .col-md-12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.main-navigation .slicknav_menu .slicknav_menutxt {float: none;text-shadow: none;display: inline-block;}

.main-navigation .slicknav_btn {
    text-align: center;
    margin: 0 auto;
    float: none;
    background: none;
    padding: 13px;
    border-radius: 0 !important;
}

.main-navigation .slicknav_menu {
    padding: 0 !important;
}

.main-navigation span.slicknav_icon {text-align:center;float:none;display: inline-block;}

	}



	@media only screen and (max-width:512px) {

		.wrapper, .vc_inner,
		.site-header .container {

			max-width: 100% !important;

			width: 90% !important;

		}
		.tp-caption.tp-resizeme {
			width: 268px;
		}
		.intro-w-sidebar .custom-sidebar {
			width:100%;
			padding: 0 15px;
		}

		.feature-block .vc_column_container>.vc_column-inner,
		.meet-doctore-section .vc_column_container>.vc_column-inner,
		.intro-w-sidebar .vc_column_container>.vc_column-inner {
			padding-left: 15px;
			padding-right: 15px;
		}

	}

	@media only screen and (max-width:480px) {
		#rev_slider_2_1 .tp-parallax-wrap {
			left: 15px !important;
		}

		#rev_slider_2_1 .tp-parallax-wrap .slider-text {
			width: 320px;
		}

		#rev_slider_2_1 .slotholder > div {
			background-position: 60% center !important;
		}

		.sub-intro .wpb_text_column.welcome-home {
			height: auto;
		}

		.sub-intro .wpb_text_column.welcome-home h2 {
			margin-top: 0;
		}
		.site-branding {
			padding: 15px 0;
		}

		.page-banner .wrapper {
			padding-right:0;
		}
		.page-id-270 .cta-container {
    padding: 0 !important;
}
	}



	@media only screen and (max-width:468px) {

	}



	@media only screen and (max-width: 400px) {
		.inside-page .feature-block.meet-doctor-section {
			text-align: center;
		}
		
		.slider-icon img {
			width: 72px !important;
		}
		.vc_custom_1476088400588 {
			background-position: -50px 0 !important;
		}
		.gform_wrapper .gform_footer.top_label input[type="submit"] {
			margin-top: 18px;
		}
		.intro-w-sidebar .intro-content {
			margin-bottom: 0;
		}
		.inside-page .entry-content > .wpb_row {
			margin-bottom: 0;
		}
		.meet-doctor-section > .wpb_column {
    background: rgba(255, 255, 255, 0.66);
    padding: 44px 0;
}
.meet-doctor-section > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row {
			background:rgba(255, 255, 255, 0);
		}

.inside-page .feature-block.meet-doctor-section {
/*    max-height: 338px;
    height: 350px;*/
    padding: 0 !important;
    margin-bottom: 43px !important;
}
.link-block.image-link {
    margin-bottom: 35px;
}
.page-id-10 .vc_empty_space{
	display: none;
}
.meet-doctor-section {
    background-position: 80% center;
}
.cta-section .cta-box {
    padding-left: 0px;
}
.cta-container {
    overflow: hidden;
    padding: 0 0 39px 0 !important;
}
#google_translate_element {
    text-align: center !important;
    float: none !important;
}
.home .meet-doctor-section > .wpb_column {
    background: rgba(255, 255, 255, .66);
    padding: 53px 0;
}
.home .meet-doctor-section {
    padding: 0;
    height: 380px;
}
.home .meet-doctor-section {
    background-position: 70% center;
}
.home .wpb_text_column.wpb_content_element.vc_custom_1476088400588.gynaecology-home {
    background-position: 50% !important;
}
.meet-doctor-content.wpb_column.vc_column_container.vc_col-sm-12 ul {
    margin: 0 auto !important;
    list-style-position: inside !important;
    padding: 0 !important;
}
.intro-content .cta-image {
    background-position: 74%;
}
	}

	@media only screen and (max-width:360px) {

	}



	@media only screen and (max-width:320px) {

		.main-navigation .slicknav_menu {
			text-align: center;
		}

		.main-navigation .slicknav_btn {
			float:none;
			display: inline-block;
		}

		.wpb_single_image.wpb_content_element.vc_align_left {
			text-align: center !important;
		}
		.vc_row.wpb_row.vc_row-fluid.feature-block.meet-doctor-section.vc_custom_1473211641006.vc_row-has-fill {
			padding: 0 !important;
		}
		.vc_column-inner.vc_custom_1468373186504 {
			padding: 0 15px !important;
			padding-bottom: 5px;
		}
		.vc_column-inner.vc_custom_1468373193748 {
			padding: 0 15px !important;
			padding-top: 5px;
		}
		.marketed-by .prisna-gwt-align-right {
			float: none !important;
			text-align: center !important;
		}
		.cta-container {
			padding: 15px 0 !important;
		}

		.slider-icon img {
			width: 72px !important;
		}

		.slider-btn {
			font-size: 15px !important;
			padding: 21px !important;
		}

		.slider-headline {
			padding-top: 10px !important;
		}

	}







