/* ----- Fonts CSS ----- */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?y3h23u');
	src: url('fonts/icomoon.eot?y3h23u#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?y3h23u') format('truetype'), url('fonts/icomoon.woff?y3h23u') format('woff'), url('fonts/icomoon.svg?y3h23u#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ----- Global CSS ----- */
body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
 *overflow-y:none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
input, select, textarea {
	outline: none;
}
/* ----- General CSS ----- */
.hr {
	border-top: 1px dashed #acc6e6;
	height: 7px;
	margin-top: 10px !important;
}
.clear-float {
	clear: both;
}
.img-l {
	float: left;
	margin: 0px 15px 10px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 10px 20px;
}
.align-left {
	float: left;
	margin-right: 3%;
}
.align-right {
	float: right;
	margin: 10px;
}
.align-center {
	text-align: center !important;
}
.align-r {
	text-align: right!important;
}
.videoBorder {
	border: 4px solid #666666;
	width: 90%;
	position: relative;
	margin: 15px auto;
	padding: 53% 0px 0px 0px;
}
.multiBorder {
	width: 90%;
	position: relative;
	margin: 10px auto;
	padding: 50% 0px 0px 0px;
	overflow: hidden;
	min-height: 860px;
}
.videoBorder iframe, .videoBorder embed, .multiBorder iframe, .multiBorder embed {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.fluid-div {
	width: 100%;
	height: 100%;
}
.intra-div {
	height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.intra-cell {
	display: table-cell;
	vertical-align: middle;
}
.Intra-L, .Intra-R {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	top: 0px;
	z-index: 2;
}
.Intra-L {
	left: -100%;
}
.Intra-R {
	right: -100%;
}
.mandatory {
	color: #FF0000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
/*-------------------- Useful Links Styles --------------------*/





.UseFul-links {
	width: 90%;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.UseFul-links img {
	margin: 2px;
	padding: 10px;
	border: 1px solid #666666;
	float: left;
}
/* ----- Slider CSS ----- */





.rslides {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}
/* ----- Scrolling Styles ----- */





#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	top: 10%;
	width: 40px;
	height: 100%;
	cursor: pointer;
}
.nbs-flexisel-nav-left {
	left: 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
}
/* ----- Back to Top and Bottom Styles ----- */





#backtobot, #backtotop {
	cursor: pointer;
	right: 5px;
	position: fixed;
	z-index: 10000;
	width: 50px;
	height: 50px;
	font: 700 12px/40px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	opacity: .7;
}
#backtotop {
	bottom: 4%;
	background: url(../images/up-arrow-icon.png) left top no-repeat;
}
#backtobot {
	bottom: 4%;
	background: url(../images/down-arrow-icon.png) left top no-repeat;
}
#backtobot a, #backtotop a {
	display: block;
	text-indent: -9999px;
}
#backtobot:hover, #backtotop:hover {
	opacity: 1;
}
/*-------------------------Animation Text Movement Css---------------------------*/





.animation-element {
	opacity: 0;
	position: relative;
}
.animation-element.slide-left, .animation-element.slide-right, .animation-element.slide-up, .animation-element.slide-down {
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.animation-element.slide-left {
	-webkit-transform: translate3d(-200px, 0px, 0px);
	-moz-transform: translate3d(-200px, 0px, 0px);
	-ms-transform: translate(-200px, 0px);
	-o-transform: translate(-200px, 0px);
	transform: translate3d(-200px, 0px, 0px);
}
.animation-element.slide-right {
	-webkit-transform: translate3d(200px, 0px, 0px);
	-moz-transform: translate3d(200px, 0px, 0px);
	-ms-transform: translate(200px, 0px);
	-o-transform: translate(200px, 0px);
	transform: translate3d(200px, 0px, 0px);
}
.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.bounce-up.in-view, .animation-element.bounce-down.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animation-element.bounce-up, .animation-element.bounce-down {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.animation-element.bounce-up {
	-webkit-transform: translate3d(0px, 80%, 0px);
	-moz-transform: translate3d(0px, 80%, 0px);
	-o-transform: translate(0px, 80%);
	-ms-transform: translate(0px, 80%);
	transform: translate3d(0px, 80%, 0px);
}
.animation-element.bounce-down {
	-webkit-transform: translate3d(0px, -80%, 0px);
	-moz-transform: translate3d(0px, -80%, 0px);
	-o-transform: translate(0px, -80%);
	-ms-transform: translate(0px, -80%);
	transform: translate3d(0px, -80%, 0px);
}
[class*="icon-"]::before {
	font-family: 'icomoon' !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: large;
}
.icon-calendar:before {
	content: "\e901";
	display: inline-block;
	vertical-align: middle;
}
.icon-phone2:before, .icon-printer:before, .icon-calendar:before {
	margin-right: 10px;
}
.icon-brand:before {
	content: "\e901"
}
.icon-google-plus3:before {
	content: "\ea8d"
}
.icon-facebook-with-circle:before {
	content: "\e909"
}
.icon-linkedin-with-circle:before {
	content: "\e906"
}
.icon-youtube-with-circle:before {
	content: "\e907"
}
.icon-twitter-with-circle:before {
	content: "\e908"
}
.icon-pinterest-p:before {
	content: "\e90a"
}
.icon-phone2::before {
	content: "\e942"
}
.icon-printer:before {
	content: "\e904"
}
/* ------------------------------ Main CSS ------------------------------ */





#Container {
	width: 100%;
	position: relative;
	overflow: hidden;
}
header, section, footer, #menuContainer, #Content-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.header-wrap, #Main-Menu, #Mobile-Menu, #Intractivity, .container, #MeetDoc, #Credibility, #Footer, #Content-Main {
	max-width: 1140px;
	min-width: 320px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/*---------- Header  Css -------------*/





header {
	background-color: #3dc7dd
}
.header-wrap {
	height: 105px;
}
.h-logo a {
	padding: 0px 1%
}
.appoint-phone {
	font: 17px/28px 'Work Sans', sans-serif;
	text-align: right;
	padding: 0px 1%;
}
.head-menu {
	display: inline-block
}
.head-menu a {
	color: #fff
}
.head-menu a:hover {
	color: #eee
}
/*---------- Menu Css -----------------*/





#Mobile-Menu {
	display: none;
}
#access {
	width: 96%;
	margin: auto;
}
.menu > li {
	text-align: center;
	position: relative;
	float: left;
	margin: 0px;
	font: 400 16px/52px 'Work Sans', sans-serif;
	text-transform: uppercase;
}
.menu > li::after {
	border-right: 5px dotted #ccc8ad;
	content: "";
	height: 28px;
	position: absolute;
	right: 0;
	top: 12px;
}
.menu > li:last-child::after {
	content: none
}
.home-nav {
	width: 11%
}
.abt-nav {
	width: 17%
}
.obst-nav {
	width: 17%
}
.gynaecology-nav {
	width: 18%
}
.gallery-nav {
	width: 14%
}
.blog-nav {
	width: 11%
}
.cont-nav {
	width: 12%
}
.menu li a {
	display: block;
	color: #3f3f3f;
	position: relative;
}
.menu li>a:hover, .menu>li:hover>a, .menu>li.active>a {
	color: #3dc7dd;
}
.menu li li a {
	background-color: inherit !important
}
.menu ul {
	position: absolute;
	z-index: 9999;
	left: 0px;
	width: 300px;
	display: none;
	opacity: 0;
	box-shadow: 0px 2px 5px 0px #6e6e6e;
	padding: 20px 0px;
	background-color: #fff;
}
.menu li:hover > ul {
	display: block;
	opacity: 1;
}
.menu li li {
	width: 100%;
	float: none;
	text-transform: none;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	transition: all 0.1s ease-in-out 0s;
	text-transform: none;
	padding-right: 34px;
}
.menu li li a {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	z-index: 999;
	text-align: left;
	transition-duration: 0.2s;
	color: #3e3e3e;
	border-left: 5px solid transparent;
}
.menu li li a::before {
	position: absolute;
	top: 15px;
	content: "\276f";
	right: -8%;
	z-index: 9;
	font-size: 20px;
	font-weight: 600;
}
.menu li>li a:hover, .menu li li:hover a {
	color: #3dc7dd;
	border-left: 5px solid #3dc7dd;
}
.menu li li:hover li, .menu li li:hover li a {
	color: #3e3e3e;
	border-left: 3px solid transparent;
}
.menu li li:hover li:hover, .menu li li:hover li a:hover {
	color: #3dc7dd;
	border-left: 3px solid #3dc7dd;
}
.menu ul ul {
	left: 100%;
	top: -20px;
	width: 245px;
	border-left-color: transparent;
}
.menu li li a::after {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	transition-duration: 0.4s;
	transform-origin: left 0px 0px;
	transform: scaleX(0);
}
.menu li li a:hover::after,  .menu li li:hover>a::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	border-radius: inherit;
}
/*Mobile Menu-------------------------------*/





