
#accordion {
  clear: both;
  float: left;
  width: 100%;
}

#accordion section {
  text-align: left;
  width: 100%;
}

#accordion section h3 {
  font-size: 16px;
  cursor: pointer;
  border: 1px #6f6f6f solid;
  border-radius: 5px;
  background-color: #f7f7f7;
  padding: 5px 10px;
  color: #4c4b4b;
  border-radius: 50px;
}

#accordion section p {
  display: none;
  padding-left: 10px;
}

.fulljustify { text-align: justify; }

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

section h3 span {
  float: right;
  display: block;
  position: relative;
  top: 4px;
}

section h3 span img {
  margin-top: 2px;
  margin-right: 10px;
}

section h3 span img.open {
  float: right;
  position: absolute;
  clip: rect(0px,15px,7px,0px);
  right: 0px;
  margin-top: 9px;
}

section h3 span img.closed {
  float: right;
  position: absolute;
  clip: rect(8px,15px,15px,0px);
  right: 0px;
  margin-top: 2px;
}


.call-back
{width:100%;float:left;padding: 78px 0px 22px 0px;background:url(../images/call-back.png) center;}