/* The Modal (background) */
.varModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modalContent {
  width: 100%;
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 20px;
}

.varModal .plan-getitnow .btn-ogradient {
  width: 50%;
}

.varModal .plan-getitnow {
  text-align-last: center;
}

#popup-eight-app .modalContent {
  width: 70%;
}

#popup-eight-app .modelBody {
  align-items: start;
  text-align: left;
}

#popup-ten-app .modalContent {
  width: 70%;
}

#popup-ten-app .modelBody {
  align-items: start;
  text-align: left;
}

.six-app-title {
  color: darkgray;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .modalContent {
    width: 100%;
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 20px;
  }

  .varModal .plan-getitnow .btn-ogradient {
    width: 100%;
  }

  #popup-ten-app .modalContent {
    width: 90%;
  }

  #popup-eight-app .modalContent {
    width: 90%;
  }
}

.modelBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0px;
  text-align: center;
}

/* The Close Button */
#close {
  color: #aaaaaa;
  float: left;
  font-size: 28px;
  font-weight: bold;
}

#close:hover,
#close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modelTitle {
  font-weight: bold;
}

.modelImg {
  width: 80px;
}