@media only screen and (max-width:1199px) {
.main-header-info:after{
	visibility: hidden;
}
.main-header-info:before{
	width: 0px;
}
.top-header{
	padding-left: 5px;
}
.top-header-nav li a, .top-left li a, .top-left li{
	font-size: 14px;
}
.page-header-info h2{
	font-size: 32px;
    line-height: 42px;
}
}

@media only screen and (max-width:991px) {
    .top-header {
        display: none;
    }
    .slider-caption.big {
        font-size: 28px;
        line-height: 38px;
    }
    .slider-caption.small{
    	font-size: 15px;
    	line-height: 25px;
    }
    .slider-content-wrap {
        height: 400px;
    }
    .page-header{
    	background-size: cover;    
    	height: 100%;
    }
    .page-header-info h2{
	font-size: 20px;
    line-height: 30px;
}
.page-header-info h4{
	height: 30px;
}
}

@media only screen and (max-width:767px) {
	.slider-content-wrap {
        height: 750px;
    }
    .slider-content-wrap img{
        margin-top: 10px;
    }
    .counter-wrap{
    	align-items: baseline !important;
    }
    .counter-item{
    	margin-bottom: 10px;
    }
    .hap {
    	width: 33%;
	}
	.service-details img{
		margin-bottom: 10px;
	}
}


@media only screen and (max-width:575px) {
	.hap {
    	width: 50%;
	}
	.slider-content-wrap {
        height: 560px;
    }
	.slider-caption.big {
        font-size: 30px;
        line-height: 42px;
    }
    .slider-caption.big {
        font-size: 24px;
        line-height: 34px;
    }
    .site-logo img {
        width: 195px;
    }
    .section-heading h2 {
        font-size: 26px;
        line-height: 32px;
        word-wrap: break-word;
    }
	.main-header-wapper{
		grid-template-columns: 240px auto;
	}
}