﻿
.pre-form {
    display: flex;
}

.traffic-page .pre-form .banner {
    background-position: -164px;
}

.breadcrumbs {
    padding: 12px 0;
}

    .breadcrumbs li {
        display: inline;
        margin-right: 5px;
        letter-spacing: .3px;
    }

    .breadcrumbs a.gray-bread {
        color: #3B4146 !important;
        position: relative;
        top: -2px;
        font-weight: normal;
    }

    .breadcrumbs a {
        color: #65675b;
        font-size: 12px;
    }

    .breadcrumbs li:after {
        content: '›';
        margin-left: 7px;
        position: relative;
        top: 2px;
        font-size: 23px;
        line-height: 12px;
        font-weight: 200;
    }

.pre-form .banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    position: relative;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .pre-form .banner .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .pre-form .banner > * {
        position: relative;
        z-index: 1;
    }

    .pre-form .banner .text p {
        font-size: 18px;
        font-weight: normal;
        color: #3B4146;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .pre-form .banner .steps {
        display: flex;
        justify-content: space-around;
        margin-top: auto;
    }

.pre-form .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 80px;
    border: 1px solid #f1f1f1;
}

    .pre-form .form p {
        color: #3B4146;
        margin-top: 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 15px;
    }

.pre-form .banner .steps > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    margin: 0 3px;
    width: 33%;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.btn-solid {
    background-color: #0089ec;
    color: #fff;
}

.btn-solid2 {
    background-color: #0a0a0a;
    color: #fff;
    width:200px;
}

    .btn-solid, .btn-solid2, .btn-ghost {
        border-radius: 5px;
        font-weight: bold;
        font-size: 16px;
        padding: 15px 25px;
        border: 0;
        letter-spacing: 1px;
    }

.btn-back {
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    letter-spacing: 1px;
}

.textbox {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

    .textbox .error-text::after {
        position: absolute;
        right: 10px;
        top: -43px;
        content: url(/assets/images/icon-warning.svg);
        display: block;
    }

    .textbox .error-text, .textbox .valid-text, .multiple-inline-textbox .error-text {
        position: relative;
        width: 100%;
        font-size: 11px;
        color: #fe5050;
        margin-top: 5px;
        letter-spacing: .5px;
    }

    .textbox.error input, .textbox.error.float-label label, .textbox input.has-error + label {
        color: #fe5050 !important;
    }

    .textbox.float-label label {
        position: absolute;
        top: 14px;
        left: 14px;
        padding: 0 8px;
        cursor: text;
        color: #6C7379;
        font-weight: 400;
        background: #fff;
    }

    .textbox label {
        font-size: 16px;
        color: #6C7379;
        font-weight: 600;
        transition: all .2s;
        letter-spacing: .3px;
    }

    .textbox.error input, .textbox.error.float-label label, .textbox input.has-error + label {
        color: #fe5050 !important;
    }

    .textbox.error input, .textbox input.has-error {
        border-color: #fe5050;
    }

    .textbox input {
        width: 100%;
        padding: 15px 20px;
        border-radius: 5px;
        border: 1px solid #a5a5a5;
        background-color: #fff;
        outline: none;
        color: #3B4146;
        font-size: 17px;
        text-transform: none;
        font-weight: bold;
        transition: all .1s;
        letter-spacing: 1px;
    }

.wrapper {
    height: 55px;
    position: relative;
    margin-bottom: 10px;
}

    .wrapper input {
        border: 2px solid #0089ec;
        border-radius: 10px;
        color: #fff !important;
        font-size: 16px;
        height: 100%;
        padding-left: 17px;
        padding-right: 10px;
        padding-top: 22px;
        width: 100%;
        /*min-width: 350px;*/
    }

    .wrapper .text-box {
        border: 2px solid #0089ec;
        border-radius: 10px;
    }

    .wrapper input:focus,
    .wrapper input:valid {
        color: #222 !important;
    }

    .wrapper input:focus + label,
    .wrapper input:valid + label {
        background-color: transparent;
        font-size: 11px;
        top: 14px;
        height: auto;
        width: auto;
        padding: 0 5px;
        color: #0089ec !important;
    }

    .wrapper input:focus + label {
        color: #a5a5a5 !important;
    }
    .wrapper input:focus,
    .wrapper input:valid {
        color: black !important;
    }

    .wrapper label {
        color: #0089ec !important;
        background-color: transparent !important;
        left: 15px;
        padding-right: 20px;
        pointer-events: none;
        position: absolute;
        top: 60%;
        height: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .8s ease;
    }

.text-label {
    color: #0089ec !important;
}

.wrapper .invalid {
    color: #F44336;
}

.wrapper .valid {
    color: #0089ec;
}

.wrapper .select2-container .select2-selection--single {
    border: 2px solid #0089ec;
    border-radius: 10px;
    color: #222 !important;
    font-size: 16px;
    height: 55px;
    padding-left: 3px;
    padding-right: 10px;
    padding-top: 22px;
}

.wrapper textarea {
    border: 2px solid #0089ec;
    border-radius: 10px;
    color: #222 !important;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    width: 100%;
    height: auto;
}

    .wrapper textarea:focus + label,
    .wrapper textarea:valid + label {
        background-color: transparent;
        font-size: 11px;
        top: 15px;
        left: 8px;
        height: auto;
        width: auto;
        background-color: #fff !important;
        padding: 0 5px;
        color: #0089ec !important;
    }

.wrapper textarea:focus + label {
    color: #a5a5a5 !important;
}

    .wrapper textarea:focus,
    .wrapper textarea:valid {
        color: #222 !important;
    }

.wrapper .label2 {
    font-size: 11px;
    top: 21px;
    background-color: transparent;
    padding: 0 5px;
    color: #0089ec !important;
}

.wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px;
    right: 5px;
}


