@charset "utf-8";
 .bullest-content ul, .clear, body, div, form {
     margin: 0;
     padding: 0 
}
 body {
     font-family: var(--font-family)!important;
     padding: 0!important;
     margin: 0;
     scroll-behavior: smooth;
     background-color: #f7f5f5!important;
}
 img {
     border: 0;
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6, li, p, ul {
     margin: 0;
     padding: 0;
     list-style-type: none 
}
 .clear {
     clear: both;
     line-height: 0;
     font-size: 0 
}
 button, input[type=button], input[type=email], input[type=search], input[type=submit], input[type=text], select, textarea {
     -webkit-appearance: none;
     -webkit-border-radius: 0 
}
 * {
     box-sizing: border-box;
     -moz-box-sizing: border-box;
     -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
     -webkit-box-sizing: border-box 
}
 , :after, :before {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box 
}
 :root {
     --font-family: "Inter", sans-serif;
     --heading-font:"Aleo", serif;
     --heading-color:#1c5d68;
     --background-color: #f5f5f5;
     --button-color: #e7672d;
     --white-color: #ffffff;
     --black-color: #000000;
     --orange-color:#e7672d;
}
header {
    background-color: #fff0ec;
    padding: 8px;
}
header .logo, header .no-svg .logo {
    width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.midile-sec{
    width: 100%;
    padding: 40px 0;
}
.container-custom{
    max-width: 500px;
    margin:0 auto;
}
.container-custom h1{
   font-family: var(--heading-font);
   color: var(--heading-color);
   font-size: 32px;
   font-weight: 700;
}
.progress {
    margin-top: 30px;
}
.progress {
    background-color: #ffffff;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar-success {
    background-color: #ff9215!important;
}

.commonStep h2{
    font-family: var(--heading-font);
   color: var(--heading-color);
   font-size: 22px;
   font-weight: 600;
}
.commonStep h3{
    font-family: var(--heading-font);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.commonStep input[type=checkbox], input[type=radio]{
  width: 20px;
  height: 20px;
  accent-color: #000; /* Indigo, works in modern browsers */
  cursor: pointer;
  margin-right: 8px;
}
.option-list {
    margin: 0;
    padding: 0;
}

.option-list li{
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 0px;
    background: #fff;
    border:1px solid #ccc;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 12px;
}
.continue-btn {
    background: #ff8600;
    padding: 15px 20px;
    box-shadow: 0px 3px 3px 2px #00000033;
    border-radius: 37px;
    display: block;
    margin: 25px 0 20px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border: none;
    width: 100%;
}
.sc-mYtaj {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
}
.slider-container {
      width: 300px;
      padding: 20px;
      background: white;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      margin: 0 auto 30px;
    }

    .slider-label {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #333;
    }

    .slider-value {
      font-size: 1.5rem;
      color: #ff9215;
      margin-top: 10px;
    }

    .slider-container input[type="range"] {
      -webkit-appearance: none;
      width: 100%;
      height: 8px;
      border-radius: 5px;
      background: linear-gradient(to right, #dcb07d, #ff9215);
      outline: none;
      transition: background 0.3s;
      cursor: pointer;
      /* border: 1px solid; */
    }

    .slider-container input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid #ff9215;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .slider-container input[type="range"]::-webkit-slider-thumb:hover {
      transform: scale(1.2);
    }

    .slider-container input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid #ff9215;
      cursor: pointer;
    }

     #content{
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#f4f2ee;
}
.loading-bar {
  width: 130px;
  height: 5px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotateY(0);
  transition: transform .3s ease-in
}
.blue-bar {
  height: 100%;
  width: 68px;
  position: absolute;
  transform: translate(-34px);
  background-color: #0a66c2;
  border-radius: 2px;
  animation: initial-loading 1.5s ease infinite
}
@keyframes initial-loading {
  0% {
    transform: translate(-34px)
  }

  50% {
    transform: translate(96px)
  }

  to {
    transform: translate(-34px)
  }
}
.Money-back-img{
  width: 25%;
}
.money-con{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.money-text{
  text-align: left;
    border-left: 2px solid #e0e0e0;
    padding-left: 10px;
    font-size: 16px;
}
.tex-left{
  text-align: left;
}








 
 @media screen and (max-width:896px) {

.container-custom{
  padding: 0 25px;
}


}



 @media screen and (max-width:767px) {
.container-custom h1{
  font-size: 24px;
}
    


}

 @media screen and (max-width:479px) {
.option-list li{
  font-size: 13px;
}
.tex-left {
    text-align: left;
    font-size: 14px;
}
.money-text {
    font-size: 13px;
}

}

@media screen and (max-width: 400px) {
    .option-list li {
        font-size: 11px;
        padding: 10px 10px;
    }
}