.Wrapper {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	left: 0px;
}
.menu-mobile {
	font: 300 26px/42px "Open Sans", sans-serif;
	text-align: center;
	color: #fff;
}
.menu-mobile a {
	background-color: #00629B;
	color: #fff;
	display: block;
}
.par-menu li {
	background-color: #0083c2;
	border-bottom: 1px solid #cecece;
	font: 300 15px/30px "Open Sans", sans-serif;
	color: #fff;
}
.par-menu li:hover, .par-menu li:active {
	background-color: #005d95;
}
.par-menu li a {
	color: #fff;
	display: block;
	padding: 5px 15px 5px 25px;
}
.sub-menu {
	display: none;
}
.sub-menu li a {
	padding: 3px 15px 3px 50px;
}
/*---------- Banner Css -----------------*/





#Intra-Container #Intractivity {
	height: 417px
}
#Intra-Container .banner1 {
	background: url(../images/banner1-bg.jpg) no-repeat right top;
}
#Intra-Container .banner1 .Intra-L {
	background: url(../images/banner1-bg-l.jpg) no-repeat right top;
}
#Intra-Container .banner1 .Intra-R {
	background: url(../images/banner1-bg-r.jpg) no-repeat left top;
}
#Intra-Container .banner2 {
	background: url(../images/banner2-bg.jpg) no-repeat left top;
}
#Intra-Container .banner2 .Intra-L {
	background: url(../images/banner2-bg-l.jpg) no-repeat right top;
}
#Intra-Container .banner2 .Intra-R {
	background: url(../images/banner2-bg-r.jpg) no-repeat left top;
}
/*---------- Sub Banner Css -----------------*/





