@media (max-width: 1024px) {
    /* Adjust styles for smaller desktops */
    /*Chat Container*/

    .chat-container {
        bottom: 95px !important;
        right: 20px !important;
         width:350px !important;
        height:400px !important;
    }
}

@media (max-width: 800px) {
   .chat-container {
        bottom: 95px !important;
        right: 20px !important;
        width:350px !important;
        height:400px !important;
    }
}