.chat_bot_fixed-iframe {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 130px;
	z-index: 10000;
	background: transparent;
	border: none;
}
@media (max-width: 1200px) {
	.chat_bot_fixed-iframe {
		width: 300px;
	}
}
        
@media (max-width: 900px) {
	.chat_bot_fixed-iframe {
		/*position: relative;*/
                width: 100%;
                height: 500px;
	}
}