.apply-filter{
    float: right;
}
.kipa_pagination ul.pagination li.active span{
    background-color: #00829B !important;
}

.pick_mall{
    height: 60px;
}
.mall_city{
    background: white;
    flex-shrink: 0;
    height: 60px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-top-left: 5px;
    -moz-border-radius-bottom-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.pick_mall_select{
    outline: #3caa75;
    padding: 15px;
    border: 0;
    font-size: 16px;
    width: 100%;
}
.mall_name{
    background: white;
    height: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-top-right: 5px;
    -moz-border-radius-bottom-right: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.divider{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    float: left;
    background: #fff;
}
.divide{
    height: 45px;
    border-left: 1px solid #ddd;
}
.mall_name{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}


.submit_btn_div button{
    border: 0;
    height: 60px;
    border-radius: 5px;
    font-weight: bold;
    color: white;
    background: #ff6000;
    font-size: 14px;
    width: 100%;
}