@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@media(min-width:1440px) {
    .container {
        /* max-width: 80%; */
    }
}


header {
    padding: 15px 0;
    background-color: var(--white);
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

    header .main-logo {
        height: 60px;
    }

        header .main-logo img {
            width: auto;
            height: 100%;
        }

    header .login-buttons a {
        color: var(--white);
        font-weight: 700;
        border: none;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        width: 90px;
    }

        header .login-buttons a:first-of-type {
            background-color: var(--blue);
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

            header .login-buttons a:first-of-type:hover {
                background-color: var(--dark-blue);
            }

        header .login-buttons a:last-of-type {
            background-color: var(--light-blue);
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

            header .login-buttons a:last-of-type:hover {
                background-color: var(--dark-blue);
            }

    header .custom-animation {
        color: var(--blue);
        font-weight: 700;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        padding-left: 25px;
    }

.custom-animation {
    position: relative;
}

    .custom-animation::before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid var(--blue);
        border-right: none;
        width: 40%;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .custom-animation:hover::before {
        width: 90%;
    }

.main-menu-mobile {
    width: 100% !important;
    height: fit-content !important;
}

    .main-menu-mobile .offcanvas-header {
        padding-bottom: 0;
    }

.main-menu-mobile-icon {
    border: 0;
    background: none;
}

    .main-menu-mobile-icon img {
        width: 30px;
        height: 30px;
    }

.main-menu-mobile-nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 15px 0 30px;
}

    .main-menu-mobile-nav li a {
        color: var(--text);
        font-weight: 500;
    }

.home-s1 {
    width: 100%;
    position: relative;
    height: 100vh;
    /* margin-bottom: 120px; */
    z-index: 2;
    background-color: #f7f7f6;
}

    .home-s1 .img-wrapper {
        width: 100%;
        height: 100%;
    }

.header-absolute-sign {
    color: #0093d7;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 140px;
    height: 42px;
    padding: 0 .5rem;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid #0093d7;
    );
    );
    );
    /* 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; */
}

    .header-absolute-sign:hover {
        background: no-repeat;
        /* background: #ffff !important; */
        color: #ffffff !important;
        border-color: #fff;
    }

.header-listeleme .header-absolute-sign {
    color: var(--white);
    font-size: 13px;
    width: 140px;
    height: 38px;
    background-color: var(--blue);
}

    .header-listeleme .header-absolute-sign:hover {
        background-color: var(--dark-blue);
    }

.header-absolute-klinik {
    /*line-height: 38px;*/
    color: var(--white);
    padding-left: .5rem;
    font-size: 14px;
    position: relative;
    font-weight: 300;
    z-index: 99;
}

    .header-absolute-klinik:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 25px;
        background-color: var(--white);
    }

.header-listeleme .header-absolute-klinik {
   /* line-height: 38px;*/
    color: var(--blue);
    padding-left: .5rem;
    font-weight: 400;
    font-size: 14px;
}

    .header-listeleme .header-absolute-klinik:before {
        transform: translateY(-50%);
        width: 2px;
        height: 25px;
        background-color: var(--dark-blue);
    }

.home-s1 .img-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 90%;
    object-position: top;
}

@media(max-width:991px) {
    .header-absolute-sign {
        display: none;
    }
}

.home-s1 .clinic-filter-container {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    z-index: 3;
    left: 50%;
}

.home-s1 .clinic-filter {
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    margin-top: 8%;
}

@media (max-width:1400px) {
    .home-s1 .clinic-filter-container {
        top: 40%;
    }
}

.home-s1 .clinic-filter h1 {
    font-size: 39px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

.home-s1 .clinic-filter p {
    font-weight: 400;
    color: var(--white);
    text-align: center;
    font-size: 19px;
}

.home-s1 .clinic-filter h1 span {
    font-weight: 700;
}

.home-s1 .clinic-filter-form {
    margin-top: 30px;
}

.home-s1 #home-filter1 {
    width: 400px;
    background-color: var(--white);
    padding: 14px 21px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid var(--text);
    font-size: 15px;
    color: var(--text);
}

.home-s1 #home-filter2 {
    font-size: 15px;
    color: var(--text);
    width: 400px;
    background-color: var(--white);
    padding: 14px 21px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid var(--text);
}

/*.clinic-filter-form .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text);
  width: 100%;
  border-radius: 12px;
  box-shadow: none;
  padding: 0;
  border: 1px solid var(--text);
}
.clinic-filter-form .dropdown-menu li {
  border-bottom: 1px solid var(--text);
  padding: 0;
}
.clinic-filter-form .dropdown-menu li a {
  padding: 14px 21px;
  cursor: pointer;
  font-size: 15px;
}
.clinic-filter-form .dropdown-menu li a:hover {
  background-color: var(--bg);
}
.clinic-filter-form .dropdown-menu li:last-of-type {
  border-bottom: none;
}
*/
.clinic-filter .home-filter-search {
    border: none;
    padding: 7px 21px;
    width: 100%;
}

    .clinic-filter .home-filter-search:focus {
        outline: none;
    }

.clinic-filter .home-filter-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.hidden-input {
    position: absolute;
    visibility: hidden;
}

.clinic-filter-form .clinic-filter-form-submit button {
    color: #ffffff;
    background-color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding: 16px 0;
    border-radius: 12px;
    border: 1px solid rgb(56 154 199);
    transition: .2s ease-in-out;
    width: 145px;
    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%);
}

    .clinic-filter-form .clinic-filter-form-submit button:hover {
        background: #fff;
        color: #0093d7;
    }

@media (max-width: 1200px) {
    .home-s1 #home-filter1 {
        width: 300px;
    }

    .home-s1 #home-filter2 {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .home-s1 {
        height: calc(100vh - 235px);
        margin-bottom: 180px;
    }

        .home-s1 .clinic-filter p {
            font-size: 15px;
        }

        .home-s1 .img-wrapper {
            height: 100%;
        }

        .home-s1 .clinic-filter-container {
            bottom: unset;
            /* top: 25%; */
            transform: translateX(-50%);
        }

    .clinic-filter-form {
        flex-direction: column;
        align-items: center;
        gap: 0px !important;
        justify-content: space-between !important;
    }

        .clinic-filter-form .dropdown:first-of-type {
            width: 100%;
            margin-bottom: 14px;
        }

        .clinic-filter-form .dropdown:nth-of-type(2) {
            width: calc(50% - 7px);
        }

    .home-s1 #home-filter1 {
        width: 100%;
    }

    .home-s1 #home-filter2 {
        width: 100%;
    }

    .clinic-filter-form .clinic-filter-form-submit {
        width: 50%;
    }

        .clinic-filter-form .clinic-filter-form-submit button {
            width: 100%;
            white-space: nowrap;
        }

    .home-s1 .clinic-filter {
        width: 100%;
    }
}


.home-tabs-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .home-tabs-container .home-tabs-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .home-tabs-container .home-tabs-top span.home-tabs-heading {
            font-size: 35px;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
            color: #505050;
        }

        .home-tabs-container .home-tabs-top > p {
            margin: 0;
            text-align: center;
            width: 67%;
            font-size: 13px;
            font-weight: 400;
            color: #A1A1A1;
        }

section.home-s2 {
    padding-top: 8rem;
    background: #f7f7f6;
    padding-bottom: 5rem;
}

.home-tabs-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .home-tabs-bottom > nav {
    }

        .home-tabs-bottom > nav div#nav-tab {
            border: none !important;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

            .home-tabs-bottom > nav div#nav-tab > button {
                padding: .5rem 1.5rem !important;
                display: flex;
                align-items: center;
                justify-content: center;
                background: none;
                border: 1px solid !important;
                max-width: fit-content;
                gap: .5rem;
                border-radius: 8px;
                height: 56px;
                color: #B1B1B0;
                font-size: 14px !important;
            }



                .home-tabs-bottom > nav div#nav-tab > button .tab-icon > img {
                    width: 40px;
                }

                    .home-tabs-bottom > nav div#nav-tab > button .tab-icon > img.tab-active-icon {
                        display: none;
                    }

                .home-tabs-bottom > nav div#nav-tab > button.active .tab-icon img {
                    display: none;
                }

                    .home-tabs-bottom > nav div#nav-tab > button.active .tab-icon img.tab-active-icon {
                        display: block;
                    }

                .home-tabs-bottom > nav div#nav-tab > button.active {
                    background: #0495d7;
                    color: #fff;
                    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%);
                }




                    .home-tabs-bottom > nav div#nav-tab > button.active .tab-icon > svg {
                        stroke: white;
                        fill: white;
                    }

                .home-tabs-bottom > nav div#nav-tab > button .tab-icon > svg {
                    stroke: #B1B1B1;
                    width: 30px;
                    height: 34px;
                }

                .home-tabs-bottom > nav div#nav-tab > button.active .tab-icon > svg path {
                    stroke: #ffffff;
                    /* fill: #ffffff; */
                }

                .home-tabs-bottom > nav div#nav-tab > button:hover .tab-icon > svg path {
                    stroke: #0495d7;
                }

                .home-tabs-bottom > nav div#nav-tab > button:hover {
                    border-color: #0495d7;
                    color: #0495d7;
                }

                .home-tabs-bottom > nav div#nav-tab > button.active:hover .tab-icon > svg path {
                    stroke: #fff;
                }

                .home-tabs-bottom > nav div#nav-tab > button.active:hover {
                    color: #fff;
                }

    .home-tabs-bottom .tab-content {
    }

        .home-tabs-bottom .tab-content .homeTabSwiper {
            padding: 0 1.5rem;
        }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
                left: -8px;
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev::after {
                    font-size: 21px;
                }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next {
                right: -8px;
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next::after {
                    font-size: 21px;
                }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next,
            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
                top: 60%;
            }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper {
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide {
                }

                    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a {
                        display: flex;
                        flex-direction: column;
                        gap: .5rem;
                    }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-image {
                            overflow: hidden;
                            border-radius: 10px;
                        }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-image > img {
                                width: 100%;
                                border-radius: 10px;
                                transition: .5s ease;
                                height: 310px;
                                object-fit: cover;
                            }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a:hover .home-tab-image > img {
                            transform: scale(1.1);
                        }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content {
                            display: flex;
                            flex-direction: column;
                            position: relative;
                        }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating {
                                position: absolute;
                                top: 0;
                                right: 0;
                                display: flex;
                                flex-direction: column;
                                text-align: end;
                            }

                                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating > span {
                                    font-size: 13px;
                                    font-weight: 300;
                                    font-family: 'Poppins';
                                    font-style: italic;
                                    color: #535353;
                                }

                                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating span.home-tab-point {
                                    font-style: normal;
                                    font-weight: 700;
                                    font-size: 16px;
                                }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-title > span {
                                font-weight: 700;
                                font-size: 15px;
                                font-family: 'Poppins';
                                color: #535353;
                            }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-location > p {
                                font-weight: 300;
                                font-size: 13px;
                                font-family: 'Poppins';
                                color: #535353;
                                font-style: italic;
                            }



.home-campaign-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

    .home-campaign-container .home-campaign-wrapper {
        display: flex;
        width: 100%;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left {
            width: 60%;
            padding-left: 9rem;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            justify-content: center;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right {
            width: 40%;
            position: relative;
            min-height: 354px;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list {
                position: absolute;
                top: 25%;
                left: -80px;
                z-index: 99;
            }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
                display: flex;
                width: 100%;
                position: relative;
                min-height: 700px;
            }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image > ul {
                    width: 100%;
                    height: 100%;
                }

                    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image > ul > li > img {
                        width: 100%;
                        height: 100%;
                    }

                    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image > ul > li {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left > div {
            width: 70%;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li {
                padding: 1rem 1.5rem;
                background: #00000066;
                display: flex;
                gap: .5rem;
                align-items: center;
                border-radius: 14px;
                cursor: pointer;
            }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
                    color: #fff;
                    font-weight: 600;
                    font-size: 16px;
                    font-family: 'Poppins';
                    width: calc(100% - 50px);
                    display: flex;
                    line-height: 24px;
                    flex-direction: column;
                }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
                    width: 29px;
                }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li.active-list {
                    background: #5393d5c7;
                    background: linear-gradient(270deg, rgb(83 147 213 / 48%) 0%, rgba(83, 147, 213, 1) 69%);
                }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image > ul > li.active-list-image {
            z-index: 9;
        }


section.home-s3 {
    padding-top: 5rem;
    background: #fff;
    padding-bottom: 5rem;
}

.home-campaign-container .home-campaign-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 35px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: #505050;
    }

    .home-campaign-container .home-campaign-heading > p {
        margin: 0;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        color: #A1A1A1;
    }



.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
    font-family: 'Poppins';
    font-size: 25px;
    /* font-weight: 700; */
    color: #5393D5;
}

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
    width: 55%;
}

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #535353;
}


.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul {
    display: flex;
    flex-wrap: wrap;
}

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
        width: 50%;
        display: flex;
        align-items: center;
        gap: .3rem;
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        color: #535353;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li > i {
            color: #5393d5;
            font-size: 22px;
        }

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a {
    color: #5393D5;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a > i {
        font-style: normal !important;
        transition: .3s ease;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a:hover > i {
        padding-left: 1rem;
    }

.home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
    font-weight: 600;
    font-size: 16px;
}

.home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-title {
    width: 60%;
}



.home-s5 {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid var(--gray);
    background-color: var(--white);
}

.home-s6 {
    padding: 50px 0;
    position: relative;
    background-color: var(--bg);
    border-bottom: 1px solid var(--gray);
}

.home-s7 {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid var(--gray);
    background-color: var(--white);
}

.listeleme-home-s7 {
    background-color: var(--bg);
}

.home-s3 h2,
.home-s4 h2,
.home-s5 h2,
.home-s6 h2 {
    color: var(--text);
    font-weight: 900;
    margin: 0;
}

.home-s3 p,
.home-s4 p,
.home-s5 p,
.home-s6 p {
    margin: 0;
    font-size: 15px;
}

.home-s3-all,
.home-s4-all,
.home-s5-all,
.home-s6-all {
    color: var(--blue);
    font-weight: 700;
    font-size: 16px;
}

    .home-s3-all span:last-of-type,
    .home-s4-all span:last-of-type,
    .home-s5-all span:last-of-type,
    .home-s6-all span:last-of-type {
        position: relative;
        transition: all 0.3s ease;
        left: 0;
    }

    .home-s3-all:hover span:last-of-type,
    .home-s4-all:hover span:last-of-type,
    .home-s5-all:hover span:last-of-type,
    .home-s6-all:hover span:last-of-type {
        left: 10px;
    }

.home-s3 .nav-link,
.home-s4 .nav-link {
    color: var(--text);
    font-weight: 700;
    padding: 0 7px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

    .home-s3 .nav-link.active,
    .home-s4 .nav-link.active {
        color: var(--text);
        background: none;
        font-weight: 700;
    }

    .home-s3 .nav-link::before,
    .home-s4 .nav-link::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        transition: all 0.3s ease;
        background-color: var(--light-blue);
        bottom: 0;
        height: 0%;
        z-index: -1;
    }

    .home-s3 .nav-link.active::before,
    .home-s4 .nav-link.active::before {
        height: 50%;
    }

    .home-s3 .nav-link:hover:before,
    .home-s4 .nav-link:hover:before {
        height: 50%;
    }

.h4-each {
    cursor: pointer;
}

.h3-each,
.h4-each {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
}

    .h3-each .h3-each-img img,
    .h4-each .h4-each-img img {
        width: 100%;
        aspect-ratio: 1.8;
        position: relative;
        object-fit: cover;
    }

    .h4-each .h4-each-img {
        position: relative;
    }

        .h4-each .h4-each-img .h4-each-bar {
            position: absolute;
            height: 30px;
            top: 0;
            color: var(--white);
            font-size: 14px;
            text-align: center;
            line-height: 30px;
            left: 0;
            width: 100%;
            background-color: var(--blue);
        }

        .h4-each .h4-each-img .h4-each-discount {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 5px;
            background-color: var(--blue);
            color: var(--white);
        }

        .h4-each .h4-each-img .h4-each-date {
            position: absolute;
            right: 0;
            bottom: 10px;
            padding: 7px 7px 7px 14px;
            font-size: 14px;
            background-color: var(--light-blue);
            color: var(--white);
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

    .h3-each .h3-each-text,
    .h4-each .h4-each-text {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        overflow: hidden;
        padding: 15px 10px;
        border: 1px solid var(--gray);
        border-top: none;
    }

        .h3-each .h3-each-text h5,
        .h4-each .h4-each-text h5 {
            color: var(--text);
            margin: 0;
            font-weight: 700;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .h3-each .h3-star,
    .h4-each .h4-star {
        display: flex;
        color: var(--text);
        font-weight: 700;
        align-items: center;
        gap: 1px;
        font-size: 16px;
    }

        .h3-each .h3-star img,
        .h4-each .h4-star img {
            width: 15px;
        }

.h3-each-text-sub span,
.h4-each-text-sub span {
    font-size: 13px;
    color: var(--text);
}

    .h3-each-text-sub span:first-of-type,
    .h4-each-text-sub span:first-of-type {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .h3-each-text-sub span:last-of-type,
    .h4-each-text-sub span:last-of-type {
        white-space: nowrap;
    }

.h3-each:hover .h3-each-text h5,
.h3-each:hover .h3-each-text span,
.h4-each:hover .h4-each-text h5,
.h4-each:hover .h4-each-text span {
    color: var(--blue);
}

.home-s3-navs,
.home-s4-navs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.home-s5-navs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

    .home-s3-navs img,
    .home-s4-navs img,
    .home-s5-navs img {
        width: 30px;
    }

.home-s3-navs .h3-swiper-prev,
.home-s4-navs .h4-swiper-prev {
    transform: translate(-100%);
    position: relative;
    right: 10px;
    bottom: 12px;
}

.home-s5-navs .h5-swiper-prev {
    transform: translate(-100%);
    position: relative;
    right: 0px;
    bottom: 12px;
}

.home-s3-navs .h3-swiper-next,
.home-s4-navs .h4-swiper-next {
    position: relative;
    left: 10px;
    bottom: 12px;
    transform: translate(100%);
}

.home-s5-navs .h5-swiper-next {
    position: relative;
    left: 0px;
    bottom: 12px;
    transform: translate(100%);
}

.home-s3 .tab-pane,
.home-s4 .tab-pane {
    position: relative;
}

.home-s4 .swiper-slide {
    width: calc(25% - 22.5px);
}

    .home-s4 .swiper-slide.swiper-slide-active {
        width: calc(50% - 22.5px);
    }

@media (max-width: 1200px) {

    .home-s3-navs,
    .home-s4-navs,
    .home-s5-navs {
        display: none !important;
    }
}

.home-s3 .nav-pills,
.home-s4 .nav-pills {
    gap: 12px;
}

@media (max-width: 991px) {

    .home-s3 .nav-pills,
    .home-s4 .nav-pills {
        justify-content: center;
    }
}

.home-s5-swiper .h5-each {
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

    .home-s5-swiper .h5-each .h5-img {
        width: 100%;
        aspect-ratio: 0.7;
        object-fit: cover;
    }

    .home-s5-swiper .h5-each .h5-each-text {
        position: absolute;
        bottom: -160px;
        left: 0;
        transition: all 0.3s ease;
        text-align: center;
        color: var(--white);
        padding: 30px 15px;
    }

    .home-s5-swiper .h5-each:hover .h5-each-text {
        bottom: 0;
    }

    .home-s5-swiper .h5-each .h5-each-text h4 {
        font-weight: 700;
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 60px;
        -webkit-box-orient: vertical;
    }

    .home-s5-swiper .h5-each .h5-each-text p {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 30px 0;
    }

    .home-s5-swiper .h5-each .h5-each-text img {
        width: 40px;
    }

    .home-s5-swiper .h5-each .s5-opacity {
        width: 100%;
        height: 180%;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
        bottom: -80%;
        background: linear-gradient(to top, #000000, transparent);
    }

    .home-s5-swiper .h5-each:hover .s5-opacity {
        bottom: -30%;
    }

.home-s6 .h6-each-text-title-stars {
    width: 100px;
    display: flex;
    gap: 5px;
}

.home-s6 .h6-each-text-title h5 {
    margin: 0;
    font-weight: 700;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-s6 .h6-each p {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-s6 .h6-each-img {
    width: 180px;
    height: 180px;
    border-radius: 3px;
    aspect-ratio: 1;
    object-fit: cover;
}

.home-s6 .h6-each-text-title img {
    width: 15px;
}

.home-s6 .h6-each-text-sub {
    font-size: 14px;
    margin: 5px 0 15px;
    color: var(--text);
}

.h6-each-text-title-stars-mobile {
    display: none;
}

@media (max-width: 1400px) {
    .home-s6 .h6-each-img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .home-s6 .h6-each-img {
        width: 120px;
        height: 120px;
    }

    .home-s6 .h6-each-text-title-stars {
        display: none;
    }

    .h6-each-text-title-stars-mobile {
        display: flex;
    }

    .home-s6 .h6-each-text-sub {
        margin: 5px 0;
    }
}

.home-s7 .custom-animation {
    color: var(--text);
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: inline-block;
    padding-left: 25px;
}

    .home-s7 .custom-animation span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .home-s7 .custom-animation::before {
        width: 30px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .home-s7 .custom-animation:hover {
        font-weight: 700;
    }

        .home-s7 .custom-animation:hover::before {
            width: 90px;
        }

.home-s7 h3 {
    margin-bottom: 50px;
    color: var(--text);
    font-weight: 700;
    font-size: 18px;
}

footer {
    background-color: var(--bg);
}

    footer .footer-top {
        border-bottom: 1px solid var(--gray);
        padding: 30px 0;
    }

        footer .footer-top .footer-logo {
            height: 55px;
        }

        footer .footer-top .footer-infos {
            margin: 15px 0 30px;
        }

            footer .footer-top .footer-infos li a {
                color: var(--text);
                font-size: 13px;
            }

        footer .footer-top .footer-list {
            margin: 15px 0 30px;
        }

            footer .footer-top .footer-list li a {
                color: var(--text);
                font-size: 13px;
            }

        footer .footer-top h5 {
            color: var(--text);
            margin: 0;
            height: 45px;
            line-height: 45px;
            font-weight: 700;
            font-size: 19px;
        }

    footer .footer-bottom {
        padding: 30px 0;
    }

        footer .footer-bottom p {
            font-size: 12px;
            color: var(--text);
            text-align: center;
            margin: 0;
        }

@media (max-width: 1280px) {

    .home-s5-navs,
    .home-s3-navs,
    .home-s4-navs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    footer .footer-top .footer-infos {
        margin: 30px 0;
    }

    footer .footer-top h5 {
        height: auto;
        line-height: unset;
        margin-top: 15px;
    }

    footer .footer-top .footer-list {
        margin: 10px 0;
    }

    .home-s5-swiper .h5-each .h5-each-text h4 {
        height: 55px;
    }

    footer .footer-bottom {
        padding: 15px 0;
    }
}

header.header-listeleme {
    padding: 0;
}

header.header-absolute {
    position: absolute;
    left: 0;
    top: 3%;
    width: 100%;
    background: none !important;
    box-shadow: none;
    z-index: 9;
    padding: 0;
}

header.header-listeleme .header-top {
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
}

header.header-absolute .header-top {
    padding: 10px 0;
}

header.header-listeleme .header-search-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: auto;
}

    header.header-listeleme .header-search-group input {
        border: 1px solid var(--text);
        border-radius: 12px;
        height: 45px;
        width: 350px;
        font-size: 14px;
        color: var(--text);
        padding: 0 14px;
    }

        header.header-listeleme .header-search-group input:focus {
            border: 1px solid var(--blue);
            outline: none;
        }

    header.header-listeleme .header-search-group button {
        border: none;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

header.header-listeleme .header-bottom {
    border-bottom: 1px solid var(--gray);
}

    header.header-listeleme .header-bottom nav {
        display: inline-flex;
        align-items: center;
        position: relative;
        justify-content: start;
        gap: 15px;
        width: 100%
    }

        header.header-listeleme .header-bottom nav .nav-item .nav-item-link {
            color: var(--text);
            font-weight: 700;
            font-size: 15px;
            display: block;
            padding: 15px 10px;
            position: relative;
        }

            header.header-listeleme .header-bottom nav .nav-item .nav-item-link::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background-color: var(--blue);
            }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-link::after {
            width: 100%;
        }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-link {
            color: var(--blue);
        }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-dropdown {
            display: block;
        }

        header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown {
            position: absolute;
            top: 100%;
            background-color: var(--white);
            border: 1px solid var(--gray);
            height: auto;
            z-index: 3;
            width: 100%;
            left: 0;
            display: none;
            padding: 30px;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            border-top: 0;
            box-shadow: 0 8px 8px rgba(74, 74, 74, .1);
        }

            header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown .nav-item-dropdown-each a {
                color: var(--text);
                font-size: 14px;
                padding: 5px 0;
                display: block;
                font-weight: 500;
            }

                header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown .nav-item-dropdown-each a:hover {
                    color: var(--blue);
                }

.nav-item-dropdown-img {
    width: 100%;
    height: 200px;
    display: none;
}

    .nav-item-dropdown-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.listeleme,
.blog {
    background-color: var(--bg);
    padding-top: 30px;
}

.blog {
    padding: 0px 0 50px;
}

    .blog h1 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0;
        font-size: calc(1.325rem + 0.9vw);
    }

@media (min-width: 1200px) {
    .blog h1 {
        font-size: 2rem;
    }
}

.listeleme h2,
.blog h2 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
}

.listeleme-title,
.blog-title {
    padding: 30px 0;
}

.listeleme-results,
.blog-results {
    color: var(--text);
    font-size: 14px;
}

.listeleme-order,
.blog-order {
    font-size: 14px;
    color: var(--text);
    font-weight: 700;
    align-items: center;
    display: flex;
    gap: 5px;
    position: relative;
}

    .listeleme-order img,
    .blog-order img {
        cursor: pointer;
        height: 18px;
    }

.listeleme-order-dropdown,
.blog-order-dropdown {
    padding: 15px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 2;
    min-width: 170px;
    border: 1px solid var(--gray);
    border-radius: 12px;
    background-color: var(--white);
    display: none;
}

.listeleme-order span,
.listeleme-order img,
.blog-order span {
    cursor: pointer;
}

.listeleme-order-dropdown a,
.blog-order-dropdown a {
    font-size: 13px;
    color: var(--text);
    font-weight: 700;
}

    .listeleme-order-dropdown a:hover,
    .blog-order-dropdown a:hover {
        color: var(--blue);
    }

.listeleme-suggestion {
    background-color: var(--white);
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 30px;
    margin-bottom: 15px;
}

    .listeleme-suggestion h5 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .listeleme-suggestion ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        flex-wrap: wrap;
    }

        .listeleme-suggestion ul li {
        }

            .listeleme-suggestion ul li a {
                color: var(--text);
                font-size: 14px;
                position: relative;
                z-index: 1;
                font-weight: 700;
            }

                .listeleme-suggestion ul li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 100%;
                    transition: all 0.3s ease;
                    background-color: var(--light-blue);
                    bottom: 0;
                    height: 0%;
                    z-index: -1;
                }

                .listeleme-suggestion ul li a.active::before {
                    height: 50%;
                }

                .listeleme-suggestion ul li a:hover::before {
                    height: 50%;
                }

.listeleme-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 7px;
/*    overflow: hidden;*/
    margin-bottom: 15px;
}

.listeleme-each-img {
    width: 100%;
    border-right: 1px solid var(--gray);
    /*aspect-ratio: 1.3;*/
    object-fit: cover;
    height:230px;
}

.listeleme-review img {
    width: 14px;
}

.listeleme-review span {
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
    line-height: 19px;
}

.listeleme-each-infos {
    padding: 20px 30px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.listeleme-review-count {
    font-size: 12px;
    color: var(--text);
    text-align: right;
}

.listeleme-each-title h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listeleme-each-title span {
    color: var(--text);
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.listeleme-each-location {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--text);
    align-items: center;
}

    .listeleme-each-location img {
        width: 11px;
        height: auto;
    }

.listeleme-each-text {
    color: var(--text);
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listeleme-each-favorite {
    position: absolute;
    left: 10px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    top: 10px;
}

    .listeleme-each-favorite img {
        width: 16px;
    }

@media (max-width: 991px) {
    .listeleme-suggestion {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .listeleme-each-infos {
        padding: 15px 15px;
    }

    .listeleme-each-img {
        border-right: none;
        border-bottom: 1px solid var(--gray);
        aspect-ratio: 2;
    }
}

#filter-form {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    margin-bottom: 30px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    overflow-y: auto;
    padding: 30px;
    border-radius: 7px;
}

.listeleme-filter {
    /*  background-color: var(--white);
    border: 1px solid var(--gray);
    overflow-y: auto;
    padding: 30px;
    max-height: 100%;
    border-radius: 7px;*/
    max-height: 100%;
}

#loading-message {
    display: none;
}

    #loading-message img {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid var(--gray);
        border-radius: 7px;
        overflow: hidden;
    }

.load-more-loader {
    width: 100%;
    padding-bottom: 15px;
}

.load-more-loader-inner {
    width: 13.4px;
    height: 13.4px;
    background: #ffffff;
    color: #ffffff;
    margin: auto;
    border-radius: 50%;
    box-shadow: 13.4px 0, -26.9px 0;
    animation: dots-h5boszmd 0.5s infinite linear alternate;
}

@keyframes dots-h5boszmd {
    50% {
        box-shadow: 13.4px 0, -13.4px 0;
    }

    100% {
        box-shadow: 26.9px 0, -13.4px 0;
    }
}

.listeleme-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .listeleme-filter-title h4 {
        color: var(--text);
        margin: 0;
        font-weight: 700;
    }

.filter-each {
}

.filter-hr {
    margin: 10px 0;
}

.filter-each-button {
    background-color: var(--white);
    padding: 7px 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    align-items: center;
    color: var(--text);
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

    .filter-each-button:hover {
        background-color: var(--bg)
    }

.filter-each ul {
    max-height: 300px;
    display: none;
    overflow-y: scroll;
}

.filter-each img {
    height: 18px;
    transition: all .3s ease;
}



.filter-checkbox-group input {
    display: none;
}

.filter-checkbox-group label {
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 7px 30px;
    font-size: 15px;
    color: var(--text);
}

    .filter-checkbox-group label:hover {
        background-color: var(--bg);
    }

    .filter-checkbox-group label::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        border: 1px solid var(--blue);
        border-radius: 3px;
    }

.filter-checkbox-group input:checked + label::after {
    content: "";
    background-color: var(--blue);
}

.filter-dropdown-search {
    width: 100%;
    border: none;
    padding: 7px 14px;
    border-bottom: 1px solid var(--text);
    color: var(--text);
    font-size: 14px;
    position: sticky;
    top: 0;
    background-color: var(--white);
    z-index: 1;
}

    .filter-dropdown-search:focus {
        outline: none;
    }

.login-initial {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--blue);
    font-weight: 500;
    border-radius: 50%;
    font-size: 18px;
    z-index: 1;
}

.login-account {
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
}

.header-listeleme .login-account {
    font-size: 16px;
    color: var(--blue);
}

.header-absolute .login-initial {
    background-color: var(--white) !important;
    color: var(--blue) !important;
}

.header-absolute .login-account {
    color: var(--white) !important;
}

.filter-select {
    background-color: var(--white) !important;
    border: 1px solid var(--text);
    border-radius: 12px;
    padding: 7px 14px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: var(--text);
    line-height: unset !important;
    margin-bottom: 15px;
    appearance: none;
    background-image: url(../images/icons/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
}

    .filter-select:focus-visible {
        outline: none;
    }

    .filter-select::-ms-expand {
        display: none;
    }

.sign-in-wrapper {
    width: 100%;
    min-height: calc(100vh - 75px);
    background-color: var(--bg);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 12px;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sign-in {
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    max-width: 420px;
    border: 1px solid var(--gray);
}

    .sign-in #remember-me {
        display: none;
    }

        .sign-in #remember-me + label {
            color: var(--text);
            font-size: 12px;
            position: relative;
            left: 20px;
        }

            .sign-in #remember-me + label::before {
                content: "";
                position: absolute;
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
                width: 16px;
                height: 16px;
                border-radius: 3px;
                border: 1px solid var(--blue);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
            }

        .sign-in #remember-me:checked + label::before {
            background-color: var(--blue);
            content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
            color: var(--white);
        }

