@charset "utf-8";
/* CSS Document */

.accordion{  outline: none !important;
  border:none!important;
  text-decoration: none;
}

.card-header{  background-color:#fff;
  outline: none !important;
  border:none!important;
  text-decoration: none;
}

.card-body{
  margin-top: 1.5rem;
  padding: 0px;
	font-size: 14px;
	color: #212529;
	line-height: 18px;
  text-align:left;
background-color:#fff;
padding:20px;


  }
  
  .card-title{
    text-transform: uppercase;
    margin-top: 0.9rem;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #212529;
    line-height: 16px;
    text-align:left;
    outline: none !important;
    border:none!important;

    }
  


    @media (max-width: 575px) {
      #collapse {
        display: none;
      }
      #collapse.show {
        display: block;
      }
    }