@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width:1199px) {
	.atf-single-details br{
		display:none;
	}
	.atf-single-details h2 {
		font-size: 50px;
	}
}
@media only screen and (max-width:991px) {

	.slider-content h1 {
		font-size: 40px;
	}
	.slider-content p {
		font-size: 16px;
	}
	.atf-single-feature{
		margin:20px 0;
	}
	.counter-items{
		margin:20px 0;
	}
	.single-team{
		margin:20px 0;
	}
	.pricingTable{
		margin:20px 0;
	}
	.atf-footer-link{
		margin:20px 0;
	}
	
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
		padding-right: 2px;
	}
	.atf_single_service.service1{
		margin:20px 0;
	}
	.atf-mailchamp-headding h2{
		font-size:24px;
		text-align:center;
	}
	
}
@media only screen and (max-width:767px) {
	.atf-mailchamp-headding h2{
		margin-bottom:30px;
	}
	.atf-hire-content .atf-themes-btn {
		float: left;
		margin-top: 30px;
	}
	

}

@media only screen and (max-width:576px){
	.slider-active .owl-nav .owl-prev,
	.slider-active .owl-nav .owl-next{
		display:none;
	}


 }