.sign-input {
    border: 1px solid var(--text);
    background-color: var(--white);
    color: var(--text);
    font-size: 14px;
    padding: 7px 14px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.remember-password {
    color: var(--text);
    font-size: 12px;
}

    .remember-password:hover {
        text-decoration: underline;
    }

.sign-input:focus {
    outline: none;
    border-color: var(--blue);
}

.sign-title {
    color: var(--text);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

    .sign-title span {
        color: var(--blue);
    }

.sign-in button[type="submit"] {
    margin-top: 15px;
}

.sign-or {
    display: flex;
    gap: 10px;
    text-align: center;
    color: var(--text);
    font-size: 12px;
    width: 100%;
    align-items: center;
    margin: 30px 0;
    justify-content: space-between;
    position: relative;
}

    .sign-or span {
        height: 1px;
        width: 100%;
        background-color: var(--gray);
    }

.sign-google a {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 7px 14px;
    border-radius: 12px;
    display: block;
    color: var(--text);
    font-size: 14px;
    border: 1px solid var(--blue);
}

    .sign-google a img {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }

.no-account-button {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .no-account-button a {
        color: var(--text);
        font-size: 12px;
        display: inline-block;
    }

        .no-account-button a p span {
            transition: all 0.3s ease;
            position: relative;
            left: 0;
        }

        .no-account-button a:hover p span {
            left: 7px;
        }

        .no-account-button a p {
            display: inline-block;
            font-size: 14px;
            margin: 0;
            font-weight: 700;
            color: var(--blue);
        }

@media (max-width: 1366px) {
    .sign-title {
        margin-bottom: 21px;
    }

    .sign-in button[type="submit"] {
        margin-top: 21px;
    }

    .sign-or {
        margin: 21px 0;
    }

    .no-account-button {
        margin-top: 21px;
    }

    .sign-in {
        padding: 21px 30px;
    }

    .sign-in-wrapper {
        background-size: cover;
    }
}



.header-absolute-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}




.header-absolute-dropdown:hover .header-absolute-overlay { /* opacity: 1; */ /* visibility: visible; */
}

.header-absolute-dropdown:hover .header-absolute-dropdown-main {
    opacity: 1;
    visibility: visible;
}

.header-absolute-dropdown {
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.header-absolute-dropdown-main {
    position: absolute;
    top: calc(100% + 10px);
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background-color: white;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

    .header-absolute-dropdown-main ul li {
        height: 30px;
        line-height: 30px;
    }

        .header-absolute-dropdown-main ul li a {
            color: var(--text);
            font-weight: 500;
            display: block;
            padding: 0 15px;
            cursor: pointer;
            font-size: 14px;
        }

            .header-absolute-dropdown-main ul li a:hover {
                background-color: #f5f5f5
            }

.header-absolute-dropdown-main-name {
    background-color: var(--light-blue);
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    font-size: 15px;
}

    .header-absolute-dropdown-main-name:hover {
        background-color: var(--blue);
    }

    .header-absolute-dropdown-main-name a {
        color: var(--white);
        padding: 15px;
        display: block;
    }

.header-absolute-dropdown-main ul {
    padding: 5px 0;
}

    .header-absolute-dropdown-main ul hr {
        width: 100%;
        margin: 5px 0;
    }

.header-absolute-dropdown-main:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1002;
    border-style: solid;
    border-color: var(--light-blue) transparent;
    border-width: 0 10px 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.header-absolute-dropdown-main:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1002;
    height: 10px;
    top: -10px;
    left: 0;
}

@media (max-width: 991px) {
    .sign-in-wrapper {
        background-image: none !important;
    }

    header.header-absolute .header-top {
        padding: 15px 0 !important;
    }

    header .main-logo {
        height: 35px !important;
    }

    .login-account {
        display: none !important;
    }

    .login-initial {
        width: 35px !important;
        height: 35px !important;
    }
}

.section-sss {
    padding: 50px 0;
    background-color: var(--bg);
    min-height: calc(100vh - 75px);
}

    .section-sss h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 50px;
    }

    .section-sss .accordion-button::after {
        display: none;
    }

    .section-sss .accordion-button:not(.collapsed) {
        background-color: var(--white);
    }

        .section-sss .accordion-button:not(.collapsed) .sss-dropdown-img {
            transform: rotate(180deg);
            transition: all 0.3s ease;
        }

    .section-sss .accordion-button:focus {
        box-shadow: none !important;
    }

    .section-sss .accordion-item {
        border-bottom: 1px solid var(--gray);
    }

    .section-sss .accordion {
        border: 1px solid var(--gray);
    }

    .section-sss .accordion-header button {
        color: var(--text);
        font-size: 18px;
    }

.section-politika {
    padding: 50px 0;
    background-color: var(--bg);
    min-height: calc(100vh - 75px);
}

    .section-politika h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 24px;
        font-size: 1.4rem;
    }

.politika-container {
    padding: 15px 30px;
    border: 1px solid var(--gray);
    border-radius: 12px;
    background-color: var(--white);
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
    background-color: var(--bg);
    min-height: calc(100vh - 466px);
}

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 50px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h5 {
        color: var(--text);
        margin-bottom: 30px;
        font-weight: 700;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda p {
        color: var(--text);
        font-size: 14px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a {
    background-color: var(--white);
    border-radius: 12px;
    padding: 14px;
    gap: 14px;
    border: 1px solid var(--gray);
    align-items: center;
    display: flex;
    height: 100%;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a img {
        height: 24px;
    }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a span {
        color: var(--text);
        font-size: 14px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-right: none;
    padding: 50px 50px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: start;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form form {
        width: 100%;
    }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form h4 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 30px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group {
    margin-bottom: 15px;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group input,
    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea {
        width: 100%;
        border: 1px solid var(--text);
        border-radius: 12px;
        padding: 7px 14px;
        font-size: 14px;
    }

        .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group input:focus,
        .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea:focus {
            outline: none;
            border: 1px solid var(--blue);
        }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea {
        min-height: 175px;
    }

@media (max-width: 991px) {
    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form {
        padding: 30px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        margin-bottom: 30px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h5 {
        margin-bottom: 15px;
    }
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    min-height: 400px;
    border-radius: 0;
    border: 1px solid var(--gray);
}

.btn-close,
#uzman-detay-modal .btn-close,
#uzman-degerlendirme-modal .btn-close,
.modal-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 12px;
    padding: 10px;
    transform: translate(50%, -50%);
    background-color: var(--white);
    border: 1px solid var(--gray);
    opacity: 1;
}

.modal-body {
    padding: 0;
}

    .modal-body .kampanya-img {
        width: 100%;
        height: 475px;
    }

        .modal-body .kampanya-img img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

.klinik-header {
    position: fixed;
    top: 0;
    background-color: var(--white);
    width: 100%;
    transition: all 0.3s ease;
    z-index: 3;
    transform: translateY(-100%);
}

    .klinik-header.show {
        transform: none;
    }

.kampanya-modal-discount {
    background-color: var(--blue);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 50%;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 3px;
}

.kampanya-modal-discount-detail {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.kampanya-modal-discount-date {
    font-weight: 300;
    font-size: 10px;
    text-align: center;
}

.kampanya-content {
    padding: 15px 30px;
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kampanya-kontenjan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kampanya-kontenjan-detail {
    background-color: var(--blue);
    border-radius: 3px;
    padding: 7px 14px;
    font-size: 12px;
    color: var(--white);
}

.kampanya-kontenjan-date {
    font-size: 12px;
    color: var(--text);
}

.kampanya-blue-button {
    border-radius: 3px !important;
    padding: 14px 21px !important;
    display: inline-block !important;
}

.kampanya-clinic-name {
    color: var(--text);
    font-weight: 700;
    padding-left: 40px;
}

    .kampanya-clinic-name h4 {
        margin-bottom: 20px;
    }

.kampanya-editor {
    height: 100%;
    margin: 15px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.klinik-header-top {
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
}

.klinik-header-bottom {
    border-bottom: 1px solid var(--gray);
}

.klinik-header-top-title h4 {
    color: var(--text);
    font-weight: 700;
    margin: 0;
}

.klinik-header-bottom-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

    .klinik-header-bottom-links a {
        padding: 15px 0;
        font-size: 14px;
        color: var(--text);
        font-weight: 500;
    }

        .klinik-header-bottom-links a:hover {
            color: var(--blue);
        }

.listeleme-detay {
    background-color: var(--bg);
    padding: 30px 0 50px;
}

.breadcrumbs {
    background-color: var(--white);
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--gray);
}

    .breadcrumbs span {
        display: block;
        font-size: 12px;
        color: var(--text);
    }

        .breadcrumbs span a {
            display: block;
            font-size: 13px;
            color: var(--text);
        }

            .breadcrumbs span a:hover {
                color: var(--blue);
            }

.listeleme-detay-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .listeleme-detay-title h2 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
        font-size: 22px;
    }

    .listeleme-detay-title img {
        width: 20px;
    }

@media(max-width:991px) {
    .listeleme-detay-title {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
}

.listeleme-detay-score img {
    width: 30px !important;
}

.listeleme-detay-puan {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: var(--text);
}

.listeleme-detay-sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listeleme-detay-sub-title span {
        color: var(--text);
        font-size: 12px;
    }

    .listeleme-detay-sub-title img {
        height: 18px;
    }

.listeleme-detay-title-container {
    margin: 30px 0 15px;
}

.swiper.swiper-clinic-gallery {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 7px;
    text-align: center;
}

    .swiper.swiper-clinic-gallery .swiper-wrapper {
    }

.swiper-clinic-gallery-next,
.swiper-clinic-gallery-prev {
    position: absolute;
    padding: 0 10px;
}

    .swiper-clinic-gallery-next img,
    .swiper-clinic-gallery-prev img {
        width: 25px;
    }

.swiper-clinic-gallery-prev {
    left: 0;
    z-index: 1;
    top: 50%;
}

.swiper-clinic-gallery-next {
    top: 50%;
    right: 0;
    z-index: 1;
}

.swiper-clinic-gallery-img img {
    width: calc(100% - 90px);
    object-fit: cover;
    aspect-ratio: 1.9;
    border-left: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
}

.swiper-clinic-gallery-img-last img {
}

.swiper-clinic-gallery-img-last-button {
    width: calc(100% - 90px);
    position: absolute;
    top: 0;
    left: 45px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}

    .swiper-clinic-gallery-img-last-button button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--white);
        font-size: 16px;
        font-weight: 600;
        border-radius: 3px;
        padding: 7px 14px;
        border: none;
        color: var(--blue);
    }

.listeleme-detay-infos {
    margin: 30px 0;
}

    .listeleme-detay-infos .row {
        row-gap: 15px;
    }

.listeleme-detay-infos-each {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 15px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .listeleme-detay-infos-each img {
        height: 22px;
    }

    .listeleme-detay-infos-each span {
        font-size: 14px;
        color: var(--text);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 30px;
}

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        color: var(--text);
        font-weight: 700;
    }

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda p {
        color: var(--text);
        font-size: 14px;
    }

.listeleme-detay-hizmetler {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    margin: 30px 0;
    padding: 20px 20px 20px;
}

    .listeleme-detay-hizmetler h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .listeleme-detay-hizmetler .row {
        /* align-items: center; */
        display: flex;
        justify-content: start;
        row-gap: 9px;
    }

.listeleme-detay-each-hizmet span {
    font-size: 12px;
    display: block;
    padding: 0 0 0 15px;
    color: var(--text);
    position: relative;
/*    text-wrap-mode: nowrap;*/
}

    .listeleme-detay-each-hizmet span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        transform: translateY(-50%);
        width: 7px;
        height: 7px;
        background-color: #0093d7;
        border-radius: 50%;
    }

.listeleme-detay-hizmetler hr {
    border-color: var(--gray);
}

.listeleme-detay-hizmetler-more {
    color: var(--text);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
}

.listeleme-detay-uzmanlar {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 30px;
}

    .listeleme-detay-uzmanlar h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 30px;
    }

    .listeleme-detay-uzmanlar .uzman-each {
        text-align: center;
        cursor: pointer;
    }

        .listeleme-detay-uzmanlar .uzman-each img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .listeleme-detay-uzmanlar .uzman-each h6 {
            color: var(--text);
            margin: 0;
            font-size: 14px;
            font-weight: 700;
        }

        .listeleme-detay-uzmanlar .uzman-each span {
            font-size: 12px;
            color: var(--text);
            font-style: italic;
            font-weight: 300;
        }

.swiper-clinic-uzman-prev {
    position: absolute;
    left: -25px;
    top: 35%;
    z-index: 1;
}

.swiper-clinic-uzman-next {
    position: absolute;
    right: -25px;
    top: 35%;
    z-index: 1;
}

    .swiper-clinic-uzman-next img,
    .swiper-clinic-uzman-prev img {
        width: 25px;
    }

.uzman-swiper {
    position: relative;
}

.listeleme-detay-uzman-modal .modal-content {
    padding: 15px;
    background-color: var(--bg);
    border-radius: 12px;
}

.listeleme-detay-uzman-modal .modal-dialog {
    max-width: unset;
    width: 991px;
}

.uzman-modal-img {
    background-color: var(--white);
    border: 1px solid var(--gray);
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
}

    .uzman-modal-img .uzman-modal-img-pp {
        width: 125px;
        height: 125px;
        object-fit: cover;
        border-radius: 50%;
    }

    .uzman-modal-img h5 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
        font-size: 16px;
        margin-top: 15px;
    }

    .uzman-modal-img h6 {
        color: var(--text);
        font-weight: 300;
        margin: 0;
        font-style: italic;
        font-size: 14px;
    }

.uzman-modal-img-clinic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

    .uzman-modal-img-clinic span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

    .uzman-modal-img-clinic img {
        height: 20px;
    }

.uzman-modal-info {
    padding: 15px;
    height: 100%;
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    max-height: 400px;
    overflow-y: auto;
}

    .uzman-modal-info h5 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 19px;
    }

    .uzman-modal-info p {
        color: var(--text);
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 15px;
    }

.uzman-modal-info-interest {
    display: flex;
    row-gap: 5px;
    column-gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .uzman-modal-info-interest span {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }

@media (max-width: 1200px) {
    .listeleme-detay-uzman-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.listeleme-detay-kampanyalar {
    border: 1px solid var(--gray);
    border-radius: 7px;
    margin: 30px 0;
    overflow: hidden;
    background-color: var(--white);
}

.listeleme-detay-kampanya-left {
    padding: 15px;
    width: 250px;
    height: 250px;
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.listeleme-detay-kampanya-percent {
    color: var(--white);
    font-weight: 700;
    font-size: 62px;
    line-height: 64px;
}

.listeleme-detay-kampanya-percent-date {
    color: var(--white);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.listeleme-detay-kampanya-right {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: calc(100% - 250px);
}

.listeleme-detay-kampanya-content {
    font-size: 13px;
    margin: 0;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.listeleme-detay-kampanya-title {
    color: var(--text);
    font-weight: 700;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.listeleme-detay-kampanya-kontenjan {
    font-size: 13px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    /* background-color: var(--blue); */
    width: 100px;
    align-items: center;
    height: 30px;
    font-weight: 400;
    /* color: var(--white); */
    gap: .2rem;
}

.listeleme-detay-kampanya-detail {
    font-weight: 700;
    color: var(--blue);
    font-size: 13px;
    cursor: pointer;
}

.listeleme-detay-kampanya-teklif-al {
    border-radius: 7px !important;
    padding: 14px 21px;
    font-size: 13px;
}

.listeleme-detay-form {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
    background-color: var(--white);
    margin-top: 2rem;
    z-index: 9;
}

@media (max-width: 991px) {
    .listeleme-detay-kampanya-left {
        aspect-ratio: unset;
        gap: 5px;
    }

    .listeleme-detay-kampanya-percent {
        font-size: 57px;
        line-height: 48px;
    }

    .listeleme-detay-kampanya-title {
        -webkit-line-clamp: 1;
    }

    .listeleme-detay-kampanya-content {
        -webkit-line-clamp: 2;
    }
}

.listeleme-detay-form .switch,
.listeleme-order-map .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.listeleme-detay-form .form-switch,
.listeleme-order-map .form-switch {
    padding: 0;
}

.listeleme-detay-form .switch input,
.listeleme-order-map .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.listeleme-detay-form .slider,
.listeleme-order-map .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--black);
    border-radius: 7px;
    background-color: var(--gray);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .listeleme-detay-form .slider:before,
    .listeleme-order-map .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        border-radius: 7px;
        width: 20px;
        left: 1px;
        bottom: 1px;
        background-color: var(--black);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }




.listeleme-detay-form input:checked + .slider,
.listeleme-order-map input:checked + .slider {
    background-color: var(--gray);
    border: 2px solid var(--blue);
}

    .listeleme-detay-form input:checked + .slider:before,
    .listeleme-order-map input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        background-color: var(--blue);
        left: -1px;
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

.listeleme-detay-form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .listeleme-detay-form-title img {
        display: none;
        height: 14px;
        transform: rotate(180deg);
        transition: all .3s ease
    }

    .listeleme-detay-form-title h4 {
        color: #0195d9;
        font-weight: 700;
        margin: 0;
        font-size: 19px;
    }

    .listeleme-detay-form-title .form-switch,
    .listeleme-order-map .form-switch {
        color: var(--text);
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.listeleme-detay-form .form-group {
    margin-bottom: 12px;
}

    .listeleme-detay-form .form-group input {
        width: 100%;
        background-color: var(--white);
        border: 1px solid var(--text);
        border-radius: 12px;
        color: var(--text);
        font-size: 12px;
        padding: 7px 14px;
        height: 38.5px;
    }

    .listeleme-detay-form .form-group textarea {
        width: 100%;
        border: 1px solid var(--text);
        border-radius: 12px;
        padding: 7px 14px;
        font-size: 12px;
        min-height: 81px;
    }

.forum-group-checkbox input {
    display: none;
}

.bootstrap-select .bs-ok-default:after {
    color: var(--blue) !important;
}




.forum-group-checkbox label {
    position: relative;
    padding-left: 20px;
    color: var(--text);
    font-size: 12px;
}

    .forum-group-checkbox label a {
        font-weight: 700;
        text-decoration: underline;
        color: var(--text);
    }

    .forum-group-checkbox label::before {
        content: "";
        background-color: var(--white);
        border: 1px solid var(--blue);
        border-radius: 3px;
        position: absolute;
        left: 0;
        display: flex;
        color: var(--white);
        align-items: center;
        justify-content: center;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
    }

.forum-group-checkbox input:checked + label::before {
    content: "\F26E";
    font-family: 'bootstrap-icons';
    background-color: var(--blue);
    font-size: 17px;
}

.listeleme-detay-form button[type="submit"] {
    border-radius: 7px;
}

.listeleme-detay-form form,
.listeleme-filter-inputs {
    transition: all 0.3s ease;
}

.listeleme-harita {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 0;
}

    .listeleme-harita.hide-form {
        height: 350px;
        margin-bottom: 15px;
    }

    .listeleme-harita #map {
        border-radius: 7px;
    }


@media (max-width: 991px) {
    .swiper-clinic-gallery-img img {
        aspect-ratio: 1.5;
        width: 100%;
    }

    .swiper-clinic-gallery-next,
    .swiper-clinic-gallery-prev {
        display: none;
    }

    .listeleme-detay-infos-each {
        justify-content: start;
    }

    .listeleme-detay-uzman-modal .modal-dialog {
        width: unset;
    }

    .listeleme-detay-uzman-modal .modal-content {
        padding: 0;
    }

    .uzman-modal-img {
        margin-bottom: 15px;
    }

    .btn-close,
    #uzman-detay-modal .btn-close,
    #uzman-degerlendirme-modal .btn-close,
    .modal-close-button {
        z-index: 1;
        right: 5px;
        top: 5px;
    }

    .swiper-clinic-gallery-img-last-button {
        width: 100%;
        left: 0;
    }

        .swiper-clinic-gallery-img-last-button button {
            font-size: 14px;
            font-weight: 400;
        }

    .kampanya-content {
        height: 300px;
    }

    .modal-body .kampanya-img {
        height: 250px;
    }

    .kampanya-clinic-name {
        padding: 0;
    }

        .kampanya-clinic-name h4 {
            margin-bottom: 0px;
        }

    .modal-dialog {
        margin: 15px;
    }
}

.listeleme-detay-owner {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
}

.listeleme-detay-before-after {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
    margin-bottom: 30px;
}

.listeleme-detay-before-pagination {
    position: absolute !important;
    bottom: 3px !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    text-align: center !important;
}

    .listeleme-detay-before-pagination .swiper-pagination-bullet {
        background-color: var(--text);
    }

    .listeleme-detay-before-pagination .swiper-pagination-bullet-active {
        background-color: var(--blue);
    }

.listeleme-detay-before-each img {
    aspect-ratio: 1;
    border-radius: 7px;
    object-fit: cover;
    width: 100%;
}

.listeleme-detay-owner-title h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
}

.listeleme-detay-before-after-title h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 30px;
}

.listeleme-detay-owner h6 {
    color: var(--text);
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.listeleme-detay-owner img {
    border-radius: 50%;
    width: 110px;
    object-fit: cover;
    height: 110px;
}



.listeleme-detay-degerlendirmeler {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    margin: 30px 0;
    overflow: hidden;
}

    .listeleme-detay-degerlendirmeler h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 19px;
        display: flex;
        align-items: center;
    }

.degerlendirme-filter-button {
    display: flex;
    align-items: center;
    color: var(--text);
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    gap: 10px;
}

    .degerlendirme-filter-button img {
        width: 18px;
    }

.degerlendirme-title {
    padding: 30px;
}

.degerlendirme-sub-title {
    background-color: rgba(0, 147, 215, 0.05);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.degerlendirme-sub-left-top {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .degerlendirme-sub-left-top img {
        width: 30px;
    }

    .degerlendirme-sub-left-top span {
        color: var(--text);
        font-size: 28px;
        font-weight: 700;
    }

.degerlendirme-sub-left-bottom {
    color: var(--text);
    font-size: 12px;
}

.degerlendirme-mid-title {
    color: var(--text);
    font-size: 14px;
    margin-bottom: 10px;
}

.degerlendirme-add .custom-animation {
    color: var(--blue);
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
}

.listeleme-detay-each-hizmet {
    display: none;
}

.each-blog-container {
    display: none;
}

#uzman-degerlendirme-modal .modal-content {
    background-color: var(--bg);
    padding: 15px;
    border-radius: 12px;
}

#uzman-degerlendirme-modal .modal-dialog {
    max-width: 991px;
}

#uzman-degerlendirme-modal .modal-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid var(--gray);
}

#uzman-degerlendirme-modal h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 1.4rem;
}

#uzman-degerlendirme-modal h5 {
    color: var(--text);
    font-weight: 500;
    margin-bottom: 0;
    font-size: .95rem;
}

#uzman-degerlendirme-modal textarea {
    border: 2px solid var(--blue);
    border-radius: 12px;
    min-height: 150px;
    padding: 15px;
    width: 100%;
    font-size: .9rem;
}

    #uzman-degerlendirme-modal textarea:focus {
        border: 2px solid var(--blue);
        outline: none;
    }

.textarea-label {
    margin: 50px 0 15px !important;
}

.star-group {
    display: flex;
    gap: .3rem;
}

/* reset native input styles */
.star {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 30px;
    font-size: 1.3rem;
}

    .star:before,
    .star:after {
        color: var(--blue);
    }

    .star:before {
        content: "\F588";
        font-family: "bootstrap-icons"
    }

    .star:checked:before,
    .star:has(~ .star:checked):before {
        content: "\F586";
    }

.rating-submit {
    margin-top: 30px;
    text-align: center;
}

    .rating-submit button {
        background-color: var(--white);
        border: 2px solid #389bc8;
        color: #ffffff;
        font-weight: 500;
        transition: .2s ease;
    }

        .rating-submit button:hover {
            background: #fff;
            color: #0093d7 !important;
            !i;
            !;
        }

        .rating-submit button:hover {
            border: 2px solid var(--dark-blue);
            color: var(--white);
        }

@media (max-width: 1200px) {
    .degerlendirme-sub-title {
        padding: 15px;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    #uzman-degerlendirme-modal .modal-body {
        padding: 15px;
    }

    #uzman-degerlendirme-modal h4 {
        margin-bottom: 30px;
    }

    #uzman-degerlendirme-modal h5 {
        margin-top: 10px;
    }

    #uzman-degerlendirme-modal textarea {
        min-height: 100px;
    }

    .textarea-label {
        margin: 30px 0 10px !important;
    }

    .degerlendirme-filter-button span {
        display: none;
    }
}

.degerlendirme-ortalama {
    width: 100px;
}

    .degerlendirme-ortalama p {
        font-size: 14px;
        margin: 0;
        text-align: center;
        color: var(--text);
    }

    .degerlendirme-ortalama span {
        width: 35px;
        height: 35px;
        margin: 10px auto 0;
        border: 1px solid var(--gray);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative;
        color: var(--text);
    }

        .degerlendirme-ortalama span::before {
            content: "\F586";
            position: absolute;
            font-family: 'bootstrap-icons';
            left: 50%;
            top: -6px;
            line-height: 12px;
            transform: translateX(-50%);
            color: var(--blue);
            font-size: 16px;
        }

.degerlendirme-comments {
    padding: 0 30px 30px;
    border-radius: 3px;
    background-color: var(--white);
}

.degerlendirme-comments-each {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
    justify-content: space-between;
    min-height: 125px;
    border-bottom: 1px solid var(--gray);
}

