/*codepan css*/
body {
  background:#FFFFF;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;

}
h2 {
  color: #282F35;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0;
text-align:left
}
.list-text p {
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  background-color:white;
padding:20px;
    margin-block-start: 0em;
    margin-block-end: 0em;

}
.main {
  max-width: 640px;
  margin: 0 auto;
}
.list {
  margin: 30px 0;
  overflow: hidden;
  padding: 5px 0px;
  width:100%;
}
.faq-heading h1{
	margin-top:40px;
}
.list li {
  list-style-type: none;
  padding: 0;
}
.list-heading {
 background: #DBDFDF;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 22px 28px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 68px;
    position: relative;
}


.list-heading:before {
  background: #1a2749;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.list-heading:after {
  background:#1a2749 ;
  content: '';
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.list-heading.active:before {
  transform: rotate(0deg);
}
.list-heading.active h2, .list-heading:focus h2 {
  position: relative;
  color:#1a2749;
}
  .list-text {
  display: none;
  overflow: hidden;
  border-left: 3px solid #DBDFDF;
    border-right: 3px solid #DBDFDF;
    border-bottom: 3px solid #DBDFDF;
}


.list-text ul li{
	list-style-type:circle;
}

.list-heading h2{
	font-size:18px;
	
	    padding-right: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
}

