.clear
{
	clear:both;
}
a
{
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	
}
/*button */
.whatsapp_chat-wrapper a
{
	padding: 15px 21px;
	display: flex;
    align-items: center;
    height: auto;
    white-space: nowrap;
    line-height: 100%;
    border-radius: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
	justify-content: center;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    background: #4ced69;
	transition: box-shadow 80ms ease-out,width .4s ease .2s;
	-moz-transition: box-shadow 80ms ease-out,width .4s ease .2s;
	-webkit-transition: box-shadow 80ms ease-out,width .4s ease .2s;
    color: #ffffff;
    text-decoration: none;
    font-size: 14.5px;
    text-transform: uppercase;
    letter-spacing: 0;
	z-index: 999;
	text-decoration:none;
}
html body .whatsapp_chat-wrapper a i
{
    font-size: 24px;
    margin-right: 5px;
}
/*popup style*/
a:hover
{
    text-decoration: none;
}
.show_whatsapp
{
	 position: fixed;
    bottom: 135px;
    right: 20px;
	z-index: 999;
    background: #ffffff;
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
	-webkit-box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
	-moz-box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
    transform: translateY(50px) scale(0.9);
	-webkit-transform: translateY(50px) scale(0.9);
	-moz-transform: translateY(50px) scale(0.9);
    background: #ffffff;
    transition: all .3s;
}
.show_whatsapp:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 22px;
    width: 13px;
    height: 13px;
    background: #f3f3f3;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    z-index: -1;
    border: 1px solid #f5f5f5;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
}
.show_whatsapp .whatsapp-title-wrapper
{
    background: #4ced69;
    padding: 15px 40px 15px 20px;
    border-radius: 6px 6px 0 0;
	position: relative;
	cursor:pointer;
}
.show_whatsapp .whatsapp-title-wrapper p {
    margin: 0;
    color: #ffffff;
    text-align: justify;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
	padding-bottom: 5px;
}

.show_whatsapp .whatsapp-title-wrapper a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}
.show_whatsapp .whatsapp-title-wrapper .close_button
{
   display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 14px;
    right: 7px;
    transition: opacity .3s;
    z-index: 999;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	
}
.show_whatsapp .whatsapp-title-wrapper .close_button:hover
{
	color:#ffffff;
}
.show_whatsapp .whatsapp-title-wrapper .close_button i
{
	font-size:18px;
}
.show_whatsapp .users_chat_wrapper
{
   padding: 0px;
   background:#f3f3f3;
}
.show_whatsapp .users_chat_wrapper .users_chat-section-online
{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	background: #fff;
    border: 1px solid #ebe9e9;
}

.show_whatsapp .users_chat_wrapper .users_chat-section-offline
{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	background: blur;
    border: 1px solid #ebe9e9;
}
.show_whatsapp .users_chat_wrapper .users_chat-section-online:hover
{
    border-bottom: 1px solid transparent;
}

.show_whatsapp .users_chat_wrapper .users_chat-section-online img,.show_whatsapp .users_chat_wrapper .users_chat-section-offline img
{
	padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    max-width: 80px;
    vertical-align: top;
    border-radius: 50px;
}

.show_whatsapp .users_chat_wrapper .users_chat-section-offline .offline:after {
    content: '';
    display: block;
	width: 16px;
    height: 16px;
    position: absolute;
    bottom: 7px;
    right: 12px;
    background: transparent url(./images/offline.png) center center no-repeat;
    background-size: cover;
    z-index: 4;
}

.show_whatsapp .users_chat_wrapper .users_chat-section-online .online:after {
    content: '';
    display: block;
	width: 16px;
    height: 16px;
    position: absolute;
    bottom: 7px;
    right: 12px;
    background: transparent url(./images/online.png) center center no-repeat;
    background-size: cover;
    z-index: 4;
}
.show_whatsapp .users_chat_wrapper .users_chat-section-online .online
{
    position: relative;
	float: left;
    width:25%;
}

.show_whatsapp .users_chat_wrapper .users_chat-section-offline .offline{
	position: relative;
	float: left;
    width:25%;
}
.show_whatsapp .right_users_chat-section .user-info span.user-title
{
    font-size: 14px;
    line-height: 26px;
    display: block;
    color: #897777;
	text-transform: capitalize;
}
.show_whatsapp .right_users_chat-section
{
	width:75%;
	float: left;
    padding-left: 10px;
	text-decoration: none;

}
.show_whatsapp .right_users_chat-section span.urer-name
{
    display: block;
    font-weight: bold;
    color: #000000;
    font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;

}


/* demo1 */

.whatsapp_chat-wrapper.whatsapp_chat-wrapper_demo1 a {
    padding: 15px;
    border-radius: 100%;
}

.whatsapp_chat-wrapper.whatsapp_chat-wrapper_demo1 a i {
    font-size: 25px;
    margin-right: 0;
}