.block-trustpilot {
	min-height: 380px;
	background-color: #fff;
	overflow: hidden;
	padding: 40px 0 70px 0px;
	display: none !important;
}

.block-trustpilot p {
	line-height: normal;
}

.block-trustpilot .slide {
	position: relative;
	width: 238px;
	height: 238px;
	margin: 20px 0px;
	padding: 20px;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 12%);
	background-color: #4c61ff;
	color: #fff;
	background-repeat: no-repeat;
	background-position: left 20px top 20px, right 20px bottom 20px;
	background-size: 23px, 61px;
	padding-top: 50px;
	margin-bottom: 42px;
	background-image: url(/wp-content/themes/ava_trade/assets/images/lps/trustpilot/quote.png),
		url(/wp-content/themes/ava_trade/assets/images/lps/trustpilot/trustpilot-logo.png);
	clip-path: polygon(
		0 14%,
		9% 0,
		100% 0,
		100% 100%,
		100% 100%,
		100% 100%,
		10% 100%,
		0% 100%,
		0% 100%
	);
}
.rtl .block-trustpilot .slide {
	background-position: right 20px top 20px, right 20px bottom 20px;
	clip-path: polygon(100% 14%, 91% 0, 0 0, 0 100%, 0 100%, 0 100%, 90% 100%, 100% 100%, 100% 100%);
}
.block-trustpilot .slide-content {
	text-align: left;
	height: 100%;
}

.rtl .block-trustpilot .slide-content {
	text-align: right;
}

.block-trustpilot p.slide-title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}

.block-trustpilot p.slide-text {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	font-weight: 300;
}

.block-trustpilot p.slide-name {
	font-size: 14px;
	line-height: 18.16px;
	color: #e4ff90;
	margin-top: 10px;
	font-weight: 500;
}

.block-trustpilot .slide-icon {
	/*background-image: url(/wp-content/themes/ava_trade/app/controllers/home/imgs/2021/trustpilot-sm.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 35px;
	width: 72px;
	position: absolute;
	bottom: 20px;
	right: 0px;
	left: 0;
	margin: 0 auto;
}

.block-trustpilot .sliderbox {
	display: flex;
}

.block-trustpilot .sliderbox-wrapper {
	width: calc(100% + 40px);
	width: 100%;
	position: relative;
}
.block-trustpilot .ava-small-logo {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}
.block-trustpilot .ava-small-logo img {
	height: 48px;
	width: 55.75px;
}

.block-trustpilot .buttons-wrapper {
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	max-width: 120px;
	margin: 0 auto;
	bottom: -15px;
}
:root {
	--swiper-navigation-size: 16px;
}
.block-trustpilot .swiper-button-next,
.block-trustpilot .swiper-button-prev {
	font-weight: bolder;
	background: #fff;
	color: #1187f4;
	padding: 20px;
	border-radius: 50%;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 12%);
	transition: 0.1s;
	height: 100%;
}
.block-trustpilot .swiper-button-next,
.block-trustpilot .swiper-button-prev {
	height: 100%;
}
.block-trustpilot .swiper-button-next::after,
.block-trustpilot .swiper-button-prev::after {
	font-size: inherit;
}
.block-trustpilot .swiper-button-next:active,
.block-trustpilot .swiper-button-prev:active {
	background: #03cc62;
	color: #fff;
}

.block-trustpilot h2,
.block-trustpilot h2 p {
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	color: #101820;
	margin-bottom: 10px;
	line-height: 33px;
}

.block-trustpilot .subtitle,
.block-trustpilot .subtitle p {
	color: #101820;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	margin: auto;
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.block-trustpilot .slide {
		min-height: 275px;
		width: 326px;
	}
}
@media screen and (min-width: 1200px) {
	.block-trustpilot {
		min-height: 560px;
		padding: 80px 0px 80px 0px;
	}

	.block-trustpilot .section-title {
		margin: auto;
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.block-trustpilot .section-title br {
		display: block;
	}

	.block-trustpilot .slide {
		padding: 30px;
		min-height: 297px;
		padding-top: 70px;
		background-size: 26px, 90px;
		margin-bottom: 60px;
		background-position: left 30px top 30px, right 20px bottom 20px;
	}
	.rtl .block-trustpilot .slide {
		background-position: right 30px top 30px, right 20px bottom 20px;
	}

	.block-trustpilot p.slide-title {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.block-trustpilot p.slide-text {
		font-size: 15px;
		line-height: 21px;
	}
	.block-trustpilot .slide-content .quotes {
		margin-bottom: 20px;
	}

	.block-trustpilot p.slide-name {
		font-size: 12px;
		bottom: 15px;
		line-height: 18px;
	}

	.block-trustpilot .slide-icon {
		width: 58px;
		height: 28px;
	}
	.block-trustpilot h2,
	.block-trustpilot h2 p {
		line-height: 48px;
		font-size: 44px;
	}
	.block-trustpilot p {
		margin-bottom: 70px;
	}

	.block-trustpilot .buttons-wrapper {
		max-width: 120px;
		margin-right: 0;
		bottom: auto;
		top: -130px;
	}

	.rtl .block-trustpilot .buttons-wrapper {
		margin-right: auto;
		margin-left: 0;
	}
}
@media screen and (min-width: 1600px) {
	.block-trustpilot .section-title {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.block-trustpilot .slide-content .quotes img {
		height: 30px;
	}
	.block-trustpilot .slide-content .quotes {
		margin-bottom: 34px;
	}
	.block-trustpilot .slide-icon {
		width: 71px;
		height: 34px;
	}
}
/* adding swiper pagination bullets */
.block-trustpilot .trustpilot-pagination {
	/* position: absolute; */
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.block-trustpilot .trustpilot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4c61ff;
	opacity: 1;
}
.block-trustpilot .trustpilot-pagination .swiper-pagination-bullet {
	background-color: #dbddf5;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
/* .block-trustpilot .trustpilot-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 20px;
} */
@media only screen and (min-width: 1200px) {
	/* .block-trustpilot .swiper-container {
		bottom: 110px;
	} */
	.block-trustpilot .trustpilot-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
		max-width: 875px;
		margin: auto;
		bottom: 61px;
	}
}
