/*
 1.) Homepage
 ----------------------------------------*/
.banner-section {
	position: relative;
}

.boxed .tp-revslider-mainul {
	width: 1170px !important;
}

.banner-section .tp-bullet {
	height: 4px;
	width: 20px;
	background: #fff;
	margin-right: 10px;
	border-radius: 0;
	border: none;
	display: inline-block;
}

.banner-section .tp-bullet.selected {
	background: #21a8ab !important;
}

.banner-section .tp-bullet {
	position: static;
}

.banner-section #rev_slider_202_1_wrapper {
	background: none !important;
}

.banner-section .tp-bullets {
	bottom: 20px;
	top: inherit !important;
	left: 0px;
	width: 100% !important;
	height: auto !important;
	opacity: 1 !important;
	overflow: hidden;
	visibility: visible !important;
	text-align: center;
}

.banner-section .tp-bullet-imageoverlay,
.banner-section .tp-bullet-image,
.banner-section .tp-bullet-title {
	display: none;
}

.banner-section .container {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}

.banner-section .container .banner-details {
	background-image: url("../images/banner-marker.png");
	background-position: 259px 10px;
	background-repeat: no-repeat;
	height: 430px;
	width: 430px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	padding: 100px 54px 0 77px;
	right: 75px;
	top: 70px;
}

.banner-section .banner-details .details-heading {
	border-left: 5px solid #48811b;
	padding-left: 23px;
	display: block;
	margin-bottom: 25px;
}

.banner-section .banner-details .details-heading .year-num {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-right: 13px;
}

.banner-section .banner-details p {
	color: #fff;
}

.banner-section .banner-details .details-heading .year-des {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
}

.book-appointment-section {
	position: absolute;
	height: 130px;
	width: 130px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #008A9A;
	text-align: center;
	padding: 30px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.21);
	right: -74px;
	bottom: -21px;
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

.book-appointment-section:hover {
	color: #fff !important;
}

.book-appointment-section .anchor-icon {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 25px;
}

.book-appointment-section:hover .inner-sec {
	border-color: #ffff00;
}

.book-appointment-section .anchor-icon .icon-calendar {
	width: auto;
	height: auto;
	line-height: 1;
}

.about-section {
	padding-right: 23px;
}

.about-section-para {
	padding-bottom: 38px;
}

.video-image {
	position: relative;
}

.video-image iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-image .video-link {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding-top: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-align: center;
	color: #fff;
}

.date-section {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	background: #c8cece;
	font-weight: 400;
	padding-left: 5px;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 6px;
	margin-top: 7px;
	letter-spacing: -0.1px;
	width: 80px;
}

.m-t {
	margin-top: 60px;
}

.event-gallery {
	overflow: hidden;
	border-bottom: 1px dashed #d7e4e4;
}

.event-image-section {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #dfe3e5;
	float: left;
	margin-right: 7%;
}

.event-image-section .event-image {
	height: 110px;
	width: 110px;
	border: 5px solid #fff;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.event-image-section .event-image img {
	max-width: none;
	width: auto;
	height: 100%;
}

.event-content {
	float: left;
	width: 72%;
}

.event-content p {
	padding: 20px 0 30px;
}

.event-section .owl-nav {
	position: absolute;
	right: -5px;
	top: -20px;
	overflow: hidden;
}

.event-section .owl-nav .owl-prev,
.event-section .owl-nav .owl-next {
	height: 16px;
	width: 20px;
	float: left;
}

.event-section .owl-nav .owl-prev {
	border-right: 1px solid #e4e9eb;
	font-size: 0;
}

.event-section .owl-nav .owl-next {
	font-size: 0;
}

.event-section .owl-nav .owl-next:after {
	color: #abb9bd;
	content: "\f061";
	font: normal normal normal 16px/1 FontAwesome;
	margin-left: 5px;
}

.event-section .owl-nav .owl-prev:after {
	content: "\f060";
	font: normal normal normal 16px/1 FontAwesome;
	color: #abb9bd;
}

.event-section .owl-nav .owl-prev:after,
.event-section .owl-nav .owl-next:after {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.event-section .owl-nav .owl-next:hover:after,
.event-section .owl-nav .owl-prev:hover:after {
	color: #ad89bf;
}

.department-section [id^="tabs-"] {
	background: url('../images/dental-banner.jpg') no-repeat center top;
	background-size: cover;
}

.department-section #tabs-2,
.department-section #tabs-4 {
	background: url('../images/banner-img.jpg') no-repeat center top;
	background-size: cover;
}

.departmental-section {
	background: #fff;
	padding-right: 65px;
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 65px;
	width: 47%;
}

.departmental-section p {
	padding-top: 30px;
}

#tabs-5,
#tabs-4,
#tabs-3,
#tabs-2,
#tabs-1 {
	padding-bottom: 123px;
}

.departmental-section .btn {
	color: #fff;
}

.departmental-section .btn:hover {
	background: inherit;
	color: inherit;
}

.tabbing-nav {
	background: #7c4199;
	min-height: 120px;
	text-align: center;
	position: relative;
}

