.position-relative {
    position: relative;
}
.hero-container-overlay {
    width: 100%;
    height: 350px;
    background-color: #001489;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    z-index: -3;
}
.hero-avatar {
    z-index: -2;
}
.hero-banner {
    position: absolute;
    bottom: 33px;
    width: 95%;
    left: 0;
    padding: 5px 0 10px 90px;
    z-index: 1;
}
.hero-banner::before {
    content: '';
    background-color: #001489;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-banner h1 {
    color: #fff;
    font-size: 25px;
    /*text-transform: uppercase;*/
    padding: 0;
    margin: 0;
}
.hero-banner-divider {
    background-color: #84bd00;
    height: 5px;
    width: 100%;
}
.hero-banner h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1.3em;
}

/* .qiigoforms-wrapper {
    height: 720px;
} */


.template-bbs-master-franchise .contact-form {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #001489;
    padding: 10px;
    color: #fff;
    z-index: 2;
}
.form-top-aligned .class123-label:not(.likert-label):not(#language-label) {
    color: #fff !important;
}

.hero-avatar.third-avatar {
    display: none;
}

.contact-form h2 {
    color: #84bd00;
}
@media only screen and (min-width: 500px) {
    .hero-banner h1 {
        font-size: 36px;
    }
    .hero-banner h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width :768px) {
    .hero-avatar.third-avatar {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .template-bbs-master-franchise .contact-form {
        position: relative;
    }
    .hero-container-overlay,
    .hero-banner::before {
        display: none;
    }
    .hero-banner {
        padding: 5px 0 0 0;
        text-align: center;
        width: 100%;
    }
    .hero-banner-mobile-overlay {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 5px 0 0 0;
        z-index: -1;
        background-color: #001489;
        height: 100%;
        opacity: 0.5;
    }
    .hero-avatar.secondary-avatar {
        display: none;
    }
}

@media only screen and (min-width :992px) {
    .hero-banner h1 {
        font-size: 43px;
    }
    .hero-banner h3 {
        font-size: 26px;
    }
    .hero-banner-mobile-overlay {
        display: none;
    }
    .hero-avatar.secondary-avatar {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width :1200px) {
    .hero-banner h1 {
        font-size: 48px;
    }
    .hero-banner h3 {
        font-size: 30px;
    }   
    .hero-avatar.secondary-avatar {
        margin-top: -80px !important;
    }
}