.location_text {
    word-wrap: break-word;
    font-sze:1.1rem;
    font-weight:bold;
    display:inline-block;
}

#location_path {
    text-align : center;
}

#zipcode_check_click{
    cursor: pointer;
}
.kpz_block{
        float: left;
    margin-left: 1rem;
    margin-bottom: .5rem;
}
.location_block {
    padding: 8px 5px 8px 5px;
    margin: 0px auto;
    width: 100%;
}

.location_input_field {
    margin-top: 5%;
}

.pacbz_div {
    margin-top: 1rem;
}

#type_zipcode{
    background:white;
    
}

.pacbz_btn{
    background:black;
}

@media (min-width: 768px) and  (max-width:1024px) {
    .location_block {
        font-size:11px;
    }
}