.degerlendirme-comment-pp {
    background-color: var(--dark-blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .degerlendirme-comment-pp span {
        color: var(--white);
        font-size: 16px;
    }

.degerlendirme-comments-each-inner {
    display: flex;
    width: calc(100% - 80px);
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.degerlendirme-comments-each-inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}


.degerlendirme-rate {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: .5rem;
}

    .degerlendirme-rate span {
        font-size: 14px;
        padding-left: 5px;
        color: var(--black);
    }

    .degerlendirme-rate img {
        width: 15px;
    }



.degerlendirme-rate-progress {
}

    .degerlendirme-rate-progress .rating {
        width: 120px;
        height: 24px;
        position: relative;
        background-color: white;
    }

        .degerlendirme-rate-progress .rating progress.rating-bg {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            display: inline-block;
            height: 24px;
            width: 100%;
            color: red;
        }

            .degerlendirme-rate-progress .rating progress.rating-bg::-webkit-progress-value {
                background-color: var(--blue);
            }

            .degerlendirme-rate-progress .rating progress.rating-bg::-moz-progress-bar {
                background-color: var(--blue);
            }

        .degerlendirme-rate-progress .rating svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


.degerlendirme-date {
    color: var(--text);
    font-size: 14px;
}

.degerlendirme-message {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.more-degerlendirme {
    color: var(--text);
    font-size: 14px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 100%;
}

.degerlendirme-comments-each {
    display: none;
}

.degerlendirme-rate-mobile {
    display: none;
}

.listeleme-detay-sss h3 {
    color: var(--text);
    font-weight: 700;
    background-color: var(--white);
    margin: 0;
    padding: 30px;
    font-size: 19px;
}

.listeleme-detay-sss .accordion-button::after {
    display: none;
}

.listeleme-detay-sss .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.listeleme-detay-sss .sss-dropdown-img {
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.listeleme-detay-sss .accordion-button:not(.collapsed) .sss-dropdown-img {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.listeleme-detay-sss .accordion-button:focus {
    box-shadow: none !important;
}

.listeleme-detay-sss .accordion-item {
    border-bottom: 1px solid var(--gray);
}

.listeleme-detay-sss .accordion {
    border: 1px solid var(--gray);
    border-radius: 7px;
    overflow: hidden;
}

.listeleme-detay-sss .accordion-header button {
    color: var(--text);
    font-size: 14px;
}

.listeleme-detay-sss .accordion-body {
    color: var(--text);
    font-size: 12px;
}

@media (max-width: 991px) {
    .degerlendirme-comments {
        padding: 0 15px 15px;
    }

    .more-degerlendirme {
        margin-top: 15px;
    }

    .degerlendirme-comment-pp {
        display: none;
    }

    .degerlendirme-comments-each {
        gap: 10px;
        padding: 1rem;
    }

    .degerlendirme-comments-each-inner {
        width: 100%;
    }

    .degerlendirme-rate-mobile {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .degerlendirme-rate-mobile img {
            width: 15px;
        }

        .degerlendirme-rate-mobile span {
            font-size: 14px;
            color: var(--text);
        }

    .degerlendirme-rate {
        display: none;
    }

    .degerlendirme-title {
        padding: 15px;
    }

    .listeleme-detay-owner {
        padding: 15px;
    }

    .listeleme-detay-uzmanlar {
        padding: 15px;
    }

    .swiper-clinic-uzman-prev,
    .swiper-clinic-uzman-next {
        display: none;
    }

    .listeleme-detay-hizmetler {
        padding: 15px;
    }

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
        padding: 15px;
    }

    .listeleme-detay-form {
        padding: 15px;
    }

    .listeleme-detay-form {
        top: unset !important;
        bottom: -9px;
        z-index: 1;
        width: 100%;
        left: 0;
        position: fixed;
        border-top-left-radius: 21px;
        border-top-right-radius: 21px;
        margin: 0;
        transform: translateY(calc(100% - 60px));
        transition: all .3s ease;
        overflow: hidden;
    }

        .listeleme-detay-form.show {
            transform: translateY(0);
            overflow-y: auto;
        }
}

.each-blog {
    /* border: 1px solid var(--gray); */
    /* border-radius: 12px; */
    /* overflow: hidden; */
    position: relative;
    /* height: 350px; */
    background: #0000000f;
}

    .each-blog:hover {
        border-color: var(--blue);
    }

        .each-blog:hover .each-blog-text {
        }

.each-blog-img {
    width: 100%;
    aspect-ratio: 4/2.5;
    object-fit: cover;
}

.each-blog-text {
    width: 97%;
    transition: all 0.3s ease;
    background-color: var(--white);
    /* border-top-right-radius: 12px; */
    /* border-top-left-radius: 12px; */
    position: relative;
    bottom: 11px;
    left: 0px;
    padding: 1rem 15px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .each-blog-text h5 {
        color: var(--text);
        font-weight: 700;
        /* text-align: center; */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-size: 1rem;
    }

    .each-blog-text p {
        color: var(--text);
        font-size: .8rem;
        margin-bottom: 10px;
        overflow: hidden;
        line-height: 20px;
        /* height: 40px; */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.each-blog-text-arrow {
    text-align: center;
    display: none;
}

    .each-blog-text-arrow img {
        width: 40px;
    }

.each-blog-author {
    background-color: var(--light-blue);
    position: absolute;
    right: 0;
    top: 50px;
    padding: 7px 14px;
    color: var(--white);
    font-size: 14px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog-author {
    color: var(--text);
    font-size: 14px;
}

.blog-pagination,
.listeleme-pagination {
    display: flex;
    justify-content: center;
    /* background-color: var(--white); */
    border-radius: 12px;
    /* border: 1px solid var(--gray); */
    padding: 30px;
    margin: 6px 0;
    gap: 1rem;
}

.blog-pagination-counts,
.listeleme-pagination-counts {
    display: flex;
    gap: 5px;
}

    .blog-pagination-counts .blog-page,
    .listeleme-pagination-counts .blog-page {
        color: var(--text);
        font-weight: 400;
        font-size: 16px;
    }

        .blog-pagination-counts .blog-page.active,
        .listeleme-pagination-counts .blog-page.active {
            font-weight: 700;
            color: var(--text);
        }

.prev-btn,
.next-btn {
    cursor: pointer;
}

.clinic-davet {
    background-color: var(--white);
    padding: 30px;
    display: flex;
    border: 1px solid var(--gray);
    align-items: center;
    border-radius: 12px;
    width: 100%;
    justify-content: space-between;
}

    .clinic-davet h3 {
        color: var(--text);
        font-weight: 700;
    }

    .clinic-davet p {
        color: var(--text);
        font-size: 14px;
        margin: 0;
    }

    .clinic-davet .custom-animation {
        color: var(--text);
        font-weight: 400;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        display: inline-block;
        padding-left: 25px;
    }

        .clinic-davet .custom-animation span {
            color: var(--blue);
            font-weight: 700;
        }

.blog-search,
.degerlendirme-filter {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 30px;
}

    .blog-search .blog-search-input,
    .degerlendirme-filter .blog-search-input {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        gap: 10px;
    }

        .blog-search .blog-search-input input,
        .degerlendirme-filter .blog-search-input input {
            width: 100%;
            padding: 7px 14px;
            border: 1px solid var(--text);
            border-radius: 12px;
            font-size: 14px;
            color: var(--text);
        }

        .blog-search .blog-search-input button,
        .degerlendirme-filter .blog-search-input button {
            background: url(../../assets/images/icons/input-search-bg.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 37px;
            width: 37px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
        }

            .blog-search .blog-search-input button img,
            .degerlendirme-filter .blog-search-input button img {
                width: 17px;
                position: relative;
                transition: all 0.3s ease;
                left: 3px;
            }

        .blog-search .blog-search-input input:focus,
        .degerlendirme-filter .blog-search-input input:focus {
            outline: none;
        }

        .blog-search .blog-search-input button:hover img,
        .degerlendirme-filter .blog-search-input button:hover img {
            left: 8px;
        }

.blog-categories {
    border: 1px solid var(--text);
    border-radius: 12px;
    background-color: var(--white);
    max-height: 300px;
    overflow-y: auto;
}

    .blog-categories ul li a {
        padding: 14px;
        color: var(--text);
        display: block;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid var(--text);
    }

        .blog-categories ul li a:hover {
            background-color: var(--bg);
        }

.blog-search h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.blog-detay-img {
    width: 100%;
    margin-bottom: 30px;
}

    .blog-detay-img img {
        width: 100%;
        border-radius: 12px;
        aspect-ratio: 1.8;
        object-fit: cover;
    }

.blog-detay-content {
    color: var(--text);
    margin-bottom: 30px;
}

    .blog-detay-content p {
        font-size: 14px;
    }

.other-blogs {
    border: 1px solid var(--gray);
    padding: 20px 30px;
    background-color: var(--white);
    margin-bottom: 30px;
    border-radius: 12px;
}

.other-blogs-each {
    margin: 10px 0;
}

    .other-blogs-each a {
        display: block;
    }

    .other-blogs-each img {
        width: 100%;
        height: 125px;
        object-fit: cover;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .other-blogs-each h6 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.other-blogs h3 {
    color: var(--text);
    font-weight: 700;
}

.other-blogs-each p {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.other-blogs-each span {
    color: var(--text);
    font-size: 12px;
}

.clinic-footer {
    background-color: var(--bg);
    padding: 30px 0;
}

.clinic-footer-title h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
}

.clinic-footer-title span {
    color: var(--text);
    font-size: 14px;
}

.clinic-footer-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    height: 225px;
    margin-top: 30px;
}

.clinic-footer-each-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-footer-each-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .clinic-footer-each-content h6 {
        color: var(--text);
        margin: 0;
        font-weight: 700;
    }

    .clinic-footer-each-content ul {
        display: flex;
        list-style: disc;
        flex-wrap: wrap;
        column-gap: 30px;
        margin-left: 30px;
    }

        .clinic-footer-each-content ul li {
            flex: 1 1 calc(33.333% - 20px);
            box-sizing: border-box;
        }

            .clinic-footer-each-content ul li a {
                color: var(--text);
                font-size: 14px;
                display: inline-flex;
                line-height: 24px;
            }

                .clinic-footer-each-content ul li a span {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .clinic-footer-each-content ul li a:hover {
                    color: var(--blue);
                }

.clinic-footer-each-all {
    display: flex;
    justify-content: end;
    cursor: pointer;
    gap: 5px;
}

    .clinic-footer-each-all span {
        font-size: 12px;
        color: var(--blue);
        font-weight: 500;
    }

#clinic-footer-modal .modal-body {
    padding: 15px 0;
}

#clinic-footer-modal h6 {
    color: var(--text);
    font-weight: 700;
    text-align: center;
}

#clinic-footer-modal ul {
    max-height: 500px;
    overflow-y: auto;
}

    #clinic-footer-modal ul li a {
        color: var(--text);
        display: block;
        font-size: 14px;
        border-bottom: 1px solid var(--gray);
        padding: 14px 14px 14px 21px;
        background-color: var(--white);
    }

        #clinic-footer-modal ul li a:hover {
            background-color: var(--bg);
        }

.degerlendirme-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    margin-bottom: 30px;
}

.degerlendirme-each-rate {
    display: flex;
    gap: 5px;
}

    .degerlendirme-each-rate img {
        width: 15px;
    }

.degerlendirme-img {
    width: 100%;
    padding: 15px;
}

    .degerlendirme-img img {
        width: 100%;
        aspect-ratio: 1;
        border-radius: 12px;
        object-fit: cover;
    }

.degerlendirme-content {
    padding: 15px 15px 15px 0;
}

    .degerlendirme-content h6 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
    }

.degerlendirme-each-sub-name {
    color: var(--text);
    font-size: 14px;
}

.degerlendirme-content-message {
    color: var(--text);
    margin-top: 15px;
    font-size: 14px;
}

.kampanya-each-top-badge {
    color: var(--white);
    background-color: var(--light-blue);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 7px 14px;
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 500;
    font-size: 12px;
}

.kampanya-each-bottom-badge {
    color: var(--white);
    background-color: var(--blue);
    padding: 7px 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

div#sozlesmemodal .listeleme-detay-form {
    border: none;
}

    div#sozlesmemodal .listeleme-detay-form > p {
        font-size: .85rem;
        color: #5e5e5e;
    }

div#pazarlamamodal .listeleme-detay-form {
    border: none;
}

    div#pazarlamamodal .listeleme-detay-form > p {
        font-size: .85rem;
        color: #5e5e5e;
    }

.listeleme-detay-form > p {
    font-size: .68rem;
    margin-top: 0;
    color: #5e5e5e;
}


.iti--separate-dial-code .iti__selected-flag {
    font-size: .7rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer-language {
}

    .footer-language > ul {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .footer-language > ul > li {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            .footer-language > ul > li > img {
                width: 25px;
                height: 25px;
                border-radius: 50%;
                object-fit: cover;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .footer-language > ul > li > span {
                font-size: .75rem;
                color: #0093d7;
                font-weight: 700;
            }

@media (max-width: 991px) {
    .clinic-footer-each {
        height: auto;
    }

    .degerlendirme-img img {
        aspect-ratio: 2.5;
    }

    .degerlendirme-content {
        padding: 15px;
    }

    #clinic-footer-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }

    .clinic-footer-each-img {
        height: unset;
        aspect-ratio: 2.5;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .clinic-footer-each-content {
        gap: 15px;
    }

        .clinic-footer-each-content ul li {
            flex: 1 1 calc(50% - 20px);
        }

    .other-blogs {
        padding: 15px;
    }

    .each-blog-img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .clinic-davet {
        padding: 15px;
        flex-direction: column;
        gap: 15px;
    }

    .blog-pagination {
        padding: 15px;
    }

    .blog-search,
    .degerlendirme-filter {
        margin-top: 30px;
    }
}

.profile-page {
    background-color: var(--bg);
    padding: 30px 0;
    min-height: 100vh;
}

.profile-area {
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 15px;
    background-color: var(--white);
    text-align: center;
    margin-bottom: 15px;
}

.profile-area-pp {
    margin-bottom: 15px;
}

    .profile-area-pp img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
    }

.profile-area-name {
    color: var(--text);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.profile-area-infos {
    margin-bottom: 30px;
}

    .profile-area-infos li span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

.profil-area-update-infos a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.profil-area-update-infos img {
    height: 12px;
}

.profil-area-update-infos span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.profile-area-list {
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 0 15px;
    background-color: var(--white);
}

    .profile-area-list ul li a img {
        height: 20px;
    }

    .profile-area-list ul li a:hover {
        background-color: var(--bg);
    }

    .profile-area-list ul li a {
        font-size: 14px;
        color: var(--text);
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 21px 7px;
        border-bottom: 1px solid var(--gray);
    }

    .profile-area-list ul li:last-of-type a {
        border: none;
    }

.profile-tab-area {
    border-radius: 3px;
    border: 1px solid var(--gray);
    background-color: var(--white);
}

    .profile-tab-area .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: var(--blue);
        border-bottom: 5px solid var(--blue) !important;
    }

    .profile-tab-area .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        flex: 1;
        border: none !important;
        margin: 0 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 21px 7px !important;
        color: var(--text);
    }

    .profile-tab-area .tab-content {
        padding: 30px;
    }

.tekliflerim-each {
    background-color: var(--bg);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    gap: 15px;
    margin-bottom: 15px;
}

    .tekliflerim-each:last-of-type {
        margin: 0;
    }

.tekliflerim-each-img img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
}

.tekliflerim-each-contex {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.tekliflerim-each-contex-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .tekliflerim-each-contex-up span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

.tekliflerim-each-contex-down {
    width: 100%;
    justify-content: end;
    display: flex;
}

    .tekliflerim-each-contex-down a {
        color: var(--blue);
        font-weight: 700;
        text-decoration: underline;
        font-size: 14px;
    }

.tekliflerim-each-contex-mid {
    font-weight: 700;
    color: var(--text);
    font-size: 18px;
}

.each-incelenen-klinik img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
    height: 185px;
    object-fit: cover;
}

.each-incelenen-klinik h6 {
    color: var(--text);
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.each-incelenen-klinik {
    margin-top: 30px;
    position: relative;
}

.incelenen-klinik-title {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0;
}

.incelenen-klinik-category {
    margin-bottom: 50px;
}

.profile-no-data {
    border: 1px solid var(--gray);
    background-color: var(--light-blue);
    padding: 30px;
    text-align: center;
    border-radius: 3px;
}

    .profile-no-data h6 {
        color: var(--white);
        font-weight: 700;
        font-size: 18px;
    }

    .profile-no-data span {
        color: var(--white);
        font-weight: 400;
        font-size: 16px;
        display: block;
    }

    .profile-no-data a {
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        padding: 7px 14px;
        border-radius: 12px;
        margin-top: 30px;
        background-color: var(--white);
        color: var(--dark-blue);
    }

        .profile-no-data a:hover {
            background-color: var(--dark-blue);
            color: var(--white);
        }

.each-incelenen-klinik-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: var(--white);
}

    .each-incelenen-klinik-favorite img {
        height: unset !important;
        width: 20px;
        border-radius: unset !important;
        margin-bottom: 0 !important;
    }

.incelenen-klinik-title-count {
    font-size: 12px;
    color: var(--text);
}

@media (max-width: 991px) {
    .tekliflerim-each {
        flex-direction: column;
    }

    .tekliflerim-each-contex {
        height: unset;
        gap: 15px;
    }
}


header .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

header .bootstrap-select > .dropdown-toggle:active {
    border: none !important;
    background: none !important;
}

header .bootstrap-select > .dropdown-toggle:hover {
    border: none;
}

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle {
    color: var(--blue);
    background: var(--white);
    border: none;
    padding: 16px 12px;
    font-size: 16px;
    border-radius: 12px;
}

.header-listeleme .bootstrap-select > .dropdown-toggle {
    color: var(--blue);
    background: var(--white);
    border: 1px solid var(--blue);
    padding: 0px 10px;
    font-size: 16px;
    width: 250px;
    line-height: 45px;
    height: 45px;
    border-radius: 10px;
}

    .header-listeleme .bootstrap-select > .dropdown-toggle:hover {
        border: 1px solid var(--blue);
    }

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle,
.header-listeleme .bootstrap-select > .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

.header-listeleme .header-search,
.header-listeleme .clinic-filter-form,
.header-listeleme .dropdown.bootstrap-select {
    height: 45px !important;
}

.header-listeleme .clinic-filter-form-submit button {
    height: 45px;
    width: 45px !important;
    padding: 0 !important;
    border: 1px solid var(--blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-listeleme .clinic-filter-form {
    gap: 5px;
}

.header-listeleme .bootstrap-select .dropdown-menu {
    border-radius: 10px !important;
}

/*@media (max-width:1200px) {
    .header-listeleme .bootstrap-select > .dropdown-toggle {
        width: 155px !important;
    }
}*/

button[data-id="laylis"] {
    color: var(--blue);
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 14px !important;
    border: 1px solid var(--blue);
    background-color: white;
    border-radius: 12px;
    width: 350px !important;
}

    button[data-id="laylis"]:hover {
        background-color: white !important;
        border: 1px solid var(--blue) !important;
    }

header .bootstrap-select .dropdown-menu {
    top: -100% !important;
    padding: 0
}

.clinic-filter .bootstrap-select .dropdown-menu {
    top: -100% !important;
    max-height: 450px;
    padding: 0;
}

    header .bootstrap-select .dropdown-menu .bs-searchbox,
    .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox {
        padding: 0 !important
    }

        header .bootstrap-select .dropdown-menu .bs-searchbox input,
        .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox input {
            border: none;
            height: 45px;
            line-height: 45px;
        }



            header .bootstrap-select .dropdown-menu .bs-searchbox input:focus,
            .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox input:focus {
                border: none;
                outline: none !important;
                box-shadow: none !important;
            }

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    gap: 30px;
    white-space: break-spaces;
    color: #979797;
}


.firstopt .home-s1 .clinic-filter .form-control:focus {
    border-color: var(--text);
    box-shadow: none;
}

.firstopt {
    padding-left: 16px !important;
}

    .firstopt span {
        color: #6c757d !important;
        font-weight: 500;
        font-size: 14px !important;
    }

.bootstrap-select .dropdown-menu li a span.text .text-muted {
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
    font-weight: 500;
}

.dropdown-item.active span.text,
.home-s1 .clinic-filter .dropdown-item:active span.text {
    color: white !important;
}

    .dropdown-item.active span.text .text-muted,
    .home-s1 .clinic-filter .dropdown-item:active span.text .text-muted {
        color: white !important;
        font-style: normal !important;
    }

.dropdown-item:active span.text .text-muted {
    color: white !important;
}



.bootstrap-select .dropdown-menu li a.opt {
    padding-left: 30px;
}

header .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::after {
    background-image: url("../images/icons/dropdown.png");
    height: 20px;
    width: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
}

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle::after,
.header-listeleme .bootstrap-select > .dropdown-toggle::after {
    background-image: url("../images/icons/dropdown-blue.png");
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-s1 .bootstrap-select .dropdown-toggle .filter-option {
    width: 90% !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--text);
}

    .bootstrap-select .dropdown-menu.inner {
        border: none
    }

.home-s1 .clinic-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 400px;
}



#bs-select-1::-webkit-scrollbar,
#bs-select-2::-webkit-scrollbar,
#bs-select-3 ul::-webkit-scrollbar,
#bs-select-3::-webkit-scrollbar {
    width: 5px;
}

#bs-select-1::-webkit-scrollbar-track,
#bs-select-2::-webkit-scrollbar-track,
#bs-select-3 ul::-webkit-scrollbar-track,
#bs-select-3::-webkit-scrollbar-track {
    background: var(--gray);
    border-radius: 7px;
}

#bs-select-1::-webkit-scrollbar-thumb,
#bs-select-2::-webkit-scrollbar-thumb,
#bs-select-3 ul::-webkit-scrollbar-thumb,
#bs-select-3::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 7px !important;
}

    #bs-select-1::-webkit-scrollbar-thumb:hover,
    #bs-select-2::-webkit-scrollbar-thumb:hover,
    #bs-select-3 ul::-webkit-scrollbar-thumb:hover,
    #bs-select-3::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.home-s1 .clinic-filter .dropdown-item.active,
.home-s1 .clinic-filter .dropdown-item:active {
    background-color: var(--blue);
}

.home-s1 .clinic-filter .bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 1) !important;
}

.home-s1 .clinic-filter .dropdown-header {
    font-weight: 500;
}



.listeleme-order-map {
    background-color: white;
    border: 1px solid var(--gray);
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 15px;
}

.bootstrap-select {
    width: 100% !important;
}

.listeleme-filter .bootstrap-select > .dropdown-toggle,
.listeleme-detay-form .bootstrap-select > .dropdown-toggle {
    color: var(--text);
    background: none;
    border: 1px solid var(--text);
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}


    .listeleme-filter .dropdown-toggle::after,
    .listeleme-detay-form .bootstrap-select > .dropdown-toggle:after {
        height: 18px;
        width: 19px;
    }


.listeleme-detay-form .bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 0 !important;
}

.dropdown-menu.inner.show li.disabled {
    display: none;
}


.kampanyalarPage {
    height: 400px;
    width: 100%;
    position: relative;
}

.kampanyaPage-swiper-each {
    width: 100%;
    height: 100%;
}

.kampanyaPage-swiper-each-bg {
    width: 100%;
    height: 100%;
}

    .kampanyaPage-swiper-each-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.kampanyaPage-swiper-each-opacity {
    width: 100%;
    background-color: black;
    opacity: 0.8;
    height: 100%;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.kampanyaPage-swiper-each-inner {
    display: flex;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    z-index: 1;
    top: 0;
}

    .kampanyaPage-swiper-each-inner .row {
        width: 100%;
        align-items: center;
    }

    .kampanyaPage-swiper-each-inner h2 {
        color: white;
        font-weight: 700;
        font-size: 42px;
        margin-bottom: 30px;
    }

    .kampanyaPage-swiper-each-inner p {
        color: white;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .kampanyaPage-swiper-each-inner a {
        color: white;
        font-size: 16px;
        font-weight: 700;
    }

        .kampanyaPage-swiper-each-inner a:hover {
            text-decoration: underline;
        }

.swiper-kampanyalarPage-prev,
.swiper-kampanyalarPage-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

    .swiper-kampanyalarPage-prev img,
    .swiper-kampanyalarPage-next img {
        filter: brightness(10);
    }

.swiper-kampanyalarPage-next {
    right: 30px;
}

.swiper-kampanyalarPage-prev {
    left: 30px;
}

.swiper-kampanyalarPage-pagination {
    position: absolute;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1;
    display: inline-flex;
    width: auto !important;
}

    .swiper-kampanyalarPage-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #d1d1d1 !important;
    }

    .swiper-kampanyalarPage-pagination .swiper-pagination-bullet-active {
        background: var(--blue) !important;
    }

.kampanyaPage-swiper-each-img {
    height: 400px;
    aspect-ratio: 1;
}

    .kampanyaPage-swiper-each-img img {
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1;
    }

.kampanyaPage-filter {
    padding: 30px 0;
    background-color: white;
}

    .kampanyaPage-filter .bootstrap-select > .dropdown-toggle {
        color: var(--text);
        background: none;
        border: 1px solid var(--text);
        padding: 14px;
        font-size: 15px;
        border-radius: 12px;
    }

.kampanyaPage-list {
    background-color: var(--bg);
    padding: 50px 0;
}

.listeleme-each-title h4 {
    font-size: 21px;
}

.clinic-davet h3 {
    font-size: 20px;
}

.clinic-davet p {
    font-size: 13px;
}

.clinic-davet .custom-animation {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.home-s7 h3 {
    font-size: 14px;
}


@media(max-width:1200px) {
    .home-s1 .clinic-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .home-s1 .clinic-filter .dropdown.bootstrap-select {
        margin-bottom: 10px;
    }
}

@media(max-width:991px) {


    #filter-form {
        height: 70vh;
        top: unset;
        bottom: -60px;
        left: 0;
        margin-bottom: 0;
        padding: 0px 15px 15px;
        width: 100%;
        transform: translateY(calc(100% - 55px));
        position: fixed;
/*        border-top-right-radius: 21px;
        border-top-left-radius: 21px;*/
        transition: all .3s ease;
        padding: 0;
    }

        #filter-form.show {
            transform: translate(0);
            transition: all .3s ease;
        }

    .kampanyalarPage {
        height: auto;
    }

    .kampanyaPage-swiper-each-inner a {
        margin-bottom: 50px;
    }

    .kampanyaPage-swiper-each {
        padding: 50px 0;
    }

    .kampanyaPage-swiper-each-inner {
    }

    .kampanyaPage-swiper-each-bg {
        height: calc(100vh - 76px);
    }

    .kampanyaPage-swiper-each-inner .row {
        gap: 50px;
    }
}


.listeleme-mobile-filtreler {
    display: none;
}

@media (max-width:991px) {
    .listeleme-mobile-filtreler {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-weight: 700;
        /* background-color: white; */
        position: sticky;
        color: var(--text);
        top: 0;
        z-index: 1;
        padding: 15px;
        background: #85d1f3;
    }

    .listeleme-filter.custom-scroll {
        padding: 15px;
    }



    .listeleme-mobile-filtreler img {
        height: 14px;
        transform: rotate(180deg);
        transition: all .3s ease;
    }

    #filter-form.show .listeleme-mobile-filtreler img {
        transform: rotate(0)
    }

    .listeleme-detay-form-title img {
        display: block;
    }

    .listeleme-detay-form.show .listeleme-detay-form-title img {
        transform: rotate(0)
    }
}




.steps {
    width: 100%;
    padding: 0 10%;
    height: 240px;
    background: none;
    transform: translateY(-80%);
}

    .steps .steps-container {
        height: 100%;
        width: 100%;
        border: 1px solid var(--gray);
        border-radius: 22px;
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .steps .steps-container .steps-each {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            height: 60%;
            width: 25%;
            border-right: 2px solid #0093d7;
            display: inline-block;
            padding: 20px 35px;
        }

            .steps .steps-container .steps-each:last-child {
                border-right: none
            }

            .steps .steps-container .steps-each img {
                height: 40px;
            }

            .steps .steps-container .steps-each .steps-title {
                font-weight: 600;
                font-size: 1rem;
                color: #0093d7;
                padding-top: 20px;
            }

            .steps .steps-container .steps-each .steps-text {
                font-weight: 400;
                font-size: .8rem;
                color: #A1A1A1;
            }


.home-s8 {
    width: 100%;
    background-color: var(--bg);
    padding: 4% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

    .home-s8 .home-s8-title {
        font-size: 40px;
        font-weight: 700;
        color: #505050;
    }

    .home-s8 .home-s8-text {
        font-size: 16px;
        font-weight: 400;
        color: #A1A1A1;
        margin-top: 10px !important;
        max-width: 80%;
        text-align: center;
    }

    .home-s8 .home-s8-container {
        display: flex;
        gap: 33px;
        margin-top: 40px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .home-s8 .home-s8-container .home-s8-container-each {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 20px;
            border: 1px solid #B1B1B0;
            border-radius: 10px;
            padding: 0px, 20px, 0px, 0px;
            cursor: pointer;
        }

            .home-s8 .home-s8-container .home-s8-container-each h6 {
                font-size: 20px;
                font-weight: 500;
                color: #B1B1B0;
                text-align: justify;
                padding-right: 20px;
            }

.home-s8-container-each:hover {
    border-color: #0093D7 !important;
    /* This ensures the border color changes on hover */
}

.home-s8-container-each:not(.container-active):hover h6 {
    color: #0093D7 !important;
    /* This ensures the text color changes on hover */
}

.home-s8 .home-s8-container .container-active {
    border: none !important;
    background-color: #0093D7 !important;
}

.container-active h6 {
    color: var(--white) !important;
    /* This ensures the text color changes on hover */
}

.home-s8 .home-s8-container .home-s8-container-each img {
    height: 45px;
    width: 45px;
}

.home-s8 .home-s8-gallery {
    width: 100%;
    display: flex;
    height: 360px;
}

.home-s8-slider {
    height: 360px;
    display: flex;
    width: 100%;
    padding-top: 60px;
}

.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 360px;
    width: 100%;
}

.home-s8-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    height: 360px;
}

.slide {
    min-width: 33.333%;
    /* Show 3 slides at a time */
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.img-container {
    width: 100%;
    /* Adjust the size of the container */
    height: 300px;
    /* Adjust the size of the container */
    overflow: hidden;
    border-radius: 20px;
}

.slide img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    padding: 0 5%;
}

.slide:hover .img-container img {
    transform: scale(1.2);
    /* Zoom the image on hover */
}

.prev,
.next {
    cursor: pointer;
    top: 50%;
}

.slide-caption {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
}

.title,
.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right {
    margin-left: auto;
    text-align: right;
}

.slide-caption .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
}

.slide-caption .text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    font-style: italic;
}

