@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	
	.atf-single-details .title {
		font-size:60px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-single-details .title {
		font-size:50px;
	}
	.atf-single-details br,
	.atf-single-text br{
		display:none;
	}
}
@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) {
	.atf-single-details .title {
		font-size:45px;
		letter-spacing:0;
		line-height:1.3;
	}
	.atf-page-heading-title {
	  font-size: 44px;
	  letter-spacing:-0px;
	  line-height:1.3;
	 }
	.atf-single-details br,
	.atf-single-text br{
		display:none;
	}
	.atf-single-feature{
		margin:12px 0;
	}
	.atf-pricing-content{
		margin:12px 0;
	}
	.atf-counter {
		margin: 12px 0;
	}
	.mt-lg-40{
		margin-top:40px;	
	}
	.mb-lg-40{
		margin-bottom:40px;	
	}
	.atf-single-blog{
		margin: 12px 0px;
	}
	.atf-footer-link{
		margin: 12px 0px;
	}
	.atf-mailchamp-headding h2{
		font-size:25px;
	}
	#call-to-action br{
		display:none;
	}

}
@media only screen and (max-width: 767px) {
	.atf-single-details .title {
		font-size:36px;
		letter-spacing:0;
		line-height:1.3;
	}
	.atf-page-heading-title {
	  font-size: 36px;
	  letter-spacing:-0px;
	  line-height:1.3;
	 }
	.atf-grid-portfolio{
		width:50%;
	}
	.form-message{
		padding-bottom:5px;
	}
	#atf-map-area {
		margin-bottom: -165px;
	}
	.atf-mailchamp-headding h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.mt-lg-40{
		margin-top:25px;	
	}
	.mb-lg-40{
		margin-bottom:25px;	
	}
	.atf-footer-area::before{
		border-radius: 0%;
	}
}

@media only screen and (max-width: 576px) {
	.atf-single-text h1 {
		font-size: 36px;
	}
	.atf-grid-portfolio{
		width:100%;
	}
	
}

@media screen and (max-width: 320px) and (min-width: 575px){
	.atf-contact-details{
		margin:12px 0;
	}
	.atf-mailchamp-headding h2 {
		font-size: 28px;
	}

}