.wrapper .form-group-feedback .form-group-feedback-right {
    height: 55px;
}

.wrapper2 {
    height: 55px;
    position: relative;
    margin-bottom: 10px;
}

    .wrapper2 input {
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #ddd !important;
        font-size: 16px;
        height: 100%;
        padding-left: 17px;
        padding-right: 10px;
        padding-top: 22px;
        width: 100%;
        /*min-width: 350px;*/
    }

.wrapper2 input .form-control {
    background: #f8f9fb;
    border: 1px solid #d5d5d6;
    border-radius: 6px;
    color: #476072;
    font-size: 15px;
    font-weight: 600;
    height: 56px;
    letter-spacing: .1px;
    padding: 20px 9px 4px 12px;
    text-align: left;
}

        .wrapper2 input:focus,
        .wrapper2 input:valid {
            color: #222 !important;
            border: 2px solid #d5d5d6;
        }

    .wrapper2 input:focus + label,
    .wrapper2 input:valid + label {
        background-color: transparent;
        font-size: 11px;
        top: 14px;
        height: auto;
        width: auto;
        padding: 0 5px;
        color: #0089ec !important;
    }

    .wrapper2 input:focus + label {
        color: #a5a5a5 !important;
    }

.wrapper2 label {
    color: black !important;
    background-color: transparent !important;
    left: 15px;
    padding-right: 20px;
    pointer-events: none;
    position: absolute;
    top: 60%;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .8s ease;
}

