/* Minification failed. Returning unminified contents.
(850,6): run-time error CSS1030: Expected identifier, found '.'
(859,5): run-time error CSS1031: Expected selector, found '('
(859,5): run-time error CSS1025: Expected comma or open brace, found '('
(865,6): run-time error CSS1030: Expected identifier, found '.'
 */
@import '/Content/pretty-checkbox.css';

@font-face {
    font-family: Iransans;
    font-style: normal;
    src: url('/Fonts/webyekanregular.eot'); /*اکسپلورر 9 به بعد*/
    src: local('IRANSans-web'), /*بررسی نصب بودن فونت در سیستم کاربر*/
    local('IRANSans-web'), /*برای برخی از مرورگرها مانند سافاری*/
    url('/Fonts/webyekanregular.eot?#iefix') format('embedded-opentype'), /*هک برای اکسپلورر 8 و ماقبل*/
    url('/Fonts/webyekanregular.woff') format('woff'), /*مرورگر های جدید*/
    url('/Fonts/webyekanregular.ttf') format('truetype'), /*تمام مرورگرها به جزء اکسپلورر*/
    url('/Fonts/webyekanregular.woff2') format('woff'); /*نسخه های قدیمی سیستم عامل iOS*/
}

@font-face {
    font-family: Iransans;
    font-style: normal;
    font-weight: bold;
    src: url('/Fonts/webyekanbold.eot'); /*اکسپلورر 9 به بعد*/
    src: local('IRANSans-web'), /*بررسی نصب بودن فونت در سیستم کاربر*/
    local('IRANSans-web'), /*برای برخی از مرورگرها مانند سافاری*/
    url('/Fonts/webyekanbold.eot?#iefix') format('embedded-opentype'), /*هک برای اکسپلورر 8 و ماقبل*/
    url('/Fonts/webyekanbold.woff') format('woff'), /*مرورگر های جدید*/
    url('/Fonts/webyekanbold.ttf') format('truetype'), /*تمام مرورگرها به جزء اکسپلورر*/
    url('/Fonts/webyekanbold.woff2') format('woff'); /*نسخه های قدیمی سیستم عامل iOS*/
}

@font-face {
    font-family: Iransans;
    font-style: normal;
    font-weight: 200;
    src: url('/Fonts/webyekanlight.eot'); /*اکسپلورر 9 به بعد*/
    src: local('IRANSans-web'), /*بررسی نصب بودن فونت در سیستم کاربر*/
    local('IRANSans-web'), /*برای برخی از مرورگرها مانند سافاری*/
    url('/Fonts/webyekanlight.eot?#iefix') format('embedded-opentype'), /*هک برای اکسپلورر 8 و ماقبل*/
    url('/Fonts/webyekanlight.woff') format('woff'), /*مرورگر های جدید*/
    url('/Fonts/webyekanlight.ttf') format('truetype'), /*تمام مرورگرها به جزء اکسپلورر*/
    url('/Fonts/webyekanlight.woff2') format('woff'); /*نسخه های قدیمی سیستم عامل iOS*/
}

