


/* Hero */
.lx-modal-header{
    position: relative;
    padding: 26px 28px 24px;
    color: #fff;
    background:radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 28%), linear-gradient(135deg, #0f4c81 0%, #1479a6 45%, #18a0ae 100%);
}

/*.lx-modal-header:after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}*/