

@media screen and (max-width:1400px) {
.nav-outer ul {
	display: flex;
	width: auto;
	margin: auto;
	gap: 15px;
	justify-content: space-between;
}

}






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

.header-inner {
	flex-wrap: wrap;
}

.logo-outer {
	width: 100%;
	text-align:center;
	max-width: inherit;
}
.logo-outer a {
	max-width: 160px;
	display: inline-block;
}
.nav-outer-right ul {
	justify-content: center;
}

.nav-outer-right {
	width: 100%;
}
.header-inner {
	padding: 10px 20px 22px;
}



.nav-outer {
	position: relative;
	transition: all 0.3s ease;
}



.nav-btn {
	display: block;
	float: left;
	cursor: pointer;
	right: 5px;
	position: absolute;
	top: 12px;
}
#nav-icon1 {
	width: 25px;
	height: 16px;
	position: fixed;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
	top: 6px;
}

#nav-icon1.open {
	top: 18px;
	z-index: 9999;
}
#nav-icon1 {
	cursor: pointer;
	right: 20px;
	top: 20px;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 26px;
	background: #000;
	opacity: 1;
	left: 8px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}






#nav-icon1 span:nth-child(1) {
	top: 11px;
	width: 26px;
}
#nav-icon1.open span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 26px;
	background: #fff;
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	top: -60px;
	width: 100%;
}
#nav-icon1 span:nth-child(2) {
	top: 3px;
	width: 26px;
	background-color: #000;
}
#nav-icon1 span:nth-child(3) {
	top: 19px;
}#nav-icon1.open span:nth-child(3) {
	top: 0;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #fff;
}
.nav-outer ul {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	background: #214a81;
	display: none;
	text-align: left;
}
.nav-outer ul.sub-menu {
	width: 100%;
	position: inherit;
	max-height: 230px;
	overflow: auto;
}
.nav-outer ul.sub-menu li {
	text-align: left;
	width: 100%;
	float: left;
}
.nav-outer ul li a {
	padding: 10px 20px;
	display: inline-block;
}

.main .nav-outer ul {
	display: block;
}

.main .nav-outer ul .sub-menu {
	display: none;
}

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

.minus-sign {
	display: none;
}

.expand-menu {
	display: block;
}
.nav-outer li {
	position: relative;
}
.expand-menu {
	display: block;
	position: absolute;
	top: 10px;
	cursor: pointer;
	margin: 0 0px;
	left: 12px;
}
.nav-outer li {
	position: relative;
	padding: 0 0 0 20px;
	float: left;
	width: 100%;
}
.main .nav-outer ul li:hover .sub-menu {
	display: none;
}
.sub-menu.show {
	display: block !important;
	float: left;
	padding: 0 !important;
}
.expand-menu.active .minus-sign {
	display: block;
	margin:9px 0 0;
}
.expand-menu.active .plus-sign {
	display: none;
}
.banner-inner h2 {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}

.banner-inner h3 {
	font-size: 16px;
}
.nav-outer {
	padding: 0;
}

.banner-inner {
	padding: 110px 0;
}

.title-outer {
	font-size: 50px;
}
.features h2 {
	font-size: 34px;
}.dianostic-ul li {
	flex: 0 0 calc((100% - 40px) / 5);	
}


.to-all-right.approach .title-outer {
	font-size: 40px;
}
.approach h3 {
	font-size: 22px;
	margin: 0 0 10px;
}


