@media (min-width: 768px ) {
.slicknav_menu{display:none;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
.header-menu>ul>li>a {
        padding: 0 5px;
}
}
@media (max-width: 768px ) {
.pro-nav{
    display: flex;
    overflow: auto;
}
.header-menu{display:none;}
.btm-header .container{padding:0;}
.header-logo a{
	height: 60px;
	line-height:60px;
	display:block;
}
.header-logo a img{
	margin-left:15px;
	max-height: 40px;
}
.content-list li span.title{width:95%;}
#slider img{
    min-height: 200px;
    object-fit: cover;
}
.single-header h1,.entry-meta h1{font-size: 24px;}
.entry-content h2{font-size: 22px;}
.entry-content h3,.contact .text h3{font-size: 20px;}
.social{margin-top:10px;}
}
