.testimonial-custom-slider1,
.testimonial-custom-slider-mob,
.testimonial-custom-slider-tablet {
	position:relative;
}
.testimonial-custom-slider1 .testimonials-widget-testimonials.bx-controls a,
.testimonial-custom-slider-mob .testimonials-widget-testimonials.bx-controls a,
.testimonial-custom-slider-tablet .testimonials-widget-testimonials.bx-controls a {
    position: absolute;
    margin: 0;
}
.testimonial-custom-slider1 .testimonials-widget-testimonials.bx-controls a.bx-next,
.testimonial-custom-slider-mob .testimonials-widget-testimonials.bx-controls a.bx-next,
.testimonial-custom-slider-tablet .testimonials-widget-testimonials.bx-controls a.bx-next {
    right: 0px;
    top: calc(50% - 16px);
}
.testimonial-custom-slider1 .testimonials-widget-testimonials.bx-controls a.bx-prev,
.testimonial-custom-slider-mob .testimonials-widget-testimonials.bx-controls a.bx-prev,
.testimonial-custom-slider-tablet .testimonials-widget-testimonials.bx-controls a.bx-prev {
    left: 0px;
    top: calc(50% - 16px);
}
.testimonial-custom-slider1 .testimonials-widget-testimonial,
.testimonial-custom-slider-mob .testimonials-widget-testimonial,
.testimonial-custom-slider-tablet .testimonials-widget-testimonial {
    display: flex;
    flex-direction: column;
	background: #fff;
    padding: 15px;
}
.testimonial-custom-slider1  .testimonials-widget-testimonial div.credit,
.testimonial-custom-slider-mob  .testimonials-widget-testimonial div.credit,
.testimonial-custom-slider-tablet  .testimonials-widget-testimonial div.credit {
    order: 1;
    text-align: left;
    margin: 0;
    margin-left: 15px;
}
.testimonial-custom-slider1 .testimonials-widget-testimonial .ratings,
.testimonial-custom-slider-mob .testimonials-widget-testimonial .ratings,
.testimonial-custom-slider-tablet .testimonials-widget-testimonial .ratings {
    order: 2;
    margin: 0 0 0 15px;
}
.testimonial-custom-slider1 .testimonials-widget-testimonial blockquote,
.testimonial-custom-slider-mob .testimonials-widget-testimonial blockquote,
.testimonial-custom-slider-tablet .testimonials-widget-testimonial blockquote {
    order: 3;
    max-height: 250px;
    overflow: auto;
	margin:15px;
	padding-right:10px;
}
.testimonial-custom-slider1 .credit .job-title,
.testimonial-custom-slider-mob .credit .job-title,
.testimonial-custom-slider-tablet .credit .job-title,
.testimonial-custom-slider1 .credit .location,
.testimonial-custom-slider-mob .credit .location,
.testimonial-custom-slider-tablet .credit .location {
	display:none;
}
.testimonial-custom-slider1 .testimonials-widget-testimonial .author,
.testimonial-custom-slider-mob .testimonials-widget-testimonial .author,
.testimonial-custom-slider-tablet .testimonials-widget-testimonial .author {
    font-family: 'ManropeBold';
    color: #224597;
}
.testimonial-custom-slider-tablet,
.testimonial-custom-slider-mob{
	display:none;
}
#feature_box_2 {
    padding-bottom: 280px;
	height:auto;
}
@media only screen and (max-width: 991px) {
	.testimonial-custom-slider1,
	.testimonial-custom-slider-mob{
		display:none;
	}
	.testimonial-custom-slider-tablet{
	display:block;
}
	.testimonial-custom-slider-tablet .bx-wrapper {
    margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
	.testimonial-custom-slider-tablet,
.testimonial-custom-slider1{
	display:none;
}
.testimonial-custom-slider-mob{
	display:block;
}
		#feature_box_2 {
    padding-bottom: 300px;
}
		.testimonial-custom-slider-mob .bx-wrapper {
   margin: 0 auto;
}

}








/*

.testimonial-custom-slider {
    background: #224597;
    padding: 50px 50px 15px;
    position: relative;
    margin: 50px 0;
}
.testimonial-custom-slider .type-testimonials-widget {
    width: 100% !important;
    background: transparent;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
}
.testimonial-custom-slider blockquote {
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 15px;
}
.testimonial-custom-slider .testimonials-widget-testimonials .credit .author {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
}
.testimonial-custom-slider .testimonials-widget-testimonials {
    padding-top: 0;
}
.testimonials-widget-testimonial .ratings {
    float: unset;
    margin: 10px auto 0px;
}
.testimonial-custom-slider .credit .job-title,
.testimonial-custom-slider .credit .location {
	display:none;
}
.testimonial-custom-slider .bx-wrapper {
    margin-bottom: 0;
    padding: 50px;
    border: 1px solid #fff;
    position: relative;
}
.testimonial-custom-slider .bx-wrapper::before {
    content: '';
    background: url(./wp-content/uploads/2025/01/quote.png);
    position: absolute;
    top: -28px;
    left: 0;
    height: 75px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a {
    position: absolute;
    margin: 0;
}
.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a.bx-next {
    right: 10px;
    top: calc(50% - 16px);
}
.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a.bx-prev {
    left: 10px;
    top: calc(50% - 16px);
}

#feature_box_2 {
    padding-bottom: 280px;
    height: auto;
}

@media only screen and (max-width: 767px) {
	.testimonial-custom-slider .bx-wrapper {
		padding: 05px 20px 20px;
	}
	.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a {
		position: absolute;
		margin: 0;
		width: 16px;
		height: 16px;
	}
	.testimonial-custom-slider .testimonials-widget-testimonials .bx-prev {
		background: url('./wp-content/uploads/2025/01/prev-arrow.png');
		background-size: contain;
	}
	.testimonial-custom-slider .testimonials-widget-testimonials .bx-next {
		background: url('/wp-content/uploads/2025/01/next-arrow.png');
		background-size: contain;
	}
	.testimonial-custom-slider .bx-wrapper::before {
		top: -15px;
		height: 35px;
		background-size: contain;
	}
	.testimonial-custom-slider blockquote {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
	.testimonial-custom-slider {
    padding: 30px 30px 0px;
    margin: 0px;
}
	.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a.bx-prev {
    left: 7px;
}
	.testimonial-custom-slider .testimonials-widget-testimonials.bx-controls a.bx-next {
    right: 7px;
}
	#feature_box_2 {
    padding-bottom: 300px;
}
}*/