.elite-map-right h2 {
	font-size: 30px;
}













}
@media screen and (max-width:991px) {
	
.banner-inner {
	padding: 60px 0;
}	
.banner-inner h2 {
	font-size: 40px;
}	
	
	.banner-inner h3 {
	font-size: 14px;
	padding: 10px 0;
}
	.to-all-left img {
	transform: scale(.9);
}
	.title-outer {
	font-size: 36px;
}
	.dianostic-ul li {
	flex: 0 0 calc((100% - 30px) / 4);
}
	
	.to-all-right.approach .title-outer {
	font-size: 30px;
}
.approach h3 {
	font-size: 16px;
	margin: 0 0 10px;
}	
	.to-all-right p {
	margin: 20px 0;
}
.elite-map-right {
	padding: 20px 20px;
	width: 80%;
}
	.footer-nav {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}.footer-nav li a {
	margin: 0 15px;
}
	
	.about-us h2 {
	font-size: 28px;
}.about-us {
	text-align: center;
	padding: 60px 0;
	background: #214a81;
}
	.about-con .to-all-right {
	padding:10px 40px;
	width: 100%;
	margin: 20px 0 0;
}
	.read-more-con.surgery-btn .btn01 {
	width: 46%;
	margin: 30px 0;
}
	.app-inner {
	max-width: 690px;
	height: 500px !important;
	border-radius: 10px;
}
	
	
}
@media screen and (max-width:767px) {
	
.logo-outer a {
	max-width: 130px;
	display: inline-block;
}
	.nav-outer-right li a {
	padding: 8px 14px;
	font-size: 12px;
	letter-spacing: 0;
}
	.banner-inner h2 {
	font-size: 36px;
	}
.title-outer {
	font-size: 30px;
}	
	.features h2 {
	font-size: 28px;
}
	.dianostic-ul li {
	flex: 0 0 calc((100% - 34px) / 4);
}
	.diagnostice h3 {
	letter-spacing: 0;
	font-size: 13px;
}
	
	.to-all {
	padding: 30px 0;
}
	.to-all-inner {
	flex-wrap: wrap;
}
	.to-all-left img {
	transform: inherit;
}
	.features {
	padding: 40px 0;
}
	.elite-map-inner {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
	.elite-map-right {
	padding: 20px 20px 40px;
	width: 100%;
}
	
	.footer01 {
	width: 100%;
}

.our-mission {
	padding: 40px 0;
}
	
	.our-mission .to-all-inner {
	gap: 0;
}
	
	.our-mission p {
	color: #fff;
	margin: 0 0 !important;
}.elite-map {
	padding: 30px 15px;
}
	.steven-ul li {
	flex: 0 0 calc((100% - 20px) / 3);
}
.steven-ul li h2 a {
	line-height: 20px !important;
	font-size: 15px;
	float: left;
	width: 100%;
}
.diagnostics-para h2 {
	font-size: 22px;
}
	
	.diagnostics-para h3 {
	font-size: 18px;
	line-height: 25px;
	margin: 18px 0 10px;
}.to-all-hope {
	margin: 30px 0 40px;
}.fertility-ul li {
	flex: 0 0 calc(33.8% - 10px);
}.diagnostics-para h5 {
	font-size: 24px;
}.read-more-con.surgery-btn .btn01 {
	width: 100%;
	margin: 30px 0;
}.read-more-con a {
	font-size: 11px;
}.app-inner {
	max-width: 92%;
	height: 470px !important;
}
}
@media screen and (max-width:639px) {
.nav-outer-right li a {
	padding: 6px 12px;
	font-size: 10px;
	letter-spacing: 0;
}
	.banner-inner {
	padding: 40px 0;
}
	
.logo-outer a {
	max-width: 120px;
	display: inline-block;
}	
.header-inner {
	padding: 10px 15px 15px;
	gap: 6px;
}
	.banner-inner h2 {
	font-size: 30px;
}
	.banner-inner h3 {
	font-size: 12px;
	padding: 10px 0 0;
	letter-spacing: inherit;
}
	.img-con {
	min-height: inherit;
	margin: 0 0 30px;
}
	.banner-inner a {
	padding: 8px 12px;
	font-size: 12px;
	letter-spacing: 0;
}.to-all-inner {
	flex-wrap: wrap;
	gap: 20px;
}.title-outer {
	font-size: 24px;
}.features h2 {
	font-size: 24px;
}
	
	.dianostic-ul li {
	flex: 0 0 calc((100% - 20px) / 3);
}
.to-all-right.approach .title-outer {
	font-size: 23px;
	margin: 0 0 10px;
}.elite-map-right h2 {
	font-size: 22px;
}	
	.footer-top {
	flex-wrap: wrap;
}
.footer01 {
	width: 100%;
	border: none;
	text-align: center;
	padding: 0;
}	
.social {
	gap: 6px;
	text-align: center;
	margin: auto;
	width: max-content;
	margin-top: 7px;
}
.footer-nav li a {
	margin: 0;
	letter-spacing: 0;
}.footer-nav {
	gap: 20px;
}
.footer02 {
	width: 100%;
	text-align: center;
}

.stars {
	margin: auto;
	width: max-content;
}

.footer03 {
	text-align: center;
	width: 100%;
}
.footer-nav {
	gap: 20px;
	margin: auto;
	width: max-content;
}.footer-top {
	flex-wrap: wrap;
	gap: 20px;
}







.to-all-left img {
	height: auto;
}

.about-us h2 {
	font-size: 24px;
}.about-us p {
	font-size: 13px;
	margin: 10px 0 0;
}

.about-con .to-all-right {
	padding: 10px 15px;
	margin: 20px 0 0;
}.about-us {
	padding: 40px 0;
}

.steven-ul li {
	flex: 0 0 calc((100% - 10px) / 2);
}

.btn-con {
	padding: 8px 18px;
	font-size: 12px;
	letter-spacing: 0;
}


.fertility-ul li {
	flex: 0 0 calc(51.1% - 10px);
}

.steven-r .to-all-left {
	width: 100%;
}
.steven-r .title-outer {
	font-size: 25px;
	padding: 0 0 10px;
}.to-all.diag.steven-r {
	padding: 30px 0;
}


	
}
@media screen and (max-width:479px) {
.nav-outer-right ul {
	justify-content: center;
	flex-wrap: wrap;
}	
	
	.dianostic-ul li {
	flex: 0 0 calc((100% - 10px) / 2);
}
	.features h2 {
	font-size: 20px;
}
	
	
.btn-hours a {
	padding: 8px 12px;
	font-size: 11px;
}	
	.footer-nav {
	gap: 5px;
	margin: auto;
	width: 100%;
	justify-content: center;
}
	.footer-nav li a {
	margin: 0 15px;
	letter-spacing: 0;
}
.steven-ul li {
	flex: 0 0 calc((100% - 0px) / 1);
}	
	.steven-ul li h2 {
	width: 100%;
	text-align: center;
}
	
	.fertility-ul li {
	flex: 0 0 calc(100% - 0px);
}
	.steven-r .title-outer {
	font-size: 22px;
	padding: 0 0 10px;
}
	
	
}