
.four-inner-outter-div .four-outter-div{
  display:flex;
  flex-direction:column;
  margin: 0px 0px 25px;
}


.issue-div{
  position:relative;
   margin: 25px;
   padding:  0.5rem 1rem;
  display:flex
}

.mandatory_fields_warning{
display:none;
}

/*     input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    cursor: pointer;
    border-radius: 16px;
    height: 14px;
    margin-top: 10px;
    background: linear-gradient(to right, #024B98 0%, #024B98 0%, #ddd 0%, #ddd 100%);
} 

 input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 35px;
    height: 35px;
    background: white;
    border: 4px solid #024B98;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: white;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

input[type="range"]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: white;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
} */


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    height: 35px;
    cursor: pointer;
    border-radius: 16px;
    height: 26px;
    margin-top: 10px;
    background: linear-gradient(to right, #024B98 0%, #024B98 0%, white 0%, white 100%);
    position: relative;
    bottom: 5px;
}

 input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 35px;
    height:35px;
    background: white;
    border: 4px solid #024B98;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: white;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

input[type="range"]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: white;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.desired_amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    color: #024B98;
    width: 100%;
    overflow: overlay;
}

.amount {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    color: #024B98;
    float: inline-end
}
.amount-section{
  background-color:aliceblue;
  padding:30px;
  border-radius:20px;
  margin:10px;
}

.small_text {
  font-family: Allianz Neo;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: block !important;
  color: #05445E;

}

.input-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.input-box input[type=number] {
    width: 50%;
    height: 40px;
    padding: 3.95px 12.25px 0.95px 18.25px;
    border-radius: 33px;
    color: #024B98;
    border: none;
    margin-right: 12px;
    border: 1px solid #9AC2ED;
    font-size: 24px;
    font-weight: 700;
}

input:focus-visible {
    border: none;
    outline: none;
}

#heading {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #024B98;
}

fieldset:not(:first-of-type) {
    display: none
}

fieldset {
    position: relative;

}

#stepone .action-button {
    left: 38%;
}

.action-button {
    width: 123px;
    background: #024B98;
    height: 48px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: none;
    position: absolute;
    left: 50%;
}

.action-button-previous {
    width: 123px;
    background: #fff;
    height: 48px;
    border-radius: 40px;
    color: #024B98;
    font-size: 20px;
    font-weight: 700;
    left: 23.5%;
    border: 1px solid #9AC2ED;
    position: absolute;
}

.form-card {
    margin-bottom: 15%;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    margin: auto;
    background: transparent;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
}

#progressbar {
    text-align: center;
}

#progressbar li {
    list-style-type: none;
    font-weight: 400;
    border: 1px solid transparent;
    max-width: 10%;
    width: 100%;
    display: inline-block;
    text-align: justify;
    position: relative;
    margin: 6px;
    padding: 0px;
    position: relative;
}

li#personal,
li#account,
li#payment,
li#confirm {
    max-width: 128px;
    width: 100%;
}

#progressbar li:after {
    content: '';
    width: 107%;
    height: 6px;
    background: #fff;
    position: absolute;
    background:#024b98;
}

.four-inner-div input,
#inputFieldsContainer input {
    width: 242px;
}

fieldset {
    max-width: 550px;
    margin: auto;
    width: 100%;
    border: none;
}

#progressbar li:first-child:after {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#progressbar li:last-child:after {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.progress-bar,
#progressbar li.active:before,
#progressbar li.active:after {
    background: #75e6da;
}

.progress {
    height: 20px
}

.subheading {
    font-size: 24px;
    font-weight: 600;
    color: #05445E;
    text-align: center;
}

.pbox {
    background-color: white;
    border-radius: 12px;
    border: 1px solid #9AC2ED;
    margin: 10px;
    text-align: center;
    height: 110px;
    position: relative;
    margin: 8px 0px 20px;
    padding: 0;
}

.pbox p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-bottom:11px;
}

.pbox img {
    margin-bottom: 12px;
}

.sec-outter-div {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;

}

.sec-outter-div input,
.four-inner-div input,
select,
#inputFieldsContainer input {
    border-radius: 8px;
    border: 1px solid #9AC2ED;
    padding: 10px 0px 10px 17px;
    background: #fff;
}

select {
    color: #024B98;
    width: 242px;
}

select:focus-visible,
input:focus-visible {
    outline: none;
}

