@media only screen and (max-width : 992px) {
	.sm-no-flex {
		display: block;
	}
	.sm-no-float {
		float: none !important;
	}
	.sm-text-center {
		text-align: center;
	}
	.custom-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.supervisor{
	margin-top: 1rem;
	margin-right: unset;
}
.Calculator{
	margin-top: unset;
	margin-left: unset;
}
.Karma, .Team-Builder{
	margin-bottom: 1rem;
}
.Team-Builder{
	margin-top: 1rem;
}
.circle-box::before{
	content: none;
}
.custom-sol-mid{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
.grid-left-right{
	display: flex;
	flex-direction: column;
}
}
@media (max-width : 768px){
.custom-row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.swiper{
    display: none;
}
.supervisor{
    margin-right: unset;
    margin-top: unset;
}
.Calculator{
    margin-top: unset;
    margin-left: unset;
}
.Karma{
    margin-bottom: 1rem;
}
.pull-right{
	margin-top: 0;
}
.swiper-outer{
	padding: unset;
}
.content h1 {
		font-size: 2rem !important;
		margin-bottom: 1rem !important;
	}
	.swiper-outer {
		max-height: 60vh;
		min-height: unset;
		padding: 3rem 2rem 1rem 2rem;
		text-align: center;
	}
	.circle-box::before{
		content: none;
	}
	.grid-left-right{
		display: flex;
		flex-direction: column;
	}
	.custom-sol-mid{
	display: block;
	
}

}
@media (max-width : 550px) {
	.team-members li {
		text-align: center;
	}
	.team-members li > div {
		float: none;
		display: inline-block;
		width: 30%;
		margin: 0 !important;
	}
	.team-members {
		transform: rotate(0);
	}
	.member-details img {
		transform: rotate(0) translate(0, 0);
	}
	.team-overview {
		padding: 15px;
	}
	
	
}

@media only screen and (max-width : 399px) {
	.team-members li > div {
		width: 48%;
	}
}
@media (max-width:1200px){
	#vision .container {
  min-height: 60vh;
	}
}
@media (max-width:1300px){
	.content h1{
		font-size: 2.5rem;
	}
	#vision .container {
  min-height: 60vh;
	}
}