.edit-btn input.btn {
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.contact-alt-info p a {
    color: #fff;
}
.hide {
    display: none;
}
.cust-box-one label.error,.form-group label.error {color: red}

/* .sign-up-page .sign-btn-block {
    margin: -150px 0 0 0;
} */

.sign-left-block .cust-box-one {
    position: relative;
    z-index: 9999;
}
.sign-left-block .cust-box-one .form-heading {
    color: #ffffff;
}
.sign-left-block .radio-btn-bx .rad-style {
    color: #fff;
    padding: 0 12px 0 32px;
}
#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:
    rgba(0,0,0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.rateit-reset { display: none !important }
ul.pagination.justify-content-center { width: 100%;}