* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: DroidKufi-Bold;
}

body {
  /*background-color: rgba(247,247,247,0.4);*/
    background-image: url(../../img/informationbloodimg/resul.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.header {
  display: flex;
  justify-content: space-between;
  background-color: #111;
}

a {
  text-decoration: none;
  color: #fff;
}

.name {
  padding: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: bolder;
  cursor: pointer;
}

.icon-bars {
  color: #fff;
  padding: 10px;
  font-size: 30px;
  cursor: pointer;
}

/****************************************************/
.cont {
  margin: 15px;
  margin-top: 10px;
}

.header-information{
  font-size: 30px;
  color: #000;
  font-weight: bolder;
  text-align: center;
  padding: 15px;
  border-bottom: solid 1px #000;
  margin: 0 15px;
}

ul {
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
}

ul li {
  padding: 5px;
}
/***********************/

.accordion {
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 22px;
  transition: 0.1s;
  direction: rtl;
  font-family: DroidKufi-Bold;
  background-color: rgba(4,57,94,.9); /* rgba(4,57,94,.8) */
  margin-top: 10px;
}

.active, .accordion:hover {
  background-color: #001F3F; /* 001F3F */
  color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  float: left;
}

.active:after {
  content: "\2212";
  color: #fff;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  direction: rtl;
  background-image: linear-gradient(#0A91AB, #065471); /* 0A91AB 065471 */
  color:#fff;
  font-family: DroidKufi-Bold;
}
/************************************/
/* background-image: radial-gradient(ellipse at top,#ECB365, #040303); */