.validation-invalid-label, .validation-valid-label {
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
    display: block;
    color: #f44336;
    position: relative;
    padding-left: 0.625rem;
}

    .validation-invalid-label:before, .validation-valid-label:before {
        font-family: icomoon;
        font-size: 1rem;
        position: absolute;
        top: 0.12502rem;
        left: 0;
        display: inline-block;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.css-1yykyoh {
    color: rgb(67, 66, 66);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-align: initial;
    display: block;
    white-space: initial;
    width: initial;
}

.css-1cg45vy .branchFormGeneralBtnWrapper-text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

    .css-1cg45vy .branchFormGeneralBtnWrapper-text * {
        display: inline;
        text-align: center;
    }

.form-steps {
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-top: 15px;
}

    .form-steps .step.active {
        color: #3074FF;
    }

    .form-steps .step {
        letter-spacing: .5px;
        margin: 0 15px;
    }

    .form-steps > div {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .form-steps .step.active .number {
        background: #3074FF;
    }

    .form-steps .step .number {
        display: flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
        background: #878E94;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

.form {
    width: max-content;

}

@media (max-width: 400px).offer-detail__form {
    max-width: 400px;
}

    .form .container {
        max-width: 830px;
    }

    .form .a_btn {
        width: 100%;
    }

    .form .customer-info-form .info {
        margin-bottom: 0;
    }

    .form p {
        color: #3B4146;
        margin-top: 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    .form .form-part .info {
        width: 100%;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        color: #3B4146;
        margin: 30px 0;
    }

    .form .form-part .title {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #3B4146;
        margin-bottom: 25px;
    }

    .form .customer-info-form .customer-form {
        margin-top: 30px;
        justify-content: space-between;
    }

    .form .form-part .inner {
        box-shadow: 0px 4px 40px rgb(0 0 0 / 5%);
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        padding: 20px 50px;
        background: #fff;
    }

    .form .customer-info-form .customer-form .chkbox {
        margin: 15px 0px;
    }

.chkbox {
    position: relative;
    color: rgb(52, 62, 71);
    padding-left: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 20px;
}


.stepper {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    overflow: hidden;
    transition: height .2s ease-in-out;
}

.stepper-h {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    list-style: none;
    overflow: hidden;
    transition: height .2s ease-in-out;
}

.stepper-item {
    position: relative;
    padding: 0;
    left: -78px;
    width: 100%;
    list-style: none;
    overflow: hidden;
    transition: height .2s ease-in-out;
    min-width: 350px;
    padding-bottom: 20px;
}

.stepper-active .stepper-head-icon {
    background-color: #2196F3;
    color: white;
}

.stepper-item .stepper-show .stepper-head-icon {
    background-color: white;
    color: #64b5f6;
    border-color: #64b5f6;
}

/*.stepper-item .stepper-show .stepper-item-text {
    color: #64b5f6;
}

.stepper-item .stepper-item-text {
    color: #64b5f6;
}*/

.stepper-item .stepper-active .stepper-head-icon {
    background-color: #64b5f6;
    color: white;
}

.stepper-vertical .stepper-head-icon {
    margin-right: 0.75rem;
}

.stepper-head-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 2px solid #64b5f6;
    color: #64b5f6;
    font-size: .875rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    font-weight: 500;
    z-index: 1;
}

.stepper-item .stepper-head-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eaecee;
    color: #eaecee;
    font-size: .875rem;
    border-radius: 100%;
    /*    border-color: #eaecee;*/
    width: 1.2rem;
    height: 1.2rem;
    min-width: 1.2rem;
    font-weight: 500;
    padding-top: 3px;
}

.stepper-vertical .stepper-head {
    padding: 0.8rem;
}

.stepper-head {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: unset;
    line-height: 1.5385;
    cursor: pointer;
}

.stepper-item-head {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: unset;
    line-height: 1.5385;
    cursor: pointer;
}

.stepper-vertical .stepper-item-head {
    padding: 0.3rem 1.08rem;
    margin-left: 2.2rem;
}

.stepper-vertical .stepper-head-text {
    color: #090f4e;
}

.stepper-active .stepper-head-text {
    font-weight: 500;
    color: #090f4e;
}

.stepper-head-text {
    letter-spacing: -.015em;
    font-weight: 400 !important;
    font-size: 1.2rem;
    line-height: 1.5385;
    margin-left: 0.2rem !important;
    color: #bbc3cf;
}

.stepper-item-text {
    font-size: 1rem;
    letter-spacing: -.015em;
    font-weight: 400 !important;
    width: 100%;
}

    .stepper-item-text label {
        margin-bottom: 0.2rem;
    }

.stepper-active .stepper-content {
    display: block;
}

.stepper-vertical .stepper-content {
    overflow: hidden;
    padding: 0 0.5rem 0.5rem 5rem;
    transition: height .3s ease-in-out,margin-top .3s ease-in-out,margin-bottom .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
}

.stepper-content {
    left: 10px;
}

.stepper-head2 {
    border-radius: 50%;
    background-color: #dfe7f6;
    color: white;
}

.stepper-step .stepper-content-hide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}

.stepper-step .stepper-content-show {
    overflow: hidden;
    padding: 0 0.5rem 2rem 5rem;
    transition: height .3s ease-in-out, margin-top .3s ease-in-out, margin-bottom .3s ease-in-out, padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
}

.stepper-vertical .stepper-content-hide {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}

.stepper-vertical .stepper-step {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}

.stepper-vertical .stepper-item-step {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    /*    margin-bottom:5px;*/
}

.stepper-vertical .stepper-item-step {
}

.stepper-vertical .stepper-head-text:after {
    position: absolute;
}

.stepper-head-text:after {
    display: flex;
    font-size: .8rem;
    content: attr(data-content);
}

.stepper-vertical .stepper-step:not(:last-child):after {
    position: absolute;
    left: 1.58rem;
    height: calc(100% - 1.58rem);
    top: 2rem;
    width: 1px;
    margin-top: 0.5rem;
    content: "";
    background-color: rgba(0,0,0,.1);
}

.stepper-vertical .stepper-item-step:not(:last-child):after {
    position: absolute;
    left: 3.82rem;
    height: calc(100% - 1.2rem);
    top: 1.2rem;
    width: 1px;
    margin-top: 0.5rem;
    content: "";
    background-color: rgba(0,0,0,.1);
}


.stepper-vertical .step-son:not(:last-child):after {
    height: calc(100% - 5.5rem);
}

/*.stepper-vertical .step-son:not([class*=devambtn-]):after {
    height: calc(100% - 9.5rem);
}*/

.stepper-vertical .stepper-step:last-child:before {
    color: aqua;
}

.stepper-completed .stepper-head-icon {
    background-color: #2196F3;
    color: white;
}

.step-form-title {
    color: var(--color-text-01);
    line-height: var(--line-height-1);
    letter-spacing: var(--letter-spacing-1);
}

    .step-form-title .default {
        font-weight: 600 !important;
        font-size: var(--font-size-text-2);
        line-height: var(--line-height-1);
    }

.layout.step-layout .router-view .page {
    padding-top: 12vh;
    padding-bottom: 40px;
}

.step-page {
    position: relative;
}

@media (min-width: 576px) .page {
    min-height: calc(100vh - 73px);
    min-height: calc(100vh - var(--header-height) - 4px);
}

.page {
    position: relative;
    width: 100%;
}

.layout.step-layout .layout__wrapper {
    padding-top: 0;
}

.layout__wrapper {
    width: 100%;
    min-height: calc(100vh - 73px);
    min-height: calc(100vh - var(--header-height) - 4px);
    padding-top: 69px;
    padding-top: var(--header-height);
}

.card-1 {
  /*  min-width: 350px;*/
    background-color: transparent;
}

@media (max-width: 320px) {
    .card-1 {
        min-width: 250px;
    }
}

.form-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 2px;
}

