.demorequest{
	background-color:#23313F;
	width:auto;
	display:none;
}
.demorequest .container{
	width:80%;
	margin:0 auto;
}
.requestbtn{
	background-color: #ed1c24;
    border:1px solid #ed1c24;
	border-radius:4px;
	color: #ffffff;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px;
    width: 100%;
}
.requestbtn:hover {
    background-color: #c9302c;
}
.demorequest .container .heading_style {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    padding: 15px 0;
}
.demorequest .wpcf7-validation-errors{
	color:#f00;
}
.demorequest .container .heading_style a{
    background: #18222C none repeat scroll 0 0;
    border-radius: 35px;
    color: #666566;
    float: right;
    font-size: 20px;
    height: 35px;
    padding-left: 13px;
    padding-top: 5px;
    width: 35px;
}
.demorequest .container #comments{
	min-height: 140px;
}