.menu-img{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.menu-img li{
	width:100%;
	flex:0 0 auto;
}
.menu-img li a{
	margin-bottom:10px!important;
}
.menu-img li img{
	height: 35px;
	width: 35px;
	object-fit: contain;
	padding-right: 10px;
}
.menu-img li a:before{
	display:none;
}
.home-slider .slider-item{

}
.home-slider .slick-slide img{
	width:100%;
	height:780px;
	object-fit:cover;
}
.home-about .img-box1 .img1 img{
	width:100%;
	height:680px;
	object-fit:cover;
}
.sub-title img{
	width:20px;
}
.service-card .box-icon i{
	font-size:60px;
	color:#1d990f;
	position: relative;
	top: 10px;
}
.box-title a:hover{
	color:#f1ed01;
}
.book-appointment{
	background:#34996c;
}
.book-appointment .img-box2 img{
	height:572px;
}
.doctor-slide .th-team .box-img img{
	width:100%;
	height:340px;
	object-fit:cover;
}
.doctor-slide  .title-area p{
	width:70%;
	display:block;
	margin:0 auto;
}
.blog-slide .blog-img img{
	 width:100%;
	 height:294px;
	 object-fit:cover;
}
.about .img-box1 img{
	width: 100%;
	height: 680px;
	object-fit: cover;
}
.breadcumb-title{
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	font-size:50px;
}
.breadcumb-menu li, 
.breadcumb-menu a, 
.breadcumb-menu span{
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.breadcumb-menu li:last-child{
	color:#f1ed01;
}
.gallery-area .gallery-thumb {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.gallery-area .gallery-thumb::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -80%;
	bottom: -80%;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.gallery-icon:before {
	content: '';
	border-left: 80px solid transparent;
	border-bottom: 80px solid #2ec8a6;
	position: absolute;
	bottom: 0;
	right: 0;
}
.gallery-icon a {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.gallery-icon a i{
	color: #fff;
	font-size: 18px;
}
.gallery-area .gallery-info {
	position: absolute;
	text-align: Center;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	padding: 30px;
	left: 30px;
	opacity: 0;
}
.gallery-info h3:after {
	content: '';
	border: 1px solid #fca900;
	display: block;
	width: 80px;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
	z-index: 1;
	left: 70px;
}
.gallery-wrapper:hover .gallery-thumb::before {
	left: 0;
	bottom: 0;
	opacity: 1;
}
.gallery-thumb:hover .gallery-icon:before {
	border-left: 80px solid transparent;
	border-bottom: 80px solid #f4ab01;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.gallery-wrapper:hover .gallery-info {
	left: 40px;
	top: 60px;
	right: 40px;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.gallery-area .gallery-info h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #ffffff;
}
.gallery-wrapper .img-wrapper img{
	width:100%;
	object-fit:cover;
}
.card-file{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 2px;
	padding: 40px;
}
.card-file .icon-file{
	text-align:center;
	margin-bottom:20px;
}
.card-file .icon-file i{
	font-size:50px;
	color:#33a326;
}
.card-file h2{
	font-size:18px;
	text-align:center;
	color:#1e513d;
	line-height:25px;
	height:75px;
	overflow:hidden;
}
.card-file .btn-file{
	display: block;
	width: 70%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.65rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25;
	border-radius: 2px;
	transition: all 0.15s ease-in-out;
	color: #fff;
	background-color: #1e513d;
	border-color: #1e513d;
}
.card-file .btn-file:hover{
	background-color:#33a326;
	border-color: #33a326;
}
.card-file .btn-file i{
	padding-right:5px;
}
.pricing-wrapper{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 2px;
	margin-bottom:30px;
}
.pricing-wrapper .heading-wrapper{
	background-color: #1d990f;
	width: 100%;
}
.pricing-wrapper .heading-wrapper h2{
	text-align:center;
	color:#fff;
	font-size:26px;
	margin-bottom:0;
	padding:15px;
}
.pricing-wrapper .price-box-wrapper{
	text-align:center;
	position: relative;
	background-color:#1e513d;
}
.pricing-wrapper .price-box{
	background-color: #ffffff;
	z-index: 10;
	position: relative;
	display: inline-block;
	padding: 11px 22px;
}
.pricing-wrapper .price-box:before {
	content: "";
	border-bottom: 121px solid transparent;
	border-left: 17px solid #f1ed01;
	right: -15px;
	top: 0px;
	position: absolute;
}
.pricing-wrapper .price-box:after {
	content: "";
	border-top: 126px solid transparent;
	border-right: 16px solid #f1ed01;
	left: -15px;
	top: -2px;
	position: absolute;
}
.pricing-wrapper .price-box span {
	font-size: 52px;
	color: #1e513d;
	font-weight: bold;
	position: relative;
	top: 15px;
}
.pricing-wrapper .price-box p{
	margin-bottom:0;
	color:#222;
}
.pricing-service-wrapper h2{
	background-color: #1d990f;
	color:#fff;
	text-align:center;
	font-size:22px;
	padding:12px;
}
.pricing-service ul{
	list-style:none;
	text-align:center;
	padding-left:10px;
	padding-right:15px;
}
.pricing-service ul li{
	margin-bottom:15px;
	font-size:16px;
	line-height:25px;
	color:#1e513d;
	font-weight:600;
}
.pricing-btn-wrapper{
	background:#1e513d;
}
.pricing-btn-wrapper:hover {
	background:#1d990f;
}
.pricing-btn-wrapper ul{
	padding-left:0;
	list-style:none;
	text-align:center;
	margin-bottom:0;
	padding-top:12px;
	padding-bottom:12px;
}
.pricing-btn-wrapper ul li a{
	color:#fff;
	font-size:18px;
	font-weight:700;
}
.pricing-additional-info{
	padding-top:50px;
}
.pricing-additional-info h2{
	font-size:30px;
}
.pricing-additional-info p{
	font-size:16px;
	line-height:30px;
	margin-bottom:10px;
}
.pricing-additional-info p b{
	color:#1e513d;
}
.contact .footer-info i{
	color:#1d990f;
	padding-right:10px;
	min-width:auto;
}
.contact .location-card .footer-info{
	alig-items:center;
	justify-content:center;
}
.th-btn:hover{
	color:#fff;
}
.contact-form .input-wrap{
	max-width:100%;
}
.contact-form .form-btn{
	text-align:center;
}


@media only screen and (max-width: 767px) {
	.home-slider .slick-slide img{
		height:225px;
		width:100%;
	}
	.home-about .img-box1 .img1 img{
		height:auto;
	}
	.info-bed-wrapper .hbox .col{
		display:block;
	}
	.book-appointment .img-box2 img{
		height:auto;
		margin-top:30px;
	}
	.breadcumb-wrapper {
		padding: 70px 0 50px 0;
	}
	.breadcumb-title{
		font-size:40px;
	}
}