#Intra-Container-S #Intractivity {
	height: 300px;
}
#Intra-Container-S .banner1 {
	background: url(../images/banner1-bg-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner1 .Intra-L {
	background: url(../images/banner1-bg-l-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner1 .Intra-R {
	background: url(../images/banner1-bg-r-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner2 {
	background: url(../images/banner2-bg-s.jpg) no-repeat left top;
}
#Intra-Container-S .banner2 .Intra-L {
	background: url(../images/banner2-bg-l-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner2 .Intra-R {
	background: url(../images/banner2-bg-r-s.jpg) no-repeat left top;
}
/*----------------Tag line css ------------------------*/





.intra-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.intra-text1 {
	left: 1%;
}
.intra-text2 {
	right: 1%;
	text-align: right
}
.intra-text h2 {
	font: 200 63px/0.9em 'Work Sans', sans-serif;
	color: #ff401c;
	animation: 1.5s ease 0s normal none 1 running intraText-anim;
	-webkit-animation: 1.5s ease 0s normal none 1 running intraText-anim;
}
.intra-text h2 span {
	display: block;
	font-size: 0.38em;
	font-weight: 300;
	line-height: 28px;
	color: #242424;
	padding-top: 10px
}
.intra-text2 h2 span {
	font-size: 17px;
	font-weight: 600;
	color: #5f5f5f;
}
.read-more-b a {
	margin-top: 7%;
	border: 1px solid #d9d9d9;
	padding: 0px 17px;
	font: 400 14px/40px 'Work Sans', sans-serif;
	color: #404141;
	display: inline-block;
	transform-origin: left;
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
}
.read-more-b a:hover {
	background-color: #3DC7DD;
	color: #111;
}
 -webkit-@keyframes intraText-anim {
 from {
 transition-delay: 0.5s;
 transform-origin: right;
 transform: scaleY(0);
}
 to {
 transform: scaleY(1);
}
}
 @keyframes intraText-anim {
 from {
 transition-delay: 0.5s;
 transform-origin: right;
 transform: scaleY(0);
}
to {
	transform: scaleY(1);
}
}
/*---------------- Intra Tabs Styles -----------------*/





.intra-tabs {
	bottom: 10px;
	left: 5%;
	position: absolute;
	z-index: 9;
}
.intra-tabs li {
	display: inline-block;
	vertical-align: middle;
}
.intra-tabs li a {
	display: inline-block;
	vertical-align: middle;
	margin: 0% 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #6c6d6e;
	box-shadow: 1px 1px 20px 2px #cecece;
}
.intra-tabs li a:hover, .intra-tabs .Banner_here a {
	background-color: #00a3e7
}
/* -------------------- Resources Styles -------------------- */





.services-wrapper {
	font-family: 'Work Sans', sans-serif
}
.services-wrap ul {
	max-width: 950px;
	margin: 20px auto;
	text-align: center;
	padding-left: 1%;
}
.services-wrap li {
	display: inline-block;
	vertical-align: top;
	font: 600 20px/25px 'Work Sans', sans-serif;
	width: 23.5%;
	margin: 5px 10px 5px 0px;
	min-width: 183px;
}
.services-wrap li a {
	display: block;
	color: #fff;
	background-color: #90e5f3;
	position: relative;
	padding: 35px 0px 50px;
	border-radius: 0px 0px 50px 0px;
}
.services-wrap img {
	-webkit-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 98px;
}
.services-wrap li a:hover {
	background-color: #3dc7dd
}
.doctor-wrap {
	background: url(../images/meet-dr-bg.jpg)no-repeat center bottom;
	font : 400 15px/22px 'Work Sans', sans-serif;
}
.doctor-wrap .Intra-L {
	background: url(../images/meet-dr-bg-l.jpg)no-repeat right bottom;
}
.doctor-wrap .Intra-R {
	background: url(../images/meet-dr-bg-r.jpg)no-repeat left bottom;
}
.styled-brdr {
	background: url(../images/border-style.png)no-repeat center bottom;
	font-size: 32px;
	line-height: 35px;
	padding: 20px 0px 22px;
	margin-bottom: 22px;
	text-align: center;
	color: #363535;
}
.styled-brdr span {
	color: #bba65c;
	display: block;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
}
.doctor-wrap h2 span {
	font-size: 15px
}
.doctor-wrap h2 + p {
	text-align: center;
	color: #787878;
	padding: 0px 10%;
}
.doc-img, .doc-text {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}
.doc-img {
	width: 58%;
	margin-left: -2%;
}
.doc-text {
	width: 47%;
	margin-left: -10%;
}
.doc-text h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	color: #e0cb69;
	padding: 3% 0px;
}
.doc-text h3 b {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
}
.doc-text h3 span {
	display: block;
	color: #3f3f3f;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}
.doc-text p {
	color: #b4b4b3;
	margin-right: 6px;
}
.doc-moe {
	padding: 6% 0px
}
.doc-moe a {
	background-color: #e0cb69;
	border-radius: 15px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 42px;
	padding: 0 22px;
}
.doc-moe a:hover {
	background-color: #C5AD3F;
}
/* -------------------- Quick Links Styles -------------------- */





.quick-link h2 {
	margin-top: 2%
}
.links-in {
	margin-left: 8%;
	text-align: center;
}
.links-in li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 20px 0px;
	clear: both;
	text-align: left;
}
.links-in li:nth-child(even) {
	padding-left: 2%
}
.concept-analyze {
	background: url(../images/conception-analyze.jpg)no-repeat left top;
}
.preg-calc {
	background: url(../images/pregnancy-calc.jpg)no-repeat left top;
}
.pathway {
	background: url(../images/pathway-to-parent.jpg)no-repeat left top;
}
.child-delivery {
	background: url(../images/delivered-child.jpg)no-repeat left top;
}
.links-in li > div {
	padding-left: 40px;
	margin-top: 22px;
	background-color: #fff;
	float: right;
	width: 250px;
}
.links-in li:nth-child(1n+3) > div {
	width: 190px
}
.links-in li h3 {
	color: #393939;
	font-size: 18px;
	text-transform: uppercase;
	padding: 30px 0px 15px;
}
.links-in li p {
	color: #6b6b69;
	font-size: 15px;
	line-height: 21px;
}
.more-links {
	margin: 20px 0px;
}
.more-links a {
	background-color: #e0cb69;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 33px;
	padding: 0 15px;
}
.more-links a:hover {
	background-color: #C5AD3F;
}
/* -------------------- baby gallery Styles -------------------- */





.baby-gallery {
	background: url(../images/baby-gallery.jpg)no-repeat center top;
	min-height: 600px;
}
.baby-gallery .Intra-L, .baby-gallery .Intra-R {
	margin-top: -68px;
	min-height: 668px;
}
.baby-gallery .Intra-L {
	background: url(../images/baby-gallery-l.jpg)no-repeat right top;
}
.baby-gallery .Intra-R {
	background: url(../images/baby-gallery-r.jpg)no-repeat left top;
}
.baby-gallery h2 {
	padding-top: 6%;
	color: #fff;
	margin-bottom: 0px !important;
}
.baby-gallery h2 span {
	color: #fff
}
.baby-glry {
	padding: 20px 4% 0px 6%
}
.baby-glry li > div {
	cursor: pointer
}
.baby-glry li a {
	background-color: rgba(224, 203, 105, 0.94);
	color: #fff;
	display: none;
	font-size: 19px;
	height: 91%;
	left: 13px;
	line-height: 24px;
	position: absolute;
	top: 18px;
	width: 90%;
	border: 1px solid #fff;
	padding-top: 100px;
}
.baby-glry li a span {
	display: block;
	font-weight: 900;
}
.baby-glry li a::after {
	content: "+";
	display: block;
	font-size: 60px;
	font-weight: 200;
	margin-top: 15px;
}
.baby-glry li:hover a {
	display: block
}
.baby-glry .nbs-flexisel-nav-left, .baby-glry .nbs-flexisel-nav-right {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
}
.baby-glry .nbs-flexisel-nav-left {
	left: -2px;
}
/* -------------------- treatment journey Styles -------------------- */





.treat-journey-wrap {
	overflow: hidden
}
.treat-journey {
	min-height: 545px;
	font-family: 'Work Sans', sans-serif;
}
.treat-journey ul {
	padding: 0px 12% 30px 4%;
}
.treat-journey figure {
	position: absolute;
	right: -43%;
	top: 0px;
}
.treat-journey h1 {
	background: none;
	padding-top: 5%;
	margin-bottom: 4%;
}
.treat-journey h1 span {
	color: #666666
}
.treat-journey li {
	display: inline-block;
	min-height: 290px;
	vertical-align: top;
	width: 20%;
	position: relative;
	-webkit-animation: 2s both 5s bounceOutDown;
	animation: 2s both 5s bounceOutDown;
}
 @-webkit-keyframes bounceOutDown {
 0% {
 -webkit-transform: translateY(-400px);
 opacity: 0.2;
}
 29% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0px);
}
}
 @keyframes bounceOutDown {
 0% {
 transform: translateY(-400px);
 opacity: 0.2;
}
 29% {
 opacity: 0.5;
}
 100% {
 opacity: 1;
 transform: translateY(0px);
}
}
.treat-journey li::after {
	content: "";
	background: url(../images/sperm-icon.png)no-repeat right center;
	height: 20px;
	width: 25px;
	right: 0px;
	position: absolute;
	top: 50%;
}
#consultation::after, #treatment::after {
	-webkit-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	transform: rotate(65deg);
	right: 5%;
}
#recovery::after {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	top: 70%;
	right: -4%;
}
.treat-journey li a {
	display: inline-block;
	width: 167px;
	height: 165px;
	border-radius: 50%;
	border: 5px solid #c3ece8;
	color: #6c6c6c;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	box-shadow: 10px 12px 10px 0px #cecece;
	background-color: #fff;
}
.treat-journey li a:hover {
	border-color: #43e2d3
}
#doc-selection a {
	bottom: 0px;
	left: 2%;
}
#diagnostic a {
	bottom: 5%
}
#treatment a {
	top: 4%
}
#recovery a {
	bottom: 0px
}
.treat-journey li a::before, .treat-journey li a::after {
	content: "";
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.treat-journey li a::after {
	background-color: #eeeeee;
	height: 178%;
	top: -200%;
	width: 1px;
}
.treat-journey li a::before {
	background: url("../images/sprite-image.png") no-repeat 0px -355px;
	height: 48px;
	top: -35px;
	width: 35px;
}
.treat-journey li span {
	display: block;
	height: 55px;
	width: 60px;
	margin: 30px auto 6px;
	background: url(../images/sprite-image.png)no-repeat 0px -26px;
}
#consultation span {
	background-position: 0px -80px
}
#diagnostic span {
	background-position: 7px -135px
}
#treatment span {
	background-position: 9px -200px
}
#recovery span {
	background-position: 8px -270px
}
.treat-journey li strong {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	color: #0b0b0b;
	display: block;
}
/* -------------------- patient journey Styles -------------------- */





