#chatbot-iframe {box-shadow: 1px 1px 10px #dddddd;}
	@media (max-width: 624px) {
        #chatbot-iframe {
            width: 80% !important;
        }
	}
	@media (max-width: 540px) {
        #chatbot-iframe {
            width: 376px !important;
        }
	}
	@media screen and (max-width: 420px) {
        #chatbot-iframe {
            width: 350px !important;
            right: 0px !important;
        }
	}