/*Common stle*/
*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

i {
  font-weight: normal;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #383838;
	font-weight: 400;
}

section {
	padding: 80px 0;
}

html {
  scroll-behavior: smooth;
}

/*Fonts*/
h1 {
	font-size: 38px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	margin-top: -5px;
}

h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}

.f12 {
	font-size: 12px;
	line-height: 20px;
}

.f14 {
	font-size: 14px;
	line-height: 22px;
}

.f18 {
	font-size: 18px;
	line-height: 26px;
}

/*Font Weight*/

.f400 {
	font-weight: 400;
}

.f500 {
	font-weight: 500;
}

.f600 {
	font-weight: 600;
}

.f700 {
	font-weight: 700;
}

.f800 {
	font-weight: 800;
}

.f900 {
	font-weight: 900;
}

.btn {
	padding: 8px 20px;
	border-radius: 5px;
}

.btn-green {
	background-color: #0EB7A2;
}

.btn-orange {
	background-color: #EF9F00;
}

.bg-green {
	background-color: #0EB7A2;
}

.text-green {
	color: #0EB7A2;
}

.bg-orange {
	background-color: #EF9F00;
}

.text-orange {
	color: #EF9F00;
}

.text-black {
	color: #000;
}

.text-gray {
	color: #a9a9a9;
}

.sub-title {
	letter-spacing: 1px;
	padding-bottom: 40px;
}

/*HEADER
--------------------------------------*/
.navbar {
  
  position: fixed;
  top: 30px;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #0EB7A2;
}

.navbar.fixed-top {
	top: 0;
}

.navbar-brand {
	width: 65px;
  padding: 5px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #232323;
	padding: 15px 24px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
	color: #EF9F00;
}

.dropdown-item.active,
.dropdown-item:hover, 
.dropdown-item:active {
  background-color: #036D99;
  color: #fff;
}

.navbar .navbar-nav li > a {
	transition: background-color .2s, color .2s;
	
	&:hover,
	&:focus {
		color: #036D99;
	}
}

.navbar .navbar-nav li.active > a {
	color: #036D99;
}

/*FOOTER
--------------------------------------*/
.footer {
	background: url(../images/index-page/footer-eo.jpg) no-repeat right;
    background-size: cover;
    padding: 80px 0;
}

.footer ul li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 5px;
}

.footer .footer-contact p {
	position: relative;
	padding-left: 30px;
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
}

.footer .footer-contact p i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 18px;
}

.footer .social-icons i {
	font-size: 20px;
	line-height: 22px;
}

.footer a:hover {
	color: #fff;
}

.footer-logo {
	width: 100px;
	margin-bottom: 10px;
}

.copyright-content {
	background-color: #1c1e20;
	padding: 8px 0;
}

.copyright-content p {
	color: white;
}

/*HOME
--------------------------------------*/
/*Banner*/
.carousel {
	margin-top: 0px;
}

.carousel .banner-caption {
	margin-top: -300px;
}

.carousel .banner-caption h1 {
	    padding-bottom: 25px;
    font-size: 58px;
}
.carousel .banner-caption p {
        font-size: 30px;
    line-height: 40px;
}
.carousel .banner-left .btn-orange {
	margin: 0px 20px 0 0;
}

