/*Hero Banner*/
@media (min-width:992px){
	.carousel-item{
		height: 85vh;
	}
}
@media (max-width:992px){
	.about .about-photo:after {
    content: "";
    bottom: 35px;
	}
	.coaches h2 {
		font-size: 2rem;
	}
	.coaches h2, .services-offered h2, .faq-main h2 {
		font-size: 1.5rem;
	}
	section.faq-main .faq-wrapper {
		padding: 50px 20px !important;
	}
	.coaches .card-flip .card .front-card-image{
		height: 444px;
	}
	.contact-feature{
		flex-direction: column;
	}
	.contact-feature .contact-box{
		margin-bottom: 20px;
	}
	.testimonials h2{ font-size: 1.3rem}

}

.form-control {
	border-radius: 0;
} 

/*Icon Sizing*/
.home-wrapper .bi,
.services-wrapper .bi{
	font-size: 2.45rem;
}
footer .bi{
	font-size: 1.2rem !important;
}