h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}

select, input, textarea {
    display: block;
    width: 100%;
    outline: none;
    background-color: #fff;
    padding: 10px 15px;
    color: #000;
	font-weight:400;
    border: 1px solid transparent;
    transition: .2s ease;
	font-weight:600;
    font-family: inherit;
}
select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
}
.select-icon {
    position: absolute;
    top: 10px;
    right: 15px;

    font-size: 16px;

    color: var(--renk1);
}
.select-area {
    position: relative;
}

select:hover, input:hover, select:focus, input:focus, textarea:hover, textarea:focus {
    border-color: var(--renk1);
}

select option {
    background-color: #FFF);
    padding: 20px;
	font-weight:400;
}
label.heading {
    display: block;
    margin-bottom: 10px;
}
.input-group {
    margin-bottom: 20px;
}

.txtYazi {
    background-color: #eee!important;
    border: 0 solid transparent!important;
    color: #333!important;
    font-size: 20px;

    border-radius: 0 0 5px 5px;
    box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.75);

    font-weight: 600;
}
.txtYazi:focus {
    background-color: #fff !important;
}
.wizard-preview {
    transition: .4s ease;
    background-color: var(--renk3);
    color: #fff;
    border-radius: 5px 5px 5px 5px;
}

.detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: initial;
}
.detail.border-top {
    margin: 20px -30px 0 -30px;
    padding: 20px 18px;

    background-color: #fff;
    color: var(--renk3);

    font-size: 24px;
}
.wizard-final .detail.border-top {background-color:rgba(255, 114, 13, 0)!important;padding:10px 18px!important;color:#000;}
.wizard-final .detail.border-top span{font-size:18px}
.detail .price {
    font-weight: 600;
}

.process-list {
    counter-reset: section;
}
.process-list .second-process:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    width: 80px;
    height: 80px;
    background: #24c8a6;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    left: 50%;
    margin-left: -40px;
    margin-top: -45px;
    color: #fff;
    border-radius: 50px;
    line-height: 80px;
    text-align: center;
}

.second-single-loan-process {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 64px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #d2d2d2;
}
.second-single-loan-process .icon {
    font-size: 36px;
    color: #ccc;
}

.second-single-loan-process h4 {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 30px;
}

.second-process:last-child:after {
    display: none;
}

.second-process:after {
    width: 100%;
    right: -80px;
    top: -60px;
    text-align: center;
    content: "";
    position: absolute;
    background-image: url(../img/shap.png);
    height: 50px;
    background-repeat: no-repeat;
    background-position: right;
}

.second-loan-process .section-title {
    padding-bottom: 40px;
}


.section-heading {
    margin-bottom: 20px;
}
section p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 20px;
}

input.txtbox, textarea.txtbox {
    background-color: #fff;
    border-color: #a7a7a7;
    border-radius: 5px;
    color: #232323;
}
.input-group .heading.type2 {
    font-weight: 600;
    resize: none;
}

/* Son Güncelleme */

select:disabled {
    background-color: #f9f9f9;
    color: #ccc;
}