.your_city{
    position: relative;
    
}

.main__col1, .developer__wrapper{
    display: inline-block;
    vertical-align: top;
}

.developer__wrapper{
    float: right;
}

.city_list{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 2px;
    background-color: #fff;
    height: 220px;
    overflow-y: auto;
    z-index: 99;
    padding-top: 20px;
    width: 172px;
}

.your_city:hover .city_list, .city_list.active{
    display: block;
}

.city_list a{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
    display: block;
    text-align: left;
    padding-left: 11px;

}

.city_list a:hover{
    color: #ef5400;
}

.your_city_text{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 0 11px;
    border-radius: 2px;
    border: 1px dashed #fff;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 8px;
}

.your_city_text .fa{
    color: #fff;
}