.home-s9 {
    width: 100%;
    background-color: var(--white);
    padding: 4% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .home-s9 .home-s9-title {
        font-size: 40px;
        font-weight: 700;
        color: #505050;
    }

    .home-s9 .home-s9-text {
        font-size: 16px;
        font-weight: 400;
        color: #A1A1A1;
        margin-top: 10px !important;
        max-width: 80%;
        text-align: center;
    }

    .home-s9 .home-s9-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        margin-top: 4%;
        height: 800px;
    }

.home-s9-container .home-s9-col {
    flex: 1;
}

.home-s9-col .home-s9-background-container {
    background-image: url("/Clinall/Main/assets/images/dis-kampanya.png");
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-size: 80% auto;
}

.home-s9-background-container .home-s9-buttons {
    padding-top: 100px;
    padding-left: 70px;
}

.home-s9-col .home-s9-container-each {
    width: 10%;
    background-color: #00000066;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    height: 100px;
    width: 285px;
    align-items: center;
    margin: 20px;
}

.home-s9-col .s9-container-active {
    background-color: #5393D5;
}

.home-s9-container-each img {
    height: 100px;
    width: 100px;
    border-radius: 20px;
}

.home-s9-container-each .home-s9-container-each-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}

.home-s9-col .home-s9-text-container {
    padding: 20px;
    height: 100%;
    width: 100%;
}

.home-s9-text-container .container {
    padding: 50px 30px 30px 0px;
    max-width: 600px;
}

.home-s9-text-section h1 {
    color: #5393D5;
    font-size: 36px;
    font-weight: 400;
    margin-right: 25%;
    padding-bottom: 80px
}

    .home-s9-text-section h1 strong {
        font-weight: 700;
    }

.home-s9-text-section p {
    color: #535353;
    font-size: 16px;
    margin-right: 10%
}

.home-s9-text-section ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

    .home-s9-text-section ul li {
        flex: 0 0 50%;
        /* Each li takes up 50% of the width */
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 24px;
    }

        .home-s9-text-section ul li::before {
            content: url('/Clinall/Main/assets/images/icons/blue-tick.svg');
            color: #3B73E3;
            margin-right: 10px;
        }

.home-s9-campaign-link {
    color: #5393D5;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.white-button {
    color: var(--blue);
    font-weight: 700;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid var(--blue);
    padding: 7px 14px;
    cursor: pointer;
}

.half {
    width: 50%;
    flex: 1;
}

.half-title {
    font-size: 16px;
    font-weight: 500;
}


.home-campaign-mobile {
    display: none;
}



/*klinik-detay*/
.list-contact-detail {
    display: flex;
    gap: 3rem;
}

    .list-contact-detail .detail-item {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .list-contact-detail .detail-item .detail-item-title > span {
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 13px;
            color: #505050;
        }

        .list-contact-detail .detail-item .detail-item-content {
            display: flex;
            position: relative;
        }

            .list-contact-detail .detail-item .detail-item-content > a {
                font-weight: 400;
                color: #505050;
                font-size: 13px;
                display: flex;
                align-items: center;
                gap: .5rem;
                height: fit-content;
            }

                .list-contact-detail .detail-item .detail-item-content > a > img {
                    margin-left: 0rem;
                    width: 100%;
                }

                .list-contact-detail .detail-item .detail-item-content > a > i {
                    font-size: 21px;
                }



        .list-contact-detail .detail-item:not(:last-child)::after {
            content: "";
            position: absolute;
            height: 75%;
            width: 2px;
            background: #e5e5e5;
            right: -22px;
            bottom: 25px;
        }

        .list-contact-detail .detail-item .detail-item-content > a:nth-child(2) {
            position: relative;
            top: -23px;
        }

        .list-contact-detail .detail-item .detail-item-content > a > span {
            font-weight: 400;
            color: #505050;
            font-size: 14px;
            width: 70%;
        }

.listeleme-detay-hizmetler > p {
    font-size: 13px;
}

.ilgi-alanlari-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    height: auto;
    max-height: 155px;
    overflow: hidden;
    overflow-y: auto;
}

    .ilgi-alanlari-wrapper .ilgi-alanlari-wrap {
        padding: .3rem .5rem;
        background: #d5eefc;
        border: 1px solid #74c6ec;
        border-radius: 6px;
        cursor: pointer;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ilgi-alanlari-wrapper .ilgi-alanlari-wrap > span {
            color: #505050;
            font-size: 12px;
            font-weight: 400;
        }

    .ilgi-alanlari-wrapper::-webkit-scrollbar {
        width: 3px;
    }

    .ilgi-alanlari-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .ilgi-alanlari-wrapper::-webkit-scrollbar-thumb {
        background: #888;
    }

    .ilgi-alanlari-wrapper .ilgi-alanlari-wrap:hover {
        border-color: #0093d7;
    }

        .ilgi-alanlari-wrapper .ilgi-alanlari-wrap:hover > span {
            color: #0093d7;
        }

.swiper-clinic-uzman {
    padding: 1rem;
}

    .swiper-clinic-uzman .swiper-wrapper {
    }

        .swiper-clinic-uzman .swiper-wrapper .swiper-slide {
        }

            .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each {
            }

                .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > img {
                        width: 75%;
                        object-fit: cover;
                        object-position: top;
                        border-radius: 50%;
                        aspect-ratio: 4 / 4;
                    }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > h6 {
                        font-family: 'Roboto';
                        font-size: 14px;
                        font-weight: 700;
                        color: #505050;
                        margin-bottom: 0;
                        margin-top: .5rem;
                    }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > span {
                        color: #505050;
                        font-family: 'Roboto';
                        font-size: 13px;
                        font-weight: 300;
                    }

            .swiper-clinic-uzman .swiper-wrapper .swiper-slide:not(:last-child) .uzman-each {
                border-right: 1px solid #e5e5e5;
            }


.listeleme-detay-form form#offerForm {
}

    .listeleme-detay-form form#offerForm .form-group input {
        height: 45px;
    }

    .listeleme-detay-form form#offerForm .dropdown > button {
        height: 45px;
        align-items: center;
    }

        .listeleme-detay-form form#offerForm .dropdown > button > .filter-option {
            display: flex;
            align-items: center;
        }

.listeleme-detay-before-each > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listeleme-detay-kampanya {
    display: flex;
    height: 100%;
}

.listeleme-detay-owner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listeleme-detay-owner-wrapper .owner-wrap {
        display: flex;
        width: 100%;
        align-items: end;
        gap: 1rem;
        align-items:center
    }

.listeleme-detay-kampanya-teklif-al:hover {
    background: none !important;
    color: #0093d7;
    border-color: #0093d7;
}

.listeleme-detay-kampanya-teklif-al {
    border: 1px solid !important;
}

form#offerForm > .text-center > button:hover {
    background: none !important;
    border-color: #0093d7;
    color: #0093d7;
    background: #fff;
    color: #0093d7;
}

form#offerForm > .text-center > button {
    border: 1px solid !important;
}

.listeleme-detay-sss .accordion-item .accordion-header > button {
    padding: 1.5rem 2rem;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
}

.listeleme-detay-sss .accordion-item .accordion-collapse .accordion-body {
    padding: 1.5rem 2rem;
}

.listeleme-detay-sss .accordion-item .accordion-header > button img.sss-dropdown-img {
    width: 11px;
}

.degerlendirme-rate > span {
    background: #0093d7de;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    color: #fff;
    font-weight: 600;
    margin-left: .5rem;
}

/*klinik-detay-end*/

.list-contact-detail .detail-item:nth-child(1) {
    width: calc(65% - 1rem);
}

.list-contact-detail .detail-item:nth-child(2) {
    width: calc(35% - 1rem);
}

.listeleme-detay-each-hizmet:nth-child(2n+1) span {
    /* color: #888; */
}

.filter-option-inner-inner {
    font-size: 12px;
}

.listeleme-detay-hizmetler .row .col-2.half > div:nth-child(2) {
    font-size: 12px;
    padding-left: .3rem;
}

.listeleme-detay-hizmetler .row .col-2.half > div.half-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: .3rem;
    font-size: 13px;
}

.listeleme-detay-owner-wrapper .text-center {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 40%;
    justify-content: center;
}

    .listeleme-detay-owner-wrapper .text-center > button {
        font-size: 11px;
        width: 50%;
    }

.listeleme-home-s7 .row .mb-3 {
    margin-bottom: .5rem !important;
}

footer .footer-top .row {
    justify-content: space-between;
}

    footer .footer-top .row div:not(:first-child) {
        padding-top: 1rem;
    }

.owner-wrap-text > span {
    font-size: 14px;
}

ul.footer-socials {
    margin-top: 2rem;
}

.listeleme-detay-uzman-modal .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .listeleme-detay-uzman-modal .modal-content .modal-body > .row {
        width: 100%;
    }


.alanlarimiz-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

    .alanlarimiz-wrapper .alanlarimiz-left {
        width: 50%;
        /* padding-left: 13rem; */
        display: flex;
        flex-direction: column;
        gap: .5rem;
        justify-content: center;
    }

        .alanlarimiz-wrapper .alanlarimiz-left > div {
            width: 70%;
        }


.alanlarimiz-right {
    width: 50%;
    position: relative;
    min-height: 354px;
}

    .alanlarimiz-right .alanlarimiz-right-list {
        position: absolute;
        top: 25%;
        left: -97px;
        z-index: 99;
        width: 240px;
    }

    .alanlarimiz-right .alanlarimiz-right-image {
        display: flex;
        width: 100%;
        position: relative;
        /* min-height: 730px; */
        aspect-ratio: 4/4;
    }

        .alanlarimiz-right .alanlarimiz-right-image > ul {
            width: 100%;
            height: 100%;
            list-style: none;
        }

            .alanlarimiz-right .alanlarimiz-right-image > ul > li > img {
                width: 100%;
                /* height: 100%; */
            }

            .alanlarimiz-right .alanlarimiz-right-image > ul > li {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

    .alanlarimiz-right .alanlarimiz-right-list > ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        list-style: none;
        padding: 0;
    }

        .alanlarimiz-right .alanlarimiz-right-list > ul > li {
            padding: 1.5rem 2rem;
            background: #00000066;
            display: flex;
            gap: .5rem;
            align-items: center;
            border-radius: 14px;
            cursor: pointer;
            justify-content: space-between;
        }

            .alanlarimiz-right .alanlarimiz-right-list > ul > li > span {
                color: #fff;
                font-weight: 500;
                font-size: 17px;
                width: calc(100% - 70px);
                display: flex;
                line-height: 26px;
                flex-direction: column;
            }

            .alanlarimiz-right .alanlarimiz-right-list > ul > li > img {
                width: 38px;
                height: 38px;
            }

            .alanlarimiz-right .alanlarimiz-right-list > ul > li.active-list {
                background: #5393d5c7;
                background: linear-gradient(270deg, rgb(83 147 213 / 48%) 0%, rgba(83, 147, 213, 1) 69%);
                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%);
            }

    .alanlarimiz-right .alanlarimiz-right-image > ul > li.active-list-image {
        z-index: 9;
    }

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-mini-baslik > span {
    font-size: 20px;
    font-weight: 500;
    color: #0093d7;
    font-family: "Poppins", "sans-serif";
}

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-baslik > span {
    font-weight: 600;
    font-size: 45px;
    color: var(--default);
    letter-spacing: -1px;
}

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama > p {
    font-size: 13px;
    font-weight: 400;
    /* text-align: justify; */
    font-family: "Poppins", "sans-serif";
    margin-bottom: 50px;


    @import url('https: //fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

    @media(min-width:1440px) {
        .container {
            max-width: 80%;
        }
    }

    header

{
    padding: 15px 0;
    background-color: var(--white);
    box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}

header .main-logo {
    height: 60px;
}

    header .main-logo img {
        width: auto;
        height: 100%;
    }

header .login-buttons a {
    color: var(--white);
    font-weight: 700;
    border: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 90px;
}

    header .login-buttons a:first-of-type {
        background-color: var(--blue);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

        header .login-buttons a:first-of-type:hover {
            background-color: var(--dark-blue);
        }

    header .login-buttons a:last-of-type {
        background-color: var(--light-blue);
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

        header .login-buttons a:last-of-type:hover {
            background-color: var(--dark-blue);
        }

header .custom-animation {
    color: var(--blue);
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 25px;
}

.custom-animation {
    position: relative;
}

    .custom-animation::
    before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid var(--blue);
        border-right: none;
        width: 40%;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .custom-animation:
    hover::before {
        width: 90%;
    }

.main-menu-mobile {
    width: 100% !important;
    height: fit-content !important;
}

    .main-menu-mobile .offcanvas-header {
        padding-bottom: 0;
    }

.main-menu-mobile-icon {
    border: 0;
    background: none;
}

    .main-menu-mobile-icon
    img {
        width: 30px;
        height: 30px;
    }

.main-menu-mobile-nav {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 15px 0 30px;
}

    .main-menu-mobile-nav
    li a {
        color: var(--text);
        font-weight: 500;
    }

.home-s1 {
    width: 100%;
    position: relative;
    height: 100vh;
    /* margin-bottom: 120px; */
    z-index: 2;
    background-color: #f7f7f6;
}

    .home-s1 .img-wrapper {
        width: 100%;
        height: 100%;
    }

.header-absolute-sign {
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    width: 140px;
    height: 42px;
    padding: 0 .5rem;
    background-color: var(--white);
    border-radius: 10px;
    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;
}

    .header-absolute-sign:
    hover {
        background: #ffff !important;
        color: #0093d7 !important;
    }

.header-listeleme .header-absolute-sign {
    color: var(--white);
    font-size: 13px;
    width: 140px;
    height: 38px;
    background-color: var(--blue);
}

    .header-listeleme .header-absolute-sign:
    hover {
        background-color: var(--dark-blue);
    }

.header-absolute-klinik {
    line-height: 38px;
    color: var(--white);
    padding-left: .5rem;
    font-size: 14px;
    position: relative;
    font-weight: 300;
    z-index: 99;
}

    .header-absolute-klinik:
    before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 25px;
        background-color: var(--white);
    }

.header-listeleme .header-absolute-klinik {
    line-height: 38px;
    color: var(--blue);
    padding-left: .5rem;
    font-weight: 400;
    font-size: 14px;
}

    .header-listeleme .header-absolute-klinik:
    before {
        transform: translateY(-50%);
        width: 2px;
        height: 25px;
        background-color: var(--dark-blue);
    }

.home-s1 .img-wrapper
img {
    width: 100%;
    object-fit: cover;
    height: 90%;
    object-position: top;
}

@media(max-width:991px) {
    .header-absolute-sign {
        display: none;
    }
}

.home-s1 .clinic-filter-container {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 35%;
    z-index: 3;
    left: 50%;
}

.home-s1 .clinic-filter {
    width: 100%;
    position: relative;
    z-index: 1;
    background: none;
    margin-top: 8%;
}

@media (max-width:1400px) {
    .home-s1 .clinic-filter-container {
        top: 40%;
    }
}

.home-s1 .clinic-filter
h1 {
    font-size: 39px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

.home-s1 .clinic-filter
p {
    font-weight: 400;
    color: var(--white);
    text-align: center;
    font-size: 19px;
}

.home-s1 .clinic-filter
h1 span {
    font-weight: 700;
}

.home-s1 .clinic-filter-form {
    margin-top: 30px;
}

.home-s1 #home-filter1 {
    width: 400px;
    background-color: var(--white);
    padding: 14px 21px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid var(--text);
    font-size: 15px;
    color: var(--text);
}

.home-s1 #home-filter2 {
    font-size: 15px;
    color: var(--text);
    width: 400px;
    background-color: var(--white);
    padding: 14px 21px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid var(--text);
}

/*.clinic-filter-form .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--text);
  width: 100%;
  border-radius: 12px;
  box-shadow: none;
  padding: 0;
  border: 1px solid var(--text);
}
.clinic-filter-form .dropdown-menu li {
  border-bottom: 1px solid var(--text);
  padding: 0;
}
.clinic-filter-form .dropdown-menu li a {
  padding: 14px 21px;
  cursor: pointer;
  font-size: 15px;
}
.clinic-filter-form .dropdown-menu li a:hover {
  background-color: var(--bg);
}
.clinic-filter-form .dropdown-menu li:last-of-type {
  border-bottom: none;
}
*/
.clinic-filter .home-filter-search {
    border: none;
    padding: 7px 21px;
    width: 100%;
}

    .clinic-filter .home-filter-search:
    focus {
        outline: none;
    }

.clinic-filter .home-filter-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.hidden-input {
    position: absolute;
    visibility: hidden;
}

.clinic-filter-form .clinic-filter-form-submit
button {
    color: #ffffff;
    background-color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding: 16px 0;
    border-radius: 12px;
    border: 1px solid rgb(56 154 199);
    transition: .5s ease-in-out;
    width: 145px;
    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%);
}

    .clinic-filter-form .clinic-filter-form-submit
    button:hover {
        background: #fff;
        color: #0093d7;
    }

@media (max-width: 1200px) {
    .home-s1 #home-filter1 {
        width: 300px;
    }

    .home-s1 #home-filter2 {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .home-s1 {
        height: calc(100vh - 235px);
        margin-bottom: 180px;
    }

        .home-s1 .clinic-filter p {
            font-size: 15px;
        }

        .home-s1 .img-wrapper {
            height: 100%;
        }

        .home-s1 .clinic-filter-container {
            bottom: unset;
            /* top: 25%; */
            transform: translateX(-50%);
        }

    .clinic-filter-form {
        flex-direction: column;
        align-items: center;
        gap: 0px !important;
        justify-content: space-between !important;
    }

        .clinic-filter-form .dropdown:
        first-of-type {
            width: 100%;
            margin-bottom: 14px;
        }

        .clinic-filter-form .dropdown:nth-of-type(2) {
            width: calc(50% - 7px);
        }

    .home-s1 #home-filter1 {
        width: 100%;
    }

    .home-s1 #home-filter2 {
        width: 100%;
    }

    .clinic-filter-form .clinic-filter-form-submit {
        width: 50%;
    }

        .clinic-filter-form .clinic-filter-form-submit button {
            width: 100%;
            white-space: nowrap;
        }

    .home-s1 .clinic-filter {
        width: 100%;
    }
}


.home-tabs-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .home-tabs-container .home-tabs-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .home-tabs-container .home-tabs-top
        span.home-tabs-heading {
            font-size: 35px;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
            color: #505050;
        }

        .home-tabs-container .home-tabs-top >
        p {
            margin: 0;
            text-align: center;
            width: 67%;
            font-size: 13px;
            font-weight: 400;
            color: #A1A1A1;
        }

section.home-s2 {
    padding-top: 8rem;
    background: #f7f7f6;
    padding-bottom: 5rem;
}

.home-tabs-bottom {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .home-tabs-bottom >
    nav {
    }

        .home-tabs-bottom >
        nav div#nav-tab {
            border: none !important;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }

            .home-tabs-bottom >
            nav div#nav-tab > button {
                padding: .5rem 1.5rem !important;
                display: flex;
                align-items: center;
                justify-content: center;
                background: none;
                border: 1px solid !important;
                max-width: fit-content;
                gap: .5rem;
                border-radius: 8px;
                height: 56px;
                color: #B1B1B0;
                font-size: 14px !important;
            }



                .home-tabs-bottom >
                nav div#nav-tab > button .tab-icon > img {
                    width: 30px;
                }

                .home-tabs-bottom >
                nav div#nav-tab > button.active {
                    background: #0495d7;
                    color: #fff;
                    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%);
                }




                    .home-tabs-bottom >
                    nav div#nav-tab > button.active .tab-icon > svg {
                        stroke: white;
                        fill: white;
                    }

                .home-tabs-bottom >
                nav div#nav-tab > button .tab-icon > svg {
                    stroke: #B1B1B0;
                    width: 30px;
                    height: 34px;
                }

                .home-tabs-bottom >
                nav div#nav-tab > button.active .tab-icon > svg path {
                    stroke: #ffffff;
                    /* fill: #ffffff; */
                }

                .home-tabs-bottom >
                nav div#nav-tab > button:hover .tab-icon > svg path {
                    stroke: #0495d7;
                }

                .home-tabs-bottom >
                nav div#nav-tab > button:hover {
                    border-color: #0495d7;
                    color: #0495d7;
                }

                .home-tabs-bottom >
                nav div#nav-tab > button.active:hover .tab-icon > svg path {
                    stroke: #fff;
                }

                .home-tabs-bottom >
                nav div#nav-tab > button.active:hover {
                    color: #fff;
                }

    .home-tabs-bottom .tab-content {
    }

        .home-tabs-bottom .tab-content .homeTabSwiper {
            padding: 0 1.5rem;
        }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
                left: -8px;
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev::
                after {
                    font-size: 21px;
                }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next {
                right: -8px;
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next::
                after {
                    font-size: 21px;
                }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next,
            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
                top: 60%;
            }

            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper {
            }

                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide {
                }

                    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                    a {
                        display: flex;
                        flex-direction: column;
                        gap: .5rem;
                    }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                        a .home-tab-image {
                            overflow: hidden;
                            border-radius: 10px;
                        }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                            a .home-tab-image > img {
                                width: 100%;
                                border-radius: 10px;
                                transition: .5s ease;
                                height: 310px;
                                object-fit: cover;
                            }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                        a:hover .home-tab-image > img {
                            transform: scale(1.1);
                        }

                        .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                        a .home-tab-content {
                            display: flex;
                            flex-direction: column;
                            position: relative;
                        }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                            a .home-tab-content .home-tab-rating {
                                position: absolute;
                                top: 0;
                                right: 0;
                                display: flex;
                                flex-direction: column;
                                text-align: end;
                            }

                                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                                a .home-tab-content .home-tab-rating > span {
                                    font-size: 13px;
                                    font-weight: 300;
                                    font-family: 'Poppins';
                                    font-style: italic;
                                    color: #535353;
                                }

                                .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                                a .home-tab-content .home-tab-rating span.home-tab-point {
                                    font-style: normal;
                                    font-weight: 700;
                                    font-size: 16px;
                                }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                            a .home-tab-content .home-tab-title > span {
                                font-weight: 700;
                                font-size: 15px;
                                font-family: 'Poppins';
                                color: #535353;
                            }

                            .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
                            a .home-tab-content .home-tab-location > p {
                                font-weight: 300;
                                font-size: 13px;
                                font-family: 'Poppins';
                                color: #535353;
                                font-style: italic;
                            }



