@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-slider-content br{display:none;}
	.atf-slider-content .title{font-size:55px;}
	.atf-slider-content .description {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-slider-content .title{font-size:55px;}
	.atf-slider-content br{display:none;}
}
@media only screen and (max-width : 992px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-bottom:40px;
	}
}
@media only screen and (max-width : 991px) {
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-faq-accordion .card .card-header button{
		font-size:18px;
	}
	.atf-single-services{margin:12px 0;}
	.atf-single-feature{margin:12px 0;}
	.atf-single-team{margin:12px 0;}
	.atf-pricing-content{margin:12px 0;}
	.atf-single-footer{margin:12px 0;}
	.atf-slider-content br{display:none;}

}
@media only screen and (max-width: 767px) {
	.atf-mailchamp-title .title {
		font-size: 28px;
		padding-bottom:15px;
	}

}

@media only screen and (max-width: 576px) {
	.atf-hero-area {
		height: 650px;
	}

}