html {
    min-height: 100%;
}

body {
    margin: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2120b+0,0d0d0d+38,0d0d0d+40,010101+47,0a0a0a+56,383838+75,4e4e4e+87,4e4e4e+87,e2120b+99 */
    background: #4dadde; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4dadde 0%, #0d0d0d 38%, #0d0d0d 40%, #010101 47%, #0a0a0a 56%, #383838 75%, #4e4e4e 87%, #4e4e4e 87%, #4dadde 99%);
    background: -webkit-linear-gradient(-45deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%);
    background: linear-gradient(135deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%);
}

.page-content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.wizard-v3-content {
    background: #fff;
    width: 63%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 50px 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

    .wizard-v3-content .wizard-form {
        width: 100%;
    }

.wizard-form .wizard-header {
    text-align: center;
    padding: 40px 0 20px;
}

.wizard-header img {
    width: 100%;
    max-width: 295px;
}

.wizard-form .wizard-header .heading {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 13px 0 10px;
}

.wizard-form .wizard-header p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.form-register .steps {
    margin-bottom: 33px;
}

    .form-register .steps ul {
        display: flex;
        display: -webkit-flex;
        list-style: none;
        padding-left: 58px;
    }

    .form-register .steps li,
    .form-register .steps li.current {
        outline: none;
        -o-outline: none;
        -ms-outline: none;
        -moz-outline: none;
        -webkit-outline: none;
        position: relative;
    }

        .form-register .steps li .current-info {
            display: none;
        }

        .form-register .steps li a {
            text-decoration: none;
            outline: none;
            -o-outline: none;
            -ms-outline: none;
            -moz-outline: none;
            -webkit-outline: none;
        }

            .form-register .steps li a .title span {
                display: block;
            }

            .form-register .steps li a .title .step-icon {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                -o-border-radius: 50%;
                -ms-border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                background: #ccc;
                margin: 0 auto;
                position: relative;
                outline: none;
                -o-outline: none;
                -ms-outline: none;
                -moz-outline: none;
                -webkit-outline: none;
                color: #fff;
                font-size: 25.6px;
                margin-right: 60px;
                text-align: center;
                line-height: 40px;
            }

            .form-register .steps li a .step-icon i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
            }

        .form-register .steps li .step-icon::before,
        .form-register .steps li:last-child .step-icon::after {
            position: absolute;
            content: "";
            background: #e5e5e5;
            width: 59px;
            height: 2px;
            top: 50%;
            transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

        .form-register .steps li .step-icon::before {
            right: 100%;
        }

        .form-register .steps li:last-child .step-icon::after {
            left: 100%;
        }

        .form-register .steps li.current a .step-icon,
        .form-register .steps li.current a:active .step-icon,
        .form-register .steps li.done a .step-icon,
        .form-register .steps li.done a:active .step-icon {
            background: #ee0814;
        }

    .form-register .steps .current .step-icon::before,
    .form-register .steps .current:last-child .step-icon::after,
    .form-register .steps .done .step-icon::before {
        background: #ee0814;
    }

    .form-register .steps li a .step-text {
        color: #999;
        font-weight: 400;
        font-size: 13px;
        padding: 14px 0 8px;
    }

    .form-register .steps .current .step-text,
    .form-register .steps .done .step-text {
        color: #333;
    }

.form-register .content {
    margin: 0 20px 0 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 35px 55px 55px;
}

    .form-register .content h2 {
        display: none;
    }

    .form-register .content .inner h3 {
        font-size: 22px;
        color: #333;
        font-weight: 700;
        margin: 0;
        padding-bottom: 18px;
        padding-top: 5px;
    }

    .form-register .content .form-total-p-1 .inner h3 {
        padding-bottom: 13px;
        padding-top: 0;
    }

    .form-register .content #form-total-p-3 .inner h3 {
        padding-bottom: 5px;
    }

    .form-register .content .inner h4 {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin: 0;
    }

.inner .form-row {
    display: flex;
    margin: 0 -12px;
    position: relative;
}

.form-row.form-row-date.form-row-date-1 {
    margin-top: 50px;
    margin-bottom: -18px;
}

.inner .form-row .form-holder {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 15px;
    position: relative;
}

    .inner .form-row .form-holder.form-holder-1 {
        width: 84.1%;
    }

    .inner .form-row .form-holder.form-holder-2 {
        width: 100%;
        position: relative;
    }

