/* Style the form */

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    width: 100%;
    min-width: 300px;
}


/* Style the input fields */

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

.step-steps {
    margin: 0 0 9px;
    padding: 0;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.step {
    flex: 1;
    margin: 0;
    display: block;
    padding: 2px 10px;
    color: #fff;
    background-color: #619bc5;
    text-decoration: none;
    /* border-right: 1px solid #fff; */
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    cursor: context-menu;
}


/* Mark the active step: */

.step.active {
    background-color: #384089;
    color: #fff;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #384089;
}

.tab {
    padding: 30px;
    border-top: 0;
    overflow: hidden;
    background: #f5eee9;
    margin-top: 20px;
}

.images-icon {
    width: 120px;
    cursor: pointer;
    height: 120px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin: 0px auto;
}

.rf-options-wrapper.gender-box,
.rf-options-wrapper.skin-type-box {
    display: flex;
    justify-content: center;
}

.rf-options-wrapper .name,
.tab h3 {
    text-align: center;
}

.rf-options-wrapper input {
    display: none;
}

.rf-options-wrapper.age-box .rf-option {
    margin-bottom: 20px;
}

.rf-options-wrapper.age-box .name {
    border: 1px solid #384089;
    background: #384089;
    color: #fff;
    padding: 4px 0;
    border-radius: 16px;
    cursor: pointer;
}

.rf-options-wrapper.age-box .name:hover {
    background: #fff;
    color: #384089;
}

.rf-option-skin-type {
    margin: 10px;
    text-align: center;
    width: 159px;
}

.rf-options-wrapper.skin-pro-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rf-option.skin-pro {
    width: 130px;
    text-align: center;
    height: 100px;
    margin: 6px;
}

.skin-pro .name {
    padding: 23px 10px;
    cursor: pointer;
    border-radius: 16px;
    color: #11174e;
    border: 1px solid #384089;
    width: 130px;
    text-align: center;
    height: 100px;
}

.skin-pro .name:hover,
.skin-pro .name.active {
    background: #384089;
    color: #fff;
}

#tab5 .tab {
    list-style: none;
    background: #fff;
    padding: 10px 50px;
    margin: 5px 1px;
    line-height: 20px;
    cursor: pointer;
}

#tab5 .tab.active {
    background: #384089;
    color: #fff;
}

#tab5 .tab a {
    background: none !important;
    line-height: 1.2em;
}

#tab5 .box-vertical .box-text {
    vertical-align: top !important;
}

#tab5 .product-small {
    background: #fff !important;
}

.text-left {
    text-align: left !important;
}