.footer {
    display: none;
}

.support-logo-pc {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin: auto !important;
    padding: 15px 20px 10px 20px !important;
    text-align: center;
    background-image: url(/img/paycentral-bg-support.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100% !important;
    min-height: 400px;

}

.main__content {
    margin-top: 30px;
}

.breadcrumbs {
    display: none;
}

.cust-help .header__inner {
    justify-content: center;
}

.navlink .navlink__title {
    color: #000000;
}

a:hover {
    color: #000000;
}

.navlink:hover {
    background-color: #f3f3f3;
}

.cust-help .header {
    display: none;
}

.article__heading {
    color: #000000;
}

.form input.form-control {
    border-radius: 50px;
}

.form textarea.form-control {
    border-radius: 20px;
}

.form input.form-control:focus, .form textarea.form-control:focus {
    border-color: #63cadd;
}

.form-group label {
    color: #000000;
}

.label {
    color: #000000;
}

.dropzone {
    border-radius: 20px;
    margin-bottom: 20px;
}

.btn-full {
    background-color: #000000;
    border-radius: 50px;
}

.btn-full:hover {
    background-color: #63cadd;
}

dropdown label, .dropdown-select label, .with-label label {
    color: #000000;
}