.plan-card {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  width: 630px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.plan-title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #000;
}
.plan-list {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 15px;
}
.plan-list li {
  margin: 10px 0;
  font-size: 16px;
  color: #000;
}
.plan-list li i {
  color: green;
  margin-right: 8px;
}
.price-box {
  font-size: 22px;
  font-weight: bold;
  border-top: 2px solid #000;
  padding-top: 12px;
  margin-top: 15px;
}
.strikethrough {
  text-decoration: line-through;
  color: red;
  font-size: 18px;
  margin-right: 10px;
}
.checkbox-container {
  position: absolute;
  top: 15px;
  left: 15px;
  transform: scale(1.5);
}
.email-note {
  font-size: 14px;
  color: #333;
  background: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  margin: 20px auto;
  width: 52%;
  text-align: left;
}
.email-note p{ margin-bottom:5px;}
.email-note ul li{ margin-bottom:5px;}
.email-note ul{ margin: 12px 0 12px 30px;}
.email-note i {
  color: green;
  margin-right: 5px;
}
.email-note .warning {
  color: red;
  font-weight: bold;
}
.spe-input{ width: 52%;}
.dpstlbl 
{
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000000;
  margin-bottom: 0 !important;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 18px; padding:25px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.deposit-selector input:checked +.dpstlbl {
  -webkit-filter: none;
  -moz-filter: none; 
  filter: none;
  background-color: #ff8ecc;
  margin: 0;
  color: #000000 !important;
  border-radius: 8px;
}

.deposit-selector input:checked +.dpstlbl > .plan-title{ border-bottom: 2px solid #000;}
.dpst1, .dpst2, .dpst3, .dpst4, .dpst5 {
  background-color: #000000;
  transition: all 500ms ease-in;
}

.deposit-selector{width: 100%; height: 275px;}
.checkbox-container {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0;
  transform: scale(1.5);
}

@media only screen and (max-width: 600px) {
  .email-note { width: 100%;}
  .plan-card { width: 100%;}
  .deposit-selector { width: 100%; height: 350px;}
  .spe-input { width: 100%;}
}