@font-face {
    font-family: 'ion';
    src: url('/fonts/ionicons.eot');
    src: url('/fonts/ionicons.eot') format('embedded-opentype'), url('/fonts/ionicons.woff') format('woff'), url('/fonts/ionicons.ttf') format('truetype'), url('/fonts/ionicons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*header menu section*/
.banner {
    background: #fff;
}

.navbar-nav-primary {
    text-transform: uppercase;
}

.navbar-form-search {
    position: relative;
}

    .navbar-form-search .form-control {
        width: 250px;
    }

    .navbar-form-search .btn {
        border: 0;
        background: transparent;
        font-size: 18px;
    }

        .navbar-form-search .btn:active, .navbar-form-search .btn:hover, .navbar-form-search .btn:focus {
            color: #000;
            outline: none;
            box-shadow: none;
        }

    .navbar-form-search .search-form-container {
        text-align: right;
        position: absolute;
        width: 300px;
        overflow: hidden;
        background: #fff;
        right: 60px;
        top: 0;
        z-index: 9;
        transition: all .3s ease-in-out;
    }

        .navbar-form-search .search-form-container.hdn {
            width: 0;
        }

        .navbar-form-search .search-form-container .search-input-group {
            width: 300px;
        }



/*new wizard codes*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Iransans;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input, textarea, select, button {
    font-family: Iransans;
    font-size: 15px;
    color: #444;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
}

.inner {
    width: 100%;
}

.image-holder {
    position: relative;
    border-bottom: 2px solid #ed520f;
}

    .image-holder img {
        width: 100%;
    }

    .image-holder h3 {
        position: absolute;
        top: 50%;
        left: 37%;
        color: #0377d5;
        transform: translate(-50%, -50%);
        font-size: 34px;
        font-weight: 600;
    }

h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 23px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 400;
    letter-spacing: 0.3px;
}

.wizard {
    padding: 70px 40px 70px 42px;
    display: flex;
}

    .wizard .steps {
        width: 20%;
        margin-left: 18px;
        border-left: 2px solid rgba(60, 194, 238, 0.2);
    }

    .wizard .content {
        width: 73.95%;
    }

.steps ul {
    border-right: 4px solid rgba(242, 242, 242, 0.4);
    padding-right: 12px;
}

.steps li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    height: 31px;
    position: relative;
}

    .steps li a {
        color: #444;
        font-size: 14px;
        padding-left: 18px;
        font-weight: 800;
    }

        .steps li a:before {
            content: "";
            width: 3px;
            height: 31px;
            position: absolute;
            right: -15px;
            top: 0;
        }

    .steps li.current a {
        color: #3cc2ee;
    }

        .steps li.current a:before {
            background: rgb(78,217,237);
            background: -moz-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
            background: -webkit-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
            background: linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ed9ed",endColorstr="#057df0",GradientType=1);
        }

.content h4 {
    display: none;
}

label {
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}

.form-group .form-row {
    margin-bottom: 27px;
}

.form-row {
    display: flex;
    margin-bottom: 29px;
}

.wizrow {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

    .wizrow .wizcol {
        flex: 1 0 0px;
        padding: 5px;
    }

        .wizrow .wizcol .select2-container {
            width: 90% !important;
        }

        .wizrow .wizcol label {
            width: 100%;
            margin-right: 20px;
        }

    .wizrow #officeList, .wizrow .wizfull {
        flex: 1 0 100%;
        padding: 15px 10px;
        margin: 15px 40px;
        position: relative;
    }

        .wizrow .wizfull .search-left {
            position: absolute;
            bottom: 17px;
            font-size: 20px;
            left: 20px;
            cursor: pointer;
        }

.office-divider {
    margin: 0 10px;
    color: #ddd;
}

.wizrow .wizfull .search-left i {
    font-size: 22px;
    color: #777;
    margin-left: 0;
    line-height: 28px;
}

.wizrow #officeList label {
    font-weight: 400;
    line-height: 2;
    margin-right: 8px;
}

.form-row.mb-21 {
    margin-bottom: 21px;
}

.form-row .form-holder, .form-row .select {
    width: 50%;
    margin-right: 30px;
}

    .form-row .form-holder:last-child, .form-row .select:last-child {
        margin-right: 0;
    }

    .form-row .form-holder.w-100, .form-row .select.w-100 {
        width: 100%;
        margin-right: 0;
    }

    .form-row .form-holder.mr-20, .form-row .select.mr-20 {
        margin-right: 20px;
    }

    .form-row .select .form-holder {
        width: 100%;
        margin-right: 0;
    }

.form-holder {
    position: relative;
}

    .form-holder span.lnr-chevron-down {
        position: absolute;
        bottom: 10px;
        right: 0;
        font-size: 10px;
    }

    .form-holder span.lnr-calendar-full {
        position: absolute;
        bottom: 12px;
        right: 0;
        font-size: 12px;
    }

    .form-holder span.placeholder {
        position: absolute;
        bottom: 8px;
        left: 0;
        font-size: 14px;
    }

.select {
    position: relative;
}

    .select .select-control {
        height: 34px;
        border-bottom: 1px solid #5d718e;
        width: 100%;
        font-size: 14px;
        padding: 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .select .dropdown {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        background: #fff;
        color: #999;
        z-index: 9;
        border: 1px solid #81acee;
    }

        .select .dropdown li {
            padding: 2px 10px;
        }

            .select .dropdown li:hover {
                background: #81acee;
                color: #fff;
            }

.form-control {
    background: none;
    height: 34px;
    border: none;
    border-bottom: 1px solid #5d718e;
    width: 100%;
    font-size: 14px;
    padding: 0;
}

    .form-control.pl-85 {
        padding-left: 85px;
    }

    .form-control.pl-96 {
        padding-left: 96px;
    }

    .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .form-control::-moz-placeholder {
        color: #fff;
    }

    .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .form-control:-moz-placeholder {
        color: #fff;
    }

    .form-control:focus {
        border-bottom: 1px solid #e6e6e6;
    }

textarea.form-control {
    padding: 6px 0;
}

.option {
    color: #999;
    padding-left: 20px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

    select.form-control option[value=""][disabled] {
        display: none;
    }

select option {
    padding: 0 15px;
}

.section-style {
    display: flex;
}

    .section-style .board-wrapper {
        width: 50%;
        margin-right: 30px;
    }

    .section-style .form-wrapper, .section-style .pay-wrapper {
        width: 50%;
    }

.board-inner {
    background: #fff;
    color: #012353;
    font-size: 14px;
    padding: 22px 33px 13px 21px;
}

    .board-inner div {
        margin-bottom: 8px;
    }

        .board-inner div:last-child {
            margin-bottom: 0;
        }

    .board-inner .board-item span {
        margin-left: 13px;
    }

    .board-inner .board-line {
        display: flex;
        justify-content: space-between;
    }

        .board-inner .board-line div {
            margin-bottom: 0;
        }

.bill {
    border: 1px solid #fff;
    padding: 18px 20px 11px 20px;
}

    .bill .bill-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7px;
    }

        .bill .bill-item .price {
            color: #3cc2ee;
        }

        .bill .bill-item.people {
            justify-content: flex-start;
        }

            .bill .bill-item.people .bill-unit:first-child {
                margin-right: 28px;
            }

        .bill .bill-item.service {
            margin-top: 31px;
        }

        .bill .bill-item.vat {
            margin-bottom: 14px;
        }

        .bill .bill-item.total-price {
            margin-bottom: 21px;
        }

            .bill .bill-item.total-price .price {
                font-size: 17px;
            }

        .bill .bill-item.total {
            font-size: 12px;
            align-items: center;
        }

            .bill .bill-item.total span {
                display: block;
                margin-left: 0;
                font-size: 14px;
            }

            .bill .bill-item.total .price {
                font-size: 17px;
            }

    .bill .bill-unit span {
        margin-left: 2px;
    }

    .bill .bill-cell {
        padding-bottom: 7px;
        border-bottom: 1px solid #5d718e;
        margin-bottom: 15px;
    }

        .bill .bill-cell:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

button, .final-botton {
    padding: 0;
    border: none;
    text-align: center;
    background: rgb(78,217,237);
    background: -moz-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    background: linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ed9ed",endColorstr="#057df0",GradientType=1);
    padding: 10px 25px 10px 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    font-weight: 600;
    margin: auto;
    margin-top: 50px;
}

    button.forward, .final-botton {
        position: absolute;
        left: 35px;
        bottom: -40px;
    }

        button.forward i {
            color: #fff;
            font-size: 18px;
            vertical-align: text-bottom;
        }

input.final-botton {
    width: auto;
}

button i {
    margin-left: 10px;
}

button:hover {
    background: rgb(78,217,237);
    background: -moz-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(92,175,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(92,175,255,1) 100%);
    background: linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(92,175,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ed9ed",endColorstr="#5cafff",GradientType=1);
}

.checkbox {
    position: relative;
    padding-left: 25px;
}

    .checkbox label {
        cursor: pointer;
    }

        .checkbox label a {
            color: #3cc2ee;
        }

            .checkbox label a:hover {
                color: #d4b43f;
            }

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox input:checked ~ .checkmark:after {
            display: block;
        }

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 15px;
    border: 1px solid #fff;
    font-family: Material-Design-Iconic-Font;
    font-size: 13px;
}

    .checkmark:after {
        position: absolute;
        top: 0;
        left: 1px;
        display: none;
        content: '\f26b';
        color: #fff;
    }

.checkbox-circle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

    .checkbox-circle label {
        padding-left: 19px;
        cursor: pointer;
        font-size: 12px;
        display: inline-block;
        position: relative;
    }

    .checkbox-circle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

        .checkbox-circle input:checked ~ .checkmark:after {
            display: block;
        }

    .checkbox-circle .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        border: 1px solid #fff;
    }

        .checkbox-circle .checkmark:after {
            content: "";
            top: 3px;
            left: 3px;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            display: none;
        }

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .wizard {
        padding: 50px 20px !important;
        flex-direction: column;
    }

        .wizard .steps {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px;
        }

            .wizard .steps li {
                width: 49.5%;
                display: inline-block;
            }

        .wizard .content {
            width: 100%;
        }

    .section-style {
        flex-direction: column;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .image-holder h3 {
        top: 30%;
        font-size: 20px;
        border: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    .section-style .board-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .section-style .form-wrapper, .section-style .pay-wrapper {
        width: 100%;
    }

    .steps li a:before {
        content: "";
        width: 60%;
        height: 3px;
        position: absolute;
        right: 20px;
        bottom: 0;
        top: unset;
    }

    .steps i {
        font-size: 22px;
        color: #cfcfcf;
    }

    .steps ul {
        border-right: none;
    }

    .wizard .steps {
        border-left: none;
        margin-bottom: 8px;
        border-bottom: 2px solid #ebebeb;
    }

    .inner {
        padding-bottom: 40px;
    }

    button.forward, .final-botton {
        bottom: -70px;
    }

    footer {
        padding: 0 30px;
        text-align: center;
    }

    .form-row {
        display: block;
        margin-bottom: 0;
    }

        .form-row .form-holder {
            width: 100%;
            margin-right: 0;
        }

        .form-row .select {
            width: 100%;
            margin-right: 0;
        }

    .form-control, .select-control {
        margin-bottom: 29px;
    }

    .form-holder span.placeholder {
        bottom: 36px;
    }

    .form-holder span.lnr-chevron-down, .form-holder span.lnr-calendar-full {
        bottom: 39px;
    }

    .select span.lnr-chevron-down {
        bottom: 10px;
    }

    h3 {
        width: 90%;
        text-align: center;
    }

    #Frm_final .final-results {
        display: block;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    ...
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    ...
}

/*// Large devices (desktops, 992px and up)*/
and (max-width: 1199.98px) {
    ...
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    ...
}

@media (max-width: 1500px) {
    .wrapper {
        height: auto;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .login-signup {
        float: left !important;
        margin: 0 8px;
        border-radius: 0 0 30px 30px;
        background: rgb(78,217,237);
        background: -moz-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
        background: linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ed9ed",endColorstr="#057df0",GradientType=1);
    }

        .login-signup a {
            color: #fff !important;
            padding: 9px 13px 17px !important;
        }
}

@media (max-width: 1199px) {
    .wrapper {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .wizard {
        padding: 50px;
    }
}



/*SignUp Section*/
a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

    input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        margin: 0;
    }

    input:focus, select:focus, textarea:focus {
        outline: none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
        -ms-box-shadow: none !important;
    }

    input[type=checkbox] {
        appearance: checkbox !important;
        -moz-appearance: checkbox !important;
        -webkit-appearance: checkbox !important;
        -o-appearance: checkbox !important;
        -ms-appearance: checkbox !important;
    }


    input[type=radio] {
        appearance: radio !important;
        -moz-appearance: radio !important;
        -webkit-appearance: radio !important;
        -o-appearance: radio !important;
        -ms-appearance: radio !important;
    }

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #777;
}

h2 {
    line-height: 1.66;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #222;
    font-family: Poppins;
    font-size: 36px;
}

.main {
    background: #f8f8f8;
    padding: 150px 0;
}

.clear {
    clear: both;
}

#ModalPartial .modal-dialog, #ModalPartial2 .modal-dialog {
    width: 50% !important;
    right: 25% !important;
    overflow: hidden;
    padding: 0;
    margin-top: 60px;
}

#ModalPartial .modal-header, #ModalPartial2 .modal-header {
    padding: 0;
    min-height: 0;
}

    #ModalPartial .modal-header .close {
        z-index: 9999;
        color: #000000;
        position: absolute;
        left: 5px;
        top: 5px;
    }

