@charset "utf-8";

/*
@media(max-width:767px){
    
}
@media(min-width:768px){
   
}


@media(min-width:992px){}
@media(min-width:1200px){}
*/


@media screen and (max-width: 1023px){
	.display-none{
		display: none;
	}	
	.branches .input-group{		
		margin-right: 15px;
	}
}

@media screen and (max-width:767px){
	.featured-services{
		margin-bottom: 40px;
	}
	
	.frontpagecard .card-body{
      min-height:106px;
     border-radius: 0px 0px 15px 15px;
   }
  
  
}

@media (min-width: 768px) and (max-width: 1023px){
	.featured-services h4{
		min-height: 60px;
	}
	.featured-services p{
		min-height: 130px;
	}
	.frontpagecard .card-body{
      min-height:106px;
     border-radius: 0px 0px 15px 15px;
   }
   
}
