.customer-chat {
	width: 100%;
}
.customer-chat-box {
	position: relative;
	width: 100%;
}
.customer-chat-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ul-widget-main-window{
	bottom:50px !important;
}
@media only screen and (max-width: 769px) {
	.customer-chat {
		margin-top: 20px;
		padding-right: 3%;
		padding-left: 3%;
	}
	.customer-chat-box {
		width: 94%!important;
	}
}