/*****CSS START HERE******/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding:0;  
  font-family: "Open Sans", sans-serif;

}
h1, h2, h3, h4, h5, h6, p {
margin:0;
padding:0;
}
button:focus {
outline:none;
}
ul, ol, li {
margin:0;
padding:0;
list-style-type:none;
}
a {
text-decoration:none;
}
img {
max-width:100%;
}
input:focus {
outline:none;
}
header, footer, section {
width:100%;
float:left;
}
.auto-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 10px 20px;
}

.logo-outer {
	max-width: 160px;
}
.nav-outer-right ul {
	display: flex;
	gap: 10px;
}

.nav-outer-right li a {
	border: 1px solid #214a81;
	border-radius: 100px;
	padding: 8px 20px;
	color: #214a81;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.nav-outer-right li.book-call2 a {
	background: #214a81;
	color: #fff;
}
.nav-outer-right li.book-call3 a {
	background: #62c6c1;
	border-color: #62c6c1;
}
.nav-outer {
	text-align: center;
	background: #214a81;
	padding: 20px 20px;
}
.nav-outer ul {
	display: flex;
	width: auto;
	margin: auto;
	gap: 25px;
	justify-content: space-between;
}

.nav-outer ul li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.banner-inner {
	padding: 160px 0;
	position: relative;
	background-size: cover !important;
}.banner-inner::after {
	content: "";
	position: absolute;
	background: #00000061;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
}
.banner-inner h2 {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 80px;
	font-weight: 400;
}

.banner-inner h3 {
	color: #fff;
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding: 20px 10% 10px 0;
	text-transform: uppercase;
}
.banner-inner a {
	background: #62c6c1;
	border-color: #62c6c1;
	border-radius: 100px;
	padding: 10px 20px;
	color: #214a81;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 15px 0 0;
	display: inline-block;
}.banner-inner .auto-container {
	position: relative;
	z-index: 1;
}
.banner-outer .owl-dots {
	display: none;
}
     #moreContent {
            display: none;
        }

.to-all-inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}
.to-all-left {
	width: 100%;
}


.to-all-right {
	width: 100%;
}

.to-all-home img {
	border-radius: 50px;
	transform: scale(.8);
	height: 760px;
	object-fit: cover;
}
.title-outer {
	font-size: 70px;
	font-family: "Montserrat", sans-serif;
	color: #214a81;
	font-weight: 400;
	border-bottom: 1px solid #214a81b0;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.to-all-content {
	color: #214a81;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
}
#showBtn {
	color: #214a81d4;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
	padding: 0;
	border: none;
	background: none;
}
.noContent {
	display: none;
}

.to-all {
	padding: 60px 0;
}

.dianostic-ul
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}


.dianostic-ul li
{
  flex: 0 0 calc((100% - 64px) / 5); /* 5 items per row */
  box-sizing: border-box;
  padding: 20px;
  background: #eee;
  text-align: center;
}

.features {
	background: #cce0ef;
	padding: 70px 0;
	text-align: center;
}

.features h2 {
	font-size: 50px;
	font-family: "Montserrat", sans-serif;
	color: #214a81;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}

.features h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 200px;
	height: 5px;
	background: #ffffffa6;
	margin: auto;
}
.dianostic-ul li {
	flex: 0 0 calc((100% - 64px) / 5);
	box-sizing: border-box;
	padding: 0;
	border:none !important;
	background: #fff;
	text-align: center;
	position:relative;
	top:0;
	transition: all 0.5s ease-out;
}

.diagnostice img {
	height: 170px;
	object-fit: cover;
}

.diagnostice h3 {
	letter-spacing: 0.1em;
	line-height: 1.2em;
	font-family: Open Sans;
	font-weight: 600;
	color: #214a81;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	margin: auto;
	margin: 0px 10px 30px;
	padding: 20px 0 15px;
	border-bottom: 1px solid #214a814d;
}

.to-all-right.approach .title-outer {
	border: none;
	font-size: 60px;
	padding: 0;
}

.approach h3 {
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	color: #4e9e9a;
	font-size: 29px;
	margin: 0 0 20px;
}

.approach p {
	color: #535353;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
}

.our-mission
{
	background:url(../images/mission.webp) no-repeat top center;
	background-size:cover;
	padding:60px 0;
	position:relative;
}
.our-mission::after {
	content: "";
	position: absolute;
	background: #00000061;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
}
.mission .title-outer {
	color: #fff;
	border-color: #fff;
}


.mission p {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
}



