.head{
    text-align: center;
    background-image: url('assets/imgs/background.png') ;
    background-repeat: no-repeat;  
    background-size:100% 100%;
    background-position: center; 
    min-height: 1000px;
}

.header-text{
    font-weight: bold;
    font-size: 35px;
    color: #024bd0;
    font-family: AraAl !important;
    padding-top: 5%;
    margin: 0 !important;
    padding-bottom: 5%;
  }
  .border-right {
    border-right: 3px solid #024bd0;
}
.border-right:after{
    content: "";
	width: 10px;
	height: 10px;
	background: #30353b;
	border-radius: 5px;
	position: absolute;
	top: -6px;
}


  @font-face {

    font-family: AraAl;
    
    src: url('assets/fonts/Tajawal-Medium.ttf');
  }
  @media screen and (min-width:1025px){
  .nonactive-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 50% !important ;
    overflow: hidden;
    white-space:normal;
    margin: 20px auto;
    background-color: white;
    border-radius: 15px;

    /* border-right: 10px solid #024bd0; */
  }
  .active-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 50% !important ;
     overflow: hidden;
     white-space:normal;
     margin: 20px auto;
    background-color: #ffffff;
    border-right: 10px solid #024bd0;
    border-radius: 15px;
  }
}
@media screen and (max-width:1000px){
  .nonactive-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 80% !important ;
     overflow: hidden;
     white-space:normal;
     margin: 20px auto;
    background-color: white;
    border-radius: 15px;

    /* border-right: 10px solid #024bd0; */
  }
  .active-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 80% !important ;
     overflow: hidden;
     white-space:normal;
     margin: 20px auto;
    background-color: #ffffff;
    border-right: 10px solid #024bd0;
    border-radius: 15px;
  }
}

.nonactive-card:hover {
  background-color: #e1e1e1;
  border-right: 10px solid #024bd0;
  border-radius: 15px;
}

  .active-card-header{
      font-family: AraAl;
      color: #024bd0;
      text-align: start;
    padding-right: 5%;
  }
  .active-card-parg{
    word-wrap:break-word;
    float: none !important;
    width: 100%;
    color: #9e9fa0;
    display: inline;
  }
  .active-card-icon{
      width: 20px;
      height: 20px;
      display: inline-block;
  }
  .ques-content{
      margin-top: 10%;
      margin-bottom: 10%;
  }


  
.nonactive-card-parg{
  word-wrap:break-word;
  float: none !important;
  width: 100%;
  color: #9e9fa0;
  display: none;
}
.nonactive-card-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}
  
  /* -------------------------------------------------------- */

  * {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li div {
  width: 50%;
  float: left;
  padding: 15px;
  text-align: center;
  background: transparent;
}

.first {
  border-right: 2px solid #024bd0;
  position: relative;
  
}

.first::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #024bd0;
    background: #024bd0;
}
@media screen and (max-width:1000px){
.arrow-col{
  text-align: center;
  display: inline-block;
  width: 15%;
  float: left;
  /* padding-left: 26px; */
  margin-left: 15px;
  margin-top: 5px;
}
.nonactive-card-header{
  font-family: AraAl;
  color: gray;
  text-align: start;
  padding-right: 5%;
}

}

@media screen and (min-width:1025px){
  .arrow-col{
    text-align: center;
}
.nonactive-card-header{
  font-family: AraAl;
  color: gray;
  text-align: start;
  width: 85%;
  padding-right: 5%;
}
}
