@media (max-width:1000px) {
	.content {
		width: 100% !important;

	}

	.class-box {
		display: none;
	}

	.main {
		width: 95% !important;
		margin: auto !important;
	}

	.m-title {
		font-size: 18px !important;
		font-weight: 400 !important;
	}

	.m-box {
		width: 100% !important;
	}

	.list1,
	.list2,
	.list3,
	.list4 {
		padding: 0 !important;

	}

	.li-box {
		width: 100%;
		border-radius: 6px;
		padding: 5px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
		box-shadow: 0px 5px 10px gainsboro;

	}


	.li-box img {
		width: 22%;
		height: 60px;
		display: block;
		border-radius: 6px;
	}

	.li-text {
		width: 72%;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.g-ms {
		width: 70%;
	}

	.li-text p:nth-of-type(1) {
		font-size: 16px;
		color: #000;
		line-height: 1.5;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-text p:nth-of-type(2) {
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.5;
		color: #46b1f5;
		text-transform: capitalize;
	}

	.li-play {
		color: #46b1f5;
		font-size: 16px;
		text-transform: capitalize;
	}

	.list1 .li-box,
	.list4 .li-box {
		width: 28%;
		display: block;
	}

	.list1 .li-box img,
	.list4 .li-box img {
		width: 100%;
		height: 80px;

	}

	.list1 .li-box .li-text,
	.list4 .li-box .li-text {
		display: none;
	}

	.list2 .li-box {
		width: 45%;
		display: block;
	}

	.list2 .li-box img {
		width: 100%;
		height: 100px;
		border-radius: 6px 6px 0 0;

	}

	.list2 .li-box .li-text {
		display: block;
		width: 100%;
		padding: 10px 0 5px;
		position: relative;
	}

	.list2 .li-box .li-text p {
		width: 100% !important;
	}

	.g-ms {
		width: 100%;
	}

	.list2 .li-box .li-text p:nth-of-type(2) {
		margin-top: 0px;
	}

	.list2 .li-box .li-play {
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 13px;
	}

	.list3 .li-text {
		position: relative;
	}

	.list3 .li-play {
		position: absolute;
		right: 10px;
		bottom: 5px;
		font-size: 14px;
	}
}

@media (min-width:1000px) {

	.li-box {
		width: 22%;
		border-radius: 5px;
		padding: 5px;
		background-color: #ffff;
		margin-bottom: 20px;
		box-shadow: 0px 5px 10px gainsboro;
		transition: all linear 0.2s;
	}

	.li-box:hover {
		transform: translateY(-7px);
		transform: scale(1.1);
	}

	.li-box img {
		width: 100%;
		height: 120px;
		display: block;
		border-radius: 5px;
	}

	.li-text {
		width: 100%;
		height: auto;

	}

	.g-ms {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.li-text p:nth-of-type(1) {
		width: 90%;
		font-size: 16px;
		color: #000;
		line-height: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-text p:nth-of-type(2) {
		font-size: 14px;
		margin-top: 5px;
		line-height: 1.5;
		color: #46b1f5;
		text-transform: capitalize;
	}

	.li-play {
		color: #46b1f5;
		margin-top: 5px;
		font-size: 14px;
		text-transform: capitalize;
	}
}

.content {
	width: 60%;
	height: auto;
	display: flex;
	margin: 20px auto;
	justify-content: space-between;

}

.class-box {
	width: 21%;
	position: relative;

}

.sticky {
	width: 100%;
	position: sticky;
	top: 150px;
	bottom: auto;
}

.main {
	width: 76%;
	height: auto;
}

.m-title {
	width: 96%;
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	background-color: #fff;
	font-weight: 600;
	font-size: 20px;
	color: #5ac0de;
	border: 1px solid #ebebeb;
	border-left: 3px solid #e41354;
}

.c-title {
	width: 96%;
	padding: 10px 2%;
	text-transform: capitalize;
	background-color: #fff;
	font-weight: 600;
	font-size: 20px;
	color: #5ac0de;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #fff;

}

.mt-left {
	width: auto;
	line-height: 1.5;
	display: flex;
	align-items: center;
}

.mt-right {
	width: auto;
}

.type-box {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-top: 0px;

}

.type-box a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
	width: 94%;
	padding: 10px 3%;
	line-height: 1.5;
	color: #888;
}

.type-box a img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 10px;
}

.type-box a:hover {
	background-color: #1ed7b3;
	color: #fff;
}

.m-box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 10;
	border-radius: 10px;
}


.list1,
.list2,
.list3,
.list4 {
	width: 100%;
	height: auto;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.explore {
	width: 180px;
	line-height: 40px;
	margin: 20px auto;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background-color: #ffffff;
	border: 2px solid #fff;
	box-shadow: 4px 4px 20px 0 rgb(10 148 228 / 50%);
	border-radius: 10px;
	position: relative;
}

.end {
	background-color: transparent;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	box-shadow: 0px 0px 0px transparent;
	border: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	align-items: center;
	display: none;
}

.loading::after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #000;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	to {
		transform: rotate(360deg);
	}
}