.our-mission .to-all-inner {
	position: relative;
	z-index: 1;
}
.elite-map {
	padding: 30px;
}


.elite-map-inner {
	display: flex;
	background: #eff5f9;
	gap: 20px;
	align-items: center;
}
.elite-map-left {
	width: 100%;
}

.elite-map-left iframe {
	width: 100%;
}
.elite-map-right {
	padding: 10px 20px;
	width: 50%;
}
.elite-map-right h2 {
	font-size: 36px;
	font-family: "Montserrat", sans-serif;
	color: #214a81;
	font-weight: 400;
	margin: 0 0 20px;
}
.elite-map-right p {
	font-size: 16px;
	color: #535353;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	border-bottom: 1px solid #5353532b;
}


.hours li {
	display: flex;
	text-align: left;
	gap: 20px;
	font-size: 12px;
	margin: 6px 0;
}
.hours li span:first-child {
	width: 26%;
}

.btn-hours a {
	border: 1px solid #214a81;
	border-radius: 100px;
	padding: 10px 17px;
	color: #214a81;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #fff;
}

.hours {
	margin: 0 0 30px;
}
.btn-hours .phn-number {
	background: #214a81;
	color: #fff;
}

footer {
	background: #214a81;
	padding: 40px 0 20px;
}
.footer01 p, .footer01 p a {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
}
.footer-top {
	display: flex;
	gap: 30px;
}
.stars {
	color: #fff;
	display: flex;
	gap: 6px;
}


.social a {
	color: #fff;
	font-size: 22px;
}
.social {
	display: flex;
	gap: 6px;
	color: #fff;
	margin: 30px 0 0;
}
.footer-nav {
	display: flex;
	gap: 20px;
}
.footer-nav li a {
	color: #fff;
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	font-size: 12px;
}

.footer01 {
	border-right: 1px solid #ffffff52;
	padding: 0 40px 0 0px;
	width: 32%;
}
.copyright {
	text-align: center;
	padding: 20px 0 0;
}
.copyright p {
	color: #fff;
	font-size: 14px;
}

.about-us {
	text-align: center;
	padding: 80px 0;
	background: #214a81;
}
.about-us h2 {
	color: #fff;
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-size: 38px;
}

.about-us p {
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	color: #fff;
	font-size: 16px;
	margin: 18px 0 0;
}

.about-con .to-all-left img {
	border-radius: inherit;
}
.about-con .to-all-right {
	text-align: center;
	border: 1px solid #33333329;
	padding: 40px;
	width: 80%;
}

.to-all-right p {
	color: #535353;
	font-size: 14px;
	line-height: 2em;
	font-family: "Open Sans", sans-serif;
	margin: 40px 0;
}

.steven {
	background: #ececec;
	padding: 60px 0;
}

.steven-ul li {
	flex: 0 0 calc((100% - 64px) / 3);
	box-sizing: border-box;
	padding: 60px 20px;
	background: #fff;
	text-align: center;
}
.steven-ul li h2 a {
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	color: #214a81;
	font-size: 18px;
}
.steven-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.btn-con {
	border: 1px solid #214a81;
	border-radius: 100px;
	padding: 10px 18px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background: #214a81;
	margin: 30px 0 0;
	display: inline-block;
}

.diagnostics-para h2 {
	color: #214a81;
	font-size: 26px;
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
}

.diagnostics-para h3 {
	font-size: 20px;
	font-family: Open Sans;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 2em;
	margin: 30px 0 0;
}

.diagnostics-para p, .to-all-hope p, .fact-sheet p, .fact-topics p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin: 5px 0 15px;
}
.checks {
	list-style: circle;
	padding: 10px 0 10px 40px;
}

.checks li {
	list-style: disc;
	font-size: 14px;
	margin: 4px 0;
	line-height: 28px;
}
.diagnostics-para {
	padding: 0 0 60px;
}
.read-more-con {
	text-align: center;
	margin: 40px 0 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.read-more-con a {
	border: 1px solid #214a81;
	border-radius: 100px;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	background: #214a81;
	text-decoration: underline;
}
.diag .to-all-left img {
	border-radius: inherit;
	height: 400px;
	object-fit: cover;
	width: 100%;
}
.diagnostics-para h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 30px 0 10px;
}

.btn01 img {
	max-width: 200px;
}

.img-con {
	min-height: 230px;
}.miller {
	width: 50%;
}.miller .img-con {
	min-height: inherit;
	margin: 0 0 20px;
}



.to-all.diag .auto-container {
	max-width: 1000px;
}


.to-all.diag .auto-container, .diagnostics-para .auto-container {
	max-width: 1000px;
}

