/*
	Company: Fixfin Technologies Pvt. Ltd.  
	Developer: Om Prakash Chhetri
	Purpose: Indus Astro Testimonials Page Stylings
	Version: 1.0.1
*/

/**** Testimonial Page CSS Starts *****/


.hp24_testimonial_box {
	background-color: var(--white);
}

.hp24_testimonial_quote_dv::before {
    content: '';
    position: absolute;
    top: -90%;
    left: -90%;
    width: 200%;
    height: 200%;
    background-color: var(--primary-light);
    z-index: 10;
    border-radius: 100%;
}
.testimonials_card_wrapper{}
.testimonial_quote_icn{
	z-index: 11;
}

@media (min-width: 990px) and (max-width: 1440px){
	.testimonials_card_wrapper{
		width: 33.3% !important;
	}
}
@media (min-width: 575) and (max-width: 990px){
	.testimonials_card_wrapper{
		width: 50% !important;
	}
}

/**** Testimonial Page CSS End *****/