﻿.icon-container {
    width: 110px;
    height: 130px;
    position: relative;
    text-align: center;
    margin-bottom: -80px;
    left: 40px;
    z-index: 8;
}

    .icon-container svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }

    .icon-container .icon-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 5% 100%, 0% 100%);
        border-top-left-radius: 5px; 
        border-top-right-radius: 5px;
        z-index: 2;
    }
.odeme_title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    color: var(--heading-color-one);
    display: block;
    margin-bottom: 10px;
}
.content_odeme .d-flex .right .icon_box_only {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    color: var(--heading-color-one);
    display: block;
    margin-bottom: 10px;
}
.service_box.type_seven .content_odeme {
    position: relative;
    background: var(--color-white);
    padding: 0px 40px 0px;
    overflow: hidden;
}
.teklif-odeme ul {
    list-style: none;
    margin-bottom: 0px;
}

    .teklif-odeme ul li {
        margin-bottom: 10px;
        list-style: none !important;
    }

        .teklif-odeme ul li:last-child {
            margin-bottom: 0px;
        }

        .teklif-odeme ul li .twm-s-info-inner {
            position: relative;
            padding-left: 40px;
        }

            .teklif-odeme ul li .twm-s-info-inner i {
                position: absolute;
                left: 0px;
                top: 15px;
                font-size: 18px;
                color: #1967d2;
            }

            .teklif-odeme ul li .twm-s-info-inner .twm-title {
                font-size: 14px;
                color: #666666;
            }

            .teklif-odeme ul li .twm-s-info-inner .twm-s-info-discription {
                font-size: 16px;
                color: #17171d;
                word-break: break-word;
            }