.faq-list {
    list-style: none;
    padding: 0;
}

.faq-list li {
    margin: 30px 0;
	border: 1px solid rgb(205, 205, 205);
	border-radius: 15px;
    padding: 18px 20px;
    margin: 0px auto 30px;
    text-align: left;
    width: 100%;
}


.faq-list .faq-heading::before {
    content: '+';
   font-size: 40px;
    display: block;
    position: absolute;
   right:0;
    top: -16px;
  color:#c2c2c2;
}

.faq-list .the-active .faq-heading::before {
    content: '-';
  
}

.faq-heading {
    position: relative;
    cursor: pointer;
    font-size: 18px;
  font-weight: 400;
  margin:0;
}

.faq-heading:hover {
    color: var(--theme-color);
}

.faq-text {
    display: none;
} 
.art-box svg {
  width:100%;
}
.read {
    color: rgb(100, 100, 100);
    font-size: 16px;
    line-height: 1.5;
    margin-top: 25px;
}

/* card */

.card{
    padding: 40px 40px 40px 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F4B03E;
    border-radius: 30px 30px 30px 30px;
	margin-top: 10px;
  }
  
  .card-title h4{
	color: #f4b03e;
  }
  .card p{
	font-size: 16px;
	min-height: 212px;
	text-align: justify;
	
  }
  
  .icon{ 
    background: #f4b03e;
    border-radius: 200px 200px 200px 30px;
    width: 110px;
    height: 110px; 
	margin-bottom: 5px;
  }
  .misson-icon{
	position: absolute;
    left: 58px;
    top: 63px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 35px;
	
  }

  .food{
	background-image: url('./icon/food_icon.svg');
}
.medical {
	  background-image: url('./icon/medical_icon.svg');
	  
	  
	}
	
	
	
	.transport {
	  background-image: url('./icon/transport_icon.svg');

  }

  /*  progress bar */

  /* footer section */

  .footer-main{
    padding-top: 90px;
}

.address-main > div.col-lg-4 {
    border-bottom: dotted 1px #999;
}
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}
.add-icon{
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}
.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
}
.add-icon img{
    width: 100%;
}
.address-box .add-icon img {
    max-width: 40px;
}
.add-content{
    padding-left: 70px;
}
.add-content h5 {
    font-size: 17px;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.add-content p {
    font-size: 13px;
    color: #999999;
    font-weight: 300;
}
.add-content p a{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    word-wrap: break-word;
}
.add-content p a:hover{
    color: #ffb32d;
}
.footer-main{
    padding-top: 90px;
}

.address-main > div.col-lg-4 {
    border-bottom: dotted 1px #999;
}
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}
.add-icon{
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}
.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
    border-radius: 13px;
}
.add-icon img{
    width: 100%;
}
.address-box .add-icon img {
    max-width: 40px;
}
.add-content{
    padding-left: 70px;
}
.add-content h5 {
    font-size: 17px;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.add-content p {
    font-size: 13px;
    color: #999999;
    font-weight: 300;
}
.add-content p a{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    word-wrap: break-word;
}
.add-content p a:hover{
    color: #ffb32d;
}