@font-face {
    font-family: 'Poppins';
    src: url('~/Clinall/Main/assets/font/Poppins/Poppins-Light.ttf') format('ttf'), 
         url('~/Clinall/Main/assets/font/Poppins/Poppins-LightItalic.ttf') format('ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('~/Clinall/Main/assets/font/Poppins/Poppins-Medium.ttf') format('ttf'),
         url('~/Clinall/Main/assets/font/Poppins/Poppins-MediumItalic.ttf') format('ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('~/Clinall/Main/assets/font/Poppins/Poppins-Bold.ttf') format('ttf'), 
         url('~/Clinall/Main/assets/font/Poppins/Poppins-BoldItalic.ttf') format('ttf');
    font-style: normal;
}
.swiper-clinic-gallery-img img {
    width: 100%;
}

.klinik-detay-top-container {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    margin: 30px 0;
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

    .klinik-detay-top-container .listeleme-detaylar-container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .klinik-detay-top-container .listeleme-detaylar-top {
        display: flex;
        justify-content: space-between;
    }

        .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left {
            display: flex;
            flex-direction: column;
            gap: .3rem;
        }

            .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .listeleme-detay-title-content {
            }

                .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .listeleme-detay-title-content .listeleme-detay-title > h2 {
                    color: #474646;
                }

            .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .klinik-detay-adres {
            }

                .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .klinik-detay-adres > span {
                    color: #1d9cdb;
                    font-style: italic;
                    font-size: 15px;
                }

            .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .klinik-detay-adres-detay > span {
                color: #000000;
                font-size: 15px;
            }

        .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: .3rem;
        }

            .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-right .score-title > span {
                color: #a3a3a3;
                font-size: 13px;
                font-style: italic;
            }

    .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom {
    }

        .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
            gap: .2rem;
        }

            .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton {
                width: calc(25% - .2rem);
                padding: .2rem .5rem;
                display: flex;
                align-items: center;
                border: 1px solid #0095d9;
                border-radius: 7px;
                justify-content: center;
                font-size: 11px;
                gap: .5rem;
                font-weight: 600;
                transition: .3s ease;
                color: #0095d9;
                background: #fff;
                border: 1px solid rgb(56 154 199);
                transition: .2s ease;
            }

                .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton:nth-child(1) {
                    /* background: #0093d7; */
                    /* color: #fff; */
                    border: 1px solid rgb(56 154 199);
                    /* background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 25%, rgba(59, 187, 237, 1) 50%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%); */
                    transition: .2s ease;
                }

                .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton:not(:nth-child(3)) {
                    /* width: calc(30% - .5rem); */
                }

                .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton > i {
                    font-size: 18px;
                }

                .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton:hover {
                    background: var(--dark-blue);
                    border-color: var(--dark-blue);
                    color: #fff;
                    border: 1px solid rgb(56 154 199);
                    background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 25%, rgba(59, 187, 237, 1) 50%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
                    transition: .5s ease-in-out;
                }

.listeleme-detay-hizmetler h3 > img {
    width: 30px;
    margin-right: .5rem;
}

.listeleme-detay-hizmetler .olanaklarimiz-list {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}

.listeleme-detay-owner img {
    border-radius: 0;
    width: 100%;
    aspect-ratio: 4/3.5;
    height: unset;
    border-radius: 6px;
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-image {
    width: 30%;
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center {
        width: 60%;
    }

        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button {
            padding: .4rem 1rem;
            border-radius: 5px;
            border: 1px solid #0095d9;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .5rem;
            font-size: 13px;
            font-weight: 600;
            width: 50%;
            transition: .3s ease;
            text-wrap-mode: nowrap;
        }

            .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button.blue-button {
                background: #0095d9;
                border: 1px solid rgb(56 154 199);
                background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 25%, rgba(59, 187, 237, 1) 50%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
                transition: .2s ease;
            }

        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > .white-button {
            color: #0095d9;
        }

        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button.blue-button:hover {
            border-color: var(--dark-blue);
            background: var(--dark-blue);
            background: #fff;
            color: #0093d7;
        }

        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button.white-button:hover {
            background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 25%, rgba(59, 187, 237, 1) 50%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
            border-color: #e3f4ff;
            color: #fff;
        }

.klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton:nth-child(1):hover {
    /* background: #fff; */
    /* color: #0093d7; */
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button.blue-button:hover > a {
    color: #0093d7;
}

    .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button.blue-button:hover > a > img {
        filter: brightness(0.5);
    }

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > .white-button:hover > img {
    filter: brightness(10);
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .owner-wrap-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > .white-button > img {
    aspect-ratio: auto;
    );
}

.listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button > a {
    color: #fff;
}

.listeleme-detay-kampanya-kontenjan > span {
    color: #0095d9;
    display: flex;
}

    .listeleme-detay-kampanya-kontenjan > span:nth-child(1) {
        font-size: 33px;
        font-weight: 700;
    }

    .listeleme-detay-kampanya-kontenjan > span:nth-child(2) {
        line-height: 13px;
    }

.listeleme-detay-kampanya-content > p {
    width: 75%;
    margin: 0;
}

.listeleme-detay-gorusler {
    border: 1px solid var(--gray);
    border-radius: 7px;
    margin: 30px 0;
    overflow: hidden;
    background-color: var(--white);
    padding: 20px 20px 20px;
    padding-bottom: 4rem;
}

.gorusler-title > h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 19px;
    display: flex;
    align-items: center;
}

    .gorusler-title > h3 > img {
        width: 30px;
        margin-right: .5rem;
    }

.listeleme-detay-gorusler .gorusler-text > span {
    font-size: 15px;
    width: 90%;
    display: block;
    color: #606060;
    line-height: 1.3rem;
}

.listeleme-detay-gorusler .gorusler-text {
    padding-left: 1rem;
    margin-bottom: 15px;
}

.listeleme-detay-gorusler .gorusler-button {
    padding-left: 1rem;
}

.listeleme-detay-gorusler .gorusler-text > span > b {
    color: #0095d9;
}

.listeleme-detay-gorusler .gorusler-button > button {
    padding: .4rem 1.5rem;
    color: #fff;
    background: #0095d9;
    border: 1px solid #0095d9;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s ease;
}

    .listeleme-detay-gorusler .gorusler-button > button:hover {
        background: var(--dark-blue);
    }

.listeleme-detay-degerlendirmeler h3 > img {
    width: 30px;
    margin-right: .5rem;
}

.listeleme-detay-gorusler .degerlendirme-add {
    width: fit-content;
}

div#randevumodal .listeleme-detay-form {
    margin-top: 0;
    border: none;
    border-radius: 0;
}


.listeleme-detay-form-overlay {
    position: fixed;
    background: rgb(0 0 0 / 59%);
    inset: 0;
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

    .listeleme-detay-form-overlay.form-overlay-active {
        opacity: 1;
        visibility: visible;
    }

body.noscroll {
    overflow: hidden;
    position: fixed;
    inset: 0;
}

.listeleme-detay-form form#offerForm2 .form-group input {
    height: 45px;
}

.listeleme-detay-form form#offerForm2 .dropdown > button {
    height: 45px;
    align-items: center;
}

    .listeleme-detay-form form#offerForm2 .dropdown > button > .filter-option {
        display: flex;
        align-items: center;
    }

