.trusted-by-slider {
	margin: auto;
	background: linear-gradient(180deg, #07424e 0%, #076e6d 54.33%, #076e6d 100%);
	border: 0.57px solid #258c82;
	border-radius: 16px;
	padding: 40px 50px;
	position: relative;
	z-index: 1;
}
.trusted-by-slider .item {
	padding: 10px;
}
.quotes-img {
	padding-left: 10px;
	margin-bottom: 2em;
}
.trusted-by-slider .owl-stage {
	display: flex;
}
.trusted-by-slider .owl-carousel,
.trusted-by-slider .owl-stage-outer {
	height: 100%;
}
.trusted-by-slider .owl-dots {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translate(-50%, 0);
}
.trusted-by-slider .owl-dot {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: #c1cfcc !important;
	border-radius: 50%;
}
.trusted-by-slider .owl-dot.active {
	background: #fff !important;
}
.trusted-main {
	position: relative;
	max-width: 700px;
	margin: auto;
}

.inner-t-cont p {
	font-size: 22px;
	line-height: 32px;
	font-style: italic;
	color: #fff;
	font-family: "GalanoGrotesque-Regular", Sans-serif;
	font-weight: 400;
}
.n-t-logo {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 35px;
}
.inner-t-cont span {
	font-family: "GalanoGrotesque-Medium", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 25px;
}
.inner-t-cont img {
	max-width: 165px;
	object-fit: contain;
}
.trusted-main .owl-nav {
	position: absolute;
	bottom: -90px;
	display: flex;
	justify-content: space-between;
	width: 44%;
	left: 50%;
	transform: translate(-50%, 0);
}
.trusted-main .owl-nav img {
	filter: invert(1);
}
.inner-t-cont ._img_size {
	width: 50% !important;
	height: 70px;
	object-fit: contain;
}
.inner-t-cont ._img_st {
	height: 50px;
	object-fit: contain;
}
.inner-t-cont ._img_set {
	height: 26px;
	object-fit: contain;
	margin-top: 25px;
}
.inner-t-cont ._img_width {
	max-width: 220px !important;
}
.inner-t-cont ._img_width_st {
	max-width: 214px;
}
.inner-t-cont ._img_st_wdt {
	height: 36px;
	object-fit: contain;
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.trusted-by-slider,
	.trusted-main {
		max-width: 480px;
		height: auto;
	}
	.trusted-main {
		padding: 12px;
		height: auto;
		padding-bottom: 65px;
	}
	.trusted-main .owl-nav {
		width: 72%;
	}
}
@media (max-width: 767px) {
	.trusted-by-slider .owl-dots {
		bottom: -80px;
		left: 0;
		transform: translate(0%, 0);
		width: 100%;
		right: 0;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
	}
	.n-t-logo {
		gap: 20px;
	}
	.inner-t-cont ._img_width {
		max-width: 160px !important;
	}
	.trusted-main {
		padding: 12px;
		height: auto;
		padding-bottom: 65px;
	}
	.trusted-by-slider {
		height: auto;
	}

	.trusted-by-slider {
		padding: 40px 25px;
	}
	.trusted-main .owl-nav {
		width: 80%;
	}
}
