@media only screen and (max-width : 2500px) {
	.page-wrapper{
		overflow:hidden;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}
@media only screen and (max-width : 992px) {

	.atf-single-text h1{
		font-size:40px;
	}
	#class1 .atf-class-slide .atf-class-bar li{
		padding: 10px 14px;
	}
	.atf-about-list li{
		font-size: 14px;
		font-weight: 300;
		margin-right:15px;
	}
	.atf-about-content-inner{
		font-size: 20px;
	}
	.atf-category-item a .category-title{font-size: 20px;}
	.atf-counter-content h3{font-size: 20px;}

}

@media only screen and (max-width : 991px) {
	.menu-item-has-children i{
		display:none;
	}
	.atf_home_img{margin-top:40px ! important}
	
	.atf-single-text h1{
		font-size:35px;
	}
	.atf-feature-content{
		margin:15px 0;
	}
	.atf-about-inner{
		padding-top:40px;
	}
	.atf-counter {
		margin: 15px 0;
	}
	.atf-footer-link{
		margin: 15px 0px;
	}
	.atf-mailchamp-headding h2{
		font-size:25px;
	}
	.atf-contact-info{margin-top:40px;}

}
@media only screen and (max-width: 767px) {
	.form-message{
		padding-bottom:30px;
	}
	#atf-map-area {
		margin-bottom: 0px;
	}
	.atf-best-single-service{
		margin: 10px 0;
	}
	.atf__slide-item-3 .slide-item-img {
		right:0px;
	}
	.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .slick-arrow{
		top:14px;
	}
	.atf-about-list li{
		margin-right:30px;
	}


}

@media only screen and (max-width: 576px) {
	.atf-mailchamp-headding h2 {
		font-size: 20px;
		text-align: center;
	}
	.atf__slide-item-3 .slide-item-img{
		top:57%;
	}
	.atf-contact-info{
		margin-right:0;
	}
	.atf-themes-btn{
		font-size: 30px;
		padding: 10px 25px;
		margin-left: 0 ! important;
	}

}
@media only screen and (max-width: 480px) {
	.atf__slide-item-2 {
		height: calc(100vh - 58px);
		padding-top: 146px;
	}
	.atf__slide-item-2 .atf-slide-title {
		font-size: 32px;
	}
	.atf__slide-item-3 .slide-item-img,
	.atf__slider-1-img-slide-arrow .atf__slider-1-img-slide-arrow-active .image-slide-item{display:none;}
	.atf__slider-1 .atf__slide-item-1{background: var(--thm-color);}
	.atf-slide-item-info-inner {background:none;}
	.atf-slide-item-info-inner .atf-slide-sub-title{background:var(--thm-black);}
	.atf-about-list li{
		margin-right:15px;
		font-size:12px;
	}
	.atf-about-content-inner{
		font-size:14px;
	}
	.atf-testimonial{
		padding:15px 6px;
		margin:0px 0px;
	}
}

@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-contact-details{
		margin:15px 0;
	}
	.atf__slide-item-2 .atf-slide-title {
		font-size: 25px;
	}
	.atf-property-form h3{
		font-size:30px;
	}
	.atf-about-list{
		line-height:30px;
	}

}