.pbmit-testimonial-style-1 .pbminfotech-post-item{
	position: relative;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {	
	padding: 45px;
	background-color: rgba(var(--pbmit-yoge-white-color-rgb) ,.5);
	position: relative;
	border-radius: 30px;
}
.swiper-slide-active.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
	background-color: var(--pbmit-yoge-white-color);
}
.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
	content: '';
    position: absolute;
    width: 112px;
    height: 112px;
	top: -1px;
	left: auto;
    bottom: auto;
    right: -1px;
    background-color: var(--pbmit-yoge-light-bg-color);
    -webkit-mask: url(../../images/shape-top.png) no-repeat;
    mask: url(../../images/shape-top.png) no-repeat;
}
.pbmit-testimonial-style-1 .pbminfotech-post-item::before{
	font-family: "pbminfotech-base-icons";
	content: "\e88e";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 15px;
	color: var(--pbmit-yoge-white-color);
	background-color: var(--pbmit-yoge-global-color);
	border-radius: 50%;
	padding: 17px 16px;
	z-index: 2;
}
.pbmit-testimonial-style-1 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.6px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.pbmit-testimonial-style-1 .pbmit-featured-wrapper img{
	width: 55px;
	height: 55px;
	border-radius: 50%;
}
.pbmit-testimonial-style-1 .pbmit-auther-content{
	margin-left: 12px;
}
.pbmit-testimonial-style-1 .pbminfotech-testimonial-text{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding: 20px 0 30px;
	border: 0;
}
.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings{
	color: #fdcf00;
}
.pbmit-testimonial-style-1 .pbminfotech-star-ratings-text{
	font-size: 30px;
	line-height: 26px;
	font-weight: 600 !important;
	font-style: italic !important;
	color: var(--pbmit-yoge-blackish-color);
	letter-spacing: -0.25px;
}
.pbmit-elementor-bg-color-white .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
	background-color: rgba(var(--pbmit-yoge-light-bg-color-rgb) ,.5);
}
.pbmit-elementor-bg-color-white .swiper-slide-active.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
	background-color: var(--pbmit-yoge-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-yoge-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-yoge-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-yoge-secondary-color);
}
.pbmit-elementor-bg-color-white .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap::before {
    background-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-light .swiper-slide-active.pbmit-testimonial-style-1 .pbminfotech-post-item,
.pbmit-elementor-bg-color-blackish .swiper-slide-active.pbmit-testimonial-style-1 .pbminfotech-post-item{
	background-color: var(--pbmit-yoge-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-testimonial-style-1 .pbminfotech-post-item::before,
.pbmit-elementor-bg-color-gradient .pbmit-testimonial-style-1 .pbminfotech-post-item::before{
	background-color: var(--pbmit-yoge-secondary-color);
}
@media(max-width:768px){
	.pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap{
		clip-path:unset;
		border-radius: 30px;
	}
}