.se-webform-v2-modal-content form {
    margin: 0 auto !important;
    width: 100% !important;
}
.se-webform-v2-modal-content .se-webform {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 398px;
}

.se-webform-v2-modal-content .se-header {
    height: 0px;
}

.se-webform-v2-modal-content .se-body {
    max-width: 400px !important;
    margin: 0 auto !important;
    background-color:#F9F7FB ;
}

.se-webform-v2-modal-content .se-webform-2.se-webform .se-body ul li {
    margin: 0px !important;
}

.se-webform-v2-modal-content .se-submit button {
    color: #ffffff !important;
    background-color: #172F6F !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.se-webform-v2-modal-content .se-submit {
    margin: 0 0 !important;
    padding: 5px 20px 20px 20px !important;
    background-color:#F9F7FB ;
}

.se-webform-v2-modal-content .se-webform-primary-purpose span {
    color: #161616;
    font-weight: normal !important;
    font-size: 11px !important;
}


.se-webform-v2-modal-content .se-webform-primary-purpose a {
    color: #161616 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

.se-webform-v2-modal-content .se-submit button:hover {
        background:  #0664A9 !important;
        transition: 0.6s !important;
    }

      
@media screen and (max-width: 800px) {
    .se-webform-v2-modal-content .se-image {
        background-size: cover !important;
        background-position: top !important;
        padding-bottom: 56% !important;
        height: 250px !important;
    }

}