.ccode-au .zwrapper iframe,
.ccode-nz .zwrapper iframe {
    display: none
}

.zwrapper iframe {
    display: block
}

.ccode-au .zwc-anztext,
.ccode-nz .zwc-anztext {
    display: block
}

.zwc-anztext {
    text-align: center;
    height: 900px;
    position: relative;
    display: none
}

.zwc-anztext h4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    background: #eff6ff;
    max-width: 854px;
    padding: 120px
}

.zjh-logo-title {
    font-size: 20px;
    color: #000;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    line-height: 20px;
    padding: 13px 0 6px;
    transition: all .3s ease
}

span.z-logo {
    display: inline-block;
    padding: 8px 0 3px 5px;
    background: url(/sites/zweb/images/productlogos/jumpstart.svg) no-repeat;
    width: 170px;
    height: 44px
}

#timezoneVal {
    display: inline-block;
    padding: 13px 30px 13px 0;
    width: 395px
}

.banner-desc {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 20px 20px
}

.zbanner-logo {
    max-width: 300px;
    margin: 30px auto
}

div#header {
    display: none
}

iframe {
    background: #fff;
    min-height: 700px
}

.footer-sec-wrap {
    display: none
}


@media only screen and (max-width: 1100px) {
    .zwc-anztext {
        height: 500px;
    }

}


@media only screen and (max-width: 640px) {
    .zwc-anztext {
        height: 410px;
    }

}