.section-title h2 {
    font-size: 32px;
    margin-bottom: 44px;
    position: relative;
}
.section-title h2::before {
    content:"";
    position: absolute;
    left:0;
    bottom:-25px;
    width:75px;
    height:3px;
    margin:0 auto;
    background:#0cb8b6;
    right: 0;
    border-radius: 5px;
}
.section-title p{
	margin: 0px;
}
/*-------------------------------------------------------------------------------------------*/

/*  Main Banner        ||---------------------------- */

/*-------------------------------------------------------------------------------------------*/

.main-banner {
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}



.main-banner .banner-text .sub-text {
	font-weight: 500;
	color: #ffffff;
	font-size: 20px ;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
}

.main-banner .banner-text h2 {
	font-size: 50px !important;
	color: #ffffff;
	font-weight: 600 !important;
	margin-bottom: 0px;
	line-height: 1.2 !important;
	text-transform: capitalize;
	padding: 10px 0;
}

.main-banner .banner-text h2 span {
	color: #ffce30;
	font-size: 40px;
}

.main-banner .banner-text p {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 15px !important;
	margin: 25px 0px 40px !important;
	line-height: 1.8 !important;
}
@font-face {
font-family: albbpht;
src: url('../fonts/Alibaba-PuHuiTi-Regular.ttf');
}

.main-banner .tp-mask-wrap {
	height: auto;
}

.main-banner li .btn-text {
	line-height: 23px !important;
	font-size: 14px !important;
	padding-top: 15px !important;
	padding-right: 33px !important;
	padding-bottom: 15px !important;
	padding-left: 33px !important;
	border-radius: 35px !important;
}

#wrapper .main-banner .tp-bullets {
	top: auto;
	left: 52%;
	display: block;
	visibility: visible;
	opacity: 1;
	bottom: 66px;
}

.main-banner .tp-bullet {
	width: 26px;
	height: 3px;
	background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
	background: #ffaf36;
}

.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}

.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}

.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #ffce30;
	border: 1px solid #ffce30;
}

