body {
    background: transparent !important;
}

.webform_3 {
    padding: 0 !important;

    & .row {
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 15px);
        margin-bottom: 15px;
    }

    .col-12:nth-child(n+4):nth-child(-n+7) {
        width: 50%;
    }
}

.form-group>span.field-validation-error {
    color: #b94a48;
    font-size: 14px;
    position: absolute;
    left: calc(0% + 10px);
    bottom: 5px;
    line-height: 1;
}

.btn-primary {
    background: url(../images/icon/arrow-right-white.svg) no-repeat right 22px top 20px #1F438E !important;
    border: 2px solid #1F438E !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 15px 40px 15px 28px !important;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: bold !important;
    margin: 0;
    cursor: pointer;
    border-radius: 0 !important;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
}

.contform_sec iframe {
    height: 778px !important;
}


@media (max-width: 1439.98px) {
    .webform_3 {
        max-width: 100% !important;
    }

    .contactleft.sticky {
        position: unset;
        top: unset;
        align-items: unset;
    }

    .contform_sec iframe {
        height: 692px !important;
    }
}

@media (max-width: 991.98px) {
    .contform_sec iframe {
        height: 778px !important;
    }
}

@media (max-width: 575.98px) {
    .webform_3 {
        .col-12:nth-child(n+4):nth-child(-n+7) {
            width: 100%;
        }
    }
}