* {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

.wrapper {
    width: 1230px;
    margin: auto;
    padding: 0 15px;
    max-width: 100%
}

body {
    background: linear-gradient(92.23deg,rgba(80,116,145,.7) 6.99%,rgba(10,33,66,.8) 86.52%);
    min-height: 100vh;
    font-family: Lato,sans-serif
}

.header {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9
}

    .header .logo {
        float: left
    }

        .header .logo h2 {
            font-weight: 700;
            font-size: 30px;
            line-height: 36px;
            color: #525252
        }

        .header .logo h6 {
            font-weight: 300;
            font-size: 17px;
            line-height: 21px;
            color: #dbdbdb
        }

    .header .dwnld {
        float: right
    }

.smartwizard {
    padding-bottom: 50px
}

    .smartwizard ul.nav {
        display: table;
        width: 100%;
        text-align: center;
        vertical-align: top;
        padding-top: 50px
    }

        .smartwizard ul.nav li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 150px;
            max-width: 33.33%
        }

            .smartwizard ul.nav li.bar a:before {
                content: "";
                height: 1px;
                width: calc(50% - -25px);
                left: -50px;
                top: 17px;
                background: #7e98ac;
                position: absolute
            }

            .smartwizard ul.nav li a {
                color: #7e98ac;
                font-weight: 700;
                font-size: 16px;
                line-height: 19px;
                transition: all ease .8s;
                padding: 0
            }

                .smartwizard ul.nav li a strong {
                    transition: all ease .8s;
                    width: 34px;
                    height: 34px;
                    line-height: 30px;
                    display: inline-block;
                    border-radius: 50%;
                    font-size: 14px;
                    font-weight: 400;
                    color: #fff;
                    margin-bottom: 8px;
                    background: #7e98ac;
                    position: relative;
                    top: 0;
                    border: 2px solid transparent
                }

                .smartwizard ul.nav li a.done {
                    color: #29415a
                }

                    .smartwizard ul.nav li a.done strong {
                        background: #29415a
                    }

                    .smartwizard ul.nav li a.done:before {
                        background: #29415a
                    }

                .smartwizard ul.nav li a.active {
                    /*color: #29415a*/
                    color:white;
                }

                    .smartwizard ul.nav li a.active strong {
                        /*background: #29415a;*/
                        background:#5c9dc0;
                        border-color: #7e98ac
                    }

                    .smartwizard ul.nav li a.active:before {
                        background: #29415a
                    }

    .smartwizard .toolbar {
        padding: 0 30px;
        margin-top: 0
    }

        .smartwizard .toolbar button {
            background: linear-gradient(90deg,#7d97ab .44%,#4f5f75 100%) !important;
            box-shadow: 0 4px 20px rgba(61,64,68,.25);
            border-radius: 5px;
            font-size: 16px;
            line-height: 24px;
            height: 40px;
            width: 170px;
            color: #fff;
            border: 0;
            font-weight: 700;
            max-width: 48%
        }

            .smartwizard .toolbar button.sw-btn-prev {
                background: 0 0 !important;
                border: 2px solid #4e5f74;
                color: #4e5f74;
                float: left
            }

            .smartwizard .toolbar button.disabled {
                display: none
            }

    .smartwizard .tab-content {
        position: relative;
        overflow: hidden;
        height: auto !important
    }

        .smartwizard .tab-content .tab-pane {
            width: 100% !important;
            padding: 40px 30px;
            padding-bottom: 0
        }

.stepBox {
    background: #f5f9ff;
    box-shadow: 0 4px 17px rgba(0,0,0,.11);
    margin-bottom: 40px
}

    .stepBox .stepBoxHead {
        background: linear-gradient(98.81deg,#7f98ad 2.57%,#4d5d73 100.12%),#f5f9ff;
        box-shadow: 0 4px 17px rgba(0,0,0,.11);
        padding: 15px 35px
    }

        .stepBox .stepBoxHead h2 {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            margin: 0
        }

    .stepBox .stepBoxContent {
        padding: 35px;
        padding-bottom: 20px
    }

.dropdown-toggle {
    text-align: left;
    position: relative;
    background: #dae4f5;
    color: #b4becc;
    outline: 0 !important;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px
}

    .dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%)
    }

button {
    outline: 0 !important;
    box-shadow: none !important
}

input, textarea {
    background: #dae4f5;
    padding: 10px 15px;
    height: 40px;
    display: block;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid transparent !important;
    color: #3f4956
}

    input::placeholder, textarea::placeholder {
        color: #b4becc
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #b4becc
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #b4becc
    }

    input:focus, textarea:focus {
        border: 1px solid #566f87 !important
    }

