* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 90%;
  margin: auto;
  overflow: hidden;
}

.heading {
  padding: 40px 0;
  color: #2694af;
  font-style: oblique;
  font-weight: bold;
}
.heading input {
  display: block;
  margin: auto;
  width: 150px;
  height: 40px;
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  background: #2694af;
  color: #fff;
  border-radius: 15px;
}

.Misbaha {
  padding-bottom: 60px;
}
.Misbaha .boxs {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.Misbaha .boxs .box {
  flex: 1 1 16rem;
  border: 2px solid #2694af;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.Misbaha .boxs .box h3 {
  background: #eee;
  padding: 10px;
  text-align: center;
  font-weight: 900;
  border-bottom: 1px solid #2694af;
  font-size: 25px;
}
.Misbaha .boxs .box input {
  display: block;
  margin: auto;
  border: none;
  width: 70px;
  height: 70px;
  background: #2694af;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.Misbaha .boxs .box i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 25px 0;
  color: #2694af;
  cursor: pointer;
}

::-moz-selection {
  background: #2694af;
  color: #fff;
}

::selection {
  background: #2694af;
  color: #fff;
}/*# sourceMappingURL=style.css.map */