@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-footer-widget-title{
		font-size:20px;
	}
	.atf-brand-icon h3 {
		font-size: 22px;
	}
	.atf-faq-accordion .card .card-header button {
		font-size: 18px;
	}
	.atf-single-details .title{
		font-size:45px;
		line-height: 1.3;
		font-weight:600;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-faq-accordion .card .card-header button {
		font-size: 18px;
	}
	.atf-single-details .title{
		font-size:45px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-single-details .title {
		font-size: 36px;
		letter-spacing: 0;
		line-height: 1.3;
	}
	.atf-single-footer{margin:12px 0;}
	.atf-working-content{margin:12px 0;}
	.atf-single-blog{margin:12px 0;}
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-mailchamp-title .title {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.atf-faq-accordion .card .card-header button {
		font-size: 18px;
	}
	.atf-nav-list li a i{
		display:none;
	}

}
@media only screen and (max-width: 576px) {
	.client-arrow {
		display: none;
	}
	.atf-footer-area::before {
		border-radius: 0;
	}
	.screenshot .screenshot-slider {
		text-align: center;
	}

}
