.login-form-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  width: 450px;
  height: 400px;
}
.login-right-section {
  height: 100%;
}

.package-card {
  border-color: #003473;
  border: 1px solid;  
  border-radius: 0px;
}

.signup-footer {
}

.border-container {
  border: 1px solid #a1a3a5;
  border-radius: 6px;
  padding: 37px;
    padding-top: 42px;
    line-height: 1;
}

/*Checkout Page Style*/

  .price-container{
    display:block;
    width:fit-content;
    margin:auto;
  }
  .badge-save {
    font-size: 12px;
    background-color: #38a250;
    color: white;
    border-radius: 24px;
    padding: 5px 10px;
    font-weight: 600;
    margin-bottom: 0px;
    width: fit-content;
    display:block;
    transition: opacity .2s;
  }
  .participants-input{
      border: none; 
    outline: none; 
    padding: 5px 0; 
    margin: 10px 0;
    width: 34px;
    background-color: white;
    font-weight: 700;
  }
  .participants-input:focus{
    border-bottom: 2px solid #000;
  }
  .slider-container {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #d7e2ec;
    border-radius: 5px;
  cursor:pointer;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
  margin-top: 15px;
  }
  .slider-container:hover{
    opacity: 1;
  }
  .slider-thumb {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #EC5E5E;
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    top: 50%;
  cursor:pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 2px 8px;
  }
  .slider-track {
    position: absolute;
    background-color: #18174F; /* Your desired color */
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1; /* Ensure it's behind the thumb */
  }

  .slider-thumb {
    /* ... your existing styles ... */
    z-index: 2; /* Ensure the thumb is above the track */
  }

  .slider-labels {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .slider-labels li{
    width:35px;
    cursor:pointer;
    padding-left: 0;
  }
  
  .checkout-btn {
    background-color: #18174F;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 77px;
    margin: auto;
  }
  .participants-num{
  margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
   }
   /*Checkout Page Style Ends*/

@media only screen and (min-width: 992px) {
  .lgnform-dv {
    margin-left: 10%;
    width: 100%;
  }  
}

@media only screen and (max-width: 760px) {
  .signup-footer {
    position: relative;
    bottom: 10px;
  }
  

}


.survey-question-card {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 7px;
}

.text-question-container {
  margin-top: 10px;
  padding: 20px; 
}

.text-question-container.odd {
  background: #eef6ffa1;
}
.question-container {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: center;
}
.question-container.odd {
  background: #eef6ffa1;
  padding-top: 20px;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: center;
}

.question-radio, .question-checkbox {
  border: 0px;
  /* width: 100%; */
  height: 1.5em;
}

.wrap {
    text-align: center;
     margin: auto;
}
.center-block {
    display: inline-block;
}