﻿.errortype {
    color: #D05454 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

    .errortype:before {
        content: "\f071";
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 4px;
    }

.errorband {
    background-color: #D05454;
    padding: 20px;
    text-align: center;
}

    .errorband p {
        font-family: var(--mainfont);
        font-weight: 700;
        line-height: 22px;
        font-size: 22px;
        color: #FFFF;
    }

.desktop {
    display: normal;
}

.mobil {
    display: none;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobil {
        display: block;
    }
}

@media (min-width: 400px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

body {
    background: #EEEEEE;
}

input[type="checkbox"] {
    width: 0.95rem;
    height: 0.95rem;
    accent-color: var(--renk4);
    font-size: 18px;
    margin-right: 10px;
    margin-top: 20px;
}


/*#region MODALS */

.modal {
    z-index: 99999999;
}

.modal-backdrop {
    background-color: var(--renk1);
    --bs-backdrop-opacity: 0.9;
    z-index: 9999999;
}

.modaltr .modal-content {
    background-color: unset;
    border: unset;
}

    .modaltr .modal-content .modal-header {
        border-bottom: unset;
    }

.modal .lead_result i {
    font-size: 120px;
    color: #35be51;
}

.modal .lead_result h4 {
    font-size: 20px;
    font-weight: 600;
}

.modal .lead_result p {
    font-size: 14px;
}

/*#endregion */

/*#region BUTTONS */
.btn_trns_rnd {
    background: none;
    color: var(--renk1);
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    padding: 10px 120px;
    margin: 4px;
    text-decoration: none;
    border: 1px solid var(--renk1);
    border-radius: 20px;
}

    .btn_trns_rnd:focus, .btn_trns_rnd:hover {
        color: #fff;
        background: var(--renk1);
    }

@media (max-width: 767px) {
    .btn_trns_rnd {
        font-size: 14px;
        line-height: 16px;
        font-weight: 900;
        padding: 10px 10px;
        margin: 4px;
    }
}

.btn_otp {
    background: none;
    color: var(--renk1);
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    padding: 10px 120px;
    margin: 4px;
    text-decoration: none;
    border: 1px solid var(--renk1);
    border-radius: 20px;
    width: 100%;
}

    .btn_otp:focus, .btn_otp:hover {
        color: #fff;
        background: var(--renk1);
    }

.btn_trns_rnd_white {
    background: none;
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    padding: 10px 120px;
    margin: 4px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 20px;
}

    .btn_trns_rnd_white:focus, .btn_trns_rnd_white:hover {
        color: var(--renk1);
        background: #fff;
    }

.btn_upload {
    background: var(--renk2);
    color: var(--renk1);
    font-family: var(--mainfont);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 0px 8px 8px 0px;
}

    .btn_upload:focus, .btn_upload:hover {
        color: var(--renk2);
        background: var(--renk1);
    }

.btn_delete {
    background: var(--renk2);
    color: var(--renk1);
    font-family: var(--mainfont);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
}

    .btn_delete:focus, .btn_delete:hover {
        color: var(--renk2);
        background: var(--renk1);
    }

.btn_mavi {
    background: var(--renk1);
    color: #fff;
    font-family: var(--mainfont);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    margin: 4px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn_mavi:focus, .btn_mavi:hover {
        color: var(--renk2);
    }

.btn_kirmizi {
    background: var(--renk4);
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px 40px;
    margin: 4px;
    text-decoration: none;
    border-radius: 4px;
}

    .btn_kirmizi:focus, .btn_kirmizi:hover {
        color: var(--renk2);
    }

.btn_altyapi {
    background: linear-gradient(0deg, #001143 0%, #08519A 92.31%);
    height: 36px;
    width: 100%;
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 17px;
    font-weight: 900;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 13px;
}

    .btn_altyapi:focus, .btn_altyapi:hover {
        color: var(--koyugri) !important;
    }

.btn_lead {
    background: radial-gradient(50% 102.73% at 50% 50%, #0B51A0 0%, #001143 100%);
    height: 36px;
    width: 100%;
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
}

    .btn_lead:focus, .btn_lead:hover {
        color: var(--koyugri) !important;
    }

.btn_lead_red {
    background: radial-gradient(50% 102.73% at 50% 50%, #EC2027 0%, #C50007 100%);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    height: 36px;
    width: 100%;
    color: #fff;
    font-family: var(--mainfont);
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
}

    .btn_lead_red:focus, .btn_lead_red:hover {
        color: var(--koyugri) !important;
    }

.btn-block {
    width: 100% !important;
}

/*#endregion */

/*#region SELF-SERVICE */

.self_header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--renk3);
    text-align: center;
}

.self_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: var(--renk2);
    text-align: center;
}

    .self_footer p {
        font-family: var(--mainfont);
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        color: #fff;
        margin: 0px;
    }

.self_top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    text-align: center;
    min-height: 100px;
}

    .self_top .steps {
        display: inline-block;
        vertical-align: top;
        margin: 6px;
        padding: 4px;
        text-align: center;
    }

        .self_top .steps .step_number {
            font-family: var(--mainfont);
            font-size: 24px;
            font-weight: 600;
            line-height: 38px;
            color: #fff;
            border-radius: 50%;
            border: 1px solid var(--renk2);
            background-color: var(--renk2);
            width: 40px;
            height: 40px;
            text-align: center;
            vertical-align: middle;
            margin: auto;
        }

        .self_top .steps .active_step {
            border: 1px solid var(--renk1);
            background-color: #fff;
            color: var(--renk1);
        }

        .self_top .steps .complete_step {
            border: 1px solid var(--renk1);
            background-color: var(--renk1);
            color: #fff;
        }

        .self_top .steps .step_exp {
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            color: var(--renk2);
            margin-top: 10px;
        }

    .self_top img {
        display: inline-block;
        margin: 18px;
    }


@media (max-width: 767px) {
    .self_top {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        text-align: center;
        min-height: 100px;
    }

        .self_top .steps {
            display: inline-block;
            vertical-align: top;
            margin: 0px;
            padding: 4px;
            text-align: center;
        }

            .self_top .steps .step_number {
                font-size: 12px;
                font-weight: 600;
                line-height: 20px;
                width: 20px;
                height: 20px;
                margin: auto;
            }

            .self_top .steps .step_exp {
                font-size: 10px;
                font-weight: 400;
                line-height: 12px;
                margin-top: 10px;
            }

        .self_top img {
            display: inline-block;
            margin: 2px;
        }
}

.self_bread_bar {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: var(--renk2);
    text-align: left;
    min-height: 40px;
}

    .self_bread_bar .container {
        position: relative;
    }

    .self_bread_bar .bread_bar {
        position: absolute;
        top: -10px;
    }

    .self_bread_bar p {
        display: inline-block;
        text-align: center;
    }

    .self_bread_bar .bread_number {
        font-family: var(--mainfont);
        font-size: 24px;
        font-weight: 600;
        line-height: 38px;
        color: #fff;
        border-radius: 50%;
        border: 10px solid #fff;
        background-color: var(--renk1);
        width: 56px;
        height: 56px;
    }

    .self_bread_bar .bread_exp {
        font-family: var(--mainfont);
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        color: #fff;
        margin-left: 10px;
    }


@media (max-width: 767px) {
    .self_bread_bar .bread_exp {
        font-size: 16px;
        line-height: 32px;
        margin-left: 10px;
    }
}

.self_content {
    padding-top: 0px;
    padding-bottom: 160px;
    background-color: #fff;
    text-align: center;
}

    .self_content .self_button {
        margin-top: 40px;
    }

    .self_content .back_button {
        margin-top: 60px;
    }

        .self_content .back_button a {
            border: 0px;
            font-size: 12px;
            font-weight: 600;
            line-height: 20px;
        }

            .self_content .back_button a:hover, .self_content .back_button a:focus {
                background: none;
                color: var(--renk1);
            }

            .self_content .back_button a i {
                margin-right: 20px;
            }

    .self_content .self_step_1 {
        position: relative;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 60px;
        text-align: left;
        border: 1px solid var(--renk3);
        border-top: 0px;
        border-radius: 0px 0px 8px 8px;
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
    }

        .self_content .self_step_1 label {
            margin-top: 20px;
        }

        .self_content .self_step_1 .form-control {
            /*margin-bottom: 20px;*/
        }

        .self_content .self_step_1 span {
            margin-bottom: 20px;
        }

        .self_content .self_step_1 img {
            position: absolute;
            bottom: -10px;
            right: -10px;
        }

@media (max-width: 767px) {
    .self_content .self_step_1 img {
        position: absolute;
        bottom: -10px;
        right: -10px;
        max-width: 200px;
    }
}


.self_content .self_step_2 {
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: left;
}

    .self_content .self_step_2 h3 {
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: var(--renk1);
        margin-top: 10px;
    }

    .self_content .self_step_2 .form-select {
        margin-top: 20px;
    }

    .self_content .self_step_2 .type_block {
        position: relative;
        border: 1px solid var(--renk3);
        border-radius: 8px;
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        min-height: 120px;
        margin-top: 10px;
    }

        .self_content .self_step_2 .type_block .rd_icon {
            display: inline-block;
            margin: 4px;
            width: 15%;
            text-align: center;
            vertical-align: top;
            margin-top: 22px;
        }

        .self_content .self_step_2 .type_block p {
            display: inline-block;
            margin: 4px;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 65%;
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: var(--renk2);
        }

        .self_content .self_step_2 .type_block span {
            font-family: var(--mainfont);
            font-size: 11px;
            font-weight: 500;
            line-height: 14px;
            color: var(--renk2);
        }

        .self_content .self_step_2 .type_block img {
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .self_content .self_step_2 .type_block input[type="radio" i] {
            width: 20px;
            height: 20px;
            border: 2px solid var(--renk2);
        }

    .self_content .self_step_2 .panel_service_no p {
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: var(--renk2);
    }

/*.self_content .self_step_3 img {
        width: 100%;
    }*/

.self_content .self_step_3 {
    padding-top: 20px;
}

    .self_content .self_step_3 .step_3_top {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: var(--renk2);
        text-align: center;
        color: #FFFF;
        border-radius: 8px;
    }

        .self_content .self_step_3 .step_3_top p {
            margin: 2px;
            font-family: var(--mainfont);
            font-size: 17px;
            font-weight: 600;
            line-height: 22px;
            color: #FFFF;
        }

        .self_content .self_step_3 .step_3_top h3 {
            margin: 2px;
            font-family: var(--mainfont);
            font-size: 24px;
            font-weight: 800;
            line-height: 30px;
            background-color: var(--renk1);
            color: #FFFF;
            border-radius: 4px;
        }

    .self_content .self_step_3 .step_3_mid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .self_content .self_step_3 .step_3_mid .step_3_mid_1 {
            background-color: var(--renk3);
            color: var(--renk2);
            border-radius: 8px;
            min-height: 200px;
            padding-top: 50px;
        }

@media (max-width: 767px) {
    .self_content .self_step_3 .step_3_mid .step_3_mid_1 {
        min-height: 160px;
        padding-top: 30px;
        margin-bottom: 10px;
    }
}

.self_content .self_step_3 .step_3_mid .step_3_mid_1 p {
    font-family: var(--mainfont);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.self_content .self_step_3 .step_3_mid .step_3_mid_1 strong {
    font-family: var(--mainfont);
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
}

.self_content .self_step_3 .step_3_mid .step_3_mid_2 {
    background-color: var(--renk1);
    color: #fff;
    border-radius: 8px;
    min-height: 60px;
    text-align: right;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 20px;
}

    .self_content .self_step_3 .step_3_mid .step_3_mid_2 h3 {
        font-family: var(--mainfont);
        font-size: 24px;
        font-weight: 800;
        line-height: 22px;
        color: #fff;
    }


@media (max-width: 767px) {
    .self_content .self_step_3 .step_3_mid .step_3_mid_2 h3 {
        font-size: 12px;
        line-height: 14px;
    }
}

.self_content .self_step_3 .step_3_mid .step_3_mid_2 p {
    font-family: var(--mainfont);
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    color: #fff;
    margin: 0px;
}

.self_content .self_step_3 .step_3_mid .step_3_mid_3 {
    background-color: var(--renk2);
    color: var(--renk2);
    border-radius: 8px;
    /*min-height: 120px;*/
    min-height: 200px;
    text-align: right;
    padding: 20px;
    padding-top: 50px;
    padding-right: 40px;
}

    .self_content .self_step_3 .step_3_mid .step_3_mid_3 span {
        font-family: var(--mainfont);
        font-size: 18px;
        font-weight: 800;
        line-height: 17px;
        color: #fff;
    }

    .self_content .self_step_3 .step_3_mid .step_3_mid_3 p {
        font-family: var(--mainfont);
        font-size: 24px;
        font-weight: 800;
        line-height: 24px;
        color: #fff;
        margin: 0px;
    }

    .self_content .self_step_3 .step_3_mid .step_3_mid_3 .step_3_oldprice {
        text-decoration: line-through 2px;
        text-decoration-color: white;
        color: var(--renk1);
    }

@media (max-width: 767px) {
    .self_content .self_step_3 .step_3_mid .step_3_mid_3 {
        border-radius: 8px;
        min-height: 160px;
        text-align: right;
        padding: 4px;
        padding-top: 30px;
        padding-right: 40px;
    }

        .self_content .self_step_3 .step_3_mid .step_3_mid_3 span {
            font-size: 18px;
            line-height: 20px;
        }

        .self_content .self_step_3 .step_3_mid .step_3_mid_3 p {
            font-size: 24px;
            line-height: 24px;
            margin: 0px;
        }
}

.self_content .self_step_3 .step_3_mid .step_3_mid_4 {
    text-align: left;
    padding: 20px;
}

    .self_content .self_step_3 .step_3_mid .step_3_mid_4 li {
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: var(--renk2);
        margin: 10px;
    }

        .self_content .self_step_3 .step_3_mid .step_3_mid_4 li i {
            font-size: 24px;
            color: var(--renk1);
            margin-right: 10px;
        }

@media (max-width: 767px) {
    .self_content .self_step_3 .step_3_mid .step_3_mid_4 li {
        font-size: 16px;
        line-height: 20px;
        margin: 20px;
    }

        .self_content .self_step_3 .step_3_mid .step_3_mid_4 li i {
            font-size: 16px;
            margin-right: 10px;
        }
}

.self_content .self_step_3 .step_3_bottom {
    text-align: left;
    border-bottom: 1px solid var(--renk1);
    padding-bottom: 20px;
    padding-top: 20px;
}

    .self_content .self_step_3 .step_3_bottom h3 {
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: var(--renk1);
        margin-top: 30px;
    }

    .self_content .self_step_3 .step_3_bottom > p {
        font-family: var(--mainfont);
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        color: var(--renk2);
        border: 1px solid var(--renk1);
        border-radius: 8px;
        padding: 10px;
    }

    .self_content .self_step_3 .step_3_bottom .step_3_bottom_part {
        background-color: var(--renk1);
        color: #fff;
        border-radius: 8px;
        padding: 10px;
        margin-top: 10px;
    }

        .self_content .self_step_3 .step_3_bottom .step_3_bottom_part .rd_icon_2 {
            display: inline-block;
            margin: 2px;
            text-align: center;
            vertical-align: top;
        }

        .self_content .self_step_3 .step_3_bottom .step_3_bottom_part p {
            display: inline-block;
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            color: #fff;
        }

        .self_content .self_step_3 .step_3_bottom .step_3_bottom_part input[type="radio" i] {
            width: 20px;
            height: 20px;
            border: 2px solid var(--renk2);
        }

.self_content .self_step_4 {
    padding-top: 20px;
}

    .self_content .self_step_4 > p {
        font-family: var(--mainfont);
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: var(--renk2);
        text-align: left;
        margin-top: 20px;
    }

    .self_content .self_step_4 .step_4_top {
        background-color: var(--renk1);
        border-radius: 8px 8px 0px 0px;
        padding: 10px;
        text-align: right;
        margin-bottom: 20px;
    }

        .self_content .self_step_4 .step_4_top p {
            font-family: var(--mainfont);
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            color: #fff;
            margin-bottom: 0px;
        }

    .self_content .self_step_4 .step_4_mid img {
        max-width: 100%;
    }

    .self_content .type_block {
        border: 1px solid var(--renk3);
        border-radius: 8px;
        -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.4);
        min-height: 120px;
        text-align: left;
        margin-bottom: 20px;
    }

        .self_content .type_block .rd_icon {
            display: inline-block;
            margin: 4px;
            width: 15%;
            text-align: center;
            vertical-align: top;
            margin-top: 22px;
        }

        .self_content .type_block p {
            display: inline-block;
            margin: 4px;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 65%;
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: var(--renk2);
        }

        .self_content .type_block span {
            font-family: var(--mainfont);
            font-size: 11px;
            font-weight: 500;
            line-height: 14px;
            color: var(--renk2);
        }

        .self_content .type_block input[type="radio" i] {
            width: 20px;
            height: 20px;
            border: 2px solid var(--renk2);
        }

.self_content .self_step_5 {
    padding-top: 20px;
}

    .self_content .self_step_5 .step_5_top {
        background-color: var(--renk1);
        border-radius: 8px;
        padding: 10px;
        text-align: left;
        margin-bottom: 20px;
    }

        .self_content .self_step_5 .step_5_top p {
            font-family: var(--mainfont);
            font-size: 20px;
            font-weight: 600;
            line-height: 24px;
            color: #fff;
            margin-bottom: 0px;
        }

    .self_content .self_step_5 .step_5_mid .step_5_mid_1 {
        background-color: var(--renk3);
        border-radius: 8px;
        padding: 20px;
        text-align: left;
        margin-bottom: 20px;
    }

        .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part {
            height: 100px;
            border-bottom: 1px solid var(--renk2);
            vertical-align: middle;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part:last-child {
                border-bottom: 0px solid var(--renk2);
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part p {
                font-family: var(--mainfont);
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
                color: var(--renk2);
                margin-bottom: 0px;
            }

                .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part p strong {
                    font-size: 24px;
                    font-weight: 800;
                    line-height: 30px;
                }

            .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part span {
                font-family: var(--mainfont);
                font-size: 16px;
                font-weight: 800;
                line-height: 20px;
                color: var(--renk2);
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_1 .mid_part h3 {
                font-family: var(--mainfont);
                font-size: 20px;
                font-weight: 800;
                line-height: 30px;
                color: var(--renk2);
            }

    .self_content .self_step_5 .step_5_mid .step_5_mid_2 {
        background-color: var(--renk2);
        border-radius: 8px;
        padding: 20px;
        text-align: right;
        margin-bottom: 20px;
    }

        .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part {
            height: 100px;
            border-bottom: 1px solid #fff;
            vertical-align: middle;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part:last-child {
                border-bottom: 0px solid #fff;
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part span {
                font-family: var(--mainfont);
                font-size: 14px;
                font-weight: 800;
                line-height: 17px;
                color: #fff;
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part p {
                font-family: var(--mainfont);
                font-size: 12px;
                font-weight: 500;
                line-height: 14px;
                color: #fff;
                /*margin: 0px;*/
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part h3 {
                font-family: var(--mainfont);
                font-size: 20px;
                font-weight: 800;
                line-height: 24px;
                color: #fff;
                /*margin: 0px;*/
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_2 .mid_part .step_5_oldprice {
                text-decoration: line-through 2px;
                text-decoration-color: white;
                color: var(--renk1);
            }

    .self_content .self_step_5 .step_5_mid .step_5_mid_3 {
        background-color: var(--renk3);
        border-radius: 8px;
        padding: 10px;
        text-align: left;
        margin-bottom: 20px;
    }

        .self_content .self_step_5 .step_5_mid .step_5_mid_3 .mid_part {
            height: 100px;
            vertical-align: middle;
            padding: 10px;
        }

            .self_content .self_step_5 .step_5_mid .step_5_mid_3 .mid_part h3 {
                font-family: var(--mainfont);
                font-size: 20px;
                font-weight: 800;
                line-height: 80px;
                color: var(--renk2);
            }

    .self_content .self_step_5 .step_5_mid .step_5_mid_4 {
        background-color: var(--renk1);
        border-radius: 8px;
        padding: 10px;
        text-align: center;
        margin-bottom: 20px;
    }

        .self_content .self_step_5 .step_5_mid .step_5_mid_4 .mid_part {
            height: 100px;
            vertical-align: middle;
            padding: 10px;
        }

            .self_content .self_step_5 .step_5_mid .step_5_mid_4 .mid_part h3 {
                font-family: var(--mainfont);
                font-size: 18px;
                font-weight: 800;
                line-height: 20px;
                color: #fff;
                margin-bottom: 0px;
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_4 .mid_part span {
                font-family: var(--mainfont);
                font-size: 12px;
                font-weight: 400;
                line-height: 14px;
                color: #fff;
            }

            .self_content .self_step_5 .step_5_mid .step_5_mid_4 .mid_part p {
                font-family: var(--mainfont);
                font-size: 28px;
                font-weight: 800;
                line-height: 30px;
                color: #fff;
            }

    .self_content .self_step_5 .step_5_mid .step_5_mid_5 .rd_icon {
        display: inline-block;
        margin: 4px;
        width: 15%;
        text-align: center;
        vertical-align: top;
        margin-top: 22px;
    }

    .self_content .self_step_5 .step_5_mid .step_5_mid_5 {
        text-align: left;
    }

        .self_content .self_step_5 .step_5_mid .step_5_mid_5 p {
            display: inline-block;
            margin: 4px;
            margin-top: 20px;
            margin-bottom: 20px;
            width: 65%;
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: var(--renk2);
        }

        .self_content .self_step_5 .step_5_mid .step_5_mid_5 span {
            font-family: var(--mainfont);
            font-size: 11px;
            font-weight: 500;
            line-height: 14px;
            color: var(--renk2);
        }

        .self_content .self_step_5 .step_5_mid .step_5_mid_5 input[type="radio" i] {
            width: 20px;
            height: 20px;
            border: 2px solid var(--renk2);
        }

        .self_content .self_step_5 .step_5_mid .step_5_mid_5 label {
            margin-top: 20px;
        }

.self_content .self_step_6 {
    text-align: left;
    padding-top: 20px;
}

    .self_content .self_step_6 > p {
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 800;
        line-height: 16px;
        color: var(--renk2);
    }

    .self_content .self_step_6 > h3 {
        font-family: var(--mainfont);
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        color: var(--renk1);
        margin-top: 20px;
    }

    .self_content .self_step_6 > span {
        font-family: var(--mainfont);
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        color: var(--renk2);
        margin-bottom: 20px;
    }

    .self_content .self_step_6 .photopart {
        border-radius: 8px;
        border: 1px solid var(--renk2);
        padding: 20px;
        text-align: center;
        margin-top: 20px;
    }

        .self_content .self_step_6 .photopart h3 {
            font-family: var(--mainfont);
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            color: var(--renk1);
        }

        .self_content .self_step_6 .photopart img {
            display: block;
            margin: auto;
            margin-bottom: 20px;
            max-width: 100%;
        }

.self_content .self_step_7 {
    text-align: left;
    padding-top: 20px;
}

    .self_content .self_step_7 .part_left > h3 {
        font-family: var(--mainfont);
        font-size: 21px;
        font-weight: 600;
        line-height: 24px;
        color: var(--renk1);
    }

    .self_content .self_step_7 .part_left p {
        font-family: var(--mainfont);
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: var(--renk2);
        margin-bottom: 30px;
    }

    .self_content .self_step_7 .part_left a {
        font-family: var(--mainfont);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: var(--renk2);
        margin-bottom: 30px;
    }

    .self_content .self_step_7 .part_left > p {
        font-family: var(--mainfont);
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        color: var(--renk2);
        margin-bottom: 30px;
    }

    .self_content .self_step_7 .step_number {
        font-family: var(--mainfont);
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 38px !important;
        color: #fff !important;
        border-radius: 50%;
        border: 1px solid var(--renk1);
        background-color: var(--renk1);
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        margin-bottom: 30px;
    }

    .self_content .self_step_7 .part_right {
        position: relative;
    }

        .self_content .self_step_7 .part_right h3 {
            font-family: var(--mainfont);
            font-size: 24px;
            font-weight: 600;
            line-height: 39px;
            color: var(--renk1);
        }

        .self_content .self_step_7 .part_right p {
            font-family: var(--mainfont);
            font-size: 21px;
            font-weight: 600;
            line-height: 28px;
            color: var(--renk1);
        }

        .self_content .self_step_7 .part_right span {
            position: absolute;
            top: 30px;
            right: 20px;
            background-color: #5BA91E;
            border-radius: 14px;
            font-family: var(--mainfont);
            font-size: 12px;
            font-weight: 400;
            line-height: 15px;
            color: #fff;
            padding: 6px 24px;
        }

@media (max-width: 767px) {
    .self_content .self_step_7 .part_right span {
        position: absolute;
        top: 10px;
        right: 20px;
        padding: 6px 24px;
    }
}

.self_content .self_step_7 .part_right video {
    width: 100%;
}

.self_content .self_step_8 .step_8_top {
    background: url(../img/bg/self_bg.png);
    background-size: contain;
    width: 100%;
    height: 500px;
}

    .self_content .self_step_8 .step_8_top img {
        margin: 40px;
    }

    .self_content .self_step_8 .step_8_top p {
        font-family: var(--mainfont);
        font-size: 64px;
        font-weight: 900;
        line-height: 78px;
        color: #fff;
    }

.self_content .self_step_8 .step_8_mid {
    /*background: var(--renk3);*/
}

    .self_content .self_step_8 .step_8_mid p {
        font-family: var(--mainfont);
        font-size: 36px;
        font-weight: 600;
        line-height: 58px;
        color: var(--renk2);
        margin-top: 20px;
    }

@media (max-width: 767px) {
    .self_content .self_step_8 .step_8_top {
        background: url(../img/bg/self_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
    }

        .self_content .self_step_8 .step_8_top p {
            font-size: 34px;
            line-height: 48px;
            color: #fff;
        }

    .self_content .self_step_8 .step_8_mid {
        /*background: var(--renk3);*/
    }

        .self_content .self_step_8 .step_8_mid p {
            font-size: 24px;
            line-height: 38px;
        }
}


.self_content .altyapi_sonuc {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--renk2);
    text-align: center;
    color: #FFFF;
    border-radius: 8px;
}

    .self_content .altyapi_sonuc p {
        margin: 2px;
        font-family: var(--mainfont);
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
        color: #FFFF;
    }

    .self_content .altyapi_sonuc h3 {
        margin: 2px;
        font-family: var(--mainfont);
        font-size: 24px;
        font-weight: 800;
        line-height: 30px;
        background-color: var(--renk1);
        color: #FFFF;
        border-radius: 4px;
    }

.oldprice {
    /*text-decoration: line-through 2px;
    text-decoration-color: white;*/
    font-size: 14px !important;
    color: var(--renk1) !important;
    position: relative;
    display: inline-block;
}
    .oldprice::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -5%;
        width: 100%;
        height: 3px; /* çizgi kalınlığı */
        background: white; /* çizgi rengi */
        transform: rotate(-15deg); /* çaprazlık açısı */
    }

.price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.modal-body img {
    max-width: 240px;
    max-height: 200px;
}

/*#endregion */