.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.40);
	content: '';
}
@media (max-width: 767px) {
	.main-banner {
		margin-top: 0px;
	}
  .main-banner .banner-text h2{
    font-size: 30px !important;
  }

}
@media (max-width: 537px) {
  .main-banner .banner-text p{
    display: none !important;
  }
  .main-banner li .btn-text{
    margin-top: 20px !important;
  }
}
/* About */
.clean_top {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}
.feature-box {
	overflow: hidden;
	position: relative;
}
.feature-box:before {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #0cb8b6;
	content: "";
	transition: all 0.3s;
}
.feature-box:after {
	position: absolute;
	bottom: 0px;
	left: 100%;
	width: 100%;
	height: 2px;
	background: #0cb8b6;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover:before, .feature-box:hover:after {
	left: 0px;
}
.content {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.content:before {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 2px;
	height: 100%;
	background: #0cb8b6;
	content: "";
	transition: all 0.3s;
}
.content:after {
	position: absolute;
	top: 100%;
	right: 0px;
	width: 2px;
	height: 100%;
	background: #0cb8b6;
	content: "";
	transition: all 0.3s;
}
.feature-box:hover .content:after, .feature-box:hover .content:before {
	top: 0px;
}
.right_detail p{
	margin: 0px;
}
.right_detail {
    float: left;
    width:calc(100% - 60px);
    margin-left: 10px;
}
.right_detail h3 {
    margin-top: 0px;
   }
.icon_left_home {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #0cb8b6;
    color: #fff;
    font-size: 20px;
}
.ab_doctor p{
	margin-top: 0px;
    color: #757575;
    text-transform: capitalize;
    line-height: 26px;
}
.left_doctor img{
	width: 100%;
}
.ab_doctor h2{
	margin-bottom: 30px;
}
.ab_doctor ul{
	margin: 0px;
	padding: 0px;
}
.ab_doctor ul li{
	list-style: none;
	display: inline-block;
	width: 49%;
	    margin-bottom: 1rem;
}
.ab_doctor ul li:last-child{
	margin-bottom: 0px;
}
.ab_doctor ul li i{
	    font-size: 16px;
    color: #0cb8b6;
    margin-right:15px;
}
.ab_doctor ul li span{
	color: #222;
}
@media (max-width: 767px) {
.ab_doctor ul li{
	width: 100%;
}
}

/* Section */
.bg_color {
	background: #eb7308;
}
.health_text h2 {
	font-size: 30px;
	color: #fff;
}
.health_text p {
	margin: 0px;
	color: #fff;
}


/* Service */
.text_servic{
	background: #f5f5f5;
    padding: 30px 20px 30px 20px;
}
.text_servic h3{
	margin-top: 0px;
  font-size: 20px;
}
.font_wid{
	font-weight: 600;
  color: #0cb8b6;
}


/* Form */
.form-field-wrapper {
       margin: 0;
    width: 100%;
}
.form_filed .section-title h2{
	margin-bottom:55px;
}
.form_filed .section-title h2:before{
	margin: 0px;
}
.form_filed .form-field-wrapper .form-full{
	height: 50px;
	    border: 1px solid rgba(199, 198, 198, 0.43);
}
.form_filed .form-field-wrapper textarea.form-full{
	resize: none;
	height:125px;
}
.form_filed .form-field-wrapper .send_btn{
	    width: 150px;
    color: #fff;
    border: none;
}
@media (max-width: 991px) {
.appointment_img img{
	display: none;
}
}
/* Counter_Section */

.counter_sec {
	background: url(../images/bg_87.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	min-height: 410px;
}

.counter_sec:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
}

.bg_withe {
	background: #fff;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
}

.counter_box .single-fact .counter {
	color: #0cb8b6;
	position: relative;
}

.counter_box .single-fact .counter:before {
	content: "";
	width: 50px;
	height: 4px;
	background: #0cb8b6;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8px;
}

.counter_box .single-fact p {
	color: #000;
}

.counter_box {
	margin-top: -120px;
	position: relative;
}

@media (max-width: 767px) {
	.counter_sec {
		min-height: auto;
	}
	.counter_box {
		margin: 0px;
	}
	.bg_withe {
		background: #fff;
		padding: 40px 0px;
		text-align: center;
		border-radius: 0;
		box-shadow: none;
	}
}

/* Section_Our_Departments */
.consultation_department{
	    padding: 26px 25px 24px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.consultation_department h3{}
.consultation_department img{
	    width: 50px;
}
.consultation_department p{
	margin: 0px;
}


/* Team */
.team_picher img {
	display: block;
	    width: 100%;
	border: 1px solid #f0f0f0;
}
.team_picher {
	position: relative;
}
.show_profile {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 35px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 250ms ease 0s;
	transition: all 250ms ease 0s;
	visibility: hidden;
	z-index: 9;
	background: rgba(0, 0, 0, 0.21);
	height: 100%;
	width: 100%;
}
.show_profile a {
	background: #1bb4b9 none repeat scroll 0 0;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	line-height: 33px;
	padding: 0 18px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
}
.show_profile a:hover {
	background: #fff;
}
.team_box:hover .show_profile {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.team_detail {
	padding: 30px 0 25px 0;
	position: relative;
	text-align: center;
}
.team_detail:after {
	background: #f0f0f0;
	transition: all 0.3s;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 61px;
}
.team_detail h3 {
	margin-top: 0px;
}
.team_detail span {
	color: #909090;
	display: block;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 18px;
	font-weight: 300;
}
.team_detail p {
	color: #666;
}
.social-links ul{
	margin: 0px;
	padding: 0px;
}
.social-links ul li {
	display: inline-block;
}
.social-links ul li a {
	color: #909090;
	background: rgba(0,0,0,0);
	font-size: 14px;
	margin-right: 22px;
}
.social-links ul li a:hover {
	color: #666;
}
.social-links ul li a:hover i {
	color: #1BB4B9;
}
.team_box:hover .team_detail:after{
	width: 100%;
	background:#0cb8b6;
}

/* Testimonial */
.bg_testimonial .sec_heading h2 {
	color: #fff;
}
.testimo_item {
	border: 2px solid #0cb8b6;
}

.test_prag {
	padding: 30px 40px;
}
.test_prag p {
	padding: 0px 30px;
	color: #222;
	line-height: 1.9;
}
.test_prag .size_icon {
	font-size: 35px;
	display: block;
	color: #0cb8b6;
}
.test_picher {
	display: inline-block;
	height: 60px;
	width: 60px;
	position: relative;
	top: -20px;
	border: 2px solid #0cb8b6;
	border-radius: 50%;
	margin-right: 30px;
}
.test_picher img {
	border-radius: 50%;
}
.test_designation {
	padding: 0px 50px;
	background: #0cb8b6;
}
.test_designation p {
	margin: 0px;
	display: inline-block;
	color: #fff;
}
.dots_style .owl-dots {
	text-align: center;
	margin-top: 50px;
}
.dots_style .owl-dots .owl-dot {
	width: 40px;
	height: 7px;
	border-radius: 5px;
	background: #0cb8b6;
	opacity: 0.5;
	margin: 0px 10px;
	transition: all 0.3s;
}
.dots_style .owl-dots .owl-dot.active {
	opacity: 1;
}
@media (max-width: 991px) {
	.test_designation {
		padding: 0px 20px;
	}
	.test_prag {
		padding: 30px 20px;
	}
	.test_prag p {
		padding: 0px 0px 0px 30px;
	}
	.dots_style .owl-dots{
		margin-top: 30px;
	}
}


/* Blog */
.font_wid {
	font-weight: 600;
}
.blog_box{
	padding: 20px;
	background: #fff;
	    box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.post_img {
	position: relative;
}
.date_box {
    color: #b1b1b1;
    margin: 10px 0px;
}
.post_detail h3 {
	margin-top: 0px;
}
