*{
	margin: 0;
	padding: 0;
}
.common-title{
	padding: 19rem 0 5rem 0 !important;
}
#bar .row{
	margin: 0;
}

#bar .row .col{
	padding: 0;
}
#bar .img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.map{
	position: relative;
}
.map img{
	width: 80%;
}
#housing-zone{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
#map .container{
	padding: 3rem;
}
.left-point{
	display: flex;
    justify-content: center;
    align-items: center;
}
.left-point li{
	font-size: 18px;
	list-style-type: circle;
	margin-left: 2rem;
	margin-bottom: 1rem;
	color: #9a026a;
}
#housing-zone li{
	position: absolute;
	font-size: 10px;
}
#housing-zone li i{
	color: #9a026a;
}
#housing-zone li:nth-child(1){
	top: 48%;
    right: 42%; 
}
#housing-zone li:nth-child(2){
	top: 50%;
    right: 47%; 
}
#housing-zone li:nth-child(3){
	top: 32%;
    right: 42%; 
}
#housing-zone li:nth-child(4){
	top: 36%;
    right: 35%; 
}
#housing-zone li:nth-child(5){
	bottom: 11%;
    right: 72%;
}
#housing-zone li:nth-child(6){
	bottom: 13%;
    right: 64%;
}
#housing-zone li:nth-child(7){
	bottom: 30%;
    right: 72%;
}
#housing-zone li:nth-child(8){
	top: 49%;
    left: 13%;
}
#housing-zone li:nth-child(9){
	top: 46%;
    left: 11%;
}
#housing-zone li:nth-child(10){
	top: 29%;
    left: 27%;
}
#housing-zone li:nth-child(11){
	top: 47%;
    left: 37%;
}
#housing-zone li:nth-child(12){
	top: 51%;
    left: 37%;
}
#housing-zone li:nth-child(13){
	top: 48%;
    left: 41%;
}