.main-section {
	width: 300px;
	position: fixed;
	right: 50px;
	bottom: -350px;
	z-index: 9999;
}
.first-section:hover {
	cursor: pointer;
}
.open-more {
	bottom: 0px;
	transition: 2s;
}
.border-chat {
	/*  border:1px solid #a73236;*/
	margin: 0px;
}
.first-section {
	background-color: #a73236;
	border-radius: 9px 9px 0px 0px;
}
.first-section p {
	color: #fff;
	margin: 0px;
	padding: 10px 0px;
}
.first-section p:hover {
	color: #fff;
	cursor: pointer;
}
.right-first-section {
	text-align: right;
}
.right-first-section i {
	color: #fff;
	font-size: 15px;
	padding: 12px 3px;
}
.right-first-section i:hover {
	color: #fff;
}
.chat-section ul li {
	list-style: none;
	margin-top: 10px;
	position: relative;
}
.chat-section {
	overflow-y: scroll;
	height: 300px;
}
.chat-section ul {
	padding: 0px;
}
.left-chat img, .right-chat img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 10px;
}
.right-chat img {
	float: right;
}
.second-section {
	padding: 0px;
	margin: 0px;
	background-color: #F3F3F3;
	height: 300px;
}
.left-chat, .right-chat {
	overflow: hidden;
}
.left-chat p, .right-chat p {
	background-color: #964B4B;
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	float: left;
	width: 90%;
	margin-bottom: 8px;
}
.left-chat span, .right-chat span {
	position: absolute;
	left: 70px;
	top: 60px;
	color: #B7BCC5;
}
.right-chat span {
	left: 45px;
}
.right-chat p {
	float: right;
	background-color: #CCC;
	color: #000;
}
.third-section {
	border-top: 1px solid #EEEEEE;
}
.text-bar input {
	width: 92%;
	margin-left: -15px;
	padding: 10px 10px;
	border: 1px solid #fff;
}
.text-bar a i {
	background-color: #a73236;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 7px 0px;
	border-radius: 50%;
	text-align: center;
}
.left-chat:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 55px;
	bottom: 150px;
	border: 15px solid transparent;
}
.right-chat:before {
	content: " ";
	position: absolute;
	top: 0px;
	right: 55px;
	bottom: 150px;
	border: 15px solid transparent;
}

.btnwhatsapp {
	position: fixed;
	top: 300px;
	left: 0;
	z-index: 99999;
	text-align: center;
	padding: 7px;
}
#slideout {
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	position: fixed;
	width: 220px;
	height: 210px;
	top: 15%;
	left: -220px;
}
#clickme {
	position: relative;
	float: right;
	top: -126px;
	left: 96px;
	height: 32px;
	width: 160px;
	background-color: #5cb85c;
	text-align: center;
	color: #fff;
	font-size: 17px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
#slidecontent {
	width: 100%;
	float: left;
}