.wdt-subscription-form-holder.dt-sc-subscription-frm-container
{
    min-height: 485px;
}

.wdt-subscription-form-holder.dt-sc-subscription-frm-container h2
{
    color: var(--wdt-elementor-color-white);
}

.wdt-subscription-form-holder.dt-sc-subscription-frm-container h2 i
{
    margin-right: 10px;
}

.wdt-subscription-form-holder.dt-sc-subscription-frm-container .dt-sc-subscription-frm .dt-sc-check-box input[type='checkbox'] + label.checkbox-label span
{
    margin: -3px 8px 0 0;
}

.wdt-subscription-form-holder.dt-sc-subscription-frm-container .dt-sc-subscription-frm .dt-sc-check-box input[type='checkbox']:checked + label.checkbox-label span:before
{
    line-height: normal;

    top: 5px;
}

/* Responsive */

@media only screen and (min-width:960px) and (max-width:1280px)
{
    .wdt-subscription-form-holder.dt-sc-subscription-frm-container
    {
        min-height: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{
    .wdt-subscription-form-holder.dt-sc-subscription-frm-container
    {
        min-height: 100px;
    }
}

@media only screen and (max-width: 767px)
{
    .wdt-subscription-form-holder.dt-sc-subscription-frm-container
    {
        min-height: 100px;
    }
}
