.form-control.invalid .form-alert,
.form-control.invalid .form-check i.ion-invalid {
    opacity: 1;
    visibility: visible;
    color: var(--color-red)
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1
}

.form-control01 {
    margin: 0.5rem 0;
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8a8181;
    border-radius: 5px;
}

.text-danger {
    margin: 0 0rem;
}

.text_font11 h4 {
     
    color: #e9c7ae
}

#regForm {
    background-color: #fff;
    margin: 0 auto;
     
    padding: 1px;
    border-radius: 10px
}

h1 {
    text-align: left
}

/* input {
    margin-left: 9px;
    margin-top: 1%;
    padding: 10px;
    float: left;
    font-size: 17px;
    border: 1px solid #e9c7ae
} */

.upl_pic,
button {
    font-size: 17px;
     
    cursor: pointer;
    color: #fff
}

.radio_none,
.step-8::after,
.tab,
.thanks-message {
    display: none
}

input.invalid {
    background-color: #fdd
}

.upl_pic {
    background-color: #4caf50;
    width: 100px;
    border: none;
    margin: 10px 269px;
    border-radius: 20px
}
.padd {
    margin-top: 1rem;
    width: 100%;
    margin-left: 0rem;
    padding: 7px 0px;
}
.padd12 {
    width: 50%;
    border-radius: 20px;
}

@media only screen and (max-width:900px) {
    .padd {
        margin-left: 0px
    }

    .upl_pic {
        background-color: #4caf50;
        width: 100px;
        color: #fff;
        border: none;
        font-size: 17px;
         
        margin: 25px 150px;
        cursor: pointer;
        border-radius: 20px
    }
}

#prevBtn {
    background-color: #bbb;
    margin-left: -14px
}

.step1 {
    height: 30px;
    width: 30px;
    margin: 0 5px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    opacity: .5;
    color: #fff
}

/* .step {
    border: 1px solid #000
} */

/* .checkmark,
.step {
    width: 2rem;
    border-radius: 10%
} */

.dotselct {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkmark,
.checkmark:after,
.form-alert,
.step::after {
    position: absolute
}

.dotselct input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.anim_checkmark {
    top: 15px;
    left: 300px;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.dotselct:hover input~.checkmark {
    background-color: #ccc
}

.dotselct input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    display: none
}

#nextprevious {
    padding-top: 4%
}

.btn_mgn {
    margin: 30px 0 0 500px
}

@media only screen and (max-width:912px) {
    .btn_mgn {
        margin-left: 282px
    }
}
/* 
@media only screen and (max-width:500px) {

    .step,
    .step1 {
        height: 30px;
        width: 30px;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        opacity: .5;
        color: #fff
    }

    .btn_mgn {
        margin-left: 146px
    }

    .step1 {
        margin: 0 5px
    }


    .step {
        margin: 0 6px
    }
} */





.step.active {
    opacity: 1;
    background-color: #e9c7ae;
    color: #fff
}

.step.finish {
    background-color: #4caf50
}

/* .all-steps {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -150px
} */


.invalid-feedback {
    color: #ff606e
}

.form-alert {
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    left: 0;
    bottom: -1.5rem;
    opacity: 0;
    visibility: hidden;
    color: var(--color-black)
}

.form-control.invalid .form-input {
    border-color: var(--color-red)
}

.form-control.invalid .form-check i.ion-invalid {
    font-size: 1.2rem
}


@media (max-width:768px) {
    .form-control022 {
        margin-left: 0rem;
    }
    .show-pass input {
        margin-left: 1rem;
    }
    .show-pass {
        width: 41%;
        padding-bottom: 0rem;
    }
    .btm2 {
        bottom: 0rem;
        position: relative;
    }
    .for-butn {
        width: 22rem;
        background-color: #e9c7ae;}
}