.three-outter-div {
    background-color: #fff;
    border: 1px solid #9AC2ED;
    max-width: 478px;
    min-height: 120px;
    padding: 20px;
    border-radius: 12px;
    margin: 13px;
}

.checkbox-container {
    display: none;
    margin-top: 10px;
}

.checkbox-container label {
    background-color: #fff;
    border: 1px solid #9AC2ED;
    max-width: 478px;
    height: 50px;
    padding: 12px;
    border-radius: 12px;
    margin: 13px;
}

.four-outter-div {
    display: flex;
    margin: 0px 0px 25px;
    padding:  0rem
}

.four-inner-div {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.step-one-row-two {
    justify-content: center;
    display: flex;
}

.btn-div {
    margin: 30px auto;
    width: 10%;
}

.legal-info-div {
    display: flex !important;
    margin: 25px;
    padding: 0.5rem 1rem;
    position: relative;
}

.textlable {
    color: #333333;
    font-family: Allianz Neo;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-left:40px
}

.align-image {
    padding: 30px 0px 0px;
}

.pbox .checkbox:checked ~ .align-image {
    background-color: #75E6DA;
    border-radius: 12px;
}

.pbox .checkbox {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.btn-three.active {
    background-color: #75E6DA;
    color: #024B98;
}

.btn-three {
    height: 40px;
    border-radius: 40px;
    border: none;
    background-color: #05445E;
    color: #FFFFFF;
}

.checkbox-container label {
    display: block;
    margin-bottom: 5px;
}

.checkbox-container input.input-field,
.alimonyfield {
    border-radius: 8px;
    border: 1px solid #9AC2ED !important;
    padding: 10px 0px 10px 17px;
    max-width: 390px;
}

.textinputfield {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}


#confirmation {
    margin:0px 5px;
    position:absolute;
/*     top:10%; */
    transform: scale(1.5);
}

#inputFieldsContainer {
    margin: 25px;
}

#inputFieldsContainer input {
    margin: 0px 0px 20px 15px;
}

.popup {
    display: none;
    left: 2%;
    position: absolute;
    top: 45%;
    color: red;
    z-index: 9999;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.disabled-field {
 background-color: #e3e3e3 !important;
}


  @media screen and (max-width: 460px) {
         .desired_amount {
            display: grid;
        }
    }


@media only screen and (max-width: 768px) {
    input[type="range"] {
          width: 100%;
          margin-top: 13px;
          margin-bottom: 13px;
    }

    .input-box {
          display: block;
    }

    .input-box input[type=number] {
        width: 100%;
    }
    .small_text {
      line-height: 27px;
      margin-top: 1rem;
    }
    .step-one-row-two {
      display: grid;
      justify-content: normal;
    }
    .col-3{
      width:100%;
    }

}


@media (max-width: 768px) {
/*     .dnd-section {
        padding: 25px;
        margin-bottom: 70px;
    }
 */
    #progressbar li {
        width: 14%;
    }

    #progressbar li:after {
        width: 131%;
    }
}

@media (max-width: 768px) {

    .action-button,
    .action-button-previous {
        height: 48px;
        border-radius: 40px;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        top: calc(100% + -20px);
        /* Position the buttons below the form */
        transform: translateX(0%);
        /* Center horizontally */
    }

/*     #stepone .action-button {
        left: 51%;
    } */
}

.hear_about {
    width: 100%;
}

select#hear_about_us {
    width: 100%;
    max-width: 540px;
}

@media (max-width: 500px) {

/*     .action-button,
    .action-button-previous {
        height: 40px;
        width: 90px;
    } */

    .action-button-previous {
        left: 17%;
    }

/*     .dnd-section {
        padding: 0px;
    }
 */
    .checkbox-container label {
        min-width: 278px;
    }

    .four-outter-div {
        display: block;
        margin: 10px 20px;
    }
}

@media (max-width: 620px) {
    .four-outter-div {
        display: block;
        margin: 10px 20px;
    }

    .four-inner-div input, .sec-outter-div input, select {
        width: 100%;
        margin-bottom: 25px;
    }
    .four-inner-outter-div .four-outter-div{
        display: block;
        margin: 10px 20px;
    }
}
@media (max-width: 410px) {

    .action-button,
    .action-button-previous {
        height: 41px;
        width: 85px;
        font-size: 16px;
        top: calc(100% + -20px);
        transform: translateX(10%);
    }
  #stepone .action-button {
    left: 35%;
  }
}

@media (max-width: 510px) {

  #stepone .action-button {
    left: 36%;
}