  @media (max-width: 768px) {
  	.visible-xs {
  		display: block !important;
  	}

  	.hidden-xs {
  		display: none !important;
  	}

  	/*banner css*/
  	.banner-text h1{
  		font-size: 24px;
  	}

  	.banner-section {
  		min-height: 50vh!important;
  		overflow: hidden;
  		margin-top: 0px;
  		padding-top: 0px;
  	}

  	.banner-section .owl-carousel .item {
  		min-height: 75vh!important;
  		position: relative;
  		background-position: center;
  		background-image: url(../image/downtownrayleigh.jpg)!important; 
  	}

  	.banner-text p {
  		font-size: 17px;
  		margin-bottom: 10px;
  		animation: fadeInUp 1.2s ease-out;
  		width: 100%;
  		margin-top: 15px!important;
  		margin-bottom: 15px!important;
  	}


  	/*hero info */
  	.hero-info {padding: 1rem 0;}

  	.hero-info h4 {font-size: 22px;}
  	
  	/*service section css */
  	.service_btn .btn {padding: 10px 15px;}

  	/*process section*/
  	.process-steps {
  		display: inline-block;
  	}
  	.mbProcess{
  		margin-bottom:40px;
  	}
  	
  	.process-steps::before {
  		display: none;
  	}

/*fleets section*/
.btn-group, .btn-group-vertical {
	display: block;
}

.filter-btn{
	margin: 5px 0px;
}

/*review css*/
.review-inner{margin: 5px 0px;}
/* newsletter css */
.newsletter-content h3 {font-size: 24px;}

.fab-container {
	top: 300px;
}


}
