.form-wrap{
    /* background-color: #111111; */
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    padding: 0%;
}
.form-container{
    max-width: 750px;
    width: 100%;
    padding: 20px;
    /* background-color: #262726; */

}


.main-divider-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-line{
    width: 70px;
    height: 9px !important;
    border-radius: 10px;
    background-color: #C2DDDA;
}
.form-title{
    /* background-color: #ff1046; */
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
}

.progress-bar1 {
    margin: 25px 0;
    padding: 0;
    overflow: hidden;
    counter-reset: step;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.progress-bar1 li{
    list-style-type: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: gray;
}
.progress-bar1 li::before{
    position: relative;
    z-index: 2;
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto 10px auto;
    background-color: #fff;
    color: #2B4E52;
    border: 2px solid #2B4E52;
}

.progress-bar1 li::after{
    content: '';
    width: 100%;
    border-top: 3px dashed grey;
    position: absolute;
    left: 60%;
    top: 21px;
    z-index: 1;
    background-color: transparent;
}

.progress-bar1 li.active::before,.progress-bar1 li.active::after{
    /* background: linear-gradient(to right, #FF1046 20%, #E01660 40%, #E01660 60%, #FF1046 80%); */
    background-color: #2B4E52;
    background-size: 200% auto;
    -webkit-animation: effect 1s linear infinite;
    animation: effect 1s linear infinite;
    color: #fff;
}

@keyframes effect {
    to {
        background-position: -200% center;
    }
}

/* .step-group{
    margin-top: 50px;
} */

.form-box{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.form-box .form-group{
    width: 100%;
    margin-bottom: 15px;
}
.form-box .form-group .form-field{
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    outline: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn-step{
    /* display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px; */
    margin-left: 20px;
    margin-right: 20px;
}
.btn-step button{
    background-color: #2B4E52;
    border: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    height: 245px;
    border-radius: 10px;
}
.form-box .form-group textarea.form-field{
    min-height: 190px;
}

#step-group-2,#step-group-3,#step-group-4,#step-group-5{
    display: none;
}
#step-group-22,#step-group-32,#step-group-42,#step-group-52{
    display: none;
}
#step-group-23,#step-group-33,#step-group-43,#step-group-53{
    display: none;
}
#step-group-24,#step-group-34,#step-group-44,#step-group-54{
    display: none;
}
#step-group-25,#step-group-35,#step-group-45,#step-group-55{
    display: none;
}
#step-group-26,#step-group-36,#step-group-46,#step-group-56{
    display: none;
}
#step-group-27,#step-group-37,#step-group-47,#step-group-57{
    display: none;
}

.sucess-box{
    background-color: #fff;
    height: 350px;
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.sucess-box span{
    display: block;
    width: 100px;
    height: 100px;
    border: 6px solid green;
    font-size: 60px;
    color: green;
    font-weight: 800;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.sucess-box .sucess-text{
    font-size: 30px;
    color: green;
}

.sucess-box  .reset-btn{
    background-color: #2B4E52;
    border: none;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.custom-button{
    width: 100%;
    border: 1px solid gray !important;
    border-radius: 5px !important;
    padding: 10px !important;
    margin-bottom: 20px;
}

.form-boxx1{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.accordion-button {
    padding: 2rem 2.25rem !important;
}

.collapse-white-button {
    background-color: #fff !important;
}

.collapse-cream-button {
    background-color: #FBF7F3 !important;
}

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

    .form-container{
        max-width: 750px;
        width: 100%;
        padding: 0px;
        /* background-color: #262726; */
    
    }
    .progress-bar1 {
        margin: 25px 0;
        padding: 0;
        overflow: hidden;
        counter-reset: step;
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }
    .progress-bar1 li{
        list-style-type: none;
        width: 100%;
        font-size: 8px;
        font-weight: 500;
        text-align: center;
        position: relative;
        color: gray;
    }
    
    .progress-bar1 li::before {
        position: relative;
        z-index: 2;
        content: counter(step);
        counter-increment: step;
        width: 50px;
        height: 56px;
        line-height: 54px;
        display: block;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        border-radius: 10px;
        margin: 0 auto 10px auto;
        background-color: #fff;
        color: #2B4E52;
        border: 2px solid #2B4E52;
    }
    .progress-bar1 li::after {
        content: '';
        width: 100%;
        border-top: 3px dashed grey;
        position: absolute;
        left: 60%;
        top: 30px;
        z-index: 1;
        background-color: transparent;
    }
    

    
    
  }