* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
}
.cwf-title-wrap{
    display: none;
}
.z-mobile-menu-v2,
.zw-product-header {
    display: none !important
}

.banner-sec {
    padding: 80px 25px 200px;
    background: #2439ad;
    text-align: center;
    color: #fff;
}

.zohoenterprise-logo {
    width: 150px;
}
.logo-sec{
    margin-bottom: 15px;
}
.hdr {
    font-size: 40px;
    font-family: var(--zf-primary-bold);
    line-height: 50px;
    color: #fff;
}

.para {
    width: 100%;
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
}
.note-text{
    font-size: 15px;
}

.form-popup {
    max-width: 540px;
    padding: 50px;
    width: 96%;
    margin: -150px auto 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

@media only screen and (max-width: 992px) {
    .para {
        font-size: 16px;
        line-height: 28px;
        margin: 10px auto 0;
    max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-sec {
        padding: 70px 25px 200px;
    }

    .form-popup {
        max-width: 380px;
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-sec {
    padding: 40px 25px 180px;
}
    .hdr {
        font-size: 30px;
    }
}
