img{
	max-width: 100%;
}
body{
	font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color: #005366;
	font-weight: 600;
}
p {
	font-size: 16px;
}
.img-pattern-1{
	position: relative;
	overflow: hidden;
	display: inline-flex;
}
.img-pattern-1::after{
	content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
}
.img-pattern-1:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
#topheader{
	background-color: #5DAF43;
}
#topheader a{
	color: #ffffff;
	font-weight:300;
	font-size:16px;
	text-decoration:none;
}
#SiteHeader{
	transition: all 0.2s ease-in-out;
}
#PageHeader,
#SiteHeader.navbar-active{
	/* background: linear-gradient(130deg, #005366 20%, #005366 77.5%); */
	background-color: #005366;
	/* border-bottom: 1px solid #55949d; */
	/* box-shadow:0 2px 2px 0 #1D7884; */
}
.navbar-active{
	position: sticky;
	top: 0;
	left: 0;
	padding: 0 !important;

	z-index: 10;
}
.navbar-active .light-logo{
	display:block !important;
}
.navbar-active .dark-logo{
	display:none;
}
#SiteHeader .navbar-brand{
	transition: all .4s ease-in-out;
	width: 250px;
	display: inline-block;
	padding: 0 !important;
}
#SiteHeader.navbar-active .navbar-brand{
	width: 220px;
}
.navbar-active #SiteMainNav > ul > .nav-item > .nav-link{
	color: #fff;
}
#SiteMainNav > ul > .nav-item > .nav-link{
	color: #005366;
	padding: 5px 22px;
}
.navbar-toggler{
	border:none;
	padding:0
}
.navbar-toggler svg{
	width:50px;
	color:#005366;
}
.navbar-active .navbar-toggler svg{
	color:#fff;

}
.navbar-toggler:focus{
	box-shadow:none;
}
.site-highlight-link {
  color: #005366;
	border: 2px solid #005366;
  padding: 4px 15px !important;
  border-radius: 15px;
  display: inline-block;
  margin-left: 25px;
}
.navbar-active .site-highlight-link {
  color: #fff;
	border: 2px solid #fff;
}
.btn-read-more{
	background: linear-gradient(130deg, #005366 20%, #005366 77.5%);
  color: #fff;
  padding: 9px 28px !important;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
}
.btn-read-more::before {
  content: attr(data-text);
  margin-right: 10px;
}
.top-caption {
	color: #38772F;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	font-weight: 600;
}


#HomeAppointment .btn-draw-border {
  border: 2px solid #fff;
	color: #fff;
  padding: 5px 10px !important;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}


#HomeAppointment .btn-read,
#HomeBanner .btn-read-more{
  border: 2px solid #fff;
	color: #fff;
  padding: 5px 10px !important;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
#HomeBanner{
	/* background: linear-gradient(130deg, #005366 20%, #005366 77.5%);
	padding: 125px 0;
	color: #f1f1f1; */
	position:relative;
}
#HomeBanner img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  object-fit: cover;
}
#HomeBanner h2{
	color: #fff;
	font-weight: 600;
}
.banner-contents {
	 position: absolute;
	 bottom: 0;
	 transform: translateY(-40%);
	 left: 0;
	 color: #fff;
	 width: 100%;
	 overflow: hidden;
	 animation: fadein 2s linear;
 }
.carousel-item:nth-last-child(1) .banner-contents,
.carousel-item:nth-last-child(1) .banner-contents h2{
	/* color:#000 !important; */
}
.carousel-item:nth-last-child(1) .banner-contents .btn-read-more{
	/* color:#000 !important;
	border: 2px solid #000 !important; */
}
.banner-img figure,
.banner-img img{
	border-radius: 200px;
}
.banner-img{
	background-image: url('../images/bg-1.png');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
.banner-img.dark-bg{
	background-image: url('../images/bg-2.png');
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}
.banner-img .first-img{
	padding-top: 100px;
}
.swiper-3d .swiper-slide-shadow{
	display:none;
}
#HomeCarousel .carousel-control-prev {
  /* left: 45%;
  top: 90%; */
	/* height: 50px; */
	width: 50px;
}

#HomeCarousel .carousel-control-next {
  /* left: 55%;
  top: 90%; */
	/* height: 50px; */
	width: 50px;
}

