@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.atf-brand-content .atf-brand-icon strong {
		font-size: 18px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-hero-content .title {
		font-size: 36px;
	}
	h3 {
		font-size: 20px;
	}
	.atf-width-area {
		height: 1200px;
		overflow: hidden;
	}
	.mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}
	.atf-pricing-content{
		margin-bottom:25px;
	}
	.atf-single-blog{
		margin-bottom:25px;
	}
	.atf-footer-link {
		margin-bottom:25px;
	}

}
@media only screen and (max-width: 767px) {
	.aft-width-two {
		height: 1100px;
		overflow: hidden;
	}
	.atf-mailchamp-color {
		border-radius: 20px;
		padding: 20px 40px;
	}

}
@media only screen and (max-width: 479px) {
	#accordion .card-title button::after, #accordion .card-title button.collapsed::after {
		top: 17px;
	}
	.atf-mailchamp-area h2 {
		font-size: 24px;
		line-height:1.2;
	}
}

