
img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.wizard h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    /* font-size: 0.67em; */
    /* margin: 2.33em 0; */
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    /* margin: 1em 0; */
}

code,
kbd,
pre,
samp {
    font-family: 'Titillium Web';
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before,
    q:after {
        content: '';
        content: none;
    }

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

    /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
    Common 
*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a,
    .tabcontrol a {
        outline: 0;
    }

    .wizard ul,
    .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        display: flex;
    }

.steps ul {
    width: calc(100% + 8px);
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    /* margin-bottom: 30px; */
    margin-top: 5px;
    width: auto;
}

.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
}

.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard > .steps .number {
    font-size: 0;
    display: block;
    width: auto;
    margin: auto;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 50%;
    width: 20px;
    background: #9EF2D7;
    height: 20px;
    border: 2px solid #6fbab0;
    position: relative;
    z-index: 1;
}

.wizard > .steps a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #6FBAB0;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: -1;
}

.wizard > .steps .first a:before {
    width: 44%;
    right: 0;
    left: unset;
}

.wizard > .steps li:nth-child(3) a:before {
    width: 46%;
}


.wizard > .steps .current a:before {
    background: #061541;
}

.wizard > .steps .current .number {
    border: 2px solid #061541;
}

.title-section {
    color: #061541;
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 600;
    opacity: 0;
    line-height: 1;
}

.current .title-section {
    opacity: 1;
}

.wizard > .steps > ul > li {
    width: 28%;
    text-align: center;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    display: inline-block;
}

.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    cursor: default;
}

.wizard > .steps .done a .number {
    border: 2px solid #061541;
    background-color: #061541;
}

.wizard > .steps .done a:before {
    background: #061541;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
}

    .wizard > .steps .error a .number {
        border: 2px solid #ff3111;
    }

    .wizard > .steps .error a:before {
        background: #ff3111;
    }

.wizard > .content {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
}

.wizard.vertical > .content {
}

.wizard > .content > .body {
    padding: 1rem 0;
    position: absolute;
    opacity: 0;
}

    .wizard > .content > .body.current {
        position: unset;
        opacity: 1;
        padding: 0px !important;
        overflow: hidden;
    }

        .wizard > .content > .body.current h2 {
            margin: 0;
        }


    .wizard > .content > .body input {
        display: block;
        border: 1px solid #D3DEE3;
    }

.wizard .input-text {
    padding: 0.7rem 1rem;
    line-height: 20px;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    border-radius: 17px;
    box-shadow: unset;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: #a6a6a6 !important;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6a6a6 !important;
}

.form-control::placeholder {
    color: #a6a6a6 !important;
}

.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}

.wizard > .content > .body input.error, .wizard > .content > .body select.error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
    border-radius: 17px;
}

.wizard > .content > .body .errors.sozlesme1,
.wizard > .content > .body .errors.sozlesme2 {
    color: #e85757;
}

    .wizard > .content > .body .errors.sozlesme1 span,
    .wizard > .content > .body .errors.sozlesme2 span {
        border: 3px solid #e85757 !important;
    }

.wizard > .content > .body .input-group input.error {
    border-radius: 17px 0 0 17px;
}

.wizard > .content > .body .input-group input {
    border-radius: 17px 0 0 17px !important;
    display: flex;
    flex: 1 1 auto;
}

.wizard > .content > .body .input-group.timepicker input {
    border-radius: 6px 0 0 6px !important;
}

.wizard > .content > .body input.error[disabled] {
    background: #bfbfbf73;
    border: 1px solid #bfbfbf73;
    color: #bfbfbf73;
}

.wizard > .content > .body label {
    display: block;
    line-height: 12px;
    font-weight: 600;
}

.attention-info, .error-message {
    display: none;
    text-align: center;
    color: white;
    background: #e85757;
    padding: 1rem;
}

.error-data .error-message {
    display: block;
}

    .error-data .error-message > label {
        padding: 0;
        margin: 0 !important;
        font-weight: 500 !important;
    }

