footer h4 {
margin: 1em 0 1em 0;
font-size: 1.4em;
color: #a8c886;
}
footer a {
color: #fff;
}
footer a:hover {
color: #ddd;
}
h1 {
  font-size: 16px;
}

.circleImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
}



.heading-title {
  display: block;
}
.heading-title:after {
  content: "";
  width: 30px;
  height: 4px;
  background: #eaeaea;
  display: block;
  margin-top: 10px;
}


.me-list menu,
ol,
ul {
    padding: 0;
}
.me-list dd {
    margin: 0;
}
.me-list li {
    list-style-type: none;
   } 
 .me-list li a {
    display: block;
    width: 100%;
    padding: 11px;
    margin: 5px auto 10px 0;
    background: white;
    border-radius: 5px;
    text-decoration: none;
   color: #fff;
  background-color: #ff4081;
    font-weight: bold;
    font-style: italic;
  }
 .me-list li a:hover {
   color: #fff;
   background-color: #9bca3e;
  }

.button-feedback{
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   left:25%;
   max-width: 300px;
   top:55px;
   display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.2em;
line-height: 1.42857143;
border-radius: 4px;
  color: #fff;
  background-color: #ff4081;
}
.button-feedback:hover {
  color: #fff;
background-color: #9bca3e;
}
 
 @media (min-width: 500px) and (max-width: 600px) {
.button-feedback{
  display: none;
}
      }

.button-feedback-side{
  border: none;
 position: relative;
   display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.2em;
line-height: 1.42857143;
border-radius: 4px;
  color: #fff;
  background-color: #ff4081;
}
.button-feedback-other:hover {
  color: #fff;
background-color: #9bca3e;
}

 @media (min-width: 500px) and (max-width: 600px) {
      .button-feedback-side{
  display: none;
}
      }


.button-feedback-form{
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   right:7%;
   max-width: 300px;
   top:55px;
   display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.2em;
line-height: 1.42857143;
border-radius: 4px;
  color: #333;
  background-color: #ffc107;
}
.button-feedback-form:hover {
  color: #fff;
background-color: #9bca3e;
}
 

 @media (min-width: 500px) and (max-width: 600px) {
      .button-feedback-form{
  display: none;
}
      }

.button-feedback-other{
  display: inline-block;
  z-index: 11111;
  border: none;
   position: fixed;
   margin-left:-100px;
   right:11%;
   max-width: 300px;
bottom:50px;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
  color: #000;
background-color: #fff;
}
.button-feedback-other:hover {
    color: #fff;
  background-color: #000;

}
