.modelBackground {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1032;
  left: 0;
  top: 0;
  overflow-y: scroll;
  display: none;
  padding-bottom: 30px;
}

.modelBackground .container {
  background-color: #fff;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 100px;
}

.modelBackground .container .col-md-8 {
  padding-top: 20px;
}

.modelBackground_header {
  background-color: var(--main-orange);
  color: #fff;
  text-align: center;
}

.card_1 {
  display: none;
}
