.header-text{
  font-weight: bold;
  font-size: 35px;
  color: #024bd0;
  font-family: AraAl !important;
  margin: 50px !important;
  padding: 5  0px;
}

.data-content{
  margin:auto;
  margin-top: 20px;
  margin-bottom: 20px;

}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}
.input-icon{
  width: 20px;
  height: 34px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  border-bottom: 2px solid gray;
  border-top: 2px solid gray;
  border-right: 2px solid gray;
}

.icon-img{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.table-header{
  font-family: AraAl;
  position: absolute;
  padding: 20px;
  text-align: center;
  background: linear-gradient(to left, #3168cd 0%,#789bdd 100%);
  border-radius: 15px;
  /* width: 85%; */
  color: white;
  /* margin: 0px 50px; */
  left: 10%;
  right: 10%;
  top: 1050px;
  /* margin-bottom: -15px; */
}
.table-parag{
  font-family: AraAl;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  /* width: 85%; */
  color: black;
  left: 10%;
  right: 10%;
  top: 1002px;
}
.table-item-header
{
  font-family: AraAl;
  padding :10px 0 10px 0;
}
.table-item-body
{
  font-family: AraAl;
  padding :10px;
}


.tableitem{
  padding: 15px !important;
}
.table-body{
  width: 100%;
  /* margin: 10%; */
  left: 10%;
  right: 10%;
}

.selection {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 15px;
  font-size: 16px;
  background-color: white;
  /* background-image: url(assets/icons/Location 1.png); */
  background-size: 25px;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0px 30px;
  height: 49px;
}

/* table td {
  width: 30px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
} */

@media screen and (min-width:1025px){
  .elem-right{
    float: left;
    width: 60%;
  }
  .elem-left{
    float: right;
    width: 60%;
  }
  .table-content{
    margin: 50px auto;
    border: 3px solid gray;
    border-radius: 15px;
    width: 85%;
    display: block;
  }
  .pull-right {
    float: right!important;
  }
  .hayaa-part{
    width: 60%;
  }
  .pull-left {
    float: left!important;
  }
  .accordion{
    display: none;
  }
}

@media screen and (max-width:1000px){
  .elem-right{

    width: 100%;
  }
  .hayaa-part{
    width: 90%;
  }
  .elem-left{
    width: 100%;
  }
  .table-content{
    display: none;
  }
  .pull-right {
    float: none!important;
    text-align: center;
  }
  .pull-left {
    float: none!important;
    text-align: center;
  }
  .accordion{
    display: block;
  }
}

@font-face {

  font-family: AraAl;

  src: url('assets/fonts/Tajawal-Medium.ttf');
}
@font-face {

  font-family: EngAl;

  src: url('assets/fonts/BRLNSDB_0.TTF');
}
@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #FF4136;
  }
}