.tabbing-nav .nav-icons {
	border: 4px solid #fff;
	display: inline-block;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #502e61;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}

.tabbing-nav .nav-icons img {
	vertical-align: middle;
}

.tabbing-nav .nav-icons::after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.nav-icons:hover,
.nav-icons:focus,
.ui-state-active .nav-icons {
	outline: none;
}

.tabbing-nav ul {
	position: absolute;
	width: 100%;
	top: -38px;
	left: 0;
}

.tabbing-nav li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

.tabbing-nav li:last-child {
	margin-right: 0;
	margin-left: -15px;
}

.tabbing-nav li .tab-title {
	font-size: 16px;
	color: #fff;
	display: block;
	text-transform: capitalize;
}

h5 a {
	font-size: 20px;
	line-height: 24px;
	color: #353536;
	font-weight: 600;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.dr-intro:hover .dr-image {
	box-shadow: 2px 2px 44px 2px rgba(221, 221, 221, 0.8);
}

.dr-image {
	border: 1px solid #f2f3f5;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dr-image img {
	display: block;
}

.doctor-title {
	font-size: 14px;
	line-height: 1.2;
	color: #008a9a;
	text-transform: capitalize;
	display: block;
	font-weight: 500;
	font-family: "Raleway", sans-serif;
	margin-top: 10px;
	background: #edf2f4;
	padding: 10px;
}

.testimonial-section {

	padding-bottom: 20px;
}

.cus_bg_img {
	position: relative;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cus_bg_img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-color: #092147;
}

.cus_bg_img .container {
	position: relative;
	z-index: 9;
}

.testimonial-quotes {
	padding: 25px 105px 45px 60px;
	position: relative;
}

.testimonial-quotes {
	line-height: 27px;
}

.testimonial-quotes:before,
.testimonial-quotes:after {
	position: absolute;
	content: 'Ã¢â‚¬Å“';
	font-size: 100px;
	left: 0;
	top: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-quotes:after {
	content: 'Ã¢â‚¬Å“';
	right: 0;
	bottom: 7px;
	top: inherit;
	left: inherit;
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.testimonial-section .quote-tabs .quote-next {
	padding-left: 60px;
	margin: 0;
}

.testimonial-section .quote-tabs .quote-next li {
	display: inline-block;
	margin-right: 34px;
	overflow: hidden;
}

.client-details {
	float: left;
	/* margin-left: 20px;
	margin-top: 19px; */
}

.client-name {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	font-family: "Lexend", sans-serif !important;
}

.client-des {
	font-weight: 400;
	line-height: 1.2;
	padding: 5px 15px;
	text-align: center;
	background: #ffffff2e;
	color: #fff;
	width: fit-content;
}

.testimonial-section .client-quote-1 {
	height: 70px;
	width: 70px;
	border: 4px solid #fff0;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0 2px #fff;
}

.homepage1-textimonial .client-quote-1 {
	opacity: 1;
}

.owl-carousel .owl-item img {
	transform-style: inherit;
	-webkit-transform-style: inherit;
	max-width: none;

}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
	text-indent: -9999px;
}

.testimonial-section .ui-state-active .client-quote-2,
.testimonial-section .ui-state-active .client-quote-1 {
	opacity: 1;
}

.testimonial-section .ui-tabs-anchor:focus {
	outline: none;
}

.testimonial-section .owl-dots {
	text-align: right;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 87px;
}

.testimonial-section .owl-dots .owl-dot {
	border: 2px solid #8d5ca7;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	margin-right: 6px;
	display: inline-block;
}

.testimonial-section .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.testimonial-section .owl-dots .owl-dot.active {
	border-color: #7ec248;
}

.blog-image {
	position: relative;
}

.blog-image .blog-des {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(124, 65, 153, 0.9);
	padding: 25px 138px 0 35px;
	min-height: 130px
}

.blog-image .blog-des h5 a,
.blog-content h5 a {
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	color: #353536;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: -1px;
	display: inline-block;
}

.blog-image .blog-des p {
	color: #ecdff2;
	padding-top: 10px;
}

.blog-content p {
	color: #fff;
}

.blog-date {
	position: absolute;
	right: 37px;
	top: 32px;
	width: 60px;
	text-align: center;
	padding: 6px 0 5px;
	color: #fff;
}

.date-blog {
	background: #9cdc69 none repeat scroll 0 0 !important;
	color: #fff;
	font-size: 13px;
	width: 90px;
	margin-bottom: 26px;
	margin-top: 8px;
	display: block;
	line-height: 21px;
	padding-left: 6px;
}

.blog-date .num {
	font-size: 30px;
	font-weight: 400;
	display: block;
	border-bottom: 1px solid #8ecf5b;
	padding-bottom: 6px;
}

.blog-date .month {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.blog-content {
	padding: 35px 26px 77px 40px;
}

.blog-content p {
	line-height: 26px;
}

.blog-image .blog-des.blog-des-2 {
	padding-right: 80px;
}

/*
 2.) Homepage-1
 ----------------------------------------*/

.homePage1-banner {
	position: relative;
}

.homePage1-banner img {
	min-height: 600px;
}

.slotholder {
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-banner .container.accordian {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.accordian-menu {
	position: absolute;
	right: 103px;
	top: 30px;
	width: 360px;
}

.collapsed {
	text-transform: uppercase;
}

.panel-default>.panel-heading {
	border-color: #dddddd;
	color: #fff;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0;
}

.panel-group .panel+.panel {
	margin-top: 0px;
}

.panel-title {
	text-transform: uppercase;
	line-height: 40px;
}

.panel {
	border: none;
	border-bottom: 1px solid #8c52a8;
}

.toggle-sign {
	float: right;
}

.panel-heading a[aria-expanded="true"] .fa.fa-plus:before {
	display: block;
	content: "\f068";
}

.panel-heading a[aria-expanded="true"] {
	background: #7bc144;
}

.panel-default>.panel-heading.active {
	background-color: red;
}

.panel-title>a {
	background: #7c4199;
	display: block;
	padding: 12px 15px 12px 33px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

.accordian-menu .panel-title>a:hover {
	color: #fff;
}

.panel-body li {
	list-style-type: none;
	text-align: center;
}

.panel-body {
	padding: 34px;
}

.accordian-menu .input-box {
	font-size: 12px;
	height: 44px;
	margin-bottom: 6px;
	padding-left: 20px;
	text-transform: uppercase;
	width: 100%;
	font-family: montserrat;
	font-weight: 400;
}

.accordian-menu .btn {
	width: 100%;
	font-family: montserrat;
}

.main-banner .tparrows {
	background: #ffffff none repeat scroll 0 0;
	height: 64px;
	width: 44px;
}

.main-banner .tparrows::before {
	color: #a9a9a9;
	line-height: 64px;
	left: -10px;
}

.services p {
	font-family: pt serif;
	font-size: 16px;
	font-weight: 400;
	padding: 0 7px 0 51px;
	line-height: 26px;
}

.services a {
	color: #353536;
	font-weight: 700;
}

.slider-txt {
	color: #fff;
	font-weight: 600;
	transition: .5s ease-in-out;
	background: #004870;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
}

.services h2 {
	text-transform: unset;
	letter-spacing: -2px;
}

.services h1 {
	text-transform: unset;
	letter-spacing: -2px;
	color: #fff;
	font-size: 40px;
}

h1 span {
	color: #C92123;
}

/*h2 span{ color:#C92123;}*/
.services .col-sm-10 {
	margin-bottom: 36px;
	margin-top: 26px;
}

.slider-content {
	text-align: center;
	padding: 30px 15px 15px;
	border-top: none !important;
	margin: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 10px;
}

.slider-txt {
	display: inline-block;
	padding-left: 0px;
}

.slider-txt>span {
	color: #82848e;
	display: block;
	font-family: pt serif;
	font-weight: 400;
	margin-top: 5px;
	text-align: left;
}

.slider-txt strong {
	color: #353536;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	line-height: 30px;
	font-family: "Lexend", sans-serif !important;
	margin-top: 10px;
}

.slider-content figure {
	display: inline-block;
}

.slider-content:hover .ambulance-icon::before {
	color: #7bc144;
}

.owl-demo-3 .owl-dot {
	background: #e2e2e2;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
}

.owl-demo-3 .owl-dot.active {
	background: #9fd277;
}

.owl-demo-3 .owl-dots {
	text-align: center;
}

.owl-demo-3 .owl-controls {
	margin-top: 26px;
}

/* .doctors-sec {
	background: #F2F2F2;
	border-top:2px solid #008a9a;
} */
.doctors-sec h2 {
	color: #008a9a;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.doctors-sec h2 span {
	color: #C92123;
}

.doctors-sec .dr-image {
	margin-bottom: 21px;
}

.testimonial-txt {
	border: 2px solid #fff;
	margin: 20px 15px 0;
	padding: 30px;
	border-radius: 10px;
	background: #ffffff0f;
}

.testimonial-txt .testimonial-quotes {
	float: left;
	margin-left: 0;
	position: relative;
	width: 100%;
	padding: 0;
	color: #000000;
}

.testimonial-txt .quote-next {
	float: left;
}

/*.homepage1-textimonial {
	background: #fff;
}*/

.testimonial-txt .testimonial-quotes::before {
	color: #7bc144;
	content: "Ã¢â‚¬Å“";
	font-family: montserrat;
	font-size: 100px;
	font-weight: 400;
	left: -45px;
	position: absolute;
	top: -3px;
}

.testimonial-txt .testimonial-quotes::after {
	color: #7bc144;
	content: "Ã¢â‚¬Å“";
	font-family: montserrat;
	font-size: 100px;
	font-weight: 400;
	left: 210px;
	position: absolute;
	bottom: -31px;
	transform: scale(-1, 1);
}

/* .testimonial-txt .client-details {
	margin-left: 17px;
	margin-top: 19px;
} */
.homepage1-textimonial .owl-dots {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: right;
	right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.homepage1-textimonial .owl-controls {
	margin-top: 10px;
}

.homepage1-textimonial h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

/* .news-event-sec {
	background: #eeeff2;
} */
.news-event-sec h2 {
	color: #008a9a;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
}

.event-txt {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d0d0d0;
}

.event-txt h5 {
	line-height: 30px;
	margin-bottom: 9px;
	letter-spacing: -2px;
}

.event-date {
	background: #9cdc69 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-family: montserrat;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 4px 6px;
}

.event-bottom {
	border-bottom: none;
	margin-top: 15px;
}

.news-event-sec .btn {
	margin-top: 32px;
	padding: 0 22px;
}

.main-banner {
	position: relative;
}

.main-banner h2 {
	font-size: 30px !important;
	color: #fff;
	font-style: normal;
	font-family: montserrat;
	font-weight: 700;
	margin-bottom: 10px;
}

.main-banner p {
	color: #fff;
	font-size: 16px !important;
	font-style: normal;
	font-family: pt serif;
	font-weight: 400;
}

.banner-text {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px;
}

.event-bottom {
	border-bottom: none;
	margin-top: 34px;
}

.main-banner {
	position: relative;
}

.banner-text {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	padding: 30px;
}

.main-banner h2 {
	color: #ffffff;
	font-family: montserrat;
	font-size: 30px !important;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

.main-banner p {
	color: #ffffff;
	font-family: pt serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
}

.homepage1-textimonial {
	padding-bottom: 90px;
}

.news-event-sec h4 a {
	color: #353536;
}

.dr-list>li {
	text-align: left;
}

/*
 3.) Blog Page
 ----------------------------------------*/
.blog-page h2 {
	letter-spacing: -2px;
	margin: 0 0 35px;
}

.article {
	margin: 0 0 39px;
}

.blog-page .article .blog-figure {
	position: absolute;
	width: 54%;
	height: 100%;
}

.blog-page .section .article {
	position: relative;
}

.article-text {
	float: right;
	width: 46%;
	border: 1px solid #eceef2;
	border-left: none;
	padding: 45px 21px 50px 71px;
	position: relative;
}

.article-text h4 {
	letter-spacing: -1px;
	line-height: 25px;
}

.about-blog {
	font-size: 0;
	margin: 5px 0 27px;
}

.about-blog li {
	display: inline-block;
	margin-right: 22px;
	line-height: 1;
	position: relative;
}

.date:after {
	position: absolute;
	right: -11px;
	top: 0;
	display: block;
	content: "";
	height: 100%;
	width: 1px;
	background: #eceef2;
}

.about-blog a {
	font-size: 15px;
	color: #7bc144;
	letter-spacing: -0.5px;
}

.article-text p {
	line-height: 26px;
	margin: 0 0 38px;
}

.article-icon {
	width: 58px;
	height: 58px;
	position: absolute;
	left: -29px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border: 3px solid #fff;
	border-radius: 50%;
}

.article-icon a {
	font-size: 20px;
	display: block;
	border-radius: 50%;
	height: 100%;
	text-align: center;
	line-height: 52px;
	color: #fff;
}

.article-icon a:hover {
	background: #7bc144;
	color: #fff;
}

.green {
	background: #7bc144;
}

.purple {
	background: #7c4199;
}

.blog-page .aside form {
	position: relative;
	margin: 0 0 50px;
}

.blog-page .aside input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	width: 100%;
	padding: 11px 38px 14px 14px;
	font-size: 15px;
	font-family: montserrat;
	font-weight: 400;
	color: #656671;
}

.blog-page .aside input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #656671;
}

.blog-page .aside input[type="text"]::-webkit-input-placeholder {
	opacity: 1;
	color: #656671;
}

.blog-page .aside button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 12%;
	text-align: left;
	color: #7bc144;
	border: none;
	background: transparent;
}

.category {
	margin: 0 0 55px;
}

.blog-page .aside h3 {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: -1px;
	margin: 0 0 20px;
	color: #353536;
}

.category li {
	padding: 0 0 0 24px;
	margin: 0 0 15px;
	position: relative;
}

.category li:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "Ã¯Æ’Å¡";
	font-family: FontAwesome;
	font-size: 14px;
	color: #585858;
	display: block;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

.category li a {
	font-family: "PT Serif", serif;
	font-size: 16px;
	color: #82848e;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

.category li:hover:after,
.category li:hover a {
	color: #7bc144;
	transition: 0.4s all ease;
	-webkit-transition: 0.4s all ease;
}

.blog-page .aside .recent-post h3 {
	margin: 0 0 26px;
}

.recent-text {
	padding: 33px 15px 36px 32px;
	background: #7c4199;
}

.recent-text h4 a {
	font-size: 15px;
	letter-spacing: -0.5px;
	line-height: 20px;
	margin: 0 0 6px;
	color: #fff;
}

.recent-text p {
	line-height: 26px;
	color: #dbc9e4;
}

.pagging {
	text-align: center;
	padding: 42px 0 0;
}

.pagging ul {
	display: inline-block;
	border: 2px solid #7bc144;
	padding: 4px 3px 4px 5px;
	border-radius: 19px;
	margin: 0;
}

.pagging li {
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 9px;
	border-radius: 50%;
	border: 2px solid #eceef2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagging li:last-child {
	margin-right: 0;
}

.pagging a {
	font-size: 15px;
	color: #3a3a3b;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagging .active {
	border: 2px solid #7bc144;
	background: #7bc144;
}

.pagging .active a {
	color: #fff;
}

.pagging li:hover {
	border: 2px solid #7bc144;
	background: #7bc144;
}

.pagging li:hover a {
	color: #fff;
}

/*
 4.) gallery-three page
 ----------------------------------------*/
.banner-section .container .book-appointment-section.appoint-link {
	right: 15px;
	top: 10px;
}

.gallery-article-text {
	border: 1px solid #eceef2;
	border-top: none;
	padding: 35px 35px 34px 42px;
	margin-bottom: 40px;
}

.gallery-article-text p {
	padding-top: 10px;
}

.gallery-figure {
	position: relative;
}

.gallery-figure img {
	width: 100%;
}

.gallery-figure .fig-icon {
	background: #7bc144;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	width: 34px;
	text-align: center;
	position: absolute;
	right: 14px;
	bottom: 10px;
}

.more-department-section {
	background: #7c4199;
}

.more-department-section .btn {
	color: #fff;
}

.more-department-section p {
	font-size: 18px;
	line-height: 28px;
	color: #f8effc;
	text-align: center;
	padding-top: 25px;
	width: 39%;
	margin: 0 auto;
}

.gallery-paging {
	padding-top: 24px;
}

.col-manage-section {
	position: relative;
}

.col-manage-section .col-manage {
	position: absolute;
	right: 0;
	top: 11px;
}

.col-manage-section .col-manage .dots-one {
	width: 10px;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
}

.col-manage-section .col-manage .dots-one .dots:nth-child(2n) {
	margin-right: 0;
}

.col-manage-section .col-manage .dots-two {
	width: 17px;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}

.col-manage-section .col-manage .dots-two .dots:nth-child(3n) {
	margin-right: 0;
}

.col-manage-section .col-manage .dots {
	height: 3px;
	width: 3px;
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	background: #d6d6d6;
}

.col-manage-section .col-manage .dots-two.active-col .dots,
.col-manage-section .col-manage .dots-one.active-col .dots,
.col-manage-section .col-manage .dots-three.active-col .dots {
	background: #7bc144;
}

/*
 5.) Doctors-details-page
 ----------------------------------------*/
.doctors-details-section {
	padding-left: 40px;
}

.dr-figure {
	padding: 0 20px;
}

.doctors-social-icons {
	background: #7c4199;
	padding: 12px 0;
}

.doctors-social-icons .icons {
	font-size: 18px;
	color: #b07dc9;
	height: 42px;
	width: 42px;
	display: inline-block;
	border-radius: 50%;
	border: 1px solid #b07dc9;
	text-align: center;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.doctors-social-icons .icons:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.doctors-social-icons .icons .fa {
	vertical-align: middle;
}

.doctors-social-icons .icons:last-child {
	margin-right: 0;
}

.doctors-social-icons .icons.in {
	font-size: 20px;
}

.doctors-social-icons .icons.google {
	font-size: 17px;
}

.doctors-social-icons .icons:hover {
	background: #7bc144;
	color: #fff;
}

.set-para {
	padding: 6px 45px 50px 0;
	line-height: 26px;
	letter-spacing: -0.13px;
}

.doctors-quote {
	background: #ebf6e3;
	padding: 28px 75px 37px 80px;
	position: relative;
}

.doctors-quote:before {
	content: "Ã¢â‚¬Å“";
	color: #b6e494;
	font-size: 72px;
	font-weight: 700;
	position: absolute;
	left: 27px;
	top: 39px;
}

.qualification-section {
	padding-top: 65px;
}

.degree {
	display: block;
	padding: 15px 0 48px;
}

.day-section,
.time-section {
	font-size: 16px;
	color: #353536;
	text-transform: capitalize;
	font-weight: 400;
	width: 73%;
	display: inline-block;
	position: relative;
	letter-spacing: -0.9px;
}

.day-section:after {
	position: absolute;
	content: "";
	width: 58%;
	height: 1px;
	background: #e5e6eb;
	right: 9%;
	top: 15px;
}

.timing-list {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 54px;
	margin-bottom: 0;
}

.timing-list li {
	margin-bottom: 12px;
}

.time-section {
	width: auto;
}

.book-now .btn {
	padding: 0px 50px;
}

/*
 6.) doctors-grid
 ----------------------------------------*/
.select-section {
	background: #00a9ab;
	padding: 32px 40px 35px 45px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}

.select-section:before {
	content: "\f002";
	font: normal normal normal 100px/1 FontAwesome;
	color: #009d9f;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: -1;
	transform: scaleX(-1)
}

.select-section .select-heading {
	float: left;
}

.select-section h4 {
	color: #fff;
}

.select-section h4 .sub-heading {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}

.category-form {
	float: right;
	width: 82%;
}

.category-form .select-holder {
	width: 73.4%;
	position: relative;
	margin-right: 1%;
	display: inline-block;
}

.category-form .select-holder .select-arrow {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	height: 100%;
	width: 6%;
	background: #fff url('../images/select-arrow.png') no-repeat center center;
}

.category-form select {
	height: 50px;
	width: 100%;
	border: none;
	color: #656671;
	font-family: montserrat;
	font-size: 15px;
	font-weight: 400;
	padding-left: 25px;
	text-transform: capitalize;
}

.select-search {
	background: #c92123 !important;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	height: 50px;
	width: 24%;
	text-align: center;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.select-search:hover {
	background: transparent;
	border: 2px solid #c92123;
}

.grid-details {
	padding: 45px 40px 52px 35px;
	border: 1px solid #eceef2;
	border-top: none;
}

.grid-details .btn {
	padding: 0px 24px;
}

.grid-details .dr-des {
	line-height: 30px;
}

.grid-details p {
	padding: 21px 0 68px;
}

.col-manage-section .col-manage .dots-three {
	width: 16px;
	margin-right: 20px;
	cursor: pointer;
	display: inline-block;
}

.col-manage-section .col-manage .dots-three .dots {
	height: 3px;
	width: 100%;
	margin-bottom: 3px;
	background: #d6d6d6;
}

.pagination-number {
	color: #2b2f39;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 6px;
	width: 15px;
	text-decoration: none;
}

.pagination-number:focus,
.pagination-number:hover {
	color: #7bc144;
	text-decoration: none;
}

.pagination-number.active-section {
	color: #7bc144;
	border-bottom: 2px solid #7bc144;
}

.pagi-nav {
	margin-top: 6px;
}

.grid-fig img {
	width: 100%;
	max-width: none;
}

.col-section {
	margin-bottom: 40px;
}

/*
 7.) faq-page
 ----------------------------------------*/
.faq-details-section {
	padding-bottom: 30px;
}

.faq-details {
	border: 1px solid #eceef2;
	padding: 28px 30px 56px 35px;
	margin-bottom: 35px;
}

.faq-details p {
	line-height: 26px;
}

.faq-heading {
	letter-spacing: -1.3px;
}

.faq-heading a {
	font-size: 18px;
	line-height: 48px;
}

.more-department-section .faq-depart p {
	width: 29%;
}

.faq-depart .btn {
	padding: 0px 25px;
}

.faq-depart .set-margin-top {
	margin-top: 44px;
}

/*
 8.) About-us page
 ----------------------------------------*/
.about-doctors {
	background: #eeeff2;
}

.about-us-section.event-section .owl-nav {
	top: -26px;
}

.depart-head {
	padding-bottom: 40px;
}

.depart-list {
	margin-bottom: 48px;
}

.depart-list li {
	margin-bottom: 15px;
}

.about-btn .btn {
	padding: 0px 23px;
}

.depart-list li a {
	display: block;
	font-size: 13px;
	color: #353536;
	padding-bottom: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	line-height: 1;
}

.depart-list li a:after {
	content: "\e606";
	font-family: 'simple-line-icons';
	font-weight: 600;
	font-size: 10px;
	position: absolute;
	right: 0;
	color: #b4b5be;
}

.depart-list li a:hover,
.depart-list li a:hover:after {
	color: #7bc144;
	border-color: #7bc144;
}

.depart-list li:last-child a {
	border-bottom: none;
}

.about-form li {
	margin-bottom: 25px;
}

.about-form li:last-child {
	margin-bottom: 0;
}

.form-part,
.form-text-area {
	border: 1px solid #e4e6e9;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #353536;
	padding-left: 10px;
	font-family: 'PT Serif', serif;
}

.form-text-area {
	height: 140px;
}

.btn.btn-submit {
	font-weight: 700;
}

.form-title {
	font-size: 15px;
	color: #353536;
	font-weight: 400;
	display: block;
	text-transform: capitalize;
	line-height: 24px;
	letter-spacing: -1px;
}

.about-partners {
	background: #F9F9F9;
}

#owl-partner .item {
	border: 1px solid #e1e3e9;
	height: auto;
	text-align: center;
	margin-right: 20px;
}

#owl-partner .item img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline-block;
}

#owl-partner .item:after {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#owl-partner .owl-nav {
	position: absolute;
	top: 0px;
	width: 100%;
}

#owl-partner .owl-nav .owl-next,
#owl-partner .owl-nav .owl-prev {
	position: absolute;
	top: 0px;
	right: -25px;
	height: 100px;
	background: #008A9A;
	font-size: 0;
	width: 30px;
}

#owl-partner .owl-nav .owl-prev {
	left: -45px;
	right: inherit;
}

#owl-partner .owl-nav .owl-prev:after,
#owl-partner .owl-nav .owl-next:after {
	content: "\e605";
	color: #fff;
	font-family: 'simple-line-icons';
	font-size: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 4px;
	font-weight: 700;
}

#owl-partner .owl-nav .owl-next:after {
	content: "\e606";
}

/*
 9.)  Blog Detail Page
 ----------------------------------------*/
.article-text-details {
	float: none;
	width: 100%;
	border: none;
	padding: 71px 0 50px;
}

.article-text-details .article-icon {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.article-text-details p {
	letter-spacing: -0.1px;
}

.social-share {
	display: inline-block;
	padding-left: 9px;
}

.social-share>li {
	display: inline-block;
	margin-right: 11px;
}

.social-share a {
	font-size: 13px;
	color: #c3c5cd !important;
}

.social-share a:hover {
	color: #7bc144 !important;
}

.blog-quote {
	padding: 26px 0 12px;
}

.quote-fig {
	width: 101px;
	height: 101px;
	display: block;
	background: url("../images/blog-detail-2.jpg") no-repeat;
	border-radius: 50%;
	background-position: -82px -6px;
	float: left;
}

.blog-quote .testimonial-quotes {
	float: right;
	width: 84%;
	padding: 0 16px 0 11px;
	line-height: 1.6;
}

.blog-quote .testimonial-quotes:before,
.blog-quote .testimonial-quotes:after {
	display: none;
}

.quote-top,
.quote-bottom {
	font-family: 'PT Serif', serif;
	font-size: 48px;
	line-height: 1;
}

.quote-top {
	float: left;
	color: #7bc144;
}

.testimonial-quotes {
	float: right;
	padding: 20px;
	width: 100%;
	color: #fff !important;
	font-style: italic;
	background: #ffffff21;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-quotes {
	float: right !important;
	padding: 20px !important;
	width: 100% !important;
	color: #fff !important !important;
	font-style: italic !important;
	background: #ffffff21 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: "Poppins", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	height: 100px;
	overflow: auto;
}

.testimonial-quotes>p {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	font-weight: 400 !important;
	font-family: "Poppins", sans-serif !important;
}

.quote-bottom {
	display: inline-block;
	margin: 22px 0 0 18px;
	vertical-align: top;
	color: #7bc144;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.btn-grp {
	padding: 25px 0 0 0;
}

.btn-grp .btn {
	padding: 0 32px;
	margin-right: 8px;
}

.btn-grp .grey-btn {
	border: 2px solid #d9d9d9 !important;
}

.comments-sec {
	padding: 94px 0 88px;
	background: #eeeff2;
}

.comments-wrap {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 43px;
}

.user-wrap {
	margin: 0 0 19px;
}

.user-wrap>span {
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	border-right: 1px solid #6a6a6c;
	margin-right: 22px;
	padding-right: 24px;
}

.user-wrap>span:last-child {
	border-right: none;
}

.user-wrap>span a {
	color: #3a3a3b;
}

.user-wrap>span a:hover {
	color: #7bc144;
}

.blog-page .comments-sec h2 {
	margin: 0 0 29px;
}

.comments-sec p {
	letter-spacing: -0.09px;
	line-height: 1.6;
}

.sub-comments {
	padding: 46px 0 0;
}

.leave-comment {
	padding: 90px 0 5px;
}

.leave-comment input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: left;
	font-size: 13px;
	width: 48%;
	padding: 0 0 11px 10px;
	margin: 0 0 34px;
	border-bottom: 1px solid #e3e3e3;
}

.leave-comment input:focus,
.leave-comment textarea:focus {
	border: none !important;
	border-bottom: 1px solid #7bc144 !important;
}

.leave-comment input[type="text"] {
	margin-right: 3.4%;
}

.leave-comment .input-box,
.leave-comment .textarea {
	font-family: montserrat;
}

.input-box::-moz-placeholder {
	opacity: 1;
	color: #3a3a3b;
}

.input-box::-webkit-input-placeholder {
	opacity: 1;
	color: #3a3a3b;
}

.textarea::-moz-placeholder {
	opacity: 1;
	color: #3a3a3b;
}

.textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #3a3a3b;
}

.blog-page .leave-comment h2 {
	margin: 0 0 38px;
}

.blog-page textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: none;
	font-size: 13px;
	resize: none;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	height: 167px;
	margin: 0 0 33px;
}