.carousel .banner-right .btn-orange {
	margin: 0px 0 0 20px;
}


 
/*--------------RESPONSIVE---------------
--------------------------------------*/
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.section-sevices .card {
		min-height: 324px;
	}

	.carousel .banner-caption {
    margin-top: -240px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 0;
    right: 240px;
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 0;
    left: 240px;
	}

	.testimonial-wrap .owl-dots {
    margin-top: -12px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.navbar .container {
		max-width: 100%;
	}

	.navbar-brand {
    width: 95px;
    padding: 5px 15px;
	}

	.navbar-toggler {
		padding: 0 15px;
	}

	.navbar-expand-lg .navbar-nav .nav-item {
		border-top: 1px solid #f3f3f3;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 15px;
	}

	.section-sevices .card {
    min-height: 295px;
	}

	.testimonial-wrap #section-review {
    height: auto; 
    top: 50px;
	}

	.testimonial-wrap .owl-icon {
    top: 20px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 25px;
    right: 130px;
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 25px;
    left: 130px;
	}

	.testimonial-wrap .owl-dots {
    margin-top: -8px;
	}

}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	h1 {
		font-size: 24px;
		line-height: 32px;
	}

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	section {
		padding: 40px 0;
	}

	.sub-title {
    padding-bottom: 20px;
	}

	.navbar-brand {
    width: 70px;
	}

	.carousel {
    margin-top: 53px;
	}

	.carousel .view img {
		min-height: 150px;
	}

	.carousel .banner-caption h1 {
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 24px;
	}

	.carousel .banner-caption {
		margin-top: -130px;
	}

	.carousel .btn {
		padding: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.carousel-indicators {
		display: none;
	}

	.section-choose-us .choose-us-wrap {
		margin-bottom: 30px;
	}

	.section-choose-us,
	.section-gallery {
		padding-bottom: 10px;
	}

	.section-team .team-wrap {
    margin-top: 20px;
    padding: 15px 15px;
	}

	.section-team .img-clinic {
    background-color: #fff;
    position: relative; 
    top: 0;
    right: 0; 
    width: auto; 
	}

	.testimonial-wrap .owl-nav button.owl-prev {
    bottom: 25px;
    left: 70px;
	}

	.testimonial-wrap .owl-nav button.owl-next {
    bottom: 25px;
    right: 70px;
	}

	.testimonial-wrap {
		margin-bottom: 40px;
	}

	.page-banner {
    min-height: 110px;
    margin-top: 53px;
	}

	.page-banner .page-title {
    padding: 27px 0;
	}

	.section-mission .mission-wrap {
		margin-bottom: 30px;
	}

	.section-mission {
		padding-bottom: 10px;
	}

	.section-diseases .diseases-img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 0;
	}

	/*Diseases And condition Page*/
	.section-diseases {
		padding-bottom: 20px;
	}

	.section-diseases .condition-img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
	}

	.section-diseases .diseases-cover {
    padding: 20px;
    margin-right: 0; 
	}

	.section-diseases .condition-cover {
    padding: 20px;
    margin-left: 0; 
	}

	.section-diseases .diseases-wrap {
    margin-bottom: 30px;
	}

	/*Treatment Page*/
	.section-diseases .condition-img.treatment-img,
	.section-diseases .diseases-img.treatment-img {
    margin-top: 0;
	}

	/*Gallery*/
	.modal {
    left: 10px;
    top: 80px;
    width: 300px;
    height: 300px;
    margin-left: 0;
	}

	/*Contact Page*/
	.contact-info .info-icon {
    left: 50%;
    top: 0;
    margin-left: -30px;
	}

	.contact-info {
    padding: 30px 30px 30px 30px;
    margin-bottom: 50px;
	}

	.contact-thei {
		padding-bottom: 0;
	}

	.contact-thei .form-wrap {
		margin-bottom: 70px;
	}

	/*Footer*/
	.footer {
    padding: 40px 0;
	}

	.footer .footer-wrap {
		padding-bottom: 30px;
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {}



.header {
    background-color: #094e89;
    color: white;
    padding-top: 3px;
    padding-bottom: 6px;
}
.header a {
       color: white;
    font-size: 18px;
    margin: 0px 5px;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #4e2176;
    font-weight: 900;
}
.navbar-brand h2
{
	color: black;
    font-family: Montserrat;
    font-weight: 900;
    text-shadow: 4px 4px 4px #605f5f;
}
.after-banner-sec
{
	padding: 40px 0px;
	
}
.after-banner-sec h2
{
	font-size: 32px;
    font-family: Montserrat;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 45px;
  text-shadow: 1px 1px 2px #002ca7;
}
.after-banner-sec h5
{
	font-size: 20px;
    color: #0e4ec3;
  text-shadow: 2px 2px 4px #605f5f;
}
.our-service-sec
{
	background: lightgray;

}
.main-headng
{
	margin-bottom: 30px;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 45px;
}
.our-service-sec .eo-min-cont h3
{
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	margin-bottom: 20px;
}
.our-service-sec .eo-min-cont h5
{
	font-size: 30px;
	margin-bottom: 20px;
}
.our-service-sec .eo-min-cont
{
	margin-top: 200px;
}
.our-service-sec .eo-min-img img
{
	width: 80%;
}

.eo-genius-sec .eo-min-cont h3
{
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	margin-bottom: 20px;
}
.eo-genius-sec .eo-min-cont h5
{
	font-size: 30px;
	margin-bottom: 20px;
}
.eo-genius-sec .eo-min-cont
{
	margin-top: 200px;
}
.eo-genius-sec .eo-min-img img
{
	width: 80%;
}
.after-banner-sec .ab-row
{
  border: 5px double #094e89;
    padding: 46px;
    border-radius: 50px 0px;
}
.blink{
		width:100%;
		height: 50px;
		padding: 15px;	
		text-align: center;
		line-height: 50px;
	}
.black-span{
		font-size: 25px;	
		animation: blink 2s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

