@media(max-width: 1200px) {
    .punch-line-2 {
        position: absolute;
        font-size: 1.4rem;
        top: 4.2rem;
        left: 42%;
        right: 42%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

@media(max-width: 1024px) {
    .heading {
        font-size: 1.4rem;
    }

    .logo1 {
        width: 130px;
        height: 60px;
    }

    .logo2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 160px;
        height: 60px;
    }

    .logo11 {
        width: 50px;
        height: 50px;
        margin-left: 1.5rem;
    }

    .logo22 {
        width: 160px;
        height: 45px;
        margin-right: 1.5rem;
    }

    .sub-heading {
        font-size: 1.5rem;
    }

    .sub-para {
        font-size: 0.65rem;
    }

    .ribbon {
        width: 20rem;
        height: 10rem;
        left: 19%;
        right: 21%;
    }

    .punch-line {
        position: absolute;
        font-size: 1.4rem;
        top: 2.5rem;
        left: 41%;
        right: 43%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .punch-line-2 {
        position: absolute;
        font-size: 1.4rem;
        top: 4.2rem;
        left: 42%;
        right: 42%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    label {
        font-size: 0.9rem;
    }
}

@media(max-width: 767px) {
    .punch-line-2 {
        position: absolute;
        font-size: 1.3rem;
        top: 4.2rem;
        left: 33.5%;
        right: 34%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

@media(max-width: 575px) {
    .punch-line-2 {
        position: absolute;
        font-size: 1.4rem;
        top: 4.2rem;
        left: 34%;
        right: 34%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}


@media(max-width: 500px) {
    .header {
        display: none;
    }

    .bg-image {
        display: none;
    }

    .bg-image-mobile {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        z-index: -1;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .header-mobile {
        display: flex;
        flex-direction: column;
        padding: 2rem 0px;
        background-color: #B7CE04;
        color: #fff;
    }

    .heading {
        margin-top: 0.5rem;
        font-size: 1.3rem;
    }

    .logo1 {
        width: 180px;
        height: 45px;
    }

    .logo2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 45px;
    }

    .logo11 {
        width: 45px;
        height: 45px;
        margin-left: 0rem;
    }

    .logo22 {
        width: 150px;
        height: 40px;
        margin-right: 0rem;
    }

    .sub-heading {
        font-size: 1.3rem;
    }

    .sub-para {
        font-size: 0.6rem;
    }

    .ribbon {
        width: 17rem;
        height: 10rem;
        left: 2%;
        right: 0%;
    }

    .punch-line {
        position: absolute;
        font-size: 1.2rem;
        top: 2.65rem;
        left: 35%;
        right: 35%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .punch-line-2 {
        position: absolute;
        font-size: 1.4rem;
        top: 4.2rem;
        left: 34%;
        right: 34%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .form-body {
        padding: 2rem 0rem;
        position: relative;
    }

    .pop-up {
        width: 50%;
        position: absolute;
        right: 25%;
        left: 25%;
        top: 10rem;
        z-index: 2;
    }

    .pop-up h4 {
        font-size: 4vw;
    }

    .alert h6 {
        font-size: 0.6rem;
    }

}

@media(max-width: 400px) {

    .ribbon {
        width: 17rem;
        height: 10rem;
        left: -4%;
        right: 0%;
    }
    
    .pop-up {
        width: 50%;
        position: absolute;
        right: 20%;
        left: 20%;
        top: 10rem;
        z-index: 2;
    }

}

@media(max-width: 360px) {

    .heading {
        margin-top: 0.5rem;
        font-size: 1.15rem;
    }

    .sub-heading {
        font-size: 1.2rem;
    }

    .sub-para {
        font-size: 0.5rem;
    }

    .ribbon {
        width: 13rem;
        height: 10rem;
        left: -4%;
        right: 0%;
    }

    .punch-line {
        position: absolute;
        font-size: 1rem;
        top: 3rem;
        left: 35%;
        right: 35%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .punch-line-2 {
        position: absolute;
        font-size: 1.3rem;
        top: 4.2rem;
        left: 25%;
        right: 25.5%;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}
