@media only screen and (max-width : 2500px) {
    .page-wrapper{
      overflow:hidden;
    }
    
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.atf-hero-content .title {
		font-size: 60px;
	}
	.atf-slider-content .title {
		font-size: 60px;
	}

}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.atf-hero-content .title {
		font-size: 50px;
	}
	.atf-slider-content br,
	.atf-hero-content br{
		display:none;
	}
	.atf-slider-content .title {
		font-size: 50px;
	}
}
@media only screen and (max-width : 1199px) {
	.mt-xl-40{
      margin-top:40px;
    }
	.mb-xl-40{
      margin-bottom:40px;
    }
	.text-effect {
		font-size: 65px;
	}
	.atf-newsletter-title.text-start{
		text-align:center ! important;
	}
}
@media only screen and (max-width:991px) {
   .atf-slider-content .title {
		font-size: 40px;
		letter-spacing:0;
		line-height:1.3;
	}
   .mt-lg-40{
      margin-top:40px;
    }
	.mb-lg-40{
      margin-bottom:40px;
    }
	.atf-hero-content .title {
		font-size: 45px;
		letter-spacing:0;
	}
	#accordion .card {
		margin: 0 0 15px 0px;
	}
	.atf-contact-info {
		margin: 25px 0px;
	}
	.atf-hero-area.atf-cover-bg::before {
		background: rgba(0, 0, 0, 0.6);
	}
	.atf-register-area{
		flex-wrap:wrap;
		gap:20px;
	}

}
  
@media only screen and (max-width:767px) {
	.testimonial-content {
		justify-content:center;
	}
	.atf-hero-content .title {
		font-size: 36px;
		letter-spacing:0;
		line-height:1.3;
	}
	.atf-slider-content .title {
		font-size: 36px;
		letter-spacing:0;
		line-height:1.3;
	}
   .mt-lg-40{
      margin-top:25px;
    }
	.mb-lg-40{
      margin-bottom:25px;
    }
}
@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-newsletter-title .title {
		font-size: 24px;
	}
	.atf-section-title .title{
		font-size:28px;
	}
	.atf-hero-content .title {
		font-size: 40px;
	}
	.atf-hot-area .hot-wrapper  .hot-content h2 {
		font-size: 28px;
	}
	.atf-register-area {
		padding: 30px;
	}
}