button,
input {
    font-size: 17px;
}

/* #regForm,
button,
input {
} */

.all-steps,
.step::after,
h1 {
    text-align: center
}

#regForm {
    background-color: #fff;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px
}
input:checked+label {
    color: #000;
    background-color: #e9c7ae !important;
}
  input[type=checkbox]{
    display: none;
  }



input[type=checkbox]+label {
    height: 40px;
    justify-content: center;
    border: 1px solid #e9c7ae;
    background: white;
    border-radius: 0.25em;
    align-items: center;
    display: flex;
    margin: 1rem 0;
    line-height: 20px;
}


input {
/*    margin-top: 3%;*/
    padding: 10px;
    float: left;
    border: 1px solid #aaa
}

input.invalid {
    background-color: #fdd
}

.tab,
.thanks-message {
    display: none
}

button {
    background-color: #e9c7ae;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 20px
}

button:hover {
    opacity: .8
}

#prevBtn {
    background-color: #bbb
}

.step {
    height: 35px;
    width: 40px;
    border-radius: 10px;
    display: inline-block;
    background-color: #e6e6e6;
    opacity: 1;
    color: #000000
}
.step12.active {
    background-color: #4caf50
}
.step12 {
    margin: 0 -2px;
    height: 3px;
    width: 60px;
    border: transparent;
    background-color: #a1a1a1;
}
.step13 {
    width: 40px;
}
.step14 {
    width: 100px;
}
.step1xa{
    width: 100px;
}
.step.active {
    opacity: 1;
    background-color:  #4caf50;
    color: #000000
}

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

.all-steps {
    margin-top: 30px;
    /* margin-bottom: 30px; */
    /* margin-left: -50px */
}
.form-check-label{
    width: 100%;
}
.yr-skn h4{
    color: #e9c7ae;
    font-size: 30px;
    padding: 0 0 40px 0;
}
.yr-skn span{
    content: "";
    background-color: #e9c7ae;
    width: 100%;
    height: 2px;
    top: -5rem;
    position: relative;
}
.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
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%
}

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

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

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

#nextprevious {
    padding-top: 4%
}