.content-box {
	width: 70%;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
}

.caption_text {
	width: 100%;
	height: auto;
	margin: 10px auto;
	font-size: 30px;
	text-align: left;
	line-height: 2;
	text-transform: capitalize;
}


.caption_text span {
	margin-left: 5px;

}

.ct_box_one {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* background-color: pink; */
}

.ct_one_box {
	width: 22%;
	height: auto;
	min-height: auto;
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 0 0.14px 2.29266px rgb(0 0 0 / 3%), 0 0.37px 4.42626px rgb(0 0 0 / 5%), 0 3px 7px rgb(0 0 0 / 9%);
	margin: 0 20px 20px 0;
	border-radius: 12px;
	padding: 10px;
}

.ct-box:nth-of-type(4n) {
	margin-right: 0px;
}

.ct_one_box img {
	width: 90%;
	height: 150px;
	display: block;
	margin: 30px auto 0;
	border-radius: 14px;
}

.ct-text_one {
	width: 100%;
	line-height: 1.5;
	color: #000000;

}

.ct-text_one p {
	width: 100%;
	height: auto;
}

.ct-text_one p:nth-of-type(1) {
	font-size: 18px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct-text_one p:nth-of-type(2) {
	font-size: 14px;

	color: gray;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.ct_box_two {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;

}

.ct_two_box {
	width: 31%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px 25px 10px;
	border-bottom: 1px solid gainsboro;
	padding-bottom: 3px;
}

.ct_two_box:nth-of-type(1),
.ct_two_box:nth-of-type(2),
.ct_two_box:nth-of-type(3) {
	display: block;

}

.ct_two_box img {
	width: 35%;
	height: 110px;
	display: block;
	border-radius: 4px;
}

.ct_two_box:nth-of-type(1) img,
.ct_two_box:nth-of-type(2) img,
.ct_two_box:nth-of-type(3) img {
	width: 100%;
	height: 240px;
}



.ct-text_tow {
	width: 62%;
	height: auto;

}

.ct_two_box:nth-of-type(1) .ct-text_tow,
.ct_two_box:nth-of-type(2) .ct-text_tow,
.ct_two_box:nth-of-type(3) .ct-text_tow {
	width: 100%;
	padding: 10px 0;
}

.ct-text_tow p {
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ct-text_tow p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;

}

.ct-text_tow p:nth-of-type(2) {
	font-size: 12px;
	-webkit-line-clamp: 2;
	font-weight: 600;
	margin: 5px 0;
}

.ct-text_tow p:nth-of-type(3) {
	-webkit-line-clamp: 1;
	font-size: 13px;
}


.ct_two_box:nth-of-type(1) .ct-text_tow p:nth-of-type(2),
.ct_two_box:nth-of-type(2) .ct-text_tow p:nth-of-type(2),
.ct_two_box:nth-of-type(3) .ct-text_tow p:nth-of-type(2) {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.m-inner-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	/* background-color: pink; */

}

.m-lbox {
	width: 70%;
}

.m-rbox {
	width: 29%;
	position: relative;
}

.ct_box_three {
	width: 100%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

	flex-wrap: wrap;
}

.ct_three_box {
	width: 28%;
	padding: 10px 2%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 3px 50px 0 rgba(46, 44, 81, .1), 0 0 3px 0 rgba(47, 56, 85, .05);

}

.ct_three_box img {
	width: 100%;
	height: 200px;
	display: block;
	border-radius: 4px;
}

.ct-text_three {
	width: 100%;
	height: auto;
	padding: 10px 0;
	line-height: 1.5;
}

.ct-text_three p:nth-of-type(1) {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ct-text_three p:nth-of-type(2) {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ct_box_four {
	width: 90%;
	height: auto;
	padding: 15px 0;
	margin: 0 auto;
	position: sticky;
	top: 10px;
	bottom: auto;
}

.ct_four_box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid gainsboro;
	padding: 10px 0;
}

.ct_four_box img {
	width: 33%;
	height: 90px;
	border-radius: 10px;
}

.ct-text_four {
	width: 60%;
	height: auto;
	line-height: 1.5;

}

.ct-text_four p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	/* text-decoration: underline; */
}

.ct-text_four p:nth-of-type(2) {
	font-size: 14px;
	color: #000;
	font-size: 15px;
	/* font-weight: 600; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 10px;

}

.ct-text_four p:nth-of-type(3) {
	font-size: 13px;
}

@media (max-width:760px) {
	.content-box {
		width: 100%;
		height: auto;
		padding: 10px 0;
	}

	.caption_text {
		width: 95%;
		height: auto;
		margin: 0 auto;


		/* border-bottom: 1px solid #505162; */
	}

	.mt-box {
		width: auto;
		padding: 5px 10px;
		/* background-color: #505162; */
		font-size: 20px;
		color: #000;
		text-align: center;
		display: inline-block;
		font-weight: 600;
		text-transform: capitalize;

	}

	.caption_text span {
		margin-left: 5px;

	}

	.ct_one_box {
		width: 80%;
		margin: 0 auto 20px;
	}


	.ct_box_two {
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}

	.ct_two_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;

	}

	.ct_two_box img {
		width: 38%;
		height: 110px;
		display: block;
	}

	.ct-text_tow {
		width: 55%;
		height: auto;

	}

	.ct-text_tow p {
		line-height: 1.5;
	}

	.ct-text_tow p:nth-of-type(1) {
		font-size: 12px;
		text-transform: uppercase;

	}

	.ct-text_tow p:nth-of-type(2) {
		font-size: 15px;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
	}

	.bor {
		width: 30%;
		height: 2px;
		background-color: #4e50da;
	}

	.ct_box_three {
		width: 96%;
		/* justify-content: flex-start; */
	}

	.ct_three_box {
		width: 44%;
		margin: 0 5px 20px 0;
	}

	.ct_three_box img {
		width: 100%;
		height: 90px;
	}


	.ct-text_three p:nth-of-type(1) {
		font-size: 15px;
	}

	.ct-text_three p:nth-of-type(2) {
		font-size: 13px;
		font-weight: 400;
	}



	.m-inner-box {
		flex-wrap: wrap;
	}

	.m-lbox,
	.m-rbox {
		width: 100%;
	}

}