.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    transition: all ease-in-out .3s;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    overflow: auto;
    box-shadow: 0 0 1px 0 rgba(29, 29, 29, 0.45);
    z-index: 9999;
}
.show {display: block;}

#PropertyType li{
    list-style-type: none;
}
#PropertyType li:hover{
    background: rgba(0,0,0,0.1);
}
#PropertyType ul{
    margin: 0;
    padding: 0;
}
#PropertyType a{
    display: inline-flex;
    padding: 10px;
    font-size: 12px;
}
#PropertyType img{
    height: 25px;
    width: 25px;
    margin: 0 5px;
}