
@media screen and (max-width: 991px) {
    
.blog_style_five .owl-nav {
    display: none;
}
    .em-service.style_6 .em-service-title h2 {
        font-size: 20px;
        margin: 8px 0 12px;
    }
    .em-service.style_6 .icon img {
        width: 80px;
    }
    .product_post.style1 .post-thumb .case_post_icon img {
        width: 80%;
        height: 80%;
    }
	.section-title .title {
		font-size: 30px;
	}
.icon-box.style17 {
    display: block;
    text-align: center;
}
.icon-box.style17 .img-icon {
    margin: 0;
}
	/*=========
	Case Study
	===========*/

	.case-study.style1 .case-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/*=========
	Filter Tab
	===========*/

	.filter-tab #tabs {
		flex-wrap: wrap;
		text-align:center;
	}
	.filter-tab #tabs li {
		margin-bottom: 30px;
		flex: 0 0 auto;
		width: 47%;
	}
	
	.filter-tab .content {
		padding-top: 50px;
	}
	.filter-tab .content .text img{
		margin-top: 30px;
	}
	.filter-tab .content .text .row{
		margin-left: 0;
		margin-right: 0;
	}
	.blog_wrap.blog_carousel_nine .owl-nav {
        display: none;
    }
    .testimonial-carouse09 .owl-nav {
        display: none;
    }
    .single-counter.style_eight .counter-content span {
        font-size: 70px;
    }
    .single-counter.style_eight .counter-content .suffix {
        font-size: 50px!important;
        top: -8px;
    }


}

@media screen and (max-width: 767px) {

    .icon-box.style19 {
        padding: 20px 0 0 0;
    }
	.dreamit-slick-slider .single-slick .content-wrapper {
		top: 50%;
		transform: translateY(-50%);
	}
	.dreamit-slick-slider .hero-text h2 {
		font-size: 58px;
	}
	.dreamit-slick-slider .hero-text h3 {
		font-size: 18px;
	}
	.portfolio-filter ul li {
		display: block;
	}
	.portfolio-filter.style_2 ul li {
        padding: 10px 20px 10px 20px;
        display: inline-block;
    }
	.portfolio-filter ul li::before {
		top: auto;
		bottom: 0;
	}

	/*=========
	Case Study
	===========*/

	.case-study.style1 .case-grid {
		display: block;
	}
	.case-study.style1 .case-grid .gird-item {
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 600px) {

    .brand-item img {
        width: 75%!important;
    }
    .dreamit-slick-slider .single-slick.style_three {
        min-height: 680px!important;
    }
	.filter-tab #tabs li{
		width: 100%;
	}

	/* Subscribe */

	.subscribe-form input[type="email"]{
		width: 100%;
		margin-bottom: 15px;
	}
	.subscribe-form input[type="submit"]{
		position: static;
		width: 100%;
	}

}