.teklif-img {
    position: fixed;
    left: calc(50% - 117px);
    top: calc(40% - 90px);
    z-index: 1020;
    background-image: url(../Images/teklif_bg1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 235px;
    height: 180px;
}

    .teklif-img .teklif-say {
        font-family: 'Roboto';
        font-size: 45px;
        font-weight: bold;
        color: white;
    }

.div-disabled {
    opacity: .5;
    pointer-events: none;
}

.ribbon {
    position: absolute;
    left: 28px;
    top: -2px;
    z-index: 1;
    overflow: hidden;
    width: 74px;
    height: 74px;
    text-align: right;
}

@media (max-width: 576px) {
    .ribbon {
        left: -4px;
        top: -5px;
    }
}

    .ribbon span {
        font-size: 0.75rem;
        color: #fff;
        text-transform: none;
        text-align: center;
        font-weight: bold;
        line-height: 26px;
        transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #E0F7FA;
        background: linear-gradient(#2196F3 0%, #2196F3 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 14px;
        left: -23px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.red span {
    background: linear-gradient(rgb(244, 67, 54) 0%, rgb(244, 67, 54) 100%);
}

    .red span::before {
        border-left-color: rgb(244, 67, 54);
        border-top-color: rgb(244, 67, 54);
    }

    .red span::after {
        border-right-color: rgb(244, 67, 54);
        border-top-color: rgb(244, 67, 54);
    }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.card-blockOverlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(90, 110, 126, .5);
}

.inner-page__header:not([class*=ui-pos-]) {
    position: relative;
}

.inner-page__header {
    background-color: #214f8a;
}

.inner-page__heading {
    z-index: 3;
    position: relative;
    height: 210px;
}

.inner-page__heading-content .logo img {
    width: 120px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.inner-page__heading.ui-detail-offer .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 30px;
}

.inner-page__heading .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.inner-page__heading-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

    .inner-page__heading-content .title.ui-size-small {
        font-size: 20px;
        margin-top: 30px;
        letter-spacing: -0.5px;
    }

    .inner-page__heading-content .title {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

.inner-page__content:not(.ui-min-height):not(.ui-no-height) {
    min-height: 100%;
}

.inner-page__content.ui-offer-detail {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.inner-page__content:not(.ui-no-bg) {
    background-color: #fff;
    border-radius: 15px;
}

.inner-page__content {
    display: inline-block;
    width: 100%;
}

.offer-detail__form {
    max-width: 600px;
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(12, 31, 52, 0.1);
    box-shadow: 0 0 20px rgba(12, 31, 52, 0.1);
}

.inner-page__content:not(.ui-min-height):not(.ui-no-height) {
    min-height: 100%;
}

.inner-page__content.ui-offer-detail {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.inner-page__content:not(.ui-no-bg) {
    background-color: #fff;
    border-radius: 15px;
}

.inner-page__content {
    display: inline-block;
    width: 100%;
}

.offer-detail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(233, 78, 27, 0.15);
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.offer-detail__steps {
    max-width: 550px;
    width: 100%;
    text-align:center;
}

    .offer-detail__steps h2 {
        margin-bottom:0px;
        font-weight:500;
    }

    .offer-detail__steps ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 1;
    }

        .offer-detail__steps ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
            height: 100px;
        }

            .offer-detail__steps ul li.is-active {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                /*                    justify-content: flex-end;
        */
            }

            .offer-detail__steps ul li .step-car {
                height: 200px;
                width: 200px;
                border-radius: 999px;
                pointer-events: none;
                position: absolute;
                bottom: -20px;
            }

            .offer-detail__steps ul li.is-active .title {
                color: #0c1f34;
            }

            .offer-detail__steps ul li .title {
                font-size: 13px;
                font-weight: 700;
                letter-spacing: -0.3px;
                color: rgba(12, 31, 52, 0.5);
            }

    .offer-detail__steps:not([class*=ui-step-]) ul::before, .offer-detail__steps:not([class*=ui-step-]) ul::after {
        left: 0;
    }

    .offer-detail__steps ul::after {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        width: 20%;
        top: 35px;
        height: 7px;
        z-index: -1;
        border-radius: 999px;
        background-color: #e94e1b;
    }

    .offer-detail__steps:not([class*=ui-step-]) ul::before, .offer-detail__steps:not([class*=ui-step-]) ul::after {
        left: 0;
    }

    .offer-detail__steps ul::before {
        content: "";
        position: absolute;
        left: 30px;
        right: 30px;
        top: 35px;
        height: 7px;
        z-index: -1;
        border-radius: 999px;
        background-color: #e94e1b;
        opacity: 0.1;
    }

    .offer-detail__steps ul li .step-car__station:not([class*=ui-color-]) {
        color: #214f8a;
        background-color: #fff;
    }

    .offer-detail__steps ul li .step-car__station {
        width: 70px;
        height: 70px;
        border-radius: 999px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 24px;
    }

    .offer-detail__steps ul li.is-active .step-car__station {
        border: 4px solid #e94e1b;
    }

.offer-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .offer-detail__content .heading {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #214f8a;
        line-height: 1.3;
        margin-bottom: 30px;
    }

.form-kvkk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 25px;
}

.offer-detail__form .form ul li .text {
    font-size: 14px;
    color: rgba(100, 112, 124, 0.7);
}


.form-kvkk .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-detail__form .form ul li .text > a {
    display: inline-block;
    color: #214f8a;
    font-weight: 500;
}

.wrapper input[type="date"]::-webkit-inner-spin-button,
.wrapper input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.modal-container {
    background-color: hsla(0, 0%, 90%, .9);
    border-radius: 30px;
    padding: 30px 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-group .btn-kaydet,
.btn-group .btn-vazgec {
    margin-right: 5px;
}

.btn-kaydet {
    color: #0089ec !important;
    border: 2px solid #0089ec;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .btn-kaydet:hover {
        color: #fff;
        background-color: #0089ec !important;
    }

.btn-vazgec {
    color: #f5c931 !important;
    border: 2px solid #f5c931;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .btn-vazgec:hover {
        color: #fff;
        background-color: #f5c931 !important;
    }

.btn-kapat {
    color: #fff;
    border: 2px solid #777;
    background-color: #777;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .btn-kapat:hover {
        color: #fff;
        border: 2px solid #f44336;
        background-color: #f44336 !important;
    }

.cardloader {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
}

    .cardloader::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) );
        animation: shimmer 2s infinite;
        content: "";
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.layout-header-wrapper {
    background: url(./Images/bg-header-WQ5J6XEL.png) no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }

    @media (min-width: 992px) {
        .home-product-list li {
            width: calc(20% - 20px);
        }
    }
}