.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper {
	padding-left: 65px;
	position: relative;
}
.pbmit-testimonial-style-1 .pbmit-featured-img-wrapper::after {
	font-family: "pbminfotech-base-icons";
	content: "\e83f";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	line-height: 60px;
	text-align: center;
	width: 60px;
	height: 60px;
	transform: rotate(180deg);
	border-radius: 50%;
	color: var(--pbmit-ophtical-white-color);
	background-color: var(--pbmit-ophtical-secondary-color);
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc {
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(var(--pbmit-ophtical-blackish-color-rgb), 0.1)
}
.pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 17px;
	line-height: 26px;
}
.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-base-icon-pointed-star {
	color: #ffb8244f;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {
	color: #FFB824;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active::before {
	margin: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active:not(:last-child):before {
	margin-right: 5px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	font-size: 15px;
	line-height: 20px;
}
/* == For bg color == */
.pbmit-element-testimonial-style-1 .pbmit-heading-subheading .pbmit-heading-desc {
	color: var(--pbmit-ophtical-secondary-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote,
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-1 .pbminfotech-box-desc blockquote {
	color: var(--pbmit-ophtical-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-testimonial-detail,
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {
	color: rgba(var(--pbmit-ophtical-white-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbmit-featured-img-wrapper::after,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbmit-featured-img-wrapper::after {
	background-color: var(--pbmit-ophtical-global-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbmit-auther-title-wrapper .pbminfotech-box-title {
	color: var(--pbmit-ophtical-white-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-box-desc,
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-box-desc,
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-1 .pbminfotech-box-desc {
	border-color: rgba(var(--pbmit-ophtical-white-color-rgb), 0.1);
}
/* == Arrow == */
.pbmit-element-testimonial-style-1.pbmit-element-viewtype-carousel .swiper-button-next {
	top: inherit;
	bottom: 10px;
}
.pbmit-element-testimonial-style-1.pbmit-element-viewtype-carousel .swiper-button-prev {
	left: auto;
	right: 70px;
	top: inherit;
	bottom: 10px;
}
/* == Detail Page == */
.pbmit-portfolio-single .pbmit-testimonial-style-1 .pbmit-featured-wrapper img {
	width: 60px;
	border-radius: 50%;
}
.single-pbmit-team-member .pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.single-pbmit-team-member .pbmit-testimonial-style-1 .pbminfotech-box-desc {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.pbmit-testimonial-style-1 .pbminfotech-box-desc{
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}
@media (max-width:400px){
	.pbmit-testimonial-style-1 .pbmit-auther-title-wrapper{
		display: block;
	}
}