.to-all-hope {
	margin: 80px 0 40px;
}

.checks.patient {
	padding-top: 0;
	/* list-style: decimal; */
	padding-bottom: 0;
}.checks.patient li {
	list-style: circle;
}

.diagnostics-para.checks-ul {
	padding: 60px 0;
}.checks li a {
	color: #333;
	text-decoration: underline;
}.diagnostics-para h5 {
	font-size: 30px;
	font-family: Open Sans;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 2em;
	margin: 30px 0 0;
}


.checks.follicular li {
	margin: 20px 0;
	list-style: -webkit-repeating-radial-gradient;
	/* line-height: 28px; */
}





.nav-outer ul.sub-menu li {
	text-align: left;
}
.nav-outer ul.sub-menu {
	position: absolute;
	background: #214a81;
	display: none;
	z-index: 111;
	text-align: left;
	padding: 10px;
	box-shadow: 1px 4px 5px #0000000a;
	gap: 0px;
	grid-auto-flow: column;
	grid-auto-columns: auto;
	grid-template-rows: repeat(var(--menu-submenu-max-num-of-columns, 6),auto);
	width: auto;
}

.nav-outer ul.sub-menu li a {
	padding: 8px 20px;
	text-align: left;
	display: inline-block;
	width:100%;
}

.nav-outer ul li:hover .sub-menu {
	display: grid;
}

.nav-outer ul.sub-menu li a:hover
{
	color:#214a81;
	background:#fff;	
}

.fertility-ul {
	display: flex;
	flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


.fertility-ul li {
	flex: 0 0 calc(25% - 10px);
	text-align: center;
transition: all 0.5s ease-out;
	background: #c0d9ec;
	padding: 40px 20px;
	border-bottom: 1px solid #214a81;
	position:relative;
	top:0;
}

.fertility-ul li h2 {
	font-family: Open Sans;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	padding: 0px;
	text-transform: uppercase;
	font-size: 14px;
	margin:0 0 30px;
}

.fertility-ul li a {
	background: url(../images/check2.jpg) no-repeat right;
	font-size: 14px;
	color: #272626;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 27px 0 0;
}


.fertility-ul li:hover, .dianostic-ul li:hover {
	top: -6px;
	border-bottom: 4px solid #214a81;
}

.fertility-ul li a:hover, .nav-outer ul li a:hover
{
	color:#4e9e9a;
}

.fact-sheet {
	padding: 0 20px 80px;
	text-align: center;
}
.fact-sheet img {
	width: 100%;
}


.fact-sheet .auto-container, .fact-topics .auto-container {
	max-width: 620px;	
	text-align:center;
}
.fact-topics {
	background: #dfecf5;
	padding: 60px 0;
}
.fact-topics h2 {
	color: #214a81;
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-size: 24px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 20px;
}

.fact-topics h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 200px;
	height: 5px;
	background: #214a81ba;
	margin: auto;
}
.fact-sheet p {
	margin: 50px 0 0 !important;
}



.fact-sheet .read-more-con a, .fact-topics .read-more-con a {
	text-transform: uppercase;
}


.diagnostics-para.privacy {
	padding-top: 40px;
}
.our-mission p {
	color: #fff;
}


.nav-btn {
	display: none;
}
.expand-menu {
	display: none;
}.media-img-sticky {
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}.hope-so .to-all-hope {
	margin: 30px 0 0;
}

.to-all.diag.steven-r {
	padding: 60px 0;
}
.steven-r img {
	height: auto;
	transform: inherit;
}

.steven-r .title-outer {
	font-size: 32px;
	padding: 0 0 30px;
}
.steven-r .to-all-left {
	text-align: left;
	width: 60%;
}

.steven-r .to-all-inner {
	align-items: flex-start;
}
.steven-r .to-all-right p {
	margin: 15px 0;
}
.btn01 {
	margin: 30px 0;
}
.steven-r .checks {
	padding: 5px 0 5px 40px;
}

.steven-r .checks li {
	color: #535353;
}
.read-more-con.surgery-btn .btn01 {
	width: 36%;
	margin: 30px 0;
}

.appform-outer {
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	display: none;
	width: 100%;
	background: #000000b0;
	height: 100%;
}
.app-inner {
	background: #fff;
	max-width: 800px;
	margin: auto;
	height: 550px !important;
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	overflow:auto;
	bottom: 0;
}

.app-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 17px;
	cursor: pointer;
	z-index: 999;
}

.appform-outer.open-app {
	display: block;
}