#chat{ width: 40%!important; }
/* Chatbot */
@media(max-width: 768px)
{
/* 	#chat > div{ width: 270px!important; } */
	#chat{ width: 100%!important; right: 0px!important;bottom: 0px!important;height: auto!important; }
	#chat > div { height: calc(100vh - 125px)!important; }
	
}
/**/