.pt-resource-wrap {
	background: url(../images/patient-resources-bg.jpg)no-repeat center #36bcd1;
	height: 400px;
}
.pt-resource {
	max-width: 1020px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.pt-resource li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	font: 400 18px/28px'Work Sans', sans-serif;
	text-align: center;
}
.pt-resource li:nth-child(-n+3) {
	border-bottom: 1px solid #5dc5d5;
	padding-bottom: 20px;
}
.pt-resource li:nth-last-child(-n+2) {
	padding-top: 15px
}
.pt-resource li:first-child, .pt-resource li:nth-child(2n+2) {
	border-right: 1px solid #5dc5d5;
}
.pt-resource li a {
	color: #fff;
	display: inline-block;
}
.pt-resource li span {
	display: block;
	margin: 10px auto;
	width: 35px;
}
/* -------------------- form Styles -------------------- */





.form-wrapper {
	background-color: #fbfafa;
	min-height: 470px;
}
.form-table {
	display: table;
	width: 100%;
	position: relative;
	z-index: 1;
}
.form-row {
	display: table-cell;
	width: 44%;
	vertical-align: top;
	padding: 0px 3%;
}
.form-wrap figure {
	position: absolute;
	left: -242px;
}
.form-in {
	width: 320px;
	float: right;
	position: relative;
	z-index: 1;
}
.form-row h1 {
	font: 700 26px/30px 'Work Sans', sans-serif;
	color: #363535;
	padding: 30px 0px 15px;
}
.form-row img {
	margin: 10px 0px 17px 0;
}
.form-row p {
	text-align: right;
}
.form-row p a {
	display: inline-block;
	background: #3DC7DD;
	padding: 10px 15px;
	border-radius: 3px;
	color: #ffffff;
	font: 400 16px/22px 'Work Sans', sans-serif;
}
/* -------------------- Map Styles -------------------- */





.map-wrap {
	border-top: 10px solid #36bcd1
}
.map-foot {
	height: 390px
}
.map-foot iframe {
	margin-top: -190px;
	border: 0px;
	pointer-events: none;
	height: 760px;
	width: 100%;
}
.map-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(195, 169, 50, 0.92);
	border-radius: 50%;
	border: 10px solid #fff;
	width: 325px;
	height: 320px;
	text-align: center;
	font: 300 15px/20px 'Work Sans', sans-serif;
	color: #fff;
	box-shadow: 0px 0px 2px 0px #000;
}
.map-text h1 {
	font-size: 23px;
	line-height: 27px;
	padding-top: 60px;
}
.map-text p {
	margin-top: 18px
}
.map-text a {
	color: #fff
}
.map-text span {
	font-weight: 600
}
/* -------------------- Footer Styles -------------------- */





.credibility {
	padding: 4% 0px;
	text-align: center;
}
.credibility h1 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	width: 180px;
	margin: auto;
	background-color: #fff;
	position: relative;
}
.credibility-main::before {
	background-color: #b2b2b2;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	height: 32px;
	width: 30px;
	top: 35% !important;
	z-index: 9;
	font-size: 25px;
	color: #575859;
	cursor: pointer;
	opacity: 0.6;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 1;
}
.nbs-flexisel-nav-left {
	left: -10px;
}
.nbs-flexisel-nav-right {
	right: -8px;
}
.nbs-flexisel-nav-left::before {
	content: "\276e";
}
.nbs-flexisel-nav-right::before {
	content: "\276f";
}
#Footer {
	font: 400 15px/20px "Work Sans", sans-serif;
	color: #191919;
	padding: 0px 3%;
}
#Footer a {
	color: #111;
}
#Footer a:hover {
	text-decoration: underline;
}
.foot-up {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	padding-bottom: 20px;
}
.intra-foot {
	vertical-align: baseline
}
.disp-row {
	display: none;
}
.follow-r {
	width: 320px;
}
.web-search {
	width: 210px;
}
.intra-foot h3 {
	font: 600 20px/24px "Work Sans", sans-serif;
	padding: 12% 0 8%;
}
.intra-foot li {
	padding: 2px 0px;
}
.social {
	margin-bottom: 30px
}
.social a {
	margin-right: 12px;
}
.social a:hover {
	text-decoration: none !important
}
.social a::before {
	color: #262626;
	font-size: 26px;
}
.social a:hover::before {
	color: #3DC7DD;
}
.copyText-logo {
	padding: 3% 0px 4%;
	text-align: center;
}
.copyText-logo p {
	margin: 8px 0px
}
.ypo-logo {
	float: right;
	margin-top: -38px;
}
.tftextinput2 {
	margin: 0;
	padding: 7px 1px;
	width: 84%;
	border: none;
	border-bottom: 1px solid #b2b2b2 !important;
	font-size: 14px;
}
.tftextinput2[ placeholder ] {
	color: #111;
	font-size: 14px;
}
.tfbutton2 {
	border: none;
	border-bottom: 1px solid #b2b2b2 !important;
	padding: 7px 15px;
	background: url(../images/sprite-image.png)no-repeat 3px 7px;
}





/* Fixes submit button height problem in Firefox */





.tfbutton2::-moz-focus-inner {
 border: 0;
}
.tfclear {
	clear: both;
}
#google_translate_element {
	margin-top: 25px
}
#google_translate_element a:hover {
	text-decoration: none
}
.goog-te-gadget-simple {
	width: 210px;
	border: none !important;
	border-bottom: 1px solid #b2b2b2 !important;
	padding-bottom: 8px !important;
}
.goog-te-menu-value > span {
	border-left: none !important
}
.goog-te-gadget-icon {
	display: none
}
.goog-te-menu-value > span:last-child {
	margin-left: 70px;
}
/*--------------- textMain Starts ------------------------------------*/





