/*
 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;
}

