@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-nav-list {
		gap: 25px;
	}
}

@media only screen and (max-width:991px) {
    .mt-lg-40{
      margin-top:40px;
    }
	.mb-lg-40{
      margin-bottom:40px;
    }
	.atf-section-padding{
		padding-top:60px;
		padding-bottom:60px;
	} 
	.atf-single-service,
	.atf-single-parent{
		margin:12px 0;
	}
	.atf-single-feature{
		margin:12px 0;
	}
	.atf-contact-form {
		width: 100%;
	}

}
  
@media only screen and (max-width:767px) {
	.atf-hero-content .title {
		font-size: 50px;
	}
	.atf-footer-area .atf-section-title{
		text-align:center;
	}
	.atf-footer-social-icon {
		justify-content: center ! important;
	}
}
@media only screen and (max-width:576px) {
	.atf-header-btn.atf-hero-btn{
		display:none;
	}
}

@media screen and (min-width:320px) and (max-width:479px) {
	.atf-section-title .title{
		font-size:28px;
	}
	.atf-hero-content .describtion br{
		display:none;
	}
	.atf-hero-content .title {
		font-size: 40px;
	}
	.atf-feature-img img {
		display: none;
	}
	.atf-single-feature {
		padding: 20px;
	}
}