.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.chat-window {width:300px;padding:20px;position:fixed;top:160px;right:0;background:#fff;border:solid 1px #ced4da;z-index:12}
.chat-window h4{color:#495057}.navbar{padding:.5rem 1rem}