#ModalPartial .modal-dialog .modal-content {
    min-height: 400px;
}

body {
    font-size: 13px;
    line-height: 1.8;
    color: #222;
    background: #f8f8f8;
    font-weight: 400;
    font-family: Poppins;
}

.container {
    width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
}

.display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.signup {
    margin-bottom: 150px;
}

.signup-content {
    padding: 75px 0;
}

.signup-form, .signup-image, .signin-form, .signin-image {
    overflow: hidden;
}

.signup-image {
    margin: 0 55px;
}

.form-title {
    margin-bottom: 33px;
}

.signup-image {
    margin-top: 45px;
}

figure {
    margin-bottom: 50px;
    text-align: center;
}

.form-submit {
    padding: 0;
    border: none;
    text-align: center;
    background: rgb(78,217,237);
    background: -moz-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    background: linear-gradient(45deg, rgba(78,217,237,1) 0%, rgba(5,125,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4ed9ed",endColorstr="#057df0",GradientType=1);
    padding: 10px 25px 10px 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    font-weight: 600;
    margin: auto;
    margin-top: 50px;
}

footer p {
    font-size: 13px;
    text-align: center;
}

.form-submit:hover {
    background: #4292dc;
}

#signin {
    margin-top: 16px;
}
/*
.sign-up {
    position: absolute;
    right: -100%;
   visibility: hidden;
    opacity: 0;
} */

.sign-in, .sign-up {
    top: 20px;
    width: 100%;
}

.signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center;
}

