.feedback_sec{
width:300px;
position:fixed;
z-index: 1000;
min-height:240px;
border:1px solid #c7c7c7;
background:#fff;
top: 250px;
right: -307px;
box-shadow:0 0 5px rgba(0,0,0,0.5);
-moz-border-radius:2px;
-webkit-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;}

.feedback_sec_inner h3{ /* font-family: 'robotomedium'; */
font-size:24px;
color:#FFF;
text-transform:uppercase;}

.feedback_top{ background:#01a650;
height:45px;}

.feedback_middle{ padding:0px 10px;
margin-top:60px;
margin-bottom:20px;
text-align:center;}


.feedback_top_heading{ float:left;
width:70%;
padding-top:8px;}
	
.feedback_sec_bot{
	position: absolute;
	left:-52px;
	cursor: pointer;
}
.feedback_sec_bot2{
	position: absolute;
	left:-52px;
	cursor: pointer;
	display: none;}


