@media screen and (max-width:1200px){
	.logo{
		width: 360px;
	}
}
@media screen and (max-width:992px){

	.logo{

		width:221px;

		margin-top:30px;

		margin-bottom:30px;

	}

}

@media screen and (max-width:767px){

	.abt_image{

		display:none;

	}

	#about_sec{

		background:#3fd37a;
		
		padding:55px 0;

	}

	.abt_contents h4{

		font-size:30px;

	}

	.center-border{

		border:none;

		margin:50px 0;

	}

	.value_icon h4{

		margin:20px 0;
		
		font-size:18px;

	}

	.value{

		min-height:inherit;

	}

	.rgt_rsrved{

		text-align:center;

		margin-top:10px;

	}

	.ftr_logo img{

		margin:0 auto;

	}

	.v_M-section{

		min-height:inherit;

		margin-bottom:40px;

	}
	
	#our_partners{
		padding:55px 0;
	}
	
	.section_heading{
		font-size:25px;
		margin-bottom:30px;
	}
	
	.section_heading2{
		font-size:25px;
		margin-bottom:30px;
	}
	
	.inner_heading{
		font-size:30px;
	}
	
	.inner_discrptn{
		padding:30px 0;
	}
}

