.lawyerhero-slider-section {
	position: relative;
	width: 100%;
}
.lawyerhero-slider-section img {
	width: 100%;
	height: auto;
}
.lawyerhero-slider-section::before {
	content:'';
	position:absolute;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.carousel-caption {
	/*bottom: 8rem;*/
	z-index: 1;
	left:0;
	right:0
}
.carousel-caption .bantxt {
	width: 100%;
	margin: 0;
	text-align: left;
}
.carousel-caption .bantxt h4 {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt h4 strong {
	display: block;
	font-size: 45px;
	color: #fff;
	line-height: 75px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.carousel-caption .bantxt p {
	width: 90%;
	font-size: 17px;
	color: #fff;
	line-height: 27px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.carousel-caption .bantxt .bookconsultation-btn {
	display: inline-block;
	padding: 30px 0 0;
}
.carousel-caption .bantxt .bookconsultation-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	border-radius: 5px;
	background: #bd8a29;
	border: 1px solid #bd8a29;
	padding: 10px 20px;
	margin: 0;
}
.carousel-caption .bantxt .bookconsultation-btn a:hover {
	color: #262626;
	background: #fff;
	border: 1px solid #bd8a29;
}
.carousel-item {
	width: 100%;
	height: 100%;
}
.deskban {
	display: block;
}
.moblban {
	display: none;
}
.inn-desktban {
	display: block;
}
.inn-moblban {
	display: none;
}
@keyframes zoom-out {
 100% {
 width: 100%;
}
}
@media screen and (max-width:1024px) {
.carousel-caption .bantxt {
	width: 100%;
}
.carousel-caption .bantxt h4 {
	font-size: 40px;
	line-height: 48px;
}
.carousel-caption .bantxt h4 strong {
	display: inline-block;
}
.carousel-caption .bantxt1 {
	width: 100%;
}
.carousel-caption .bantxt1 h4 {
	font-size: 40px;
	line-height: 48px;
}
}
 @media screen and (max-width:992px) {
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.carousel-caption {
	bottom: 5rem;
}
.carousel-caption .bantxt h4 {
	font-size: 32px;
	line-height: 45px;
}
.carousel-caption .bantxt1 h4 {
	font-size: 32px;
	line-height: 45px;
}
}
@media screen and (max-width:768px) {
.carousel-caption {
	bottom: 5rem;
}
.carousel-caption .bantxt {
	width: 100%;
}
.carousel-caption .bantxt h4 {
	font-size: 32px;
	line-height: 45px;
}
.carousel-caption .bantxt h4 strong {
	display: inline-block;
}
.carousel-caption .bantxt1 {
	width: 100%;
}
.carousel-caption .bantxt1 h4 {
	font-size: 32px;
	line-height: 45px;
}
.inn-desktban {
	display: none;
}
.inn-moblban {
	display: block;
}
}