form#offerForm2 button.blue-button {
    font-size: 13px;
    padding: .5rem 1.5rem;
}

    form#offerForm2 button.blue-button:hover {
        background: #fff;
        color: #0093d7;
    }

.sorting-options {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

    .sorting-options > button {
        background: no-repeat;
        border: none;
        text-align: start;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
        padding: .2rem 0;
        transition: .3s ease;
    }

        .sorting-options > button:hover {
            color: #0093d7;
        }

.each-video {
    position: relative;
}

    .each-video .blog-video-editor {
        position: fixed;
        top: 25%;
        left: 30%;
        width: 600px;
        padding: 1rem;
        background: #fff;
        border-radius: 10px;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
    }

        .each-video .blog-video-editor > video {
            width: 100%;
        }



.each-video-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #0000005e;
    z-index: 9;
    content: "";
    opacity: 0;
    visibility: hidden;
}

    .each-video-overlay.each-overlay-active {
        opacity: 1;
        visibility: visible;
    }

.each-video .blog-video-editor.editor-active {
    opacity: 1;
    visibility: visible;
}

.each-video .blog-video-editor > iframe {
    height: 315px;
}


.blogs-container div#nav-tabContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blogs-container div#nav-tab {
    display: flex;
    gap: 1rem;
    border: none;
}

    /*

    .blogs-container div#nav-tab button.nav-link {
        background: #ffffff;
        border-bottom-color: #fff !important;
    }

        .blogs-container div#nav-tab button.nav-link.active {
            background: #0093d7;
            color: #fff;
            border-bottom-color: #cae5f5 !important;
        }
*/

    .blogs-container div#nav-tab a.nav-link.active {
        background: #0093d7;
        color: #fff;
        /* justify-content: center; */
        border: none !important;
        padding-left: 1rem !important;
    }

    .blogs-container div#nav-tab a.nav-link {
        background: #ffff;
        font-size: 1.1rem !important;
        border: none !important;
        padding-left: 1rem !important;
        font-weight: 500 !important;
        border-radius: 8px;
        letter-spacing: .5px;
        height: 60px;
        display: flex;
        align-items: center;
    }

