/*Global CSS*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, p, form, dd, dl, dt, label, fieldset, legend{margin:0;padding:0;list-style:none;font-weight:normal;}
body{font:12px/15px Arial, Helvetica, sans-serif;}
img, fieldset{border:0;}
a{text-decoration:none;color:#00C;}
a:hover{text-decoration:underline;}
input, select, textarea{outline:none; border:none;font:12px Arial, Helvetica, sans-serif;}
textarea{margin:0;}

/*FIXES UTILES*/
.dupfix{float:left;width:1px;height:0;line-height:0;visibility:hidden;}
ul, ol, dl{position:relative;}

/*CLEARFIX*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/*Content*/
.content{clear:both; width:100%; height:auto;}

/*Main Error Class*/
.mainError{padding:10px 0;font-weight:bold;color:#C00;}
.chat-now-wrapper{
	display:flex;
	flex-direction: column;
	margin: 15px 0;
}
.chat-now-wrapper > h3{
	font-weight: 700;
	font-size: 16px;
}
.chat-now-wrapper > p{
	margin: 10px 0;
}
.chat-now-wrapper > a{
	border-radius: 3px;
	width: 100px;
	height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight: 700;
	font-size: 10px;
	background-color: #7676ac;
	color:white;
	border:none;
	transition:0.2s;
	text-decoration:none;
}

.chat-now-wrapper > a:hover{
		background-color: #6565bc;
}


