@media (max-width: 950px) {
	nav.navbar button{
		display: block !important;
		margin-top:30px;
	}
	.nav-menu li:hover .alt-menu{
	  display: none !important;
	}
	.logo{
		text-align: center;
	}
	.mobile-menu{
		display: block;
		display: inline-block;
		color: #fff;
		font-size: 33px;
	}
	.mobile-menu-close{
		color:#0d4997;
		font-size:20px;
		position: absolute;
		right: 20px;
		top: 20px;
		transition: rotate 1s;
		display: block;
	}
	.mobile-menu-close:hover{
		transform: rotate(360deg);
	}
	.icon-menu{
		display: none;
	}
	.icon-menu.selected{
		display: block;
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: 9999;
		background: #fff;
	}
	.nav-item{
		width: 100%;
		clear: both;
	}
	.nav-item , .nav-link i , .menu-item{
		color:#0d4997;
	}
	a.phone-number{
		width: 100%;
	}
	a.phone-number .fa.fa-phone{
		color:#ddd;
	}
	.advert-items-text .text{
		height: auto !important;
	}
	.home-product img{
		height:auto !important;
	}
	.home-product a{
		height: auto !important;
	}
	.slider{
		overflow: hidden;
	}
	.slider-item{
		height: auto !important;
	}
	.product-details .slider-item{
		height: auto !important;
	}
	.slider-item img{
		height:auto !important;
	}
	.ad-left{
		display: none !important;
	}
	.owl-prev , .owl-next{
		width:30px;
		height:30px;
		padding:5px 3px !important;
	}
	.nav-menu ul{
		float:left !important;
		width:100%;
	}
	.home-category img{
		height: auto !important;
	}
	.nav-menu li a{
	  padding:10px !important;
		float: left !important;
	}
	.dif-pro{
		margin-top:20px;
	}
	.category-list-property ul li{
		width:100%;
	}	
}