.each-blog-text .blog-date > span {
    font-size: .85rem;
    color: #505050;
    font-weight: 500;
}

.blog-search .blog-search-input {
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
}

    .blog-search .blog-search-input .search-title {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
    }

.blog-search {
    background: none;
    border: none;
    padding: 0;
}

    .blog-search .blog-search-input .search-content {
        padding: 1rem;
        display: flex;
        gap: .5rem;
        align-items: center;
    }

        .blog-search .blog-search-input .search-content > input {
            border: 1px solid #eee;
            width: calc(100% - 38px);
        }

        .blog-search .blog-search-input .search-content > button {
            height: 30px;
            width: 30px;
        }

            .blog-search .blog-search-input .search-content > button > img {
                width: 13px;
                left: 2px;
            }

.blog-categories-content {
    /* padding: 1rem; */
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

    .blog-categories-content .blog-categories {
        border: 1px solid #eee;
        margin: 1rem;
    }

        .blog-categories-content .blog-categories ul > li > a {
            border-bottom: 1px solid #eee;
        }

.blog-pagination-counts .page-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: #505050;
    font-weight: 600;
}

    .blog-pagination-counts .page-link.active {
        background: #0093d7;
        color: #fff;
    }

.blog-pagination-counts {
    gap: 8px;
    flex-wrap: wrap;
}

.blog-pagination > span {
    display: flex;
    align-items: center;
}

.blog-search .blog-search-input .search-title > span {
    font-weight: 600;
    color: #505050;
    font-size: 1.1rem;
}

.doctors-wrapper {
    gap: 1rem;
}

    .doctors-wrapper .doctors-wrap {
        width: calc(14.28% - 1rem);
    }

        .doctors-wrapper .doctors-wrap .uzman-each {
            width: 100%;
        }

            .doctors-wrapper .doctors-wrap .uzman-each > a {
                display: flex;
                flex-direction: column;
                gap: .5rem;
            }

                .doctors-wrapper .doctors-wrap .uzman-each > a > img {
                    aspect-ratio: 4/4;
                    width: 100%;
                    transition: .5s ease-in-out;
                    object-fit: cover;
                    border-radius: 50%;
                }

                .doctors-wrapper .doctors-wrap .uzman-each > a > h6 {
                    margin: 0;
                    font-family: 'Roboto';
                    font-size: .85rem;
                    font-weight: 700;
                    color: #505050;
                    margin-bottom: 0;
                    margin-top: .5rem;
                }

                .doctors-wrapper .doctors-wrap .uzman-each > a > span {
                    color: #505050;
                    font-family: 'Roboto';
                    font-size: 13px;
                    font-weight: 300;
                }

.doctors-search {
    display: flex;
    justify-content: center;
    align-items: center;
}


    .doctors-search .search-inputs {
        display: flex;
        align-items: center;
        padding: .6rem;
        padding-left: 1rem;
        border: 1px solid #ededed;
        border-radius: 10px;
        gap: .5rem;
        color: #909090;
        background: #fff;
        width: 20%;
    }

        .doctors-search .search-inputs > i {
            font-size: 13px;
        }

        .doctors-search .search-inputs > input {
            border: none;
            background: none;
            outline: none;
            font-family: "Inter", sans-serif !important;
            color: #909090;
            padding: 0;
            display: flex;
            line-height: normal;
            font-size: 13px;
        }

            .doctors-search .search-inputs > input::placeholder {
                font-size: 13px;
                font-family: "Inter", sans-serif !important;
                color: #909090;
            }

