.kategori-block {
    display: none;
}

.kategori-block.active {
    display: block;
}

.lists {
    padding-right: 25px;
}


/*
.patients-method-list {
    -webkit-box-shadow: 0 0 18px rgb(0 0 0 / 12%);
    box-shadow: 0 0 18px rgb(0 0 0 / 12%);
    display: block;
    border-radius: 8px;
    overflow: hidden;
} */

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important;
}

.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}

.bg-white {
    background-color: #fff!important;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}

.pr-0,
.px-0 {
    padding-right: 0!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
}

.kategori-block .bg {
    display: block;
    height: 190px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.p-4 {
    padding: 1.5rem!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important;
}

.patients-method-list p {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important;
}

.pt-2,
.py-2 {
    padding-top: .5rem!important;
}

.m-0 {
    margin: 0!important;
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        -webkit-box-orient: horizontal!important;
        flex-direction: row!important;
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important;
    }
}

@media only screen and (max-width: 767px) {
    .nomobile {
        display: none!important;
    }
    .custom-nopaddingRight {
        padding: unset !important;
    }
    .custom-mbl-width {
        width: 100% !important;
    }
    .mbl-pr-0 {
        padding-right: 0px !important;
    }
    .mbl-display-block {
        display: inline-block !important;
    }
}

@media only screen and (max-width:768px) {
    .logo-mbl {
        margin-top: 5% !important;
    }
    .mbl-iletisim {
        margin-top: 160%;
        padding-left: 20px;
    }
    .iletisim-m,
    .iletisim-m ul li i {
        box-sizing: border-box;
        display: inline-block
    }
    .iletisim-m {
        position: fixed;
        width: 100%;
        background: #fff;
        bottom: -200px;
        z-index: 10;
        transition: all .3s ease-in-out;
        height: auto
    }
    .iletisim-m.active {
        bottom: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }
    .form-icon {
        position: absolute;
        top: -20px;
        width: 80px;
        left: 50%;
        margin-left: -40px;
        text-align: center
    }
    .iletisim-m ul li:nth-child(2) {
   
        box-sizing: border-box
    }
    .iletisim-m ul li i {
        width: 21px;
        padding-bottom: 0;
        margin-right: 10px;
        position: relative
    }
    .iletisim-m ul li a {
        color: #fff;
        font-size: 16px;
        display: block;
        padding: 20px 0
    }
    main {
        padding-bottom: 55px
    }
    ol,
    ul {
        list-style: none
    }
    .iletisim-m ul li {
        float: left;
        /*width orj 50*/
        width: 56%;
        font-size: 22px;
        color: #fff;
        text-align: center
    }
    .iletisim-m img {
        max-width: 100%;
        height: auto
    }
}

@media (min-device-width :480px) {
    .only-mobile {
        display: none;
        height: 0;
        width: 0
    }
    .only-desktop {
        display: block !important
    }
    .left-250 {
        left: 250px !important;
    }
    .nodesktop {
        display: none !important;
    }
}

.heade-ln1 {
    position: fixed;
    right: 0px;
    width: 130px;
    max-height: 32px;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease;
    background-color: #e6e6e6;
    top: 28px;
    padding: 4px;
    z-index: 999;
    border-radius: 15px 0px 0px 15px;
    overflow: hidden;
}

.heade-ln1:hover {
    max-height: 108px;
}

.heade-ln1:hover span i {
    display: none;
}

.heade-ln1 span:hover {
    color: #f9004d
}

.heade-ln1 .ilk1 {
    color: #1f1f25;
    font-weight: 600;
    padding-left: 7px;
    display: block;
    padding-bottom: 2px;
}

.heade-ln1 .ilk2 {
    color: #1f1f25;
    font-weight: 600;
    padding-left: 7px;
    display: block;
    padding-bottom: 2px;
}

.iletisim-m a:hover {
	color: #ffffff;
}