#faq{width: 60%; margin: 0 auto;}
#faq .card {
  /* margin-bottom: 30px; */
  border: 0;
  border-radius: 0px;
}

#faq .card .card-header {
  border: 0;
  /*-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);*/
  border-radius: 2px;
  padding: 0;
}

#faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  /* background: #FFE472; */
  border-top: 1px solid #666;
  /*border-bottom: 1px solid;*/
  padding: 20px;
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  /*font-weight: 500;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#faq .card .card-header .btn-header-link:after {
  content: ""; 
  background: url(../images/icon_close.png);
  display: block;
  background-size: 20px;
  width: 20px;
  height: 20px;
  /* font-family: 'Font Awesome 5 Free'; */
  /* font-weight: 900; */
  /* float: right; */
}

#faq .card .card-header .btn-header-link.collapsed {
  /* background: #A541BB; */
  color: #000;
  /*border-bottom: 1px solid #000;*/
  /*border: 1px solid #ccc;*/
  /*border-top: 1px solid #666;*/
  border-radius: 0;display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  /* content: "+"; */
  background-image: url(../images/icon_open.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
}

#faq .card .card-header .btn-header-link_none {
  display: block;
  text-align: left;
  /* background: #FFE472; */
  /*border-top: 2px solid #000;*/
  border-bottom: 1px solid;
  padding: 20px;
  width: 100%;border-radius: 0;
  font-size: 15px;
  /*font-weight: 500;*/
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}

#faq .card .card-header .btn-header-link_download {
  display: block;
  text-align: left;
  /* background: #FFE472; */
  /*border-top: 2px solid #000;*/
  border-bottom: 2px solid #666;
  padding: 20px;
  width: 80%;
  border-radius: 0;
  margin: 0 auto;
  font-size: 15px;
  /*font-weight: 500;*/
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
}

#faq .card .card-header .btn-header-link_none_01 {
  display: block;
  text-align: left;
  /* background: #FFE472; */
  border-top: 1px solid #666;
  /*border-bottom: 1px solid;*/
  padding: 20px;
  width: 100%;border-radius: 0;
  font-size: 15px;
  /*font-weight: 500;*/
  align-items: center;
  justify-content: space-between;
}

#faq .card .collapsing {
  /*background: #FFE472;*/
  line-height: 30px;
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  /*background: #e5e5e5;*/
  line-height: 30px;
  color: #000;
}
a.open_btn {
  position:absolute;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  border-radius: 100px;
  background: #00b0f0;
  padding: 4px 5px;
  color: #fff;
  width: 80px;
  max-width: 80px;
  text-align: center;
  top:35px;
  right:53px;
}
a.open_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  text-decoration: none;
  color: #fff;
  background: #192e8c;
}
.card_subtitle{
    font-size: 20px;
    font-weight: 700;
    /* [disabled]padding-left: 15px; */
    padding-right: 15px;
	display: table-cell;
	color:#000000;
}
.card_subtitle_download{
    font-size: 20px;
    font-weight: 700;
    /* [disabled]padding-left: 15px; */
    padding-right: 15px;
	/*display: table-cell;*/
}
@media (max-width: 550px) {
	
#faq{width: 90%; margin: 0 auto;}

a.open_btn {
  position:absolute;
  display: inline-block;
  font-size: 10px;
  text-decoration: none;
  border-radius: 100px;
  background: #00b0f0;
  padding: 2px 0;
  color: #fff;
  width: 70px;
  max-width: 80px;
  text-align: center;
  top:22px;
  right:38px;
}
a.open_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  text-decoration: none;
  color: #fff;
  background: #192e8c;
}	
.card_subtitle{
    font-size: 16px;
}
#faq .card .card-header .btn-header-link_none_01 {
		display: flex;
}
#faq .card .card-header .text_lines{
		display: flex;
	}
	
}