.wizard > .content > .body .kt-radio {
    background: #fff;
    padding: 0.7rem 0 0.7rem 3.5rem;
    border-radius: 4rem;
    line-height: 2.4rem;
    display: block;
    width: 222px;
    margin: 1rem auto;
    color: #071642;
}

.wizard > .content > .body .wizard-group .kt-radio {
    line-height: 2.4rem;
    padding: 0.5rem 0 0.5rem 3.5rem;
    height: 36px;
}

.register label.kt-radio {
    border: unset !important;
}

.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
    font-weight: 300;
    font-size: 1.2rem;
    display: none;
}

.wizard > .content > .body .dogrula label.error {
    display: none !important;
}

.register a[href="#finish"] {
    opacity: 0 !important;
}

.wizard > .content > .body .kt-radio label.error {
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 12px;
    color: #e22b13;
    width: 100%;
    margin: 0;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    /* width: 100%; */
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
    margin: 0;
}

    .wizard > .actions > ul > li {
        margin: 0 0.5em;
        display: inline-block;
        vertical-align: middle;
    }

        .wizard > .actions > ul > li:nth-child(1) {
            left: 0;
            position: absolute;
        }

        .wizard > .actions > ul > li:nth-child(2) {
            float: right;
        }

        .wizard > .actions > ul > li:nth-child(3) {
            /* opacity: 0; */
        }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    color: #061541;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    line-height: 3rem;
    cursor: pointer !important;
}

    .wizard > .actions a i {
        font-size: 30px;
        margin: 0 1rem;
    }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    opacity: 0;
}

.wizard > .loading {
}

    .wizard > .loading .spinner {
    }



/*
    Tabcontrol
*/

