.home-slider {
	position: relative;
	width: 100%;
}
.carousel {
	top:0;
}
.carousel-caption {
	bottom: 5rem!important;
	z-index: 1;
}
.carousel-caption .bantxt {
	width:600px;
	height:auto;
	font-size:50px;
	color:#fff;
	font-weight: 700;
	line-height:60px;
	padding:0;
	text-align:left;
	text-shadow: 0 2px 4px rgb(0 0 0 / 90%);
}
.carousel-caption a.book-apnt-btn {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height:24px;
	padding: 8px 14px;
	border-radius: 5px;
	float: left;
	margin-top: 20px;
	background:#0b56a6;
	border:1px solid #91c1f5;
	text-transform: uppercase;
}
.carousel-caption a.book-apnt-btn img {
	float:left;
	margin: 4px 5px 0 0;
}
.carousel-item {
	height: 34rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 34rem;
}
@media screen and (max-width:768px) {
.carousel-item {
 height: 20rem;
}
.carousel-item > img {
 width: 100%;
 height: 100%;
}
.carousel-caption {
	bottom: 1rem!important;
}
.carousel-caption .bantxt {
	font-size:26px;
	line-height:30px;
}
}
@media screen and (max-width:480px) {
.carousel-item {
 height: 10rem;
}
.carousel-caption .bantxt {
    font-size: 22px;
    width: 100%;
}
.carousel-caption a.book-apnt-btn {
    font-size: 14px;
    padding: 5px 10px;
	margin-top: 10px;
}
}