.popover-header {
    position: relative;
    left: 88%;
    width: fit-content;
    top: 2px;
    padding: .5rem;
}

    .popover-header > button {
        background: #0093d7;
        border: none;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }

div#randevumodal.show .listeleme-detay-form.custom-scroll {
    overflow-y: auto;
}

.listeleme-filter .dropdown-item.active, .listeleme-filter .dropdown-item:active {
    background-color: var(--blue);
}

.section-politika .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section-politika div#nav-tab {
    display: flex;
}

    .section-politika div#nav-tab > button {
     /*   width: 150px;
        flex: none;*/
        padding: 12px 7px !important;
        font-size: .9rem !important;
      
    }

.section-politika h4 {
    font-size: 1.2rem;
}

.section-politika div#nav-tabContent {
    padding: 2rem;
    background: #ffffffba;
    border-radius: 15px;
}

.policy-tab-content p {
    font-size: 1rem;
}

@media screen and (max-width:1300px) {
    .blogs-container div#nav-tab a.nav-link {
        font-size: 1rem !important;
        height: 55px;
    }

    .each-blog-text .blog-date > span {
        font-size: .75rem;
    }

    .blogs-container div#nav-tabContent {
        padding-top: 1.5rem;
    }

    .blog-search .blog-search-input .search-title > span {
        font-size: 1rem;
    }

    .blog-search h4 {
        font-size: 1rem;
    }

    .blog-search .blog-search-input .search-content > input::placeholder {
        font-size: .8rem;
    }

    .blog-categories ul li a {
        font-size: .75rem;
    }

    .each-video .blog-video-editor {
        left: 25%;
        /* width: auto; */
    }

    .policy-tab-content p {
        font-size: .85rem;
    }

    .section-politika h3 {
        font-size: 1rem;
    }

    .section-politika h4 {
        font-size: .85rem;
    }

    .policy-tab-content ul li {
        font-size: .85rem;
    }
}

@media screen and (max-width:1200px) {
    .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton {
        font-size: 9px;
    }

        .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton > i {
            /* font-size: 23px; */
        }

    .listeleme-detay-kampanya-right .listeleme-detay-butons {
        flex-direction: column;
        align-items: start !important;
        gap: .5rem;
    }

    .listeleme-detay-kampanya-detail {
        padding-left: .3rem;
    }

    .listeleme-detay-kampanya-teklif-al {
        width: 100%;
        text-align: center;
    }

    .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .listeleme-detay-title-content .listeleme-detay-title > h2 {
        font-size: 20px;
    }

    .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .klinik-detay-adres > span {
        font-size: 13px;
    }

    .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left .klinik-detay-adres-detay > span {
        font-size: 13px;
    }

    .listeleme-detay-score img {
        width: 25px !important;
    }

    .listeleme-detay-puan {
        font-size: 20px;
    }

    .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-right .score-title > span {
        font-size: 12px;
    }

    .listeleme-detay-hizmetler-more {
        font-size: 14px;
    }

    .listeleme-detay-each-hizmet span {
        font-size: 10px;
    }

    .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center {
        width: 80%;
    }

    .blogs-container div#nav-tab a.nav-link {
        height: 50px;
        font-size: .9rem !important;
    }

    .each-blog-text {
        gap: .5rem;
    }

        .each-blog-text h5 {
            font-size: .85rem;
        }

        .each-blog-text p {
            font-size: .7rem;
            margin-bottom: 0 !important;
            !i;
            !;
        }

    .each-blog-img {
        aspect-ratio: 4 / 2.8;
    }

    .each-video .blog-video-editor {
        left: 20%;
        /* width: auto; */
    }
}

