#country .new_cat_city_indus_list h2, #country .new_cat_city_indus_list h4 {
    margin: 0;
    font-size: 24px;
}
#country .city_ind_list_div_main {
    margin-top: 8px;
    margin-bottom: 26px;
    position: relative;
}
#country .city_ind_list_div_ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
#country .city_ind_list_div_ul li {
    display: inline-flex;
    padding-right: 2px;
}
#country .city_ind_list_div_ul li a {
    color: #001965;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-right: 6px;
    border-right: 1px solid;
}
#country .city_ind_list_div_ul li:last-child>a {
    border-right: unset;
}