@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
    font-family: poppins-regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: poppins-medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf)
}

@font-face {
    font-family: poppins-semibold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html:root {
    font-size: 14px !important;
}

body {
    /*font-family: poppins-regular;*/
    font-family: 'Open Sans', sans-serif;
    /*font-size: 14px;*/
    margin: 0;
    /*color: #999;*/
    background: url(../images/md-duran-1VqHRwxcCCw-unsplash.jpg) no-repeat center center;
    background-attachment: fixed;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center
}

:focus {
    outline: none !important;
}

textarea {
    resize: none !important;
}

input, textarea, select, button {
    /*font-family: poppins-regular;*/
    font-size: 14px;
    color: #333;
}

select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
}

    select option[value=""][disabled] {
        display: none !important;
    }

p, h1, h2, h3, h4, h5, h6, ul {
    /*margin: 0 !important;*/
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

textarea {
    resize: none !important;
}

img {
    max-width: 100% !important;
    vertical-align: middle !important;
}

.wrapper {
    width: 975px !important;
    margin: auto !important;
    padding: 7px !important;
    background: url(../images/form-bg.png) repeat;
}

.Default_wrapper {
    width: 500px !important;
    margin: auto !important;
    padding: 7px !important;
    background: url(../images/form-bg.png) repeat;
}

.Menu_wrapper {
    width: 600px !important;
    margin: auto !important;
    padding: 7px !important;
    background: url(../images/form-bg.png) repeat;
}

.wizard {
    position: relative;
    background: #fff;
    padding: 79px 58px;
    /*height: auto;*/
    /*margin-top: 12vh;*/
}

.steps .current-info, .steps .number {
    display: none
}

.steps {
    position: absolute;
    right: 42px;
    top: 5px;
    z-index: 9
}

    .steps ul {
        position: relative;
    }

        .steps ul:before {
            content: "1";
            font-size: 40px;
            color: #ccc;
            margin-left: 0.75rem;
        }

        /*.steps ul:after {
            content: "/ 3";
            font-size: 15px;
            color: #ccc;
            font-family: poppins-medium;
            position: absolute;
            left: 16px;
            top: 13px;
            width: 22px
        }*/
        /**/
        .steps ul.step-2:before {
            content: "2"
        }

        .steps ul.step-2:after {
            left: 31px
        }
        /**/
        .steps ul.step-3:before {
            content: "3"
        }

        .steps ul.step-3:after {
            left: 31px
        }
        /**/
        .steps ul.step-4:before {
            content: "4"
        }

        .steps ul.step-4:after {
            left: 31px
        }
        /**/
        .steps ul.step-5:before {
            content: "5"
        }

        .steps ul.step-5:after {
            left: 31px
        }
        /**/
        .steps ul.step-6:before {
            content: "6"
        }

        .steps ul.step-6:after {
            left: 31px
        }
        /**/
        .steps ul.step-7:before {
            content: "7"
        }

        .steps ul.step-7:after {
            left: 31px
        }
        /**/
        .steps ul.step-8:before {
            content: "8"
        }

        .steps ul.step-8:after {
            left: 31px
        }

.sp-back {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 9;
}

    .sp-back > button, .sp-back > a {
        font-size: 1.25rem;
        color: #9E9E9E !important;
    }

        .sp-back > button :hover, .sp-back > a:hover {
            opacity: 0.5;
        }

    .sp-back .view {
        display: block !important;
    }

.thm-h3 {
    /*font-family: poppins-semibold;*/
    font-size: 35px;
    color: #3377c0;
    /*text-transform: uppercase;*/
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 32px;
    margin-top: 1rem;
}

.form-row {
    display: flex;
    margin-bottom: 0.75rem;
    flex-wrap: unset;
}

    .form-row .form-col {
        width: 50%;
        margin-right: 0.25rem;
    }

        .form-row .form-col:last-child {
            margin-right: 0
        }

.form-col > label {
    color: #333;
    margin-bottom: 7px;
    display: block;
    font-weight: 700;
}

.form-holder {
    position: relative
}

    .form-holder i:not(.zmdi-chevron-down) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        font-size: 17px
    }

    .form-holder i.zmdi-chevron-down {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 17px
    }

    .form-holder.password i {
        cursor: pointer
    }

.form-control {
    height: 42px !important;
    border: 1px solid #ccc;
    width: 100% !important;
    background: 0 0 !important;
    font-size: 15px !important;
    /*padding-left: 46px !important;*/
    color: #333 !important;
    /*font-family: poppins-medium*/
}

    .form-control:focus {
        border-color: #3377c0 !important;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #d7dadc85 !important;
        color: #777 !important;
        opacity: 1;
    }

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}


.chosen-disabled {
    cursor: default;
    opacity: 1 !important;
    background-color: #eceff1 !important;
}

    .chosen-disabled > .chosen-single {
        background-color: #eceff1;
    }

        .chosen-disabled > .chosen-single > div {
            background-color: #eceff1;
        }

        .chosen-disabled > .chosen-single:not(.chosen-single-with-deselect) div:after {
            background-color: #eceff185;
            box-shadow: 4px 0 16px 16px #eceff1;
        }

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.grid-item {
    width: 31.25%;
    display: flex;
    margin-bottom: 21px;
    cursor: pointer
}

    .grid-item .thumb {
        width: 86.04%
    }

    .grid-item .heading {
        width: 13.96%;
        text-transform: uppercase;
        font-size: 11px;
        background: #b3b3b3;
        color: #fff;
        font-family: poppins-medium;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        letter-spacing: 1px
    }

    .grid-item.active .heading {
        background: #3377c0
    }

    .grid-item:hover img {
        opacity: .6
    }

