

.form-heading {
  margin-bottom: 10px;
 font-weight:normal;
  color: #000;
  font-size:21px;
  	font-family: 'HelveticaLT-Light';
	margin-top:10px;
	margin-left:10px;
}
.form-sub-heading {
  color: #000;
  font-size: 15px;
  font-weight:normal;
  margin-left:10px;
  font-family: 'HelveticaLT-Light';
  border-bottom:1px solid #d2d2d2;
  padding-bottom:15px;
}

.right-side-form-input{
  color: #000;
  font-size: 15px;
  font-weight:normal;
  margin-left:10px;
  font-family: 'HelveticaLT-Light';
      border-radius: 0px;
	  max-width:268px;
	  border: 2px solid #9fd3f2;
	  height:40px;

}

#feedback {
  position: fixed;
  right:0px;
  bottom: 0;
  z-index:1000;
  height: 509px;
  margin-left: -3px;
  margin-bottom: 50px;
}

#feedback-form {
  float: right;
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  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: left;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 44px;
  height:170px;
 margin-top: 130px;
 
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
   transform: rotate(360deg);
}

#feedback-tab:hover { }

#feedback-form textarea { resize: none; }

.right-submit-form {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #2663a3;
  border-color: #2bc1f2;
  border: none;
  display: block;
  width:95%;
  margin-left:10px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor:pointer;
}