.home-campaign-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

    .home-campaign-container .home-campaign-wrapper {
        display: flex;
        width: 100%;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left {
            width: 60%;
            padding-left: 9rem;
            display: flex;
            flex-direction: column;
            gap: 2rem;
            justify-content: center;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right {
            width: 40%;
            position: relative;
            min-height: 354px;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list {
                position: absolute;
                top: 25%;
                left: -80px;
                z-index: 99;
            }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
                display: flex;
                width: 100%;
                position: relative;
                min-height: 700px;
            }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image >
                ul {
                    width: 100%;
                    height: 100%;
                }

                    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image >
                    ul > li > img {
                        width: 100%;
                        height: 100%;
                    }

                    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image >
                    ul > li {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left >
        div {
            width: 70%;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
        ul {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
            ul > li {
                padding: 1rem 1.5rem;
                background: #00000066;
                display: flex;
                gap: .5rem;
                align-items: center;
                border-radius: 14px;
                cursor: pointer;
            }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
                ul > li > span {
                    color: #fff;
                    font-weight: 600;
                    font-size: 16px;
                    font-family: 'Poppins';
                    width: calc(100% - 50px);
                    display: flex;
                    line-height: 24px;
                    flex-direction: column;
                }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
                ul > li > img {
                    width: 29px;
                }

                .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
                ul > li.active-list {
                    background: #5393d5c7;
                    background: linear-gradient(270deg, rgb(83 147 213 / 48%) 0%, rgba(83, 147, 213, 1) 69%);
                }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image >
        ul > li.active-list-image {
            z-index: 9;
        }

section.home-s3 {
    padding-top: 5rem;
    background: #fff;
    padding-bottom: 5rem;
}

.home-campaign-container .home-campaign-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-campaign-container .home-campaign-heading
    span.home-tabs-heading {
        font-size: 35px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: #505050;
    }

    .home-campaign-container .home-campaign-heading >
    p {
        margin: 0;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        color: #A1A1A1;
    }



.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title >
span {
    font-family: 'Poppins';
    font-size: 25px;
    /* font-weight: 700; */
    color: #5393D5;
}

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
    width: 55%;
}

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc >
p {
    margin: 0;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    color: #535353;
}


.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list >
ul {
    display: flex;
    flex-wrap: wrap;
}

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list >
    ul > li {
        width: 50%;
        display: flex;
        align-items: center;
        gap: .3rem;
        font-family: 'Poppins';
        font-size: 12px;
        font-weight: 500;
        color: #535353;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list >
        ul > li > i {
            color: #5393d5;
            font-size: 22px;
        }

.home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link >
a {
    color: #5393D5;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link >
    a > i {
        font-style: normal !important;
        transition: .3s ease;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link >
    a:hover > i {
        padding-left: 1rem;
    }

.home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list >
ul > li > span > b {
    font-weight: 600;
    font-size: 16px;
}

.home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide >
a .home-tab-content .home-tab-title {
    width: 60%;
}



.home-s5 {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid var(--gray);
    background-color: var(--white);
}

.home-s6 {
    padding: 50px 0;
    position: relative;
    background-color: var(--bg);
    border-bottom: 1px solid var(--gray);
}

.home-s7 {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid var(--gray);
    background-color: var(--white);
}

.listeleme-home-s7 {
    background-color: var(--bg);
}

.home-s3
h2,
.home-s4 h2,
.home-s5 h2,
.home-s6 h2 {
    color: var(--text);
    font-weight: 900;
    margin: 0;
}

.home-s3
p,
.home-s4 p,
.home-s5 p,
.home-s6 p {
    margin: 0;
    font-size: 15px;
}

.home-s3-all,
.home-s4-all,
.home-s5-all,
.home-s6-all {
    color: var(--blue);
    font-weight: 700;
    font-size: 16px;
}

    .home-s3-all
    span:last-of-type,
    .home-s4-all span:last-of-type,
    .home-s5-all span:last-of-type,
    .home-s6-all span:last-of-type {
        position: relative;
        transition: all 0.3s ease;
        left: 0;
    }

    .home-s3-all:
    hover span:last-of-type,
    .home-s4-all:hover span:last-of-type,
    .home-s5-all:hover span:last-of-type,
    .home-s6-all:hover span:last-of-type {
        left: 10px;
    }

.home-s3 .nav-link,
.home-s4 .nav-link {
    color: var(--text);
    font-weight: 700;
    padding: 0 7px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

    .home-s3 .nav-link.active,
    .home-s4 .nav-link.active {
        color: var(--text);
        background: none;
        font-weight: 700;
    }

    .home-s3 .nav-link::
    before,
    .home-s4 .nav-link::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        transition: all 0.3s ease;
        background-color: var(--light-blue);
        bottom: 0;
        height: 0%;
        z-index: -1;
    }

    .home-s3 .nav-link.active::
    before,
    .home-s4 .nav-link.active::before {
        height: 50%;
    }

    .home-s3 .nav-link:
    hover:before,
    .home-s4 .nav-link:hover:before {
        height: 50%;
    }

.h4-each {
    cursor: pointer;
}

.h3-each,
.h4-each {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
}

    .h3-each .h3-each-img
    img,
    .h4-each .h4-each-img img {
        width: 100%;
        aspect-ratio: 1.8;
        position: relative;
        object-fit: cover;
    }

    .h4-each .h4-each-img {
        position: relative;
    }

        .h4-each .h4-each-img .h4-each-bar {
            position: absolute;
            height: 30px;
            top: 0;
            color: var(--white);
            font-size: 14px;
            text-align: center;
            line-height: 30px;
            left: 0;
            width: 100%;
            background-color: var(--blue);
        }

        .h4-each .h4-each-img .h4-each-discount {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 5px;
            background-color: var(--blue);
            color: var(--white);
        }

        .h4-each .h4-each-img .h4-each-date {
            position: absolute;
            right: 0;
            bottom: 10px;
            padding: 7px 7px 7px 14px;
            font-size: 14px;
            background-color: var(--light-blue);
            color: var(--white);
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

    .h3-each .h3-each-text,
    .h4-each .h4-each-text {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        overflow: hidden;
        padding: 15px 10px;
        border: 1px solid var(--gray);
        border-top: none;
    }

        .h3-each .h3-each-text
        h5,
        .h4-each .h4-each-text h5 {
            color: var(--text);
            margin: 0;
            font-weight: 700;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

    .h3-each .h3-star,
    .h4-each .h4-star {
        display: flex;
        color: var(--text);
        font-weight: 700;
        align-items: center;
        gap: 1px;
        font-size: 16px;
    }

        .h3-each .h3-star
        img,
        .h4-each .h4-star img {
            width: 15px;
        }

.h3-each-text-sub
span,
.h4-each-text-sub span {
    font-size: 13px;
    color: var(--text);
}

    .h3-each-text-sub
    span:first-of-type,
    .h4-each-text-sub span:first-of-type {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .h3-each-text-sub
    span:last-of-type,
    .h4-each-text-sub span:last-of-type {
        white-space: nowrap;
    }

.h3-each:
hover .h3-each-text h5,
.h3-each:hover .h3-each-text span,
.h4-each:hover .h4-each-text h5,
.h4-each:hover .h4-each-text span {
    color: var(--blue);
}

.home-s3-navs,
.home-s4-navs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.home-s5-navs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

    .home-s3-navs
    img,
    .home-s4-navs img,
    .home-s5-navs img {
        width: 30px;
    }

.home-s3-navs .h3-swiper-prev,
.home-s4-navs .h4-swiper-prev {
    transform: translate(-100%);
    position: relative;
    right: 10px;
    bottom: 12px;
}

.home-s5-navs .h5-swiper-prev {
    transform: translate(-100%);
    position: relative;
    right: 0px;
    bottom: 12px;
}

.home-s3-navs .h3-swiper-next,
.home-s4-navs .h4-swiper-next {
    position: relative;
    left: 10px;
    bottom: 12px;
    transform: translate(100%);
}

.home-s5-navs .h5-swiper-next {
    position: relative;
    left: 0px;
    bottom: 12px;
    transform: translate(100%);
}

.home-s3 .tab-pane,
.home-s4 .tab-pane {
    position: relative;
}

.home-s4 .swiper-slide {
    width: calc(25% - 22.5px);
}

    .home-s4 .swiper-slide.swiper-slide-active {
        width: calc(50% - 22.5px);
    }

@media (max-width: 1200px) {

    .home-s3-navs,
    .home-s4-navs,
    .home-s5-navs {
        display: none !important;
    }
}

.home-s3 .nav-pills,
.home-s4 .nav-pills {
    gap: 12px;
}

@media (max-width: 991px) {

    .home-s3 .nav-pills,
    .home-s4 .nav-pills {
        justify-content: center;
    }
}

.home-s5-swiper .h5-each {
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

    .home-s5-swiper .h5-each .h5-img {
        width: 100%;
        aspect-ratio: 0.7;
        object-fit: cover;
    }

    .home-s5-swiper .h5-each .h5-each-text {
        position: absolute;
        bottom: -160px;
        left: 0;
        transition: all 0.3s ease;
        text-align: center;
        color: var(--white);
        padding: 30px 15px;
    }

    .home-s5-swiper .h5-each:
    hover .h5-each-text {
        bottom: 0;
    }

    .home-s5-swiper .h5-each .h5-each-text
    h4 {
        font-weight: 700;
        margin: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 60px;
        -webkit-box-orient: vertical;
    }

    .home-s5-swiper .h5-each .h5-each-text
    p {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 30px 0;
    }

    .home-s5-swiper .h5-each .h5-each-text
    img {
        width: 40px;
    }

    .home-s5-swiper .h5-each .s5-opacity {
        width: 100%;
        height: 180%;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
        bottom: -80%;
        background: linear-gradient(to top, #000000, transparent);
    }

    .home-s5-swiper .h5-each:
    hover .s5-opacity {
        bottom: -30%;
    }

.home-s6 .h6-each-text-title-stars {
    width: 100px;
    display: flex;
    gap: 5px;
}

.home-s6 .h6-each-text-title
h5 {
    margin: 0;
    font-weight: 700;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-s6 .h6-each
p {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-s6 .h6-each-img {
    width: 180px;
    height: 180px;
    border-radius: 3px;
    aspect-ratio: 1;
    object-fit: cover;
}

.home-s6 .h6-each-text-title
img {
    width: 15px;
}

.home-s6 .h6-each-text-sub {
    font-size: 14px;
    margin: 5px 0 15px;
    color: var(--text);
}

.h6-each-text-title-stars-mobile {
    display: none;
}

@media (max-width: 1400px) {
    .home-s6 .h6-each-img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .home-s6 .h6-each-img {
        width: 120px;
        height: 120px;
    }

    .home-s6 .h6-each-text-title-stars {
        display: none;
    }

    .h6-each-text-title-stars-mobile {
        display: flex;
    }

    .home-s6 .h6-each-text-sub {
        margin: 5px 0;
    }
}

.home-s7 .custom-animation {
    color: var(--text);
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: inline-block;
    padding-left: 25px;
}

    .home-s7 .custom-animation
    span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .home-s7 .custom-animation::
    before {
        width: 30px;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .home-s7 .custom-animation:
    hover {
        font-weight: 700;
    }

        .home-s7 .custom-animation:
        hover::before {
            width: 90px;
        }

.home-s7
h3 {
    margin-bottom: 50px;
    color: var(--text);
    font-weight: 700;
    font-size: 18px;
}

footer {
    background-color: var(--bg);
}

    footer .footer-top {
        border-bottom: 1px solid var(--gray);
        padding: 30px 0;
    }

        footer .footer-top .footer-logo {
            height: 55px;
        }

        footer .footer-top .footer-infos {
            margin: 15px 0 30px;
        }

            footer .footer-top .footer-infos li a {
                color: var(--text);
                font-size: 13px;
            }

        footer .footer-top .footer-list {
            margin: 15px 0 30px;
        }

            footer .footer-top .footer-list li a {
                color: var(--text);
                font-size: 13px;
            }

        footer .footer-top h5 {
            color: var(--text);
            margin: 0;
            height: 45px;
            line-height: 45px;
            font-weight: 700;
            font-size: 19px;
        }

    footer .footer-bottom {
        padding: 30px 0;
    }

        footer .footer-bottom p {
            font-size: 12px;
            color: var(--text);
            text-align: center;
            margin: 0;
        }

@media (max-width: 1280px) {

    .home-s5-navs,
    .home-s3-navs,
    .home-s4-navs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    footer .footer-top .footer-infos {
        margin: 30px 0;
    }

    footer .footer-top h5 {
        height: auto;
        line-height: unset;
        margin-top: 15px;
    }

    footer .footer-top .footer-list {
        margin: 10px 0;
    }

    .home-s5-swiper .h5-each .h5-each-text h4 {
        height: 55px;
    }

    footer .footer-bottom {
        padding: 15px 0;
    }
}

header.header-listeleme {
    padding: 0;
}

header.header-absolute {
    position: absolute;
    left: 0;
    top: 3%;
    width: 100%;
    background: none !important;
    box-shadow: none;
    z-index: 9;
    padding: 0;
}

header.header-listeleme .header-top {
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
}

header.header-absolute .header-top {
    padding: 10px 0;
}

header.header-listeleme .header-search-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: auto;
}

    header.header-listeleme .header-search-group input {
        border: 1px solid var(--text);
        border-radius: 12px;
        height: 45px;
        width: 350px;
        font-size: 14px;
        color: var(--text);
        padding: 0 14px;
    }

        header.header-listeleme .header-search-group input:focus {
            border: 1px solid var(--blue);
            outline: none;
        }

    header.header-listeleme .header-search-group button {
        border: none;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

header.header-listeleme .header-bottom {
    border-bottom: 1px solid var(--gray);
}

    header.header-listeleme .header-bottom nav {
        display: inline-flex;
        align-items: center;
        position: relative;
        justify-content: start;
        gap: 15px;
        width: 100%
    }

        header.header-listeleme .header-bottom nav .nav-item .nav-item-link {
            color: var(--text);
            font-weight: 700;
            font-size: 15px;
            display: block;
            padding: 15px 10px;
            position: relative;
        }

            header.header-listeleme .header-bottom nav .nav-item .nav-item-link::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background-color: var(--blue);
            }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-link::after {
            width: 100%;
        }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-link {
            color: var(--blue);
        }

        header.header-listeleme .header-bottom nav .nav-item:hover .nav-item-dropdown {
            display: block;
        }

        header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown {
            position: absolute;
            top: 100%;
            background-color: var(--white);
            border: 1px solid var(--gray);
            height: auto;
            z-index: 3;
            width: 100%;
            left: 0;
            display: none;
            padding: 30px;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            border-top: 0;
            box-shadow: 0 8px 8px rgba(74, 74, 74, .1);
        }

            header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown .nav-item-dropdown-each a {
                color: var(--text);
                font-size: 14px;
                padding: 5px 0;
                display: block;
                font-weight: 500;
            }

                header.header-listeleme .header-bottom nav .nav-item .nav-item-dropdown .nav-item-dropdown-each a:hover {
                    color: var(--blue);
                }

.nav-item-dropdown-img {
    width: 100%;
    height: 200px;
    display: none;
}

    .nav-item-dropdown-img
    img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.listeleme,
.blog {
    background-color: var(--bg);
    padding-top: 30px;
}

.blog {
    padding: 30px 0 50px;
}

    .blog
    h1 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0;
        font-size: calc(1.325rem + 0.9vw);
    }

@media (min-width: 1200px) {
    .blog h1 {
        font-size: 2rem;
    }
}

.listeleme
h2,
.blog h2 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
}

.listeleme-title,
.blog-title {
    padding: 30px 0;
}

.listeleme-results,
.blog-results {
    color: var(--text);
    font-size: 14px;
}

.listeleme-order,
.blog-order {
    font-size: 14px;
    color: var(--text);
    font-weight: 700;
    align-items: center;
    display: flex;
    gap: 5px;
    position: relative;
}

    .listeleme-order
    img,
    .blog-order img {
        cursor: pointer;
        height: 18px;
    }

.listeleme-order-dropdown,
.blog-order-dropdown {
    padding: 15px;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 2;
    min-width: 170px;
    border: 1px solid var(--gray);
    border-radius: 12px;
    background-color: var(--white);
    display: none;
}

.listeleme-order
span,
.listeleme-order img,
.blog-order span {
    cursor: pointer;
}

.listeleme-order-dropdown
a,
.blog-order-dropdown a {
    font-size: 13px;
    color: var(--text);
    font-weight: 700;
}

    .listeleme-order-dropdown
    a:hover,
    .blog-order-dropdown a:hover {
        color: var(--blue);
    }

.listeleme-suggestion {
    background-color: var(--white);
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 30px;
    margin-bottom: 15px;
}

    .listeleme-suggestion
    h5 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .listeleme-suggestion
    ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 15px;
        flex-wrap: wrap;
    }

        .listeleme-suggestion
        ul li {
        }

            .listeleme-suggestion
            ul li a {
                color: var(--text);
                font-size: 14px;
                position: relative;
                z-index: 1;
                font-weight: 700;
            }

                .listeleme-suggestion
                ul li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 100%;
                    transition: all 0.3s ease;
                    background-color: var(--light-blue);
                    bottom: 0;
                    height: 0%;
                    z-index: -1;
                }

                .listeleme-suggestion
                ul li a.active::before {
                    height: 50%;
                }

                .listeleme-suggestion
                ul li a:hover::before {
                    height: 50%;
                }

.listeleme-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}

.listeleme-each-img {
    width: 100%;
    border-right: 1px solid var(--gray);
    aspect-ratio: 1.3;
    object-fit: cover;
}

.listeleme-review
img {
    width: 14px;
}

.listeleme-review
span {
    font-size: 16px;
    color: var(--text);
    font-weight: 500;
    line-height: 19px;
}

.listeleme-each-infos {
    padding: 20px 30px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.listeleme-review-count {
    font-size: 12px;
    color: var(--text);
    text-align: right;
}

.listeleme-each-title
h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.listeleme-each-title
span {
    color: var(--text);
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.listeleme-each-location {
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--text);
    align-items: center;
}

    .listeleme-each-location
    img {
        width: 11px;
        height: auto;
    }

.listeleme-each-text {
    color: var(--text);
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listeleme-each-favorite {
    position: absolute;
    left: 10px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    top: 10px;
}

    .listeleme-each-favorite
    img {
        width: 16px;
    }

@media (max-width: 991px) {
    .listeleme-suggestion {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .listeleme-each-infos {
        padding: 15px 15px;
    }

    .listeleme-each-img {
        border-right: none;
        border-bottom: 1px solid var(--gray);
        aspect-ratio: 2;
    }
}

#filter-form {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    margin-bottom: 30px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    overflow-y: auto;
    padding: 30px;
    border-radius: 7px;
}

.listeleme-filter {
    /*  background-color: var(--white);
    border: 1px solid var(--gray);
    overflow-y: auto;
    padding: 30px;
    max-height: 100%;
    border-radius: 7px;*/
    max-height: 100%;
}

#loading-message {
    display: none;
}

    #loading-message
    img {
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid var(--gray);
        border-radius: 7px;
        overflow: hidden;
    }

.load-more-loader {
    width: 100%;
    padding-bottom: 15px;
}

.load-more-loader-inner {
    width: 13.4px;
    height: 13.4px;
    background: #ffffff;
    color: #ffffff;
    margin: auto;
    border-radius: 50%;
    box-shadow: 13.4px 0, -26.9px 0;
    animation: dots-h5boszmd 0.5s infinite linear alternate;
}

@keyframes dots-h5boszmd {
    50% {
        box-shadow: 13.4px 0, -13.4px 0;
    }

    100% {
        box-shadow: 26.9px 0, -13.4px 0;
    }
}

.listeleme-filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .listeleme-filter-title
    h4 {
        color: var(--text);
        margin: 0;
        font-weight: 700;
    }

.filter-each {
}

.filter-hr {
    margin: 10px 0;
}

.filter-each-button {
    background-color: var(--white);
    padding: 7px 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    align-items: center;
    color: var(--text);
    margin: 0 0 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

    .filter-each-button:
    hover {
        background-color: var(--bg)
    }

.filter-each
ul {
    max-height: 300px;
    display: none;
    overflow-y: scroll;
}

.filter-each
img {
    height: 18px;
    transition: all .3s ease;
}



.filter-checkbox-group
input {
    display: none;
}

.filter-checkbox-group
label {
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 7px 30px;
    font-size: 15px;
    color: var(--text);
}

    .filter-checkbox-group
    label:hover {
        background-color: var(--bg);
    }

    .filter-checkbox-group
    label::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15px;
        height: 15px;
        border: 1px solid var(--blue);
        border-radius: 3px;
    }

.filter-checkbox-group
input:checked + label::after {
    content: "";
    background-color: var(--blue);
}

.filter-dropdown-search {
    width: 100%;
    border: none;
    padding: 7px 14px;
    border-bottom: 1px solid var(--text);
    color: var(--text);
    font-size: 14px;
    position: sticky;
    top: 0;
    background-color: var(--white);
    z-index: 1;
}

    .filter-dropdown-search:
    focus {
        outline: none;
    }

.login-initial {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--blue);
    font-weight: 500;
    border-radius: 50%;
    font-size: 18px;
    z-index: 1;
}

.login-account {
    font-size: 16px;
    color: var(--text);
    font-weight: 700;
}

.header-listeleme .login-account {
    font-size: 16px;
    color: var(--blue);
}

.header-absolute .login-initial {
    background-color: var(--white) !important;
    color: var(--blue) !important;
}

.header-absolute .login-account {
    color: var(--white) !important;
}

.filter-select {
    background-color: var(--white) !important;
    border: 1px solid var(--text);
    border-radius: 12px;
    padding: 7px 14px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: var(--text);
    line-height: unset !important;
    margin-bottom: 15px;
    appearance: none;
    background-image: url(../images/icons/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px;
}

    .filter-select:
    focus-visible {
        outline: none;
    }

    .filter-select::
    -ms-expand {
        display: none;
    }

.sign-in-wrapper {
    width: 100%;
    min-height: calc(100vh - 75px);
    background-color: var(--bg);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 12px;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sign-in {
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    max-width: 420px;
    border: 1px solid var(--gray);
}

    .sign-in #remember-me {
        display: none;
    }

        .sign-in #remember-me +
        label {
            color: var(--text);
            font-size: 12px;
            position: relative;
            left: 20px;
        }

            .sign-in #remember-me +
            label::before {
                content: "";
                position: absolute;
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
                width: 16px;
                height: 16px;
                border-radius: 3px;
                border: 1px solid var(--blue);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 12px;
            }

        .sign-in #remember-me:
        checked + label::before {
            background-color: var(--blue);
            content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
            color: var(--white);
        }

.sign-input {
    border: 1px solid var(--text);
    background-color: var(--white);
    color: var(--text);
    font-size: 14px;
    padding: 7px 14px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.remember-password {
    color: var(--text);
    font-size: 12px;
}

    .remember-password:
    hover {
        text-decoration: underline;
    }

.sign-input:
focus {
    outline: none;
    border-color: var(--blue);
}

.sign-title {
    color: var(--text);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

    .sign-title
    span {
        color: var(--blue);
    }

.sign-in
button[type="submit"] {
    margin-top: 15px;
}

.sign-or {
    display: flex;
    gap: 10px;
    text-align: center;
    color: var(--text);
    font-size: 12px;
    width: 100%;
    align-items: center;
    margin: 30px 0;
    justify-content: space-between;
    position: relative;
}

    .sign-or
    span {
        height: 1px;
        width: 100%;
        background-color: var(--gray);
    }

.sign-google
a {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 7px 14px;
    border-radius: 12px;
    display: block;
    color: var(--text);
    font-size: 14px;
    border: 1px solid var(--blue);
}

    .sign-google
    a img {
        position: absolute;
        left: 14px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
    }

.no-account-button {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

    .no-account-button
    a {
        color: var(--text);
        font-size: 12px;
        display: inline-block;
    }

        .no-account-button
        a p span {
            transition: all 0.3s ease;
            position: relative;
            left: 0;
        }

        .no-account-button
        a:hover p span {
            left: 7px;
        }

        .no-account-button
        a p {
            display: inline-block;
            font-size: 14px;
            margin: 0;
            font-weight: 700;
            color: var(--blue);
        }

@media (max-width: 1366px) {
    .sign-title {
        margin-bottom: 21px;
    }

    .sign-in button[type= "submit"] {
        margin-top: 21px;
    }

    .sign-or {
        margin: 21px 0;
    }

    .no-account-button {
        margin-top: 21px;
    }

    .sign-in {
        padding: 21px 30px;
    }

    .sign-in-wrapper {
        background-size: cover;
    }
}



.header-absolute-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}




.header-absolute-dropdown:
hover .header-absolute-overlay { /* opacity: 1; */ /* visibility: visible; */
}

.header-absolute-dropdown:
hover .header-absolute-dropdown-main {
    opacity: 1;
    visibility: visible;
}

.header-absolute-dropdown {
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.header-absolute-dropdown-main {
    position: absolute;
    top: calc(100% + 10px);
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background-color: white;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

    .header-absolute-dropdown-main
    ul li {
        height: 30px;
        line-height: 30px;
    }

        .header-absolute-dropdown-main
        ul li a {
            color: var(--text);
            font-weight: 500;
            display: block;
            padding: 0 15px;
            cursor: pointer;
            font-size: 14px;
        }

            .header-absolute-dropdown-main
            ul li a:hover {
                background-color: #f5f5f5
            }

.header-absolute-dropdown-main-name {
    background-color: var(--light-blue);
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    font-size: 15px;
}

    .header-absolute-dropdown-main-name:
    hover {
        background-color: var(--blue);
    }

    .header-absolute-dropdown-main-name
    a {
        color: var(--white);
        padding: 15px;
        display: block;
    }

.header-absolute-dropdown-main
ul {
    padding: 5px 0;
}

    .header-absolute-dropdown-main
    ul hr {
        width: 100%;
        margin: 5px 0;
    }

.header-absolute-dropdown-main:
after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1002;
    border-style: solid;
    border-color: var(--light-blue) transparent;
    border-width: 0 10px 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.header-absolute-dropdown-main:
before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1002;
    height: 10px;
    top: -10px;
    left: 0;
}

@media (max-width: 991px) {
    .sign-in-wrapper {
        background-image: none !important;
    }

    header.header-absolute .header-top {
        padding: 15px 0 !important;
    }

    header .main-logo {
        height: 35px !important;
    }

    .login-account {
        display: none !important;
    }

    .login-initial {
        width: 35px !important;
        height: 35px !important;
    }
}

.section-sss {
    padding: 50px 0;
    background-color: var(--bg);
    min-height: calc(100vh - 75px);
}

    .section-sss
    h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 50px;
    }

    .section-sss .accordion-button::
    after {
        display: none;
    }

    .section-sss .accordion-button:not(.collapsed) {
        background-color: var(--white);
    }

        .section-sss .accordion-button:not(.collapsed) .sss-dropdown-img {
            transform: rotate(180deg);
            transition: all 0.3s ease;
        }

    .section-sss .accordion-button:
    focus {
        box-shadow: none !important;
    }

    .section-sss .accordion-item {
        border-bottom: 1px solid var(--gray);
    }

    .section-sss .accordion {
        border: 1px solid var(--gray);
    }

    .section-sss .accordion-header
    button {
        color: var(--text);
        font-size: 18px;
    }

.section-politika {
    padding: 50px 0;
    background-color: var(--bg);
    min-height: calc(100vh - 75px);
}

    .section-politika
    h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 50px;
    }

.politika-container {
    padding: 15px 30px;
    border: 1px solid var(--gray);
    border-radius: 12px;
    background-color: var(--white);
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
    background-color: var(--bg);
    min-height: calc(100vh - 466px);
}

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 50px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h5 {
        color: var(--text);
        margin-bottom: 30px;
        font-weight: 700;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda p {
        color: var(--text);
        font-size: 14px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a {
    background-color: var(--white);
    border-radius: 12px;
    padding: 14px;
    gap: 14px;
    border: 1px solid var(--gray);
    align-items: center;
    display: flex;
    height: 100%;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a img {
        height: 24px;
    }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-a span {
        color: var(--text);
        font-size: 14px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-right: none;
    padding: 50px 50px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: start;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form form {
        width: 100%;
    }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form h4 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 30px;
    }

.hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group {
    margin-bottom: 15px;
}

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group input,
    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea {
        width: 100%;
        border: 1px solid var(--text);
        border-radius: 12px;
        padding: 7px 14px;
        font-size: 14px;
    }

        .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
        mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group input:focus,
        .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea:focus {
            outline: none;
            border: 1px solid var(--blue);
        }

    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form-group textarea {
        min-height: 175px;
    }

@media (max-width: 991px) {
    .hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda-form {
        padding: 30px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        margin-bottom: 30px;
    }

    .section-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h5 {
        margin-bottom: 15px;
    }
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    min-height: 400px;
    border-radius: 0;
    border: 1px solid var(--gray);
}

.btn-close,
#uzman-detay-modal .btn-close,
#uzman-degerlendirme-modal .btn-close,
.modal-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 12px;
    padding: 10px;
    transform: translate(50%, -50%);
    background-color: var(--white);
    border: 1px solid var(--gray);
    opacity: 1;
}

.modal-body {
    padding: 0;
}

    .modal-body .kampanya-img {
        width: 100%;
        height: 475px;
    }

        .modal-body .kampanya-img
        img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

.klinik-header {
    position: fixed;
    top: 0;
    background-color: var(--white);
    width: 100%;
    transition: all 0.3s ease;
    z-index: 3;
    transform: translateY(-100%);
}

    .klinik-header.show {
        transform: none;
    }

.kampanya-modal-discount {
    background-color: var(--blue);
    color: var(--white);
    position: absolute;
    top: 0;
    left: 50%;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(-50%, -50%);
    padding: 7px;
    border-radius: 3px;
}

.kampanya-modal-discount-detail {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.kampanya-modal-discount-date {
    font-weight: 300;
    font-size: 10px;
    text-align: center;
}

.kampanya-content {
    padding: 15px 30px;
    height: 475px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kampanya-kontenjan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kampanya-kontenjan-detail {
    background-color: var(--blue);
    border-radius: 3px;
    padding: 7px 14px;
    font-size: 12px;
    color: var(--white);
}

.kampanya-kontenjan-date {
    font-size: 12px;
    color: var(--text);
}

.kampanya-blue-button {
    border-radius: 3px !important;
    padding: 14px 21px !important;
    display: inline-block !important;
}

.kampanya-clinic-name {
    color: var(--text);
    font-weight: 700;
    padding-left: 40px;
}

    .kampanya-clinic-name
    h4 {
        margin-bottom: 20px;
    }

.kampanya-editor {
    height: 100%;
    margin: 15px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.klinik-header-top {
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
}

.klinik-header-bottom {
    border-bottom: 1px solid var(--gray);
}

.klinik-header-top-title
h4 {
    color: var(--text);
    font-weight: 700;
    margin: 0;
}

.klinik-header-bottom-links {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

    .klinik-header-bottom-links
    a {
        padding: 15px 0;
        font-size: 14px;
        color: var(--text);
        font-weight: 500;
    }

        .klinik-header-bottom-links
        a:hover {
            color: var(--blue);
        }

.listeleme-detay {
    background-color: var(--bg);
    padding: 30px 0 50px;
}

.breadcrumbs {
    background-color: var(--white);
    display: inline-flex;
    gap: 5px;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--gray);
}

    .breadcrumbs
    span {
        display: block;
        font-size: 12px;
        color: var(--text);
    }

        .breadcrumbs
        span a {
            display: block;
            font-size: 13px;
            color: var(--text);
        }

            .breadcrumbs
            span a:hover {
                color: var(--blue);
            }

.listeleme-detay-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .listeleme-detay-title
    h2 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
        font-size: 22px;
    }

    .listeleme-detay-title
    img {
        width: 20px;
    }

@media(max-width:991px) {
    .listeleme-detay-title {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
}

.listeleme-detay-score
img {
    width: 30px !important;
}

.listeleme-detay-puan {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: var(--text);
}

.listeleme-detay-sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listeleme-detay-sub-title
    span {
        color: var(--text);
        font-size: 12px;
    }

    .listeleme-detay-sub-title
    img {
        height: 18px;
    }

.listeleme-detay-title-container {
    margin: 30px 0 15px;
}

.swiper.swiper-clinic-gallery {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 7px;
    text-align: center;
}

    .swiper.swiper-clinic-gallery .swiper-wrapper {
    }

.swiper-clinic-gallery-next,
.swiper-clinic-gallery-prev {
    position: absolute;
    padding: 0 10px;
}

    .swiper-clinic-gallery-next
    img,
    .swiper-clinic-gallery-prev img {
        width: 25px;
    }

.swiper-clinic-gallery-prev {
    left: 0;
    z-index: 1;
    top: 50%;
}

.swiper-clinic-gallery-next {
    top: 50%;
    right: 0;
    z-index: 1;
}

.swiper-clinic-gallery-img
img {
    width: calc(100% - 90px);
    object-fit: cover;
    aspect-ratio: 1.9;
    border-left: 1px solid var(--gray);
    border-right: 1px solid var(--gray);
}

.swiper-clinic-gallery-img-last
img {
}

.swiper-clinic-gallery-img-last-button {
    width: calc(100% - 90px);
    position: absolute;
    top: 0;
    left: 45px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
}

    .swiper-clinic-gallery-img-last-button
    button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--white);
        font-size: 16px;
        font-weight: 600;
        border-radius: 3px;
        padding: 7px 14px;
        border: none;
        color: var(--blue);
    }

.listeleme-detay-infos {
    margin: 30px 0;
}

    .listeleme-detay-infos .row {
        row-gap: 15px;
    }

.listeleme-detay-infos-each {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 15px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .listeleme-detay-infos-each
    img {
        height: 22px;
    }

    .listeleme-detay-infos-each
    span {
        font-size: 14px;
        color: var(--text);
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 30px;
}

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda h3 {
        color: var(--text);
        font-weight: 700;
    }

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±
    mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda p {
        color: var(--text);
        font-size: 14px;
    }

.listeleme-detay-hizmetler {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    margin: 30px 0;
    padding: 20px 20px 20px;
}

    .listeleme-detay-hizmetler
    h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 19px;
    }

    .listeleme-detay-hizmetler .row {
        /* align-items: center; */
        display: flex;
        justify-content: start;
        row-gap: 9px;
    }

.listeleme-detay-each-hizmet
span {
    font-size: 12px;
    display: block;
    padding: 0 0 0 15px;
    color: var(--text);
    position: relative;
    text-wrap-mode: nowrap;
}

    .listeleme-detay-each-hizmet
    span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        transform: translateY(-50%);
        width: 7px;
        height: 7px;
        background-color: #0093d7;
        border-radius: 50%;
    }

.listeleme-detay-hizmetler
hr {
    border-color: var(--gray);
}

.listeleme-detay-hizmetler-more {
    color: var(--text);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
}

.listeleme-detay-uzmanlar {
    border: 1px solid var(--gray);
    border-radius: 7px;
    background-color: var(--white);
    padding: 30px;
}

    .listeleme-detay-uzmanlar
    h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 30px;
    }

    .listeleme-detay-uzmanlar .uzman-each {
        text-align: center;
        cursor: pointer;
    }

        .listeleme-detay-uzmanlar .uzman-each
        img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }

        .listeleme-detay-uzmanlar .uzman-each
        h6 {
            color: var(--text);
            margin: 0;
            font-size: 14px;
            font-weight: 700;
        }

        .listeleme-detay-uzmanlar .uzman-each
        span {
            font-size: 12px;
            color: var(--text);
            font-style: italic;
            font-weight: 300;
        }

.swiper-clinic-uzman-prev {
    position: absolute;
    left: -25px;
    top: 35%;
    z-index: 1;
}

.swiper-clinic-uzman-next {
    position: absolute;
    right: -25px;
    top: 35%;
    z-index: 1;
}

    .swiper-clinic-uzman-next
    img,
    .swiper-clinic-uzman-prev img {
        width: 25px;
    }

.uzman-swiper {
    position: relative;
}

.listeleme-detay-uzman-modal .modal-content {
    padding: 15px;
    background-color: var(--bg);
    border-radius: 12px;
}

.listeleme-detay-uzman-modal .modal-dialog {
    max-width: unset;
    width: 991px;
}

.uzman-modal-img {
    background-color: var(--white);
    border: 1px solid var(--gray);
    padding: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
}

    .uzman-modal-img .uzman-modal-img-pp {
        width: 125px;
        height: 125px;
        object-fit: cover;
        border-radius: 50%;
    }

    .uzman-modal-img
    h5 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
        font-size: 16px;
        margin-top: 15px;
    }

    .uzman-modal-img
    h6 {
        color: var(--text);
        font-weight: 300;
        margin: 0;
        font-style: italic;
        font-size: 14px;
    }

.uzman-modal-img-clinic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

    .uzman-modal-img-clinic
    span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

    .uzman-modal-img-clinic
    img {
        height: 20px;
    }

.uzman-modal-info {
    padding: 15px;
    height: 100%;
    border-radius: 12px;
    background-color: var(--white);
    border: 1px solid var(--gray);
    max-height: 400px;
    overflow-y: auto;
}

    .uzman-modal-info
    h5 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 19px;
    }

    .uzman-modal-info
    p {
        color: var(--text);
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 15px;
    }

.uzman-modal-info-interest {
    display: flex;
    row-gap: 5px;
    column-gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .uzman-modal-info-interest
    span {
        display: block;
        font-size: 14px;
        font-weight: 400;
    }

@media (max-width: 1200px) {
    .listeleme-detay-uzman-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.listeleme-detay-kampanyalar {
    border: 1px solid var(--gray);
    border-radius: 7px;
    margin: 30px 0;
    overflow: hidden;
    background-color: var(--white);
}

.listeleme-detay-kampanya-left {
    padding: 15px;
    width: 250px;
    height: 250px;
    background-color: var(--blue);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.listeleme-detay-kampanya-percent {
    color: var(--white);
    font-weight: 700;
    font-size: 62px;
    line-height: 64px;
}

.listeleme-detay-kampanya-percent-date {
    color: var(--white);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.listeleme-detay-kampanya-right {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: calc(100% - 250px);
}

.listeleme-detay-kampanya-content {
    font-size: 13px;
    margin: 0;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.listeleme-detay-kampanya-title {
    color: var(--text);
    font-weight: 700;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.listeleme-detay-kampanya-kontenjan {
    font-size: 13px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    /* background-color: var(--blue); */
    width: 100px;
    align-items: center;
    height: 30px;
    font-weight: 400;
    /* color: var(--white); */
    gap: .2rem;
}

.listeleme-detay-kampanya-detail {
    font-weight: 700;
    color: var(--blue);
    font-size: 13px;
    cursor: pointer;
}

.listeleme-detay-kampanya-teklif-al {
    border-radius: 7px !important;
    padding: 14px 21px;
    font-size: 13px;
}

.listeleme-detay-form {
    position: sticky;
    top: 30px;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
    background-color: var(--white);
    margin-top: 2rem;
    z-index: 9;
}

@media (max-width: 991px) {
    .listeleme-detay-kampanya-left {
        aspect-ratio: unset;
        gap: 5px;
    }

    .listeleme-detay-kampanya-percent {
        font-size: 57px;
        line-height: 48px;
    }

    .listeleme-detay-kampanya-title {
        -webkit-line-clamp: 1;
    }

    .listeleme-detay-kampanya-content {
        -webkit-line-clamp: 2;
    }
}

.listeleme-detay-form .switch,
.listeleme-order-map .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.listeleme-detay-form .form-switch,
.listeleme-order-map .form-switch {
    padding: 0;
}

.listeleme-detay-form .switch
input,
.listeleme-order-map .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.listeleme-detay-form .slider,
.listeleme-order-map .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--black);
    border-radius: 7px;
    background-color: var(--gray);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .listeleme-detay-form .slider:
    before,
    .listeleme-order-map .slider::before {
        position: absolute;
        content: "";
        height: 20px;
        border-radius: 7px;
        width: 20px;
        left: 1px;
        bottom: 1px;
        background-color: var(--black);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }




.listeleme-detay-form
input:checked + .slider,
.listeleme-order-map input:checked + .slider {
    background-color: var(--gray);
    border: 2px solid var(--blue);
}

    .listeleme-detay-form
    input:checked + .slider:before,
    .listeleme-order-map input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        background-color: var(--blue);
        left: -1px;
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

.listeleme-detay-form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .listeleme-detay-form-title
    img {
        display: none;
        height: 14px;
        transform: rotate(180deg);
        transition: all .3s ease
    }

    .listeleme-detay-form-title
    h4 {
        color: #0195d9;
        font-weight: 700;
        margin: 0;
        font-size: 19px;
    }

    .listeleme-detay-form-title .form-switch,
    .listeleme-order-map .form-switch {
        color: var(--text);
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 5px;
    }

.listeleme-detay-form .form-group {
    margin-bottom: 12px;
}

    .listeleme-detay-form .form-group
    input {
        width: 100%;
        background-color: var(--white);
        border: 1px solid var(--text);
        border-radius: 12px;
        color: var(--text);
        font-size: 12px;
        padding: 7px 14px;
        height: 38.5px;
    }

    .listeleme-detay-form .form-group
    textarea {
        width: 100%;
        border: 1px solid var(--text);
        border-radius: 12px;
        padding: 7px 14px;
        font-size: 12px;
        min-height: 81px;
    }

.forum-group-checkbox
input {
    display: none;
}

.bootstrap-select .bs-ok-default:
after {
    color: var(--blue) !important;
}




.forum-group-checkbox
label {
    position: relative;
    padding-left: 20px;
    color: var(--text);
    font-size: 12px;
}

    .forum-group-checkbox
    label a {
        font-weight: 700;
        text-decoration: underline;
        color: var(--text);
    }

    .forum-group-checkbox
    label::before {
        content: "";
        background-color: var(--white);
        border: 1px solid var(--blue);
        border-radius: 3px;
        position: absolute;
        left: 0;
        display: flex;
        color: var(--white);
        align-items: center;
        justify-content: center;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
    }

.forum-group-checkbox
input:checked + label::before {
    content: "\F26E";
    font-family: 'bootstrap-icons';
    background-color: var(--blue);
    font-size: 17px;
}

.listeleme-detay-form
button[type="submit"] {
    border-radius: 7px;
}

.listeleme-detay-form
form,
.listeleme-filter-inputs {
    transition: all 0.3s ease;
}

.listeleme-harita {
    position: relative;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: white;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 0;
}

    .listeleme-harita.hide-form {
        height: 350px;
        margin-bottom: 15px;
    }

    .listeleme-harita #map {
        border-radius: 7px;
    }

@media (max-width: 991px) {
    .swiper-clinic-gallery-img img {
        aspect-ratio: 1.5;
        width: 100%;
    }

    .swiper-clinic-gallery-next,
    .swiper-clinic-gallery-prev {
        display: none;
    }

    .listeleme-detay-infos-each {
        justify-content: start;
    }

    .listeleme-detay-uzman-modal .modal-dialog {
        width: unset;
    }

    .listeleme-detay-uzman-modal .modal-content {
        padding: 0;
    }

    .uzman-modal-img {
        margin-bottom: 15px;
    }

    .btn-close,
    #uzman-detay-modal .btn-close,
    #uzman-degerlendirme-modal .btn-close,
    .modal-close-button {
        z-index: 1;
        right: 5px;
        top: 5px;
    }

    .swiper-clinic-gallery-img-last-button {
        width: 100%;
        left: 0;
    }

        .swiper-clinic-gallery-img-last-button button {
            font-size: 14px;
            font-weight: 400;
        }

    .kampanya-content {
        height: 300px;
    }

    .modal-body .kampanya-img {
        height: 250px;
    }

    .kampanya-clinic-name {
        padding: 0;
    }

        .kampanya-clinic-name h4 {
            margin-bottom: 0px;
        }

    .modal-dialog {
        margin: 15px;
    }
}

.listeleme-detay-owner {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
}

.listeleme-detay-before-after {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    padding: 30px;
    margin-bottom: 30px;
}

.listeleme-detay-before-pagination {
    position: absolute !important;
    bottom: 3px !important;
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    text-align: center !important;
}

    .listeleme-detay-before-pagination .swiper-pagination-bullet {
        background-color: var(--text);
    }

    .listeleme-detay-before-pagination .swiper-pagination-bullet-active {
        background-color: var(--blue);
    }

.listeleme-detay-before-each
img {
    aspect-ratio: 1;
    border-radius: 7px;
    object-fit: cover;
    width: 100%;
}

.listeleme-detay-owner-title
h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
}

.listeleme-detay-before-after-title
h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 30px;
}

.listeleme-detay-owner
h6 {
    color: var(--text);
    font-weight: 700;
    margin: 0;
    font-size: 20px;
}

.listeleme-detay-owner
img {
    border-radius: 50%;
    width: 110px;
    object-fit: cover;
    height: 110px;
}



.listeleme-detay-degerlendirmeler {
    background-color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--gray);
    margin: 30px 0;
    overflow: hidden;
}

    .listeleme-detay-degerlendirmeler
    h3 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 19px;
        display: flex;
        align-items: center;
    }

.degerlendirme-filter-button {
    display: flex;
    align-items: center;
    color: var(--text);
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    gap: 10px;
}

    .degerlendirme-filter-button
    img {
        width: 18px;
    }

.degerlendirme-title {
    padding: 30px;
}

.degerlendirme-sub-title {
    background-color: rgba(0, 147, 215, 0.05);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.degerlendirme-sub-left-top {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .degerlendirme-sub-left-top
    img {
        width: 30px;
    }

    .degerlendirme-sub-left-top
    span {
        color: var(--text);
        font-size: 28px;
        font-weight: 700;
    }

.degerlendirme-sub-left-bottom {
    color: var(--text);
    font-size: 12px;
}

.degerlendirme-mid-title {
    color: var(--text);
    font-size: 14px;
    margin-bottom: 10px;
}

.degerlendirme-add .custom-animation {
    color: var(--blue);
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
}

.listeleme-detay-each-hizmet {
    display: none;
}

.each-blog-container {
    display: none;
}

#uzman-degerlendirme-modal .modal-content {
    background-color: var(--bg);
    padding: 15px;
    border-radius: 12px;
}

#uzman-degerlendirme-modal .modal-dialog {
    max-width: 991px;
}

#uzman-degerlendirme-modal .modal-body {
    background-color: var(--white);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid var(--gray);
}

#uzman-degerlendirme-modal
h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 50px;
}

#uzman-degerlendirme-modal
h5 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 0;
}

#uzman-degerlendirme-modal
textarea {
    border: 2px solid var(--blue);
    border-radius: 12px;
    min-height: 150px;
    padding: 15px;
    width: 100%;
}

    #uzman-degerlendirme-modal
    textarea:focus {
        border: 2px solid var(--blue);
        outline: none;
    }

.textarea-label {
    margin: 50px 0 15px !important;
}

.star-group {
    display: flex;
}

/* reset native input styles */
.star {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 30px;
}

    .star:
    before,
    .star:after {
        color: var(--blue);
    }

    .star:
    before {
        content: "\F588";
        font-family: "bootstrap-icons"
    }

    .star:
    checked:before,
    .star:has(~ .star:checked):before {
        content: "\F586";
    }

.rating-submit {
    margin-top: 30px;
    text-align: center;
}

    .rating-submit
    button {
        background-color: var(--white);
        border: 2px solid var(--blue);
        color: var(--blue);
    }

        .rating-submit
        button:hover {
            border: 2px solid var(--dark-blue);
            color: var(--white);
        }

@media (max-width: 1200px) {
    .degerlendirme-sub-title {
        padding: 15px;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    #uzman-degerlendirme-modal .modal-body {
        padding: 15px;
    }

    #uzman-degerlendirme-modal h4 {
        margin-bottom: 30px;
    }

    #uzman-degerlendirme-modal h5 {
        margin-top: 10px;
    }

    #uzman-degerlendirme-modal textarea {
        min-height: 100px;
    }

    .textarea-label {
        margin: 30px 0 10px !important;
    }

    .degerlendirme-filter-button span {
        display: none;
    }
}

.degerlendirme-ortalama {
    width: 100px;
}

    .degerlendirme-ortalama
    p {
        font-size: 14px;
        margin: 0;
        text-align: center;
        color: var(--text);
    }

    .degerlendirme-ortalama
    span {
        width: 35px;
        height: 35px;
        margin: 10px auto 0;
        border: 1px solid var(--gray);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: relative;
        color: var(--text);
    }

        .degerlendirme-ortalama
        span::before {
            content: "\F586";
            position: absolute;
            font-family: 'bootstrap-icons';
            left: 50%;
            top: -6px;
            line-height: 12px;
            transform: translateX(-50%);
            color: var(--blue);
            font-size: 16px;
        }

.degerlendirme-comments {
    padding: 0 30px 30px;
    border-radius: 3px;
    background-color: var(--white);
}

.degerlendirme-comments-each {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
    justify-content: space-between;
    min-height: 125px;
    border-bottom: 1px solid var(--gray);
}

.degerlendirme-comment-pp {
    background-color: var(--dark-blue);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .degerlendirme-comment-pp
    span {
        color: var(--white);
        font-size: 16px;
    }

.degerlendirme-comments-each-inner {
    display: flex;
    width: calc(100% - 80px);
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.degerlendirme-comments-each-inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}


.degerlendirme-rate {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: .5rem;
}

    .degerlendirme-rate
    span {
        font-size: 14px;
        padding-left: 5px;
        color: var(--black);
    }

    .degerlendirme-rate
    img {
        width: 15px;
    }



.degerlendirme-rate-progress {
}

    .degerlendirme-rate-progress .rating {
        width: 120px;
        height: 24px;
        position: relative;
        background-color: white;
    }

        .degerlendirme-rate-progress .rating
        progress.rating-bg {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: none;
            display: inline-block;
            height: 24px;
            width: 100%;
            color: red;
        }

            .degerlendirme-rate-progress .rating
            progress.rating-bg::-webkit-progress-value {
                background-color: var(--blue);
            }

            .degerlendirme-rate-progress .rating
            progress.rating-bg::-moz-progress-bar {
                background-color: var(--blue);
            }

        .degerlendirme-rate-progress .rating
        svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


.degerlendirme-date {
    color: var(--text);
    font-size: 14px;
}

.degerlendirme-message {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.more-degerlendirme {
    color: var(--text);
    font-size: 14px;
    margin-top: 30px;
    display: block;
    text-align: center;
    width: 100%;
}

.degerlendirme-comments-each {
    display: none;
}

.degerlendirme-rate-mobile {
    display: none;
}

.listeleme-detay-sss
h3 {
    color: var(--text);
    font-weight: 700;
    background-color: var(--white);
    margin: 0;
    padding: 30px;
    font-size: 19px;
}

.listeleme-detay-sss .accordion-button::
after {
    display: none;
}

.listeleme-detay-sss .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.listeleme-detay-sss .sss-dropdown-img {
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.listeleme-detay-sss .accordion-button:not(.collapsed) .sss-dropdown-img {
    transition: all 0.3s ease;
    transform: rotate(90deg);
}

.listeleme-detay-sss .accordion-button:
focus {
    box-shadow: none !important;
}

.listeleme-detay-sss .accordion-item {
    border-bottom: 1px solid var(--gray);
}

.listeleme-detay-sss .accordion {
    border: 1px solid var(--gray);
    border-radius: 7px;
    overflow: hidden;
}

.listeleme-detay-sss .accordion-header
button {
    color: var(--text);
    font-size: 14px;
}

.listeleme-detay-sss .accordion-body {
    color: var(--text);
    font-size: 12px;
}

@media (max-width: 991px) {
    .degerlendirme-comments {
        padding: 0 15px 15px;
    }

    .more-degerlendirme {
        margin-top: 15px;
    }

    .degerlendirme-comment-pp {
        display: none;
    }

    .degerlendirme-comments-each {
        gap: 10px;
        padding: 1rem;
    }

    .degerlendirme-comments-each-inner {
        width: 100%;
    }

    .degerlendirme-rate-mobile {
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .degerlendirme-rate-mobile img {
            width: 15px;
        }

        .degerlendirme-rate-mobile span {
            font-size: 14px;
            color: var(--text);
        }

    .degerlendirme-rate {
        display: none;
    }

    .degerlendirme-title {
        padding: 15px;
    }

    .listeleme-detay-owner {
        padding: 15px;
    }

    .listeleme-detay-uzmanlar {
        padding: 15px;
    }

    .swiper-clinic-uzman-prev,
    .swiper-clinic-uzman-next {
        display: none;
    }

    .listeleme-detay-hizmetler {
        padding: 15px;
    }

    .listeleme-detay-hakkÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±mÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±zda {
        padding: 15px;
    }

    .listeleme-detay-form {
        padding: 15px;
    }

    .listeleme-detay-form {
        top: unset !important;
        bottom: -9px;
        z-index: 1;
        width: 100%;
        left: 0;
        position: fixed;
        border-top-left-radius: 21px;
        border-top-right-radius: 21px;
        margin: 0;
        transform: translateY(calc(100% - 60px));
        transition: all .3s ease;
        overflow: hidden;
    }

        .listeleme-detay-form.show {
            transform: translateY(0);
            overflow-y: auto;
        }
}

.each-blog {
    border: 1px solid var(--gray);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .each-blog:
    hover {
        border-color: var(--blue);
    }

        .each-blog:
        hover .each-blog-text {
            bottom: 0;
        }

.each-blog-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.each-blog-text {
    width: 100%;
    transition: all 0.3s ease;
    background-color: var(--white);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: absolute;
    bottom: -55px;
    left: 0;
    padding: 15px;
}

    .each-blog-text
    h5 {
        color: var(--text);
        font-weight: 700;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .each-blog-text
    p {
        color: var(--text);
        font-size: 14px;
        margin-bottom: 10px;
        overflow: hidden;
        line-height: 20px;
        height: 40px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.each-blog-text-arrow {
    text-align: center;
}

    .each-blog-text-arrow
    img {
        width: 40px;
    }

.each-blog-author {
    background-color: var(--light-blue);
    position: absolute;
    right: 0;
    top: 50px;
    padding: 7px 14px;
    color: var(--white);
    font-size: 14px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.blog-author {
    color: var(--text);
    font-size: 14px;
}

.blog-pagination,
.listeleme-pagination {
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid var(--gray);
    padding: 30px;
    margin: 6px 0 30px;
}

.blog-pagination-counts,
.listeleme-pagination-counts {
    display: flex;
    gap: 5px;
}

    .blog-pagination-counts .blog-page,
    .listeleme-pagination-counts .blog-page {
        color: var(--text);
        font-weight: 400;
        font-size: 16px;
    }

        .blog-pagination-counts .blog-page.active,
        .listeleme-pagination-counts .blog-page.active {
            font-weight: 700;
            color: var(--text);
        }

.prev-btn,
.next-btn {
    cursor: pointer;
}

.clinic-davet {
    background-color: var(--white);
    padding: 30px;
    display: flex;
    border: 1px solid var(--gray);
    align-items: center;
    border-radius: 12px;
    width: 100%;
    justify-content: space-between;
}

    .clinic-davet
    h3 {
        color: var(--text);
        font-weight: 700;
    }

    .clinic-davet
    p {
        color: var(--text);
        font-size: 14px;
        margin: 0;
    }

    .clinic-davet .custom-animation {
        color: var(--text);
        font-weight: 400;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        display: inline-block;
        padding-left: 25px;
    }

        .clinic-davet .custom-animation
        span {
            color: var(--blue);
            font-weight: 700;
        }

.blog-search,
.degerlendirme-filter {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    padding: 30px;
    position: sticky;
    top: 30px;
}

    .blog-search .blog-search-input,
    .degerlendirme-filter .blog-search-input {
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        gap: 10px;
    }

        .blog-search .blog-search-input
        input,
        .degerlendirme-filter .blog-search-input input {
            width: 100%;
            padding: 7px 14px;
            border: 1px solid var(--text);
            border-radius: 12px;
            font-size: 14px;
            color: var(--text);
        }

        .blog-search .blog-search-input
        button,
        .degerlendirme-filter .blog-search-input button {
            background: url(../../assets/images/icons/input-search-bg.png);
            background-repeat: no-repeat;
            background-size: contain;
            height: 37px;
            width: 37px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
        }

            .blog-search .blog-search-input
            button img,
            .degerlendirme-filter .blog-search-input button img {
                width: 17px;
                position: relative;
                transition: all 0.3s ease;
                left: 3px;
            }

        .blog-search .blog-search-input
        input:focus,
        .degerlendirme-filter .blog-search-input input:focus {
            outline: none;
        }

        .blog-search .blog-search-input
        button:hover img,
        .degerlendirme-filter .blog-search-input button:hover img {
            left: 8px;
        }

.blog-categories {
    border: 1px solid var(--text);
    border-radius: 12px;
    background-color: var(--white);
    max-height: 300px;
    overflow-y: auto;
}

    .blog-categories
    ul li a {
        padding: 14px;
        color: var(--text);
        display: block;
        font-size: 14px;
        cursor: pointer;
        border-bottom: 1px solid var(--text);
    }

        .blog-categories
        ul li a:hover {
            background-color: var(--bg);
        }

.blog-search
h4 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-detay-img {
    width: 100%;
    margin-bottom: 30px;
}

    .blog-detay-img
    img {
        width: 100%;
        border-radius: 12px;
        aspect-ratio: 1.8;
        object-fit: cover;
    }

.blog-detay-content {
    color: var(--text);
    margin-bottom: 30px;
}

    .blog-detay-content
    p {
        font-size: 14px;
    }

.other-blogs {
    border: 1px solid var(--gray);
    padding: 20px 30px;
    background-color: var(--white);
    margin-bottom: 30px;
    border-radius: 12px;
}

.other-blogs-each {
    margin: 10px 0;
}

    .other-blogs-each
    a {
        display: block;
    }

    .other-blogs-each
    img {
        width: 100%;
        height: 125px;
        object-fit: cover;
        margin-bottom: 10px;
        border-radius: 12px;
    }

    .other-blogs-each
    h6 {
        color: var(--text);
        font-weight: 700;
        margin-bottom: 0px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.other-blogs
h3 {
    color: var(--text);
    font-weight: 700;
}

.other-blogs-each
p {
    color: var(--text);
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.other-blogs-each
span {
    color: var(--text);
    font-size: 12px;
}

.clinic-footer {
    background-color: var(--bg);
    padding: 30px 0;
}

.clinic-footer-title
h3 {
    color: var(--text);
    font-weight: 700;
    margin-bottom: 15px;
}

.clinic-footer-title
span {
    color: var(--text);
    font-size: 14px;
}

.clinic-footer-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    height: 225px;
    margin-top: 30px;
}

.clinic-footer-each-img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clinic-footer-each-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

    .clinic-footer-each-content
    h6 {
        color: var(--text);
        margin: 0;
        font-weight: 700;
    }

    .clinic-footer-each-content
    ul {
        display: flex;
        list-style: disc;
        flex-wrap: wrap;
        column-gap: 30px;
        margin-left: 30px;
    }

        .clinic-footer-each-content
        ul li {
            flex: 1 1 calc(33.333% - 20px);
            box-sizing: border-box;
        }

            .clinic-footer-each-content
            ul li a {
                color: var(--text);
                font-size: 14px;
                display: inline-flex;
                line-height: 24px;
            }

                .clinic-footer-each-content
                ul li a span {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .clinic-footer-each-content
                ul li a:hover {
                    color: var(--blue);
                }

.clinic-footer-each-all {
    display: flex;
    justify-content: end;
    cursor: pointer;
    gap: 5px;
}

    .clinic-footer-each-all
    span {
        font-size: 12px;
        color: var(--blue);
        font-weight: 500;
    }

#clinic-footer-modal .modal-body {
    padding: 15px 0;
}

#clinic-footer-modal
h6 {
    color: var(--text);
    font-weight: 700;
    text-align: center;
}

#clinic-footer-modal
ul {
    max-height: 500px;
    overflow-y: auto;
}

    #clinic-footer-modal
    ul li a {
        color: var(--text);
        display: block;
        font-size: 14px;
        border-bottom: 1px solid var(--gray);
        padding: 14px 14px 14px 21px;
        background-color: var(--white);
    }

        #clinic-footer-modal
        ul li a:hover {
            background-color: var(--bg);
        }

.degerlendirme-each {
    background-color: var(--white);
    border: 1px solid var(--gray);
    border-radius: 12px;
    margin-bottom: 30px;
}

.degerlendirme-each-rate {
    display: flex;
    gap: 5px;
}

    .degerlendirme-each-rate
    img {
        width: 15px;
    }

.degerlendirme-img {
    width: 100%;
    padding: 15px;
}

    .degerlendirme-img
    img {
        width: 100%;
        aspect-ratio: 1;
        border-radius: 12px;
        object-fit: cover;
    }

.degerlendirme-content {
    padding: 15px 15px 15px 0;
}

    .degerlendirme-content
    h6 {
        color: var(--text);
        font-weight: 700;
        margin: 0;
    }

.degerlendirme-each-sub-name {
    color: var(--text);
    font-size: 14px;
}

.degerlendirme-content-message {
    color: var(--text);
    margin-top: 15px;
    font-size: 14px;
}

.kampanya-each-top-badge {
    color: var(--white);
    background-color: var(--light-blue);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 7px 14px;
    position: absolute;
    top: 30px;
    right: 0;
    font-weight: 500;
    font-size: 12px;
}

.kampanya-each-bottom-badge {
    color: var(--white);
    background-color: var(--blue);
    padding: 7px 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

div#sozlesmemodal .listeleme-detay-form {
    border: none;
}

    div#sozlesmemodal .listeleme-detay-form > p {
        font-size: .85rem;
        color: #5e5e5e;
    }

div#pazarlamamodal .listeleme-detay-form {
    border: none;
}

    div#pazarlamamodal .listeleme-detay-form > p {
        font-size: .85rem;
        color: #5e5e5e;
    }

.listeleme-detay-form >
p {
    font-size: .68rem;
    margin-top: 0;
    color: #5e5e5e;
}


.iti--separate-dial-code .iti__selected-flag {
    font-size: .7rem;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer-language {
}

    .footer-language >
    ul {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

        .footer-language >
        ul > li {
            display: flex;
            align-items: center;
            cursor: pointer;
        }

            .footer-language >
            ul > li > img {
                width: 25px;
                height: 25px;
                border-radius: 50%;
                object-fit: cover;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .footer-language >
            ul > li > span {
                font-size: .75rem;
                color: #0093d7;
                font-weight: 700;
            }

@media (max-width: 991px) {
    .clinic-footer-each {
        height: auto;
    }

    .degerlendirme-img img {
        aspect-ratio: 2.5;
    }

    .degerlendirme-content {
        padding: 15px;
    }

    #clinic-footer-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }

    .clinic-footer-each-img {
        height: unset;
        aspect-ratio: 2.5;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .clinic-footer-each-content {
        gap: 15px;
    }

        .clinic-footer-each-content ul li {
            flex: 1 1 calc(50% - 20px);
        }

    .other-blogs {
        padding: 15px;
    }

    .each-blog-img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }

    .clinic-davet {
        padding: 15px;
        flex-direction: column;
        gap: 15px;
    }

    .blog-pagination {
        padding: 15px;
    }

    .blog-search,
    .degerlendirme-filter {
        margin-top: 30px;
    }
}

.profile-page {
    background-color: var(--bg);
    padding: 30px 0;
    min-height: 100vh;
}

.profile-area {
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 15px;
    background-color: var(--white);
    text-align: center;
    margin-bottom: 15px;
}

.profile-area-pp {
    margin-bottom: 15px;
}

    .profile-area-pp
    img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
    }

.profile-area-name {
    color: var(--text);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
}

.profile-area-infos {
    margin-bottom: 30px;
}

    .profile-area-infos
    li span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

.profil-area-update-infos
a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.profil-area-update-infos
img {
    height: 12px;
}

.profil-area-update-infos
span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.profile-area-list {
    border-radius: 3px;
    border: 1px solid var(--gray);
    padding: 0 15px;
    background-color: var(--white);
}

    .profile-area-list
    ul li a img {
        height: 20px;
    }

    .profile-area-list
    ul li a:hover {
        background-color: var(--bg);
    }

    .profile-area-list
    ul li a {
        font-size: 14px;
        color: var(--text);
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 21px 7px;
        border-bottom: 1px solid var(--gray);
    }

    .profile-area-list
    ul li:last-of-type a {
        border: none;
    }

.profile-tab-area {
    border-radius: 3px;
    border: 1px solid var(--gray);
    background-color: var(--white);
}

    .profile-tab-area .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: var(--blue);
        border-bottom: 5px solid var(--blue) !important;
    }

    .profile-tab-area .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        flex: 1;
        border: none !important;
        margin: 0 !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        padding: 21px 7px !important;
        color: var(--text);
    }

    .profile-tab-area .tab-content {
        padding: 30px;
    }

.tekliflerim-each {
    background-color: var(--bg);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    gap: 15px;
    margin-bottom: 15px;
}

    .tekliflerim-each:
    last-of-type {
        margin: 0;
    }

.tekliflerim-each-img
img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    object-fit: cover;
}

.tekliflerim-each-contex {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.tekliflerim-each-contex-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .tekliflerim-each-contex-up
    span {
        color: var(--text);
        font-weight: 400;
        font-size: 14px;
    }

.tekliflerim-each-contex-down {
    width: 100%;
    justify-content: end;
    display: flex;
}

    .tekliflerim-each-contex-down
    a {
        color: var(--blue);
        font-weight: 700;
        text-decoration: underline;
        font-size: 14px;
    }

.tekliflerim-each-contex-mid {
    font-weight: 700;
    color: var(--text);
    font-size: 18px;
}

.each-incelenen-klinik
img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
    height: 185px;
    object-fit: cover;
}

.each-incelenen-klinik
h6 {
    color: var(--text);
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0;
}

.each-incelenen-klinik {
    margin-top: 30px;
    position: relative;
}

.incelenen-klinik-title {
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0;
}

.incelenen-klinik-category {
    margin-bottom: 50px;
}

.profile-no-data {
    border: 1px solid var(--gray);
    background-color: var(--light-blue);
    padding: 30px;
    text-align: center;
    border-radius: 3px;
}

    .profile-no-data
    h6 {
        color: var(--white);
        font-weight: 700;
        font-size: 18px;
    }

    .profile-no-data
    span {
        color: var(--white);
        font-weight: 400;
        font-size: 16px;
        display: block;
    }

    .profile-no-data
    a {
        font-weight: 700;
        font-size: 14px;
        display: inline-block;
        padding: 7px 14px;
        border-radius: 12px;
        margin-top: 30px;
        background-color: var(--white);
        color: var(--dark-blue);
    }

        .profile-no-data
        a:hover {
            background-color: var(--dark-blue);
            color: var(--white);
        }

.each-incelenen-klinik-favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: var(--white);
}

    .each-incelenen-klinik-favorite
    img {
        height: unset !important;
        width: 20px;
        border-radius: unset !important;
        margin-bottom: 0 !important;
    }

.incelenen-klinik-title-count {
    font-size: 12px;
    color: var(--text);
}

@media (max-width: 991px) {
    .tekliflerim-each {
        flex-direction: column;
    }

    .tekliflerim-each-contex {
        height: unset;
        gap: 15px;
    }
}

header .bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

header .bootstrap-select > .dropdown-toggle:active {
    border: none !important;
    background: none !important;
}

header .bootstrap-select > .dropdown-toggle:hover {
    border: none;
}

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle {
    color: var(--blue);
    background: var(--white);
    border: none;
    padding: 16px 12px;
    font-size: 16px;
    border-radius: 12px;
}

.header-listeleme .bootstrap-select > .dropdown-toggle {
    color: var(--blue);
    background: var(--white);
    border: 1px solid var(--blue);
    padding: 0px 10px;
    font-size: 16px;
    width: 250px;
    line-height: 45px;
    height: 45px;
    border-radius: 10px;
}

    .header-listeleme .bootstrap-select > .dropdown-toggle:
    hover {
        border: 1px solid var(--blue);
    }

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle,
.header-listeleme .bootstrap-select > .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle:
focus {
    outline: none !important;
}

.header-listeleme .header-search,
.header-listeleme .clinic-filter-form,
.header-listeleme .dropdown.bootstrap-select {
    height: 45px !important;
}

.header-listeleme .clinic-filter-form-submit
button {
    height: 45px;
    width: 45px !important;
    padding: 0 !important;
    border: 1px solid var(--blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-listeleme .clinic-filter-form {
    gap: 5px;
}

.header-listeleme .bootstrap-select .dropdown-menu {
    border-radius: 10px !important;
}

@media (max-width:1200px) {
    .header-listeleme .bootstrap-select > .dropdown-toggle {
        width: 175px !important;
    }
}

button[data-id="laylis"] {
    color: var(--blue);
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 14px !important;
    border: 1px solid var(--blue);
    background-color: white;
    border-radius: 12px;
    width: 350px !important;
}

    button[data-id="laylis"]:hover {
        background-color: white !important;
        border: 1px solid var(--blue) !important;
    }

header .bootstrap-select .dropdown-menu {
    top: -100% !important;
    padding: 0
}

.clinic-filter .bootstrap-select .dropdown-menu {
    top: -100% !important;
    max-height: 450px;
    padding: 0;
}

    header .bootstrap-select .dropdown-menu .bs-searchbox,
    .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox {
        padding: 0 !important
    }

        header .bootstrap-select .dropdown-menu .bs-searchbox input,
        .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox input {
            border: none;
            height: 45px;
            line-height: 45px;
        }

            header .bootstrap-select .dropdown-menu .bs-searchbox input:focus,
            .clinic-filter .bootstrap-select .dropdown-menu .bs-searchbox input:focus {
                border: none;
                outline: none !important;
                box-shadow: none !important;
            }

.bootstrap-select .dropdown-menu
li a span.text {
    display: inline-flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    gap: 30px;
    white-space: break-spaces;
    color: #979797;
}


.firstopt .home-s1 .clinic-filter .form-control:
focus {
    border-color: var(--text);
    box-shadow: none;
}

.firstopt {
    padding-left: 16px !important;
}

    .firstopt
    span {
        color: #6c757d !important;
        font-weight: 500;
        font-size: 14px !important;
    }

.bootstrap-select .dropdown-menu
li a span.text .text-muted {
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
    font-weight: 500;
}

.dropdown-item.active
span.text,
.home-s1 .clinic-filter .dropdown-item:active span.text {
    color: white !important;
}

    .dropdown-item.active
    span.text .text-muted,
    .home-s1 .clinic-filter .dropdown-item:active span.text .text-muted {
        color: white !important;
        font-style: normal !important;
    }

.dropdown-item:
active span.text .text-muted {
    color: white !important;
}



.bootstrap-select .dropdown-menu
li a.opt {
    padding-left: 30px;
}

header .dropdown-toggle::after {
    display: none;
}

.dropdown-toggle::
after {
    background-image: url("../images/icons/dropdown.png");
    height: 20px;
    width: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none !important;
}

.home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle::
after,
.header-listeleme .bootstrap-select > .dropdown-toggle::after {
    background-image: url("../images/icons/dropdown-blue.png");
    height: 16px;
    width: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-s1 .bootstrap-select .dropdown-toggle .filter-option {
    width: 90% !important;
}

.bootstrap-select .dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--text);
}

    .bootstrap-select .dropdown-menu.inner {
        border: none
    }

.home-s1 .clinic-filter .bootstrap-select:not([ class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 400px;
}



#bs-select-1::
-webkit-scrollbar,
#bs-select-2::-webkit-scrollbar,
#bs-select-3 ul::-webkit-scrollbar,
#bs-select-3::-webkit-scrollbar {
    width: 5px;
}

#bs-select-1::
-webkit-scrollbar-track,
#bs-select-2::-webkit-scrollbar-track,
#bs-select-3 ul::-webkit-scrollbar-track,
#bs-select-3::-webkit-scrollbar-track {
    background: var(--gray);
    border-radius: 7px;
}

#bs-select-1::
-webkit-scrollbar-thumb,
#bs-select-2::-webkit-scrollbar-thumb,
#bs-select-3 ul::-webkit-scrollbar-thumb,
#bs-select-3::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 7px !important;
}

    #bs-select-1::
    -webkit-scrollbar-thumb:hover,
    #bs-select-2::-webkit-scrollbar-thumb:hover,
    #bs-select-3 ul::-webkit-scrollbar-thumb:hover,
    #bs-select-3::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.home-s1 .clinic-filter .dropdown-item.active,
.home-s1 .clinic-filter .dropdown-item:
active {
    background-color: var(--blue);
}

.home-s1 .clinic-filter .bootstrap-select .dropdown-menu
li.active small {
    color: rgba(255, 255, 255, 1) !important;
}

.home-s1 .clinic-filter .dropdown-header {
    font-weight: 500;
}



.listeleme-order-map {
    background-color: white;
    border: 1px solid var(--gray);
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 15px;
}

.bootstrap-select {
    width: 100% !important;
}

.listeleme-filter .bootstrap-select > .dropdown-toggle,
.listeleme-detay-form .bootstrap-select > .dropdown-toggle {
    color: var(--text);
    background: none;
    border: 1px solid var(--text);
    padding: 7px 14px;
    font-size: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
}


    .listeleme-filter .dropdown-toggle::
    after,
    .listeleme-detay-form .bootstrap-select > .dropdown-toggle:after {
        height: 18px;
        width: 19px;
    }


.listeleme-detay-form .bootstrap-select.show-tick .dropdown-menu
li a span.text {
    margin-right: 0 !important;
}

.dropdown-menu.inner.show
li.disabled {
    display: none;
}


.kampanyalarPage {
    height: 400px;
    width: 100%;
    position: relative;
}

.kampanyaPage-swiper-each {
    width: 100%;
    height: 100%;
}

.kampanyaPage-swiper-each-bg {
    width: 100%;
    height: 100%;
}

    .kampanyaPage-swiper-each-bg
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.kampanyaPage-swiper-each-opacity {
    width: 100%;
    background-color: black;
    opacity: 0.8;
    height: 100%;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.kampanyaPage-swiper-each-inner {
    display: flex;
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    z-index: 1;
    top: 0;
}

    .kampanyaPage-swiper-each-inner .row {
        width: 100%;
        align-items: center;
    }

    .kampanyaPage-swiper-each-inner
    h2 {
        color: white;
        font-weight: 700;
        font-size: 42px;
        margin-bottom: 30px;
    }

    .kampanyaPage-swiper-each-inner
    p {
        color: white;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .kampanyaPage-swiper-each-inner
    a {
        color: white;
        font-size: 16px;
        font-weight: 700;
    }

        .kampanyaPage-swiper-each-inner
        a:hover {
            text-decoration: underline;
        }

.swiper-kampanyalarPage-prev,
.swiper-kampanyalarPage-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

    .swiper-kampanyalarPage-prev
    img,
    .swiper-kampanyalarPage-next img {
        filter: brightness(10);
    }

.swiper-kampanyalarPage-next {
    right: 30px;
}

.swiper-kampanyalarPage-prev {
    left: 30px;
}

.swiper-kampanyalarPage-pagination {
    position: absolute;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 1;
    display: inline-flex;
    width: auto !important;
}

    .swiper-kampanyalarPage-pagination .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        background: #d1d1d1 !important;
    }

    .swiper-kampanyalarPage-pagination .swiper-pagination-bullet-active {
        background: var(--blue) !important;
    }

.kampanyaPage-swiper-each-img {
    height: 400px;
    aspect-ratio: 1;
}

    .kampanyaPage-swiper-each-img
    img {
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1;
    }

.kampanyaPage-filter {
    padding: 30px 0;
    background-color: white;
}

    .kampanyaPage-filter .bootstrap-select > .dropdown-toggle {
        color: var(--text);
        background: none;
        border: 1px solid var(--text);
        padding: 14px;
        font-size: 15px;
        border-radius: 12px;
    }

.kampanyaPage-list {
    background-color: var(--bg);
    padding: 50px 0;
}

.listeleme-each-title
h4 {
    font-size: 21px;
}

.clinic-davet
h3 {
    font-size: 20px;
}

.clinic-davet
p {
    font-size: 13px;
}

.clinic-davet .custom-animation {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.home-s7
h3 {
    font-size: 14px;
}

@media(max-width:1200px) {
    .home-s1 .clinic-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .home-s1 .clinic-filter .dropdown.bootstrap-select {
        margin-bottom: 10px;
    }
}

@media(max-width:991px) {


    #filter-form {
        height: 70vh;
        top: unset;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        padding: 0px 15px 15px;
        width: 100%;
        transform: translateY(calc(100% - 55px));
        position: fixed;
        border-top-right-radius: 21px;
        border-top-left-radius: 21px;
        transition: all .3s ease;
        padding: 0;
    }

        #filter-form.show {
            transform: translate(0);
            transition: all .3s ease;
        }

    .kampanyalarPage {
        height: auto;
    }

    .kampanyaPage-swiper-each-inner a {
        margin-bottom: 50px;
    }

    .kampanyaPage-swiper-each {
        padding: 50px 0;
    }

    .kampanyaPage-swiper-each-inner {
    }

    .kampanyaPage-swiper-each-bg {
        height: calc(100vh - 76px);
    }

    .kampanyaPage-swiper-each-inner .row {
        gap: 50px;
    }
}


.listeleme-mobile-filtreler {
    display: none;
}

@media (max-width:991px) {
    .listeleme-mobile-filtreler {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        font-weight: 700;
        /* background-color: white; */
        position: sticky;
        color: var(--text);
        top: 0;
        z-index: 1;
        padding: 15px;
        background: #85d1f3;
    }

    .listeleme-filter.custom-scroll {
        padding: 15px;
    }



    .listeleme-mobile-filtreler img {
        height: 14px;
        transform: rotate(180deg);
        transition: all .3s ease;
    }

    #filter-form.show .listeleme-mobile-filtreler img {
        transform: rotate(0)
    }

    .listeleme-detay-form-title img {
        display: block;
    }

    .listeleme-detay-form.show .listeleme-detay-form-title img {
        transform: rotate(0)
    }
}




.steps {
    width: 100%;
    padding: 0 10%;
    height: 240px;
    background: none;
    transform: translateY(-80%);
}

    .steps .steps-container {
        height: 100%;
        width: 100%;
        border: 1px solid var(--gray);
        border-radius: 22px;
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .steps .steps-container .steps-each {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            height: 60%;
            width: 25%;
            border-right: 2px solid #83B4E6;
            display: inline-block;
            padding: 20px 35px;
        }

            .steps .steps-container .steps-each:
            last-child {
                border-right: none
            }

            .steps .steps-container .steps-each
            img {
                height: 40px;
            }

            .steps .steps-container .steps-each .steps-title {
                font-weight: 600;
                font-size: 1rem;
                color: #83B4E6;
                padding-top: 20px;
            }

            .steps .steps-container .steps-each .steps-text {
                font-weight: 400;
                font-size: .8rem;
                color: #A1A1A1;
            }


.home-s8 {
    width: 100%;
    background-color: var(--bg);
    padding: 4% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

    .home-s8 .home-s8-title {
        font-size: 40px;
        font-weight: 700;
        color: #505050;
    }

    .home-s8 .home-s8-text {
        font-size: 16px;
        font-weight: 400;
        color: #A1A1A1;
        margin-top: 10px !important;
        max-width: 80%;
        text-align: center;
    }

    .home-s8 .home-s8-container {
        display: flex;
        gap: 33px;
        margin-top: 40px;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .home-s8 .home-s8-container .home-s8-container-each {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 20px;
            border: 1px solid #B1B1B0;
            border-radius: 10px;
            padding: 0px, 20px, 0px, 0px;
            cursor: pointer;
        }

            .home-s8 .home-s8-container .home-s8-container-each
            h6 {
                font-size: 20px;
                font-weight: 500;
                color: #B1B1B0;
                text-align: justify;
                padding-right: 20px;
            }

.home-s8-container-each:
hover {
    border-color: #0093D7 !important;
    /* This ensures the border color changes on hover */
}

.home-s8-container-each:not(.container-active):
hover h6 {
    color: #0093D7 !important;
    /* This ensures the text color changes on hover */
}

.home-s8 .home-s8-container .container-active {
    border: none !important;
    background-color: #0093D7 !important;
}

.container-active
h6 {
    color: var(--white) !important;
    /* This ensures the text color changes on hover */
}

.home-s8 .home-s8-container .home-s8-container-each
img {
    height: 45px;
    width: 45px;
}

.home-s8 .home-s8-gallery {
    width: 100%;
    display: flex;
    height: 360px;
}

.home-s8-slider {
    height: 360px;
    display: flex;
    width: 100%;
    padding-top: 60px;
}

.slider-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 360px;
    width: 100%;
}

.home-s8-slider {
    display: flex;
    transition: transform 0.4s ease-in-out;
    height: 360px;
}

.slide {
    min-width: 33.333%;
    /* Show 3 slides at a time */
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.img-container {
    width: 100%;
    /* Adjust the size of the container */
    height: 300px;
    /* Adjust the size of the container */
    overflow: hidden;
    border-radius: 20px;
}

.slide
img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    padding: 0 5%;
}

.slide:
hover .img-container img {
    transform: scale(1.2);
    /* Zoom the image on hover */
}

.prev,
.next {
    cursor: pointer;
    top: 50%;
}

.slide-caption {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
}

.title,
.text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right {
    margin-left: auto;
    text-align: right;
}

.slide-caption .title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
}

.slide-caption .text {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    font-style: italic;
}

.home-s9 {
    width: 100%;
    background-color: var(--white);
    padding: 4% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .home-s9 .home-s9-title {
        font-size: 40px;
        font-weight: 700;
        color: #505050;
    }

    .home-s9 .home-s9-text {
        font-size: 16px;
        font-weight: 400;
        color: #A1A1A1;
        margin-top: 10px !important;
        max-width: 80%;
        text-align: center;
    }

    .home-s9 .home-s9-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        margin-top: 4%;
        height: 800px;
    }

.home-s9-container .home-s9-col {
    flex: 1;
}

.home-s9-col .home-s9-background-container {
    background-image: url("/Clinall/Main/assets/images/dis-kampanya.png");
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-size: 80% auto;
}

.home-s9-background-container .home-s9-buttons {
    padding-top: 100px;
    padding-left: 70px;
}

.home-s9-col .home-s9-container-each {
    width: 10%;
    background-color: #00000066;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    height: 100px;
    width: 285px;
    align-items: center;
    margin: 20px;
}

.home-s9-col .s9-container-active {
    background-color: #5393D5;
}

.home-s9-container-each
img {
    height: 100px;
    width: 100px;
    border-radius: 20px;
}

.home-s9-container-each .home-s9-container-each-text {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
}

.home-s9-col .home-s9-text-container {
    padding: 20px;
    height: 100%;
    width: 100%;
}

.home-s9-text-container .container {
    padding: 50px 30px 30px 0px;
    max-width: 600px;
}

.home-s9-text-section
h1 {
    color: #5393D5;
    font-size: 36px;
    font-weight: 400;
    margin-right: 25%;
    padding-bottom: 80px
}

    .home-s9-text-section
    h1 strong {
        font-weight: 700;
    }

.home-s9-text-section
p {
    color: #535353;
    font-size: 16px;
    margin-right: 10%
}

.home-s9-text-section
ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

    .home-s9-text-section
    ul li {
        flex: 0 0 50%;
        /* Each li takes up 50% of the width */
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 24px;
    }

        .home-s9-text-section
        ul li::before {
            content: url('/Clinall/Main/assets/images/icons/blue-tick.svg');
            color: #3B73E3;
            margin-right: 10px;
        }

.home-s9-campaign-link {
    color: #5393D5;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.white-button {
    color: var(--blue);
    font-weight: 700;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid var(--blue);
    padding: 7px 14px;
    cursor: pointer;
}

.half {
    width: 50%;
    flex: 1;
}

.half-title {
    font-size: 16px;
    font-weight: 500;
}


.home-campaign-mobile {
    display: none;
}



/*klinik-detay*/
.list-contact-detail {
    display: flex;
    gap: 3rem;
}

    .list-contact-detail .detail-item {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .list-contact-detail .detail-item .detail-item-title >
        span {
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 13px;
            color: #505050;
        }

        .list-contact-detail .detail-item .detail-item-content {
            display: flex;
            position: relative;
        }

            .list-contact-detail .detail-item .detail-item-content >
            a {
                font-weight: 400;
                color: #505050;
                font-size: 13px;
                display: flex;
                align-items: center;
                gap: .5rem;
                height: fit-content;
            }

                .list-contact-detail .detail-item .detail-item-content >
                a > img {
                    margin-left: 0rem;
                    width: 100%;
                }

                .list-contact-detail .detail-item .detail-item-content >
                a > i {
                    font-size: 21px;
                }



        .list-contact-detail .detail-item:not(: last-child)::after {
            content: "";
            position: absolute;
            height: 75%;
            width: 2px;
            background: #e5e5e5;
            right: -22px;
            bottom: 25px;
        }

        .list-contact-detail .detail-item .detail-item-content >
        a:nth-child(2) {
            position: relative;
            top: -23px;
        }

        .list-contact-detail .detail-item .detail-item-content >
        a > span {
            font-weight: 400;
            color: #505050;
            font-size: 14px;
            width: 70%;
        }

.listeleme-detay-hizmetler >
p {
    font-size: 13px;
}

.ilgi-alanlari-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    height: auto;
    max-height: 155px;
    overflow: hidden;
    overflow-y: auto;
}

    .ilgi-alanlari-wrapper .ilgi-alanlari-wrap {
        padding: .3rem .5rem;
        background: #d5eefc;
        border: 1px solid #74c6ec;
        border-radius: 6px;
        cursor: pointer;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ilgi-alanlari-wrapper .ilgi-alanlari-wrap >
        span {
            color: #505050;
            font-size: 12px;
            font-weight: 400;
        }

    .ilgi-alanlari-wrapper::
    -webkit-scrollbar {
        width: 3px;
    }

    .ilgi-alanlari-wrapper::
    -webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .ilgi-alanlari-wrapper::
    -webkit-scrollbar-thumb {
        background: #888;
    }

    .ilgi-alanlari-wrapper .ilgi-alanlari-wrap:
    hover {
        border-color: #0093d7;
    }

        .ilgi-alanlari-wrapper .ilgi-alanlari-wrap:
        hover > span {
            color: #0093d7;
        }

.swiper-clinic-uzman {
    padding: 1rem;
}

    .swiper-clinic-uzman .swiper-wrapper {
    }

        .swiper-clinic-uzman .swiper-wrapper .swiper-slide {
        }

            .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each {
            }

                .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each >
                a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each >
                    a > img {
                        width: 75%;
                        object-fit: cover;
                        object-position: top;
                        border-radius: 50%;
                        aspect-ratio: 4 / 4;
                    }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each >
                    a > h6 {
                        font-family: 'Roboto';
                        font-size: 14px;
                        font-weight: 700;
                        color: #505050;
                        margin-bottom: 0;
                        margin-top: .5rem;
                    }

                    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each >
                    a > span {
                        color: #505050;
                        font-family: 'Roboto';
                        font-size: 13px;
                        font-weight: 300;
                    }

            .swiper-clinic-uzman .swiper-wrapper .swiper-slide:not(: last-child) .uzman-each {
                border-right: 1px solid #e5e5e5;
            }


.listeleme-detay-form
form#offerForm {
}

    .listeleme-detay-form
    form#offerForm .form-group input {
        height: 45px;
    }

    .listeleme-detay-form
    form#offerForm .dropdown > button {
        height: 45px;
        align-items: center;
    }

        .listeleme-detay-form
        form#offerForm .dropdown > button > .filter-option {
            display: flex;
            align-items: center;
        }

.listeleme-detay-before-each >
a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listeleme-detay-kampanya {
    display: flex;
    height: 100%;
}

.listeleme-detay-owner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .listeleme-detay-owner-wrapper .owner-wrap {
        display: flex;
        width: 100%;
        align-items: end;
        gap: 1rem;
    }

.listeleme-detay-kampanya-teklif-al:
hover {
    background: none !important;
    color: #0093d7;
    border-color: #0093d7;
}

.listeleme-detay-kampanya-teklif-al {
    border: 1px solid !important;
}

form#offerForm > .text-center > button:hover {
    background: none !important;
    border-color: #0093d7;
    color: #0093d7;
    background: #fff;
    color: #0093d7;
}

form#offerForm > .text-center > button {
    border: 1px solid !important;
}

.listeleme-detay-sss .accordion-item .accordion-header >
button {
    padding: 1.5rem 2rem;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
}

.listeleme-detay-sss .accordion-item .accordion-collapse .accordion-body {
    padding: 1.5rem 2rem;
}

.listeleme-detay-sss .accordion-item .accordion-header >
button img.sss-dropdown-img {
    width: 11px;
}

.degerlendirme-rate >
span {
    background: #0093d7de;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem;
    width: 25px;
    height: 25px;
    border-radius: 20%;
    color: #fff;
    font-weight: 600;
    margin-left: .5rem;
}

/*klinik-detay-end*/

.list-contact-detail .detail-item:nth-child(1) {
    width: calc(65% - 1rem);
}

.list-contact-detail .detail-item:nth-child(2) {
    width: calc(35% - 1rem);
}

.listeleme-detay-each-hizmet:nth-child(2n+1)
span {
    /* color: #888; */
}

.filter-option-inner-inner {
    font-size: 12px;
}

.listeleme-detay-hizmetler .row .col-2.half >
div:nth-child(2) {
    font-size: 12px;
    padding-left: .3rem;
}

.listeleme-detay-hizmetler .row .col-2.half >
div.half-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    padding-bottom: .3rem;
    font-size: 13px;
}

