/* start section terms */
body {
    background-color: #F4F4F4;
    font-family: 'Cairo', sans-serif;
}

.section-contact {
    margin: 50px 0;
    background-color: white;
    padding: 30px 0;
}


.arrow-page a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  text-decoration: none;
  color: #36458f;
  margin-bottom: 30px;
}

.arrow-page a p{
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-page a:hover {
  color: #4659b8;
}

.arrow-page a:hover i{
  color: #4659b8;
}

.arrow-page i {
  font-size: 40px;
  color: #36458f;
  margin-bottom: -2px;
  margin-left: 10px;
}
  
  .enwan-page h5 {
    margin-bottom: 15px;
  }


  .twasal-m3na-all {
      /* background-color: red; */
      width: 100%;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .twasal-m3na {
      /* background-color: black; */
      width: 500px;
      text-align: center;
      color:#36458f ;
  }

  .twasal-m3na h2 {
      margin-bottom: 30px;
  }

  .twasal-m3na select {
      width: 100%;
      border-radius: 10px;
      padding: 5px;
      border: 1px solid #36458f;
      outline: none;
  }
/* end section terms */