

.list1, .list2, .list3, .list4, .list5 {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.list1, .list2, .list3, .list4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.list5.list6 {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
}

.list5 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.list5 .li-box {
	/* width: 45%; */
	height: auto;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;

}

.list5 .li-box img {
	width: 30%;
	height: 90px;
	margin-left: 0px;
	margin-right: 10px;
}

.list6 .li-box {
	width: 100%;
}

.list6 .li-box img {
	height: 80px;
}

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

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

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

	.mt-right svg {
		width: 15px !important;
		margin-left: 5px;
	}

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

	.c-right {
		display: none;
	}

	.li-box {
		/* width: 28%; */
		border-radius: 5px;
		/* margin-bottom: 16px; */
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}

	.li-box img {
		width: 95%;
		height: 80px;
		display: block;
		border-radius: 5px;
		margin: auto;
	}

	.li-text {
		text-align: center;
		line-height: 1.5;
		text-align: center;
		margin-top: 5px;
		color: #000;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-box:hover {
		border: 1px solid #ff6633
	}

	.li-box:hover .li-text {
		color: #ff6633;
	}
	/* .list5 .li-box{
		width: 100% !important;
	} */

}

@media (max-width: 600px) {
	.list1, .list2, .list3, .list4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width:1000px) {

	.li-box {
		/* width: 21%; */
		border-radius: 5px;
		/* margin-bottom: 16px; */
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 1px solid #e5e6e9
	}

	.li-box img {
		width: 95%;
		height: 140px;
		display: block;
		border-radius: 5px;
		margin: auto;
	}

	.li-text {
		text-align: center;
		line-height: 1.5;
		text-align: center;
		margin-top: 5px;
		color: #000;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.li-box:hover {
		border: 1px solid #ff6633
	}

	.li-box:hover .li-text {
		color: #ff6633;
	}


}

.content {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: space-between;

}

.main {
	width: 71%;
	height: auto;
	padding: 20px 0;
}

.c-right {
	width: 25%;
	height: auto;
	padding: 20px 0;
	position: relative;
}

.sticky {
	position: sticky;
	top: 80px;
	bottom: auto;

}

.c-right .m-box {
	margin-top: 20px;
}

.c-right .m-box .m-title {
	justify-content: space-between !important;
}
/*ff6633*/
.m-title {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	font-size: 17px;
	background-color: #ff6633;
	padding: 8px 2%;
	border-radius: 5px;
}

.mt-left {
	width: auto;
	line-height: 1.5;
	display: flex;
	color: #fff;
	align-items: center;
	font-weight: bold;
}

.mt-right {
	width: auto;
	display: flex;
	color: #fff;
	font-weight: 400;
	align-items: center;
	background-color: #8ed575;
	padding:6px 12px 6px 12px;
	border-radius: 5px;
	font-weight: bold;
}

.c-right .m-title:nth-of-type(1) {
	justify-content: center;
}

.mt-right svg {
	width: 13px;
	margin-left: 5px;
	font-weight: 400;
}

.m-box:nth-of-type(odd) .m-title {
	background-color: #ff6633;
}

.m-box:nth-of-type(even) .m-title {
	background-color: #34abdf;
}

.type-box {
	height: auto;
	width: 96%;
	padding: 10px 2%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
    justify-content: center;
	/* justify-content: space-between; */
	align-items: center;
	/* border: 1px solid gainsboro;
	border-top: none;
	margin-top: -2px; */
	background-color: #fff;
}


.type-box a {
	/* margin-bottom: 20px; */
	font-size: 16px;
	width: 38%;
	padding: 3px 2%;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	border: 1px solid transparent;
	background-color: #eee;
	border-radius: 4px;
	/* margin-right: 10px; */
}

.type-box a:hover {
	color: #fff !important;
	background-color: #ff6633;
}

.type-box a img {
	width: 27px;
	height: 27px;
	display: block;
	border-radius: 100%;
	margin-right: 10px;
}

.type-box a p {
	width: auto;
	/* padding: 0 15px 0 0; */
	overflow: hidden;
    text-overflow: ellipsis;
}

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

.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;
	cursor: pointer;
}

.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);
	}
}
