
   .form-container {
      max-width: 400px;
      margin: auto;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .form-container h2 {
      text-align: center;
      color: #007bff;
    }
    .form-group {
      margin-bottom: 15px;
    }
    .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
      color: #000;
    }
    .form-group input {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }
    .form-group input:focus {
      border-color: #007bff;
      outline: none;
    }
    .btn {
      width: 100%;
      padding: 10px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 18px;
      cursor: pointer;
    }
    .btn:hover {
      background-color: #0056b3;
    }



 h1 {
      color: #007bff;
    }
  .steps {
      max-width: 600px;
      margin: 0 auto;
      padding: 20px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 31px;
    }
    .step {
      padding: 15px 10px;
      margin: 10px 0;
      border-radius: 8px;
      font-size: 18px;
      font-weight: bold;
      color: white;
    }
    .step:nth-of-type(1) {
      background: #20B2AA;
    }
    .step:nth-of-type(2) {
      background: #007bff;
    }
    .step:nth-of-type(3) {
      background: #10790b;
    }
    
    .step:nth-of-type(4) {
    background: #86bffc;
    color: #000;

    }

    p {
      margin: 0 0 20px 0;
      color: #555;
    }
    
    .error {
    color: red;
}


.final-step {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.final-step-title {
  font-size: 22px;
  color: #007bff;
  margin-bottom: 10px;
}

.final-step-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.plan-summary {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.plan-summary p {
  margin: 5px 0;
}

.divider {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
}


    

.simblock {
    background-color: #fff;
    width: 97%;
    height: auto;
    margin: 0px auto;
    margin-top: 84px;
    border-radius: 16px;
    padding: 0px 24px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}


 .esim-container {
      max-width: 600px;
      margin: auto;
      background: white;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .esim-title {
      text-align: center;
      color: #007bff;
    }
    .esim-paragraph {
      line-height: 1.6;
      margin-bottom: 15px;
    }
    .esim-highlight {
      font-weight: bold;
      color: #000;
    }
    .esim-list {
      list-style: none;
      padding: 0;
       color: #000;
    }
    .esim-list-item {
      margin-bottom: 10px;
    }
    .esim-list-highlight {
      font-weight: bold;
      color: #28a745;
    }

.csim {
    color: #000;
    padding-top: 17px;
}

.logowrapper {
    text-align: center;
}
 .plans-container {
      max-width: 400px;
      margin: auto;
    }

.description {
    margin-bottom: 20px;
    color: #000;
    padding-top: 15px;
    line-height: 21px;
}
    .plan {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: border-color 0.3s;
    }
    .plan.selected {
      border-color: #007bff;
    }
    .plan-details {
      display: flex;
      flex-direction: column;
      color: #000;

    }
    
    
.leader {
    color: #000;
    display: block;
    margin-top: 14px;
    font-size: 27px;
    text-align: center;
}
    
.flowlogo {
    width: 55%;
    margin-top: 16px;
}

.plan-details span {
    font-size: 14px;
    color: #666;
    display: inline;
    background: #e5f4ff;
    padding: 4px;
    border-radius: 4px;
    font-weight: 800;
    margin-top: 11px;
}


    .price {
      font-weight: bold;
      font-size: 16px;
      color: #000;
    }
    .radio-button {
      width: 20px;
      height: 20px;
      border: 2px solid #ccc;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .radio-button.checked {
      border-color: #007bff;
    }
    .radio-button.checked::after {
      content: "";
      width: 10px;
      height: 10px;
      background: #007bff;
      border-radius: 50%;
    }
    

.txtbg{

  background-color:#fff;
  
  color:#000;
}

.container .wraplegal {
    display: table-cell;
    /* vertical-align: middle; */
    overflow: hidden;
    padding: 120px calc(8% + 15px);
}


.thank-you-container {
  text-align: center;
  font-family: Arial, sans-serif;
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.thank-you-title {
  color: #007bff;
  font-size: 28px;
  margin-bottom: 15px;
}

.thank-you-message {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

.next-steps-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.next-steps-list {
  text-align: left;
  font-size: 16px;
  color: #555;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
}

.next-steps-list li {
  margin-bottom: 15px;
  line-height: 1.6;
}

.next-steps-list strong {
  color: #333;
}

.support-note {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}

.support-note a {
  color: #007bff;
  text-decoration: none;
}

.support-note a:hover {
  text-decoration: underline;
}

.thank-you-footer {
  margin-top: 30px;
  font-size: 16px;
  color: #444;
}

.thank-you-container {
    color: #000;
}


.ehc {
    display: block;
    text-align: center;
}