@media screen and (max-width:992px) {
    .listeleme-detay-form.mobile-form {
        transform: translateY(0);
        z-index: 999;
        overflow-y: auto;
    }

        .listeleme-detay-form.mobile-form .listeleme-detay-form-title > img {
            transform: rotate(0);
        }

    .listeleme-detay-form form#offerForm .bootstrap-select {
        width: 100% !important;
    }

    .listeleme-detay-each-hizmet span {
        font-size: 12px;
    }

    .listeleme-detay-hizmetler > p {
        font-size: 12px;
    }

    .listeleme-detay-kampanya-content > p {
        font-size: 12px;
    }

    .listeleme-detay-kampanya-kontenjan > span:nth-child(1) {
        font-size: 26px;
    }

    .listeleme-detay-kampanya-kontenjan > span:nth-child(2) {
        line-height: 11px;
    }

    .listeleme-detay-kampanya-kontenjan {
        font-size: 10px;
        width: 85px;
    }

    .listeleme-detay-kampanya-left {
        width: 230px;
    }

    .listeleme-detay-kampanya-right {
        width: calc(100% - 230px);
    }

    .listeleme-detay-gorusler .gorusler-text > span {
        font-size: 13px;
    }

    .degerlendirme-add .custom-animation {
        font-size: 12px;
    }

    .doctors-wrapper .doctors-wrap {
        width: calc(16.6% - 1rem);
    }

    .doctors-wrapper .doctors-wrap {
        width: calc(20% - 1rem);
    }

    .blog-title {
        padding: 20px 0;
    }

    .blog h2 {
        margin-bottom: 8px;
    }

    .each-video .blog-video-editor {
        left: 13%;
        /* width: auto; */
    }
}

@media screen and (max-width:769px) {
    .doctors-wrapper .doctors-wrap {
        width: calc(25% - 1rem);
    }

    .doctors-search .search-inputs {
        width: 40%;
    }

    .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center {
        width: 100%;
    }

    .popover-header {
        left: 90%;
    }

    .each-video .blog-video-editor {
        left: 6%;
        width: 90%;
    }
}

@media screen and (max-width:650px) {
    .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar {
        flex-wrap: wrap;
    }

        .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton:nth-child(1) {
            /* width: 100% !important; */
        }

        .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton {
            width: calc(50% - .5rem) !important;
        }

    .listeleme-detay-kampanya-left {
        width: 100%;
        height: 150px;
    }

    .listeleme-detay-kampanya-right {
        width: 100%;
    }

    .doctors-wrapper .doctors-wrap {
        width: calc(25% - .5rem);
    }

    .doctors-wrapper {
        gap: .5rem;
    }
}

@media screen and (max-width:560px) {
    .listeleme-detay-owner-wrapper .owner-wrap {
        flex-direction: column;
    }

        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-image {
            width: 100%;
        }

    .listeleme-detay-owner img {
        aspect-ratio: 4/1.8;
        object-position: 100% 28%;
    }

    .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content {
        width: 100%;
    }



        .listeleme-detay-owner-wrapper .owner-wrap .owner-wrap-content .text-center > button {
            width: 100%;
        }

    .doctors-wrapper .doctors-wrap {
        width: calc(33.3% - .5rem);
    }

        .doctors-wrapper .doctors-wrap .uzman-each > a > img {
            aspect-ratio: 3 / 3;
        }

    .doctors-search .search-inputs {
        width: 70%;
    }

    .popover-header {
        left: 87%;
    }

    .blogs-container div#nav-tabContent {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:450px) {
    .klinik-detay-top-container .listeleme-detaylar-container .listeleme-detaylar-bottom .listeleme-detay-butonlar .detay-buton {
        width: 100% !important;
        font-size: 12px;
    }

    .klinik-detay-top-container .listeleme-detaylar-top {
        flex-direction: column;
        gap: 1rem;
    }

        .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-right {
            align-items: center;
        }

        .klinik-detay-top-container .listeleme-detaylar-top .listeleme-detay-top-left > div {
            justify-content: center;
            display: flex;
        }

    .listeleme-detay-title {
        margin: 0;
    }

    .listeleme-detay-form-title h4 {
        font-size: 16px;
    }

    .doctors-wrapper .doctors-wrap .uzman-each > a > img {
        width: 100px;
        height: 100px;
    }

    .doctors-wrapper .doctors-wrap {
        width: calc(50% - .5rem);
    }

        .doctors-wrapper .doctors-wrap .uzman-each > a {
            align-items: center;
        }

    .each-video .blog-video-editor {
        left: 10%;
        width: auto;
        top: 19%;
    }
}

@media screen and (max-width:380px) {
    .each-video .blog-video-editor {
        left: 8%;
    }
}
