#cta-model .modal-content {
    border: none;
    border-radius: 16px;
    overflow: visible;
    background: #fff;
}

#cta-model .modal-body {
    position: relative;
    padding: 1.5rem 1.25rem 1.25rem;
}

#cta-model .right_form {
    position: relative;
}

#cta-model .modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    z-index: 10;
    background: #984306;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    background-image: none !important;
    box-shadow: none;
}

#cta-model .modalClose:hover,
#cta-model .modalClose:focus {
    background: #984306;
    color: #fff;
    opacity: 1;
    outline: none;
}

#cta-model .formResult {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
    #cta-model .modal-body {
        padding: 1.25rem 1rem 1rem;
    }

    #cta-model .modalClose {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }
}
