    #address_post_validated .address-post-validated-result {
        border: 1px solid #aaa;
        border-radius: 3px;
        cursor: pointer;
        display: block;
        padding: 20px;
    }

        #address_post_validated .address-post-validated-result.selected {
            border-color: #772432;
        }

        #address_post_validated .address-post-validated-result p {
            margin: 0;
        }



    #address_post_validated .alert-success {
        background: #157F5B 0% 0% no-repeat padding-box;
        color: #fff;
        opacity: 1;
        font-family: Lato, Bold;
        font-size: 16px;
        text-align: left;
    }

.valid_Address {
    border-color: #157F5B !important;
}

p.cb_title {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

p.cb_desc {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

p.cb_thridcome {
    font-family: 'Lato', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
}