.navigation {
	font: 400 16px/22px 'Work Sans', sans-serif;
	color: #3dc7dd;
	padding: 25px 0px;
	border-bottom: 1px solid #ededed;
	text-align: center;
}
.navigation a {
	color: #3e3e3e;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline
}
.textMain {
	position: relative;
	font: 400 15px/23px 'Work Sans', sans-serif;
	color: #5c5e60;
	text-align: justify;
	padding: 0px 8px 30px
}
.textMain p {
	margin: 10px 0px
}
.textMain a {
	color: #3dc7dd
}
.textMain a:hover {
	color: #e0cb69
}
.textMain ul {
	padding: 0px;
	margin: 10px 0px;
	text-align: left;
}
.textMain ol {
	padding: 0px;
	margin: 10px 0px;
}
.textMain ul li {
	list-style: none;
	position: relative;
	padding: 5px 0px 5px 30px;
}
.textMain ul li::before {
	color: #8b8b8b;
	content: "\25cf";
	left: 6px;
	position: absolute;
}
.textMain ul li li::before, .textMain #serv-tabs li::before {
	display: none;
}
.textMain ol li {
	padding: 5px 0px 5px 0px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}
.textMain ul ul li, .textMain ol ul li {
	background: none;
	padding: 5px 0px;
	list-style: disc;
}
.textMain ol ol li {
	padding: 5px 0px;
	list-style-type: lower-alpha;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}
textMain ul.pdf-list li {
	text-align: left;
	padding: 5px 0px 5px 30px;
	list-style: none;
}
/*--------------- textMain Heading Starts -------------------------------------*/





.textMain h1, .textMain h2, .textMain h3, .textMain h4 {
	margin: 10px 0px;
	text-align: left;
	line-height: 1em;
}
.textMain h1 {
	font-weight: 300;
	font-size: 40px;
	color: #3dc7dd;
	margin: 25px 0px;
	text-align: center;
}
.textMain h1 span, .textMain h2 span, .textMain h3 span, .textMain h4 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3em;
	font-weight: 400;
	color: #222;
	text-transform: none;
}
.textMain h2 {
	color: #d3c16c;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}
.textMain h3 {
	font-weight: 500;
	font-size: 22px;
	color: #3DC7E3;
}
/*.textMain h3 a {





	color: #528ae6;





}*/





.textMain h4 {
	font-weight: 600;
	font-size: 17px;
	color: #e0cb69;
}
.textMainBold {
	font-weight: 700
}
.PDFtext {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
article::after {
	clear: both;
	display: block;
	content: "";
}
/*-------------Sidebar---------------------------------------*/





/*#Content-Main .intra-div { 	border-spacing: 6px 60px;





}





#Content-Left, #Sidebar { display: table-cell;





	vertical-align: top;





}





#Content-Left {	padding-right: 30px;





}





#Sidebar {	width: 320px;





    font-family: 'Open Sans', sans-serif;





    font-weight: 700;





}





/*-----------------Content-Main Start---------------------------------*/





/*-----------------Services Page ---------------------------------*/





.intra-serv, .serv-content {
	display: inline-block;
	vertical-align: top;
	margin: 40px 0px 0px;
}
.intra-serv {
	width: 40%
}
.serv-content {
	width: 60%;
	padding-left: 4%;
	min-height: 495px;
}
#service-p li {
	padding: 0px;
	text-align: justify;
}
#service-p li::before {
	content: none
}
#service-p .intra-serv ul {
	border: 1px solid #d4d4d4
}
#service-p .intra-serv li {
	width: 50%;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#service-p .intra-serv li:first-child {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#service-p .intra-serv li:last-child {
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
#service-p .intra-serv li a {
	color: #3dc7dd;
	font-size: 18px;
	font-weight: 600;
	padding: 25px 0px;
	text-transform: uppercase;
	background-color: #f0f0f0;
	display: block;
	position: relative;
}
.intra-serv li img, .services-wrap img {
	display: block;
	margin: 0% auto 20px;
}
#service-p .intra-serv li a:hover, #service-p .intra-serv .Services_here a {
	color: #fff;
	background-color: #3dc7dd;
	border-radius: 0px 0px 40px 0px;
}
#service-p .intra-serv li a:hover img, #service-p .intra-serv .Services_here img {
	-webkit-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
#service-p .serv-content h2 {
	margin: 0px;
	font-weight: 400;
	color: #3dc7dd;
	font-size: 30px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.serv-content h2::after {
	background-color: #e8e8e8;
	content: "";
	height: 5px;
	left: 0;
	bottom: 0px;
	position: absolute;
	width: 140px;
}
.read-more-serv {
	text-align: right;
	margin: 30px 0px;
}
.read-more-serv a {
	padding: 10px 20px;
	border: 1px solid #898989;
	color: #666666;
	text-transform: uppercase;
}
#serv-tabs {
	text-align: center;
	margin: 25px 10px;
}
#serv-tabs li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1%;
	min-width: 290px;
	padding: 0px;
}
#serv-tabs li a {
	align-items: center;
	color: #013668;
	display: flex;
	height: 75px;
	padding: 0 10px 0px 20px;
	color: #fff;
}
.accordian h2 {
	background-color: #DFDFDF;
	border-bottom: 2px solid #36BCD1;
	color: #555;
	cursor: pointer;
	padding: 10px 0px 10px 20px;
	margin: 3px 0;
	font-size: 22px;
	position: relative;
}
.accordian.faq-h > h2 {
	padding-right: 65px;
}
.accordian h2::before {
	display: none !important
}
.accordian h2::after {
	background-color: #fff;
	border-radius: 50%;
	color: #0083C2;
	content: "+";
	font-size: 23px;
	padding: 3px 7px;
	position: absolute;
	right: 3%;
	top: 10px;
}
.accordian .current {
	border-bottom-color: transparent
}
.accordian .current::after {
	content: "-";
	font-size: 24px;
	padding: 0 8px 5px;
}
.pane {
	display: none;
	margin: -3px 0px 20px !important;
	background-color: #eee;
	padding: 15px 4% !important;
	border-bottom: 2px solid #36BCD1;
}
.textMain .icon-phone2::before {
	display: none
}
.textMain .contact-add .icon-phone2::before {
	display: inline-block;
	color: #fff;
}
/*-----------------Profile Page ---------------------------------*/