.inner .form-row .form-row-inner {
    position: relative;
}

.inner .form-row .form-holder .label {
    position: absolute;
    top: -6px;
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    transform-origin: 0 0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    white-space: nowrap;
}

.inner .form-row .form-holder .border {
    position: absolute;
    bottom: 31px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #6bc734;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
}

.inner .form-row #radio {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    margin: 8px 12px;
}

.inner .form-row #checkbox {
    margin: 10px 0 28px 11px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.inner .form-row .form-holder label.special-label {
    display: inline-block;
    float: left;
    margin-top: 25px;
    padding-right: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.inner .form-row .form-holder label.pay-1-label,
.inner .form-row .form-holder label.pay-2-label {
    width: 190px;
    height: 95px;
    border: 1px solid #e5e5e5;
    display: block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

    .inner .form-row .form-holder label.pay-1-label img,
    .inner .form-row .form-holder label.pay-2-label img {
        padding-top: 15px;
        padding-bottom: 8px;
    }

.inner .form-row.form-row-date .form-holder select {
    float: left;
    width: 19%;
    margin-right: 20px;
}

.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 13px 10px 8px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.inner .form-row .form-holder input {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

    .inner .form-row .form-holder input#pay-1,
    .inner .form-row .form-holder input#pay-2 {
        display: none;
    }

.inner .form-row .form-holder select {
    font-size: 16px;
    color: #666;
    background: #fff url('../../images/drop_icon.png') no-repeat scroll;
    background-position: right 0 center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

    .inner .form-row .form-holder select:focus {
        border-bottom: 2px solid #373737;
    }

.inner .form-row .form-holder .form-control:focus {
    border-bottom: 2px solid #373737;
    margin-top: 0px;
}

    .inner .form-row .form-holder .form-control:focus + .label {
        transform: translateY(-18px) scale(1);
        -o-transform: translateY(-18px) scale(1);
        -ms-transform: translateY(-18px) scale(1);
        -moz-transform: translateY(-18px) scale(1);
        -webkit-transform: translateY(-18px) scale(1);
        color: #9d9d9d;
        font-size: 13px;
    }

    .inner .form-row .form-holder .form-control:focus + .border,
    .inner .form-row .form-holder .form-control:valid + .border {
        transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }

.inner .form-row .form-holder input#pay-1:checked + label,
.inner .form-row .form-holder input#pay-2:checked + label {
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.inner .form-row.table-responsive {
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 27px 0 -25px;
}

.inner .table-responsive .table {
    width: 100%;
}

.inner .table-responsive tbody {
    text-align: left;
}

.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
    padding: 17px 20px 14px;
    border-top: 1px solid #e5e5e5;
}

.inner .table-responsive tr.space-row:last-child > td,
.inner .table-responsive tr.space-row:last-child > th {
    border-bottom: none;
}

.inner .table-responsive tbody th {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    width: 30%;
}

.inner .table-responsive tbody td {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.actions ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
    margin: 30px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}

    .actions ul li.disabled {
        opacity: 0;
    }

    .actions ul li {
        padding: 0;
        border: none;
        border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        display: inline-flex;
        height: 45px;
        width: 140px;
        justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-align-items: center;
        -ms-align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2120b+0,0d0d0d+38,0d0d0d+40,010101+47,0a0a0a+56,383838+75,4e4e4e+87,4e4e4e+87,e2120b+99 */
        background: #4dadde; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #4dadde 0%, #0d0d0d 38%, #0d0d0d 40%, #010101 47%, #0a0a0a 56%, #383838 75%, #4e4e4e 87%, #4e4e4e 87%, #4dadde 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dadde', endColorstr='#4dadde',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .actions ul li:hover {
            background: #4dadde;
        }

        .actions ul li:first-child {
            background: #999;
            margin-left: 43.9%;
        }

            .actions ul li:first-child:hover {
                background: #666;
            }

        .actions ul li a {
            color: #fff;
            text-decoration: none;
            padding: 13px 34px;
        }

.field-validation-error {
    font-size: 11px;
    color: #ee0814
}

.removebtn {
    line-height: 40px;
    cursor: pointer;
}


.submit-btn {
    border-radius: 3px;
    height: 45px;
    width: 140px !important;
    background: #4dadde;
    background: -moz-linear-gradient(-45deg, #4dadde 0%, #0d0d0d 38%, #0d0d0d 40%, #010101 47%, #0a0a0a 56%, #383838 75%, #4e4e4e 87%, #4e4e4e 87%, #4dadde 99%);
    background: -webkit-linear-gradient(-45deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%);
    background: linear-gradient(135deg, #4dadde 0%,#0d0d0d 38%,#0d0d0d 40%,#010101 47%,#0a0a0a 56%,#383838 75%,#4e4e4e 87%,#4e4e4e 87%,#4dadde 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dadde', endColorstr='#4dadde',GradientType=1 );
    color: #fff !important;
    padding: 0px !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    cursor: pointer;
    border: 0px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .submit-btn:hover {
        background: #4dadde;
        border: 0px !important;
    }



input:-internal-autofill-selected {
    background: none !important;
}
/**formTotalBox*/
.formTotalBox {
}

    .formTotalBox [aria-label="Pagination"] {
        /*display: none*/
    }

    .formTotalBox .steps + .content.clearfix {
        margin-bottom: 20px;
    }

    .formTotalBox .form-row-inner {
        position: relative;
    }

        .formTotalBox .form-row-inner span.field-validation-error {
            position: absolute;
            bottom: -25px;
            left: 0px;
        }

    .formTotalBox .form-holder {
        margin-bottom: 30px !important;
    }

.inner .form-row .form-holder .form-control.lableUp + .label {
    transform: translateY(-18px) scale(1);
    -o-transform: translateY(-18px) scale(1);
    -ms-transform: translateY(-18px) scale(1);
    -moz-transform: translateY(-18px) scale(1);
    -webkit-transform: translateY(-18px) scale(1);
    font-size: 13px;
    color: #9d9d9d;
}

.add-ptr {
    text-align: right;
    width: 99%;
    padding-right: 1%;
}

    .add-ptr a {
        color: #313131;
    }

a {
    color: #313131;
}

.inp-btn {
    background: none;
    border: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    height: 45px;
    width: 140px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #7b0208 !important;
    background: #ee0813 !important;
    font-weight: normal;
    color: #ffffff;
}

.cal {
    font-size: 15px;
    color: #666;
    background: url('../../images/cal_icon.png') no-repeat scroll;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right 0 center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.select2 {
    font-size: 15px;
    color: #666;
    background: #fff url('../../images/drop_icon.png') no-repeat scroll;
    background-position: right 0 center;
    z-index: 1;
    cursor: pointer;
    position: relative;
}

.top-step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0%;
    margin-bottom: 20px;
    align-items: center;
}

    .top-step h3 {
        margin: 0px;
        text-align: center;
        font-size: 20px;
    }

.step-mid {
    flex-basis: 64%;
}

.sides2 {
    background: #343434;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 10px 0px;
}

.sides {
    background: #343434;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 0px;
}

.sides3 {
    background: rgba(0, 0, 0, 0.15);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 10px 0px;
}


.sides4 {
    background: transparent;
}

.sides, .sides2, .sides3, .sides4 {
    flex-basis: 18%;
}

    .sides a {
        text-decoration: none;
        font-size: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-weight: normal;
    }

    .sides2 a {
        text-decoration: none;
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #fff;
        font-weight: normal;
    }

    .sides3 a {
        text-decoration: none;
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        color: #fff;
        font-weight: normal;
    }

.sides-grey {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: flex;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}

.sides-red {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: flex;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
}

.pl-0 {
    padding-left: 0px;
}

.mob-hid {
    display: block;
}

.rad-mrg {
    margin-bottom: 20px;
}

ol {
    counter-reset: item;
    list-style-type: none;
}

    ol > li {
        counter-increment: item;
        font-size: 16px;
        font-weight: 600;
        color: #4b5c6a;
    }

        ol > li::before {
            content: counters(item, '.') ' - ';
            font-weight: bold;
        }

    ol li ol li {
        font-size: 13px;
        font-weight: normal;
        line-height: 24px;
        padding-bottom: 10px;
        color: #4b5c6a;
    }

    ol li ol {
        padding-top: 10px;
    }

        ol li ol li ul {
            list-style-type: disc;
        }

    ol li ul {
        list-style-type: disc;
    }

        ol li ul li {
            font-size: 13px;
            font-weight: normal;
            line-height: 24px;
            padding-bottom: 10px;
            color: #4b5c6a;
        }

    ol > li p {
        font-size: 13px;
        font-weight: normal;
    }

.data li {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 10px;
}

.modal a.close-modal {
    top: 10px !important;
    right: 10px !important;
}

.mandantory {
    color: red;
}

.dataProtection {
    font-size: smaller;
    color: red;
}




/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:disabled {
    background: #fff;
}

.form-holder3 {
    width: 100%;
    position: relative;
    padding: 0 12px;
}

.inner .form-row .form-holder3 label.special-label {
    display: inline-block;
    float: left;
    margin-top: 25px;
    padding-right: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.mt-20 {
    margin-top: 20px !important;
}

.add-remov {
    background: #4dadde;
    border-radius: 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff !important;
}

.add-remov2 {
    background: #464646;
    border-radius: 10px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px !important;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    .wizard-v3-content {
        margin: 50px 20px;
    }
}


@media screen and (max-width: 991px) {
    .form-register .steps ul {
        padding-left: 0;
        justify-content: space-around;
        -o-justify-content: space-around;
        -ms-justify-content: space-around;
        -moz-justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .form-register .steps li a .title {
        text-align: center;
    }

        .form-register .steps li a .title .step-icon,
        .form-register .steps li a .title .step-icon {
            margin: 0 auto;
        }

            .form-register .steps li a .title .step-icon::before,
            .form-register .steps li:last-child a .title .step-icon::after {
                content: none;
            }

    .actions ul li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .inner .form-row.form-row-date .form-holder select {
        width: 17.5%;
        margin-right: 20px;
    }

    .inner .form-row .form-holder label.pay-1-label,
    .inner .form-row .form-holder label.pay-2-label {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .sides, .sides2, .sides3, .sides4 {
        flex-basis: 28%;
    }

    .wizard-v3-content {
        width: 90%;
    }
}

@media screen and (max-width: 575px) {
    .wizard-v3-content {
        width: 90%;
    }

    .wizard-form .wizard-header {
        padding: 40px 20px 20px 20px;
    }

    .inner .form-row {
        flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        margin: 0;
    }

        .inner .form-row .form-holder {
            width: 100%;
        }

            .inner .form-row .form-holder.form-holder-1 {
                width: 100%;
            }

        .inner .form-row .form-holder {
            padding: 0;
        }

            .inner .form-row .form-holder label.special-label {
                float: none;
            }

        .inner .form-row.form-row-date .form-holder select {
            float: none;
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
            display: block;
        }

    .form-register .steps li a .title .step-icon {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }

    .form-register .steps li a .step-text {
        font-size: 12px;
        display: none !important;
    }

    .form-register .content .inner h3 {
        font-size: 18px;
    }

    .dsp-none {
        display: none;
    }



    .form-register .content {
        padding: 35px 10px 20px;
        margin: 0 10px 0 10px;
    }

    .inner .form-row #radio {
        font-size: 13px;
    }

    .inner .form-row #checkbox {
        margin-left: 0;
    }

    .actions ul li {
        width: 120px;
    }

        .actions ul li a {
            padding: 15px 24px;
        }

    .mob-hid {
        display: none;
    }

    .sides-grey {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
    }

    .sides-red {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
    }

    .top-step h3 {
        margin: 0px 0px;
        text-align: center;
        font-size: 16px;
    }

    .step-mid {
        flex-basis: 84%;
    }

    .sides, .sides2 {
        flex-basis: 8%;
    }

    .inner .form-row .form-holder .label {
        font-size: 13px;
    }

    .inner .form-row .form-holder3 label.special-label, .inner .form-row .form-holder label.special-label {
        font-size: 13px;
    }

    .ui-datepicker {
        width: 14.5em !important;
    }

    .add-remov {
        background: #4dadde;
        border-radius: 10px;
        padding: 5px 10px;
        text-decoration: none;
        color: #fff !important;
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .add-remov2 {
        background: #464646;
        border-radius: 10px;
        padding: 5px 10px;
        text-decoration: none;
        color: #fff !important;
        display: block;
        font-size: 12px;
        text-align: center;
    }

    #colors_sketch {
        width: 400px;
    }

    h4 {
        font-size: 16px !important;
    }

    p {
        font-size: 13px;
    }

    .inner .form-row .form-holder select {
        font-size: 13px
    }

    #formPreview table td {
        border-bottom: 0px solid #B8B8B8;
        display: block;
    }
}

@media screen and (max-width: 479px) {
    #colors_sketch {
        width: 255px;
    }
}