.actions ul {
    display: flex;
    justify-content: space-between;
    margin-top: 42px
}

    .actions ul.mt-7 {
        margin-top: 7px
    }

.actions li a {
    border: none;
    display: inline-flex;
    height: 42px;
    width: 112px;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #3377c0;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1px
}

    .actions li a:hover {
        background: #3b87d9
    }

.actions li:first-child a {
    background: 0 0;
    border: 1px solid #3377c0;
    color: #3377c0
}

    .actions li:first-child a:hover {
        border-color: transparent;
        color: #fff;
        background: #3b87d9
    }

.actions li[aria-disabled=true]:before {
    content: "Your must fill all fields, to be able to continue"
}

.actions li[aria-disabled=true] a {
    display: none
}

.text-cl-question {
    color: #0D47A1 !important;
}

.adjust-col-ml {
    margin-left: -5px;
}

.form-col.col {
    margin-right: -5px !important;
}

.form-rdo > label {
    display: initial !important;
}

.form-rdo.adjust-rdo-col > label {
    display: inline-flex !important;
}

.form-rdo > div, .form-rdo > span > div.disabled, .form-rdo > span > div.checked {
    margin: 0.2rem !important;
}

.form-rdo > span.aspNetDisabled ~ span {
    padding-right: 0.25rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.form-rdo > span.aspNetDisabled > label {
    display: initial !important;
}

.form-rdo.adjust-rdo-col > div {
    vertical-align: top !important;
}

.form-chk > label {
    display: inline-flex !important;
}

.form-chk > div {
    vertical-align: top !important;
    /*margin: 0.2rem !important;*/
}

textarea.form-control {
    height: auto !important;
}

/*.adjust-header {
    display: none;
}*/
.adjust-header {
    position: absolute !important;
    top: 5vh !important;
    display: block !important;
}

    .adjust-header > h3 {
        font-size: 1.65rem !important;
    }

.content {
    margin-top: 5vh !important;
}

.form-control.is-valid, .div-validate.is-valid {
    border-color: #28a745;
}

.form-control.is-invalid, .div-validate.is-invalid {
    border-color: #dc3545;
}

    .form-control.is-invalid ~ .invalid-feedback, .div-validate.is-invalid > .invalid-feedback, .errMsg-rdo-textbox.invalid-feedback {
        display: block;
        font-size: 90%;
    }

.form-validate > .form-chk-label {
    color: #dc3545;
}

.spf {
    font-size: 90%;
}

@media(max-width:768px) {
    body {
        background: 0 0;
        height: auto;
        display: block
    }

    h3 {
        font-size: 30px !important;
    }

    .wrapper {
        width: auto !important;
        padding: 0 !important;
    }

    .wizard {
        height: auto;
        padding: 60px 20px 20px
    }

    .form-row {
        display: block
    }

        .form-row .form-col {
            width: 100%;
            margin-right: 0;
            margin-bottom: 25px
        }

    .actions ul {
        flex-direction: column;
        align-items: flex-end
    }

        .actions ul li {
            margin-bottom: 20px
        }

    .grid-item {
        width: 47%;
        display: block
    }

        .grid-item .thumb {
            width: 100%
        }

        .grid-item .heading {
            width: 100%;
            writing-mode: unset;
            transform: rotate(0);
            padding: 10px 0;
            font-size: 13px
        }

    .adjust-col-ml {
        margin-left: -5px;
    }

    .form-col.col {
        margin-right: -5px !important;
    }

    .form-rdo > label, .form-rdo > span {
        display: initial !important;
    }

    .form-rdo.adjust-rdo-col > label {
        display: inline-flex !important;
    }

    .form-rdo > div {
        margin: 0.2rem !important;
    }

    .form-rdo.adjust-rdo-col > div, .form-rdo.adjust-rdo-col > span > div {
        vertical-align: top !important;
    }

    .form-chk > label {
        display: inline-flex !important;
    }

    .form-chk > div {
        vertical-align: top !important;
        /*margin: 0.2rem !important;*/
    }

    .adjust-header {
        /*display: none;*/
    }

    .select2-container {
        width: 80%;
    }

    .adjust-header > h3 {
        font-size: 1.23rem !important;
    }

    .content {
        margin-top: 8vh !important;
    }

    .Default_wrapper {
        width: 100vw !important;
        height: 100vh;
        overflow: scroll;
    }

    .select2-container {
        width: 100% !important;
    }
    /*.d-md-block {
        display: block !important;
    }*/
}

@media (min-width: 320px) and (max-width: 767px) {
    .mu-logo.d-sm-none, .ict-logo.d-sm-none {
        display: none !important;
    }

    .mu-logo.col-sm-6, .ict-logo.col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
