.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/sub-pages/ETL-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    /* height: 100vh;
    padding: 10em; */
    padding: 1em 5em 5em 5em;
    background-attachment: fixed;
    position: relative;
}

.bg-overlay p {
    color: #ccc;
    font-size: 0.9em;
}

.bg-overlay h1 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

.mb-1 {
    margin-bottom: 16px;
}

.mb-2 {
    margin-bottom: 24px;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.text-center {
    text-align: center;
}

.video-wrapper {
    padding: 16px;
    border-radius: 8px;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.form-button {
    background-color: #FF5E00;
    color: #ffffff;
    padding: 0.5rem 2.4rem;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    margin: 0 !important;
    border: none !important;
    height: 45px;
}

.banner-form-wrap .mce_inline_error {
    margin-bottom: 0.8em;
}

.banner-form-wrap #mc_embed_signup form {
    margin: 0 !important;
}

.banner-form-wrap #mc_embed_signup .mc-field-group label {
    color: #797979 !important;
    font-weight: 500 !important;
}

.banner-form-wrap #mc_embed_signup .indicates-required {
    color: #797979 !important;
}

.form-text {
    color: #5b5b5b !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5em !important;
}

.form-heading {
    color: #3c3c3c !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
}

.video-wrapper {
    width: 100%;
    text-align: center;
}

.video-wrapper iframe{
    margin:auto
}

.banner-form-wrap #mc_embed_signup .mc-field-group {
    width: 100%;
}

.banner-form-wrap #mc_embed_signup .mc-field-group input{
    color: #181818;
}

@media (max-width: 768px) {
    .bg-overlay {
        padding: 1em;
    }

    .form-btn-img-wrap {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .form-btn-img-wrap .form-button {
        width: 100% !important;
        margin-top: 16px !important;
    }

    .container {
        padding: 0;
    }
}