.blog-page form .btn {
	padding: 0 24px;
	font-weight: 700;
}

.tab-list {
	padding: 4px 0 0;
	border-bottom: none;
	margin: 0 0 55px;
}

.tab-list li {
	margin: 0 0 18px !important;
}

.tab-list li a {
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0px 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	letter-spacing: 0.5px;
	cursor: pointer !important;
}

.tab-list li:last-child a {
	border-bottom: none !important;
}

.medical-item {
	text-align: center;
	padding: 36px 0 30px;
	background: #00aaaa;
}

.medical-item>span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.medical-item h3 {
	font-size: 28px;
	letter-spacing: -0.7px;
	margin: 5px 0 33px;
	color: #fff;
}

.medical-item h4 {
	color: #fff;
}

.medical-item>img {
	margin: 0 auto 4px;
	width: auto !important;
}

.medical-slides .owl-prev,
.medical-slides .owl-next {
	position: absolute;
	top: 50%;
	height: 43px;
	width: 43px;
	font-size: 0;
	border-radius: 50%;
	background: #00b3b3;
}

.medical-slides .owl-prev {
	left: 12px;
}

.medical-slides .owl-next {
	right: 12px;
}

.medical-slides .owl-prev:after,
.medical-slides .owl-next:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sprite.png") no-repeat;
}

.medical-slides .owl-prev:after {
	background-position: -227px -34px;
}

.medical-slides .owl-next:after {
	background-position: -255px -35px;
}

/*
 10.)  Book-appointment page
 ----------------------------------------*/
.info-heading-icon {
	padding-left: 44px;
	position: relative;
}

.info-heading-icon:before {
	content: "\e002";
	font-family: 'simple-line-icons';
	font-weight: 400;
	color: #7bc144;
	font-size: 23px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}

.info-form {
	padding-top: 36px;
}

.info-heading-icon.two:before {
	content: "\e075";
	font-size: 28px;
}

.info-heading-icon.three {
	margin-bottom: 18px;
}

.info-heading-icon.three:before {
	content: "\e021";
	font-size: 28px;
	top: -5px;
}

.info {
	margin-bottom: 73px;
	padding-top: 31px;
}

.info-form .form-title {
	margin-bottom: 7px;
}

.info .form-part {
	color: #82848e;
	font-family: pt serif;
	height: 45px;
	/*text-transform: capitalize;*/
}

.about-form.info-form .btn {
	padding: 0 28px;
	margin-top: 10px;
}

.info li {
	margin-bottom: 21px;
}

.info-message {
	height: 165px;
}

.info-holder {
	position: relative;
	display: block;
}

.info-arrow {
	right: 1px;
	top: 1px;
	height: 96%;
	width: 10%;
	pointer-events: none;
	background: #fff url("../images/info-select.png") no-repeat center center;
	position: absolute;
}

/*
 11.) 404 page
 ----------------------------------------*/
.unique-padd {
	padding: 98px 0 139px;
}

h1 .heart {
	color: #7c4199;
}

.error-msg {
	font-size: 36px;
	color: #353536;
	font-weight: 700;
	margin-top: 28px;
	display: block;
	letter-spacing: -2px;
}

.error-para {
	font-size: 18px;
	color: #353536;
	line-height: 29px;
	margin-bottom: 62px;
}

.error-img {
	position: relative;
	top: 25px;
	padding: 0 10px;
}

/*
 11.) testimonial page
 ----------------------------------------*/
.testimonial-review .media-left img {
	border-radius: 50%;
	max-width: none;
}

.testimonial-review .container {
	position: relative;
}

.testimonial-review .sec-title {
	margin-bottom: 57px;
}

.testimonial-review .media-body {
	padding-left: 40px;
	padding-right: 20px;
	width: 10000px;
	position: relative;
}

.testimonial-review h4 {
	color: #7bc144;
	font-size: 18px;
	margin-bottom: 21px;
	font-weight: 400;
}

.author>span {
	color: #353536;
	font-family: montserrat;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 10px;
}

.author>span:before {
	content: "";
	background: #000;
	height: 2px;
	position: absolute;
	left: 0;
	top: -9px;
	width: 19px;
}

.author {
	position: relative;
	margin-top: 56px;
}