.img-brdr {
	border: 1px solid #d7d7d7;
	padding: 10px;
}
figure {
	margin: 0px
}
.doc-p {
	overflow: hidden;
	background-color: #e6f0fa;
}
.doc-p img {
	margin-top: -100px;
}
.break {
	display: block;
	margin-left: 10px;
	font-size: 13px !important;
}
.textMain .tableborder {
	border: 1px solid #3dc7dd;
	margin: 20px auto;
	max-width: 60%;
	min-width: 312px;
}
.textMain .formHead {
	background-color: #3dc7dd;
	padding: 10px;
	margin: 0px 0px;
	color: #fff;
	text-align: center;
}
.textMain .tableborder p {
	text-align: center
}
.tel-schema span {
	display: inline-block;
	margin-left: 10px;
}
.tel-schema a::before {
	font-size: 15px;
	display: inline-block !important;
	color: #5c5e60;
}
/*.add-left, .add-right {





	display: inline-block;





	vertical-align: top;





	width: 49%;





}





.add-right {





	border-left: 1px dashed #666c7c;





	padding-left: 5%;





}*/





/*-----------------Content Page ---------------------------------*/





.review {
	text-align: center;
}
.review img {
	margin: 10px;
	padding: 0;
	position: relative;
}
.review a:hover img {
	left: -5px;
}
/*---------------------------Useful Links--------------------*/





.useful-links img {
	border: 1px solid #666666;
	float: left;
	margin: 2px;
	padding: 10px;
}
.textMain .ypo-use {
	border: 1px solid #1B76C4;
	font: 700 17px/22px 'Open Sans', sans-serif;
	padding: 10px;
	text-align: center;
}
.textMain .ypo-use h4 {
	border-top: 1px solid #1B76C4;
	text-align: center;
}
.textMain .ypo-use a {
	display: block;
	padding: 20px 3px 10px;
	text-decoration: none;
}
.text-address {
	margin-left: 10px;
}
.textMain .forms-pdf li {
	background: none;
	padding-left: 10px;
}
.textMain .forms-pdf li::before {
	content: ""
}
.forms-pdf li a::before {
	font-family: 'icomoon';
	content: "\eadf";
	color: #FE6602;
	font-size: large;
	margin-right: 8px;
}
.forms-pdf img {
	border: 1px solid #cecece;
}
#main-form-block {
	max-width: 100% !important;
	width: 100% !important;
}
#tell-friend, #supImg {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translateX(-50%, -50%);
	border: 1px solid #111;
	width: 300px;
	background: #ffffff;
	opacity: 1;
}
#tell-friend .close, #supImg .close {
	font-size: 33px;
	position: absolute;
	right: 0;
	text-align: center;
	font-weight: 700;
	top: 0;
	width: 30px;
}
#tell-friend .close a {
	color: #fff;
}
#supImg {
	width: 70%;
}
#supImg .close {
	top: -30px;
}
.textMain .testim-text li {
	margin-bottom: 30px;
	padding: 3%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	background-color: #E7F1FA;
	border-radius: 15px;
	min-height: 205px;
}
.testim-text li:nth-child(odd) {
	margin-right: 5%
}
.testim-text li::before, .resources-s li::before {
	content: none !important
}
.testim-text p::before, .testim-text p::after {
	color: #0175E9;
	font-size: 32px;
}
.testim-text p::before {
	content: "\275d";
	margin-right: 5px;
}
.testim-text p::after {
	content: "\275e";
	position: absolute;
	margin-left: 5px;
}
.textMain .star {
	color: #EB6E00;
	font-size: 20px;
}
.ratings {
	margin-bottom: 10px
}
.ratings > strong {
	font-weight: 400;
	font-size: 20px;
}
.ratings > strong::before {
	color: #FFCB05;
	content: "\2605";
	display: inline-block;
	font-size: 50px;
	margin-right: 5px;
	vertical-align: top;
}
.submit-testimonial {
	color: #ffffff;
	font: bold 14px/35px Verdana, Arial, Helvetica, sans-serif;
	margin: -50px 0 40px 10px;
	text-align: right;
}
.submit-testimonial a {
	background-color: #C5AD3F;
	border-radius: 15px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	opacity: 0.8;
}
.submit-testimonial a:hover {
	opacity: 1;
	color: inherit !important;
}
.ypo-video {
	margin-top: 30px;
}
.ypo-video iframe {
	border: 0 none;
	min-height: 455px;
}
.col-divide.align-center {
	margin: 15px 0px 0px 4%;
}
/*-----------------Contact Us Css---------------------------------*/





.cont-gen-hd {
	text-align: center !important;
	position: relative;
	animation: heading-anim 2s;
	-webkit-animation: heading-anim 2s;
}
 -webkit-@keyframes heading-anim {
 from {
 transition-delay: 5s;
 transform-origin: right;
 right: -30%;
 opacity: 0;
}
 to {
 right: 0px;
 opacity: 1;
}
}
 @keyframes heading-anim {
 from {
 transition-delay: 5s;
 transform-origin: right;
 right: -30%;
 opacity: 0;
}
to {
	right: 0px;
	opacity: 1;
}
}
.textMain .cont-wraper {
	color: #fff;
	margin-top: 30px;
	position: relative;
	width: 100%;
}
.contact-add {
	background-color: #c2b060;
	min-height: 323px;
	position: absolute;
	right: 0;
	width: 315px;
	z-index: 99;
}
.textMain .cont-wraper h2 {
	background-color: #3DC7DD;
	color: #fff;
	font-size: 20px;
	margin: 0 0 12px;
	padding: 12px 0 12px 15px;
}
.contact-add p {
	padding-left: 15px;
}
.contact-add p span {
	display: block
}
.contact-add p, .contact-add .textMainBold, .textMain .contact-add a {
	color: #fff;
}
.view-map::before {
	content: "\27a6";
	margin-right: 5px
}
.mapframe {
	overflow: hidden;
	width: 100%;
}
.map-c {
	height: 323px;
}
.map-c iframe {
	margin-top: -140px;
	border: 0px;
	pointer-events: none;
	height: 550px;
	width: 100%;
}
#service-p .contact-in li {
	background-color: #5B616F;
	width: 32%;
	min-width: 260px;
	color: #fff;
	margin: 10px 0px;
	min-height: 230px;
}
#service-p .contact-in li:nth-child(2n) {
	margin: 10px 1.5%
}
#service-p .contact-in h2 {
	text-align: center;
	background-color: #2C3344;
	padding: 12px 1%;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	min-height: 74px;
}
.contact-in a {
	color: #fff
}
.contact-in a:hover {
	text-decoration: underline
}
.sub-clr {
	color: #2C3344 !important
}
.form-in-c {
	margin: 0px 5%
}
.facebook-head {
	text-align: center;
	font-size: 28px;
}
.icon-facebook2::before {
	font-size: x-large;
	content: "\ea91";
	color: #09a7da;
}
.blog-posts li::before {
	content: "" !important;
}
#ptForm {
	background: #eee;
	padding: 15px;
	border-radius: 10px;
}
#ptForm li {
	width: 120px;
	background: #1861DA;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
}
#ptForm li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.textMain .resources-s {
	border: 0px
}
.textMain .resources-s ul {
	margin: 0px;
	text-align: center;
}
.textMain .resources-s li {
	display: inline-block;
	padding-left: 0;
	text-align: left;
	width: 250px;
	margin: 5px 10px;
}
.insurance-list ul {
	width: 50%;
	float: left;
}
.insurance-list ul ul {
	width: auto;
	float: none;
}
.test-author {
	text-align: right!important
}
.staff {
	padding: 15px 10px 15px 15px;
	background-color: #E5E5E5;
	border-radius: 11px;
	max-width: 300px;
	margin: 10px auto;
	text-align: center;
}
.staff h2 {
	text-align: center !important;
}
/*-------------Related Links--------------*/





