.chatpop_clr{
	clear:both;	
}
.chatpop_box{
	display:none;	
	text-align:left;
	background:#fff;
	border-radius:10px;
	box-shadow:2px 2px 5px #c1c1c1;
	padding:0px 20px 20px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
.chatpop_head{
    padding: 10px 20px;
    margin-left: -21px;
    margin-right: -21px;
	margin-top:-1px;
    border-radius: 10px 10px 0px 0px;	
	position:relative;
}
.chatpop_head img{
	float:left;
	max-height:50px;
	width:auto;
	margin-right:5px;
}
.chatpop_head .chatpop_close_small{
    display: inlin-block;
    position: absolute;
    top: 3px;
    right: 4px;
    background: #000;
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    width: 30px;
    color: #fff;
    text-align: center;
}
.chatpop_head h4{
	font-size:18px;	
	margin:0px;
	padding:0px;
	line-height:1.3;
	clear:none;
}
.chatpop_head p{
	margin:0px;
	font-size:14px;	
}
.chatpop_head:after{
	clear:both;
	height:1px;
	display:block;	
}

.chatpop_body{
	position:relative;	
	padding-bottom:50px;
}
.chatpop_chat{
	position:absolute;
	bottom:0px;
	left:-20px;
	padding:10px;
	border-top:1px solid #ccc;
	width:calc(100% + 20px);
	box-shadow:0px 1px 2px #ccc inset;
}
.chatpop_form{
	display:none;	
}
.chatpop_form .g-recaptcha {
    transform:scale(0.76);
    transform-origin:0 0;
}

.chatpop_offer, .chatpop_form{
	border:1px solid #ccc;
	border-radius:5px;
	padding:20px;	
	margin-top:10px;
}
.chatpop_offer p{
	margin:0px 0px 15px;	
}
.chatpop_btn{
	text-align:center;	
	margin:15px 0px 0px !important;
}
.chatpop_btn a {
	text-decoration:none;	
}
.chatpop_form textarea, .chatpop_form input{
	border:1px solid #ccc;
	background-image:none;	
	background-color:#fff;
	padding:10px;
	margin:0px;
	width:calc(100% - 20px);
	box-shadow:none;
}
.chatpop_form textarea{
	height:100px;	
}
.chatpop_btn button{
	border:0px none;
	line-height:36px;
	padding:0px 20px;
	border-radius:10px;		
	cursor:pointer;
	font-size:16px;
}
.chatpop_box.visible{
	display:block !important;	
}
.chatpop_icon{
	cursor: pointer;
    max-width: 40px;
}
.chatpop_icon img{
	width:auto;
	max-width:100%;
	height:auto;	
}