@media only screen and (max-width: 991px){
	.hidden-md{
		display: none;
	}
	.top-header{
		display: none;
	}
	header{
		text-align: center;
	}
	.table {
	    display: block;
	    width: 100%;
	    overflow-x: auto;
	}
	.slick-prev, .slick-next{
		display: none !important;
	}
	.table a{
	    display: none;
	}
	.hightlight-section .carousel-indicators li{
		display: none;
	}
	.hightlight-section .carousel-control-next,.hightlight-section .carousel-control-prev{
	    display: flex;
	}
	table tr th:last-child {
	    display: none;
	}
	.floor-section .overlay_print{
		width: auto;
	}
	.w-50 {
	    width: 100%!important;
	}
	h2{
		font-size: 30px;
	}
	#overviewDemo .carousel-caption{
		position: initial;
	}
	#overviewDemo .carousel-caption h3{
		margin-top: 0 !important;
		padding: 10px 0;
	}
	.hightlight-section .carousel-caption{
		position: initial;
	}
}


@media only screen and (max-width: 767px){
	img{
		margin: 0 auto;
		display: block;
	}
	.button{
		text-align: center;
		margin-bottom: 20px;
	}
	
}

