
        .original{
            height: 100%;
          width: 100%;
          z-index: 999999999;
        }
        .popup_container{
            position: fixed;
           z-index: 999999999;
            top: 15%;
            /* left: 30%; */
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            visibility: hidden;
        }
        .popup{
            height: 100%;
            background: #a59cca !important;
            width: 80%;
        }
        .disco, .h1,.h2,.h3,.h4,.h5,.p{
            display: contents!important;
        }
      
        @media(max-device-width:425px) and (min-width:375px){
            .popup_container{
                position: fixed;
               z-index: 999999999;
                top: 15%;
                left: 9%;
                width: 80%;
                height: auto;
                display: flex;
                justify-content: center;
                visibility: hidden;
            }



        }


        @media(max-device-width:374px) and (min-width:300px){
            .popup_container{
                position: fixed;
               z-index: 999999999;
                top: 15%;
                left: 6%;
                width: 90%;
                height: auto;
                display: flex;
                justify-content: center;
                visibility: hidden;
            }

            

        }


        @media(max-device-width:768px) and (min-width:426px) {
            .popup_container{
                position: fixed;
               z-index: 999999999;
                top: 15%;
                left: 20%;
                width: 60%;
                height: auto;
                display: flex;
                justify-content: center;
                visibility: hidden;
            }
            
        }

        @media(max-device-width:1024px) and (min-width:770px) {
            .popup_container{
                position: fixed;
               z-index: 999999999;
                top: 15%;
                left: 25%;
                width: 50%;
                height: auto;
                display: flex;
                justify-content: center;
                visibility: hidden;
            }
            
            

        }

        @media(max-device-width:1199px) and (min-width:1024px){
            .rahulimg{
                height: 100%;
            }

        }
        @media(max-device-width:1440px) and (min-width:1200px){
            .rahulimg{
             
                height:80%!important;
            }

        }

        @media(max-device-width:1550px) and (min-width:1025px){

            .popup_container{
                position: fixed;
               z-index: 999999999;
                top: 15%;
                left: 33%;
                width: 40%;
                height: auto;
                display: flex;
                justify-content: center;
                visibility: hidden;
            }

        }