.modal-content {
    border-radius: 4px;
    border: none;
    color: #fff;
}

.modal-header {
    display: block;
    position: relative;
    text-align: center;
    border: none;
    padding-top: 30px;
}
.modal .form-group.custom-row label {
    /* font-family: Montserrat; */
    color: #000000;
}
h2.modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
/* or 29px */
    text-align: center;
    text-transform: uppercase;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    background: transparent;
}

.close {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 300;
    filter: invert(1);
    opacity: 1;
    text-shadow: none;
    background-image: url(/images/cross.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 18px;
    height: 18px;
}
.modal .checkbox-wrap {
    border: 1px solid #000;
}

.modal .checkbox-body {
    color: #000;
}

.modal p, .modal p a {
    color: #000;
}
.modal-body {
    width: 459px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 50px;
}
.modal-body .custom-input, .modal-body .custom-select {
    background: #fff !important;
    border: 1px solid #ababab;
    height: 43px;
    border-radius: 37px;
}
.modal .btn-custom {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    min-width: 200px;
    border: none !important;
    background: #F07C00;
    color: #fff;
}

.modal-body label {
    color: #23338b;
}