.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

    .tabcontrol > .steps > ul {
        position: relative;
        margin: 6px 0 0 0;
        top: 1px;
        z-index: 1;
    }

        .tabcontrol > .steps > ul > li {
            float: left;
            margin: 5px 2px 0 0;
            padding: 1px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            .tabcontrol > .steps > ul > li:hover {
                background: #edecec;
                border: 1px solid #bbb;
                padding: 0;
            }

            .tabcontrol > .steps > ul > li.current {
                background: #fff;
                border: 1px solid #bbb;
                border-bottom: 0 none;
                padding: 0 0 1px 0;
                margin-top: 0;
            }

            .tabcontrol > .steps > ul > li > a {
                color: #5f5f5f;
                display: inline-block;
                border: 0 none;
                margin: 0;
                padding: 10px 30px;
                text-decoration: none;
            }

                .tabcontrol > .steps > ul > li > a:hover {
                    text-decoration: none;
                }

            .tabcontrol > .steps > ul > li.current > a {
                padding: 15px 30px 10px 30px;
            }

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

    .tabcontrol > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .tabcontrol > .content > .body ul {
            list-style: disc !important;
        }

            .tabcontrol > .content > .body ul > li {
                display: list-item;
            }

.companyName, .companyNameNull {
    display: inline-block !important;
}

.wizard-group {
    display: flex;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

.place-holder::-webkit-input-placeholder {
    color: #08131F;
}

.place-holder:-moz-placeholder {
    color: #08131F;
}

.place-holder::-moz-placeholder {
    color: #08131F;
}

.place-holder:-ms-input-placeholder {
    color: #08131F;
}

.steps > ul > li > a,
.actions li a {
    padding: 0;
    text-decoration: none;
    margin: 0px;
    display: block;
    color: #777;
    position: relative;
}

.steps > ul > li,
.actions li {
    list-style: none;
}

.onboard .wizard > .steps a:before {
    background: #d8d8d8;
}

.onboard .wizard > .steps .number {
    background: #fff;
    border: 2px solid #d8d8d8;
}

.onboard .wizard > .steps li:nth-child(3) a:before {
    width: 100% !important;
}

.onboard .wizard > .steps > ul > li {
    width: 12%;
}

    .onboard .wizard > .steps > ul > li:first-child {
        /* width: 69px; */
    }

.onboard .wizard > .steps li:nth-child(7) a:before {
    width: 46%;
}

.onboard .wizard > .steps .current a:before {
    background: #12D69A;
}

.onboard .wizard > .steps .current .number {
    border: 2px solid #12D69A;
}

.onboard .title-section {
    color: #12D69A;
}

.onboard .wizard > .steps .done a .number {
    border: 2px solid #12D69A;
    background-color: #12D69A;
    background-image: url(../img/svg/check.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

.onboard .wizard > .steps .done a:before {
    background-color: #12D69A;
}

.onboard .wizard > .content > .body .kt-radio {
    border: 1px solid #eeeeee;
    width: 22%;
    display: inline-block;
    margin: 1rem;
}

    .onboard .wizard > .content > .body .kt-radio.errors {
        border: 1px solid #f7b3b3;
    }

.onboard .wizard > .content > .body .kt-checkbox {
    display: inline-block;
    margin: 1rem;
}

.onboard .wizard > .content > .body .price-table-section .kt-radio {
    width: 90%;
}

.onboard .wizard > .steps .error a .number {
    border: 2px solid #ff3111;
}

.onboard .wizard > .steps .error a:before {
    background: #ff3111;
}

.onboard .wizard > .steps .error .title-section {
    color: #ff3111;
}

.onboard .wizard > .actions a {
    background: #12d69a;
    padding: .6rem 4rem;
    border-radius: 26px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    line-height: 1.428571429;
}

.onboard .wizard > .actions > ul > li:nth-child(1) a {
    background: #b0b3b2;
}

.onboard .wizard > .actions a i {
    display: none;
}

.onboard .wizard > .actions a:hover,
.onboard .wizard > .actions a:active {
    background: #02b780;
    color: #fff;
}

.onboard .wizard > .content > .body label {
    font-weight: 500;
    font-size: 1.3rem;
}

.wizard > .content > .body .custom-file-label.form-control.errors {
    border: 1px solid #f4d4d5 !important;
    background: #fbe3e4;
}

.onboard .wizard > .content > .body label.error {
    display: block;
    margin: 1rem 0 1.2rem 0;
    font-size: 12px;
}

.onboard .wizard > .content > .body .kt-radio label.error {
    display: none !important;
}

.onboard .wizard > .content > .body.paket-sayisi label.error {
    display: none !important;
}

.onboard .wizard > .content > .body.contract .kt-radio {
    width: 100%;
    border: unset;
    margin: 0 0 2rem 0;
}

.onboard .wizard > .content > .body.contract.sozlesme .kt-radio span {
    border-radius: 5px !important;
    border: 3px solid #959ca9;
}

    .onboard .wizard > .content > .body.contract.sozlesme .kt-radio span:after {
        border-radius: 5px !important;
    }

.onboard .wizard > .content > .body.contract .kt-radio span {
    border: 3px solid #d1d7e2;
    height: 20px;
    width: 20px;
}

.onboard .wizard > .content > .body.contract .kt-radio > span:after {
    border: solid #0A153E;
    background: #0A153E;
    height: 18px;
    width: 18px;
    background-image: url(../img/svg/check.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}

label.sa {
    display: none !important;
}

.contract-case {
    border: 1px solid #13d69a;
    padding: 2rem;
    border-radius: 2rem;
}

.contract-text {
    height: 400px;
    overflow: scroll;
    width: 100%;
    overflow-x: unset;
}

    .contract-text h3 {
        color: #0a153e;
    }

.sozlesme a {
    color: #13d69a;
    padding: 0.7rem 0 0.7rem 1rem;
    cursor: pointer;
}

    .sozlesme a i {
        font-size: 3rem;
        position: absolute;
        margin-left: 1rem;
        margin-top: -5px;
    }

.sozlesme .btn {
}