.btn-group .dropdown-toggle:focus {
    border: 1px solid #566f87 !important
}

.btn-group ul.dropdown-menu {
    transform: translate3d(0,36px,0) !important;
    overflow: hidden
}

textarea {
    height: 107px;
    max-height: 107px
}

.form-control.select {
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;
    appearance: none;
    padding-right: 38px;
    background-color: #dae4f5;
    border-color: #dae4f5;
    border-radius: 5px;
    font-size: 14px
}

    .form-control.select:focus {
        border-color: #566f87;
        box-shadow: none
    }

.form-group {
    margin-bottom: 30px
}

    .form-group label {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #777e8f;
        margin-bottom: 10px;
        min-height: 19px;
        display: block;
        width: 100%
    }

.btn-group .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0
}

    .btn-group .dropdown-menu li {
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.0509803921568627) inset
    }

        .btn-group .dropdown-menu li a {
            color: #3f4956;
            text-decoration: none;
            display: block;
            transition: all ease .3s;
            padding: 5px 15px
        }

            .btn-group .dropdown-menu li a:hover {
                color: #fff;
                background: linear-gradient(-98.81deg,#7f98ad 2.57%,#4d5d73 100.12%),#f5f9ff
            }

.added {
    background: #c6d2de !important;
    color: #3f4956 !important
}

.responsiveScroll::-webkit-scrollbar {
    width: 4px
}

.responsiveScroll::-webkit-scrollbar-track {
    background: 0 0
}

.responsiveScroll::-webkit-scrollbar-thumb {
    background-color: #f5f9ff
}

.datepicker {
    width: 100%;
    position: relative
}

    .datepicker .fa {
        position: absolute;
        right: 15px;
        top: 13px;
        color: #3b4d68
    }

    .datepicker input {
        background: #dae4f5 !important;
        padding-right: 40px !important
    }

.my-tab-content .nav-tabs {
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    width: auto !important;
    padding: 0 !important;
    display: block !important;
    font-size: 0;
    margin: auto;
    width: 360px !important;
    max-width: 100%
}

    .my-tab-content .nav-tabs li {
        border-radius: 5px;
        width: 50% !important;
        max-width: none !important
    }

        .my-tab-content .nav-tabs li a {
            display: block;
            width: 100%;
            height: 29px;
            background: #7d97ab;
            color: #fff !important;
            font-weight: 400 !important;
            font-size: 13px !important;
            line-height: 18px !important;
            padding: 5px !important;
            border-radius: 0 !important;
            border: none !important
        }

            .my-tab-content .nav-tabs li a.active {
                background: linear-gradient(98.77deg,#566f87 0,#223951 100%),#c4c4c4;
                box-shadow: 1px 0 4px rgba(0,0,0,.25);
                position: relative;
                z-index: 3
            }

.my-tab-content .tab-content .tab-pane {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.my-tab-content .teethWrap {
    padding-bottom: 30px
}

    .my-tab-content .teethWrap ul {
        display: table;
        width: 100%;
        font-size: 0;
        text-align: center;
        max-width: 767px;
        margin: auto
    }

        .my-tab-content .teethWrap ul li {
            display: inline-block;
            width: 6.25%;
            cursor: pointer
        }

            .my-tab-content .teethWrap ul li span {
                color: #918890;
                font-size: 16px;
                line-height: 20px;
                font-weight: 700
            }

            .my-tab-content .teethWrap ul li img {
                display: none;
                width: 100%
            }

                .my-tab-content .teethWrap ul li img.normal {
                    display: block
                }

            .my-tab-content .teethWrap ul li:hover span {
                color: #4586f9
            }

            .my-tab-content .teethWrap ul li:hover img.normal {
                display: none
            }

            .my-tab-content .teethWrap ul li:hover img.hover {
                display: block
            }

            .my-tab-content .teethWrap ul li.active span {
                color: #c7a97f
            }

            .my-tab-content .teethWrap ul li.active img.normal {
                display: none
            }

            .my-tab-content .teethWrap ul li.active img.hover {
                display: none
            }

            .my-tab-content .teethWrap ul li.active img.active {
                display: block
            }

.evaluate > p {
    text-align: center
}

.customcheckbox {
    padding-left: 25px;
    position: relative
}

    .customcheckbox span {
        font-size: 14px;
        line-height: 21px;
        display: flex
    }

    .customcheckbox input[type=checkbox] {
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px
    }

        .customcheckbox input[type=checkbox] + i {
            position: absolute;
            left: 0;
            top: 0;
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 15px;
            border: 2px solid #b4becc;
            border-radius: 3px;
            color: #fff;
            text-align: center;
            font-size: 0
        }

        .customcheckbox input[type=checkbox]:checked + i {
            background: #4e5f74;
            border: 2px solid #587bbf;
            font-size: 12px
        }

    .customcheckbox.other input[type=text] {
        display: none;
        height: 20px;
        width: 110px;
        border-radius: 0;
        font-size: 11px
    }

    .customcheckbox.other input[type=checkbox]:checked + i + span {
        display: none
    }

        .customcheckbox.other input[type=checkbox]:checked + i + span + input[type=text] {
            display: block
        }

.checkboxesWrap {
    padding-top: 15px
}

    .checkboxesWrap ul {
        text-align: left;
        font-size: 0
    }

        .checkboxesWrap ul li {
            display: inline-block;
            width: 25%;
            margin-bottom: 15px
        }

.filelists {
    margin: 20px 0
}

    .filelists h5 {
        margin: 10px 0 0
    }

    .filelists .start_all {
        background: #455a64;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
        clear: both;
        display: inline-block;
        font-size: 10px;
        margin: 0 10px 0 0;
        padding: 8px 12px;
        text-transform: uppercase
    }

    .filelists .cancel_all {
        color: red;
        cursor: pointer;
        clear: both;
        display: inline-block;
        font-size: 10px;
        margin: 0;
        text-transform: uppercase
    }

.filelist {
    margin: 0;
    padding: 10px 0
}

    .filelist li {
        background: #fff;
        border-bottom: 1px solid #eceff1;
        font-size: 14px;
        list-style: none;
        padding: 5px;
        position: relative
    }

        .filelist li:before {
            display: none !important
        }

        .filelist li .bar {
            background: #eceff1;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 0;
            z-index: 0;
            -webkit-transition: width .1s linear;
            transition: width .1s linear
        }

        .filelist li .content {
            display: block;
            overflow: hidden;
            position: relative;
            z-index: 1
        }

        .filelist li .file {
            color: #455a64;
            float: left;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 50%;
            white-space: nowrap
        }

        .filelist li .progress {
            color: #b0bec5;
            display: block;
            float: right;
            font-size: 10px;
            text-transform: uppercase
        }

        .filelist li .cancel {
            color: red;
            cursor: pointer;
            display: block;
            float: right;
            font-size: 10px;
            margin: 0 0 0 10px;
            text-transform: uppercase
        }

        .filelist li.error .file {
            color: red
        }

        .filelist li.error .progress {
            color: red
        }

        .filelist li.error .cancel {
            display: none
        }

.dragDrop {
    height: 146px;
    border: 2px dashed #dae4f5;
    border-radius: 5px;
    text-align: center;
    padding: 35px 15px;
    position: relative;
    margin-bottom: 15px
}

    .dragDrop input {
        opacity: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
    }

    .dragDrop span {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        margin-top: 10px;
        color: #b4becc;
        display: block
    }

        .dragDrop span a {
            text-decoration: underline;
            color: #b4becc
        }

p.title {
    font-size: 15px;
    line-height: 18px;
    color: #777e8f
}

.fileWrap {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px
}

    .fileWrap .filebox {
        width: 50%;
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        display: block;
        float: left;
        padding-right: 50px
    }

        .fileWrap .filebox img {
            position: absolute;
            left: 0;
            top: 0;
            width: 20px
        }

        .fileWrap .filebox h5 {
            font-weight: 400;
            font-size: 13px;
            line-height: 13px;
            color: #777e8f;
            margin-bottom: 5px
        }

        .fileWrap .filebox h6 {
            font-weight: 400;
            font-size: 11px;
            line-height: 11px;
            color: #b4becc
        }

        .fileWrap .filebox i.fa {
            position: absolute;
            color: #777e8f;
            cursor: pointer;
            top: 5px;
            right: 35px
        }

        .fileWrap .filebox .progressWrap {
            background: #c5d5e1;
            margin-top: 10px;
            position: relative;
            border-radius: 2px;
            height: 4px;
            display: block;
            width: 80%
        }

            .fileWrap .filebox .progressWrap .progress {
                height: 4px;
                background: #4e5e74;
                display: block
            }

.modal-backdrop {
    background: #c4cad3;
    opacity: .4
}

.submitForm .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important
}

.submitForm .modal-content {
    border: 0;
    background: #f5f9ff;
    border-radius: 10px
}

.submitForm .close {
    margin-top: -8px
}

.submitForm .imgModal {
    width: 110px;
    margin: auto;
    display: block;
    margin-top: 15px
}

.submitForm h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    text-align: center;
    margin-top: 15px;
    color: #777e8f
}

.submitForm h5 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
    text-align: center;
    color: #b4becc
}