.term-service {
    font-size: 13px;
    color: #222;
}

.signup-form {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 34px;
}

.register-form {
    width: 100%;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

    .form-group:last-child {
        margin-bottom: 0px;
    }

input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: Poppins;
    box-sizing: border-box;
}

    input::-webkit-input-placeholder {
        color: #999;
    }

    input::-moz-placeholder {
        color: #999;
    }

    input:-ms-input-placeholder {
        color: #999;
    }

    input:-moz-placeholder {
        color: #999;
    }

    input:focus {
        border-bottom: 1px solid #222;
    }

        input:focus::-webkit-input-placeholder {
            color: #222;
        }

        input:focus::-moz-placeholder {
            color: #222;
        }

        input:focus:-ms-input-placeholder {
            color: #222;
        }

        input:focus:-moz-placeholder {
            color: #222;
        }

    input[type=checkbox]:not(old) {
        width: 2em;
        margin: 0;
        padding: 0;
        font-size: 1em;
        display: none;
    }

        input[type=checkbox]:not(old) + label {
            display: inline-block;
            line-height: 1.5em;
            margin-top: 6px;
        }

            input[type=checkbox]:not(old) + label > span {
                display: inline-block;
                width: 13px;
                height: 13px;
                margin-right: 15px;
                margin-bottom: 3px;
                border: 1px solid #999;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -o-border-radius: 2px;
                -ms-border-radius: 2px;
                background: white;
                background-image: -moz-linear-gradient(white, white);
                background-image: -ms-linear-gradient(white, white);
                background-image: -o-linear-gradient(white, white);
                background-image: -webkit-linear-gradient(white, white);
                background-image: linear-gradient(white, white);
                vertical-align: bottom;
            }

        input[type=checkbox]:not(old):checked + label > span {
            background-image: -moz-linear-gradient(white, white);
            background-image: -ms-linear-gradient(white, white);
            background-image: -o-linear-gradient(white, white);
            background-image: -webkit-linear-gradient(white, white);
            background-image: linear-gradient(white, white);
        }

            input[type=checkbox]:not(old):checked + label > span:before {
                content: '\f26b';
                display: block;
                color: #222;
                font-size: 11px;
                line-height: 1.2;
                text-align: center;
                font-family: 'Material-Design-Iconic-Font';
                font-weight: bold;
            }

