.banner_box {
	width: 70%;
	height: auto;
	margin: 20px auto;
	padding: 15px 0;
	position: relative;

}


.b_inner_box {
	width: 100%;
	height: 550px;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.bn-box {
	width: 50%;
	height: auto;
	margin-bottom: 10px;
	border-top: 1px solid gainsboro;
	display: flex;
	padding: 5px;
	position: relative;

}

.bn-box img {
	width: 38%;
	height: 110px;
	border-radius: 5px;
}

.bn-box:nth-of-type(5) {
	width: 50%;
	height: 100%;
	position: relative;
	display: block;
}

.bn-box:nth-of-type(5) img {
	width: 100%;
	height: 100%;
	border-top: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.bn-text {
	width: 96%;
	height: auto;
	padding: 5px 2%;
	line-height: 1.5;


}

.bn-text p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bn-text p:nth-of-type(2) {
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bn-text p:nth-of-type(3) {
	color: #82B29A;
	font-size: 14px;
}

.bn-box:nth-of-type(5) .bn-text {
	position: absolute;
	bottom: 10%;
	background-color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	padding: 5px 2%;

	text-align: center;
	height: auto;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.swiper {
	width: 100%;
	height: 100px;
	padding: 10px;
	position: relative;
	z-index: 10;
}

.swiper-wrapper {
	height: 80% !important;
	padding: 3px 0;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.09), 0px 0.37px 4.42626px rgba(0, 0, 0, 0.0476886), 0px 0.14px 2.29266px rgba(0, 0, 0, 0.0323114);
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 3px;
}


.b-name {
	z-index: 10;
	font-size: 14px;
	left: 0px;
	bottom: 0px;
	color: #000;
	width: 57%;
	padding: 0px 2%;
	z-index: 999;
	text-align: left;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.swiper-slide img {
	display: block;
	width: 35%;
	height: 60px;
	border-radius: 5px;
	object-fit: cover;
}


:root {
	--swiper-navigation-size: 30px !important;
}

.swiper-button-next,
.swiper-button-prev {
	top: 37% !important;
	width: 30px !important;
	height: 30px !important;
	color: #000 !important;
	font-size: 13px !important;
	/* font-weight: 600 !important; */
	/* background-color: #81dae0; */
	padding: 4px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 13px !important;
	font-weight: 800;
}

@media(max-width:760px) {

	.banner_box {
		width: 96%;
	}

	.b-title {
		font-size: 25px;
	}

	.b_inner_box {
		width: 100%;
		height: auto;
		flex-direction: column-reverse;
	}

	.bn-box {
		width: 90%;
		padding: 5px 0;
	}

	.bn-box:nth-of-type(5) {
		width: 100%;
	}

	.bn-text p:nth-of-type(3) {
		text-transform: capitalize;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media(min-width:760px) {
	.b-title {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		line-height: 2;
		font-size: 40px;
		font-weight: 600;
	}

}