.submitForm .dform {
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 15px
}

.submitForm .spinner {
    display: none
}

.submitForm.active .modal-content {
    display: none
}

.submitForm.active .spinner {
    display: block
}

.ui-datepicker {
    box-shadow: 0 2px 4px rgba(0,0,0,.19)
}

    .ui-datepicker .ui-datepicker-header {
        border: 0;
        background: #c6d2de;
        color: #333;
        font-weight: 700;
        margin: -4px;
        border-radius: 0 !important
    }

        .ui-datepicker .ui-datepicker-header a {
            cursor: pointer !important;
            border: none !important;
            right: 2px !important;
            top: 2px !important
        }

            .ui-datepicker .ui-datepicker-header a.ui-state-hover {
                background: 0 0 !important
            }

    .ui-datepicker td span {
        border: none !important
    }

    .ui-datepicker td a {
        border: none !important
    }

        .ui-datepicker td a.ui-state-highlight {
            background: #29415a;
            color: #fff
        }

        .ui-datepicker td a.ui-state-active {
            background: #c5d5e1 !important;
            color: #000 !important
        }

@keyframes LoadingBar {
    0% {
        transform: translateX(-102%)
    }

    45% {
        transform: translateX(0)
    }

    55% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(102%)
    }

    100% {
        transform: translateX(102%)
    }
}

