.cfirst-widget-button{
	position: fixed;
	border-radius: 5px 5px 0 0;
	background:#2A98B2 url('question.png') center right 20px no-repeat;
	background-size: 14px auto;
	width:250px;
	height: 60px;
	right:30px;
	bottom:0;
	cursor:pointer;
	color: #FFFFFF;
	font-size: 16px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.cfirst-widget-button a {
	text-decoration: none;
	padding: 8px 0 10px 20px;
	display: block;
	color: #FFFFFF;
}

.cfirst-widget-button span {
	font-size: 14px;
	color: #EEEEEE;
	display: block;
}

.cfirst-widget-form{
	position: fixed;
	display: none;
	bottom:75px;
	width:300px;
	background-color: #FFF;
	padding:20px;
	box-sizing: border-box;
	right:30px;
	border-radius: 5px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	border: 1px solid #DDDDDD;
	z-index: 9999;

}


.cfirst-widget-button.cfirst-widget-open{
	background-color:#007D99;
}

.cfirst-widget-form label {
	display: block;
	margin-bottom: 5px;
}

.cfirst-widget-form label span {
	color: #990000;
}

.cfirst-widget-form input,
.cfirst-widget-form textarea{
	box-sizing: border-box;
	display: inline-block;
	width:100%;
	margin-bottom: 20px;
	padding: 6px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	font-family: Helvetica, Arial, Sans-serif;
	color: #333333;
	font-size: 14px;
}

.cfirst-widget-form textarea{
	height:100px;
}

.cfirst-widget-form .cfirst-widget-submit-button{
	display: inline-block;
	width:100%;
	box-sizing: border-box;
	padding:8px 0 6px;
	color:#FFF;
	background-color: #692E87; 
	text-align:center;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}

.cfirst-widget-response{
	position: relative;
	width:100%;
	margin-bottom: 20px;
	color:#FFF;
	background-color: #007D99;
	padding:10px;
	display: none;
	box-sizing: border-box;
	border-radius: 3px;
}

.cfirst-widget-success {
	position: relative;
	width:100%;
	color:#3C763D;
	background-color: #DFF0D8;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
}

#cfirst-widget-telephone-2,
.h-row{
	display: none;
}

.popup #cfirst-widget-message{
	border: 1px solid #DDDDDD;
	padding: 5px 7px 7px;
	width: 100%;
    box-sizing: border-box;
    height:150px;
}

.popup .cfirst-widget-popup-submit-button{
	display: inline-block;
	width:100%;
	box-sizing: border-box;
	padding:6px 0 8px;
	color:#FFF;
	background-color: #692E87; 
	text-align:center;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;	
}


#cfirst_widget_send_enquiry h2 {
	margin-top: 0;
}

#cfirst_widget_send_enquiry .form-group {
	margin-bottom: 15px;
}

#cfirst_widget_send_enquiry .form-group label {
	display: block;
	margin-bottom: 5px;
}

#cfirst_widget_send_enquiry .form-group input,
#cfirst_widget_send_enquiry .form-group textarea {
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 39.9375em) {

	.cfirst-widget-button {
		width: 55px;
	}
	
}