@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and  (min-width: 1200px) and (max-width: 1399px){
	.atf-hero.atf-style1 .atf-hero-title{
		font-size:60px;
	}
}
@media screen and  (min-width: 992px) and (max-width: 1199px){
	.atf-hero.atf-style1 .atf-hero-title{
		font-size:50px;
	}
}
@media only screen and (max-width : 1199px) {
	.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-hero.atf-style1 .atf-hero-title{
		font-size:45px;
		letter-spacing:0px;
	}
	.atf-counter{
		margin:12px 0;
	}
	.atf-single-pricing{
		margin:12px 0;
	}
	.atf-footer-boottom p{
		text-align:center;
	}
	.atf-footer-area .atf-banner-social{
		text-align:center;
		padding-top:30px;
	}
	h3 {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 0px;
	}
}


@media only screen and (max-width: 767px) {
	.atf-hero.atf-style1 .atf-hero-subtitle{font-size:14px;}
	.mt-lg-40{
		margin-top:30px;
	}
	.mb-lg-40{
		margin-bottom:30px;
	}

	.form-message{
		padding-bottom:5px;
	}
	.atf-footer-boottom p{
		text-align:center;
	}

}

@media screen and (min-width: 320px) and (max-width: 575px){
	.atf-banner-social{
		text-align:center;
	}
	.atf-faq-accordion .card .card-header button {
		line-height: 1.4;
		font-size:18px;
	}
	
}