@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;
	}

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

	}

	.c-right {
		display: none;
	}

	.li-box {
		width: 28%;
		border-radius: 5px;
		margin-bottom: 20px;
		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 p:nth-of-type(1) {
		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-text p:nth-of-type(2) {
		color: #171717;
		width: 95%;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		background-color: #85CC2A;
		margin: 5px auto;
		font-size: 14px;
		text-transform: capitalize;
	}

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

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

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

	.list5 .li-box img {
		width: 30%;
		height: 80px !important;
	}
}

@media (min-width:1000px) {

	.li-box {
		width: 17%;
		height: auto;
		border-radius: 10px;
		margin-bottom: 20px;
		transition: all linear 0.3s;
		position: relative;
		overflow: hidden;
		padding: 6px;
		background-color: #fff;
		border: 3px solid transparent;
		display: block;
	}

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

	.li-text p:nth-of-type(1) {
		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-text p:nth-of-type(2) {
		color: #171717;
		width: 95%;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		background-color: #85CC2A;
		margin: 5px auto;
		font-size: 14px;
		text-transform: capitalize;
	}

	.li-box:hover {
		border: 3px solid rgb(200 193 241)
	}

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


}

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

}

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

.c-right {
	width: 20%;
	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;
}

.m-title {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: capitalize;
	font-size: 17px;
	background: linear-gradient(90deg, #fff 38%, #ffebb2 59%, #feccb9 68%, #c4bbf2 90%, #d5ecfe);
	padding: 8px 2%;
	border-radius: 25px;
	border: 1px solid;
	border-color: rgb(221 213 255);
}

.mt-left {
	width: auto;
	line-height: 1.5;
	display: flex;
	color: rgb(59 33 204);
	align-items: center;
	font-weight: 600;
	font-size: 20px;
}

.mt-right {
	width: auto;
	display: flex;
	color: #fff;
	font-weight: 400;
	align-items: center;
}

.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: #70b522;
}

.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;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid gainsboro; */
	border-top: none;
	margin-top: -2px;
}


.type-box a {
	margin-bottom: 20px;
	font-size: 17px;
	width: 41%;
	padding: 3px 2%;
	text-align: center;
	line-height: 2;
	color: #3D29C6;
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 10px;
}

.type-box a:hover {
	/* color: #fff !important; */
	/* background-color: #70b522; */
}

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

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


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

}

.list5 .li-box {
	width: 31%;
	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;
}

.list5 .li-box .li-text {
	width: 65%;
}

.list5 .li-box .li-text p:nth-of-type(2) {
	width: 100px;
}