#AboutNationIvf{
	padding: 50px 0;
	background: linear-gradient(180deg, rgba(232, 226, 215, 0.7) 0%,#fff 80%);
}
#AboutNationIvf p {
	font-size: 18px;
}
#Service{
	/* background-image: url('../images/servicebanner2.jpg');
	background-repeat: no-repeat;
	background-size: cover; */
	padding-bottom: 30px;
	background: linear-gradient(180deg, #fff 70%,rgba(232, 226, 215, 0.7) 99%);
}
.service-item img {
  width: 60px;
  height: 60px;
}
.service-item{
	border: 1px solid #005366;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	display: block;
	text-decoration: none;
	width: 100%;
	background-color: #fff;
	height:100%;
	transition:all 0.3s ease-in-out;
}
.service-item h3 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #005366;
	line-height: 1.2;
}
.service-item p {
	font-size:16px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 40px;
}
.service-item:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 83, 102, 0.7);
	transform:translateY(-5px);
}
.service-item:hover .service-more{
	border: 2px solid #004050;
	padding: 5px 15px;
	height: 40px;
	opacity:1;
}
.service-more:hover {
	background-color: #004050;
	color:#fff !important;
}
.service-item .service-more {
	height:0;
	overflow:hidden;
	opacity:0;
	transition:all 0.3s ease-in-out;
  font-size: 14px;
  color: #005366;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  bottom: 10px;
  left: 50%;
	display:grid;
	place-items:center;
  transform: translateX(-50%);
	border: 2px solid #005366;
}
#SiteFooter{
	padding: 40px 0 10px 0;
	background: linear-gradient(130deg, #1D7884 20%, #1D7884 77.5%);
	box-shadow:0 2px 2px 0 #1D7884;

}
.footer-top-item {
  background-color: #62AF45;
  padding: 20px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.footer-top-item > i {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  text-align: center;
}
.footer-nav {
  color: #CADBE6;
}
.footer-nav .nav-link {
  margin-bottom: 5px;
  display: block;
  line-height: 1.4;
}
.footer-nav .nav-link:hover{
	color: #fff;
}
#SiteFooter h3 {
	font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  /* margin-bottom: 30px; */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#HomeAppointment{
	position:relative;
	overflow: hidden;
}

#HomeAppointment i{
	font-size: 60px;
	margin-right: 50px;
}
#HomeAppointment h2{
	font-weight: 600;
}
#HomeAppointment img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mid-content {
	text-align: center;
	padding: 20px;
}
.mid-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.mid-content h2 {
	font-size: 20px;
	margin-top: 20px;
	color: #fff;
}
.mid-content p{
	color: #000;
	font-size:14px;
}
.mid-content a {
	color: #005366;
	font-size: 18px;
	text-decoration: none;
}

.content-bg {
	background-color: #005366;
	padding: 50px 20px;
	border-radius: 10px;
}
.content-bg h4{
	color:#fff;
	font-weight:400;
}
#HomeBlog{
	padding: 60px 0;
}
.blog-list-page-detail {
  padding-bottom: 30px;
}
.blog-list-page-detail p{
	margin: 0;
}
.blog-item figure, .blog-item img {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 16/7;
  object-fit: cover;
}
.blog-item h3{
	font-size: 1.25rem;
}
.blog-item p{
	font-size:16px;
}
#HomeHowWeWork{
	padding: 60px 0;
}
.work-item h3 {
	font-size: 1.25rem;
	color: #005366;
	font-weight: 600;
	margin-top: 15px;
}
#HomeTestimonial {
  /* background: linear-gradient(130deg, #005366 20%, #005366 77.5%), #fff;
  background-size: 100% 70%;
  background-color: #fff;
  background-repeat: no-repeat;
  border-bottom: 0; */
  margin-bottom: 60px;
	position:relative;
}
#HomeTestimonial img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#HomeTestimonial .top-caption{
	color: #005366;
}
#HomeTestimonial h2{
	color: #005366;
	margin-bottom: 30px;
}
.testimonial-box{
	padding:50px 0 !important;
}

.testimonial-item {
  padding: 30px;
  border: 1px solid #a9e1ea;
	color: #333;
	background-color: #f1f1f1;
	border-radius: 10px;
}
.testimonial-item h3 {
  font-size: 1.25rem;
}
.testimonial-item img{
	border-radius: 50%;
	margin-right: 15px;
	width:100px;
}
.testimonial-rating{
	color: orange;
}

.review-img{
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	top: -50px;
	border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
}
.review-img span{
  font-weight: 600;
  font-size: 28px;
	color:#fff;
}
#PageHeader{
	padding: 80px 0;
}
#PageHeader h1{
	color: #fff;
	font-weight: 600;
}
#PageHeader a{
	color: #CADBE6;
	text-decoration: none;
}
#PageHeader a:hover{
	color: #fff;
}
#PageHeader li,
#PageHeader li::before{
	color: #fff;
}
#PageContent{
	padding: 60px 0;
}
#PageContent h2 {
	font-size: 2rem;
}
#PageContent h3 {
	font-size: 1.5rem;
}
#PageContent h4 {
	font-size: 1.25rem;
}
#PageContent h5 {
	font-size: 1rem;
}

