/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/


/*Responsive CSS*/
.headings {
	text-align:center;
}

* {
  margin: 0;
  padding: 0;
}

#container ul, li { list-style: none; }


.faq li { padding: 20px; }

.faq li.q {
  background: #f2f2f2;
  
  font-size: 16px;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}

.faq li.a {
  background: #65d692;
  font-size: 16px;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:480px) {
* {
 
}
