@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-slider-content .title,
	.atf-hero-content .title{
		font-size: 55px;
	}
	.atf-section-title.newsletter .title{
		font-size: 34px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-slider-content .title,
	.atf-hero-content .title{
		font-size: 45px;
	}
	.atf-section-title.newsletter .title{
		font-size: 34px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-slider-content .title,
	.atf-hero-content .title{
		font-size: 36px;
		letter-spacing:0;
	}
	.atf-section-title.newsletter .title{
		font-size: 34px;
		margin-bottom:20px;
	}
	#accordion .card-title button{
		font-size:20px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-section-title.newsletter .title{
		font-size: 28px;
	}
	#accordion .card-title button{
		font-size:18px;
	}

}
@media screen and (min-width: 320px) and (max-width: 479px){
	.atf-themes-btn {
		margin-bottom: 15px;
	}
}