.listeleme-detay-owner-wrapper .text-center {
    display: flex;
    align-items: center;
    gap: .5rem;
    width: 40%;
    justify-content: center;
}

    .listeleme-detay-owner-wrapper .text-center >
    button {
        font-size: 11px;
        width: 50%;
    }

.listeleme-home-s7 .row .mb-3 {
    margin-bottom: .5rem !important;
}

footer .footer-top .row {
    justify-content: space-between;
}

    footer .footer-top .row div:not(:first-child) {
        padding-top: 1rem;
    }

.owner-wrap-text >
span {
    font-size: 14px;
}

ul.footer-socials {
    margin-top: 2rem;
}

.listeleme-detay-uzman-modal .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .listeleme-detay-uzman-modal .modal-content .modal-body > .row {
        width: 100%;
    }


.alanlarimiz-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

    .alanlarimiz-wrapper .alanlarimiz-left {
        width: 50%;
        /* padding-left: 13rem; */
        display: flex;
        flex-direction: column;
        gap: .5rem;
        justify-content: center;
    }

        .alanlarimiz-wrapper .alanlarimiz-left >
        div {
            width: 70%;
        }


.alanlarimiz-right {
    width: 50%;
    position: relative;
    min-height: 354px;
}

    .alanlarimiz-right .alanlarimiz-right-list {
        position: absolute;
        top: 25%;
        left: -97px;
        z-index: 99;
        width: 240px;
    }

    .alanlarimiz-right .alanlarimiz-right-image {
        display: flex;
        width: 100%;
        position: relative;
        /* min-height: 730px; */
        aspect-ratio: 4/4;
    }

        .alanlarimiz-right .alanlarimiz-right-image >
        ul {
            width: 100%;
            height: 100%;
            list-style: none;
        }

            .alanlarimiz-right .alanlarimiz-right-image >
            ul > li > img {
                width: 100%;
                /* height: 100%; */
            }

            .alanlarimiz-right .alanlarimiz-right-image >
            ul > li {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

    .alanlarimiz-right .alanlarimiz-right-list >
    ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        list-style: none;
        padding: 0;
    }

        .alanlarimiz-right .alanlarimiz-right-list >
        ul > li {
            padding: 1.5rem 2rem;
            background: #00000066;
            display: flex;
            gap: .5rem;
            align-items: center;
            border-radius: 14px;
            cursor: pointer;
            justify-content: space-between;
        }

            .alanlarimiz-right .alanlarimiz-right-list >
            ul > li > span {
                color: #fff;
                font-weight: 500;
                font-size: 17px;
                width: calc(100% - 70px);
                display: flex;
                line-height: 26px;
                flex-direction: column;
            }

            .alanlarimiz-right .alanlarimiz-right-list >
            ul > li > img {
                width: 38px;
                height: 38px;
            }

            .alanlarimiz-right .alanlarimiz-right-list >
            ul > li.active-list {
                background: #5393d5c7;
                background: linear-gradient(270deg, rgb(83 147 213 / 48%) 0%, rgba(83, 147, 213, 1) 69%);
                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%);
            }

    .alanlarimiz-right .alanlarimiz-right-image >
    ul > li.active-list-image {
        z-index: 9;
    }

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-mini-baslik >
span {
    font-size: 20px;
    font-weight: 500;
    color: #0093d7;
    font-family: "Poppins", "sans-serif";
}

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-baslik >
span {
    font-weight: 600;
    font-size: 45px;
    color: var(--default);
    letter-spacing: -1px;
}

.alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama >
p {
    font-size: 13px;
    font-weight: 400;
    /* text-align: justify; */
}

.alanlarimiz-right .alanlarimiz-right-list >
ul > li > span > b {
    font-size: 19px;
}


.alanlarimiz-text >
span {
    color: #0495d7;
    font-size: 24px;
    font-family: "Poppins", "sans-serif";
}

.alanlarimiz-text {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

section#alanlarimiz {
    padding: 100px 0;
    padding-top: 2rem;
}



@media screen and (min-width:1440px) {
    .p-left {
        padding-left: 8rem;
    }
}


.alanlarimiz-content-list {
    position: absolute;
    width: 100%;
    right: 100%;
    bottom: 8%;
    display: flex;
    justify-content: end;
}

    .alanlarimiz-content-list >
    ul {
        padding: 0;
        background: #f5f5f5;
        width: 84%;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
    }

        .alanlarimiz-content-list >
        ul > li {
            width: 26.3%;
            display: flex;
            align-items: center;
        }

            .alanlarimiz-content-list >
            ul > li > span {
                color: var(--default);
                display: flex;
                gap: .2rem;
                font-size: 13px;
                font-family: 'Poppins';
                align-items: center;
            }

                .alanlarimiz-content-list >
                ul > li > span > i {
                    background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 10%, rgba(59, 187, 237, 1) 34%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-size: 16px;
                }

/*new-mobile*/
@media screen and (min-width:1750px) {
    .alanlarimiz-content-list > ul {
        width: 74%;
    }
}

@media screen and (max-width:1440px) {
    .alanlarimiz-content-list > ul {
        width: 86%;
    }

    .alanlarimiz-content-list {
        bottom: 6%;
    }

    .alanlarimiz-wrapper .alanlarimiz-left > div {
        width: 78%;
    }

    .alanlarimiz-text > span {
        font-size: 20px;
    }
}

@media screen and (max-width:1441px) {
    header.header-absolute {
        top: 0% !important;
    }

    .steps {
        transform: translateY(-60%) !important;
        height: auto !important;
    }

        .steps .steps-container {
            padding: 1.5rem 1rem;
        }

            .steps .steps-container .steps-each img {
                height: 40px !important;
            }

            .steps .steps-container .steps-each .steps-title {
                /* font-size: 19px !important; */
            }

            .steps .steps-container .steps-each .steps-text {
                /* font-size: 15px !important; */
            }

    .home-tabs-container .home-tabs-top > p {
        font-size: .8rem;
    }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 37px;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: .8rem !important;
    }

        .home-tabs-bottom > nav div#nav-tab > button .tab-icon > img {
            width: 30px;
        }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 33px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
        font-size: 1.5rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 11rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: .9rem;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 1rem;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
        width: 30px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
        font-size: .75rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
        font-size: .7rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a {
        font-size: 14px;
    }

    .clinic-filter .bootstrap-select .dropdown-menu {
        top: 0 !important;
        transform: none !important;
    }

    .steps .steps-container .steps-each {
        padding: 20px 20px;
    }
}