.related-links-wrap {
	background: url(../images/top-shadow.png)no-repeat center top #f5f4f4;
}
.related-links {
	font: 500 16px/20px 'Work Sans', sans-serif;
}
.related-links h2 {
	font-size: 30px;
	padding: 3% 0px;
	text-transform: uppercase;
	text-align: center;
	color: #6a6a6a;
}
#related-topic {
	padding: 0px 6% 3% 6%;
}
#related-topic li {
	display: inline-block;
	position: relative;
	width: 33%;
	margin: 10px 0px;
	min-width: 190px;
	text-align: left;
}
#related-topic li::before {
	content: "\26aa";
	position: absolute;
	left: -10px;
	color: #727272;
}
#related-topic li a {
	color: #727272;
	padding: 0px 10px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#related-topic li a:hover {
	color: #3dc7dd;
}
/*-------------Patients Ease Footer Sub page--------------*/





.patients-ease-wrap {
	background: url(../images/patients-ease-bg.jpg)no-repeat center bottom;
	border-top: 10px solid #E4E4E4;
}
.patients-ease {
	font: 400 17px 'Work Sans', sans-serif;
}
.patients-ease h2 {
	color: #36bcd1;
	font-size: 28px;
	padding-bottom: 25px;
	text-align: center;
}
.patients-ease h2 a {
	color: #36bcd1;
}
.patients-ease .intra-cell {
	vertical-align: top;
	padding-top: 5%;
}
.service-ft-s {
	width: 300px;
}
.pt-resource-s {
	width: 275px
}
.patients-ease ul {
	position: relative
}
.service-ft-s ul::before, .pt-resource-s ul::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #e0e0e0;
	top: 0px;
	right: -15%;
}
.pt-resource-s ul::before {
	right: inherit;
	left: -15%;
}
.service-ft-s li, #serv-tabs li {
	background-color: #90e5f3;
	font-size: 22px;
	font-weight: 600;
	line-height: 80px;
	margin-bottom: 12px;
	border-radius: 0px 0px 28px;
	position: relative;
}
#serv-tabs li {
	line-height: 21px;
	font-size: 17px;
	text-align: left;
}
.service-ft-s li a {
	color: #fff;
	display: block;
}
.service-ft-s li:hover, #serv-tabs li:hover {
	background-color: #3dc7dd
}
.service-ft-s li a::before, #service-p .intra-serv li a:hover::before, #service-p .intra-serv .Services_here a::before, .services-wrap li a::before, #serv-tabs li a::before {
	content: "+";
	bottom: -23px;
	position: absolute;
	right: 7px;
	color: #fff;
	z-index: 1;
	font-size: 18px;
	font-weight: 400;
}
.service-ft-s li a::after, #service-p .intra-serv li a:hover::after, #service-p .intra-serv .Services_here a::after, .services-wrap li a::after, #serv-tabs li a::after {
	content: "\25e4";
	position: absolute;
	right: -14px;
	bottom: -32px;
	color: #3dc7dd;
	font-size: 50px;
}
#serv-tabs li a::before {
	bottom: 3px;
	right: 12px;
}
#serv-tabs li a::after {
	bottom: -5px;
	right: -11px;
}
#service-p .intra-serv li a:hover::before, #service-p .intra-serv .Services_here a::before {
	bottom: 8px;
	right: 14px;
}
#service-p .intra-serv li a:hover::after, #service-p .intra-serv .Services_here a::after {
	bottom: 0px;
	color: #90e5f3;
	right: -10px;
}
.services-wrap li a::before {
	bottom: 15px;
	font-size: 22px;
	right: 17px;
	font-weight: 300;
}
.services-wrap li a::after {
	bottom: 3px;
	color: #3dc7dd;
	font-size: 67px;
	right: -16px;
}
.service-ft-s li:hover a::after, .services-wrap li a:hover::after, #serv-tabs li a:hover::after {
	color: #90e5f3
}
.service-ft-s li img {
	width: 55px;
	margin: 0px 20px 0px 22px;
	-webkit-filter: brightness(0)invert(1);
	-ms-filter: brightness(0)invert(1);
	-moz-filter: brightness(0)invert(1);
	filter: brightness(0)invert(1);
}
.doc-foot {
	text-align: center;
	position: relative;
}
.doc-foot h1 {
	color: #e0cb69;
	font-size: 40px;
	padding-bottom: 20px;
}
.doc-foot h1 span {
	display: block;
	color: #3f3f3f;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.about-dr {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.about-dr a {
	display: inline-block;
	font-size: 15px;
	line-height: 50px;
	font-weight: 500;
	padding: 0px 22px;
	background-color: #e0cb69;
	border-radius: 15px;
	color: #fff;
}
.about-dr a:hover {
	background-color: #C5AD3F
}
.pt-resource-s ul {
	padding: 35px 25px;
	background: url(../images/patient-resources-bg.jpg)no-repeat center top / auto 100%;
}
.pt-resource-s li {
	line-height: 55px;
	border-bottom: 1px solid #53c3d4;
}
.pt-resource-s li:last-child {
	border: none
}
.pt-resource-s li a {
	color: #fff;
	display: block;
}
.pt-resource-s li span::before, .pt-resource li span::before {
	color: #fde470;
	margin: 0 22px 0 8px;
	font-size: x-large;
	vertical-align: middle;
}
.pt-resource-s li a:hover span::before, .pt-resource li a:hover span::before {
	color: #fff;
}
.icon-files:before {
	content: "\e900"
}
.icon-play-circle:before {
	content: "\e902";
}
.icon-file-text:before {
	content: "\e903";
}
.icon-clock2:before {
	content: "\e94f";
}
.icon-user:before {
	content: "\e971";
}
.textMain .p-name {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 0;
}
.galleryImg {
	border: 1px solid #dacfcf;
    filter: drop-shadow(7px 8px 6px grey);
	padding:5px;
}


