
#feedback {
  position: fixed;
  right: 0;
  top: -30px;
  max-height: 420px;
  margin-left: -3px;
  margin-bottom: -3px;
  z-index:99;
}

#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);
  background-color: #fff;
  margin-top: 177px;
padding:10px;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  width: 130px;
  height: 54px;
  /*background-color:#096AA0;*/
  background-color:#8C1400;
  margin-top: 180px;
  /*margin-right: -42px;*/
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
 
}

#feedback-tab:hover { background-color: #8C1400; }

#feedback-form textarea { resize: none; }

.title-quote{
margin-top:20px;
}
.services-option{
    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;
}










#feedback-1 {
position: fixed;
right: 0;
top: 32px;
max-height: 420px;
margin-left: -3px;
margin-bottom: -3px;

}

#feedback-form-1 {
  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);
  background-color: #fff;
  margin-top: 177px;
padding:10px;
}

#feedback-tab-1 {
  float: right;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  width: 130px;
  height: 54px;
  /*background-color:#096AA0;*/
  background-color:#8C1400;
  margin-top: 180px;
  //margin-right: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
 
}

#feedback-tab-1:hover { background-color: #8C1400; }

#feedback-form-1 textarea { resize: none; }

.title-quote{
margin-top:20px;
}
.services-option{
    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;
}

@media (max-width: 767px)

#feedback-1 {
    z-index:9999 !important;
}
}