.container_feedback{ width:480px; margin:0px auto;background:#fff}
.header_top{ background-color:#1c81c1; font-size:18px; text-align:center; color:#FFF; text-transform:capitalize; padding:12px 0px}
.header_par{ text-align:center; font-size:12px; margin:10px auto; width:70%; line-height:20px;}
.form_box{ border-top:solid 1px #e5e5e5; padding:13px 30px}
.form_box_par{ font-size:13px; padding-bottom:5px; font-weight:600}
input[type="text"],select,textarea{ width:100%; margin-bottom:10px; padding:7px; border:solid 1px #cccccc}
.radi_1{ width:33%; font-size:13px; float:left; padding-bottom:10px}
.submit_feedback{ background:#ff7000; color:#FFF; text-transform:uppercase;width:100%; margin-bottom:10px;padding:7px; border:none; font-size:18px; font-weight:400; cursor:pointer}
.clear{ clear:both}
.num-text{ font-size:12px}
.ran_bar{ padding:0px 5px}
#feedback{
			position: fixed;
			top:2%;
			right:-480px;
			z-index:999;
		}
		#feedback form{

			border-radius:5px;
		}

		#feedback .av.pull_feedback_hide,#feedback .av.pull_feedback_show{
			background:#1c81c1;
			display: block;
			float: left;
			position: absolute;
			top:40%;
			right:479px;
			padding:5px 10px;
    transform: rotate(-90deg);
	    transform-origin: 100% 100% 0;
	font-size:14px !important;
	width:110px;
	color:#FFF;
	font-family:'Arial';
	font-weight:400
		}
		#feedback a:hover{
			background-position: center left;
		}
	.feedback_12{ right:0px !important}
@media only screen and (max-width:479px){
	.container_feedback{ width:100%}
	.form_box_par{ font-size:12px}
	.radi_1{ padding-bottom:0px; font-size:11px}
}
@media only screen and (max-width:389px){
#feedback .av.pull_feedback_hide{right:297px;}

}