.unlock_top {
  top: 0;
  left: 0;
  position: absolute;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 90%;
}
.unlock_heading {
  border-bottom: 3px solid gray;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 6px;
}
.overDue_head {
  font-size: 23px;
  font-weight: 700;
  margin-left: 26px;
}
.overDue_pro {
  margin-left: 10px !important;
}
.verDue_margin {
  height: auto;
  width: 48%;
}
@media (max-width: 1075.98px) {
  .verDue_margin {
    height: auto;
    width: 72%;
  }
  .overDue_head {
    font-size: 17px;
    font-weight: 700;
    margin-left: 26px;
  }
}
.Pro_heading {
  margin: 19px;
}
