.banner {
	width: 100%;
	position: relative;
	margin: 0px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.bottom-banner {
	width: 75%;
	margin: 20px auto;
	position: relative;
}

.b-title {
	font-size: 25px;
	text-transform: capitalize;
	margin: 10px 0;
	line-height: 2;
	font-weight: 600;
	color: #3D29C6;
	position: absolute;
	top: 00px;
	left: 0;
}

.swiper {
	width: 100%;
	height: 270px;
	border-radius: 5px;
	position: relative;
	position: relative;
	overflow-y: auto !important;
}

.swiper-wrapper {
	height: 96% !important;
}



.swiper-slide {
	height: auto !important;
	padding: 5px 3px !important;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap !important;
	-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: 15px;
	background-size: cover;

}

.swiper-wrapper2 .swiper-slide {
	position: relative;
}

/* .swiper-slide:hover {
	background-color: #DEDEDE;
} */

.sl-img {
	width: 100%;
	height: 74%;
	display: block;
	border-radius: 15px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);

}

.b-box {
	width: 96%;
	height: auto;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	border-radius: 12px;
	margin-top: 10px;
	position: relative;
}

.b-box::after {
	content: "Online Free";
	position: absolute;
	top: 30%;
	right: 0;
	padding: 8px 20px;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	font-weight: 500;
	background: linear-gradient(116.63deg, rgb(254, 145, 80) 8.97%, rgb(254, 100, 70) 92.93%);
}



.b-img {
	width: 60px;
	height: 57px;
	display: block;
	border-radius: 10px;
	margin-right: 20px;
	background-color: #fff;

}

.b-text {
	width: 56%;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.b-text p:nth-of-type(1) {
	color: #FC8754;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}




.b-text p:nth-of-type(2) {
	color: #201f20;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.b-text p:nth-of-type(3) {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 8px;
	margin-top: 10px;
	border-radius: 5px;
	font-weight: 600;
	background: linear-gradient(to right, #ffd700, #f8dc45);
	color: #000;
}

.b-btn {
	padding: 0px 10px;
	font-size: 15px;
	line-height: 27px;
	color: #3a82f7;
	background-color: #b7b8be;
	border-radius: 10px;

}

.swiper-button-prev,
.swiper-button-next {
	width: 50px !important;
	height: 50px !important;
	padding: 3px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 100%;
	top: 30% !important;
	color: #000 !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}


.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 25px !important;
	font-weight: 600;
	color: #FC664C;
}

.swiper-button-prev {
	right: 60px !important;
}




@media (max-width:768px) {
	.topBox {
		width: 100%;
		overflow: hidden;
		background-position-x: 100%;
		background-position-y: 100%;
		animation: animatedBackground 30s ease-out forwards;
	}

	@keyframes animatedBackground {
		0% {
			background-position: 0 0;
		}

		100% {
			background-position: 100% 100%;
		}
	}

	.box {
		position: absolute;
		top: -110px;
		right: -100px;
		max-width: 1100px;
		transform: rotate(-15deg);
		z-index: 1;
		opacity: 0.6;
	}

	.tb-text {
		width: 90%;
		height: auto;
		padding: 10px;
		position: absolute;
		top: 10%;
		left: 4%;
		color: #fff;
		line-height: 1.5;
		z-index: 10;
	}

	.swiper-slide {
		padding: 10px 0 !important;
	}

	.swiper-wrapper {
		height: 100% !important;
	}

	.b-box {
		margin-top: 0;
	}

	.sl-img {
		width: 100%;
		height: 72%;

	}

	.swiper {
		height: 300px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}

	.swiper-wrapper2 .b-box {
		width: 98%;
	}
}