.inner-review .yellow-icon {
	background: rgba(0, 0, 0, 0) url("../images/yellow-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 11px;
	width: 80px;
}

.inner-review .grey-icon {
	background: rgba(0, 0, 0, 0) url("../images/grey-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 11px;
	width: 14px;
}

.testimonial-review .media {
	border-bottom: 1px solid #ededed;
	padding-bottom: 47px;
}

.testimonial-review .media-2 {
	padding-top: 34px;
}

.left-review {
	position: absolute;
	right: 15px;
	top: 4px;
}

.left-review .yellow-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-yellow-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 17px;
	width: 80px;
}

.left-review .grey-icon {
	background: rgba(0, 0, 0, 0) url("../images/big-grey-star.png") repeat scroll 0 0;
	display: inline-block;
	height: 17px;
	width: 21px;
}

.left-review .rating {
	color: #f8c309;
	font-size: 36px;
	padding-right: 17px;
}

.left-review .review-count {
	color: #353536;
	font-size: 16px;
	letter-spacing: -1px;
	padding-left: 16px;
}

.our-department {
	background: #eeeff2;
}

.our-department .image-sec {
	float: left;
}

.our-department .content-block {
	overflow: hidden;
	padding: 45px 48px 48px 50px;
	background: #ffffff;
}

.our-department .image-sec {
	float: left;
}

.our-department .content-block:hover .ambulance-icon::before {
	color: #7bc144;
}

.our-department .lft-content {
	float: right;
	width: 79%;
}

.our-department h2 {
	line-height: 50px;
	margin-bottom: 23px;
}

.our-department .sub-heading {
	margin-bottom: 10px;
}

.our-department .content-block .btn {
	margin-top: 34px;
	padding: 0 20px;
}

.our-department .btn {
	margin-top: 49px;
	padding: 0 31px;
}

/*
 13.) careers
 ----------------------------------------*/
.careers h2 {
	margin-bottom: 29px;
}

.careers h3 {
	font-size: 24px;
}

.careers .diagnostic {
	padding: 40px 40px 43px;
	background-color: #008A9A;
	margin-left: 35%;
}

.careers .sub-heading {
	margin-bottom: 24px;
}

.diagnostic {
	background: #7bc144;
}

.diagnostic .input-txt {
	height: 45px;
	padding-left: 19px;
	width: 100%;
	border: 1px solid #fff !important;
	background: transparent;
	color: #fff;
	-webkit-appearance: none;
}

.diagnostic .input-txt::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.diagnostic .input-txt::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.diagnostic .textarea {
	padding-left: 20px;
	padding-top: 14px;
	resize: none;
	width: 100%;
	border: 1px solid #fff !important;
	background: transparent;
	color: #fff;
	height: 100px;
	margin: 0;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.diagnostic .textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.diagnostic .textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.diagnostic .file {
	color: #fff;
	height: 45px;
	background: transparent;
}

.diagnostic .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ffffff !important;
	color: #ffffff;
	font-family: montserrat;
	margin-top: 12px;
	padding: 0 32px;
}

.job-apply {
	border: 1px solid #999;
	padding: 12px 10px;
	margin: 14px 0px;
	box-shadow: 0px 0px 3px 3px #eee;
	border-radius: 0px 25px;
}

.job-apply .dl-horizontal .second {
	color: #7bc144;
}

.job-apply .dl-horizontal dt {
	color: #353536;
	font-size: 14px;
	width: 133px;
	font-weight: bold;
	text-align: left;
}

.job-apply .dl-horizontal dt.definition-btn {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
}

.job-apply .dl-horizontal dd {
	color: #82848e;
	font-size: 14px;
	/*margin-bottom: 24px;*/
	margin-left: 136px;
	font-family: 'PT Sans Narrow', sans-serif;
	position: relative;
	text-align: justify;
}

.job-apply .dl-horizontal dd:before {
	color: #82848e;
	content: ":";
	font-size: 18px;
	left: -18px;
	position: absolute;
	top: -3px;
}

.job-apply .btn {
	margin-top: 30px;
	padding: 0 36px;
	border-color: #008a9a !important;
	font-weight: bold;
}

.job-apply .btn:hover {
	background-color: #008a9a !important;
}

.job-apply .job-desc {
	margin-bottom: 10px !important;
}

.job-apply.lab-diagnostic {
	padding: 50px 32px;
}

.lab-diagnostic .btn {
	margin-top: 75px !important;
}

.child-care .btn {
	margin-top: 51px !important;
}

.job-apply.child-care {
	background: #f3f3f3 none repeat scroll 0 0;
}

/*
 14.) contact-us
 ----------------------------------------*/
.contactus h2 {
	margin-bottom: 24px;
}

.contact-info {
	padding-left: 24px;
}

.contact-info a:hover {
	color: #7bc144;
}

.contact-info h4 {
	margin-bottom: 10px;
	font-size: 21px;
	color: #353536;
}

.contact-address>address {
	color: #82848e;
	font-family: PT Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.contact-address {
	margin-bottom: 31px;
}

.contact-number>a {
	color: #82848e;
	display: block;
	font-family: pt serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.contact-number {
	margin-bottom: 36px;
}

.contact-email>a {
	color: #82848e;
	font-family: pt serif;
	font-size: 16px;
}

.form-sec label {
	font-size: 15px;
	color: #353536;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

.form-sec h2 {
	margin-bottom: 38px;
}

.form-sec .input-box {
	height: 45px;
	width: 100%;
	border: 1px solid #d1d1d1;
	padding-left: 15px;
	font-family: montserrat;
	font-size: 15px;
}

.file-section {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}

.file-section input[type="file"] {
	width: 47%;
	height: 48px;
	display: inline-block;
	opacity: 0;
	margin-right: 7%;
	font-size: 10px;
	float: left;
}

.file-section input[type="file"]:focus {
	outline: none;
}

.file-section .upload-button {
	width: 47%;
	position: absolute;
	left: 0;
	top: 0;
	background: #76b941;
	cursor: pointer;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	font-family: 'PT Serif', serif;
	border: 1px solid #61a32d;
	border-bottom: 2px solid #61a32d;
}

.file-section .upload-content {
	font-size: 16px;
	line-height: 48px;
	font-family: 'PT Serif', serif;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}

.form-sec .textarea {
	resize: none;
	width: 100%;
	border: 1px solid #d1d1d1;
}

.form-sec input.btn {
	margin: 3px 0;
	font-family: montserrat;
}

.medical-department {
	background: #00aaaa;
	padding: 38px 30px 43px;
}

.head-sec>span {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.head-sec h3 {
	font-size: 28px;
	letter-spacing: -1px;
}

.owl-demo-4 .slider-txt {
	display: block;
	text-align: center;
}

.owl-demo-4 .slider-txt strong {
	color: #ffffff;
	font-size: 21px;
	font-weight: 400;
	margin-top: 13px;
	text-align: center;
}

.owl-demo-4 .slider-content {
	padding: 30px 0 0;
}

.owl-demo-4 .owl-nav {
	color: #ffffff;
}

.owl-demo-4 .owl-prev {
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 43px;
	border-radius: 50%;
	background: #00b3b3;
}

.owl-demo-4 .owl-next {
	float: right;
	background: #00b3b3;
	height: 43px;
	line-height: 43px;
	text-align: center;
	width: 43px;
	border-radius: 50%;
}

.owl-demo-4 {
	position: relative;
}

.owl-demo-4 .owl-controls {
	left: 0;
	position: absolute;
	top: 50px;
	width: 100%;
}

.appointment {
	background: #86cd4f none repeat scroll 0 0;
	overflow: hidden;
	padding-top: 28px;
}

.appointment-txt {
	float: left;
	padding-left: 31px;
	padding-top: 23px;
}

.appointment>figure {
	float: right;
}

.appointment-txt>span {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: inline-block;
}

.appointment-txt>h3 {
	font-size: 28px;
	letter-spacing: -1px;
	margin-bottom: 24px;
}

.appointment-txt>a {
	background: #6db436 none repeat scroll 0 0;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	padding: 16px 22px;
	text-transform: uppercase;
}

.appointment-txt>a:hover {
	color: #86cd4f;
}

.appointment img {
	display: block;
}

.map-wrap {
	padding-top: 100%;
	position: relative;
}

#map-view {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-sec {
	position: relative;
}

.alert-msg {
	display: none;
	font-size: 16px;
	left: 0;
	margin: 0 auto;
	max-width: 548px;
	padding: 10px;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	width: 100%;
}

/*
 15.) departments
 ----------------------------------------*/
.department-blocks {
	overflow: hidden;
	padding: 44px 45px 50px 47px;
	border: 1px solid #dddddd;
}

.ambulance-icon::before {
	font-size: 64px;
	margin: 0;
	color: #7c4199;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.department-blocks:hover .ambulance-icon::before {
	color: #7bc144;
}

.department-blocks figure {
	float: left;
}

.department-txt {
	float: right;
	width: 79%;
}

.department-txt .sub-heading {
	margin-bottom: 11px;
}

.department-txt .btn {
	margin-top: 29px;
	padding: 0 21px;
}

.department-txt p {
	line-height: 26px;
}

.search-sec {
	right: 16px;
	position: absolute;
	top: 0;
}

.search-sec li {
	position: relative;
	width: 267px;
}

.departments .container {
	position: relative;
}

.departments .search-input {
	border: 0 none;
	color: #656671;
	font-family: montserrat;
	font-size: 15px;
	font-weight: 400;
	height: 40px;
	padding: 0 0 0 19px;
	width: 100%;
	margin-top: 5px;
	border: 1px solid #dddddd;
}

.departments .search-input::-moz-placeholder {
	opacity: 1;
}

.departments .search-input::-webkit-input-placeholder {
	opacity: 1;
	color: #656671;
}

.departments .fa.fa-search {
	border: none;
	color: #7bc144;
	height: 35px;
	position: absolute;
	right: 1px;
	top: 7px;
	width: 41px;
}



.fix_finddoctor a {
	width: 70px;
	height: 66px;
	line-height: 46px;
	position: fixed;
	right: 0px;
	top: 46%;
	text-align: center;
	color: #FFFFFF;
	z-index: 999999999;
	display: block;
	background-color: #008A9A;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px 0px 0px 10px;
}

.fix_finddoctor a:hover {
	color: #000000;
}

.fa-user-md {
	font-size: 45px;
	margin-top: 7px;
}

.fix_onlinereport a {
	width: 70px;
	height: 66px;
	line-height: 46px;
	position: fixed;
	right: 0px;
	top: 35%;
	text-align: center;
	color: #FFFFFF;
	z-index: 999999999;
	display: block;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px 0px 0px 10px;
}

.fix_onlinereport a:hover {
	color: #000000;
}

.fa-file-text {
	font-size: 45px;
	margin-top: 7px;
}







/*
 16.) services page
 ----------------------------------------*/
.tab-list {
	padding: 19px 0 0;
	border-bottom: none;
	margin: 0 0 55px;
}

.tab-list li {
	margin: 0 0 18px !important;
}

.tab-list li a {
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	padding: 0px 0 11px;
	font-size: 13px;
	text-transform: uppercase;
	border: none !important;
	border-bottom: 1px solid #ebebeb !important;
	letter-spacing: 0.5px;
	cursor: pointer !important;
	color: #616161;
}

.service-icon {
	color: #8b57a5;
	margin-right: 20px;
}

.service-icon::before {
	margin: 0;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tab-list li a:hover,
.tab-list li a:hover .service-icon::before {
	color: #7bc144;
}

.helicopter {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 20px;
	margin-right: 20px;
}

.helicopter svg {
	fill: #8b57a5;
}

.tab-list li a:hover .helicopter svg {
	fill: #7bc144;
}

.tab-list li.active a,
.tab-list li.active a .service-icon,
.tab-list li.active .helicopter svg {
	color: #7bc144;
	fill: #7bc144;
}

.medical-item {
	text-align: center;
	padding: 36px 0 43px;
	background: #00aaaa;
}

.medical-item>span {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.medical-item h3 {
	font-size: 28px;
	letter-spacing: -0.7px;
	margin: 5px 0 33px;
	color: #fff;
}

.medical-item>img {
	margin: 0 auto 15px;
}

.medical-item h4 {
	color: #fff;
}

.medical-item>img {
	margin: 0 auto 15px;
	width: auto !important;
}

.medical-slides .owl-prev,
.medical-slides .owl-next {
	position: absolute;
	top: 50%;
	height: 43px;
	width: 43px;
	font-size: 0;
	border-radius: 50%;
	background: #00b3b3;
}

.medical-slides .owl-prev {
	left: 12px;
}

.medical-slides .owl-next {
	right: 12px;
}

.medical-slides .owl-prev:after,
.medical-slides .owl-next:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/sprite.png") no-repeat;
}

.medical-slides .owl-prev:after {
	background-position: -227px -34px;
}

.medical-slides .owl-next:after {
	background-position: -255px -35px;
}

.services-page h2,
.services-page h4 {
	margin: 0 0 20px;
	text-transform: capitalize;
}

.services-page section p {
	letter-spacing: -0.05px;
	line-height: 1.6;
	margin: 0 0 44px;
}

.services-page section img {
	margin: 0 0 43px;
}

.services-page section ul {
	margin: 0 0 65px;
}

.services-page section li {
	line-height: 1;
	font-size: 16px;
	font-family: 'PT Serif', serif;
	margin: 0 0 24px;
	color: #82848e;
}

.services-page section li i {
	margin-right: 16px;
	color: #585858;
}

.select-holder select:focus {
	border: none !important;
}

/*
 17.) form-style
 ----------------------------------------*/
.error {
	border: 1px solid red !important;
}

input[type="text"]:focus,
select:focus,
textarea:focus,
input[type="email"]:focus {
	outline: 0;
}

.alert-success {
	border-color: #90f399;
	transition: all 0.3s ease-in-out 0s;
	background: #90f399 none repeat scroll 0 0;
}




.thumbnail {
	margin-bottom: 2%;
}

.fff {
	background-color: #008A9A;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 0px 15px;
}

.thumbnail img:hover {
	opacity: 0.7;
}

.caption h4 a {
	margin: 2% 0%;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-color: #C92123;
	text-align: center;
	display: block;
	padding: 5px 0px;
}

.package-sec {
	background-color: #FFFFFF;
}

.caption p {
	text-align: justify;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.caption p a {
	color: #FFFF00;
	float: right;
}

.carousel-inner {
	width: 100%;
	overflow: inherit;
}

.footlink li a {
	color: #515151;
	font-size: 14px;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
}

.footlink li a:hover {
	color: #FF0000 !important;
}

.address-section a {
	color: #000;
	text-transform: inherit;
}

.address-section a:hover {
	color: #008a9a !important;
}

.common-padd-bottom h6 {
	color: #008a9a !important;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
}

.copyright {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
}

.dr-intro h5 a {
	color: #ff0000 !important;
}

.dr-intro h5 a:hover {
	color: #008a9a !important;
}

.newsletter-sec {
	background: #008a9a;
	padding: 40px 0px;
}

/* .newsletter{ margin-left:10%;} */
.designedby {
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
}

.designedby a {
	color: #000;
}

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

.margin0 {
	margin: 0px;
}

.padding0 {
	padding: 0px;
}

.floatright {
	float: right !important;
}






/* Header Rectangle Button Code Start */
.year {
	display: block;
	float: right;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #666;
	background-color: #C92123;
	color: #FFFFFF;
	/* margin:5px 5px 5px 30px;*/
	font-weight: 600;
	text-align: center;
	margin-right: 0px;
	width: 45%;
	right: 0px;
}

.year:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #008A9A;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.year:hover,
.year:focus,
.year:active {
	color: white;
	text-decoration: none;
}

.year:hover:before,
.year:focus:before,
.year:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.year a {
	color: #fff;
}

/* Header Rectangle Button Code End */


.year2 {
	display: block;
	float: left;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #666;
	background-color: #C92123;
	color: #FFFFFF;
	/* margin:5px 5px 5px 30px;*/
	font-weight: 600;
	text-align: center;
	/*margin-left:24%;*/
	width: 45%;
	left: 0px;
}

.year2:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #008A9A;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.year2:hover,
.year2:focus,
.year2:active {
	color: white;
	text-decoration: none;
}

.year2:hover:before,
.year2:focus:before,
.year2:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.year2 a {
	color: #fff;
}

/* Header Rectangle Button Code End */

/*.header-contact-details {
    width: 530px;
}*/

.btn-align {
	width: 383px;
	display: block;
	float: right;
	padding: 0px;
}

.fixed_btn {
	position: fixed;
	top: 45%;
	z-index: 9999;
	right: -58px;
	transform: rotate(90deg);
	background: #c92123;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 8px 26px;
	border-radius: 40px;
	transition: .5s ease-in-out;
}

.fixed_btn {
	transition: .5s ease-in-out;
	background: #c92123;
	color: #fff;

}

.icon_part {
	width: 100px;
	height: 100px;
	object-fit: contain;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px;
}

.icon_part img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.slider-txt a:hover {
	color: #008a9a;
	text-decoration: none;
	border: none;
}

.slider-txt:hover {
	color: #fff;
	text-decoration: none;
	border: none;
}

.both p {
	text-align: justify;
}

.both img {
	width: 450px;
	height: auto;
	clear: both;
	float: left;
	margin: 0px 35px 15px 0;
	transition: 3s;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 10;
	border-radius: 10px;
}

.cus_team .team-item {
	margin: 15px 0;
}

/* .both .car img{
	  width: 100%;
	  height: 100%;
	  object-fit: fill;
	  transform: rotate(0deg) scale(1.0);
	  transition: 2s;
	} */
/*
	.both .car:after{
		position: absolute;
		content: '';
		width: 100px;
		height: 100px;
		border-left: 3px #fff solid;
		border-top: 3px #fff solid;
		left: 10px;
		top: 10px;
		z-index: 1;
		transition: 2s;
	}
		.both .car:before{
		position: absolute;
		content: '';
		width: 100px;
		height: 100px;
		border-right: 3px #fff solid;
		border-bottom: 3px #fff solid;
		right: 10px;
		bottom: 10px;
		z-index: 1;
		transition: 2s;
	}
	.both .car:hover:before{
		width: 150px;
		height: 150px;
		transition: 2s;
		border-color: #fff;
	}
	.both .car:hover:after{
		width: 150px;
		height: 150px;
		transition: 2s;
		border-color: #fff;
	}
	.both .car:hover img{
		transition: 2s;
		transform: rotate(0deg) scale(1.1);
	} */
.both img:hover {
	transition: 2s;
}

.both iframe {
	width: 100%;
	height: 100%;
	object-fit: fill;
	transform: rotate(0deg) scale(1.0);
	transition: 2s;
}

.video_bar .both .car:after,
.video_bar .both .car:before {
	display: none;
}

/*.both iframe:hover{
	  margin: 0px 35px 30px 15px;
	  border-radius: 5px;
	  transition: .5s;
	}*/
.activities-area .both .car {
	width: 370px;
	height: auto;
}

.activities-area .both .car:after {
	display: none;
}

.activities-area .both .car:before {
	display: none;
}

.activities-area .both .car:hover img {
	transition: 2s;
	transform: rotate(0deg) scale(1.0);
}

.both h2 {
	font-size: 25px !important;
	margin-bottom: 5px !important;
	font-weight: 600;
	line-height: 30px;
}

.both h4 {
	clear: none;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	color: #3a3a3a;
	line-height: 22px;
	font-weight: 500;
}

.both h6 {
	clear: none;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	color: #3a3a3a;
	font-weight: 500;
}

.both h2:after {
	display: none;
}

.both h2:before {
	display: none;
}

.both ul {
	list-style: square;
	padding-left: 15px;
	margin-bottom: 0px;
}

.both ul li {
	list-style: inherit;
}

.both ul li::marker {
	color: #ec6543;
}

.both {
	width: 100%;
	clear: both;
	float: left;
}

.both_para {
	padding: 34px 25px 34px 25px;
	border-radius: 6px;
	margin: 20px 0;
	-webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
	box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
	background: #fff;
	line-height: 1.4;
}

.both_para ul {
	list-style: inside;
	padding-left: 0;
	margin-bottom: 0;
}

.both_para ul li {
	list-style: inherit;
}

.both_para ul li::marker {
	color: #ec6543;
}

.both_para h2 {
	clear: none;
	font-weight: 600;
	font-size: 20px !important;
	line-height: 23px;
	margin-bottom: 6px !important;
}

.both_para p {
	margin: 0px;
}

.sec_padding5 {
	padding: 50px 0 !important;
}

.no_after .both .car::after {
	display: none;
}

.no_after .both .car::before {
	display: none;
}

.partner_page .both {
	margin: 15px 0;
	padding: 15px;
}

.partner_page .both h2 {
	font-size: 19px !important;
}

.partner_page .both:nth-of-type(2n+2) .car {
	margin: 0px 0 20px 0px;
}

.partner_page .both {
	margin: 20px 0;
	background-color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 30px;
}

.partner_page .both .car {
	width: 440px;
}

.partner_page .both:nth-of-type(2n+2) .car {
	float: right;
	margin: 0px 0 15px 40px;
}

.both_para p {
	text-align: justify;
}

.sec_padding3 {
	padding: 35px 0 !important;
}

.both h1 {
	color: #2b2a2a;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}

.both b,
.both strong {
	font-weight: 600 !important;
}

.both h3 {
	color: #c92123;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}

.both h1 span {
	color: #C92123;
}

.cus_btn {
	background-color: #008a9a;
	color: #fff;
	padding: 12px 30px;
	display: flex;
	width: fit-content;
	margin-top: 20px;
	border-radius: 25px;
	font-size: 16px;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	box-shadow: 0 0 0 3px #008a9a36;
	transition: .5s ease-in-out;
	margin-bottom: 0px;
	transform: translateY(-0px);

}

.cus_btn:hover {
	transition: .5s ease-in-out;
	background-color: #C92123;
	transform: translateY(-4px);
	color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about_part.both .car {
	border: 10px solid #f0f0f0;
}

.pt_0 {
	padding-top: 0 !important;
}

.services .owl-demo-3 .owl-dot {
	background: #ffffff36;
	border-radius: 10px;
	height: 6px;
	width: 12px;
	margin: 0 3px;
}

.services .owl-demo-3 .owl-controls {
	margin-top: 6px;
}

.services .owl-demo-3 .owl-dot.active {
	background-color: #fff;
}

.cus_bg2 {
	background-color: #edf2f4 !important;
}

.dr-intro {
	background-color: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.dr-image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 20px;
	border: 5px solid #fff;
	box-shadow: #eee 0 0 0 5px;
}

.dr-intro h5 {
	font-weight: 500;
}

.dr-intro h5 a {
	color: #3e3e3e !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
}

.dr-intro .cus_btn {
	font-size: 15px;
	padding: 10px 25px;
	margin-left: auto;
	margin-right: auto;
}

.doctors-sec .row {
	display: flex;
	flex-wrap: wrap;
	/* allows wrapping if there are more than 4 columns */
}

.doctors-sec .row .col-sm-3 {
	display: flex;
}

.doctors-sec .row .col-sm-3 .dr-intro {
	display: flex;
	flex-direction: column;
	/* keeps content stacked vertically */
	justify-content: space-between;
	/* optional: evenly spaces content */
	width: 100%;
}

.cus_center {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cus_btn2 {
	background-color: #fff;
	color: #C92123;
	padding: 12px 30px;
	display: flex;
	width: fit-content;
	border-radius: 25px;
	font-size: 16px;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	transition: .5s ease-in-out;
	margin-bottom: 0px;
	transform: translateY(-0px);
	border: #C92123 2px solid;
	text-transform: capitalize;

}

.cus_btn2:hover {
	transition: .5s ease-in-out;
	background-color: #C92123;
	transform: translateY(-4px);
	color: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.control-box.pager li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}

.doctors-sec .carousel {
	position: relative;
	width: 100%;
}

.doctors-sec .pager {
	padding-left: 0;
	margin: 20px auto 0;
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	gap: 10px;
}

.testimonial-quotes::before,
.testimonial-quotes::after {
	display: none;
}

.testimonial-txt .quote-next {
	width: 100%;
}

.testimonial-txt .quote-next li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.testimonial-section .owl-dots .owl-dot.active {
	border-color: #018a9a !important;
}

.sec_padding {
	padding: 70px 0 !important;
}

.cus_bg5 {
	background: radial-gradient(#0072a5, #00395d);
}

.sec_heading h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-align: center;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
	position: absolute;
	cursor: pointer;
}

.jssorb053 .i .b {
	fill: #fff;
	fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
	fill-opacity: .7;
}

.jssorb053 .iav .b {
	fill-opacity: 1;
}

.jssorb053 .i.idn {
	opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora093 .c {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
}

.jssora093 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 400;
	stroke-miterlimit: 10;
}

.jssora093:hover {
	opacity: .8;
}

.jssora093.jssora093dn {
	opacity: .6;
}

.jssora093.jssora093ds {
	opacity: .3;
	pointer-events: none;
}

.banner_img img {
	object-fit: cover;
}

.cus_center.start_left {
	justify-content: flex-start !important;
}

.event-txt .cus_btn {
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 15px;
}

.event-txt p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-image iframe {
	padding-right: 25px;
	width: 100%;
	height: 300px;
}

.cus_center.start_right {
	justify-content: flex-end !important;
}

.event-date {
	background-color: transparent !important;
	color: #008a9a;
	font-family: "Lexend", sans-serif !important;
	padding-left: 0;
}

.cta_text h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -1px;
	text-align: center;
}

.cta_text p {
	color: #fff;
	text-align: center;
	padding: 20px;
	background: #ffffff29;
	margin: 20px 0 35px;
	border-radius: 10px;
	font-size: 15px;
}

.cta_text {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sec_padding.cta_part {
	padding: 100px 0 !important;
}

.both_para h4 {
	clear: none;
	font-size: 16px !important;
	margin-bottom: 10px !important;
	color: #008a9a;
	line-height: 22px;
	font-weight: 600;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	width: fit-content;
	display: flex;
}

.my_0 {
	margin: 0 !important;
}

/* FAQ Layout */
.faq_heading {
	color: #008a9a;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}

.faq_heading span {
	color: #C92123;
}

.faq_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
	gap: 20px;
}

.faq_item {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.faq_item:hover {
	transform: translateY(-3px);
}

.faq_question {
	width: 100%;
	background: #edf2f4;
	border: none;
	outline: none;
	text-align: left;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: 500;
	font-family: "Lexend", sans-serif !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease;
}

.faq_question:focus {
	border: none !important
}

.faq_question:hover {
	background: #edf2f4;
}

.faq_icon {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.faq_item.active .faq_icon {
	transform: rotate(45deg);
}

.faq_answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	background: #fff;
	padding: 0 20px;
}

.faq_item.active .faq_answer {
	max-height: 100%;
	padding: 15px 20px;
	border: 1px solid #edf2f4;
	margin-top: 10px;
	border-radius: 15px;
}

.faq_answer p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

@media (max-width: 768px) {
	.faq_grid {
		grid-template-columns: 1fr;
	}
}

.newsletter_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-form .input-section {
	color: #fff !important;
	font-family: "Poppins", sans-serif !important;
	padding: 10px 25px;
}

.footer-form .submit-button {
	font-family: "Poppins", sans-serif !important;
	color: #008a9a !important;
}

.footer-form .submit-button:hover {
	background-color: #C92123 !important;
	transition: .5s ease-in-out !important;
	color: #fff !important;
}

.footer-cus-col {
	border-right: 1px solid #00000017;
	padding: 0px 15px;
}

.pl_0 {
	padding-left: 0px !important;
}

.pr_0 {
	padding-right: 0px !important;
}

.footer-cus-col.pr_0 {
	border-right: none;
}

address {
	color: #515151;
	font-size: 14px !important;
	font-family: "Poppins", sans-serif !important;
	font-weight: 400;
	line-height: 1.3;
}

.fb_iframe_widget {
	margin-left: 15px;
}

/* .listing.content.padd-top.padd-bottom{
	display: none;
} */
.listing_page .dr-intro {
	margin: 30px 0 0;
}

.social.social-circle {
	display: flex;
}

.experience.text-center {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #008a9a;
	display: block;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	margin-top: 8px;
	background: #fff;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #dfdfdf;
	text-transform: capitalize;
}

.doctor-card {
	background: #edf2f4;
	border-radius: 15px;
	padding: 35px 20px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.doctor-image img {
	border-radius: 10px;
	max-width: 100%;
	object-fit: cover;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 5px;
	background: #fff;
}

.doctor-info {
	padding-left: 20px;
}

.doctor-name {
	color: #008a9a;
	font-size: 25px;
	font-weight: 500 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

.doctor-designation {
	font-size: 1rem;
	color: #666;
	margin-bottom: 15px;
}

.doctor-details-table .row {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 8px 0;
}

.doctor-details-table .label {
	font-weight: 600;
	color: #444;
}

.doctor-details-table .value {
	color: #555;
}

.book-now .btn {
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 8px;
	background: #007bff;
	color: #fff;
	transition: 0.3s ease-in-out;
}

.book-now .btn:hover {
	background: #0056b3;
}

.doc_details {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.book_btn {
	margin-top: 20px;
}

.list_item {
	padding: 10px;
	border: 1px solid #00000021;
	margin: 5px 0;
	line-height: 1.3;
}

.list_item p {
	font-family: "Poppins", sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #5b5d66 !important;
	line-height: 1.4 !important;
	font-size: 15px !important;
}

.list_item span {
	font-family: "Poppins", sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: #5b5d66 !important;
	font-size: 15px !important;
}

.list_item b {
	font-weight: 500 !important;
}

.list_page .slider-content {
	margin: 15px 0;
}

.slider-content .cus_btn2 {
	background-color: #ffffff24;
	color: #fff;
	padding: 8px 25px;
	border-radius: 25px;
	font-size: 15px;
	border: #FFF 2px solid;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.slider-content .book_btn {
	width: 100%;
}

.fixed-banner-image {
	background-size: cover !important;
}

.listing .dr-intro {
	margin: 15px 0;
}

.footer.cus_bg2 {
	border-top: 5px solid #48556c;
}

.allmatter h1 {
	color: #008a9a;
	font-size: 35px;
	font-weight: 600 !important;
	line-height: 1.2;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: -1px;
}

.single-blog-item {
	margin: 15px auto;
	position: relative;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.blog-content .cus_btn2 {
	padding: 7px 16px;
	font-size: 13px;
	letter-spacing: -.5px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif !important;
	font-weight: 600;
	margin-top: 15px;
}

.blog_details .both h2 {
	border-bottom: #0000001f 1px solid;
	color: #008a9a;
	display: flex;
	padding-bottom: 6px;
	margin-block: 15px 10px !important;
}

.blog_details .cus_btn2 {
	padding: 10px 30px;
}

.thumbnail {
	border: none;
	padding: 0;
}

.thumbnail img {
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.thumbnail .text-right {
	text-align: center;
	margin-top: 10px;
}

.gallery {
	margin-top: 0 !important;
}

.thumbnail .text-right .text-muted {
	color: #313131;
}

.seo_content .both_para h2 {
	color: #008a9a;
	text-align: center;
	letter-spacing: -.5px;
}

.seo_content {
	background-color: #fff;
}

.seo_content .both_para {
	box-shadow: none;
	background: #edf2f4;
}

/* .map h2{
	color: #008a9a;
	margin: 30px 0 15px;
	font-size: 24px;
} */

b,
strong {
	font-weight: 600 !important;
}

.footer-top iframe {
	width: 100% !important;
}

.cus_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: 0;
	gap: 7px;
}

.cus_list li {
	flex-grow: 1;
	padding: 0;
}

.cus_list li a {
	border-bottom: none !important;
	padding: 5px 12px !important;
	background: #fff;
	display: block;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
}

/*.cus_list li:last-child a {*/
/*  border-right: none;*/
/*  padding: 0 0 0 12px !important;*/
/*}*/
/*.cus_list li a::after {*/
/*  display: none;*/
/*}*/
/*.cus_list li a::before {*/
/*  display: none;*/
/*}*/
.cus_list_heading {
	font-family: "Lexend", sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: #008a9a;
	padding: 15px 30px;
	border-radius: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}





.home_gallery_section {
	padding: 60px 0;
}

.home_gallery_grid {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.home_gallery_item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
	aspect-ratio: 4/3;
	transition: all 0.3s;
	display: block;
}

.home_gallery_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.home_gallery_item:hover img {
	transform: scale(1.1);
}

.home_gallery_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 138, 154, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s;
}

.home_gallery_item:hover .home_gallery_overlay {
	opacity: 1;
}

.home_gallery_overlay i {
	font-size: 25px;
	color: white;
}

.seo-content{
    padding: 60px 0;
}
.seo-content *{
    color: #121212;
}
.seo-content p{
font-size: 14px;
    line-height: 1.7;
}


 
        :root {
            --manorama-primary: #003087;
            --manorama-primary-light: #0066cc;
            --manorama-accent: #ffcc00;
            --manorama-text: #1a1a2e;
            --manorama-muted: #5c6b7a;
            --manorama-border: #e2e8f0;
            --manorama-bg: #f5f7fa;
            --manorama-white: #ffffff;
            --manorama-radius: 12px;
            --manorama-shadow: 0 8px 30px rgba(0, 48, 135, 0.1);
        }

        .btn-theme,
        .drop-down-parent .drop-down,
        .btn,
        input.btn,
        button.btn,
        .footer-form .submit-button,
        input:focus,
        select:focus,
        textarea:focus,
        button:focus,
        .testimonial-section .owl-dots .owl-dot.active,
        .depart-list li a:hover,
        .depart-list li a:hover::after,
        .pagging .active,
        .pagging ul,
        .leave-comment input:focus,
        .leave-comment textarea:focus,
        .pagination-number.active-section,
        .tab-list li.active a,
        .book-appointment-section:hover .inner-sec,
        .select-search:hover,
        .navbar-default .navbar-toggle {
            border: none !important;

        }

        .manorama_section {
            padding: 52px 0;
        }

        .manorama_section_full {
            max-width: none;
            padding-left: 0;
            padding-right: 0;
        }

        .manorama_section_inner {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 5%;
        }

        .manorama_section_header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 40px;
        }

        .manorama_section_title {
            font-size: 30px;
            font-weight: 600;
            color: #2b2a2a;
        }

        .manorama_section_title span {
            color: #C92123;
        }

        .manorama_section_title_center {
            text-align: center;
            width: 100%;
            margin-bottom: 40px;
        }

        .manorama_link {
            color: #008a9a;
            font-weight: 600;
            font-size: 15px;
        }

        .manorama_link:hover {
            text-decoration: underline;
        }

        .manorama_btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #008a9a;
            color: var(--manorama-white);
            padding: 10px 22px;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: transform 0.25s, box-shadow 0.25s;
            font-family: inherit;

        }

        .manorama_btn:focus {
            border: none;
        }

        .manorama_btn_outline {
            background: transparent;
            border: 2px solid var(--manorama-white);
            color: var(--manorama-white);
        }

        .manorama_btn_outline:hover {
            background: rgba(255, 255, 255, 0.12);
            box-shadow: none;
            color: white;
        }

        .manorama_btn_outline:focus {
            background: rgba(255, 255, 255, 0.12);
            box-shadow: none;
            color: white;
            text-decoration: none;
            border: 2px solid var(--manorama-white);
        }

        .manorama_btn_outline:active {
            background: rgba(255, 255, 255, 0.12);
            box-shadow: none;
            text-decoration: none;
            color: white;
            border: 2px solid var(--manorama-white);
        }

        .manorama_btn_yellow {
            background: #c92123;
            color: white;
        }

        .manorama_btn_sm {
            padding: 10px 22px;
            font-size: 14px;
        }

        .manorama_btn_block {
            width: 100%;
        }


        .manorama_section_alt {
            background-color: #eef2f6
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 1. Hero Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_hero {
            position: relative;
            min-height: 560px;
            display: flex;
            align-items: center;
            background: linear-gradient(105deg, rgba(0, 30, 80, 0.82) 0%, rgba(0, 48, 135, 0.55) 55%, rgba(0, 0, 0, 0.35) 100%),
                url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?w=1920&q=80') center/cover no-repeat;
            color: var(--manorama-white);
        }

     

        .manorama_hero_badge {
            display: inline-block;
            background: rgba(255, 204, 0, 0.95);
            color: #2f2f2f;
            font-size: 13px;
            font-weight: 700;
            padding: 6px 16px;
            border-radius: 4px;
            margin-bottom: 18px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .manorama_hero_title {
            font-size: 40px;
            font-weight: 600;
            line-height: 1.15;
            margin-bottom: 32px;
            color: #ffffff;
        }

        .manorama_hero_subtitle {
            font-size: 22px;
            font-weight: 500;
            opacity: 0.95;
            margin-bottom: 8px;
            color: #ffffff;
        }

        .manorama_hero_location {
            display: block;
            font-size: 14px;
            max-width: 578px;
            line-height: 1.8;
            /* opacity: 0.9; */
            margin-bottom: 13px;
            padding: 0 0px 15px 0;
            color: #ffffff;
            border-bottom: 1px solid #ffffff8a;
        }

        .manorama_hero_location:hover {
            color: rgba(255, 204, 0, 0.95);
        }

        .manorama_hero_location i {
            margin-right: 5px;
        }

        .manorama_hero_list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 10px 24px;
            margin-bottom: 32px;
            max-width: 850px;
        }

        .manorama_hero_list li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
        }

        .manorama_hero_list i {
            color: var(--manorama-accent);
            width: 18px;
        }

        .manorama_hero_actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .manorama_hero_search {
            position: absolute;
            left: 50%;
            bottom: -32px;
            transform: translateX(-50%);
            width: min(92%, 900px);
            background: var(--manorama-white);
            border-radius: 60px;
            box-shadow: var(--manorama-shadow);
            display: flex;
            align-items: center;
            padding: 8px 8px 8px 28px;
            gap: 12px;
            z-index: 5;
        }

        .manorama_hero_search input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 14px;
            font-family: inherit;
            color: var(--manorama-text);
        }

        .manorama_hero_search input::placeholder {
            color: #94a3b8;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 2. Stats Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_stats_wrap {
            background: #eef2f6;
            padding: 70px 0 20px 0;
            /* margin-top: 36px; */
        }

        .manorama_stats {
       
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            background: transparent;
            border-radius: 0;
            box-shadow: none;
        }

        .manorama_stat_item {
            text-align: center;
            padding: 20px 16px;
            border-right: 1px solid #d8dee6;
        }

        .manorama_stat_item:last-child {
            border-right: none;
        }

        .manorama_stat_number {
            font-size: 40px;
            font-weight: 600;
            color: #008a9a;
            line-height: 1.1;
        }

        .manorama_stat_label {
            font-size: 14px;
            color: #252525;
            margin-top: 6px;
            font-weight: 500;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 3. Quick bar Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_quickbar {
            background: var(--manorama-white);
            border-bottom: 1px solid var(--manorama-border);
            padding: 20px 5%;
        }

        .manorama_quickbar_inner {
            max-width: 1320px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px;
        }

        .manorama_quickbar_select {
            min-width: 280px;
            padding: 14px 20px;
            border: 1px solid var(--manorama-border);
            border-radius: 8px;
            font-size: 15px;
            font-family: inherit;
            color: var(--manorama-muted);
            background: var(--manorama-white);
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 4. About Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_about_grid {
            display: grid;
            grid-template-columns: 0.7fr 1fr;
            gap: 48px;
            align-items: center;
        }

        .manorama_about_content h2 {
            font-size: 30px;
            color: #2b2a2a;
            margin-bottom: 10px;
            line-height: 1.25;
            font-weight: 600;
        }

        .manorama_about_content h2 span {
            color: #C92123;
        }

        .manorama_about_video {
            position: relative;
            border-radius: var(--manorama-radius);
            overflow: hidden;
            box-shadow: var(--manorama-shadow);
        }

        .manorama_about_video img {
            width: 100%;
            height: 320px;
            object-fit: cover;
        }

        .manorama_about_play {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 48, 135, 0.35);
            color: var(--manorama-white);
            font-size: 56px;
            transition: background 0.25s;
        }

        .manorama_about_play:hover {
            background: rgba(0, 138, 154, 0.45);
        }

        .manorama_about_content p {
            font-size: 14px;
            color: var(--manorama-muted);
            line-height: 1.6;
            margin-bottom: 24px;
        }



        .manorama_section .container {
            max-width: 1320px;
        }

        .manorama_section h2,
        .manorama_section h3,
        .manorama_section p {
            margin-top: 0;
        }

        .manorama_section blockquote {
            margin: 0;
            border: none;
            padding: 0;
        }

        .manorama_section figure {
            margin: 0;
        }

        .manorama_section a.manorama_btn,
        .manorama_section button.manorama_btn {
            text-decoration: none;
            box-shadow: none;
color: white;
        }

        .manorama_section a.manorama_link {
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.2s;
        }

        .manorama_section a.manorama_link:hover {
            gap: 10px;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 5. Doctors Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_doctors_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
        }

        .manorama_doctor_card {
            background: var(--manorama-white);
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid var(--manorama-border);
            text-align: left;
            display: flex;
            flex-direction: column;
            transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
        }



        .manorama_doctor_card img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            object-position: top center;
            transition: transform 0.4s ease;
        }



        .manorama_doctor_body {
            padding: 16px 18px;
            flex: 1;
        }

        .manorama_doctor_name {
            font-size: 15px;
            font-weight: 700;
            color: #121212;
            margin-bottom: 6px;
            line-height: 1.3;
        }

        .manorama_doctor_role {
            font-size: 12px;
            color: #008a9a;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .manorama_doctor_tags {
            font-size: 13px;
            color: #262626;
            margin-bottom: 0;
            line-height: 1.55;
            background: rgba(255, 204, 0, 0.95);
            width: max-content;
            padding: 4px 21px 4px 12px;
            font-weight: 600;
            border-radius: 0 18px;
        }

        .manorama_doctor_footer {
            padding: 14px 18px 16px;
            border-top: 1px solid var(--manorama-border);
            background: #fffffff;
            display: flex;
            justify-content: space-between;
        }

        .manorama_doctor_link {
            color: white;
            font-weight: 500;
            font-size: 13px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            border-radius: 6px;
            padding: 12px 15px;
            transition: color 0.2s, gap 0.2s;
            background: #008a9a;
        }

        .manorama_doctor_link:hover {
            color: #ffffff;
            gap: 10px;
        }

        /* .manorama_doctor_accent {
            height: 5px;
            background: linear-gradient(90deg, #ffcc00 0%, #f5a623 40%, #c92123 100%);
            margin-top: auto;
        } */

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 6. Specialties Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_specialties {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 0;
            align-items: stretch;
            border: 1px solid var(--manorama-border);
            border-radius: var(--manorama-radius);
            overflow: hidden;
            height: 450px;
        }

        .manorama_specialty_panels {
            position: relative;
            min-height: 380px;
        }


        .manorama_specialty_nav {
            background: #ffffff;
            border-radius: 0;
            overflow: hidden;
            margin: 0;
            height: 450px;
            padding: 0;
            overflow-y: auto;
            list-style: none;
            scrollbar-width: thin;
            /* for Firefox */
            scrollbar-color: #f0f4f8 var(--manorama-white);
            /* for Firefox */
            -ms-overflow-style: -ms-autohiding-scrollbar;
            /* for Internet Explorer, Edge */
            min-width: max-content;
            /* for other browsers */
            scrollbar-gutter: stable;
            /* for Chrome, Safari, and Opera
                /* to force the scrollbar to stay minimal */
            scrollbar-width: thin;
            /* for Chrome, Safari, and Opera */
            scrollbar-color: #f0f4f8 var(--manorama-white);
            /* for Chrome, Safari, and Opera */

        }

        .manorama_specialty_nav li {
            margin: 0;
            padding: 0;
        }

        .manorama_specialty_nav li button {
            width: 100%;
            text-align: left;
            padding: 14px 20px;
            border: none;
            border-bottom: 1px solid var(--manorama-border);
            background: transparent;
            font-family: inherit;
            font-size: 14px;
            font-weight: 500;
            color: var(--manorama-text);
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: background 0.25s, color 0.25s, padding-left 0.25s;
            border-radius: 0;
            box-shadow: none;
        }

        .manorama_specialty_nav li:last-child button {
            border-bottom: none;
        }

        .manorama_specialty_nav li button:hover,
        .manorama_specialty_nav li button:focus {
            background: rgba(0, 138, 154, 0.1);
            color: #008a9a;
            outline: none;
        }

        .manorama_specialty_nav li button.manorama_active {
            background: #008a9a;
            color: var(--manorama-white);
            font-weight: 600;
            padding-left: 24px;

        }

        .manorama_specialty_nav li button i {
            width: 22px;
            text-align: center;
            font-size: 14px;
            flex-shrink: 0;
        }

        .manorama_specialty_panel {
            display: none;
            grid-template-columns: 1.2fr 1fr;
            gap: 0;
            align-items: stretch;
            position: absolute;
            inset: 0;
        }

        .manorama_specialty_panel.manorama_active {
            display: grid;
        }

        .manorama_specialty_visual img {
            width: 100%;
            height: 100%;
            min-height: 380px;
            object-fit: cover;
        }

        .manorama_specialty_info {
            background-color: #ffffff;
            padding: 36px 32px;
            display: flex;
            flex-direction: column;
            height: 450px;
            overflow-x: auto;
            scrollbar-gutter: stable;
            scrollbar-width: thin;
            scrollbar-color: #f0f4f8 var(--manorama-white);
        }

        .manorama_specialty_info h3 {
            font-size: 22px;
            margin-bottom: 14px;
            font-weight: 500;
            color: #121212
        }

        .manorama_specialty_info p {
            font-size: 14px;
            line-height: 1.6;
            opacity: 0.93;
            margin-bottom: 20px;
        }

        .manorama_specialty_list {
            margin: 0 0 24px;
            padding: 0;
            list-style: none;
        }

        .manorama_specialty_list li {
            padding: 8px 0 0px 15px;
            font-size: 14px;
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .manorama_specialty_list li:last-child {
            border-bottom: none;
        }

        .manorama_specialty_list li::before {
              content: "\2713";
            position: absolute;
            left: 0;
            color: var(--manorama-primary);
            font-weight: 700;
            font-size: 12px;
        }

        .manorama_specialty_info .manorama_btn {
            align-self: flex-start;

        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 8. Testimonials Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_testimonials_slider {
            position: relative;
        }

.manorama_testimonial_card {
    background: var(--manorama-white);
    padding: 26px 23px 24px;
    border-radius: var(--manorama_radius);
    position: relative;
    border: 1px solid var(--manorama-border);
    border-top: 4px solid #008a9a;
    transition: transform 0.25s, box-shadow 0.25s;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* text-align: center; */
    border-radius: 0 0 20px 20px;
}

        .manorama_testimonial_image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin-bottom: 16px;
            /* border: 3px solid #008a9a; */
        }

        .manorama_testimonial_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        .manorama_testimonial_text {
            font-size: 14px;
            color: #333;
            margin-bottom: 15px;
            /* font-style: italic; */
            line-height: 1.7;
            padding-bottom: 15px;
            border-bottom: 1px solid #cdcdcd;
        }

        .manorama_testimonial_author {
            font-weight: 600;
            color: #222222;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .manorama_testimonial_role {
            font-size: 13px;
            color: #008a9a;
        }

        .manorama_testimonials_nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            left: 0;
            display: flex;
            justify-content: space-between;
            pointer-events: none;
        }

        .manorama_testimonials_nav button {
            pointer-events: auto;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #008a9a;
            color: white;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            transition: background 0.3s, transform 0.3s;
            box-shadow: 0 4px 12px rgba(0, 138, 154, 0.3);
        }

        .manorama_testimonials_nav button:hover {
            background: #c92123;
            transform: scale(1.1);
        }

        .manorama_testimonials_prev {
            margin-left: -24px;
        }

        .manorama_testimonials_next {
            margin-right: -24px;
        }

        .manorama_testimonials_dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 24px;
        }

        .manorama_testimonials_dots button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e2e8f0;
            border: none;
            cursor: pointer;
            transition: background 0.3s, transform 0.3s;
        }

        .manorama_testimonials_dots button.active {
            background: #008a9a;
            transform: scale(1.2);
        }

        .manorama_testimonials_dots button:hover {
            background: #008a9a;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 9. Infrastructure Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_facilities_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .manorama_facility_card {
            position: relative;
            border-radius: var(--manorama-radius);
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.35s, box-shadow 0.35s;
        }

        .manorama_facility_card:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 28px rgba(0, 48, 135, 0.15);
        }

        .manorama_facility_card img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .manorama_facility_card:hover img {
            transform: scale(1.08);
        }

        .manorama_facility_caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 26px 30px;
            background: linear-gradient(transparent, rgb(0 0 0 / 95%));
            color: var(--manorama-white);
            font-weight: 500;
            font-size: 18px;
            line-height: 1.4;
            transform: translateY(0);
            transition: padding 0.3s;
        }


        /* Ã¢â‚¬â€Ã¢â‚¬â€ 10. Wellness Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_wellness {
            position: relative;
            overflow: hidden;
            padding: 0 !important;
        }

        .manorama_wellness_bg {
            padding: 52px 0;
        }

        .manorama_wellness_grid {
            position: relative;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 340px;
            gap: 48px;
            align-items: center;
        }

        .manorama_wellness_text h2 {
            font-size: 36px;
            color: var(--manorama-white);
            margin-bottom: 26px;
            font-weight: 500;
        }

        .manorama_wellness_text p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 24px;
            font-size: 14px;
            max-width: 520px;
        }

        .manorama_wellness_form {
            background: var(--manorama-white);
            padding: 32px 28px;
            border-radius: var(--manorama-radius);
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
        }

        .manorama_wellness_form h3 {
            font-size: 20px;
            color: #0c0c0c;
            margin-bottom: 16px;
            font-weight: 600;
            padding-bottom: 14px;
            border-bottom: 1px solid #008a9a;
        }

        .manorama_form_group {
            margin-bottom: 14px;
        }

        .manorama_form_group input,
        .manorama_form_group textarea,
        .manorama_form_group select {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid var(--manorama-border) !important;
            border-radius: 8px;
            font-family: inherit;
            font-size: 14px;
            background: var(--manorama-white);
            color: var(--manorama-text);
            transition: border-color 0.2s, box-shadow 0.2s;
            box-sizing: border-box;
            height: auto;
        }

        .manorama_form_group input:focus,
        .manorama_form_group textarea:focus,
        .manorama_form_group select:focus {
            border: 1px solid var(--manorama-border);
        }

        .manorama_form_group textarea {
            min-height: 100px;
            resize: vertical;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 11. Events Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_events_grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: start;
        }

        .manorama_events_list {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .manorama_events_item {
            display: block;
            padding: 22px 20px;
            margin-bottom: 12px;
            border: 1px solid var(--manorama-border);
            border-radius: 10px;
            background: var(--manorama-white);
            text-decoration: none;
            transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
        }

        .manorama_events_item:hover {
            border-color: #008a9a;
            box-shadow: 0 8px 24px rgba(0, 138, 154, 0.12);
            transform: translateX(6px);
            text-decoration: none;
        }

        .manorama_events_item:first-child {
            margin-top: 0;
        }

        .manorama_events_date {
            font-size: 12px;
            color: #008a9a;
            font-weight: 700;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }

        .manorama_events_title {
            font-size: 18px;
            font-weight: 700;
            color: var(--manorama-primary);
            margin-bottom: 8px;
            line-height: 1.35;
        }

        .manorama_events_item:hover .manorama_events_title {
            color: #008a9a;
        }

        .manorama_events_excerpt {
            font-size: 14px;
            color: var(--manorama-muted);
            line-height: 1.6;
            margin-bottom: 0;
        }

        .manorama_events_gallery {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .manorama_events_gallery img {
            width: 100%;
            height: 170px;
            object-fit: cover;
            border-radius: 10px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
            transition: transform 0.35s, box-shadow 0.35s;
        }

        .manorama_events_gallery img:hover {
            transform: scale(1.04);
            box-shadow: 0 10px 28px rgba(0, 48, 135, 0.18);
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 12. Health package Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_package {
            background: linear-gradient(120deg, #003087 0%, #001a4d 55%, #0072a5 100%);
            color: var(--manorama-white);
            position: relative;
            overflow: hidden;
        }

        .manorama_package::after {
            content: "";
            position: absolute;
            right: -60px;
            top: -60px;
            width: 220px;
            height: 220px;
            background: rgba(255, 204, 0, 0.12);
            border-radius: 50%;
            pointer-events: none;
        }

        .manorama_package_inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 28px;
            position: relative;
            z-index: 1;
        }

        .manorama_package_inner h2 {
            font-size: 30px;
            margin-bottom: 10px;
            font-weight: 700;
            color: var(--manorama-white);
        }

        .manorama_package_inner h3 {
            font-size: 18px;
            font-weight: 500;
            opacity: 0.92;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.9);
        }

        .manorama_package_price {
            font-size: 48px;
            font-weight: 800;
            color: #ffcc00;
            line-height: 1;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 13. FAQ Ã¢â‚¬â€Ã¢â‚¬â€ */
        .faq-sec-title {
            margin-bottom: 45px;
        }

        .manorama_faq_list {
            display: flex;
            gap: 30px;
            align-items: flex-start;
        }

        .manorama_faq_col {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .manorama_faq_item {
            height: auto;
            margin-bottom: 8px;
            overflow: hidden;
            transition: box-shadow 0.25s, border-color 0.25s;
            border-bottom: 1px solid #0000002e;
            padding-bottom: 15px;
        }

        .manorama_faq_question {
            width: 100%;
            text-align: left;
            padding: 0px 0 6px 0;
            background: none;
            border: none;
            font-family: inherit;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            color: #444444;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            transition: background 0.2s;
        }

        .manorama_faq_question i {
            width: 32px;
            height: 32px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            /* background: rgba(0, 138, 154, 0.1); */
            border-radius: 50%;
            transition: transform 0.3s, background 0.3s;
            color: #008a9a;
            font-size: 14px;
        }

        .manorama_faq_item.manorama_open .manorama_faq_question i {
            transform: rotate(45deg);

            color: #008a9a;
        }

        .manorama_faq_answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .manorama_faq_answer p {
            padding: 0;
            color: var(--manorama-muted);
            font-size: 14px;
            line-height: 1.7;
            margin: 0;
        }

        .manorama_faq_item.manorama_open .manorama_faq_answer {
            max-height: 280px;
        }

        /* Ã¢â‚¬â€Ã¢â‚¬â€ 14. Contact banner Ã¢â‚¬â€Ã¢â‚¬â€ */
        .manorama_contact {
            background: linear-gradient(135deg, #003087 0%, #001e50 100%);
            color: var(--manorama-white);
            position: relative;
            overflow: hidden;
            padding-top: 72px !important;
            padding-bottom: 72px !important;
        }

        .manorama_contact::before {
            content: "";
            position: absolute;
            left: -100px;
            bottom: -100px;
            width: 360px;
            height: 360px;
            background: #008a9a;
            border-radius: 50%;
            opacity: 0.25;
        }

        .manorama_contact::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            width: 45%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15));
            pointer-events: none;
        }

        .manorama_contact .manorama_section_inner {
            position: relative;
            z-index: 1;
        }

        .manorama_contact_grid {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 56px;
            align-items: center;
        }

        .manorama_contact_form {
            background: rgba(255, 255, 255, 0.06);
            padding: 40px 36px;
            border-radius: 20px 20px 20px 4px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(4px);
        }

        .manorama_contact_form h2 {
            font-size: 32px;
            margin-bottom: 28px;
            font-weight: 700;
            color: var(--manorama-white);
        }

        .manorama_contact_form .manorama_form_group input,
        .manorama_contact_form .manorama_form_group textarea {
            background: rgba(255, 255, 255, 0.97);
            border: none;
            border-radius: 8px;
        }

        .manorama_contact_form .manorama_form_group input::placeholder,
        .manorama_contact_form .manorama_form_group textarea::placeholder {
            color: #94a3b8;
        }

        .manorama_contact_image {
            position: relative;
        }

        .manorama_contact_image img {
            width: 100%;
            max-height: 440px;
            object-fit: cover;
            object-position: top center;
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
        }

        .manorama_btn_white {
            background: var(--manorama-white);
            color: var(--manorama-primary);
            font-weight: 700;
        }

        .manorama_btn_white:hover {
            background: #ffcc00;
            color: var(--manorama-primary);
        }
.manorama_section.faq-section{
    padding-bottom: 110px;
}
        /* Ã¢â‚¬â€Ã¢â‚¬â€ Responsive Ã¢â‚¬â€Ã¢â‚¬â€ */
/*        @media (max-width: 1100px) {*/
/*            .manorama_about_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_doctors_grid {*/
/*                grid-template-columns: repeat(2, 1fr);*/
/*            }*/

/*            .manorama_facilities_grid {*/
/*                grid-template-columns: repeat(2, 1fr);*/
/*            }*/

/*            .manorama_testimonials_grid {*/
/*                grid-template-columns: 1fr 1fr;*/
/*            }*/

/*            .manorama_specialties {*/
/*                grid-template-columns: 1fr;*/
/*            }*/



/*            .manorama_specialty_nav li {*/
/*                flex: 1 1 auto;*/
/*            }*/

/*            .manorama_specialty_nav li button {*/
/*                padding: 14px 16px;*/
/*                font-size: 14px;*/
/*                border-bottom: none;*/
/*                border-right: 1px solid var(--manorama-border);*/
/*            }*/

/*            .manorama_specialty_nav li button.manorama_active {*/
/*                padding-left: 16px;*/
/*                box-shadow: inset 0 -4px 0 #ffcc00;*/
/*            }*/

/*            .manorama_specialty_panels {*/
/*                min-height: 520px;*/
/*            }*/

/*            .manorama_specialty_panel.manorama_active {*/
/*                grid-template-columns: 1fr;*/
/*                position: relative;*/
/*            }*/

/*            .manorama_specialty_visual img {*/
/*                min-height: 220px;*/
/*            }*/

/*            .manorama_wellness_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_events_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_contact_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_contact_image {*/
/*                order: -1;*/
/*            }*/
/*        }*/

/*        @media (max-width: 768px) {*/
/*           .manorama_section {*/
/*    padding: 40px 0px;*/
/*}*/

/*            .manorama_section_header {*/
/*                flex-direction: column;*/
/*                align-items: flex-start;*/
/*            }*/

/*            .manorama_stats {*/
/*                grid-template-columns: repeat(2, 1fr);*/
/*            }*/

/*            .manorama_stat_item:nth-child(2n) {*/
/*                border-right: none;*/
/*            }*/

/*            .manorama_stat_item {*/
/*                border-bottom: 1px solid #d8dee6;*/
/*            }*/

/*            .manorama_doctors_grid,*/
/*            .manorama_testimonials_grid,*/
/*            .manorama_events_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_contact_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_contact_form {*/
/*                padding: 28px 24px;*/
/*                border-radius: 16px;*/
/*            }*/

/*.manorama_hero_search {*/
/*    border-radius: 45px;*/
    /* flex-direction: column; */
/*    padding: 7px 9px 7px 20px;*/
/*}*/
/*            .manorama_package_inner {*/
/*                flex-direction: column;*/
/*                text-align: center;*/
/*            }*/

/*            .manorama_package_price {*/
/*                font-size: 40px;*/
/*            }*/

/*            .manorama_specialty_nav {*/
/*                flex-direction: column;*/
/*            }*/

/*            .manorama_specialty_nav li button {*/
/*                border-right: none;*/
/*                border-bottom: 1px solid var(--manorama-border);*/
/*            }*/
/*        }*/

/*        @media (max-width: 480px) {*/
/*            .manorama_doctors_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_facilities_grid {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_events_gallery {*/
/*                grid-template-columns: 1fr;*/
/*            }*/

/*            .manorama_section_title {*/
/*                font-size: 26px;*/
/*            }*/

/*            .manorama_doctor_card img {*/
/*                height: 240px;*/
/*            }*/
/*        }*/
        
        
        

        .manorama_location_grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: start;

        }

        .manorama_location_map {
            overflow: hidden;
            box-shadow: var(--manorama-shadow);
            height: 100%;
            border: 1px solid var(--manorama-border);
            border-right: 0;
            border-radius: var(--manorama-radius) 0 0 var(--manorama-radius);
        }

        .manorama_location_map iframe {
            width: 100%;
            height: 100%;
            border: none;
            display: block;

        }

        .manorama_location_card {
            background: white;
            padding: 32px;
            height: 100%;
            border: 1px solid #c2cddb;
            border-left: 0;
            border-radius: 0 var(--manorama-radius) var(--manorama-radius) 0;
        }

        .manorama_location_card h3 {
            font-size: 20px;
            color: var(--manorama-primary);
            margin-bottom: 12px;
            font-weight: 600;
        }

        .manorama_location_card p {
            color: var(--manorama-muted);
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 24px;
        }

        .manorama_location_details {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-bottom: 28px;
        }

        .location-item {
            display: flex;
            align-items: center;
            font-size: 14px;
            gap: 12px;
        }

        .location-item i {
            color: #008a9a;
            width: 22px;
            font-size: 18px;
        }

        .location-item a {
            color: #121212;
            font-weight: 400;
            text-decoration: none;
        }

        .location-item a:hover {
            text-decoration: underline;
        }

        .manorama_location_actions {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .manorama_department_select {
            padding: 10px 16px;
            padding-right: 36px;
            border-radius: 8px;
            font-size: 14px;
            font-family: inherit;
            color: var(--manorama-text);
            background: var(--manorama-white);
            cursor: pointer;
            min-width: 200px;
            transition: border-color 0.2s, box-shadow 0.2s;
            appearance: none;
            -webkit-appearance: none;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23008a9a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>');
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 16px;
        }

        .manorama_department_select:focus {
           border: 1px solid #ccc !important;
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 138, 154, 0.1);
        }

        /* Pagination */
        .manorama_pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 40px;
        }

        .manorama_pagination_link {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: var(--manorama-white);
            border: 1px solid var(--manorama-border);
            border-radius: 8px;
            color: #484848;
            font-weight: 600;
            font-size: 12px;
            text-decoration: none;
            transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
        }

        .manorama_pagination_link:hover {
            background: rgba(0, 138, 154, 0.05);
            border-color: #008a9a;
            color: #008a9a;
        }

        .manorama_pagination_numbers {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .manorama_pagination_number {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--manorama-white);
            border: 1px solid var(--manorama-border);
            border-radius: 8px;
            color: var(--manorama-text);
            font-weight: 600;
            font-size: 14px;
            text-decoration: none;
            transition: background 0.2s, border-color 0.2s, color 0.2s;
        }

        .manorama_pagination_number.active {
            background: #008a9a;
            border-color: #008a9a;
            color: var(--manorama-white);
        }

        .manorama_pagination_number:hover {
            border-color: #008a9a;
            color: #008a9a;
        }

        .manorama_pagination_dots {
            color: var(--manorama-muted);
            font-size: 16px;
        }

        /* WhatsApp CTA */
        .manorama_whatsapp_cta {
            background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
            text-align: center;
        }

     .manorama_whatsapp_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
    /* align-items: center; */
    /* gap: 24px; */
}

.manorama_whatsapp_text{
    text-align: left;
}

        .manorama_whatsapp_icon {
            position: relative;
            
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            color: white;
            width: 140px;
            object-fit: contain;
            height: 140px;
        }

        .manorama_whatsapp_icon img{
            height: 210px;
            position: absolute;
            bottom: -15px;
        }
        .manorama_whatsapp_text h3 {
            color: white;
            font-size: 28px;
            font-weight: 600;
            margin: 0;
        }

        .manorama_whatsapp_text p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 16px;
            margin: 12px 0 0;
            max-width: 600px;
        }

        .manorama_whatsapp_actions {
            display: flex;
            gap: 16px;
           
        }

        .manorama_whatsapp_actions a:focus{
           color: white;
           text-decoration: none !important;
        }
        
        .manorama_whatsapp_actions a:first-child i{
            font-size: 40px;
        }

         .manorama_whatsapp_actions a:last-child i{
            font-size: 25px;
        }

        .manorama_btn_whatsapp {
            background: #25D366;
            color: white;
            border: none;
        }

        .manorama_btn_whatsapp:hover {
            background: #128C7E;
            color: white;
        }

        /* Responsive */
        @media (max-width: 1100px) {
            .manorama_location_grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .manorama_location_map iframe {
                height: 320px;
            }
        }

        @media (max-width: 768px) {
            .manorama_location_card {
                padding: 24px;
            }
        }
        
        .diseases-details-page-faq-section{
            padding-bottom: 50px !important;
        }
        .diseases-details-page-doctors-section{
            padding: 50px 0;
        }

  
        /* Hero Section */
        .disease_details_hero {
            background: #edf2f4 !important;
            padding: 60px 0 40px;
            color: white;
        }
.disease_details_breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #008a9a;
    font-size: 14px;
    font-weight: 600;
}

       .disease_details_breadcrumb a {
    color: rgb(0 0 0 / 80%);
    text-decoration: none;
    font-weight: 400;
}

        .disease_details_hero_content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
        }

        .disease_details_hero_left {
            flex: 1;
        }

        .disease_details_category_badge {
       
    background: rgba(255, 204, 0, 0.95);
    color: #2f2f2f;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
    display: inline-block;

        }

        .disease_details_hero_left h1 {

    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
color: #353536;
text-transform: capitalize;
        }

        .disease_details_hero_left p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 14px;
    max-width: 700px;
}

        .disease_details_hero_stats {
            display: flex;
            gap: 32px;
            margin-top: 32px;
        }

        .disease_details_stat_item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .disease_details_stat_icon {
            width: 48px;
            height: 48px;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .disease_details_stat_text h4 {
            font-size: 14px;
            font-weight: 400;
            opacity: 0.8;
            margin-bottom: 4px;
        }

        .disease_details_stat_text p {
            font-size: 18px;
            font-weight: 600;
            margin: 0;
        }

        /* Main Content */
        .disease_details_main {
            padding: 60px 0;
        }

        .disease_details_layout {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 40px;
        }

        .disease_details_content {
            background: white;
        }


       .disease_details_section h2 {
    font-size: 28px;
    font-weight: 600;
    /* color: var(--text-color); */
    /* margin-bottom: 20px; */
    padding-bottom: 12px;
    /* border-bottom: 3px solid var(--primary-color); */
}

        .disease_details_section h3 {
            font-size: 22px;
            font-weight: 600;
            color: var(--text-color);
            margin: 24px 0 16px;
        }
.disease_details_section p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted-color);
    margin-bottom: 16px;
}

        .disease_details_section ul {
            list-style: none;
            padding: 0;
            margin: 20px 0;
        }

        .disease_details_section ul li {
            padding: 12px 0 12px 32px;
            position: relative;
            font-size: 15px;
            line-height: 1.7;
            color: var(--muted-color);
            border-bottom: 1px solid var(--border-color);
        }

        .disease_details_section ul li:last-child {
            border-bottom: none;
        }

        .disease_details_section ul li::before {
            content: "Ã¢Å“â€œ";
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-weight: 700;
            font-size: 18px;
        }

        /* Info Cards */
        .disease_details_info_cards {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 32px 0;
        }

        .disease_details_info_card {
            background: var(--bg-light);
            padding: 24px;
            border-radius: 12px;
            border-left: 4px solid var(--primary-color);
        }

        .disease_details_info_card h4 {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-color);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .disease_details_info_card h4 i {
            color: var(--primary-color);
        }

        .disease_details_info_card p {
            font-size: 14px;
            margin: 0;
        }

        /* Sidebar */
        .disease_details_sidebar {
            position: sticky;
            top: 20px;
            align-self: flex-start;
        }

        .disease_details_sidebar_card {
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 12px;
            padding: 28px;
            margin-bottom: 24px;
        }

        .disease_details_sidebar_card h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            color: var(--text-color);
        }

        /* CTA Form */
        .disease_details_cta_form_card {
            background: #f8f9fa;
            border: 1px solid #e2e8f0;
        }

        .disease_details_cta_form_card h3 {
            font-size: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 24px;
        }

        .disease_details_form_group {
            margin-bottom: 16px;
        }

       .disease_details_form_group input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #d1d4d9;
    border-radius: 50px;
    font-size: 14px;
    color: black;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
}
        .disease_details_form_group input:focus {
            border: 1px solid #d1d4d9 !important;
        }

        .disease_details_form_group input::placeholder {
            color: #94a3b8;
        }

        .disease_details_otp_group {
            position: relative;
        }

       

        .disease_details_send_otp_btn {
            position: absolute;
            right: 4px;
            top: 4px;
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }

        .disease_details_send_otp_btn:hover {
            background: #006b78;
        }

        .disease_details_submit_btn {
            width: 100%;
            padding: 14px 24px;
            background: rgba(255, 204, 0, 0.95);
            color: #2f2f2f;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            /* margin-top: 8px; */
            font-family: "Poppins", sans-serif !important;
        }

         .disease_details_submit_btn:focus {
         border: none !important;
         outline: none !important;
        }

       

        .disease_details_quick_links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .disease_details_quick_links li {
            margin-bottom: 12px;
        }

        .disease_details_quick_links a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px 16px;
            background: var(--bg-light);
            border-radius: 8px;
            text-decoration: none;
            color: var(--text-color);
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s;
        }

        .disease_details_quick_links a:hover {
            background: var(--primary-color);
            color: white;
        }

        .disease_details_quick_links a i {
            font-size: 16px;
        }

        /* CTA Card */
        .disease_details_cta_card {
            background: linear-gradient(135deg, var(--primary-color) 0%, #006b78 100%);
            color: white;
            text-align: center;
        }

        .disease_details_cta_card h3 {
            color: white;
            margin-bottom: 12px;
        }

        .disease_details_cta_card p {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 20px;
        }

        .disease_details_cta_btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: white;
            color: var(--primary-color);
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s;
        }

        .disease_details_cta_btn:hover {
            background: var(--accent-color);
            color: #2f2f2f;
        }

        /* Related Diseases */
        .disease_details_related {
            background: var(--bg-light);
            padding: 60px 0;
        }

        .disease_details_related h2 {
            text-align: center;
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .disease_details_related_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .disease_details_related_card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid var(--border-color);
            transition: all 0.3s;
        }

        .disease_details_related_card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
        }

        .disease_details_related_card_content {
            padding: 20px;
        }

        .disease_details_related_card h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
            color: var(--text-color);
        }

        .disease_details_related_card p {
            font-size: 14px;
            color: var(--muted-color);
            margin-bottom: 16px;
        }

        .disease_details_related_card a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
        }

        .disease_details_related_card a:hover {
            gap: 10px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .disease_details_layout {
                grid-template-columns: 1fr;
            }

            .disease_details_sidebar {
                position: static;
            }

            .disease_details_info_cards {
                grid-template-columns: 1fr;
            }

            .disease_details_related_grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .disease_details_hero_left h1 {
                font-size: 32px;
            }

            .disease_details_hero_stats {
                flex-direction: column;
                gap: 20px;
            }

            .disease_details_related_grid {
                grid-template-columns: 1fr;
            }
        }
        
        

		.home_video_testimonials_section {
			padding: 60px 0;
			/* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
		}

		.home_video_testimonials_header {
			text-align: center;
			margin-bottom: 48px;
		}



		.home_video_testimonial_card {
			background: #000;
			border-radius: 16px;
			overflow: visible;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
			transition: all 0.3s;
			margin: 0 10px;
			position: relative;
		}



		.home_video_testimonial_card iframe {
			width: 100% !important;
			height: 220px  !important;
			display: block;
			border-radius: 16px;
			background: #000;
		}

		.video-play-btn {
			position: absolute;
			bottom: 20px;
			left: 20px;
			width: 40px;
			height: 40px;
			background: rgba(0, 138, 154, 0.95);
			border-radius: 50%;
			color: white;
			font-size: 13px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			transition: all 0.3s;
			z-index: 100;
			padding-left: 1px;
			border: none;
		}

		.video-play-btn:focus {
			border: none !important;
		}


		.video-play-btn.playing {
			background: rgba(201, 33, 35, 0.95);
		}

		.video-play-btn.playing i:before {
			content: "\f04c";
		}

		.home_video_testimonial_card.playing .video-play-btn {
			opacity: 0.7;
		}

		.home_video_testimonial_card.playing:hover .video-play-btn {
			opacity: 1;
		}

		#video-testimonials-carousel {
			margin-top: 30px;
		}

#video-testimonials-carousel .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    display:flex;
    justify-content:space-between;
    z-index: -1;
}

#video-testimonials-carousel .owl-nav .owl-prev,
#video-testimonials-carousel .owl-nav .owl-next{
    width: 45px;
    height: 45px;
    border-radius:50% !important;
    background:#fff !important;
    color: #008a9a !important;
    font-size: 16px !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
    transition:all .3s ease;
}

#video-testimonials-carousel .owl-nav .owl-prev{
    margin-left: -45px;
}

#video-testimonials-carousel .owl-nav .owl-next{
    margin-right: -45px;
}

#video-testimonials-carousel .owl-nav .owl-prev:hover,
#video-testimonials-carousel .owl-nav .owl-next:hover{
    background: #008a9a !important;
    color:#fff !important;
    transform:scale(1.08);
}

#video-testimonials-carousel .owl-nav button{
    margin:0 !important;
}

#video-testimonials-carousel .owl-nav button span{
    display:none;
}


		#video-testimonials-carousel .owl-dots {
			text-align: center;
			margin-top: 30px;
		}

		#video-testimonials-carousel .owl-dot {
			display: inline-block;
			width: 7px;
			height: 6px;
			background: #e2e8f0;
			border-radius: 50%;
			margin: 0 5px;
			transition: all 0.3s;
		}

		#video-testimonials-carousel .owl-dot.active {
			background: #008a9a;
			width: 24px;
			border-radius: 7px;
		}
	
	

.first_visit_section {
    margin-top: 40px;
}

.first_visit_container {
  
    overflow: hidden;
    padding: 0;
}

.first_visit_header {
    text-align: center;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 18px 20px 18px;
    background: linear-gradient(135deg, #d4dff0 0%, #e8eef7 100%);
}

.first_visit_header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.first_visit_header p {
    font-size: 16px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.first_visit_content {
    display: flex;
    align-items: stretch;
    background: white;
}

.first_visit_image {
    flex: 0 0 300px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.first_visit_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.3) 0%, rgba(255, 142, 83, 0.3) 100%);
    z-index: 1;
}

.first_visit_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.first_visit_info_grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 40px 30px;
}

.first_visit_info_column {
    padding: 0 20px;
    border-right: 1px solid #e0e0e0;
}

.first_visit_info_column:last-child {
    border-right: none;
}

.first_visit_info_column h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #123f8c;
}

.first_visit_info_column:nth-child(2) h3 {
    color: #c92123;
}

.first_visit_info_column:nth-child(3) h3 {
    color: #ff6b9d;
}

.first_visit_info_column:nth-child(4) h3 {
    color: #6366f1;
}

.first_visit_info_column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.first_visit_info_column ul li {
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
}

.first_visit_info_column ul li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    transition: color 0.3s;
}

.first_visit_info_column ul li a:hover {
    color: #123f8c;
}

.first_visit_info_column ul li i {
    margin-right: 8px;
    color: #123f8c;
    font-size: 12px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Location Section Specific Styles */

.location_section .first_visit_header {
    background:  #008a9a;
}

.location_links_wrapper {
    padding: 20px 20px;
    background: white;
    border-radius: 15px;
}
.location_links_list {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 30px;
}
.location_links_list li a {
    color: #121212;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    transition: all 0.3s;
    padding: 8px 12px;
    border-radius: 8px;
      background: #008a9a0f;
}

.location_links_list li a:hover{
    color: #c92123;
  
}

.location_links_list li i {
    margin-right: 10px;
    color: #c92123;
    font-size: 16px;
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .first_visit_info_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
    
    .first_visit_info_column {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }
    
    .first_visit_info_column:nth-last-child(-n+2) {
        border-bottom: none;
    }
    
    .location_links_list {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .first_visit_content {
        flex-direction: column;
    }
    
    .first_visit_image {
        flex: 0 0 250px;
        width: 100%;
    }
    
    .first_visit_info_grid {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        gap: 20px;
    }
    
    .first_visit_info_column {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 20px;
    }
    
    .first_visit_info_column:last-child {
        border-bottom: none;
    }
    
    .first_visit_header h2 {
        font-size: 24px;
    }
    
    .first_visit_header p {
        font-size: 14px;
    }
    
    .location_links_wrapper {
        padding: 30px 20px;
    
        
    }
    
    .location_links_list {
        column-count: 1;
    }
}

.cus_location_list {
    column-count: 3;
    column-gap: 20px;
}

@media (max-width: 992px) {
    .cus_location_list {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .cus_location_list {
        column-count: 1;
    }
}




		.home_key_factors_section {
			padding: 60px 0;

			position: relative;
			overflow: hidden;
		}

		.home_key_factors_section::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
			opacity: 0.3;
		}

		.home_key_factors_header {
			text-align: center;
			margin-bottom: 60px;
			position: relative;
			z-index: 1;
		}




		.home_key_factors_grid {

			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 90px;
			max-width: 1000px;
			margin: 0 auto;
			position: relative;
			z-index: 1;
			/* margin-top: 30px; */
		}

		.home_key_factor_item {
			text-align: center;

			background: rgba(255, 255, 255, 0.1);
			border-radius: 20px;
			backdrop-filter: blur(10px);
			transition: all 0.4s;
		}


		.home_key_factor_icon {
			width: 80px;
			height: 80px;
			margin: 0 auto 25px;
			background: rgba(255, 204, 0, 0.2);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 36px;
			color: #ffcc00;
			transition: all 0.4s;
		}



		.home_key_factor_number {
			font-size: 38px;
			font-weight: 600;
			margin-bottom: 15px;
			line-height: 1;
		}

		.home_key_factor_label {
			font-size: 16px;
			font-weight: 600;
			background-color: #cdecb9;
			text-transform: uppercase;
			/* letter-spacing: 1px; */
			padding: 11px 0px;
			border-radius: 33px;
			border: 5px solid #ffffffb5;
		}

		@media (max-width: 768px) {
			.home_key_factors_section {
				padding: 60px 0;
			}

			.home_key_factors_header h2 {
				font-size: 28px;
			}

			.home_key_factors_header p {
				font-size: 16px;
			}

			.home_key_factors_grid {
				grid-template-columns: 1fr;
				gap: 25px;
			}


		.home_key_factor_number {
    font-size: 34px;
}

			.home_key_factor_label {
    font-size: 14px;
}
		}
	

		.homepage_helpdesk_section {
			padding: 70px 0px;
			background: #f4f4f4;
			font-family: 'Poppins', sans-serif;
		}


		/* LEFT */
		.homepage_helpdesk_left {
			flex: 1;
		}

		.homepage_helpdesk_heading_wrap {
			margin-bottom: 35px;
		}

		.homepage_helpdesk_small_title {
			position: relative;
			display: inline-block;
			color: #d40000;
			font-size: 20px;
			font-weight: 600;
			padding-right: 80px;
			margin-bottom: 12px;
		}

		.homepage_helpdesk_small_title::after {
			content: '';
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 60px;
			height: 2px;
			background: #d40000;
		}

		.homepage_helpdesk_small_title::before {
			content: '';
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: #d40000;
		}

		.homepage_helpdesk_main_title {
			margin: 0;
			color: #123f8c;
			font-size: 52px;
			line-height: 1.2;
			font-weight: 700;
		}

		.homepage_helpdesk_grid {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 14px;
			margin-bottom: 23px;
		}

.homepage_helpdesk_card {
    background: #f8edde;
    border-radius: 14px;
    padding: 28px 25px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: 0.3s;
}

		.homepage_helpdesk_icon {
			min-width: 50px;
			width: 50px;
			height: 50px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #123f8c;
			font-size: 38px;
		}

		.homepage_helpdesk_text {
			color: #212121;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.3;
		}

		.homepage_helpdesk_contact_box {
			background: #dfe5f4;
			border: 2px solid #123f8c;
			border-radius: 14px;
			padding: 24px 28px;
			margin-bottom: 30px;
		}

		.homepage_helpdesk_contact_box h4 {
			margin: 0 0 10px;
			color: #d40000;
			font-size: 22px;
			font-weight: 700;
		}

		.homepage_helpdesk_contact_box p {
			margin: 0;
			color: #444;
			font-size: 18px;
			font-weight: 500;
			line-height: 1.5;
		}

		.homepage_helpdesk_btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: 220px;
			height: 70px;
			background: #d89b00;
			color: #fff;
			border-radius: 10px;
			text-decoration: none;
			font-size: 26px;
			font-weight: 600;
			transition: 0.3s;
		}

		.homepage_helpdesk_btn:hover {
			background: #bb8700;
			color: #fff;
		}

		/* RIGHT */
		.homepage_helpdesk_right {
			width: 100%;
		}

		.homepage_helpdesk_sidebar_info {
			margin-bottom: 25px;
		}

		.homepage_helpdesk_sidebar {
			background: #fff;
			border-radius: 16px;
			padding: 30px 35px;
		}

		.homepage_helpdesk_sidebar_title {
			margin: 0 0 12px;
			color: #123f8c;
			font-size: 24px;
			line-height: 1.2;
			font-weight: 700;
		}

		.homepage_helpdesk_sidebar_desc {
			color: #333;
			font-size: 14px;
			line-height: 1.7;
			margin-bottom: 20px;
		}

		.homepage_helpdesk_sidebar_info p {
			margin: 0 0 14px;
			color: #333;
			font-size: 16px;
			line-height: 1.6;
		}

		.homepage_helpdesk_sidebar_info strong {
			color: #d40000;
		}

		.homepage_helpdesk_sidebar_btn {
			width: 100%;
			background: #123f8c;
			color: #fff;
			border-radius: 7px;
			/* display: flex; */
			align-items: center;
			justify-content: center;
			text-decoration: none;
			font-size: 14px;
			font-weight: 600;
			margin-top: 30px;
			padding: 10px 14px;
			/* margin-top: 34px; */
			transition: 0.3s;
		}

		.homepage_helpdesk_sidebar_btn:hover {
			background: #0d2f68;
			color: #fff;
		}
	

		.home_awards_section {
			padding: 60px 0;
			background: #ffffff;
		}

		.home_awards_header {
			text-align: center;
			margin-bottom: 48px;
		}

		.home_awards_header h2 {
			font-size: 32px;
			font-weight: 600;
			color: #123f8c;
			margin-bottom: 12px;
		}

		.home_awards_header h2 span {
			color: #c92123;
		}

		.home_awards_slider_wrapper {
			position: relative;
		}

		.home_award_logo_card {
			background: #f8f9fa;
			border-radius: 12px;
			padding: 8px 20px;
			text-align: center;
			border: 1px solid #e2e8f0;
			transition: all 0.3s;
			height: 150px;
			display: flex;
			align-items: center;
			justify-content: center;
			margin: 0 10px;
		}

		.home_award_logo_card img {
			max-width: 100%;
			max-height: 120px;
			object-fit: contain;
			transition: all 0.3s;
		}

		#home-awards-carousel .owl-nav {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 100%;

			display: none;
			justify-content: space-between;
			pointer-events: none;
		}

		#home-awards-carousel .owl-nav button {
			pointer-events: all;
			background: #008a9a !important;
			color: white !important;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			font-size: 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: all 0.3s;
		}



		#home-awards-carousel .owl-dots {
			text-align: center;
			margin-top: 30px;
		}

		#home-awards-carousel .owl-dot {
			display: inline-block;
			width: 7px;
			height: 6px;
			background: #e2e8f0;
			border-radius: 50%;
			margin: 0 5px;
			transition: all 0.3s;
		}

		#home-awards-carousel .owl-dot.active {
			background: #008a9a;
			width: 24px;
			border-radius: 7px;
		}

		@media (max-width: 768px) {
			.home_awards_header h2 {
				font-size: 26px;
			}

			.home_award_logo_card {
				padding: 20px 15px;
				height: 140px;
			}

			.home_award_logo_card img {
				max-height: 100px;
			}
		}
	
	
	

		.home_insurance_partners_section {
			padding: 60px 20px;
			background: #ffffff;
		}

		.home_insurance_header {
			text-align: center;
			margin-bottom: 48px;
		}

		.home_insurance_header h2 {
			font-size: 32px;
			font-weight: 600;
			color: #123f8c;
			margin-bottom: 12px;
		}

		.home_insurance_header p {
			font-size: 16px;
			color: #667085;
		}

		.home_insurance_logos_grid {
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			gap: 20px;
			align-items: center;
			max-width: 1200px;
			margin: 0 auto;
			margin-top: 30px;
		}

		.home_insurance_logo_item {
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 20px;
			background: #f8f9fa;
			border-radius: 12px;
			border: 1px solid #e2e8f0;
			transition: all 0.3s;
			min-height: 100px;
		}



		.home_insurance_logo_item img {
			max-width: 100%;
			max-height: 60px;
			object-fit: contain;
			mix-blend-mode: multiply;
			transition: filter 0.3s;
		}



		@media (max-width: 1024px) {
			.home_insurance_logos_grid {
				grid-template-columns: repeat(4, 1fr);
				gap: 24px;
			}
		}

		@media (max-width: 768px) {
			.home_insurance_header h2 {
				font-size: 26px;
			}

		.home_insurance_logos_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

			.home_insurance_logo_item {
				padding: 16px;
				min-height: 80px;
			}

			.home_insurance_logo_item img {
				max-height: 50px;
			}
		}

		@media (max-width: 480px) {
			.home_insurance_logos_grid {
				grid-template-columns: repeat(2, 1fr);
			}
		}
	

	.home_social_media_section {
    padding: 40px 0px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

		.home_social_media_content {
			max-width: 900px;
			margin: 0 auto;
			text-align: center;
		}

		.home_social_media_text h2 {
			font-size: 32px;
			font-weight: 600;
			color: #123f8c;
			margin-bottom: 16px;
		}

		.home_social_media_text p {
			font-size: 16px;
			color: #667085;
			line-height: 1.7;
			margin-bottom: 32px;
			max-width: 700px;
			margin-left: auto;
			margin-right: auto;
		}

		.home_social_media_links {
			display: flex;
			justify-content: center;
			gap: 16px;
			flex-wrap: wrap;
		}

		.home_social_link {
			width: 56px;
			height: 56px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			color: white;
			text-decoration: none;
			font-size: 22px;
			transition: transform 0.3s, box-shadow 0.3s;
		}


		.home_social_media_text h2 {
			font-size: 26px;
			line-height: 1.3;
			font-weight: 600;
			color: #123f8c;
			margin-bottom: 30px;
		}

		.home_social_link:hover {
			color: white;
		}

		.home_social_link.facebook {
			background: #1877f2;
		}

		.home_social_link.twitter {
			background: #1da1f2;
		}

		.home_social_link.instagram {
			background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
		}

		.home_social_link.youtube {
			background: #ff0000;
		}

		.home_social_link.linkedin {
			background: #0077b5;
		}

		@media (max-width: 768px) {
			.home_social_media_text h2 {
    font-size: 16px;
}

			.home_social_media_text p {
				font-size: 14px;
			}

			.home_social_link {
				width: 48px;
				height: 48px;
				font-size: 18px;
			}
		}
		
		
		
		
		
		

        .diseases_page_wrapper {
            background-color: #ffffff;
        }

        /*========================
TOP HEADER
========================*/
        .diseases_page_top_container {
            padding: 52px 0;
            background-color: #edf2f4 !important;
            margin-bottom: 50px;
        }

        .diseases_page_bottom_container {
            margin-bottom: 52px;
        }

        .diseases_page_top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 70px;
            margin-bottom: 45px;
        }

        .diseases_page_left {
            width: 70%;
        }

  .diseases_page_left h1 {
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
}

        .diseases_page_left p {
            color: #667085;
            font-size: 14px;
            line-height: 1.8;
        }

        .diseases_page_search_box {
            width: 420px;
            max-width: 100%;
            position: relative;
        }

        .diseases_page_search_box input {
            width: 100%;
            height: 58px;
            border: none;
            font-size: 26px;
            color: black;
            border-radius: 8px;
            padding: 0 65px 0 22px;
            background: #fff;
            /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05); */
            outline: none;
            font-size: 15px;
            border: 1px solid #008a9a;
            box-shadow: 7px 7px 0px #d9d9d9;
        }

        .diseases_page_search_box button {
            position: absolute;
            right: 8px;
            top: 8px;
            width: 42px;
            height: 42px;
            border: none;
            border-radius: 8px;
            background: #008a9a;
            color: #fff;
            cursor: pointer;
            font-size: 15px;
        }

        /*========================
FILTER BAR
========================*/

        .diseases_page_filter_bar {
            background: #fff;
            border-radius: 14px;
            padding: 22px;
            border: 1px solid #e2e8f0;
        }

        .diseases_page_filter_top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
            gap: 15px;
        }

        .diseases_page_filter_top h3 {
            font-size: 20px;
            color: #212121;
        }

        .diseases_page_total_box {
            background: rgba(255, 204, 0, 0.95);
            color: #2f2f2f;
            padding: 10px 18px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
        }

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

      .diseases_page_letter_list button {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

        .diseases_page_letter_list button:hover,
        .diseases_page_letter_list button.active {
            background: #008a9a;
            color: #fff;
        }

        /*========================
GRID LAYOUT
========================*/

        .diseases_page_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 22px;
        }

        /*========================
CARD
========================*/

        .diseases_page_card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            transition: .35s;
            display: flex;
            flex-direction: column;
        }



        .diseases_page_card_image {
            height: 240px;
            overflow: hidden;
            position: relative;
        }

        .diseases_page_card_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s;
        }



        .diseases_page_card_tag {
            position: absolute;
            top: 18px;
            left: 18px;
            background: rgba(255, 204, 0, 0.95);
            color: #2f2f2f;
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }

        .diseases_page_card_content {
            padding: 22px;
            flex: 1;
            display: flex;
            flex-direction: column;
            background-color: #edf2f4 !important;
            border: 1px solid #d5d5d5;
            border-radius: 0 0 15px 15px;
            border-top: 0;
        }

        .diseases_page_card_content h4 {
            font-size: 20px;
            line-height: 1.4;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .diseases_page_card_content p {
            color: #667085;
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 24px;
        }

        .diseases_page_card_bottom {
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
        }

        .diseases_page_read_btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            background: #008a9a;
            color: #fff;
            padding: 13px 22px;
            border-radius: 7px;
            font-size: 14px;
            font-weight: 600;
            transition: .3s;
            border: 1px solid #008a9a;
        }

        .diseases_page_read_btn:hover {
            background: transparent;
            color: #008a9a;
            border: 1px solid #008a9a;
        }

        .diseases_page_arrow {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }

        /*========================
PAGINATION
========================*/

        .diseases_page_pagination {
            margin-top: 55px;
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .diseases_page_pagination a {
            width: 46px;
            height: 46px;
            border-radius: 14px;
            background: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111;
            font-weight: 600;
            /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06); */
            transition: .3s;
            border: 1px solid #e2e8f0;
        }

        .diseases_page_pagination a:hover,
        .diseases_page_pagination a.active {
            background: #008a9a;
            color: #fff;
        }

        /*========================
RESPONSIVE
========================*/

        @media(max-width:768px) {

            .diseases_page_left h2 {
                font-size: 32px;
            }

            .diseases_page_grid {
                grid-template-columns: 1fr;
            }

            .diseases_page_card_content h4 {
                font-size: 21px;
            }

        }

	