.pbmit-testimonial-style-1 .pbminfotech-post-item {
	position: relative;
	overflow: hidden;
}
.pbmit-testimonial-style-1 .pbminfotech-box-content::before {
	content: '\e87e';
	font-family: "pbminfotech-base-icons";
	font-size: 80px;
	position: absolute;
	left: 5px;
	top: 0;
	color: var(--pbmit-greenify-white-color);
	font-weight: 700;
	line-height: normal;
}
.rtl .pbmit-testimonial-style-1 .pbminfotech-box-content::before {
	right: 5px;
	left: inherit;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title {
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 0;
	font-weight: 500;
}
.pbmit-testimonial-style-1 blockquote {
	font-size: 36px;
	line-height: 46px;
	margin: 0;
	padding: 110px 0 0 0;
	border: 0;
	font-weight: 400 !important;
	margin-bottom: 30px;
}
.pbmit-testimonial-style-1 .pbminfotech-box-author {
	display: flex;
	align-items: center;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	padding-right: 20px;
}
.rtl .pbmit-testimonial-style-1 .pbmit-featured-wrapper {
	padding-left: 20px;
	padding-right: inherit;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}
.pbmit-element-testimonial-style-1 .pbmit-element-inner .swiper-pagination-bullets {
	bottom: 40px;
	right: 50px;
	left: inherit;
	text-align: right;
}
.rtl .pbmit-element-testimonial-style-1 .pbmit-element-inner .swiper-pagination-bullets {
	left: 50px;
	right: inherit;
	text-align: left;
}
.pbmit-element-testimonial-style-1 .pbmit-element-inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--pbmit-greenify-white-color);
}
@media (max-width: 575px) {
	.pbmit-element-testimonial-style-1 .pbmit-element-inner .swiper-pagination-bullets {
		display: none;
	}
	.pbmit-testimonial-style-1 blockquote {
		font-size: 30px;
		line-height: 40px;
	}
}