
@media(max-width: 1199px){
	.hide-md{
		display: none!important;
	}
	.show-md{
		display: block!important;
	}
	h1{
		font-size: 55px;
	}

}


@media(max-width: 991px){
	h1{
		font-size: 50px;
	}
	.hide-sm{
		display: none!important;
	}
	.show-sm{
		display: block!important;
	}
	.testimonail-content-sec-wrp {
	    padding-top: 70px;
	    padding-bottom: 90px;
	}
	.home-blog-post-sec-wrp {
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.blog-overview-post-sec-wrp {
	    padding-top: 70px;
	    padding-bottom: 80px;
	}
	.blog-post-pagination{
		margin-top: 0;
	}
	.footer-top {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.nb-dft-contact-folmulier-modoul-inr a:hover {
	    background-position: right 20px center!important;
	}
	.nb-pro-overview-grd-controller ul li{
		width: 50%;
	}

	.filters form{
		flex-direction: column;
		align-items: start;
	}
	.filter{
		padding: 0;
		margin: 0 0 20px !important;
	}

	.filter:before{
		display: none;
	}
	.filters button{
		margin-left: 0;
	}
	
}


@media(max-width: 767px){
	h1{
		font-size: 45px;
	}
	.hide-xs{
		display: none!important;
	}
	.show-xs{
		display: block!important;
	}
	p{
		line-height: 25px;	
	}
	.innerpage-con-wrap,
	.blog-details-page-con-wrap{
		padding-top: 65px;
		padding-bottom: 100px;
	}
	.ftr-top-tel i{
		display: none;
	}
	.nb-pro-overview-grd-controller ul li{
		width: 100%;
	}
}



@media(max-width: 639px){

}



@media(max-width: 575px){
	h1{
		font-size: 38px;
	}
	h2{
		font-size: 35px ;
	}
	h3, .likeh3{
		font-size: 30px;
	}
	h4{
		font-size: 24px;
	}
	h5{
		font-size: 20px;
	}
	.pdsliderarrows .leftArrow {
	    right: 85px;
	}
    .testimonail-content-sec-wrp {
        padding-bottom: 5px;
    }
	
}


@media(max-width: 479px){
	h1{
		font-size: 35px;
	}
	h2{
		font-size: 30px ;
	}
	h3, .likeh3{
		font-size: 27px;
	}
	h4{
		font-size: 22px;
	}
	h5{
		font-size: 18px;
	}

}



@media(max-width: 359px){

}