.agree-term {
    display: inline-block;
    width: auto;
}

.signin-form label, .sign-up label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
}

.label-has-error {
    top: 22%;
}

label.error {
    position: relative;
    background: url("../images/unchecked.gif") no-repeat;
    background-position-y: 3px;
    padding-left: 20px;
    display: block;
    margin-top: 20px;
}

label.valid {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -6px;
    width: 20px;
    height: 20px;
    background: transparent;
}

    label.valid:after {
        font-family: 'Material-Design-Iconic-Font';
        content: '\f269';
        width: 100%;
        height: 100%;
        position: absolute;
        /* right: 0; */
        font-size: 16px;
        color: green;
    }

.label-agree-term {
    position: relative;
    top: 0%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.material-icons-name {
    font-size: 18px;
}

.signin-content {
    padding-top: 0;
    padding-bottom: 0px;
}

.social-login {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-top: 80px;
}

.social-label {
    display: inline-block;
    margin-right: 15px;
}

.socials li {
    padding: 5px;
}

    .socials li:last-child {
        margin-right: 0px;
    }

    .socials li a {
        text-decoration: none;
    }

        .socials li a i {
            width: 30px;
            height: 30px;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            -ms-border-radius: 5px;
            transform: translateZ(0);
            -moz-transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -o-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

    .socials li:hover a i {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0);
    }

.zmdi-facebook {
    background: #3b5998;
}

.zmdi-twitter {
    background: #1da0f2;
}

.zmdi-google {
    background: #e72734;
}

.signin-form {
    margin-right: 40px;
    margin-left: 80px;
    width: 50%;
}

.backk {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.signin-image {
    margin-left: 110px;
    margin-right: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: calc( 100% - 30px);
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 768px) {
    .signup-content, .signin-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .signup-form {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        /* box-sizing: border-box; */
        padding: 0 30px;
    }

    .signin-image {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        order: 2;
        -moz-order: 2;
        -webkit-order: 2;
        -o-order: 2;
        -ms-order: 2;
    }

    .signup-form, .signup-image, .signin-form, .signin-image {
        width: auto;
    }

    .social-login {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .form-button {
        text-align: center;
    }

    .signin-form {
        order: 1;
        -moz-order: 1;
        -webkit-order: 1;
        -o-order: 1;
        -ms-order: 1;
        margin-right: 0px;
        margin-left: 0px;
        padding: 0 30px;
    }

    .form-title {
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .social-login {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .social-label {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}


/*# sourceMappingURL=style.css.map */
.change-login {
    padding: 30px;
}

.form-button {
    margin-top: 35px;
}

.change-login span {
    font-size: 16px;
    color: #47d0ed;
    cursor: pointer;
}

    .change-login span i {
        font-size: 25px;
        vertical-align: sub;
        margin-left: 5px;
    }

.left-secc {
    height: 100%;
    position: relative;
}

#OfficeTime, #Frm_final {
    width: 100%;
    padding: 20px;
}

.final-results {
    display: flex;
    justify-content: space-around;
}

.final-results-col {
    flex: 1 1 50%;
    padding: 15px 35px;
}

    .final-results-col .form-control[disabled], .final-results-col .form-control[readonly], .final-results-col fieldset[disabled] .form-control {
        background: transparent !important;
        display: inline-block;
        width: fit-content;
        margin: 0 15px;
        border: none;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 2px solid #beecf9;
    }

.data-box {
    padding: 15px 10px;
}

    .data-box .ion-person-stalker {
        color: #ddd;
        vertical-align: middle;
        margin-left: 8px;
    }

    .data-box legend {
        margin-bottom: 0 !important;
    }

.steps .number {
    display: none;
}

.top-final {
    margin-bottom: 20px;
}

.steps i {
    font-size: 19px;
    margin-left: 7px;
    vertical-align: middle;
    color: #65def9;
}

.wizcol i, .wizfull i, .final-results i {
    font-size: 15px;
    margin-left: 7px;
    vertical-align: text-bottom;
    color: #bbb;
}

#personInfo i {
    font-size: 15px;
    margin-left: 7px;
    vertical-align: top;
    color: #bbb;
}

#personInfo span {
    line-height: 30px;
}

.animated-tooltip {
    display: none;
    text-align: center;
    margin-bottom: -40px;
    padding: 3px 15px;
    bottom: 35px;
    min-width: 250px;
    z-index: 999;
    position: relative;
    background: #fff;
    border: 2px solid #fca5a5;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

    .animated-tooltip:after, .animated-tooltip:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .animated-tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .animated-tooltip:before {
        border-color: rgba(238, 238, 238, 0);
        border-top-color: #fca5a5;
        border-width: 11px;
        margin-left: -11px;
    }

    .animated-tooltip .animated-tooltip-close {
        position: absolute;
        right: 15px;
        color: #fca5a5;
        cursor: pointer;
        font-size: 16px;
    }

    .animated-tooltip .animated-tooltip-text {
        font-size: 13px;
        font-weight: 200;
    }

.radio-time-select {
    display: inline-block !important;
    margin: 4px !important;
    font-weight: 400 !important;
    font-size: 14px;
    padding: 7px 14px;
    border: 1px solid #d8d8d8;
    color: #545d65;
    background: white;
    border-radius: 23px;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    position: relative;
}

    .radio-time-select.selected {
        background: #ed520f;
        color: #fff;
        border-color: #d8490b;
    }

    .radio-time-select input {
        opacity: 0.01;
        width: 95%;
        height: 40px;
        position: absolute;
        top: 0;
        cursor: pointer;
    }

.final-results-page {
    padding: 40px;
    text-align: center;
}

    .final-results-page h3 {
        color: #787878;
        border-top: 2px solid #f1f1f1;
        padding: 22px 20px 0px;
        font-size: 18px;
    }

    .final-results-page .right-res {
        border-left: 2px solid #4fe4f9;
    }

    .final-results-page i {
        color: #afafaf;
        margin-left: 6px;
        vertical-align: sub;
    }

    span.error{
        color:crimson;
    }


/*==== Loading ========*/

/*Hidden class for adding and removing*/
.lds-dual-ring.hidden {
    display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/*Spinner Styles*/
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