/*-------------Medaia Screens for Mobile Devices--------------*/
@media screen and (max-width :980px) {
.head-menu a {
	display: block;
	text-align: left;
	margin: 10px 0px;
}
.head-menu a:last-child {
	border: none;
	margin-left: 0px;
	padding-left: 0px;
}
.menu > li {
	font-size: 14px
}
.intra-text::before {
	background-color: rgba(255, 255, 255, 0.8);
	content: "";
	height: 112%;
	left: -4%;
	position: absolute;
	top: -8%;
	width: 107%;
	z-index: -1;
}
.links-in {
	margin-left: 2%
}
.treat-journey ul {
	padding-left: 0%
}
.treat-journey li::after {
	right: -8% !important
}
#diagnostic a {
	bottom: 0%
}
#Content-Left {
	padding-left: 0;
	padding-right: 30px;
}
.doc-p {
	float: none;
	margin-left: 0px;
	display: inline-block;
}
.submit-testimonial {
	margin-top: 0px;
}
.navigation h1 {
	font-size: 32px;
	line-height: 36px;
}
.patients-ease-wrap {
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.patients-ease .intra-cell {
	display: inherit;
	margin: auto;
}
.patients-ease ul::before {
	content: none
}
.follow-r {
	width: 270px
}
}
 @media screen and (max-width :900px) {
.intra-serv {
	width: 220px
}
#service-p .intra-serv li {
	width: 100%
}
.serv-content {
	width: 71%
}
.doc-img {
	margin-left: -12%;
	margin-top: 2%;
	width: 60%;
}
.doc-text {
	width: 62%
}
.form-in::after {
	height: 100%;
	width: 111%;
	content: "";
	background-color: #fff;
	position: absolute;
	z-index: -1;
	top: 0;
	left: -10%;
	opacity: 0.30;
}
}
 @media screen and (max-width :800px) {
#access {
	width: auto
}
.home-nav, .blog-nav {
	width: 10%
}
.abt-nav, .gynaecology-nav {
	width: 19%
}
.gallery-nav {
	width: 13%
}
.cont-nav {
	width: 12%
}
.Intra-L, .Intra-R {
	display: none;
	background-image: none;
	visibility: hidden;
}
#Intra-Container-S #Intractivity {
	height: 275px
}
.doc-img {
	vertical-align: top
}
.links-in li {
	min-width: 480px;
	width: 70%;
}
.baby-gallery h2 {
	padding-top: 50px
}
.treat-journey figure {
	display: none
}
.treat-journey ul {
	padding-right: 4%;
	padding-left: 4%;
}
.treat-journey li {
	width: 33%
}
.treat-journey li::after, #treatment a::after, #recovery a::after {
	content: none
}
#treatment a {
	bottom: 0;
	right: -28px;
	top: inherit;
}
#recovery a {
	bottom: 0;
	right: -35%;
}
.resources-tabs li:nth-child(3n-1) {
	margin-left: inherit
}
.resources-tabs li {
	width: 45%;
	min-width: 310px;
	margin-right: 2% !important;
}
/*.form-in {

	width: 535px

}

.form-in h1 {

	padding-top: 2%

}*/

.disp-row {
	display: table-row
}
.tftextinput2 {
	width: auto
}
.social {
	margin-bottom: 20px
}
.ypo-logo {
	float: none;
	margin-top: 15px;
}
.textMain.profile h1 {
	order: 1;
	border: none;
	text-align: center;
}
#service-p {
	text-align: center;
}
.intra-serv {
	width: 400px
}
#service-p .intra-serv li {
	width: 50%
}
.serv-content {
	width: 99%;
	padding: 0px;
}
.add-left, .add-right {
	width: 100%;
	padding-bottom: 10px;
	border-left: none;
	padding-left: 0px;
}
.add-left {
	border-bottom: 2px dashed #cecece;
}
#related-topic {
	text-align: center
}
}
 @media screen and (max-width : 768px) {
.form-table {
	display: block;
}
.form-row {
	display: block;
	width: 100%;
	clear: both;
	margin: 20px 0 20px 0;
}
}
 @media screen and (max-width : 640px) {
.header-wrap {
	height: auto;
	padding-top: 10px
}
.header-in {
	display: inherit;
	margin: 15px auto;
	text-align: center
}
.h-logo {
	width: 450px;
}
#Main-Menu {
	display: none
}
#Mobile-Menu {
	display: block;
	width: 100%;
	z-index: 99;
}
.doc-img, .doc-text {
	display: block;
	margin: 20px auto;
	width: 95%;
}
/*#Content-Left, #Sidebar {	display: inherit;





        margin: 0px auto 10px;





        border-spacing: 0px;





    }





    #Content-Left{  width: 100% }*/





.textMain h1 {
	font-size: 25px
}
.align-left1 {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.submit-testimonial {
	text-align: center
}
.navigation h1 {
	font-size: 25px;
	line-height: 30px;
}
.img-l, .img-r {
	float: none;
	display: block;
	margin: 10px auto;
}
}
 @media screen and (max-width : 550px) {
.intra-text {
	width: 310px;
	left: 50%;
	right: inherit;
	-webkit-transform: translate(-50%, -45%);
	-ms-transform: translate(-50%, -45%);
	transform: translate(-50%, -45%);
}
.intra-text h2 {
	font-size: 47px
}
.treat-journey ul {
	text-align: center
}
.treat-journey li {
	width: 50%;
	min-width: 200px;
	min-height: inherit;
	margin: 5px 0px 20px;
}
.treat-journey li a {
	position: inherit;
	right: inherit !important;
}
.treat-journey li a::before, .treat-journey li a::after {
	content: none
}
.pt-resource li {
	width: 50%
}
.pt-resource li:nth-child(4) {
	border-bottom: 1px solid #5dc5d5;
	border-left: 1px solid #5dc5d5;
	padding: 0px 0px 20px 0px
}
.form-wrap figure {
	display: none
}
.form-in {
	float: none;
	width: auto;
	margin: 0px 10px;
}
.intra-foot {
	display: inherit;
	margin: 0 auto;
	text-align: center;
	width: 315px;
}
.intra-foot h3 {
	padding-bottom: 10px
}
}
 @media screen and (max-width : 480px) {
.h-logo {
	width: 310px;
}
#Intra-Container-S {
	display: none
}
.home #Intra-Container-S {
	display: block
}
.doc-text h3 b {
	display: block
}
.links-in li {
	min-width: 320px
}
.links-in li > div {
	background-color: rgba(255,255,255,0.75)
}
.align-left {
	float: none;
	display: block;
	margin: 10px auto;
}
.align-right {
	float: none;
	display: block;
	margin: 10px auto;
}
.facebook-head {
	font-size: 24px
}
}
 @media screen and (max-width : 400px) {
.pt-resource li {
	width: 230px;
	border: none !important;
	border-bottom: 1px solid #5dc5d5 !important;
	text-align: left;
	padding: 12px 0px !important;
}
.pt-resource li:last-child {
	border-bottom: none !important;
}
.pt-resource li span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.intra-serv {
	width: 220px
}
#service-p .intra-serv li {
	width: 100%
}
.accordian h2 {
	font-size: 20px;
	padding-left: 75px;
}
.doc-foot h1 span {
	letter-spacing: 3px;
}
.form-row {
	padding: 0px;
}
.you-video {
	padding: 0px 15px;
}
}
