@media only screen and (max-width:1200px) {
    .getstart {
        width: 520px;
    }

    .processdetails p {
        font-size: 13px;
    }


    @media only screen and (max-width:1024px) {
        .bannertext {
            font-size: 66px;
            line-height: 68px;
        }

        .product {
            width: 95%;
        }

        .productdetails {
            margin-left: 20px;
        }

        .bannertextthank h3 {
            font-size: 42px;
            line-height: 45px
        }
    }

    @media only screen and (max-width:768px) {

        .bannertext {
            font-size: 47px;
            line-height: 49px;
            top: 82px;
        }

        .product {
            width: 100%;
        }

        .productdetails {
            margin-left: 0px;
        }

            .productdetails h2 {
                font-size: 17px
            }

            .productdetails p {
                font-size: 12px;
                width: 155px;
            }

        .bannertextproc {
            left: 35px;
        }

            .bannertextproc h3 {
                font-size: 26px;
                line-height: 35px;
                text-align: left;
            }

            .bannertextproc p {
                width: 369px;
                font-size: 13px;
            }

        .getstart p {
            font-size: 10px;
            width: 70%;
        }

        .alreadyuser {
            font-size: 14px;
        }


        .process {
            position: absolute;
            bottom: -10px;
        }

        .processdetails p {
            font-size: 10px;
        }

        .getstart {
            width: 53%;
        }

        input {
            width: 70%;
        }

        .footer {
            margin-top: 30px;
        }

        .bannertextreg {
            left: 44px;
        }

            .bannertextreg h3 {
                font-size: 30px;
            }

        .bannertextthank {
            top: 24px;
        }

            .bannertextthank h3 {
                font-size: 35px;
                line-height: 35px
            }

            .bannertextthank p {
                font-size: 15px;
                margin-left: 20px;
            }

        .bannertextlogin {
            position: absolute;
            left: 55px;
        }

            .bannertextlogin h3 {
                font-size: 41px;
                line-height: 48px;
            }

        .logindetails {
            width: 40%
        }
    }

    @media only screen and (max-width:425px) {
        .bannertext {
            font-size: 30px;
            line-height: 30px;
            top: 27px;
            left: 30px;
        }

        .productleft {
            width: 100%;
        }

        .productright {
            width: 100%;
        }

        .productdetails p {
            font-size: 12px;
            width: 98%;
        }

        footer {
            font-size: 10px;
            margin-top: 17px;
        }

        .bannertextproc {
            left: 16px;
        }

            .bannertextproc p {
                width: 73%;
                font-size: 9px;
            }

            .bannertextproc h3 {
                line-height: 12px;
                font-size: 18px;
            }

        .getstart {
            width: 79%;
            padding: 7px;
            padding-bottom: 15px;
        }

        input {
            width: 66%;
            height: 24px;
        }

        .btnstart {
            font-size: 10px;
        }

        .alreadyuser {
            font-size: 10px;
        }

        .getstart p {
            font-size: 7px;
        }

        .process {
            position: absolute;
            bottom: -89px;
            left: 10px;
        }

        .processdetails img {
            display: inline-block;
            margin: 0 auto;
            width: 50%;
        }

        .processdetails p {
            font-size: 9px;
            padding: 3px;
            font-weight: 200;
            text-align: justify;
        }

        .footer {
            margin-top: 86px;
        }

        .bannertextreg h3 {
            font-size: 18px;
            line-height: 35px;
        }

        .bannertextreg {
            left: 14px;
        }

        .bannertextreg {
            width: 67%;
            top: 0px;
        }

        .regdetails {
            padding: 1px;
            margin-top: 0px;
        }

        .row {
            margin-top: 4px;
        }

        .btnreg {
            margin-right: 3px;
            margin-top: 9px;
            margin-bottom: 9px;
        }

        .regfoot {
            margin-top: 0;
        }

        .bannertextthank {
            top: 14px;
        }

            .bannertextthank h3 {
                font-size: 20px;
                line-height: 20px;
                margin-bottom: 5px;
            }

            .bannertextthank p {
                font-size: 11px;
                margin-left: 10px;
            }

        .modal-content p {
            font-size: 25px;
            line-height: 27px;
            color: #010101;
            width: 100%;
        }

        .bannertextlogin {
            position: absolute;
            left: 15px;
            top: 5px;
        }

            .bannertextlogin h3 {
                font-size: 25px;
                line-height: 23px;
            }

        .logindetails {
            width: 50%;
            margin-top: 0px;
            padding: 8px;
        }

        .logfoot {
            margin-top: 0px;
        }

        .DES {
            display: none;
        }

        .MOBILE {
            display: block;
        }
        .logindetails input {
            height: 25px;
        }
    }

    @media only screen and (max-width:375px) {
        .bannertextproc h3 {
            line-height: 7px;
        }

        .getstart {
            width: 79%;
        }

        .product img {
            width: 42%;
        }

        .productdetails p {
            font-size: 12px;
            width: 90%;
        }

        .process {
            position: absolute;
            bottom: -112px;
        }

        .footer {
            margin-top: 120px;
        }
    }
