@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Lora:wght@500&display=swap');
	
*{font-family: 'Inter', sans-serif;font-size: 15px; transition: all .3s; -o-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s;}

body{}
h1, h2, h3, h4, h5, h6{color:#023059;font-family: 'Lora', serif!important;}
p{}
p:last-child{margin: 0}
a{color:#023059}
a:hover{text-decoration:underline; color:#023059}
ul{}
ul li{}
img{max-width:100%}

.background{background-size: cover!important;background-position: center center!important;background-attachment: fixed!important;}
.dark, .dark .container{position:relative; z-index:9}
.dark:after{content: '';background: rgb(0 0 0 / 50%);display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.owl-nav, .owl-dots{display:none}

.form-control{border: 1px solid #333;padding: 10px;font-size: 15px;height: initial;}
.form-control[type=submit], .btn{background:#023059;color:#fff;text-transform: uppercase;font-weight: bold;}
.form-control[type=submit]:hover, .btn:hover{background:#27b4bf; cursor:pointer}

.topbar{padding: 9px 0;background: #023059;}
.topbar nav{}
.topbar nav ul{padding: 0;margin: 0;}
.topbar nav ul li{display:inline-block}
.topbar nav ul li a{padding: 0px 10px;font-size: 14px;display: block;color: #fff;}
.topbar nav ul ul{display:none}

header{}
header .logo{}
header ul{margin: 0;padding: 0;}
header ul li{width: auto;list-style: none;display: inline-block;text-align: left;padding-left: 50px;}
header ul li a{display: block;font-size: 20px; font-weight: bold;}
header ul li span{font-size: 14px;}


.banner{background:url('images/about.jpeg')}
.banner form{background: rgb(0 0 0 / 50%);}
.banner span, .banner h3{color:#fff}

.department-list{}
.department-list h3{background: #023059;color: #fff;margin: 0;text-align: center;font-size: 20px;padding: 12px 5px;margin-bottom: 10px;font-family: 'Lora', serif!important;}
.department-list a{display:block;text-align: center;color: #fff;background: #27b4bf;margin-bottom: 10px;font-size: 16px;padding: 12px 5px;}
.department-list a:last-child{margin:0}
.department-list a:hover{background:#023059}

.doctor-list a{display: block;}
.doctor-list h2{color:#fff;}
.doctor-list .bg-white:hover img{transform:scale(1.1)}
.doctor-list img{margin-bottom: 20px;}
.doctor-list h4{font-size: 20px; min-height: 50px; margin: 0;}

.about-acadis{}
.about-acadis p, .about-acadis p strong{font-size: 16px;}

.stats h2, .stats p{color: #fff!important}
.stats img{margin-bottom: 20px}

.mutltispeciality{}
.mutltispeciality h5{margin-bottom: 0}
.mutltispeciality .border{height: 100%; display: block;}
.mutltispeciality img{margin-bottom: 10px}
.mutltispeciality .border:hover{background:#27b4bf!important}
.mutltispeciality .border:hover h5{color:#fff}

footer{background: #023059;}
footer *{color: rgb(255 255 255 / 80%);}
footer .bg{background: #27b4bf;overflow: auto;}
footer h4{margin: 10px 0;width: 80%;float: left;}
footer .btn{padding: 12px 20px;float: right;}
footer h5{color: #27b4bf;}
footer ul{padding-left: 15px;}
footer ul li{}
footer ul li a{}
footer ul li a:hover{color:#fff}
footer iframe{width:100%; height: 200px}
footer .social{padding: 0;}
footer .social li{display: inline-block;list-style: none;margin-right: 10px;}
footer .social li a{display: inline-block;width: 35px;height: 36px;border: 1px solid rgb(255 255 255 / 80%);text-align: center;font-size: 16px;border-radius: 50%;line-height: 34px;}
footer .social li a:hover{background:#27b4bf}
footer .border-top{border-top:1px solid #646464!important}

.sub-header{background-attachment: initial!important;}
.sub-header h1{color: #fff}

.mission h2, .mission .top p{color:#fff}
.mission .right .bg-white{height: 100%}

.initiatives img{height: initial; width: 200px!important; margin: 0 auto;}

.single{}
.single .blue *, .single .light-blue *{color: #fff}
.single .blue h4, .single .light-blue h4{margin-bottom:15px;}
.single .blue ul{padding-left:20px;}
.single .blue{background:#023059}
.single .light-blue{background: #27b4bf;}

.gallery{} 
.gallery .example-image-link{display: block; width: 25%; float: left; height: 150px; overflow: hidden; border: 2px solid #fff; }

.contact-css h4, .contact-css h4 a{font-size: 1.5rem}
.contact-css h4 a{color: #333}

@media(max-width:992px){
	.gallery .example-image-link{width: 33%;}
}
@media(max-width:767px){
	header ul li span{display: none}
	.gallery .example-image-link{width: 50%; height: 100px}

}



.news {
}
.news .news-post {
	margin-bottom: 30px;
}
.news .news-post .post-img {
	position: relative;
	margin-bottom: 20px;
}
.news .news-post .tittle {
	font-size: 18px;

	display: inline-block;
	width: 100%;
}
.news .news-post .by {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 12px;

}
.news .news-post .post-info {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin-top: 20px;

}
.news .news-post .post-info span {
	font-size: 12px;
	margin-right: 20px;
}
.news .news-post .post-info a {
	font-size: 12px;
	color: #2B96CC;
	float: right;
}
.news .news-post .post-info i {
	color: #2B96CC;
}
.news .news-post .date {
	position: absolute;
	bottom: 10px;
	left: -10px;
	background: #2B96CC;
	width: 58px;
	height: 51px;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	line-height: 16px;

	text-align: center;
	padding-top: 10px;
}
.blog-single p {
	line-height: 30px;
}
.blog-single h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 300;
	letter-spacing: 0px;
}
.blog-single h6 {
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
.blog-single .share a {
	font-size: 12px;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	padding: 5px 30px;
	border-radius: 4px;
}
.blog-single .share a:hover {
	background: #629ee7;
	color: #fff;
}
.blog-single .post-info {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin-top: 20px;
	margin-bottom: 20px;

}
.blog-single .post-info span {
	font-size: 12px;
	margin-right: 20px;
}
.blog-single .post-info a {
	font-size: 12px;
	color: #2B96CC;
	float: right;
}
.blog-single .post-info i {
	color: #2B96CC;
}
.side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e3e7f0;
	border-radius: 0px;
	height: 50px;
	padding: 0 20px;
	color: #7b7b7b;
	font-size: 14px;
}
.side-bar .search button {
	height: 50px;
	color: #909090;
	background: none;
	border: none;
	font-size: 18px;
	position: relative;
	float: right;
	margin-top: -50px;
	width: 60px;
	text-align: center;
}
.heading-side-bar {
	margin-top: 50px;
	position: relative;
}
.heading-side-bar h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0px;
	color: #333333;
	padding-left: 0px;
	margin-bottom: 20px;
}
.heading-side-bar h4:before {
	width: 12px;
	border: none;
	height: 2px;
	bottom: -5px;
	background: #222222;
	margin: 0px auto;
	position: absolute;
	content: "";
}
.about-me-small {
	padding: 20px 10px;
	border-radius: 4px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.about-me-small p {
	line-height: 22px;
}
.about-me-small span {
	line-height: 24px;
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
.about-me-small h6 {
	font-size: 14px;
}
.about-me-small img {
	border-radius: 50%;
	width: 80px;
}
.side-bar .latest-post li {
	padding: 15px 0;
	padding-bottom: 0px;
}
.side-bar .latest-post li img {
	width: 100%;
}
.side-bar .latest-post .media-left a {
	width: 70px;
	display: inline-block;
}
.side-bar a {

}
.side-bar .latest-post li a {
	padding: 0px !important;
	line-height: 26px;
	font-size: 14px;
}
.side-bar .latest-post p {
	font-size: 12px;
}
.side-bar .cate li a:before {
	content: "\f105";
	position: absolute;
	left: 0px;
	font-family: 'FontAwesome';
}
.side-bar .cate li {
	position: relative;
}
.side-bar .cate li a {
	color: #6f6f6f;
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
}
.side-bar .block-instagram-widget {
	margin: 0 -5px;
}
.side-bar .widget p {
	line-height: 24px;
	font-size: 13px;
}
.side-bar .widget h5 {
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 18px;
}
.side-bar .cate li a span {
	color: #b8b8b8;
}
.side-bar .cate li a:hover {
	color: #629ee7;
}
.side-bar .tags {
	display: inline-block;
	width: 100%;
}
.side-bar .tags li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.side-bar .tags li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #272727;
	float: left;
	font-size: 12px;
	padding: 8px 15px;
}
.side-bar .tags li a:hover {
	background: #629ee7;
	color: #fff;
	border-color: #629ee7;
}
.side-bar .top-sale li a {
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
}
.side-bar .top-sale li p {
	font-size: 18px;
	color: #141414;
	margin-top: 15px;
}
.side-bar .tags.size a {
	font-size: 12px;
	border: 1px solid #ececec;
	color: #141414;
}
.side-bar li {
	list-style: none;
}
.side-bar .tags.size a:hover {
	border: 1px solid #141414;
	background: none;
	color: #141414;
}
.split-post .blog-post .tittle-post {
	font-size: 26px;
}
.blog-detail .blog-post p {
	line-height: 30px;
}
.block-instagram-widget a {
	position: relative;
	display: block;
}
.block-instagram-widget {
	margin: 0 5px;
}
.block-instagram-widget li {
	float: left;
	width: 33.333%;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.block-instagram-widget li img {
	width: 100%;
}
.block-instagram-widget a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.block-instagram-widget a .overlay i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.block-instagram-widget a:hover .overlay {
	opacity: 1;
	background-color: #629ee7;
}
.block-twitter-widget {
	font-size: 11px;
	line-height: 18px;
}
.block-twitter-widget .twitter-item {
	margin-top: 20px;
}
.block-twitter-widget .twitter-item .twitter-context {
	margin: 10px 0 10px 0;
}
.block-twitter-widget .twitter-item .twitter-context i {
	margin-right: 5px;
}
.comments {
	margin-top: 40px;
}
.comments h5 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.comments .avatar {
	margin-right: 15px;
	width: 70px;
	position: relative;
	overflow: hidden;
}
.comments a i {
	margin-left: 10px;
}
.comments .a-name {
	font-size: 14px;

}
.comments a {

	font-size: 12px;
	position: absolute;
	top: 30px;
	right: 30px;
}
.comments .a-com p {
	font-size: 14px;
	line-height: 24px;
}
.comments .more-comments {
	border: 1px solid #ececec;
	padding: 20px 30px;
	margin-top: 30px;
}
.comments .more-comments a {
	margin: 0px;
}
.comments .a-com {
	display: inline-block;
	width: 100%;
	position: relative;
	border: 1px solid #ebebeb;
	padding: 30px;
}
.comments .media-body {
	overflow: initial;
}
.comments .a-com:before {
	content: "\f0d9";
	font-family: 'FontAwesome';
	position: absolute;
	left: -13px;
	top: 0px;
	color: #ebebeb;
	font-size: 38px;
}
.comments .date {
	color: #6f6f6f;
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 20px;

}
.comments .btn {
	width: auto;
	float: right;
	margin: 0px;
}
.comments ul li {
	list-style: none;
}
.comments .com-reply {
	margin-left: 110px;
}
.comments .comment-form {
	margin-top: 40px;
}
.comments .comment-form {
}
.comments .comment-form label {
	font-weight: 500;
	margin-bottom: 20px;
}
.comments .comment-form input {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	font-weight: bold;
	color: #272727;
	font-size: 18px;
	letter-spacing: 1px;
	height: 40px;
}
.comments .comment-form .form-control {
	height: 40px;
	border: none;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	font-weight: normal;
	font-size: 14px;
	border-radius: 0px;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #ebebeb;
}
.comments .comment-form {
	margin-bottom: 40px;
}
.comments .comment-form ul {
	border-bottom: none;
}
.comments .comment-form textarea {
	height: 150px;
	border: none;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form .btn {
	margin-top: 20px;
	color: #fff;
}
.comments .comment-form .btn:hover {
	background: #333;
	color: #fff;
}
.comments .comment-form label {
	width: 100%;
	font-size: 12px;
}
.comments .comment-form .form-control:focus {
	border: 1px solid #629ee7;
}
.auther-name .social-icons {
	margin-top: 20px;
}
.auther-name .social-icons a {
	background: #f0f0f0;
	height: 37px;
	width: 37px;
	line-height: 37px;
	font-size: 12px;
}
.next-prev a {
	color: #141414;
}
.next-prev {
	margin-top: 50px;
	padding: 10px 0;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
}
.blog-posts li {
	list-style: none;
}