body {
    margin: 0;
    background: #333;
    overflow-y: hidden;
}
.loader {
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    pointer-events: none;
    z-index:101;
    transition: opacity 1.5s ease-out;
}
.datepicker {
    font-family: 'Montserrat', sans-serif;
}
.datepicker td, .datepicker th {
    width: 2em;
    height: 2em;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background-color: #fd0;
    background-image: unset;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #333;
}
.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;
}
.form-control {
    height: auto;
}
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(255,221,0,.5);
}
.form-control.error {
    background-color: rgba(255,0,0,.1);
    border-color: rgba(255,0,0,.7) !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #333;
    border-color: #fd0;
    background-color: #fd0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fd0;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255,221,0,.5);
}
.custom-checkbox .custom-control-input ~ .custom-control-label {
    cursor: pointer;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%333'/%3e%3c/svg%3e");
}
label.error {
    color: rgba(255,0,0,.7);
    font-weight: 600;
    position: absolute;
    right: 1rem;
    top: .2rem;
    font-size: 12px;
}
input[type="radio"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 0.4rem;
}
input[type="radio"] + label {
    cursor: pointer;
}
.align-right {
    text-align: right;
}
header{
    width: 993px;
    margin: 0 auto 10px auto;
    font-family: 'Montserrat', sans-serif;
    padding-top: 80px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
header .right{
    position: absolute;
    right: 0;
    bottom: 0;
}
header .right a,
header .right label {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration:none;
    margin-right: 6px;
}
header .right a.current {
    color: #fd0;
}
header .right label {
    font-weight: 300;
    font-size: 12px;

}
footer {
    width: 993px;
    margin: 10px auto 0 auto;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 80px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
footer p {
    color: #666;
    font-size: 11px;
    font-weight: 600;
    margin: 6px 0 26px;
    width:100%;
}
.wizard-v2-content {
    background: #fff;
    width: 993px;
    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: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.wizard-v2-content .wizard-image {
    background: url('../images/wizard-v2.jpg') center center no-repeat;
    width: 66.61%;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.wizard-v2-content .wizard-form {
    width: 100%;
    padding: 40px 52px;
}
.wizard-form .wizard-header h3 {
    color: #333;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}
.wizard-form .wizard-header p {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin: 6px 0 26px;
}
.form-register .steps {
    margin-bottom: 26px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
}
.form-register .steps li,
.form-register .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    position: relative;
    outline: none;
}
.form-register .steps li a::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 30px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 100%;
}
.form-register .steps li.last a::before {
    content: none;
}
.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active  {
    background: #fd0;
}
.form-register .steps li.done a .title {
    color: #333;
}
.form-register .steps li.current.done a .title {
    color: #fd0;
}
.form-register .steps li .current-info {
    display: none;
}
.form-register .steps li .title {
    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%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.form-register .content h2 {
    display: none;
}
.inner .form-row {
    display: flex;
    margin: 0 -10px;
    position: relative;
}
.inner .form-row .form-holder {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.inner .form-row .form-holder.no-margin {
    margin: 0;
}
.inner .form-row .form-holder.form-holder-2 {
    width: 100%;
    position: relative;
}
.inner .form-row .form-holder input[type="text"],
.inner .form-row .form-holder input[type="email"],
.inner .form-row .form-holder select,
.inner .form-row .form-holder textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    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::-webkit-input-placeholder,
.inner .form-row .form-holder textarea::-webkit-input-placeholder {
    font-size: 16px;
    opacity: .4;
}
.inner .form-row .form-holder input::-moz-placeholder,
.inner .form-row .form-holder textarea::-moz-placeholder {
    font-size: 16px;
    opacity: .4;
}
.inner .form-row .form-holder input:-ms-input-placeholder,
.inner .form-row .form-holder textarea:-ms-input-placeholder {
    font-size: 16px;
    opacity: .4;
}
.inner .form-row .form-holder input:-moz-placeholder,
.inner .form-row .form-holder textarea:-moz-placeholder {
    font-size: 16px;
    opacity: .4;
}
.inner .form-row .form-holder input::placeholder,
.inner .form-row .form-holder textarea::placeholder {
    font-size: 16px;
    opacity: .4;
}
.inner .form-row .form-holder select {
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
}
.inner .form-row .form-holder .select-btn {
    z-index: 0;
    position: absolute;
    top: 27.5%;
    right: 12.5%;
    font-size: 19px;
    cursor: pointer;
    color: #666;
}
.inner .form-row .form-holder.form-holder-2 .select-btn {
    top: 27%;
    right: 6.5%;
}
.inner .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #666;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 10.5%;
    top: 27.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.inner .form-row.table-responsive {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 22px 26px 16px;
    margin: 0;
    margin-bottom: 35px;
}
.inner .table-responsive .table {
    margin: 0;
    width: 100%;
}
.inner .table-responsive .table td,
.inner .table-responsive .table th {
    border-top: 0;
}
.inner .table-responsive tbody {
    text-align: left;
}
.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
    padding-bottom: 18px;
}
.inner .table-responsive tbody th {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}
.inner .table-responsive tbody td {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.actions ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.actions ul li:first-child{
    float:left;
}
.actions ul li{
    float:right;
}
.actions ul li.disabled{
    background: #eee;
    color: #aaa;
}
.actions ul li {
    padding: 0;
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-flex;
    height: 50px;
    width: 160px;
    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;
    background: #ffdd00;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
/* .actions ul li:hover {
    background: #ccbd00;
} */
.actions ul li a {
    color: #333;
    text-decoration: none;
    padding: 15px 42px;
}
.form-register .steps li.current a{
    background:#333;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    .wizard-v2-content,
    footer {
        margin: 0px 20px 0 20px;
        width: auto;
    }
    header{
        margin: 0 auto 10px;
        padding-top : 10px;
    }
    .wizard-v2-content .wizard-form {
        padding: 30px;
    }
}
@media screen and (max-width: 991px) {
    .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 {
        padding: 0;
        width: 100%;
    }
    .inner .form-row .form-holder .ui-datepicker-trigger {
        right: 5%;
    }
    .inner .form-row .form-holder .select-btn {
        right: 6%;
    }
    .wizard-v3-content{
        text-align:center;
    }
    header,
    .wizard-v3-content{
        width: 90%;
    }
}
@media screen and (max-width: 575px) {
    header .right,
    header .left{
        width: 100%;
        text-align:center;
    }
    header .left{
        margin-bottom:10px;
    }
    .wizard-v2-content .wizard-form{
        padding: 40px 20px;
        width: auto;
    }
    .wizard-v2-content .wizard-image {
        display: none;
    }
    .inner .form-row .form-holder .ui-datepicker-trigger {
        right: 0;
    }
    .inner .form-row .form-holder .select-btn {
        right: 6.5%;
    }
    .inner .table-responsive tr.space-row,
    .inner .table-responsive tbody th {
        display: block;
    }
    .inner .table-responsive tr.space-row > th {
        padding-bottom: 10px;
    }
    .inner .table-responsive tr.space-row > td {
        padding-bottom: 30px;
    }
    .wizard-form .wizard-header h3{
        font-size:24px;
    }
    .actions ul li {
        height: 40px;
        width: 110px;
    }
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.rating input {
    display: none;
}
.rating label {
    cursor: pointer;
}
.rating label::before {
    color: #e5e5e5;
}
.rating label:hover::before,
.rating label:hover ~ label::before,
.rating input:checked ~ label::before {
    content: "\f27d";
    color: #fd0;
}
.bs-tooltip-top .arrow::before {
    border-top-color: #333;
}
.tooltip-inner {
    background-color: #333;
}
.bootstrap-select > select + button {
    padding: 14px 19px 8px !important;
    background-color: white !important;
    border: 1px solid #e5e5e5 !important;
    font-weight: 600 !important;
    color: #666 !important;
}
.bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: '\f2f9';
    border: 0;
    font: normal normal normal 19px 'Material-Design-Iconic-Font';
}
.bootstrap-select .dropdown-item.active, .dropdown-item:active,
.bootstrap-select .dropdown-item.selected.active {
    color: #333;
    background-color: #fd0;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: rgba(255,221,0,.5);
    border-color: rgba(255,221,0,.5);
}
.bootstrap-select .btn-light.focus, .btn-light:focus,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active:focus,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active:focus,
.bootstrap-select .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,221,0,.5);
}
#finish-page {
    display: none;
}
#privacy-error {
    top: 50px;
}
