.dd-hp-testemonials-container {
	border-radius: 40px;
	background: var(--bckg);
}
.dd-hp-testemonials-cont {
	padding: 125px 0 100px;
	display: flex;
	flex-direction: column;
}
.dd-hp-testemonials-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.dd-hp-testemonials-link {
	height: 53px;
	width: 199px;
	font-size: 16px;
	line-height: 19.36px;
}
.dd-hp-testemonials-top h2.dd-sec-title {
	max-width: 360px;
	margin: 0;
}
.dd-hp-testemonials-bottom,
.dd-test-item-wrap {
	display: flex;
	flex-wrap: wrap;
}
.dd-hp-testmon-cont {
	border-radius: 10px;
	background: #FFF;
	padding: 15px 45px 20px;
	height: 100%;
	min-height: 361px;
	display: flex;
	flex-direction: column;
}
.dd-hp-testmon-cont-top {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9;
}
.testimonial-letter {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
}
.testimonial-letter h3 {
	color: #fff;
	font-size: 28.8px;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
}
.dd-hp-testmon-cont-ti {
	color: var(--main);
	font-size: 18px;
	font-weight: 500;
	line-height: 35.5px;
	margin: 0;
}
.dd-hp-testemonials .carousel-inner {
	margin-bottom: 100px;
}
ol.carousel-indicators li.active {
	background-color: #4C4F94;
}
ol.carousel-indicators li {
	background-color: #B6C8D4;
	border:none;
}
ol.carousel-indicators li:not(:first-child){
	margin-left:10px;
}
.dd-hp-testemonials-disc {
	margin: auto;
}
.dd-hp-testemonials-disctx {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	text-align: center;
	max-width: 657px;
	margin: 0 auto;
	color: var(--main);
}
@media only screen and (max-width:1500px){
	.dd-hp-testemonials-top h2.dd-sec-title {
		max-width: 330px;
	}
	.dd-hp-testemonials-cont {
		padding-top: 74px;
	}
}
@media only screen and (max-width: 1350px) {
	.dd-hp-testmon-cont {
		min-height: 389px;
	}
}
@media only screen and (max-width:1200px) {
	.dd-hp-testemonials-cont {
		padding: 75px 35px;
	}
	.dd-hp-testmon-cont {
		padding: 20px 35px;
		min-height: 478px;
	}
}
@media only screen and (max-width:991px) {
	.dd-hp-testmon-cont {
		min-height: 338px;
	}
	.dd-hp-testemonials-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.dd-hp-testemonials-top h2.dd-sec-title {
		max-width: 100%;
		text-align: center;
	}
	.dd-hp-testemonials-cont {
		padding: 75px 35px 150px;
	}
	div#carousel-testemonials {
		display: none;
	}
	.dd-hp-testemonials .carousel-inner {
		margin: 0;
		padding-bottom: 90px;
	}
	.dd-hp-testemonials-disctx {
		max-width: 80%;
	}
	.dd-hp-testemonials-container {
		border-radius: 0;
	}
}
@media only screen and (min-width:991px) {
	.dd-testemonials-mobileonly {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.dd-hp-testemonials-cont {
		padding: 50px 15px 120px;
	}
	.dd-hp-testemonials-top h2.dd-sec-title {
		max-width: 265px;
	}
	.dd-hp-testmon-cont {
		min-height: 521px;
		padding: 15px 25px 20px;
	}
	.testimonial-letter {
		width: 45px;
		height: 45px;
	}
	.testimonial-letter h3 {
		font-size: 21.8px;
		line-height: 25px;
	}
	.dd-hp-testmon-cont-ti {
		font-size: 17px;
		line-height: 27.5px;
	}
	.dd-hp-testemonials-disctx {
		max-width: unset;
	}
}