* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 10px;
}
body {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #333;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%;
}
p {
	margin: 0px;
}
.top-bar {
	background-color: #49b74d;
	padding: 0.5rem 0;
}
.top-left a {
	color: #fff;
}
.top-left a:hover {
	text-decoration: underline !important;
}
.social {
	text-align: right;
}
.social li {
	display: inline-block;
	background: #fff;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 0.5rem;
}
.social li a {
	color: #49b74d;
}
.social li:hover a {
	color: #fff;
}
.social li:hover {
	background: transparent;
	border-color: #fff;
	transition: all 0.6s ease;
}
header {
	padding: 1rem 0;
}
.logo a {
	display: flex;
	align-items: center;
}
.logo img {
	margin-right: 1rem;
}
.logo h2 {
	color: #000;
	font-size: 2.8rem;
	font-weight: 900;
}
.logo .text {
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	padding-top: 0.5rem;
}
.logo .text2 {
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	padding-top: 0.5rem;
}
.call-wrap {
	display: flex;
	margin-top: 1rem;
}
.call-wrap i {
	font-size: 6rem;
	margin-right: 1.5rem;
	color: #ec268f;
}
.call-wrap p {
	font-size: 2rem;
}
.call-wrap strong {
	color: #000;
}
.book {
	text-align: right;
	margin-top: 1.5rem;
}
.book a {
	background: #ec268f;
	padding: 1.5rem 2rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	display: inline-block;
	border-radius: 1rem;
	border-bottom-right-radius: 0;
	transition: all 0.6s ease;
}
.book a:hover {
	background: #49b74d;
}
.book i {
	font-size: 2.2rem;
	padding-left: 0.5rem;
}
.carousel-caption {
	left: 10%;
	right: auto;
	text-align: left;
	bottom: 15rem;
}
.carousel-caption h3 {
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 400;
	color: #000;
	max-width: 40rem;
	margin-bottom: 2rem;
}
.carousel-caption h4 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 300;
	color: #222;
	margin-bottom: 2rem;
}
.carousel-caption button {
	background: #ec268f;
	border: none;
	padding: 1rem 2rem;
	font-size: 2rem;
}
.carousel-caption button:hover {
	background: #49b74d;
}
.carousel-indicators > li {
	border-radius: 50%;
	border-radius: 12px;
	width: 12px;
	height: 12px;
	background-color: #ec268f;
	margin: 0 0.5rem;
}
.carousel-indicators .active {
	background: #49b74d;
}
.section {
	padding: 10rem 0;
}
.about h2 {
	font-size: 3rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 3rem;
}
.about h2 span {
	color: #ec268f;
	font-weight: 600;
}
.about p {
	margin-bottom: 2rem;
}
.about a {
	background: #49b74d;
	padding: 1.5rem 3rem;
	display: inline-block;
	color: #fff;
	border-radius: 0.5rem;
	font-size: 1.6rem;
}
.about a:hover {
	background: #ec268f;
	transition: all 0.6s ease-in-out;
}
.about .img-wrap {
	position: relative;
}
.exp-year {
	padding: 1rem 2rem;
	box-shadow: 0 0 5px #000;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	border-radius: 6px;
	background: #fff;
}
.exp-year .icon {
	font-size: 4rem;
	margin-right: 2rem;
	color: #49b74d;
}
.exp-year .text h3 {
	font-size: 2rem;
	color: #49b74d;
	font-weight: bold;
}
.exp-year .text p {
	font-size: 1.6rem;
	margin-bottom: 0;
}
.appointment {
	background: url(../images/appointment-bg.jpg);
	background-size: cover;
	background-position: top right;
}
.appointment.app-inner {
	background: none;
	padding: 10rem 0;
}
.app-inner .img-wrap {
	text-align: center;
	display: flex;
	height: 100%;
}
.app-form {
	background: #ec268f;
	padding: 3rem;
}
.app-form h3 {
	font-size: 3.6rem;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.app-form h3::before {
	content: "";
	height: 1px;
	width: 10rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}
.app-form p {
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 2rem;
}
.form-control {
	height: 42px;
	padding: 10px 12px;
	font-size: 14px;
	color: #555555;
	background-color: #ffffff;
}
.app-form .btn {
	padding: 10px 30px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	font-size: 1.6rem;
}
.app-form .btn:hover {
	background: #49b74d;
	transition: all 0.6 ease-in;
}
.form-group {
	margin-bottom: 2rem;
}
.heading {
	text-align: center;
	margin-bottom: 30px;
}
.heading h2 {
	font-size: 3.6rem;
	color: #333;
	margin-bottom: 1rem;
}
.content-block {
	margin-bottom: 30px;
}
.content-block figure {
	margin: 0;
	position: relative;
}
.content-block figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px 10px;
	background-color: rgba(51, 51, 51, 0.8);
	color: #fff;
}
.content-block figcaption h4 {
	/* margin-top: 5px; */
	color: #fff;
	font-size: 1.8rem;
	text-transform: capitalize;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.content-block figcaption span {
	display: none;
}
.content-block:hover figcaption span {
	display: block;
}
.content-block:hover figcaption h4 {
	font-size: 2rem;
}
.content-block figure {
	overflow: hidden;
}
.content-block figcaption a {
	padding: 1rem 2rem;
	display: inline-block;
	background: #49b74d;
	color: #fff;
	margin-top: 2rem;
	border: 1px solid #49b74d;
}
.content-block figcaption a:hover {
	transition: all 0.6s ease-in-out;
	background: transparent;
	border-color: #fff;
}
.content-block figcaption {
	width: 100%;
	top: 85%;
	bottom: 0px;
	opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-align: center;
}
.content-block:hover figcaption {
	opacity: 1;
	top: 0%;
	height: 100%;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	background-color: rgba(240, 86, 151, 0.9);
	padding-top: 25%;
}
@media only screen and (max-width: 1024px) {
	.content-block figcaption {
		padding: 5px 20px 10px;
	}
}
@media only screen and (max-width: 767px) {
	.content-block figcaption {
		padding: 10px 20px 10px;
	}
}
.service-btn {
	text-align: center;
}
.view {
	padding: 1rem 2rem;
	display: inline-block;
	background: #49b74d;
	color: #fff;
	margin-top: 2rem;
	border: 1px solid #49b74d;
	min-width: 15rem;
	font-weight: bold;
}
.view:hover {
	transition: all 0.6s ease-in-out;
	background: transparent;
	border-color: #49b74d;
	color: #49b74d;
}
.testimonials {
	background: url(../images/test-bg.jpg);
	background-size: cover;
	background-position: top right;
	padding: 8rem 0;
}
.testimonials.test-inner {
	background: none;
}
.testimonials.test-inner .test-item {
	margin-bottom: 5rem;
}
.testimonials.test-inner .test-item:last-child {
	margin-bottom: 0rem;
}
.test-item {
	/* background: #49b74d; */
	background: rgb(7 12 7 / 60%);
	padding: 60px 30px 35px 30px;
	border-radius: 30px 30px 0 30px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.test-item p {
	color: #fff;
	font-size: 1.6rem;
}
.test-item span {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.test-item ul li {
	display: inline-block;
	color: #ec268f;
	font-size: 1.6rem;
}
.test-item ul {
	margin: 2rem 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	background: #869791;
	padding: 5px 10px;
	font-size: 20px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #ec268f;
}
.cta {
	padding: 5rem 0;
}
.cta.no-pb {
	padding-bottom: 0;
}
.cta .cta-block {
	background-color: #f05697;
	text-transform: uppercase;
	padding: 30px;
	border-radius: 10px;
}
.cta .cta-block.typ-hosp h1 span {
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: inline-block;
}
.cta .cta-block.typ-hosp h1 {
	font-size: 2rem;
	text-transform: none;
}
.cta .cta-block h1 {
	color: #fff;
	font-weight: bold;
	font-size: 3rem;
}
.cta .cta-block h1 span {
	font-weight: 300;
}
.cta .cta-block .btn {
	color: #fff;
	text-align: center;
	background-color: #49b74d;
	padding: 10px 30px;
	border: 1px solid #49b74d;
	border-radius: 0;
	margin: 0 auto;
	font-size: 1.6rem;
}
.cta .cta-block .btn:hover {
	color: #fff;
	background-color: #f05697;
	border-color: #fff;
}
.cta .cta-btn {
	text-align: right;
	padding-top: 15px;
}
footer {
	background: url(../images/footer-bg.jpg);
	padding: 6rem 0 3rem;
}
.footer-block {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4rem;
}
.footer-block img {
	margin-bottom: 1rem;
}
.footer-block h2 {
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}
.footer-block h2 span {
	color: #fff;
	font-weight: 300;
	display: block;
	font-size: 2rem;
}
.footer-block p {
	color: #fff;
	font-weight: 300;
	display: block;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}
.footer-block .social {
	text-align: center;
}
.footer-end {
	text-align: center;
}
.footer-end p {
	color: #fff;
	font-weight: 300;
	display: block;
	font-size: 1.6rem;
	padding-top: 3rem;
}
.footer-end p a {
	color: #fff;
}
.footer-end p a:hover {
	color: #49b74d;
	text-decoration: underline !important;
}
.banner {
	padding: 20rem 0;
	background: url(../images/inner.png);
	background-size: cover;
	background-position: top right;
}
.banner h2 {
	font-size: 4.2rem;
	font-weight: bold;
	color: #ec268f;
	max-width: 40rem;
}
.banner ul li {
	display: inline-block;
	position: relative;
	padding-right: 1rem;
}
.banner ul li:last-child::after {
	display: none;
}
.banner ul li::after {
	content: " / ";
	position: absolute;
	top: 0;
	right: 0;
	color: #49b74d;
}
.banner ul li a {
	color: #49b74d;
}
.pattern {
	background: url(../images/pattern.jpg);
	background-position: top center;
}
.pattern-item {
	display: flex;
	background: #fff;
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	padding: 30px 35px 30px 120px;
	border-radius: 30px 30px 0 30px;
	position: relative;
}
.pattern-item .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pattern-item .icon i {
	display: inline-block;
	height: 85px;
	width: 85px;
	line-height: 85px;
	background-color: #f0b9b2;
	color: #ffffff;
	font-size: 45px;
	text-align: center;
	border-radius: 15px;
}
.pattern-item .text h3 {
	font-size: 25px;
	margin-bottom: 5px;
	line-height: 1;
	font-weight: bold;
	color: #212529;
}
.pattern-item .text span {
	display: block;
}
.pattern-item .text p {
	font-size: 1.8rem;
}
.contact ul {
	display: flex;
	margin: 0 -2rem;
}
.contact ul li {
	flex: 1 1 0;
	padding: 0 2rem;
}
.contact .cont-info {
	background: #49b74d;
	padding: 3rem;
	height: 100%;
	border-radius: 30px 30px 0 30px;
}
.contact .cont-info h4 {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}
.contact .cont-info strong {
	display: block;
	color: #eee;
	font-size: 1.6rem;
}
.contact .cont-info address {
	color: #eee;
	font-size: 1.4rem;
}
.contact .cont-info a {
	color: #eee;
	font-size: 1.8rem;
}
.hospital ul {
	display: flex;
	margin: 0 -2rem;
}
.hospital ul li {
	flex: 1 1 0;
	padding: 0 2rem;
}
.hospital .hosp-info {
	background: #49b74d;
	padding: 3rem;
	height: 100%;
	min-height: 35rem;
	border-radius: 30px 30px 0 30px;
	position: relative;
}
.hospital .hosp-info strong {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.hospital .hosp-info address {
	color: #eee;
	font-size: 1.4rem;
}
.hospital .timing h5 {
	display: block;
	color: #eee;
	font-size: 1.6rem;
	display: block;
	font-weight: 700;
}
.hospital .time-info {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom: 1rem;
	color: #fff;
	padding-bottom: 1rem;
}
.timing-wrap {
	position: absolute;
	bottom: 3rem;
	top: auto;
	left: 3rem;
	right: 3rem;
}
.action {
	text-align: center;
	padding-top: 1rem;
}
.action .btn {
	padding: 1rem 2rem;
	border: 1px solid transparent;
	background: #ec268f;
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	transition: all 0.6s;
}
.action .btn:hover {
	background: transparent;
	border-color: #ec268f;
}
.clinic-gallery {
	display: flex;
	margin: 5rem 0;
	align-items: center;
	background: #49b74d;
	border: 5px solid #555555;
}
.clinic-info {
	padding: 5rem;
	width: 45%;
}
.clinic-pic {
	width: 55%;
}
.clinic-pic .owl-nav {
	display: none;
}
.clinic-pic .owl-dots {
	bottom: 10px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
.clinic-pic .owl-dots .owl-dot span {
	background: #ec268f;
}
.clinic-pic .owl-dots .owl-dot:hover span {
	background: #49b74d;
}
.clinic-pic .owl-dots .owl-dot.active span {
	background: #49b74d;
}
.clinic-info h4 {
	font-size: 2rem;
	color: #fff;
	font-weight: 600;
}
.clinic-info h5 {
	margin-top: 1rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
}
.clinic-info p {
	max-width: 80%;
	color: #fff;
}
.clinic-info a {
	padding: 1rem 2rem;
	background: #ec268f;
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	transition: all 0.6s;
	margin-top: 2rem;
}
.clinic-info a:hover {
	background: #555;
}
.service-details {
	background: #49b74d;
}
.service-details h3 {
	position: relative;
	font-size: 2.4rem;
	color: #fff;
	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.service-details h3::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 15rem;
	background: #ec268f;
	bottom: 0;
}
.ser-det-info {
	padding: 3rem;
}
.service-details p {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.service-details a {
	padding: 1rem 2rem;
	background: #ec268f;
	font-size: 1.4rem;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	transition: all 0.6s;
	margin-top: 2rem;
}
.service-details a:hover {
	background: #555;
}
.service-details .cta {
	padding-bottom: 0;
}
.faq h3 {
	font-size: 3rem;
	font-weight: 400;
	color: #49b74d;
	border-bottom: 1px solid #333;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
.acc-body{
	display: none;
}
.acc-desc{
	padding: 1rem 2rem;
}
.acc-item{
	list-style: none;
	box-shadow: 0 0 2px #333;
	margin-bottom: 1.5rem;
	cursor: pointer;
	position: relative;
}
.faq{
	padding-bottom: 3rem;
}
.faq li i{font-size: 2rem; position: absolute; right: 1.5rem; top: 1.2rem; transform: rotate(0deg); transition: all .3s ease;}
.acc-head{background: #ec268f; padding: 1rem 2rem; color:#fff;}
.acc-head.active i{transform: rotate(180deg);}
.acc-desc ul li{list-style: disc; margin-left: 1.5rem; margin-bottom: 1rem;}
.acc-desc p{margin-bottom: 1rem;}
.acc-desc h5{margin-bottom: 1rem; font-size: 1.6rem; color:#49b74d; font-weight: 600;}
.faq-item{margin-bottom: 5rem;}
#more, #more1, #more2, #more3 {display: none;}
.accordion button{background: #49b74d; color: #fff; border: none; outline: none; padding: 1rem 2rem; border-radius: 5px;}
.faq .img-wrap{box-shadow: 0 0 2px #000;}