@media screen and (max-width:1600px){
    .mobile-screen {
        max-width: 370px;
        min-height: 750px;
        max-height: 750px;
    }
    .modal {
        left: 290px !important;
    }
}
@media screen and (max-width: 1440px){
    .signup-sect {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1366px){
    .signup-sect {
        height: 530px;
        overflow-y: scroll;
        padding-right: 10px;
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .signup-sect::-webkit-scrollbar {
        width: 2px;
    }  
    .signup-sect::-webkit-scrollbar-thumb {
        background-color: #aadad6;
    }
    .mobile-screen {
        max-width: 350px;
        min-height: 600px;
        max-height: 600px;
    }
    .login-screens {
        width: 240px;
        margin-bottom: 50px;
    }
    .paragraph {
        font-size: 16px;
    }
    .QR-Modal .modal-content {
        max-width: 240px;
    }   
    .modal {
        left: 300px !important;
    } 
    .left-screen-sect {
        max-width: 550px;
    }
    .left-screen-sect .paragraph {
        font-size: 35px;
    }
    .screens-top-logo img {
        max-width: 150px;
    }
}
@media screen and (max-width: 1200px){
    .left-screen-sect {
        max-width: 500px;
    }
    .index-screen-sect {
        max-width: 900px;
    }
    .left-screen-sect .paragraph {
        font-size: 35px;
    }
    .modal {
        left: 275px !important;
    }
    
}
@media screen and (max-width: 910px){
    .index-screen-sect {
        max-width: 720px;
    }
    .left-screen-sect {
        max-width: 350px;
    }
    .left-screen-sect .paragraph {
        font-size: 25px;
    } 
    .modal {
        left: 185px !important;
    }  
}
@media screen and (max-width: 767px){
    .left-screen-sect{
        display: none;
    }
    .index-screen-sect{
        justify-content: center;
    }
    .modal {
        left: unset !important;
    }
}
@media screen and (max-width: 575px){
    .mobile-screen {
        background: linear-gradient(0deg, rgba(238,244,237,1) 10%, rgba(112,197,195,1) 67%);
    }
}
@media screen and (max-width: 425px){
    .mobile-screen {
        background: transparent;
    }
}
@media screen and (max-width: 375px){
    .mobile-screen {
        max-width: 300px;
    }
}