/*
Module Name: about-pg (Mobile CSS)
Author: MP | Prosoft
Author URL: http://prosoft-phils.com/
Date: 05-09-2022
*/

@media (max-width: 767px) {
	.col-md-25 {
		max-width: 50% !important;
	}

	html {
		scroll-behavior: smooth;
		scroll-padding-top: 60px;
	}

	.about-pg h1,
	#reviews h1 {
		font-size: 2rem !important;
	}

	.banner.about-pg{
		padding-top: 25vh;
		background-image: url("../img/bg-about-mobile.png");
		background-repeat: repeat-y;
		background-size: contain;
	}

	.affiliations {
		flex-direction: column;
	}

	.ceo img {
		width: 60% !important;
	}

	.team-member small.details {
		margin-top: 0;
		padding: 0;
	}

	#reviews .review-main-container {
		max-width: 100%;
	}

	#reviews .review-name {
		margin-bottom: 10px !important;
	}

	.reviews-modal .d-sm-none {
		display: block;
	}

	.reviews-modal .modal-content {
		background: transparent;
		border: none;
	}

	.reviews-modal .modal-body {
		background-image: url('../img/bg-about-mobile.png');
	    border-radius: 30px;
	    padding: 30px 15px;
	    margin: 15px 0;
	    height: 80vh;
	    overflow: scroll;
	}

	.reviews-modal .modal-body {
		padding-top: 0;
	}

	.reviews-modal .modal-header img {
		 background-color: var(--color-blue);
		 border-radius: 10px;
		 padding: 10px;
	}
	

/*---------------------------------------------
Modals
-----------------------------------------------*/
.team-modal .modal-body {
	padding: 0 !important;
}

.team-modal .modal-body .row {
	margin: 0;
}

.team-modal h6 {
	font-size: 16px !important;
}

.team-modal .detail-image {
	max-width: 35%;
}

.team-modal .detail-image.mr-3,
.team-modal .detail-info .mr-4 {
	margin-right: 0.5rem!important;
}



} /* END of @media 767px and below*/

@media (max-width: 575px) {
	
	.banner.about-pg{
		padding-top: 30%;
	}
	
}

@media (max-width: 400px) {
	.banner.about-pg{
		padding-top: 35%;
	}
}


