/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.bk-footer-inner .col-lg-3 {
   /* -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    align-items: flex-end;*/
    display: flex;
    justify-content: space-around;
}
.faq-area h3.heading-h3 {
    font-size: 20px;
}
.faq-area p.bk_pra {
    font-weight: 400;
}
.testimonials-area .service.service--1 {
    padding: 60px 35px 30px;
}
	
.testimonials-area .service.service--1 .content p.bk_pra {
    text-align: left;
    font-weight: 400;
	line-height: 1.62;
	font-size: 15px;
    text-align: justify;

}
.testimonials-area .service.service--1 .content span{
    margin-top: 20px;
    display: block;
    text-align: left;
	font-size: 13px;
    line-height: 21px;
}
.testimonials-area .service.service--1:after {
	content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    bottom: 20px;
    position: absolute;
    right: 20px;
    font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.bk-footer-inner .col-lg-3 {
	    align-items: inherit;
		display: inherit;
		justify-content: inherit;
	}
	.brook-portfolio-details .row {
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 767px){
	.bk-footer-inner .col-lg-3 {
	    align-items: inherit;
		display: inherit;
		justify-content: inherit;
	}
	.brook-portfolio-details .row {
		flex-direction: column-reverse;
	}
}