.modal-dialog {
    top: 74px;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
    padding: 0 10px;
}

.modal-content {
    border-radius: 80px 0 80px 0;
    border: 0;
    background: transparent;
}

.modal-content-inner {
    position: relative;
    background-color: transparent;
}

.modal-header {
    background-color: #073c5e;
    height: 75px;
    padding: 10px;
    border-top-left-radius: 80px;
    border-top-right-radius: 0;
    border-bottom: 0;
    position: relative;
}

.modal-title {
    font-size: 22px;
    color: #fbfbfb;
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat-Bold, sans-serif;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 1;
}

.modal-body {
    background-color: #fbfbfb;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 80px;
    text-align: left;
    padding: 40px 15px;
    max-height: calc(100vh - 225px);
}

.modal-message {
    border-radius: 0;
    text-align: left;
    overflow: hidden;
    padding: 10px 0;
    text-overflow: ellipsis;
    color: #073c5e;
    font-weight: 400;
}

.modal-backdrop.in {
    opacity: .75;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 52px;
    font-weight: normal;
    color: rgb( 255, 255, 255 );
    text-shadow: transparent;
    z-index: 2;
    opacity: 1;
}

.close:hover, .close:focus {
    color: rgb( 255, 255, 255 );
}

.modal-header .close {
    margin-top: 0;
}

.popup-button-wrap {
    margin-top: 40px;
    text-align: center;
}