.blog-image img {
  width: 100%;
  aspect-ratio: 16/7;
  margin-bottom: -180px;
  object-fit: cover;
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.blog-item a {
  text-decoration: none;
}

.social-share a {
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  line-height: 35px;
  background-color: #005366;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
.blog-top {
  color: #005366;
  font-weight: 500;
}
.contact-right{
	background-color: #62AF45;
	height: 100%;
}
.contact-bottom {
  /* margin-top: 50px;
  margin-bottom: -200px; */
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
}
.contact-right i{
	margin-right: 20px;
	font-size: 24px;
}
/* .phoneicon{
  position: fixed;
  bottom: 30%;
  right: 28px;
  z-index: 99;
} */
.iconss{
	position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 99;
  place-items: center;
  background-color: #99622A;
  padding: 10px 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.phoneicon a img{
	width: 50px;
  transition: all 0.3s ease-in-out
}
.whatsappicon a img{
	width: 60px;
  transition: all 0.3s ease-in-out
}
.swiper-scrollbar{
	display:none !important;
}



@media(max-width: 1400px){
	#SiteMainNav > ul > .nav-item > .nav-link{
  	font-size: 16px;
	}
}


@media screen and (max-width:1024px){
	#SiteHeader .navbar-brand{
		width: 250px;
	}
	#HomeAppointment img {
    aspect-ratio: 2 / 1;
  }
	#HomeBanner h1{
		font-size: 20px;
	}
	.aboutSwiper{
		padding: 0 40px !important;
	}

	#HomeTestimonial{
		margin-bottom: 100px;
	}
	#HomeTestimonial img{
		width:100%;
		aspect-ratio: 1/1;
		object-fit:cover;
		object-position: right;
	}
	.swiper-cards {
	  overflow: hidden !important;
	}
	.phoneicon {
	  bottom: 28%;
	  right: 5px;
	}

	.whatsappicon {
	  right: 0;
	}

	.whatsappicon a img {
	  width: 50px;
	}

	.phoneicon a img {
	  width: 40px;
	}

	.navbar-active{
		position: sticky;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.review-container{
		top:20px;
		left:50%;
		transform:translateX(-50%);
		position:absolute;
		width: 100%;
	}
	.service-more{
		display:block;
	}
	.banner-contents{
	  bottom: 20px;
	  transform: translateY(-20px);
		left: 0;
		width: 100%;
		font-size: 16px;
	}
	.btn-read-more{
		padding: 5px 8px !important;
	}
	.service-item .service-more{
		border: 2px solid #004050;
		padding: 5px 15px;
		height: 40px;
		opacity:1;
	}
}
@media screen and (max-width: 767px) {
	  #HomeBanner img {
			width: 100%;
			height: auto;
	    aspect-ratio: 16 / 9;
	  }
		#HomeAppointment img {
				width: 100%;
				height: auto;
        aspect-ratio: 2 / 1;
   }
	.content-bg {
		padding: 20px;
		border-radius: 5px;
	}
	.mid-content h2 {
		font-size: 18px;
	}
}

@media screen and (max-width: 576px) {
	#HomeAppointment img {
		width: 100%;
		height: auto;
	}
	.content-bg {
		padding: 20px;
	}
	.content-bg h4 {
		font-size: 16px;
		line-height: 1.4;
	}
	.btn-read {
		font-size: 12px;
		padding: 5px 8px;
	}
}


@media screen and (min-width: 1400px) {
	body{
		font-size: 18px;
		line-height: 1.65;
	}
	.top-caption{
		font-size: 22px;
	}
	.container {
	  max-width: 1450px;
	}
	.swiper-scrollbar{
		display:block !important;
	}
	.banner-contents {
     position: absolute;
		 bottom: 0;
		 transform: translateY(-40%);
     left: 0;
     color: #fff;
     width: 100%;
     overflow: hidden;
     animation: fadein 2s linear;
   }
}
@media screen and (max-width: 1399px) and (min-width: 1024px) {
	.aboutSwiper img{
		width: 320px;
	}

}
@media screen and (min-width:1200px){
	#HomeBanner img{
		aspect-ratio: 16/6;
	}
}

@media screen and (min-width:1000px){

	.review-container{
		top:20px;
		left:50%;
		transform:translateX(-50%);
		position:absolute;
	}
}

@media screen and (max-width:600px){
	#SiteHeader .navbar-brand{
		width: 250px;
	}
	.navbar-active{
		position: sticky;
		top: 0;
		left: 0;
		z-index: 10;
	}
	#HomeBanner h2{
		font-size: 18px;
	}
	#topheader a{
		font-size:12px;
	}
	.tag-line{
		display: none;
	}
	.banner-contents{
	  bottom: -20px;
		left: 0;
		width: 100%;
		font-size: 12px;
		text-align: center;
		padding: 15px 0;
	}
	.banner-caption{
			display: none;
	}
	#HomeBanner h1{
		font-size: 16px;
	}
	.btn-read-more{
		padding: 5px 8px !important;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {

	.banner-contents {
    font-size: 16px;
    bottom: 20px;
    transform: translateY(-20px);
  }
}

@keyframes fadein{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