.warning {
    float: right;
    font-size: 75%;
    color: red
}

.myLoadingbarWrap {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9
}

    .myLoadingbarWrap .myLoadingbar {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 3px;
        background-color: transparent;
        z-index: 1099;
        overflow-x: hidden !important
    }

        .myLoadingbarWrap .myLoadingbar:before {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 102%;
            overflow-x: hidden !important;
            background-color: #29415a;
            animation: LoadingBar 3s cubic-bezier(.5,.01,.51,1) infinite;
            height: 3px;
            z-index: 1100
        }

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #29415a;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

.privacy {
    float: right;
    cursor: pointer;
    margin: 10px 0;
}

    .privacy span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid #000;
        border-radius: 50%;
        text-align: center;
        line-height: 34px;
        margin-right: 5px
    }

        .privacy span img {
            max-width: 20px
        }

.toolbar-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.76);
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 -1px 13px rgba(0,0,0,.15);
    transition: all ease .3s
}

.toolbar-bottom {
    padding: 0 45px !important;
    max-width: 1230px;
    width: 100%;
    margin: auto
}

.smartwizard {
    padding-bottom: 40px
}

.scrolling .toolbar-wrap {
    bottom: -100px
}

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media(max-width:768px) {
    .header {
        padding-left: 15px;
        padding-right: 15px;
        position: static
    }

    .smartwizard .toolbar {
        padding: 0 15px !important
    }

    .header .logo h6 {
        font-size: 12px;
        line-height: 14px
    }

    .header .dwnld {
        width: 41px
    }

        .header .dwnld img {
            width: 100%
        }

    .wrapper {
        padding: 0
    }

    .smartwizard {
        padding-bottom: 15px;
        height: calc(100% - 60px);
        overflow: auto
    }

        .smartwizard ul.nav {
            padding-top: 30px;
            display: none
        }

            .smartwizard ul.nav li {
                width: 105px
            }

                .smartwizard ul.nav li a {
                    font-size: 13px
                }

                    .smartwizard ul.nav li a::before {
                        width: calc(50% - -8px) !important;
                        left: -30px !important
                    }

        .smartwizard .widgartContent {
            padding-bottom: 55px
        }

        .smartwizard .tab-content .tab-pane {
            padding: 25px 15px;
            padding-bottom: 0;
            padding-top: 15px
        }

        .smartwizard .toolbar {
            padding: 0 15px;
            margin-top: 0
        }

    .stepBox {
        margin-bottom: 15px
    }

        .stepBox .stepBoxHead {
            padding: 15px 20px
        }

        .stepBox .stepBoxContent {
            padding: 20px;
            padding-bottom: 1px
        }

            .stepBox .stepBoxContent label {
                min-height: 0
            }

            .stepBox .stepBoxContent .form-group {
                margin-bottom: 20px
            }

    .checkboxesWrap ul li {
        width: 50%
    }

    .my-tab-content .teethWrap ul li span {
        font-size: 11px
    }

    .fileWrap .filebox {
        width: 100%
    }

        .fileWrap .filebox i.fa {
            right: 0
        }
}
