@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media only screen and (max-width : 1199px) {
	.mt-xl-40{
		margin-top:40px;
	}
	.mb-xl-40{
		margin-bottom:40px;
	}
	.atf-feature-slide .atf-feature-bar li {
		margin: 2px 7px 4px 0;	
	}
	.atf-mailchamp-headding h2 {
		text-align: center;
	}
	.atf-footer-social-icon a i {
		margin: 0 4px 5px;
	}

}
@media only screen and (max-width : 992px) {
   .mt-lg-40{
		margin-top:40px;
	}
	.mb-lg-40{
		margin-bottom:40px;
	}

}

@media only screen and (max-width : 991px) {
	.menu-item-has-children i{
		display:none;
	}
	.atf-hire-btn.mt-lg-40.text-end {
		text-align: left ! important;
	}
	.atf-category-item{
		margin:15px 0;
	}
	.atf-feature-content{
		margin:15px 0;
	}
	.atf-about-inner{
		padding-top:40px;
	}
	.atf-counter {
		margin: 15px 0;
	}
	.atf-footer-link{
		margin: 15px 0px;
	}
	.atf-contact-info{margin-top:40px;}
	.atf-hire-content p {
		margin-top:10px;
	}

}
@media only screen and (max-width: 767px) {
	.form-message{
		padding-bottom:10px;
	}
	.atf-single-text br{
		display:none;
	}
	.atf-single-text h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 576px) {
	.atf-single-text h1 {
		font-size: 30px;
	}
	.atf-home-area .atf-single-details h2 {
		font-size: 40px;
	}
}
@media only screen and (max-width: 479px) {
	.atf-testimonial{
		padding:15px 6px;
		margin:0px 0px;
	}
	.atf-about-content-inner {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-contact-details{
		margin:15px 0;
	}
	.atf-property-form h3{
		font-size:30px;
	}
}