
#feedback {
     position: fixed;
    right: 0;
    top: 0;
    height: 370px;
   
    z-index: 9999;
    margin-top: 20%;
	
   
}

#feedback1 {
     position: fixed;
    right: 0;
    top: 0;
   /* height: 370px;*/
   
    z-index: 9999;
    margin-top: 9%;
	
   
}

.form-control {
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
textarea.form-control {
  height: auto;
}
@media screen and (max-width: 480px) {
    
#feedback {
     position: fixed;
    right: 0;
    top: 0;
    height: 370px;
   
    z-index: 9999;
    margin-top: 50%;
    margin-right: -39px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#feedback1 {
     position: fixed;
    right: 0;
    top: 0;
    height: 370px;
   
    z-index: 9999;
    margin-top: 50%;
    margin-right: -39px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}
#feedback-form {
  float: right;
  margin-right:5px;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 8px;
  padding-right: 8px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 37px;
      background-color: #0bb0f4;
    margin-top: 41px;
    margin-left: -36px;
	    margin-right: -36px;
  padding-top: 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*#feedback-tab:hover { background-color: rgba(0,0,0,0.4); }*/

#feedback-form textarea { resize: none; }

.btn-primary {
	display: inline-block;
padding: 6px 13px;
margin-bottom: 0;
font-size: 14px;
font-weight: 700;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
white-space: nowrap;
background-color: #0bb0f4;
color: #fff !important;


text-transform: uppercase;
}
.btn-primary:hover{
	background-color: #3071a9;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 23px 15px 15px 15px;
}

.form-group {
  margin-bottom: 15px;
}