@media screen and (max-width:1281px) {
    header .main-logo {
        height: 50px;
    }

    .home-s1 .clinic-filter h1 {
        font-size: 42px;
    }

    .steps .steps-container .steps-each .steps-text {
        font-size: 13px !important;
    }


    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 7rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
        min-height: 590px;
    }
}

@media screen and (max-width:1200px) {
    .steps .steps-container .steps-each {
        padding: 20px 20px;
    }

        .steps .steps-container .steps-each .steps-text {
            height: 60px;
        }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-title > span {
        font-size: 17px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating span.home-tab-point {
        font-size: 17px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating > span {
        font-size: 13px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-location > p {
        font-size: 13px;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: 16px !important;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
        font-size: 26px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: 17px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li {
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
            width: 35px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 18px;
        }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 35px;
    }

    .home-tabs-container .home-tabs-top > p {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 35px;
    }
}

@media screen and (max-width:1025px) {
    header .main-logo {
        height: 50px;
    }

    .home-s1 .clinic-filter h1 {
        font-size: 38px;
    }

    .home-s1 .clinic-filter p {
        font-size: 17px;
    }

    .header-absolute-sign {
        font-size: 15px;
        height: 45px;
    }

    .clinic-filter-form .clinic-filter-form-submit button {
        padding: 14px 0;
    }

    .home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle {
        padding: 14px 10px;
        font-size: 14px;
    }

    .steps .steps-container .steps-each img {
        height: 35px !important;
    }

    .steps .steps-container .steps-each .steps-title {
        font-size: 16px !important;
        padding-top: 12px;
    }

    .steps .steps-container .steps-each .steps-text {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .home-s1 .img-wrapper img {
        height: 100vh;
    }

    .steps {
        transform: none !important;
        position: relative;
        top: 170px;
        padding: 0 5%;
    }

        .steps .steps-container {
            background: no-repeat;
            border: none;
            gap: 1rem;
        }

            .steps .steps-container .steps-each {
                background: #fff;
                width: 25%;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                gap: 0;
                border: none;
                border-radius: 10px;
            }

    section.home-s2 {
        padding-top: 13rem;
    }

    .home-s1 .clinic-filter-container {
        top: 20%;
    }

    .container {
        max-width: 95%;
    }

    .bootstrap-select {
        width: 60% !important;
    }

    .home-tabs-container .home-tabs-top > p {
        width: 80%;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: 12px !important;
        padding: .5rem 1rem !important;
        height: 48px;
    }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 30px;
    }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 30px;
    }

    .home-campaign-container .home-campaign-heading > p {
        width: 80%;
        font-size: 14px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 3rem;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
            font-size: 22px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
            font-size: 11px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
            font-size: 11px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a {
            font-size: 12px;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: 14px;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 16px;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
        width: 30px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li {
        padding: .8rem 1.2rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
        min-height: 550px;
    }

    .modal-content .listeleme-detay-form {
        position: unset;
        transform: none;
    }

    .listeleme-detay-form .bootstrap-select {
        width: 100% !important;
    }

    .modal-content .listeleme-detay-form .listeleme-detay-form-title img {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .alanlarimiz-mobile {
        display: none;
    }

    .p-button {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .home-campaign-container .home-campaign-wrapper .home-campaign-mobile {
        display: block;
        margin-top: 3rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right {
        display: none;
    }

    .home-campaign-container .home-campaign-wrapper {
        flex-direction: column;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left {
            width: 100%;
            padding: 0;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

    .campaignSwiper {
        padding-top: 3rem;
    }

        .campaignSwiper .swiper-wrapper {
        }

            .campaignSwiper .swiper-wrapper .swiper-slide {
            }

                .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content {
                        width: fit-content;
                        padding: .7rem 0;
                        background: rgb(83, 147, 213);
                        background: linear-gradient(0deg, rgba(83, 147, 213, 0.3449754901960784) 0%, rgba(83, 147, 213, 1) 100%);
                        position: absolute;
                        top: -40px;
                        border-radius: 15px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: .5rem;
                        height: 82px;
                        padding-left: 1rem;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image {
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content > img {
                        width: 41px;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content > span {
                        color: #fff;
                        width: 70%;
                        display: flex;
                        font-family: 'Poppins';
                        font-weight: 600;
                        font-size: 16px;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
                        height: 500px;
                        width: 100%;
                        border-radius: 10px;
                        object-fit: cover;
                    }

        .campaignSwiper .swiper-button-next,
        .campaignSwiper .swiper-button-prev {
            top: 45px;
        }

            .campaignSwiper .swiper-button-next::
            after,
            .campaignSwiper .swiper-button-prev::after {
                font-size: 25px;
            }

    .steps .steps-container {
        overflow: hidden;
        overflow-x: scroll;
    }

        .steps .steps-container .steps-each {
            width: 360px !important;
            flex-shrink: 0 !important;
        }

    section.home-s2 {
        padding-top: 16rem;
    }


    .steps::
    after {
        content: "\F285";
        position: absolute;
        right: 9px;
        top: 50%;
        font-family: 'bootstrap-icons';
        font-size: 22px;
        color: #83b4e6;
    }

    .steps::
    before {
        content: "\F284";
        position: absolute;
        left: 9px;
        top: 50%;
        font-family: 'bootstrap-icons';
        color: #83b4e6;
        font-size: 22px;
    }

    .home-campaign-container {
        width: 100%;
        padding: 0 5%;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left > div {
            width: 100%;
        }
}

@media screen and (max-width:650px) {
    .listeleme-detay-kampanya {
        flex-direction: column;
    }

    .listeleme-detay-kampanya-left {
        width: 100%;
        height: fit-content;
    }

    .listeleme-detay-kampanya-percent {
        font-size: 45px;
    }

    .listeleme-detay-kampanya-right {
        width: 100%;
    }

    .justify-content-between > div:nth-child(1) {
        /* width: 80%; */
    }

    .justify-content-between > div:nth-child(2) {
        /* width: 20%; */
    }

        .justify-content-between > div:nth-child(2) > span {
            width: 100%;
        }

    .listeleme-detay-kampanya-title {
        display: flex;
        font-size: 15px;
    }

    .listeleme-detay-kampanya-right .justify-content-between {
        align-items: center;
    }

    .listeleme-detay-hizmetler .row {
        flex-direction: column;
    }

        .listeleme-detay-hizmetler .row .col-2.half {
            width: 100%;
        }

        .listeleme-detay-hizmetler .row .listeleme-detay-each-hizmet {
            width: 100%;
        }

    .list-contact-detail {
        flex-direction: column;
        gap: 1rem;
    }

        .list-contact-detail .detail-item .detail-item-content > a:nth-child(2) {
            top: 0;
        }

        .list-contact-detail .detail-item .detail-item-content > a > img {
            margin-left: 0;
        }

    .header-buttons {
        text-wrap: nowrap;
    }
}

@media screen and (max-width:560px) {
    .steps .steps-container .steps-each {
        width: 98% !important;
    }

    .steps {
        padding: 0 17%;
    }

    .home-tabs-bottom > nav div#nav-tab {
        flex-wrap: wrap;
        width: 75%;
        justify-content: space-evenly;
    }

    .home-tabs-bottom > nav {
        display: flex;
        justify-content: center;
    }

    .campaignSwiper .swiper-button-next,
    .campaignSwiper .swiper-button-prev {
        top: 25px;
    }

    header.header-absolute {
        /* background: #fff !important; */
    }

    .home-s1 .clinic-filter h1 {
        font-size: 32px;
    }

    .home-s1 .clinic-filter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .home-s1 .clinic-filter p {
            width: 80%;
        }

        .home-s1 .clinic-filter form#clinicForm {
            width: 100%;
        }

    .bootstrap-select {
        width: 100% !important;
    }

    .home-s1 .clinic-filter-container {
    }

    .home-s1 .clinic-filter-form {
        margin-top: 10px;
    }

    .steps {
        top: 195px;
        left: 0;
        right: 0;
        padding: 0 10%;
    }

    .home-tabs-container .home-tabs-top > p {
        width: 95%;
    }

    .home-tabs-container .home-tabs-top {
        gap: .5rem;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper {
        padding: 0 1rem;
    }


    .list-contact-detail .detail-item .detail-item-content > a > span {
        font-size: 12px;
    }

    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > img {
        width: 80px;
        height: 80px;
    }

    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > h6 {
        font-size: 14px;
        text-align: center;
    }

    .listeleme-detay-owner-wrapper {
        flex-direction: column;
        gap: 1rem;
    }

        .listeleme-detay-owner-wrapper .owner-wrap {
            width: 100%;
        }

        .listeleme-detay-owner-wrapper .text-center {
            text-align: start !important;
            width: 100%;
            flex-wrap: wrap;
        }

            .listeleme-detay-owner-wrapper .text-center > button {
                width: 40%;
            }

    .degerlendirme-comments-each {
        padding: 1rem;
    }
}

@media screen and (max-width:426px) {
    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
        width: 100%;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left > div {
        width: 100%;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-mobile {
    }



    section.home-s3 {
        display: flex;
        justify-content: center;
    }

    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
        height: 420px;
    }

    .campaignSwiper .swiper-button-next {
        right: -7px;
    }

    .campaignSwiper .swiper-button-prev {
        left: -7px;
    }

    .home-tabs-bottom > nav div#nav-tab {
        width: 95% !important;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-image > img {
        height: 300px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next,
    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
        top: 45%;
    }


    section.home-s2 {
        padding-bottom: 2rem;
    }

    section.home-s3 {
        padding-top: 4rem;
    }
}

@media screen and (max-width:376px) {
    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
        height: 350px;
    }
}

@media screen and (min-width:1750px) {
    .alanlarimiz-content-list > ul {
        width: 74%;
    }
}

@media screen and (max-width:1350px) {
    .alanlarimiz-right .alanlarimiz-right-image {
        min-height: 660px;
    }

    .alanlarimiz-right .alanlarimiz-right-list {
        top: 17%;
    }
}

@media screen and (max-width:1440px) {
    .p-left {
        padding-left: 6rem;
    }

    .alanlarimiz-content-list > ul {
        width: 86%;
    }

    .alanlarimiz-content-list {
        bottom: 6%;
    }

    .alanlarimiz-wrapper .alanlarimiz-left > div {
        width: 78%;
    }

    .alanlarimiz-text > span {
        font-size: 20px;
    }
}

@media screen and (max-width:1025px) {
    section#alanlarimiz {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        padding-top: 0;
    }

    .alanlarimiz-right {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {

    .alanlarimiz-wrapper {
        flex-direction: column;
    }

    .alanlarimiz-wrapper {
        flex-direction: column;
    }

        .alanlarimiz-wrapper .alanlarimiz-left {
            padding: 0 !important;
            width: 100%;
        }

            .alanlarimiz-wrapper .alanlarimiz-left > div {
                width: 100% !important;
            }

    .alanlarimiz-content-list {
        top: 0;
        right: 0 !important;
        height: fit-content;
        justify-content: center !important;
    }

    .alanlarimiz-right .alanlarimiz-right-image > ul > li {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 769px) {
    .alanlarimiz-right {
        display: none;
    }

    .alanlarimiz-mobile {
        display: block;
    }

        .alanlarimiz-mobile .alanlarimizSwiper {
            padding-top: 3rem;
        }

            .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
                padding-top: 6rem;
            }

                .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content-list {
                    top: -39px;
                }

                    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content-list > ul {
                        width: 100%;
                    }

    .alanlarimiz-content-list > ul > li {
        width: 33.3%;
    }

        .alanlarimiz-content-list > ul > li > span {
            font-size: 11px;
        }

    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content {
        width: fit-content;
        padding: .7rem 1rem;
        background: rgb(83, 147, 213);
        background: linear-gradient(0deg, rgba(83, 147, 213, 0.3449754901960784) 0%, rgba(83, 147, 213, 1) 100%);
        position: absolute;
        top: 65px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        height: 82px;
        padding-left: 1rem;
    }

        .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content > img {
            width: 41px;
        }

        .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content > span {
            color: #fff;
            width: 70%;
            display: flex;
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 16px;
        }

    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-item-image > img {
        /* height: 500px; */
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 4 / 4;
        object-fit: cover;
    }

    .p-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .p-button > button {
            text-transform: capitalize;
            color: aliceblue;
            color: #5e5e5e;
            font-size: 16px;
            cursor: pointer;
            background-color: transparent;
            border: none;
        }


    .alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama > p {
        max-height: 100px;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama.acik > p {
        max-height: fit-content;
    }

    .alanlarimiz-aciklama {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 426px) {
    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-item-image > img {
        height: 420px;
    }

    section#alanlarimiz {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

;
}

.alanlarimiz-right .alanlarimiz-right-list > ul > li > span > b {
    font-size: 19px;
}


.alanlarimiz-text > span {
    color: #0495d7;
    font-size: 24px;
    font-family: "Poppins", "sans-serif";
}

.alanlarimiz-text {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

section#alanlarimiz {
    padding: 100px 0;
    padding-top: 2rem;
}

@media screen and (min-width:1440px) {
    .p-left {
        padding-left: 8rem;
    }
}


.alanlarimiz-content-list {
    position: absolute;
    width: 100%;
    right: 100%;
    bottom: 8%;
    display: flex;
    justify-content: end;
}

    .alanlarimiz-content-list > ul {
        padding: 0;
        background: #ffffff;
        width: 84%;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
    }

        .alanlarimiz-content-list > ul > li {
            width: 26.3%;
            display: flex;
            align-items: center;
        }

            .alanlarimiz-content-list > ul > li > span {
                color: #5e5e5e;
                display: flex;
                gap: .2rem;
                font-size: 13px;
                font-family: 'Poppins';
                align-items: center;
            }

                .alanlarimiz-content-list > ul > li > span > i {
                    background: linear-gradient(90deg, rgba(56, 154, 199, 1) 0%, rgba(59, 169, 217, 1) 10%, rgba(59, 187, 237, 1) 34%, rgba(45, 152, 214, 1) 75%, rgba(47, 86, 163, 1) 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    font-size: 16px;
                }

/*new-mobile*/
@media screen and (min-width:1750px) {
    .alanlarimiz-content-list > ul {
        width: 74%;
    }
}

@media screen and (max-width:1440px) {
    .alanlarimiz-content-list > ul {
        width: 86%;
    }

    .alanlarimiz-content-list {
        bottom: 6%;
    }

    .alanlarimiz-wrapper .alanlarimiz-left > div {
        width: 78%;
    }

    .alanlarimiz-text > span {
        font-size: 20px;
    }
}

@media screen and (max-width:1441px) {
    header.header-absolute {
        top: 0% !important;
    }

    .steps {
        transform: translateY(-60%) !important;
        height: auto !important;
    }

        .steps .steps-container {
            padding: 1.5rem 1rem;
        }

            .steps .steps-container .steps-each img {
                height: 40px !important;
            }

            .steps .steps-container .steps-each .steps-title {
                /* font-size: 19px !important; */
            }

            .steps .steps-container .steps-each .steps-text {
                /* font-size: 15px !important; */
            }

    .home-tabs-container .home-tabs-top > p {
        font-size: .8rem;
    }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 37px;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: .8rem !important;
    }

        .home-tabs-bottom > nav div#nav-tab > button .tab-icon > img {
            width: 30px;
        }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 33px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
        font-size: 1.5rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 11rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: .9rem;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 1rem;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
        width: 30px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
        font-size: .75rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
        font-size: .7rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a {
        font-size: 14px;
    }

    .clinic-filter .bootstrap-select .dropdown-menu {
        top: 0 !important;
        transform: none !important;
    }

    .steps .steps-container .steps-each {
        padding: 20px 20px;
    }
}

@media screen and (max-width:1281px) {
    header .main-logo {
        height: 50px;
    }

    .home-s1 .clinic-filter h1 {
        font-size: 42px;
    }

    .steps .steps-container .steps-each .steps-text {
        font-size: 13px !important;
    }


    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 7rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
        min-height: 590px;
    }
}

@media screen and (max-width:1200px) {
    .steps .steps-container .steps-each {
        padding: 20px 20px;
    }

        .steps .steps-container .steps-each .steps-text {
            height: 60px;
        }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-title > span {
        font-size: 17px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating span.home-tab-point {
        font-size: 17px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-rating > span {
        font-size: 13px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-content .home-tab-location > p {
        font-size: 13px;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: 16px !important;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
        font-size: 26px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: 17px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li {
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
            width: 35px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 18px;
        }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 35px;
    }

    .home-tabs-container .home-tabs-top > p {
        font-size: 13px;
    }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 35px;
    }
}


@media screen and (max-width:1025px) {
    header .main-logo {
        height: 50px;
    }

    .home-s1 .clinic-filter h1 {
        font-size: 38px;
    }

    .home-s1 .clinic-filter p {
        font-size: 17px;
    }

    .header-absolute-sign {
        font-size: 15px;
        height: 45px;
    }

    .clinic-filter-form .clinic-filter-form-submit button {
        padding: 14px 0;
    }

    .home-s1 .clinic-filter .bootstrap-select > .dropdown-toggle {
        padding: 14px 10px;
        font-size: 14px;
    }

    .steps .steps-container .steps-each img {
        height: 35px !important;
    }

    .steps .steps-container .steps-each .steps-title {
        font-size: 16px !important;
        padding-top: 12px;
    }

    .steps .steps-container .steps-each .steps-text {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    .home-s1 .img-wrapper img {
        height: 100vh;
    }

    .steps {
        transform: none !important;
        position: relative;
        top: 170px;
        padding: 0 5%;
    }

        .steps .steps-container {
            background: no-repeat;
            border: none;
            gap: 1rem;
        }

            .steps .steps-container .steps-each {
                background: #fff;
                width: 25%;
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                gap: 0;
                border: none;
                border-radius: 10px;
            }

    section.home-s2 {
        padding-top: 13rem;
    }

    .home-s1 .clinic-filter-container {
        top: 20%;
    }

 /*   .container {
        max-width: 95%;
    }*/

    .bootstrap-select {
        width: 60% !important;
    }

    .home-tabs-container .home-tabs-top > p {
        width: 80%;
    }

    .home-tabs-bottom > nav div#nav-tab > button {
        font-size: 12px !important;
        padding: .5rem 1rem !important;
        height: 48px;
        max-width: 150px;
    }

    .home-tabs-container .home-tabs-top span.home-tabs-heading {
        font-size: 30px;
    }

    .home-campaign-container .home-campaign-heading span.home-tabs-heading {
        font-size: 30px;
    }

    .home-campaign-container .home-campaign-heading > p {
        width: 80%;
        font-size: 14px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left {
        padding-left: 3rem;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title > span {
            font-size: 22px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaing-left-desc > p {
            font-size: 11px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-list > ul > li {
            font-size: 11px;
        }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-link > a {
            font-size: 12px;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span {
        font-size: 14px;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > span > b {
            font-size: 16px;
        }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li > img {
        width: 30px;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-list > ul > li {
        padding: .8rem 1.2rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right .home-campaign-right-image {
        min-height: 550px;
    }

    .modal-content .listeleme-detay-form {
        position: unset;
        transform: none;
    }

    .listeleme-detay-form .bootstrap-select {
        width: 100% !important;
    }

    .modal-content .listeleme-detay-form .listeleme-detay-form-title img {
        display: none;
    }
}



@media screen and (min-width:769px) {
    .alanlarimiz-mobile {
        display: none;
    }

    .p-button {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .home-campaign-container .home-campaign-wrapper .home-campaign-mobile {
        display: block;
        margin-top: 3rem;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-right {
        display: none;
    }

    .home-campaign-container .home-campaign-wrapper {
        flex-direction: column;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left {
            width: 100%;
            padding: 0;
        }

            .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

    .campaignSwiper {
        padding-top: 3rem;
    }

        .campaignSwiper .swiper-wrapper {
        }

            .campaignSwiper .swiper-wrapper .swiper-slide {
            }

                .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content {
                        width: fit-content;
                        padding: .7rem 0;
                        background: rgb(83, 147, 213);
                        background: linear-gradient(0deg, rgba(83, 147, 213, 0.3449754901960784) 0%, rgba(83, 147, 213, 1) 100%);
                        position: absolute;
                        top: -40px;
                        border-radius: 15px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: .5rem;
                        height: 82px;
                        padding-left: 1rem;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image {
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content > img {
                        width: 41px;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-content > span {
                        color: #fff;
                        width: 70%;
                        display: flex;
                        font-family: 'Poppins';
                        font-weight: 600;
                        font-size: 16px;
                    }

                    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
                        height: 500px;
                        width: 100%;
                        border-radius: 10px;
                        object-fit: cover;
                    }

        .campaignSwiper .swiper-button-next,
        .campaignSwiper .swiper-button-prev {
            top: 45px;
        }

            .campaignSwiper .swiper-button-next::after,
            .campaignSwiper .swiper-button-prev::after {
                font-size: 25px;
            }

    .steps .steps-container {
        overflow: hidden;
        overflow-x: scroll;
    }

        .steps .steps-container .steps-each {
            width: 360px !important;
            flex-shrink: 0 !important;
        }

    section.home-s2 {
        padding-top: 16rem;
    }


    .steps::after {
        content: "\F285";
        position: absolute;
        right: 9px;
        top: 50%;
        font-family: 'bootstrap-icons';
        font-size: 22px;
        color: #83b4e6;
    }

    .steps::before {
        content: "\F284";
        position: absolute;
        left: 9px;
        top: 50%;
        font-family: 'bootstrap-icons';
        color: #83b4e6;
        font-size: 22px;
    }

    .home-campaign-container {
        width: 100%;
        padding: 0 5%;
    }

        .home-campaign-container .home-campaign-wrapper .home-campaign-left > div {
            width: 100%;
        }
}

@media screen and (max-width:650px) {
    .listeleme-detay-kampanya {
        flex-direction: column;
    }

    .listeleme-detay-kampanya-left {
        width: 100%;
        height: fit-content;
    }

    .listeleme-detay-kampanya-percent {
        font-size: 45px;
    }

    .listeleme-detay-kampanya-right {
        width: 100%;
    }

    .justify-content-between > div:nth-child(1) {
        /* width: 80%; */
    }

    .justify-content-between > div:nth-child(2) {
        /* width: 20%; */
    }

        .justify-content-between > div:nth-child(2) > span {
            width: 100%;
        }

    .listeleme-detay-kampanya-title {
        display: flex;
        font-size: 15px;
    }

    .listeleme-detay-kampanya-right .justify-content-between {
        align-items: center;
    }

    .listeleme-detay-hizmetler .row {
        flex-direction: column;
    }

        .listeleme-detay-hizmetler .row .col-2.half {
            width: 100%;
        }

        .listeleme-detay-hizmetler .row .listeleme-detay-each-hizmet {
            width: 100%;
        }

    .list-contact-detail {
        flex-direction: column;
        gap: 1rem;
    }

        .list-contact-detail .detail-item .detail-item-content > a:nth-child(2) {
            top: 0;
        }

        .list-contact-detail .detail-item .detail-item-content > a > img {
            margin-left: 0;
        }

    .header-buttons {
       /* text-wrap: nowrap;*/
    }
}


@media screen and (max-width:560px) {
    .steps .steps-container .steps-each {
        width: 98% !important;
    }

    .steps {
        padding: 0 17%;
    }

    .home-tabs-bottom > nav div#nav-tab {
        flex-wrap: wrap;
        width: 75%;
        justify-content: space-evenly;
    }

    .home-tabs-bottom > nav {
        display: flex;
        justify-content: center;
    }

    .campaignSwiper .swiper-button-next,
    .campaignSwiper .swiper-button-prev {
        top: 25px;
    }

    header.header-absolute {
        /* background: #fff !important; */
    }

    .home-s1 .clinic-filter h1 {
        font-size: 32px;
    }

    .home-s1 .clinic-filter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .home-s1 .clinic-filter p {
            width: 80%;
        }

        .home-s1 .clinic-filter form#clinicForm {
            width: 100%;
        }

    .bootstrap-select {
        width: 100% !important;
    }

    .home-s1 .clinic-filter-container {
    }

    .home-s1 .clinic-filter-form {
        margin-top: 10px;
    }

    .steps {
        top: 195px;
        left: 0;
        right: 0;
        padding: 0 10%;
    }

    .home-tabs-container .home-tabs-top > p {
        width: 95%;
    }

    .home-tabs-container .home-tabs-top {
        gap: .5rem;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper {
        padding: 0 1rem;
    }


    .list-contact-detail .detail-item .detail-item-content > a > span {
        font-size: 12px;
    }

    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > img {
        width: 80px;
        height: 80px;
    }

    .swiper-clinic-uzman .swiper-wrapper .swiper-slide .uzman-each > a > h6 {
        font-size: 14px;
        text-align: center;
    }

    .listeleme-detay-owner-wrapper {
        flex-direction: column;
        gap: 1rem;
    }

        .listeleme-detay-owner-wrapper .owner-wrap {
            width: 100%;
        }

        .listeleme-detay-owner-wrapper .text-center {
            text-align: start !important;
            width: 100%;
            flex-wrap: wrap;
        }

            .listeleme-detay-owner-wrapper .text-center > button {
                width: 40%;
            }

    .degerlendirme-comments-each {
        padding: 1rem;
    }
}

@media screen and (max-width:426px) {
    .home-campaign-container .home-campaign-wrapper .home-campaign-left .home-campaign-left-title {
        width: 100%;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-left > div {
        width: 100%;
    }

    .home-campaign-container .home-campaign-wrapper .home-campaign-mobile {
    }



    section.home-s3 {
        display: flex;
        justify-content: center;
    }

    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
        height: 420px;
    }

    .campaignSwiper .swiper-button-next {
        right: -7px;
    }

    .campaignSwiper .swiper-button-prev {
        left: -7px;
    }

    .home-tabs-bottom > nav div#nav-tab {
        width: 95% !important;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-wrapper .swiper-slide > a .home-tab-image > img {
        height: 300px;
    }

    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-next,
    .home-tabs-bottom .tab-content .homeTabSwiper .swiper-button-prev {
        top: 45%;
    }


    section.home-s2 {
        padding-bottom: 2rem;
    }

    section.home-s3 {
        padding-top: 4rem;
    }
}

@media screen and (max-width:376px) {
    .campaignSwiper .swiper-wrapper .swiper-slide .campaign-item .campaign-item-image > img {
        height: 350px;
    }
}



@media screen and (min-width:1750px) {
    .alanlarimiz-content-list > ul {
        width: 74%;
    }
}

@media screen and (max-width:1350px) {
    .alanlarimiz-right .alanlarimiz-right-image {
        min-height: 660px;
    }

    .alanlarimiz-right .alanlarimiz-right-list {
        top: 17%;
    }
}

@media screen and (max-width:1440px) {
    .p-left {
        padding-left: 6rem;
    }

    .alanlarimiz-content-list > ul {
        width: 86%;
    }

    .alanlarimiz-content-list {
        bottom: 6%;
    }

    .alanlarimiz-wrapper .alanlarimiz-left > div {
        width: 78%;
    }

    .alanlarimiz-text > span {
        font-size: 20px;
    }
}

@media screen and (max-width:1025px) {
    section#alanlarimiz {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        padding-top: 0;
    }

    .alanlarimiz-right {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {

    .alanlarimiz-wrapper {
        flex-direction: column;
    }

    .alanlarimiz-wrapper {
        flex-direction: column;
    }

        .alanlarimiz-wrapper .alanlarimiz-left {
            padding: 0 !important;
            width: 100%;
        }

            .alanlarimiz-wrapper .alanlarimiz-left > div {
                width: 100% !important;
            }

    .alanlarimiz-content-list {
        top: 0;
        right: 0 !important;
        height: fit-content;
        justify-content: center !important;
    }

    .alanlarimiz-right .alanlarimiz-right-image > ul > li {
        padding-top: 6rem;
    }
}


@media screen and (max-width: 769px) {
    .alanlarimiz-right {
        display: none;
    }

    .alanlarimiz-mobile {
        display: block;
    }

        .alanlarimiz-mobile .alanlarimizSwiper {
            padding-top: 3rem;
        }

            .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
                padding-top: 6rem;
            }

                .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content-list {
                    top: -39px;
                }

                    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content-list > ul {
                        width: 100%;
                    }

    .alanlarimiz-content-list > ul > li {
        width: 33.3%;
    }

        .alanlarimiz-content-list > ul > li > span {
            font-size: 11px;
        }

    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content {
        width: fit-content;
        padding: .7rem 1rem;
        background: rgb(83, 147, 213);
        background: linear-gradient(0deg, rgba(83, 147, 213, 0.3449754901960784) 0%, rgba(83, 147, 213, 1) 100%);
        position: absolute;
        top: 65px;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
        height: 82px;
        padding-left: 1rem;
    }

        .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content > img {
            width: 41px;
        }

        .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-content > span {
            color: #fff;
            width: 70%;
            display: flex;
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 16px;
        }

    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-item-image > img {
        /* height: 500px; */
        width: 100%;
        border-radius: 10px;
        aspect-ratio: 4 / 4;
        object-fit: cover;
    }

    .p-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .p-button > button {
            text-transform: capitalize;
            color: aliceblue;
            color: #5e5e5e;
            font-size: 16px;
            cursor: pointer;
            background-color: transparent;
            border: none;
        }


    .alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama > p {
        max-height: 100px;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .alanlarimiz-wrapper .alanlarimiz-left .alanlarimiz-aciklama.acik > p {
        max-height: fit-content;
    }

    .alanlarimiz-aciklama {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 426px) {
    .alanlarimiz-mobile .alanlarimizSwiper .swiper-wrapper .swiper-slide .alanlarimiz-item .alanlarimiz-item-image > img {
        height: 420px;
    }

    section#alanlarimiz {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
