.cs-custom-modal .auto-height-abs {
    height: auto !important;
    bottom: auto !important;
    max-height: inherit;
    top: 50%;
    transform: translateY(-50%);
}

.cs-custom-modal .auto-height-abs .form-pad {
    height: auto !important;
    padding-bottom: 20px;
}

.support-bottm-btn.hire-us p:empty {
    display: none;
}

.support-bottm-btn.hire-us {
    margin-top: 0;
    margin-bottom: 70px;
}

.support-bottm-btn button {
    min-width: 200px;
}

@media screen and (max-width: 900px) {
    .support-bottm-btn button:last-child {
        margin-right: auto;
    }
}

@media (max-width: 668px) {
    .auto-height-abs {
        height: 532px;
    }

    .form-pad {
        overflow: unset;
    }
}

@media (max-width: 534px) {
    .btn.btn-default {
        margin-bottom: 6px;
    }
}

@media (max-width: 500px) {
    ul.client-first-row li {
        width: 48%;
        max-width: unset;
    }
}