.content-dropdown {
  margin: 0;
  padding: 0;
}

.content-dropdown {
  font-family: 'roboto', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 1.6em;
}

#container ul,
li {
  list-style: none;
}

#container {
  width: 100%;
 
  overflow: auto;
}

.ah1 {
  text-align: center;
  margin-bottom: 20px;
}

.titlee {
  height: 58px;
  background: #6bb170;
  color: white;
  text-align: center;
  padding-top: 13px;
}
.faq{
  padding-left: 0rem;
}

.faq li {
  padding: 20px;
}

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 120%;
  border: 1px #ddd solid;
 
  cursor: pointer;
  margin-top: 15px;
}

.faq li.a {
  background: #d63b3b;
  display: none;
  text-align: justify;
  color: #fff;
}

.faq li.q i {
  float: right;
  transition: transform 0.3s ease-in-out;
}

.faq li.q.rotate i::before {
  content: "\f068";
  /* Cross icon */
}

.faq li.q i::before {
  content: "\f067";
  /* Plus icon */
}

@media (max-width:800px) {
  #container {
    width: 90%;
  }
}