﻿/*
    font-family: 'Raleway', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/
/*body {
    background-color: #f9f9f9;
}*/

p {
    margin-bottom: 25px;
}

header .navbar-brand {
    background: none !important;
}

[data-row="1"] {
    height: 3ch;
}

[data-row="2"] {
    height: calc(3ch*2);
}

[data-row="3"] {
    height: calc(3ch*3);
}

[data-row="4"] {
    height: calc(3ch*4);
}

.page-head {
    width: 100%;
    /*padding-left: 0;*/
}

.w-100 {
    width: 100% !important;
}

@media (min-width:768px) {
    .page-head {
        padding-left: 0;
    }

    .navbar-collapse.d-flex-w100 {
        display: flex !important;
        flex-direction: column;
        align-items: end;
        width: 100%;
    }
}

.page-head .navbar.head .navbar-right.mod-2 {
    margin-right: -15px;
}

.fixed_menu .page-head .navbar.head .navbar-right.mod-2 {
    margin-right: -30px;
}

@media (max-widtH:767px) {
    .page-head > .row > .col-lg-12 {
        padding-inline: 0;
    }

    .page-head > .navbar.head {
        position: initial !important;
    }
}


/*.page-head .navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
}*/

/*.page-head .navbar.head .navbar-brand {
    padding: 10px 40px;
    background: #0e77be;
}

@media (max-width:400px) {
    .page-head .navbar.head .navbar-brand {
        padding: 10px !important;
    }
}*/

.page-head .navbar-brand img {
    display: none;
}

.page-head .navbar-brand .disi-logo {
    display: block !important;
}


.navbar.head {
    width: 100%;
    /*eklendi*/
    position: absolute !important;
    margin: 0 !important;
}

.fixed_menu .navbar.head {
    top: 0;
}

.page-jumbotron {
    position: relative;
}

    .page-jumbotron:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(2,2,2,.6);
    }

    .page-jumbotron button {
        position: absolute;
        right: 0;
        background-color: #8e2727;
        height: 95px;
        width: 95px;
        bottom: 0;
        color: white;
        font-size: 50px;
        border: initial;
        padding-top: 10px;
    }

.page-breadcrumb {
    background-color: #FAFAFA;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    margin-bottom: 20px;
}

.breadcrumb {
    padding: 15px 0 0;
    background: none;
    border-radius: initial;
    margin-bottom: 15px;
}

    .breadcrumb li a {
        font-size: 14px;
        color: #AFAFAF;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        content: "\64";
        font-family: "hastane-sitesi" !important;
        font-size: 11px;
    }

.page-inner {
    padding-top: 40px;
    /*padding-bottom: 90px;*/
    min-height: 800px;
}

.page-content {
    font-size: 15px;
    /*color: #757171;*/
    color: #2a4d4c;
    font-weight: 500;
    line-height: 30px;
    padding: 60px 0;
    font-family: "Montserrat-medium";
    /*background-color: white;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);*/
}

    .page-content > img {
        width: 100%;
    }

.page-content-inner {
    padding: 0 45px;
}

    .page-content-inner > img {
        width: 100%;
        border-radius: 10px;
    }

.page-content h1 {
    color: #46586e;
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 50px;
}

    .page-content h1 span {
        font-weight: 300;
    }

.p-0 {
    padding: 0;
}

.page-left-menu {
    margin-right: -15px;
    background-color: #FAFAFA;
    border-bottom-left-radius: 12px;
    margin-top: 75px;
}

    .page-left-menu .head {
        background-color: #2D5B83;
        border-top-left-radius: 12px;
        font-size: 23px;
        font-weight: 900;
        color: white;
        line-height: 1;
        padding: 30px 25px 25px;
    }

    .page-left-menu ul {
        padding: 20px;
        padding-top: 0;
    }

        .page-left-menu ul li a {
            font-size: 14px;
            line-height: 1.4;
            color: #083A3E;
            padding: 14px 0 8px;
            display: block;
        }

        .page-left-menu ul li.active a {
            font-weight: 800;
        }

        .page-left-menu ul li a span {
            color: #de5c5f;
        }

        .page-left-menu ul li + li {
            border-top: 1px solid #e4e2e4;
        }

        .page-left-menu ul li._dropdown > div {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .page-left-menu ul li._dropdown > ._dropdown-toggle {
            display: none;
            border-top: 1px solid #e4e2e4;
        }

        .page-left-menu ul li._dropdown._dropdown-active > ._dropdown-toggle {
            display: block;
        }

        .page-left-menu ul li._dropdown > ._dropdown-toggle > ul {
            background: #EFEFEF;
            margin-block: 4px;
            width: 100%;
            padding-block: 0px;
        }

            .page-left-menu ul li._dropdown > ._dropdown-toggle > ul li {
                background: #EFEFEF;
                margin-block: 4px;
                width: 100%;
                padding-block: 0px;
                border-color: #FAFAFA;
            }

                .page-left-menu ul li._dropdown > ._dropdown-toggle > ul li a {
                    padding-block: 8px;
                }

        .page-left-menu ul li._dropdown i {
            font-size: 12px;
            margin-top: 2px;
        }

.detail-text {
    padding: 35px 25px;
}

@media (max-width:767px) {
    .detail-text {
        padding: 0;
    }
}

.page-content-inner h1, .page-content-inner h2,
.page-content-inner h3, .page-content-inner h4,
.page-content-inner h5, .page-content-inner h6 {
    /*background: #F1F2F6;*/
    /*padding: 15px 20px;*/
    max-width: 100%;
    /*width: max-content;*/
    /*min-width: 300px;*/
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    color: #083A3E;
}
/*.detail-text h1:after, .detail-text h2:after,
        .detail-text h3:after, .detail-text h4:after,
        .detail-text h5:after, .detail-text h6:after {
            position: absolute;
            content: "";
            width: 230px;
            height: 5px;
            background: #4EA1AA;
            bottom: -5px;
            l*/ eft: 0;
}
/*mansory*/
.element-item {
    background-color: #e7e7de;
    border-radius: 4px;
    width: 350px;
    margin: 5px;
    padding: 30px 15px;
}

    .element-item a {
        font-weight: 300;
        color: #757171;
        font-family: 'Raleway', sans-serif;
    }

        .element-item a:hover {
            text-decoration: underline !important;
        }

.button-group {
    background-color: #f4f4f4;
    padding: 11px;
    border-radius: 10px;
}

    .button-group button {
        border: initial;
        background-color: transparent;
        width: 31px;
        font-size: 15px;
        font-weight: 400;
        padding: 5px 0;
        border-radius: 16px;
    }

        .button-group button.is-checked {
            background-color: #2D5B83;
            color: white;
        }

        .button-group button:hover {
            background-color: #2D6B83;
            color: white;
        }

        .button-group button.all {
            padding: 5px 9px !important;
            width: initial !important;
        }

.ui-group {
    padding: 0 5px;
    margin: -20px 0 25px;
}

.filter-select {
    position: relative;
}

    .filter-select > .dropdown {
        position: absolute;
        top: -115px;
        left: -45px;
    }

    .filter-select.mod-2 > .dropdown {
        position: absolute;
        top: -130px;
        left: -45px;
    }

    .filter-select .dropdown-toggle {
        background-color: white;
        border: initial;
        font-size: 15px;
        font-weight: 800;
        color: #aca1a1;
        padding: 10px 18px;
        width: 250px;
        text-align: left;
        position: relative;
        border-radius: 10px;
        z-index: 50
    }

        .filter-select .dropdown-toggle i {
            position: absolute;
            background-color: #2D5B83;
            right: 0;
            top: 0;
            bottom: 0;
            width: 40px;
            color: white;
            font-size: 18px;
            text-align: center;
            line-height: 60px;
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
        }

    .filter-select .dropdown-menu {
        position: absolute;
        z-index: 49;
        min-width: 250px;
        font-size: 15px;
        margin: -2px 0 0;
        background-color: #fff;
        border: initial;
        padding: 25px 10px;
    }

        .filter-select .dropdown-menu > li > a {
            padding: 3px 10px;
            line-height: 1.8;
            color: #939393;
        }

            .filter-select .dropdown-menu > li > a span {
                color: #de5c5f;
            }

            .filter-select .dropdown-menu > li > a:hover {
                background-color: #f6f6f6;
                border-radius: 50px;
            }

.doctors-filters {
    padding: 90px 0 0;
    /*padding-top:0;*/
}

    .doctors-filters:has(.back-wrapper) {
        padding-top: 0;
    }

@media (max-width:991px) {
    .doctors-filters {
        padding: 50px 0 0;
    }
}

@media (max-width:767px) {
    .doctors-filters {
        padding: 60px 0 0;
    }

        .doctors-filters:has(.back-wrapper) {
            padding: 0;
        }
}

.doctors-filters .ui-group {
    padding: 0;
}

.doctors-filters .filter-select > .dropdown {
    position: absolute;
    top: -115px;
    left: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

.doctors-filters .dropdown-toggle {
    background-color: white;
    border: initial;
    font-size: 15px;
    font-weight: 800;
    color: #5a5a5a;
    width: 570px;
    z-index: 1;
    padding: 14px 18px;
}

.doctors-filters .doctor-search {
    position: absolute;
    top: -115px;
    right: 0;
    width: 565px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

    .doctors-filters .doctor-search button {
        background-color: #2D5B83;
        color: white;
        font-size: 15px;
        font-weight: 900;
        border: initial;
        padding: 14px 18px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        position: absolute;
        right: 0;
    }

        .doctors-filters .doctor-search button:hover {
            background-color: #2D6B83;
        }

    .doctors-filters .doctor-search input {
        font-size: 15px;
        font-weight: 900;
        border: initial;
        padding: 14px 18px;
        border-radius: 10px;
        color: #aca1a1;
        width: 100%;
        padding-right: 143px;
        border-color: #E3E3E3;
    }

.doctors-filters .dropdown-menu {
    min-width: 100%;
    margin: 9px 0 0;
    background-color: #2D5B83;
    color: white;
    border-radius: 10px;
    padding: 25px 0 25px 20px;
}

.doctors-filters .dropdown-menu-inner {
    max-height: 340px;
    overflow-y: scroll;
    z-index: 1;
    position: relative;
}

    .doctors-filters .dropdown-menu-inner::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #202A4B;
    }

    .doctors-filters .dropdown-menu-inner::-webkit-scrollbar {
        width: 10px;
        background-color: #202A4B;
    }

    .doctors-filters .dropdown-menu-inner::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: white;
    }

.doctors-filters .dropdown-menu:before {
    position: absolute;
    content: '';
    top: -18px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #2D5B83;
    z-index: 10;
}

.doctors-filters .dropdown-menu:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #202A4B;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.doctors-filters .dropdown-menu-inner li {
    padding: 3px 15px
}

    .doctors-filters .dropdown-menu-inner li a {
        color: white;
        padding: 6px 0 4px;
        display: block;
    }

        .doctors-filters .dropdown-menu-inner li a:hover {
            background-color: initial;
            border-radius: initial;
            color: white;
        }

    .doctors-filters .dropdown-menu-inner li + li a {
        border-top: 1px solid #202A4B;
    }

.doctors-filters .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    height: auto !important;
}

.page-inner:has(.doctors-filters) {
    margin-bottom: 30px;
}

.doctors-filters .grid::before,
.doctors-filters .grid::after,
.doctors-filters .grid *::before,
.doctors-filters .grid *::after {
    content: none;
}

.doctors-item {
    position: static !important;
    display: grid;
    grid-template-rows: auto 1fr;
    /*width: 25%;*/
    width: 100% !important;
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*margin: 0 0 80px;*/
}

@media (max-width:1024px) {
    .doctors-filters .grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:767px) {
    .doctors-filters {
        padding-inline: 10px;
    }

        .doctors-filters .grid {
            grid-template-columns: repeat(2,1fr);
        }

    .page-inner:has(.doctors-filters) {
        margin-bottom: 0;
    }
}

@media (max-width:520px) {
    .doctors-filters .grid {
        grid-template-columns: repeat(1,1fr);
    }
}

.doctors-item img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
}

.doctor-caption {
    display: grid;
    grid-template-rows: 1fr repeat(4, auto);
    padding: 25px 15px 15px;
    background-color: #f8f8f8;
    color: #5a5a5a;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    position: relative;
}

    .doctor-caption > a {
        color: inherit;
    }

    .doctor-caption h3 {
        font-weight: 800;
        line-height: 1;
        font-size: 16px;
        margin: 0 0 5px;
    }

    .doctor-caption span {
        margin: 0 0 20px;
        display: block;
        line-height: 1;
    }

    .doctor-caption > .online {
        /*position: absolute;*/
        display: block;
        bottom: -50px;
        left: 15px;
        right: 15px;
        font-size: 15px;
        font-weight: 900;
        background: #1F4565;
        color: white;
        margin: 0 -15px;
        margin-top: 15px;
        padding: 15px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
        -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
        box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    }

    .doctor-caption > .more {
        color: #5a5a5a;
        font-weight: 800;
        display: block;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .doctor-caption > .more:after {
            content: "\e905";
            font-family: "icomoon";
            margin-top: .7px;
            font-size: 13px;
        }

.doctors-item > div:last-child {
    display: flex;
}

    .doctors-item > div:last-child > * {
        flex: 1;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        padding-block: 20px;
        text-align: center;
    }

@media (max-width:991px) {
    .doctors-item > div:last-child > * {
        font-size: 13px;
    }
}

.doctors-item > div:last-child > *:first-child {
    background: #1F4565;
    border-bottom-left-radius: 10px;
}

.doctors-item > div:last-child > *:last-child {
    background: #F14464;
    border-bottom-right-radius: 10px;
}

.doctors-filters .button-group button {
    width: 25px;
    padding: 5px 0;
    margin: 0 4.7px;
}

.bio-content .page-content-inner {
    padding-top: 40px;
    padding-bottom: 30px;
}

    .detail-text ul li,
    .bio-content .page-content-inner ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .detail-text ul li:before,
        .bio-content .page-content-inner ul li:before {
            content: "\e91b";
            font-family: "icomoon";
            position: absolute;
            left: 0;
            top: 0px;
            /*transform: translateY(-50%);*/
            color: rgb(36,78,114);
        }

    .bio-content .page-content-inner h3 {
        font-weight: 900;
        margin: 0 0 30px;
        color: #083A3E;
    }

    .bio-content .page-content-inner p {
        margin: 0 0 20px;
        color: #083A3E;
        line-height: 1.4;
        font-weight: 400;
    }

.bio-content > .page-content-inner:nth-child(2n +1) {
    background-color: #f9f9f9;
}

.bio-content {
    position: relative;
    background-color: white;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    -moz-box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
    box-shadow: 0px 0px 21px 0px rgba(12,51,92,0.04);
}

@media (max-width:767px) {
    .bio-content, .bio-content .page-content-inner, .back-wrapper {
        padding-inline: 10px;
    }
}

.page-bio {
    position: relative;
    top: 0;
}

    .page-bio:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(78,161,170,0.070) 60%, rgba(78,161,170,1) 100%);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .page-bio img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
    }

    .page-bio .inner {
        position: absolute;
        bottom: 175px;
        right: 65px;
        text-align: right;
        color: white;
    }

        .page-bio .inner h2 {
            font-size: 48px;
            font-weight: 900;
            margin: 0 0 10px;
        }

        .page-bio .inner p {
            font-size: 20px;
            font-weight: 900;
            line-height: 1.1;
            margin: 0 0 20px;
        }

            .page-bio .inner p span {
                font-weight: 300;
                display: block;
            }

    .page-bio .bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(2,20,24,.4) 30%, transparent);
        padding: 18px 50px 18px 40px
    }

        .page-bio .bottom address {
            float: left;
            color: white;
            font-size: 20px;
            line-height: 1.2
        }

        .page-bio .bottom > address a {
            color: white;
        }

        .page-bio .bottom > a {
            color: rgba(255,255,255,.9);
            background: #202A4B;
            float: right;
            border: 1px solid #202A4B;
            border-radius: 38px;
            padding: 13px 33px;
            font-size: 15px;
            font-weight: 900;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out
        }

            .page-bio .bottom > a:hover {
                transform: scale(1.05);
                -webkit-transform: scale(1.05);
                color: rgba(255,255,255,1);
            }

.bg-grey {
    position: relative;
    padding: 75px 0;
}

    .bg-grey:before {
        content: "";
        width: 200svw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        background: #F9F9F9;
    }

    .bg-grey p.title {
        position: relative;
        font-size: 26px;
    }

.contact-form .formden_header h2,
.contact-form .formden_header p,
.contact-form form {
    color: #757171
}

    .contact-form form button,
    .contact-form form button:hover {
        color: #ffffff !important;
    }

.contact-form .form-control:focus {
    border-color: #8d0808;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form form .input-group-addon {
    color: #bd0000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-left: 12px;
    cursor: pointer;
}

.contact-form form .input-group {
    margin-bottom: 17px;
}

/*@media (max-width:767px) {
    .contact-form form .input-group {
        width: max-content;
    }
}*/

.contact-form form .input-group-addon img {
    max-width: 30px;
    width: 30px;
}

.contact-form .loadcaptcha {
    max-width: 650px;
}

@media (max-width:767px) {
    .contact-form .loadcaptcha {
        max-width: none;
    }
}

@media (min-width:768px) {
    .loadcaptcha input {
        margin-top: 12px !important;
    }
}

@media (min-width:992px) {
    .loadcaptcha input {
        margin-top: 6px !important;
    }
}

@media (min-width:1200px) {
    .loadcaptcha input {
        margin-top: 18px !important;
    }
}

@media (min-width:1500px) {
    .loadcaptcha input {
        margin-top: 28px !important;
    }
}

#captchaValid {
    text-transform: uppercase;
    text-align: center;
}

.contact-form input,
.contact-form select {
    background-color: #eef2f4;
    border: initial;
    color: #757171;
    border-radius: 4px;
    padding: 18px 20px 14px;
    display: block;
    margin: 0 0 17px;
    height: 43px;
    width: 100%;
}

.contact-form select {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #757171;
}

    .contact-form select option {
        outline: hidden
    }

textarea {
    resize: block;
}

.contact-form textarea {
    background-color: #eef2f4;
    border: initial;
    color: #757171;
    border-radius: 4px;
    padding: 18px 20px 14px;
    display: block;
    margin: 0 0 17px;
}

.contact address {
    font-size: 15px;
}

    .contact address > div {
        margin: 0 0 10px
    }

.contact .bg-grey p.title {
    margin: 0 0 15px
}

.contact address span {
    margin: 0 0 5px;
    display: block;
    font-weight: 600;
    font-size: 26px;
}

.contact address p {
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 10px;
}

.btn-contact {
    font-size: 22px;
    color: white;
    background-color: #202A4B;
    display: block;
    border: initial;
    border-radius: 80px;
    padding: 15px 40px;
    padding-right: 60px;
    font-weight: 800;
    position: relative;
    margin: auto;
    margin-top: 25px;
}

    .btn-contact i {
        margin-left: 10px;
        line-height: 0;
        font-size: 20px;
        color: white;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translate(-10%, -50%);
    }

    .btn-contact:hover {
        background-color: #202A4B;
    }

    .btn-contact.mod-2 i {
        -webkit-animation: fly .5s;
        animation: fly .5s;
        transform: translate(0,0);
    }

@keyframes fly {
    0% {
        transform: translate(0,0);
    }

    49% {
        transform: translate(200px,-30px);
        opacity: 0;
    }

    50% {
        transform: translate(-200px,30px);
        opacity: 0;
    }

    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

.harita-kutu {
    height: 450px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.page-content.none-radius {
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    padding-bottom: 0;
}

.search-rich {
    position: absolute;
    background-color: rgba(138,40,40,.9);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    visibility: hidden;
    opacity: 0;
    margin-top: -100%;
}

.search-rich {
    z-index: 1032
}

    .search-rich.open {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }

    .search-rich .input-group {
        position: relative;
        top: 50%;
        height: 100px;
        width: 80%;
        display: table;
        margin: -50px auto 0;
    }

    .search-rich input {
        height: 100px;
        border-radius: 100px !important;
        display: inline-block;
        font-size: 30px;
        font-weight: 900;
        color: #903333;
        padding: 0 50px;
    }

        .search-rich input:focus {
            box-shadow: initial;
            outline: initial;
            border-color: transparent;
        }

    .search-rich button {
        position: absolute;
        right: 30px;
        top: 0;
        font-size: 50px;
        color: #8e2727;
        z-index: 4;
        background-color: transparent;
        border: initial;
        line-height: 100px;
    }

        .search-rich button i {
            vertical-align: middle;
        }

body .noscroll, html .noscroll {
    overflow: hidden
}

p.title {
    font-size: 38px;
    font-weight: 800;
    color: #083A3E;
    text-align: center;
    margin-bottom: 40px;
}

.dental-sections .dental-content {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .dental-sections .dental-content .section-item .section-caption > a {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 3px;
    }

        .dental-sections .dental-content .section-item .section-caption > a:after {
            content: "\e905";
            font-family: "icomoon";
            font-size: 12px;
        }

.section-item a:has(h3) {
    background: none;
}

@media (max-width:767px) {
    .dental-sections .dental-content {
        padding-inline: 10px;
    }

        .dental-sections .dental-content .section-item {
            width: 100% !important;
        }
}

.blog-sections .blog-content {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
}

@media (max-width:1200px) {
    .blog-sections .blog-content {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:767px) {
    .blog-sections .blog-content {
        padding-inline: 10px;
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:540px) {
    .blog-sections .blog-content {
        grid-template-columns: repeat(1,1fr);
    }
}

.blog-sections .blog-content .section-item {
    width: 100%;
}

    .blog-sections .blog-content .section-item .section-caption h3 {
        margin-bottom: 20px;
    }

    .blog-sections .blog-content .section-item .section-caption a {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 700;
    }

    .blog-sections .blog-content .section-item .section-caption i {
        font-size: 14px;
        color: #202A4B;
        margin-bottom: -4px;
    }

.episodes .swiper-slide {
    height: auto;
}

.episodes .section-item {
    width: 100%;
    margin-bottom: 30px;
    height: 100%;
}

.episodes-control {
    margin-block: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

    .episodes-control span {
        font-size: 20px;
    }

.section-item {
    display: grid;
    grid-template-rows: auto 1fr;
    width: 24%;
    margin-bottom: 30px;
}

    .section-item .section-caption > a {
        width: max-content;
        border-radius: 999px;
        padding-block: 7px;
        transition: .75s;
    }

        .section-item .section-caption > a i {
            color: inherit !important;
        }

    .section-item:hover .section-caption > a {
        background: #2D5B83;
        padding-inline: 12px;
        color: white;
    }

    .section-item .section-caption > a:hover {
        background: #3A6C96;
    }

    .section-item img {
        border-radius: 10px;
        width: 100%;
    }

    .section-item .section-caption {
        display: grid;
        grid-template-rows: auto 1fr auto;
        margin-block: 20px;
    }

        .section-item .section-caption h3 {
            /*all: unset;*/
            font-size: 22px;
            font-weight: 800;
            color: #083A3E;
            line-height: 24px;
        }

        .section-item .section-caption p {
            font-size: 15px;
            color: #083A3E;
        }

        .section-item .section-caption a {
            font-size: 16px;
            color: #202A4B;
        }

.similar-episodes .section-item .section-caption a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}

    .similar-episodes .section-item .section-caption a i {
        font-size: 14px;
        color: #202A4B;
        display: inline-block;
        /*position:relative;
                bottom:-2px;*/
        margin-bottom: -2px;
    }

.plus-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80px;
    line-height: 100px;
    color: white;
    height: 100px;
    width: 100px;
    background-color: #8e2727;
    text-align: center;
    font-family: initial;
}

    .plus-close:hover,
    .plus-close:focus {
        color: white;
    }

.search-rich input::-webkit-input-placeholder {
    color: #8e2727;
}

.search-rich input::-moz-placeholder {
    color: #8e2727;
}

.search-rich input:-ms-input-placeholder {
    color: #8e2727;
}

.search-rich input:-moz-placeholder {
    color: #8e2727;
}

.parallax {
    width: 100%;
    height: 160px;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

    .parallax .sec-1 {
        position: relative;
        width: 180px;
        height: 100%;
        text-align: center;
        padding: 20px
    }

        .parallax .sec-1 p {
            color: white;
            font-size: 90px;
            font-weight: 600;
            line-height: 1;
        }

        .parallax .sec-1 span {
            font-size: 26px;
            font-weight: 300;
            display: block;
        }

        .parallax .sec-1 .line {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 2px;
            display: block;
            background-color: white;
        }

    .parallax .sec-2 {
        padding: 35px 55px;
        float: right;
        height: 100%;
    }

        .parallax .sec-2.mod-2 {
            padding: 35px 35px;
            float: left;
            width: 100%;
            position: relative;
        }

        .parallax .sec-2 p {
            color: #3d6f70;
            font-size: 72px;
            font-weight: 600;
            line-height: 1;
        }

            .parallax .sec-2 p span {
                color: #3d6f70;
                font-size: 30px;
                display: block;
                font-weight: 300;
            }

        .parallax .sec-2 .line {
            position: absolute;
            top: 0;
            right: 37px;
            bottom: 0;
            width: 2px;
            display: block;
            background-color: #e1e0e2;
        }

@media(max-width:1199px) {
    .page-left-menu .head {
        font-size: 20px;
        padding: 25px 15px 20px;
    }

    .page-left-menu ul {
        /*padding: 25px 15px 50px;*/
    }

        .page-left-menu ul li a {
            font-size: 12px;
        }

    .page-content {
        font-size: 14px;
        line-height: 25px;
        padding: 40px 0;
    }

    .page-content-inner {
        padding: 0 30px;
    }

    .page-jumbotron button {
        height: 75px;
        width: 75px;
        font-size: 36px;
    }

    .page-content h1 {
        font-size: 25px;
        margin: 0px 0 27px;
    }

    .button-group button {
        width: 25px;
    }

    .element-item {
        width: 293px;
    }

    .filter-select > .dropdown {
        top: -90px;
        left: -30px;
    }

    .doctors-filters .dropdown-toggle {
        width: 470px;
    }

    .doctors-filters .doctor-search {
        width: 470px;
    }

    .doctors-filters .button-group button {
        width: 23px;
        margin: 0 2.3px;
    }

    .doctors-item, .section-item {
        width: 33.33333333%;
    }

    .page-bio .inner {
        bottom: 110px;
    }

        .page-bio .inner h2 {
            font-size: 40px;
            margin: 0 0 30px;
        }

        .page-bio .inner p {
            font-size: 18px;
        }

    .page-bio .bottom address {
        font-size: 17px;
    }

    .page-bio .bottom > a {
        padding: 11px 33px;
        font-size: 14px;
    }

    .filter-select.mod-2 > .dropdown {
        top: -110px;
        left: -30px;
    }

    .parallax .sec-1 {
        padding: 37px 5px;
        width: 140px
    }

        .parallax .sec-1 p {
            font-size: 65px;
        }

        .parallax .sec-1 span {
            font-size: 22px;
        }

    .parallax .sec-2 p {
        font-size: 45px;
    }

        .parallax .sec-2 p span {
            font-size: 20px;
        }

    .parallax .sec-2,
    .parallax .sec-2.mod-2 {
        padding: 50px 30px;
    }
}

@media(max-width:991px) {
    .breadcrumb {
        padding: 22px 15px 3px;
    }

    .page-jumbotron button {
        height: 65px;
        width: 65px;
        font-size: 36px;
    }

    .page-content h1 {
        font-size: 16px;
        margin: 0px 0 20px;
    }

    .button-group button {
        width: 17px;
    }

    .element-item {
        width: 335px;
    }

    .doctors-item, .section-item {
        width: 50%;
    }

    .doctors-filters .button-group button {
        width: 20px;
        margin: 0;
    }

    .doctors-filters .filter-select > .dropdown {
        position: relative;
        top: initial;
        right: initial;
        left: initial !important;
        margin: 0;
    }

    .doctors-filters .dropdown-toggle {
        width: 100%;
    }

    .doctors-filters .doctor-search {
        width: 100%;
        position: relative;
    }

    .page-bio .inner h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }

    .page-bio .inner p {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .page-bio .bottom address {
        font-size: 14px;
    }

    .page-bio .bottom > a {
        padding: 8px 23px;
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .page-inner {
        padding: 50px 0px;
    }

    .page-content-inner {
        padding: 0;
    }

    .pad-contact {
        padding-inline: 0px !important;
    }

    .page-left-menu {
        margin-right: initial;
        background-color: #ededed;
        border-bottom-left-radius: initial;
        margin-top: initial;
    }

        .page-left-menu .head {
            border-top-right-radius: 12px;
            font-size: 18px;
            padding: 20px 15px 15px;
        }

    .page-content {
        border-top-right-radius: initial;
        border-top-left-radius: initial;
    }

    .breadcrumb {
        padding: 17px 15px 0px;
    }

    .page-jumbotron button {
        height: 50px;
        width: 50px;
        font-size: 25px;
    }

    .filter-select > .dropdown {
        position: relative;
        top: initial;
        left: initial;
        display: block;
        margin: 0 5px 50px;
    }

    .element-item {
        width: 100%;
    }

    .page-bio .inner {
        bottom: 80px;
    }

        .page-bio .inner h2 {
            font-size: 18px;
            margin: 0 0 5px;
        }

        .page-bio .inner p {
            font-size: 12px;
        }

    .page-bio .bottom address {
        font-size: 12px;
    }

    .page-bio .bottom > a {
        padding: 8px 12px;
        font-size: 10px;
    }

    .page-bio .bottom {
        padding: 8px 30px;
    }

    .page-bio .inner {
        right: 30px;
    }

    .filter-select.mod-2 > .dropdown {
        top: initial;
        left: initial;
        position: relative;
        width: 100%;
    }

    .filter-select.mod-2 .dropdown-toggle,
    .filter-select.mod-2 .dropdown-menu {
        width: 100%;
    }

    .search-rich input {
        height: 60px;
        border-radius: 60px !important;
        font-size: 16px;
        padding: 0 50px 0 25px;
    }

    .search-rich button {
        right: 18px;
        font-size: 30px;
        line-height: 60px;
    }

    .plus-close {
        font-size: 60px;
        line-height: 60px;
        height: 60px;
        width: 60px;
    }
}

@media(max-width:570px) {
    .doctors-item, .section-item {
        width: 100%;
    }

    /*.page-bio .bottom {
        padding: 15px;
        bottom: initial;
        position: relative;
    }*/

    .page-bio .bottom address {
        float: initial;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .page-bio .bottom > a {
        float: initial;
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .page-bio .inner {
        bottom: auto;
        right: 15px;
        top: 10px;
    }

    .bio-content .page-content-inner h3 {
        margin: 0 0 15px;
        font-size: 18px;
    }

    .parallax .sec-1 {
        padding: 50px 5px;
        width: 100px
    }

        .parallax .sec-1 p {
            font-size: 35px;
        }

        .parallax .sec-1 span {
            font-size: 14px;
        }

    .parallax .sec-2 p {
        font-size: 25px;
    }

        .parallax .sec-2 p span {
            font-size: 14px;
        }

    .parallax .sec-2 {
        padding: 60px 30px;
    }
}

.pad-contact {
    padding-inline: 50px;
}

#map, #route {
    width: 100%;
    height: 500px;
}

#route {
    overflow-y: auto;
}

#method {
    position: absolute;
    left: 75px;
    top: 15px;
    padding: 10px;
    opacity: .9;
    -moz-opacity: .9;
    z-index: 10;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.adp-placemark {
    width: 100%;
    background-color: transparent;
    border: initial;
    border-bottom: 1px solid #eef2f4;
    margin: 0 0 30px;
}

    .adp-placemark tbody {
        padding: 25px;
        display: block;
    }

        .adp-placemark tbody td {
            font-weight: 300;
            line-height: 1.9;
            font-size: 15px;
            font-family: 'Montserrat', sans-serif !important;
            color: #757171;
            font-weight: 500;
        }

            .adp-placemark tbody td img {
                margin-right: 20px;
            }

.adp-directions {
    width: 100%;
}

#route::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F9F9F9;
}

#route::-webkit-scrollbar {
    width: 40px;
    background-color: #F9F9F9;
}

#route::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #eef2f4;
    border: 14px solid #F9F9F9;
}

.adp-step, .adp-substep {
    border-top: 1px dashed #eef2f4;
    padding: 10px;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif !important;
}

.adp-summary {
    padding: 0 3px 3px 85px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    color: #757171;
    margin: 20px 0;
}

#method {
    display: none;
}


.question-sections {
    padding: 50px 0;
}

.question-content > .row > h4 {
    font-size: 38px;
    font-weight: 800;
    text-align: center;
    color: #083A3E;
    margin: 0 0 35px;
}

.question-item {
    background: #FAFAFA;
    padding: 0 40px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .question-item .question-title {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        color: #083A3E;
        position: relative;
        padding-block: 30px;
        cursor: pointer;
    }

    .question-item .question-caption > * {
        font-size: 16px;
        font-weight: 500;
    }

    .question-item .question-title p {
        margin: 0;
    }

    .question-item .question-title i {
        font-size: 20px;
        /*position: absolute;*/
        right: 0;
        top: 50%;
        /*transform: translateY(-50%);*/
        color: #254F73;
        background: white;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: .3s ease;
    }

    .question-item .question-caption {
        position: relative;
        padding-block: 25px;
        display: none;
    }

        .question-item .question-caption ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 10px;
        }

            .question-item .question-caption ul li:before {
                content: "\e91b";
                font-family: "icomoon";
                position: absolute;
                left: 0;
                top: 0;
                /*transform: translateY(-50%);*/
                color: #083A3E;
            }

        .question-item .question-caption:before {
            content: "";
            position: absolute;
            top: 0;
            left: -40%;
            width: 200vw;
            height: 1px;
            background-color: rgba(47,27,79,.08);
        }

.question-active .question-title i {
    background: #254F73;
    color: white;
    transform: rotate(90deg);
}

@media (max-width:767px) {
    .question-item .question-title {
        font-size: 17px;
    }

    .question-item .question-caption > * {
        font-size: 14px;
    }
}

.similar-episodes {
    padding-top: 40px;
    padding-inline: 15px;
}

    .similar-episodes p.title {
        font-size: 25px;
    }

.treatment-sections .treatment-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

@media (max-width:599px) {
    .treatment-sections .treatment-content {
        grid-template-columns: repeat(1,1fr);
        padding-inline: 10px;
    }
}

.treatment-content .section-caption {
    background: #254F73;
    margin: initial;
    padding-top: 20px;
    grid-template-rows: auto 1fr auto;
}

    .treatment-content .section-caption h3, .treatment-content .section-caption p {
        color: white;
        padding-left: 20px;
    }

.treatment-content .section-item {
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}

    .treatment-content .section-item img {
        border-radius: 0;
        border-start-start-radius: 10px;
        border-start-end-radius: 10px;
    }

.treatment-content .section-caption > div:last-child a {
    font-size: 15px;
    font-weight: 600;
    color: white;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: left;
    line-height: 50px;
    background-color: #F14464;
    border-bottom-left-radius: 6px;
    padding-inline: 20px;
}

    .treatment-content .section-caption > div:last-child a + a {
        float: initial;
        background-color: #D52344;
        border-bottom-left-radius: initial;
        border-bottom-right-radius: 6px;
    }

.treatment-content .section-item > div > div:last-child {
    display: flex;
}

    .treatment-content .section-item > div > div:last-child > * {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.5;
        padding-block: 10px;
    }

html[lang='tr'] .treatment-content .section-item > div > div:last-child > * {
    padding-block: 14px;
}

@media (max-width:991px) {
    .treatment-content .section-item > div > div:last-child > * {
        padding-block: 12px;
    }
}

.search-result {
    background-color: white !important;
    padding: 70px 0px;
    padding-top: 0;
    padding-top: 4rem;
}

    .search-result .result-container {
        margin: 0 auto;
        grid-gap: 30px;
        display: flex;
        flex-direction: column;
    }

@media (min-width: 250px) {
    .search-result .result-container {
        width: 95%;
    }
}

@media (min-width: 640px) {
    .search-result .result-container {
        width: 95%;
    }
}

@media (min-width: 1024px) {
    .search-result .result-container {
        width: 934px;
    }
}

@media (min-width: 1190px) {
    .search-result .result-container {
        width: 1100px;
    }
}

@media (min-width: 1300px) {
    .search-result .result-container {
        width: 1210px;
    }
}

@media (min-width: 1600px) {
    .search-result .result-container {
        width: 1510px;
    }
}

@media (min-width: 1700px) {
    .search-result .result-container {
        width: 1610px;
    }
}

@media (max-width:1023px) {
    .search-result .result-container {
        max-width: 85%;
    }
}

.search-result .result-container .item {
    text-decoration: none;
    padding: 25px 30px;
    border-radius: 35px;
    border: solid 1px #E6E6E6;
}

    .search-result .result-container .item p {
        padding: 5px 0px;
        color: #054A5A;
        font-weight: 500;
        /*font-family: $family-AtlasGrotesk-Medium;*/
    }

        .search-result .result-container .item p b {
            font-weight: 700;
            /*font-family: $family-AtlasGrotesk-Bold;*/
            color: #054A5A;
        }

@media (min-width: 250px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item p b {
        font-size: convert-to-percentage(25, 95);
    }
}

.search-result .result-container .item p strong {
    font-weight: 700;
    /*font-family: $family-AtlasGrotesk-Bold;*/
    color: #054A5A;
}

@media (min-width: 250px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item p strong {
        font-size: convert-to-percentage(25, 95);
    }
}

.search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
    font-weight: 700;
    /*font-family: $family-AtlasGrotesk-Bold;*/
    color: #054A5A;
}

@media (min-width: 250px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item p h1, .search-result .result-container .item p h2, .search-result .result-container .item p h3, .search-result .result-container .item p h4, .search-result .result-container .item p h5, .search-result .result-container .item p h6 {
        font-size: convert-to-percentage(25, 95);
    }
}

@media (min-width: 250px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item p {
        font-size: convert-to-percentage(18, 95);
    }
}

.search-result .result-container .item .link {
    color: #FF7805;
    font-weight: 700;
    /*font-family: $family-AtlasGrotesk-Bold;*/
    display: flex;
    align-items: center;
}

@media (min-width: 250px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item .link {
        font-size: convert-to-percentage(20, 95);
    }
}

@media (min-width: 250px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 85);
    }
}

@media (min-width: 640px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 70);
    }
}

@media (min-width: 1024px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 75);
    }
}

@media (min-width: 1280px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 80);
    }
}

@media (min-width: 1360px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 85);
    }
}

@media (min-width: 1440px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 90);
    }
}

@media (min-width: 1680px) {
    .search-result .result-container .item .link i {
        font-size: convert-to-percentage(18, 95);
    }
}

.popup-box-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

    .popup-box-container .popup-box {
        display: grid;
        grid-template-rows: auto 1fr;
    }

@media (max-width:1199px) {
    .popup-box-container {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:991px) {
    .popup-box-container {
        grid-template-columns: repeat(1,1fr);
    }
}

@media (max-width:767px) {
    .popup-box-container {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:475px) {
    .popup-box-container {
        grid-template-columns: repeat(1,1fr);
    }
}


.popup-box-container .item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.popup-box-container .popup-box p {
    font-weight: 800;
}

.popup-box-container .item .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: brightness(0.7);
    -webkit-backdrop-filter: brightness(0.7);
    border-radius: 12px;
    transition: 0.3s;
}

    .popup-box-container .item .fill .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .popup-box-container .item .fill .play i {
            color: #CE0000;
            z-index: 15;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 40px;
        }

    .popup-box-container .item .fill:hover {
        backdrop-filter: brightness(0.5);
        -webkit-backdrop-filter: brightness(0.5);
    }

.popup-box-container .item img {
    border-radius: 30px;
    width: 100%;
}

.logo-section {
    margin-bottom: 3rem;
}

    .logo-section .logo-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }


        .logo-section .logo-wrapper .logo-item {
            /*display: flex;
            justify-content: center;
            align-items: center;*/
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 10px;
            align-items: center;
            padding: 18px 25px;
            /*border: 1px solid rgba(0,0,0,.1);*/
            border-radius: 8px;
            background: #FAFAFA;
        }

            .logo-section .logo-wrapper .logo-item .links-wrapper {
                display: flex;
                align-items: center;
                gap: 15px;
            }

                .logo-section .logo-wrapper .logo-item .links-wrapper > div {
                    display: flex;
                    justify-content: center;
                    gap: 20px;
                }

                    .logo-section .logo-wrapper .logo-item .links-wrapper > div > * {
                        color: #bdb9b9;
                        font-weight: 600;
                    }

                        .logo-section .logo-wrapper .logo-item .links-wrapper > div > *:hover {
                            color: #2D5B83;
                        }

                .logo-section .logo-wrapper .logo-item .links-wrapper > a {
                    font-size: 21px;
                    margin-top: 4px;
                }

            .logo-section .logo-wrapper .logo-item img {
                max-width: 200px;
                width: 100%;
                border-radius: 10px;
            }

        .logo-section .logo-wrapper .logo-img-wrapper {
            max-width: 100%;
        }

.logo-section-v2 {
    margin-bottom: 20px;
}

    .logo-section-v2 .logo-wrapper {
        display: grid;
        grid-template-columns: repeat(5,1fr);
        gap: 8px;
    }

        .logo-section-v2 .logo-wrapper .logo-item {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 35px 10px;
            border: 2px dotted rgba(0,0,0,.1);
            border-radius: 10px;
        }

            .logo-section-v2 .logo-wrapper .logo-item img {
                max-width: 100%;
                /*filter: brightness( 95% ) contrast( 94% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
            transition:.1s;*/
            }
/*.logo-section-v2 .logo-wrapper .logo-item:hover img {
            filter: brightness( 100% ) contrast( 101% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg )
        }*/

@media (max-width:1200px) {
    .logo-section-v2 .logo-wrapper {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width:991px) {
    .logo-section-v2 .logo-wrapper {
        grid-template-columns: repeat(3,1fr);
        padding-inline: 8px;
    }
}

@media (max-width:560px) {
    .logo-section-v2 .logo-wrapper .logo-item {
        grid-template-columns: 1fr;
    }

    .logo-section-v2 .logo-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:400px) {
    .logo-section-v2 .logo-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
}



table {
    margin-block: 2rem;
    border-radius: 10px;
    background: #FAFAFA;
    width: 100%;
}

    table th {
        text-align: center;
        font-size: 14px;
        padding: 1.5rem 1rem;
    }


    table td {
        font-size: 12px;
        font-weight: 500;
        padding: 1rem;
    }

    table tbody tr:nth-child(odd) {
        background: #F7F7F7;
    }

    table td, table th {
        border-right: 1px solid #E8E8E8;
    }

        table td:last-child, table th:last-child {
            border-right: none;
        }

@media (max-width:1024px) {
    table th {
        padding: .75rem .5rem;
    }

    table td {
        padding: .5rem;
    }
}


.gallery {
    margin-block: 2rem;
    /*width:50%;*/
}

.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}


    .gallery-wrapper > div {
        padding-right: 6px;
        padding-bottom: 6px;
    }

@media (min-width:769px) {
    .gallery-wrapper > div:nth-child(3n) {
        padding-right: 0;
    }
}

@media (max-width:768px) {
    .gallery-wrapper > div:nth-child(2n) {
        padding-right: 0;
    }
}

.gallery-wrapper > .w_30 {
    width: 26%;
}

.gallery-wrapper > .w_40 {
    width: 48%;
}

.gallery-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (max-width:768px) {
    .gallery-wrapper > .w_30 {
        width: 50%;
    }

    .gallery-wrapper > .w_40 {
        width: 100%;
        padding-right: 0;
    }

    .gallery-wrapper img {
        width: 100%;
        height: 100%;
    }
}

.gallerySlider .controls i {
    color: #0E77BE;
    font-size: 38px;
}

.gallerySlider .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.gallerySlider .swiper-wrapper {
    flex-direction: row !important;
}

.gallerySlider .swiper-slide {
    margin-top: 0 !important;
}

.swiper-button-disabled {
    opacity: .5;
}


.contact address ul li {
    font-weight: 300;
    line-height: 1.9;
}

.contact address .contact-dropdown {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
}

    .contact address .contact-dropdown i {
        font-size: 10px;
        position: relative;
        top: 8px;
    }

.contact address .contact-dropdown-toggle {
    display: none;
    grid-column: span 2;
    padding-left: 12px;
}

.contact address > div > ul > li.contact-dropdown.active > .contact-dropdown-toggle {
    display: block;
}

.page-inner .page-content {
    margin-top: 75px;
}

    .page-inner .page-content h1 {
        display: inline-block;
        background: #F1F2F6;
        position: relative;
        padding: 10px 18px;
    }

        .page-inner .page-content h1::before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            height: 4px;
            width: 70%;
            background: #2D5B83;
        }

/*.page-inner .detail-img {
    margin-top: -75px;
}*/

.page-inner:not(:has(.detail-img)) {
    padding-top: 0;
}

    .page-inner:not(:has(.detail-img)) .detail-text {
        padding-top: 0;
    }

    .page-inner:not(:has(.detail-img)) .page-left-menu,
    .page-inner:not(:has(.detail-img)) .page-content {
        margin: 0;
    }

.custom-treatment-sections {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

    .custom-treatment-sections .treatment-content {
        display: grid;
        grid-template-columns: none;
        grid-template-rows: auto 1fr;
        height: 100%;
        width: 100%;
        gap: 0;
    }

    .custom-treatment-sections img {
        width: 100%;
    }

@media (max-width:767px) {
    .similar-episodes:has(.custom-treatment-sections) {
        padding-inline: 10px;
    }
}

.custom-treatment-sections .treatment-content .section-caption {
    display: grid;
}

    .custom-treatment-sections .treatment-content .section-caption h3 {
        font-weight: 800;
    }

    .custom-treatment-sections .treatment-content .section-caption > div:first-of-type + div {
        margin-left: 20px;
    }

    .custom-treatment-sections .treatment-content .section-caption p {
        padding-left: 0;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }


.detail-img {
    border-radius: 10px;
}


.page-content:not(.blog-detail) {
    margin-top: 9px !important;
}

    .page-content:not(.blog-detail) h1 {
        margin-bottom: 30px;
    }

@media (max-width:767px) {
    .blog-detail {
        padding-inline: 15px
    }
}

.blog-detail-img {
    margin-block: 20px 40px;
}

.blog-detail .detail-text {
    padding: 0;
}

.blog-detail .date-and-back {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .blog-detail .date-and-back small {
        font-size: 13px;
        font-weight: 300;
        line-height: 1;
        color: #083A3E;
    }

    .blog-detail .date-and-back a {
        background: #FE4343;
        color: white;
        font-size: 13px;
        padding: 5px 4px;
        padding-right: 14px;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .blog-detail .date-and-back a i {
            color: #FE4343;
            background: white;
            border-radius: 9999px;
            padding: 4px;
        }

.filters [data-filter="*"] {
    margin-left: auto !important;
    margin-right: 0;
}

.filters .button-group {
    display: flex;
    flex-wrap: wrap;
}

    .filters .button-group button a {
        color: inherit;
    }


.page-inner.sss .question-sections {
    padding-top: 0;
}

.page-inner.sss p.title {
    margin-bottom: 35px;
}

.ui-group > a.button {
    color: white;
    background: #2D6B83;
    border-radius: 999px;
    padding: 5px 9px;
    margin-bottom: 10px;
    display: inline-block;
}

a.ticket:after {
    content: none !important;
}


.page-inner.contact .page-content-inner .detail-text > div {
    /*display: grid;
    grid-template-areas:
        "content form"
        "map form";
    grid-template-columns: 350px repeat(1,1fr);*/
    display: flex;
}

    .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

        .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper .map-wrapper {
            height: 100%;
        }

            .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper .map-wrapper > * {
                height: 100%;
            }

        .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper iframe {
            height: 100% !important;
        }


@media (max-width:1199px) {
    .page-inner.contact .page-content-inner .detail-text > div {
        flex-direction: column;
    }

        .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper iframe {
            height: 300px !important;
        }

        .page-inner.contact .page-content-inner .detail-text > div .contact-wrapper .map-wrapper {
            margin-bottom: 20px;
        }
}

/*.page-inner.contact .page-content-inner .detail-text > div > ._content {
    grid-area: content
}

.page-inner.contact .page-content-inner .detail-text > div > .map-wrapper {
    grid-area: map
}

.page-inner.contact .page-content-inner .detail-text > div > .bg-grey {
    grid-area: form;
}*/

.contact address ul li:before {
    content: none;
}

.contact address ul li {
    padding: 0;
}

.back-wrapper {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    gap: 10px;
}

    .back-wrapper a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 14px;
        font-size: 16px;
        color: white;
        border-radius: 9999px;
        display: flex;
        align-items: center;
        gap: 5px;
        /*margin-bottom:20px;*/
    }

        .back-wrapper a:hover {
            opacity: .8;
        }

        .back-wrapper a:first-child {
            background: #202A4B;
            font-weight: 500;
        }

        .back-wrapper a:last-child {
            background: #F14464;
            font-weight: 800;
        }

        .back-wrapper a i {
            color: white;
            /*background: white;
        border-radius: 9999px;*/
            /*padding: 4px;*/
            margin-top: -3px;
        }

@media (max-width:767px) {
    .page-left-menu {
        display: none;
    }

    .back-wrapper a {
        padding: 7px 10px;
        font-size: 14px;
    }

        .back-wrapper a i {
            padding: 0;
            font-size: 14px;
        }

    .page-content {
        padding-top: 0;
    }

    .page-inner {
        padding-top: 0;
    }
}

.contact-form .loadcaptcha .img-responsive {
    width: 100%;
}

.loadcaptcha input {
    margin: 0 !important;
}

@media (min-width:768px) {
    .contact-form .loadcaptcha .img-responsive {
        height: 43px;
    }
}

.contact-form form > div > div:has(select) {
    position: relative;
    content: "\e900";
    font-family: "icomoon";
}

    .contact-form form > div > div:has(select):before {
        content: "\e900";
        font-family: "icomoon";
        position: absolute;
        right: 20px;
        transform: translateY(-50%);
        top: 24px;
        color: #2D5B83;
        font-size: 13px;
        pointer-events: none;
    }

    .contact-form form > div > div:has(select) select {
        appearance: none;
        font-family: "Montserrat-medium";
        padding: 13px 20px 14px;
    }

.contact-form form > div > div:has(input[type='file']) {
    position: relative;
}

    .contact-form form > div > div:has(input[type='file']) label {
        width: 100%;
        height: 100%;
        background: #eef2f4;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 17px;
    }

        .contact-form form > div > div:has(input[type='file']) label span {
            position: absolute;
            top: 24px;
            transform: translateY(-50%);
            left: 35px;
            color: #757171;
            font-weight: 400;
            /**/
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            max-width: calc(100% - 94px);
        }

    .contact-form form > div > div:has(input[type='file']) input[type='file'] {
        appearance: none;
        font-family: "Montserrat-medium";
        padding: 13px 20px 14px;
        height: 0;
        width: 0;
        opacity: 0;
    }

    .contact-form form > div > div:has(input[type='file']):before {
        content: "\e913";
        font-family: "icomoon";
        position: absolute;
        right: 20px;
        transform: translateY(-50%);
        top: 24px;
        color: #2D5B83;
        font-size: 18px;
        pointer-events: none;
    }

.blog-social {
    background: #FAFAFA;
    padding: 28px 26px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .blog-social > * {
        margin: 0;
    }

    .blog-social .blog-social-wrapper {
        display: flex;
        gap: 17px;
    }

.overflow-table {
    overflow-x: auto;
}

.form-group .iti {
    width: 100%;
    margin-bottom: 17px;
}

.contact-form .kvkk p {
    color: #083A3E;
    line-height: 1;
    text-align: center;
}

.contact-form .kvkk a {
    color: #083A3E;
}

.contact-form .kvkk input[type='checkbox'] {
    width: auto;
    height: auto;
    margin-top: -2px;
}

@media (max-width:767px) {
    .contact-form .kvkk {
        margin-top: 18px;
    }
}



.section-title {
    margin-bottom: 35px;
}

    .section-title > * {
        font-size: 38px;
        font-family: 'Montserrat-Medium';
        font-weight: 600;
    }

    .section-title.center {
        text-align: center;
    }

.section-desc {
    margin-bottom: 40px;
}

    .section-desc > * {
        font-size: 20px;
        font-family: 'Montserrat-Light';
        margin: 0;
    }

    .section-desc.section-desc-list ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .section-desc.section-desc-list ul li:before {
            content: "\e91b";
            font-family: "icomoon";
            position: absolute;
            left: 0;
            top: 0px;
            /* transform: translateY(-50%); */
            color: currentColor;
        }

    .section-desc.center {
        text-align: center;
    }


.whyKentDental {
    background: #F9F9F9;
    padding-block: 85px 110px;
}

    .whyKentDental .whyKentDental-wrapper {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 9px;
    }

        .whyKentDental .whyKentDental-wrapper .whyKentDental-card {
            background: #2D5B83;
            border-radius: 10px;
            padding: 20px 30px 25px 30px;
            color: white;
        }

            /*.whyKentDental .whyKentDental-wrapper .whyKentDental-card > span {
                display: inline-flex;
                padding: 13px;
                border-radius: 9999px;
                background: #1F4565;
                margin-bottom: 12px;
            }*/
            .whyKentDental .whyKentDental-wrapper .whyKentDental-card > span {
                display: inline-flex;
                padding: 5px;
                border-radius: 9999px;
                background: white;
                margin-bottom: 12px;
            }

                .whyKentDental .whyKentDental-wrapper .whyKentDental-card > span i {
                    font-size: 35px;
                }

                .whyKentDental .whyKentDental-wrapper .whyKentDental-card > span img {
                    max-width: 50px;
                    aspect-ratio: 1;
                    object-fit: cover;
                    border-radius: 999px;
                }

            .whyKentDental .whyKentDental-wrapper .whyKentDental-card .card-content > * {
                margin: 0;
                margin-bottom: 5px;
                font-size: 15px;
            }

                .whyKentDental .whyKentDental-wrapper .whyKentDental-card .card-content > * strong {
                    font-size: 18px;
                    font-family: 'Montserrat-Medium';
                }

section.departments {
    padding-block: 50px 65px;
}

    section.departments .swiper-slide {
        height: auto;
    }

    /*section.departments .departments-wrapper {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 30px;
    }*/


    section.departments .departments-wrapper .section-item {
        width: 100% !important;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0;
    }

        section.departments .departments-wrapper .section-item img {
            border-radius: 0;
            border-start-start-radius: 10px;
            border-start-end-radius: 10px;
        }

    section.departments .departments-wrapper .section-content-visible {
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        display: none;
    }

    section.departments .departments-wrapper .section-caption {
        background: #254F73;
        margin: initial;
        padding-top: 20px;
        /*grid-template-rows: auto 1fr auto;*/
        grid-template-rows: 1fr auto;
    }

        section.departments .departments-wrapper .section-caption h3, section.departments .departments-wrapper .section-caption p {
            color: white;
            padding-inline: 20px;
            padding-bottom: 20px;
        }

        section.departments .departments-wrapper .section-caption > div:last-child a {
            font-size: 15px;
            font-weight: 600;
            color: white;
            text-align: center;
            width: 50%;
            float: left;
            float: left;
            display: inline-block;
            line-height: 50px;
            background-color: #F14464;
            border-bottom-left-radius: 6px;
            padding-inline: 20px;
        }

            section.departments .departments-wrapper .section-caption > div:last-child a + a {
                float: initial;
                background-color: #D52344;
                border-bottom-left-radius: initial;
                border-bottom-right-radius: 6px;
            }

    section.departments .departments-wrapper .section-item > div > div:last-child {
        display: flex;
    }

        section.departments .departments-wrapper .section-item > div > div:last-child > * {
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.5;
            padding-block: 10px;
        }

html[lang='tr'] section.departments .departments-wrapper .section-item > div > div:last-child > * {
    padding-block: 14px;
}

section.custom-doctors {
    padding-block: 50px 65px;
}

    section.custom-doctors .swiper-slide {
        height: auto;
    }

        section.custom-doctors .swiper-slide .section-content-visible {
            visibility: hidden;
            pointer-events: none;
            opacity: 0;
            display: none;
        }

    section.custom-doctors .doctors-item {
        height: 100%;
    }

        section.custom-doctors .doctors-item .doctor-caption {
            grid-template-rows: auto auto 1fr;
        }

            section.custom-doctors .doctors-item .doctor-caption p {
                margin-bottom: 10px;
            }

        section.custom-doctors .doctors-item > div:last-child > * {
            padding-inline: 5px;
            cursor: pointer;
        }

@media (max-width:991px) {
    section.departments .departments-wrapper .section-item > div > div:last-child > * {
        padding-block: 12px;
    }
}


.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    gap: 10px;
}

    .button-wrapper i {
        font-size: 38px;
        color: #15244A;
    }

.ourResults {
    padding-block: 65px;
    background: #F9F9F9;
}

    .ourResults .beer-slider {
        /*width:100%;*/
        display: block;
    }

        .ourResults .beer-slider .beer-reveal {
            width: 100%;
        }

            .ourResults .beer-slider .beer-reveal img {
                width: 100%;
                height: 100%;
            }

            .ourResults .beer-slider .beer-reveal > img {
                filter: grayscale(100%)
            }

    .ourResults img {
        width: 100%;
    }

.gallery-section {
    padding-block: 54px 35px;
    /*background: #F9F9F9;*/
}




.testimonials {
    padding-block: 0 54px;
}

    .testimonials .swiper-slide {
        height: auto;
    }

.testimonials-card {
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #FAFAFA;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    padding-top: 40px;
}

    .testimonials-card .img-wrapper {
        margin-bottom: 15px;
    }

        .testimonials-card .img-wrapper img {
            max-width: 75px;
        }

    .testimonials-card .card-content > * {
        font-style: italic;
    }

        .testimonials-card .card-content > *:last-child {
            margin-bottom: 0;
        }

        .testimonials-card .card-content > * strong {
            font-style: normal;
        }

.testimonials .testimonials-card:before {
    content: "";
    position: absolute;
    height: 11px;
    inset-inline: 0;
    top: 0;
}

.testimonials .swiper-slide:nth-child(odd) .testimonials-card:before {
    background: #F14464;
}

.testimonials .swiper-slide:nth-child(even) .testimonials-card:before {
    background: #15244A;
}

.journey {
    padding-block: 52px;
    background: #F9F9F9;
}

    .journey .swiper-slide {
        height: auto;
    }


    /* .journey .journey-card-wrapper {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 15px;
    }*/
    .journey .journey-card-wrapper {
        height: 100%;
    }

    .journey .journey-wrapper .grid-item.grid-row-1 {
        grid-row: span 1;
    }

    .journey .journey-wrapper .grid-item.grid-row-2 {
        grid-row: span 2;
    }

    .journey .journey-wrapper .grid-item.grid-col-1 {
        grid-column: span 1;
    }

    .journey .journey-wrapper .grid-item.grid-col-2 {
        grid-column: span 2;
    }

@keyframes customFade {
    from {
        opacity: 0;
    }
}

.journey .tab-page:not(.active) {
    display: none;
}

.journey .tab-page.active {
    animation: customFade .5s ease forwards;
}


.journey .tabs ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
    align-items: center;
}

    .journey .tabs ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 25px;
        cursor: pointer;
    }


        .journey .tabs ul li i {
            font-size: 35px;
        }

        .journey .tabs ul li.active {
            color: #D52344;
            font-family: "Montserrat-Medium"
        }

@media (max-width: 1024px) {
    .journey .tabs ul {
        gap: 35px;
    }

        .journey .tabs ul li {
            gap: 7px;
            font-size: 20px;
        }

            .journey .tabs ul li i {
                font-size: 29px;
            }
}

@media (max-width: 768px) {
    .journey .tabs ul {
        gap: 24px;
        flex-wrap: wrap;
    }

        .journey .tabs ul li {
            gap: 5px;
            font-size: 16px;
        }

            .journey .tabs ul li i {
                font-size: 24px;
            }
}

@media (max-width: 520px) {
    .journey .tabs ul {
        gap: 12px 20px;
    }

        .journey .tabs ul li {
            gap: 5px;
            font-size: 16px;
        }

            .journey .tabs ul li i {
                font-size: 24px;
            }
}

@media (min-width:768px) {
    /*.journey .journey-wrapper {
        height: 30vw;
    }*/

    .journey .tab-pages,
    .journey .tab-page,
    .journey .slider-wrapper,
    .journey .swiper,
    .journey .journey-card-wrapper {
        height: 100%;
    }

    .journey .slider-wrapper {
        display: flex;
        flex-direction: column;
    }

    .journey .swiper {
        width: 100%;
    }

    .journey .journey-card-wrapper:not(:has(.journey-card:nth-child(2))) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*
        .journey .journey-card-wrapper:not(:has(.journey-card:nth-child(2))) .journey-card {
            width: 50%;
            height: 100%;
        }*/
}

.journey-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .journey-card:before {
        content: "";
        position: absolute;
        background: rgba(37, 79, 115,.5);
        inset: 0;
        mix-blend-mode: multiply;
    }

    .journey-card .img-wrapper {
        height: 100%;
    }

        .journey-card .img-wrapper img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

    .journey-card .card-play {
        position: absolute;
        left: 35px;
        bottom: 35px;
        color: white;
    }

        .journey-card .card-play i {
            font-size: 37px;
        }

        .journey-card .card-play p {
            font-size: 20px;
            font-family: "Montserrat-medium";
            margin: 0;
        }


.bannerForm {
}

.bannerForm-container {
    margin-inline: 3vw;
}

.bannerForm .bannerForm-container .bannerForm-wrapper {
    --spacing: 17px;
    display: flex;
    gap: var(--spacing);
}

    .bannerForm .bannerForm-container .bannerForm-wrapper > * {
        border-radius: 10px;
        overflow: hidden;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .left {
        width: calc(66% - var(--spacing));
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper {
            --left-spacing: 55px;
            position: relative;
        }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper-pagination {
                display: flex;
                align-items: center;
                inset: auto;
                inset-inline: var(--left-spacing);
                width: auto;
                bottom: 4vw;
                z-index: 1;
            }

                .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper-pagination .swiper-pagination-bullet {
                    background: none;
                    width: 9px;
                    height: 9px;
                    border: 1px solid white;
                    opacity: 1;
                }

                .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
                    background: white;
                    width: 14px;
                    height: 14px;
                }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper,
            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper,
            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper .swiper-slide > .img-wrapper {
                height: 100%;
            }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide {
            height: auto;
        }

            /* <picture> satır içi kutu olduğu için img'in height:100%'i çözülmez. */
            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide picture {
                display: block;
                width: 100%;
                height: 100%;
            }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide .carousel-title {
                position: absolute;
                left: var(--left-spacing);
                bottom: 6vw;
                height: auto;
            }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide p {
                font-size: 59px;
                color: white;
                line-height: 1.3;
                letter-spacing: -0.020em;
                font-weight: 800;
                text-align: left;
                text-shadow: initial;
            }

                .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide p:last-child {
                    margin-bottom: 0;
                }

                .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide p span {
                    font-family: "Beauty-Signatures";
                    font-size: 110px;
                    font-weight: 300;
                    display: block;
                    color: white;
                    transform: rotate(-8deg);
                    transform-origin: right top;
                    color: #F14464;
                }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .more {
            color: #fff;
            font-weight: 800;
            display: block;
            display: flex;
            align-items: center;
            gap: 5px;
            position: relative;
            z-index: 1
        }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .more:after {
                content: "\e905";
                font-family: "icomoon";
                margin-top: .7px;
                font-size: 13px;
            }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right {
        width: 34%;
        min-width: 400px;
        padding: 50px 38px;
        background: #2D5B83;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right form {
            margin-top: 35px;
        }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(select) {
            position: relative;
        }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(select) select {
                appearance: none;
            }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(select):before {
                content: "\e900";
                font-family: "icomoon";
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
                right: 15px;
                color: #2D5B83;
                font-size: 14px;
            }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(.column-50) {
            display: flex;
            gap: 15px;
        }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(.column-50) input {
                margin-bottom: 0;
            }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(.column-50) > * {
                width: 100%;
            }

        /*.bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(.column-50):has(+ .form-group:has(.column-50)) > .column-50{
            padding-left: 0;
            padding-right: 5px;
        }*/

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right .custom-title > * {
            color: white;
            font-size: 30px;
            font-weight: 600;
        }

@media (max-width:1500px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .custom-title > * {
        font-size: 24px;
    }
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .iti {
    margin-bottom: 0;
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .btn-contact {
    background: #F14464;
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form form > div > div:has(select) select {
    padding: 13px 20px 9px;
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .kvkk {
    margin-top: 25px;
}

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .kvkk p {
        color: white !important;
    }

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .loadcaptcha > * {
    float: initial;
    padding: 0;
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .row:has(.loadcaptcha) {
    margin: 0;
}

@media (max-width:1024px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .row:has(.loadcaptcha):before,
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .row:has(.loadcaptcha):after {
        content: none;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .loadcaptcha {
        display: flex;
        width: 100%;
        gap: 15px;
        max-width: none;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .loadcaptcha > * {
            width: 100%;
        }
}

@media (max-width:767px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .row:has(.loadcaptcha):before,
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .row:has(.loadcaptcha):after {
        content: none;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .loadcaptcha {
        display: block;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .form-group:has(.column-50) {
        flex-direction: column;
    }
}


.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .kvkk label {
    justify-content: start;
}

.bannerForm .bannerForm-container .bannerForm-wrapper > .right .right-wrapper.contact-form .kvkk p {
    color: white;
    font-family: "Montserrat-light";
    font-weight: normal;
    text-align: start;
}


header.custom {
    padding-block: 10px;
    box-shadow: none;
}

    header.custom .custom-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }

@media (max-width: 768px) {
    header.custom .custom-header-wrapper .logo {
        max-width: 200px;
    }
}

header.custom .custom-header-wrapper .right ul:not(.lang-select,.lang-list) {
    display: flex;
    gap: 30px;
    margin: 0;
}

    header.custom .custom-header-wrapper .right ul:not(.lang-select,.lang-list) li a {
        font-size: 16px;
        font-family: "Montserrat-medium";
        font-weight: 600;
        color: #101936;
    }

        header.custom .custom-header-wrapper .right ul:not(.lang-select,.lang-list) li a:hover {
            color: #2D5B83;
        }




.custom-mobile-menu-icon {
    position: relative;
    width: 28px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent !important;
}

@media (min-width:768px) {
    .custom-mobile-menu-icon {
        display: none;
    }
}

.custom-mobile-menu-icon:hover {
    background: transparent !important;
}

.custom-mobile-menu-icon .icon-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    margin-left: auto;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #2D5B83;
    margin: 0 !important;
    transform: translate(-50%,-50%);
    right: -50%;
}

    .custom-mobile-menu-icon .icon-bar:nth-of-type(1) {
        top: 2px;
    }

    .custom-mobile-menu-icon .icon-bar:nth-of-type(2) {
        right: -40%;
        width: 75%;
        top: 12px
    }

    .custom-mobile-menu-icon .icon-bar:nth-of-type(3) {
        bottom: 0;
    }

.custom-mobile-menu-icon.active .icon-bar:nth-of-type(1) {
    transform: translate(-50%,-50%) rotate(45deg);
    left: 50%;
    top: 50%;
}

.custom-mobile-menu-icon.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.custom-mobile-menu-icon.active .icon-bar:nth-of-type(3) {
    transform: translate(-50%,-50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}


.custom-mobile-menu {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 3;
    padding-top: 100px;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

    .custom-mobile-menu.active {
        visibility: visible;
        opacity: 1;
    }

    .custom-mobile-menu .bannerForm-container
    .custom-mobile-menu .custom-mobile-menu-wrapper
    .custom-mobile-menu .links-wrapper {
        height: 100%;
    }

    .custom-mobile-menu .custom-mobile-menu-wrapper {
        overflow: auto hidden;
    }

        .custom-mobile-menu .custom-mobile-menu-wrapper .links-wrapper {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

            .custom-mobile-menu .custom-mobile-menu-wrapper .links-wrapper li a {
                font-size: 24px;
                color: #2D5B83;
            }


footer.custom {
    scroll-margin: 100px;
    padding-block: 50px;
    margin-top: 325px;
    position: relative;
    background: #254F73;
}

    footer.custom > .container {
        position: relative;
    }

    footer.custom .footer-bg {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 0;
        opacity: .3;
    }

    footer.custom .footer-top {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 50px;
    }

        footer.custom .footer-top .left {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            column-gap: 10px;
        }

            footer.custom .footer-top .left .logo {
                max-width: 210px;
            }

                footer.custom .footer-top .left .logo a {
                    width: 100%;
                }

                footer.custom .footer-top .left .logo img {
                    width: 100%;
                }

            footer.custom .footer-top .left .social {
                display: flex;
                gap: 10px;
            }

                footer.custom .footer-top .left .social a {
                    color: white;
                }

        footer.custom .footer-top .right {
            display: flex;
            gap: 80px;
        }

            footer.custom .footer-top .right ul {
                max-width: 260px;
            }

                footer.custom .footer-top .right ul li {
                    text-align: right;
                    margin-bottom: 2px;
                }

                    footer.custom .footer-top .right ul li a {
                        color: white;
                        font-size: 15px;
                    }

                    footer.custom .footer-top .right ul li:first-child {
                        margin-bottom: 10px;
                    }

                        footer.custom .footer-top .right ul li:first-child a {
                            font-family: "Montserrat-medium";
                            font-weight: 600;
                            font-size: 16px;
                        }


    footer.custom .footer-bottom .map-wrapper img {
        max-width: 100%;
    }

    footer.custom .footer-bottom .copyright {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
        padding-bottom: 20px;
        gap: 15px;
    }

        footer.custom .footer-bottom .copyright p {
            margin: 0;
            color: white;
        }

        footer.custom .footer-bottom .copyright > * {
            display: flex;
            align-items: center;
        }

        footer.custom .footer-bottom .copyright ul {
            margin: 0;
            flex-wrap: wrap;
            row-gap: 5px;
        }

        footer.custom .footer-bottom .copyright > ul li {
            padding-right: 20px;
            margin-right: 20px;
            position: relative;
        }

            footer.custom .footer-bottom .copyright > ul li a {
                color: white;
            }

            footer.custom .footer-bottom .copyright > ul li:before {
                content: "";
                position: absolute;
                inset-block: 0;
                right: 0;
                width: 1px;
                background: white;
            }

            footer.custom .footer-bottom .copyright > ul li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

                footer.custom .footer-bottom .copyright > ul li:last-child:before {
                    content: none;
                }

    /* Hero ve popup formlarındaki gönder butonuyla aynı renk. */
    footer.custom .subscribe-section .btn-contact {
        background: #F14464;
    }


/* ---- Form gönderim durumu ve bekleme göstergesi ---- */

/* Formlar koyu zeminde durduğu için panel beyaz; ikon rengi sonucu taşır. */
.form-status {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    text-align: left;
}

    .form-status p {
        margin: 0;
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
        color: #202A4B;
        font-family: "Montserrat-Medium";
    }

    .form-status .form-status-icon {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #ffffff;
    }

        .form-status .form-status-icon svg {
            width: 16px;
            height: 16px;
        }

    .form-status.is-success .form-status-icon {
        background: #16A34A;
    }

    .form-status.is-error .form-status-icon {
        background: #F14464;
    }

/* `.btn-contact i` ile aynı yerde durur; ikon yerine dönen halka gösterilir. */
.btn-contact .form-spinner {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: form-spinner-rotate 0.7s linear infinite;
}

.btn-contact:disabled {
    opacity: 0.75;
    cursor: progress;
}

@keyframes form-spinner-rotate {
    from {
        transform: translate(-10%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-10%, -50%) rotate(360deg);
    }
}


body:has(.treatment-pop-up.active) .left-bottom-fix {
    z-index: 103
}

.treatment-pop-up .section-desc {
    margin-bottom: 50px;
}

.treatment-pop-up {
    position: fixed;
    inset: 0;
    z-index: 102;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
}

    .treatment-pop-up.active {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .treatment-pop-up .pop-up-wrapper {
        position: absolute;
        inset: 4vh 7.8vw;
        border-radius: 30px;
        background: #254F73;
        color: white;
    }

    .treatment-pop-up .treatment-pop-up-wrapper {
        overflow: hidden auto;
        height: 100%;
    }

    .treatment-pop-up .treatment-pop-up-helper-wrapper {
        padding: 50px;
    }

    .treatment-pop-up .treatment-pop-up-helper-wrapper {
        padding: 50px;
    }

        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc {
            --popup-spacing: 12px;
            display: flex;
            align-items: start;
            gap: var(--popup-spacing);
        }

            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > * {
                font-size: 16px;
                line-height: 1.4;
                /*width: calc(50% - (var(--popup-spacing) / 2));*/
                flex: 1;
                font-family: 'Montserrat-Regular';
            }

            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h2,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div strong {
                font-family: 'Montserrat-Bold';
            }

            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h1,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h2,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h3,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h4,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h5,
            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h6 {
                padding-top: 8px;
            }

            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div > * {
                margin-bottom: 12px;
            }

            .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > img {
                max-width: 450px;
            }

@media (max-width:767px) {
    .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > img {
        max-width: 100%;
    }
}

.treatment-pop-up .custom-close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    color: #F14464;
    font-size: 32px;
    font-family: 'Montserrat-Medium';
    cursor: pointer;
    line-height: 1;
    background: white;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid;
}

.treatment-pop-up [data-formPopupToggle] {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #F14464;
    color: white;
    padding: 14px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
}

    .treatment-pop-up [data-formPopupToggle]:hover {
        transform: scale(1.015);
    }


.form-popup {
    position: fixed;
    inset: 0;
    z-index: 102;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
}

    .form-popup.active {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }

    .form-popup .custom-close-btn {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #F14464;
        font-size: 32px;
        font-family: 'Montserrat-Medium';
        cursor: pointer;
        line-height: 1;
        background: white;
        border-radius: 999px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid;
    }

    .form-popup .form-popup-wrapper {
        position: absolute;
        inset: 4vh 7.8vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-inline: 15px;
        border-radius: 30px;
        background: #254F73;
        color: white;
    }

        .form-popup .form-popup-wrapper form {
            margin-top: 35px;
        }

        .form-popup .form-popup-wrapper .loadcaptcha {
            max-width: none;
        }

        .form-popup .form-popup-wrapper .form-group:has(select) {
            position: relative;
        }

            .form-popup .form-popup-wrapper .form-group:has(select) select {
                appearance: none;
            }

            .form-popup .form-popup-wrapper .form-group:has(select):before {
                content: "\e900";
                font-family: "icomoon";
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
                right: 15px;
                color: #2D5B83;
                font-size: 14px;
            }

        .form-popup .form-popup-wrapper .form-group:has(.column-50) {
            display: flex;
            gap: 15px;
        }

            .form-popup .form-popup-wrapper .form-group:has(.column-50) input {
                margin-bottom: 0;
            }

            .form-popup .form-popup-wrapper .form-group:has(.column-50) > * {
                width: 100%;
            }

        .form-popup .form-popup-wrapper .custom-title > * {
            color: white;
            font-size: 30px;
            font-weight: 600;
        }

@media (max-width:1500px) {
    .form-popup .form-popup-wrapper .custom-title > * {
        font-size: 24px;
    }
}

.form-popup .form-popup-wrapper .iti {
    margin-bottom: 0;
}

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .btn-contact {
    background: #F14464;
}

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form form > div > div:has(select) select {
    padding: 13px 20px 9px;
}

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .kvkk {
    margin-top: 25px;
}

    .form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .kvkk p {
        color: white !important;
    }

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .loadcaptcha > * {
    /*float: initial;*/
    padding: 0;
}

.form-popup .form-popup-wrapper .loadcaptcha > *:first-child {
    padding-right: 7.5px !important;
}

.form-popup .form-popup-wrapper .loadcaptcha > *:last-child {
    padding-left: 7.5px !important;
}

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .row:has(.loadcaptcha) {
    margin: 0;
}

@media (max-width:767px) {
    .form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .row:has(.loadcaptcha):before,
    .form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .row:has(.loadcaptcha):after {
        content: none;
    }

    .form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .loadcaptcha {
        display: block;
    }

    .form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form {
        position: absolute;
        inset: 20px 15px;
        overflow: auto;
    }

    .form-popup .form-popup-wrapper .form-group:has(.column-50) {
        flex-direction: column;
    }

    .form-popup .form-popup-wrapper .loadcaptcha > *:first-child {
        padding-right: 0 !important;
    }

    .form-popup .form-popup-wrapper .loadcaptcha > *:last-child {
        padding-left: 0 !important;
    }
}


.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .kvkk label {
    justify-content: start;
}

.form-popup .form-popup-wrapper .form-popup-helper-wrapper.contact-form .kvkk p {
    color: white;
    font-family: "Montserrat-light";
    font-weight: normal;
    text-align: start;
}






@media (max-width:767px) {
    .treatment-pop-up .treatment-pop-up-wrapper {
        inset: 20px 30px;
    }

    .treatment-pop-up .treatment-pop-up-helper-wrapper {
        padding: 20px;
    }

    .treatment-pop-up .custom-close-btn {
        width: 30px;
        height: 30px;
        font-size: 28px;
    }

    .form-popup .custom-close-btn {
        width: 30px;
        height: 30px;
        font-size: 28px;
    }

    .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc {
        flex-direction: column;
    }

        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > * {
            font-size: 15px;
            width: 100%;
        }


        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h1,
        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h2,
        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h3,
        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h4,
        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h5,
        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div h6 {
            font-size: 22px;
            padding-top: 7px;
        }

        .treatment-pop-up .treatment-pop-up-helper-wrapper .section-desc > div > * {
            margin-bottom: 10px;
        }
}



@media (min-width:1025px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right .loadcaptcha > * {
        width: 100%;
    }
}

@media (max-width:1500px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right {
        padding: 30px 25px;
    }
}

@media (max-width:1280px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper > .right {
        min-width: 300px;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .right .custom-title > * {
            font-size: 22px;
        }
}

@media (max-width:1199px) {
    header.custom .custom-header-wrapper .right ul:not(.lang-select,.lang-list) {
        gap: 20px;
    }

        header.custom .custom-header-wrapper .right ul:not(.lang-select,.lang-list) li a {
            font-size: 14px;
        }

    /*section.departments .departments-wrapper {
        grid-template-columns: repeat(2,1fr);
    }*/

    .whyKentDental .whyKentDental-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:1024px) {
    .bannerForm .bannerForm-container .bannerForm-wrapper {
        flex-direction: column;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left {
            max-height: 500px;
        }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left,
        .bannerForm .bannerForm-container .bannerForm-wrapper > .right {
            width: 100%;
        }
}

@media (max-width:767px) {
    .whyKentDental,
    section.departments,
    .ourResults,
    .gallery-section,
    .testimonials,
    .journey,
    section.custom-doctors {
        padding-block: 25px;
        padding-inline: 15px;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide {
        max-height: 500px;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide .carousel-title {
            top: auto;
            bottom: 12vw;
        }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide p {
            font-size: 37px;
        }

            .bannerForm .bannerForm-container .bannerForm-wrapper > .left .swiper-slide p span {
                font-size: 80px;
            }

    .bannerForm-container {
        margin-inline: 15px;
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper {
        --left-spacing: 20px;
        max-height: 530px;
    }

        .bannerForm .bannerForm-container .bannerForm-wrapper > .left .slider-wrapper .swiper-pagination {
            bottom: 6vw;
            justify-content: end;
        }

    header.custom .custom-header-wrapper .right ul.links-wrapper {
        display: none;
    }


    .journey .journey-wrapper .grid-item.grid-row-1 {
        grid-column: span 2;
    }

    .journey .journey-wrapper .grid-item.grid-row-2 {
        grid-column: span 4;
    }

    .journey-card .card-play {
        left: 20px;
        bottom: 8px;
    }

        .journey-card .card-play i {
            font-size: 28px;
        }

        .journey-card .card-play p {
            font-size: 14px;
        }

    footer.custom {
        padding-inline: 15px;
    }

        footer.custom .footer-top {
            flex-direction: column;
            margin-bottom: 20px;
        }

            footer.custom .footer-top .left {
                flex-direction: row;
                align-items: center;
            }

                footer.custom .footer-top .left .social {
                    margin: 0;
                }

            footer.custom .footer-top .right {
                flex-direction: column;
                gap: 25px;
            }

                footer.custom .footer-top .right ul li {
                    text-align: left;
                }

        footer.custom .footer-bottom .copyright p {
            font-size: 13px;
        }

        footer.custom .footer-bottom .copyright > ul li {
            padding-right: 8px;
            margin-right: 8px;
        }

            footer.custom .footer-bottom .copyright > ul li a {
                font-size: 13px;
            }
}

@media (max-width:520px) {
    .section-title {
        margin-bottom: 22px;
    }

        .section-title > * {
            font-size: 26px;
        }

    .section-desc {
        margin-bottom: 20px;
    }

        .section-desc > * {
            font-size: 18px;
        }

    /* section.departments .departments-wrapper {
        grid-template-columns: repeat(1,1fr);
    }*/

    .whyKentDental .whyKentDental-wrapper {
        grid-template-columns: repeat(1,1fr);
    }

    .bannerForm .bannerForm-container .bannerForm-wrapper > .right {
        min-width: auto;
    }
}











.doctorsSlider .swiper-slide {
    height: auto;
}

    .doctorsSlider .swiper-slide .doctors-item {
        height: 100%;
    }



.similar-episodes .custom-flex {
    display: flex;
}

.similar-episodes .treatment-content .custom-flex > * {
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1.5 !important;
    padding-block: 10px !important;
    font-size: 18px !important;
}

html[lang='tr'] .similar-episodes .custom-flex > * {
    padding-block: 14px !important;
}

@media (max-width:991px) {
    .similar-episodes .custom-flex > * {
        padding-block: 12px !important;
    }
}


.wrap img {
    width: 100%;
    height: auto;
}

.wrap {
    --slider-thumb-position: 50%;
    position: relative;
    display: flex;
}

    .wrap > * {
        position: relative;
    }
    /* .wrap::before {
        content: '↔';
        position: absolute;
        top: 50%;
        left: var(--slider-thumb-position);
        height: 30px;
        width: 30px;
        background-color: #fff;
        margin: -15px 0 0 -15px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 1;
        pointer-events: none;
    }*/

    .wrap .img-after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        /*   width: var(--slider-thumb-position);  first option without clip path*/
        clip-path: inset(0 calc(100% - var(--slider-thumb-position)) 0 0);
        background-size: cover;
        filter: grayscale(100%);
    }

    .wrap input[type='range'] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        appearance: none;
        background-color: transparent;
        cursor: ew-resize;
    }

        .wrap input[type="range"]::-webkit-slider-thumb {
            appearance: none;
            width: 0;
            height: 0;
        }

        .wrap input[type="range"]::-moz-range-thumb {
            appearance: none;
            width: 0;
            height: 0;
        }


    .wrap .thumb {
        background: #f14464;
        border-radius: 50%;
        box-shadow: 0 0 6px transparent;
        color: #fff;
        height: 48px;
        left: var(--slider-thumb-position);
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        transition: background .3s, box-shadow .3s, opacity .5s .25s;
        width: 50px;
        z-index: 10;
    }

        .wrap .thumb:after, .wrap .thumb:before {
            border-left: 2px solid;
            border-top: 2px solid;
            content: "";
            height: 10px;
            position: absolute;
            top: 50%;
            transform-origin: 0 0;
            width: 10px;
        }

        .wrap .thumb:before {
            left: 10px;
            transform: rotate(-45deg);
        }

        .wrap .thumb:after {
            right: 0;
            transform: rotate(135deg);
        }

header.custom .right {
    display: flex;
    gap: 30px;
}

@media (max-width: 767px) {
    header.custom .right {
        gap: 10px;
    }
}

header.custom .language {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    gap: 5px;
    padding-right: 15px;
    cursor: pointer;
}

    header.custom .language.active .lang-active > i {
        transform: rotate(180deg);
    }

    header.custom .language .lang-select {
        margin: 0;
    }
    header.custom .language .lang-icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-width: 20px;
        max-width: 20px;
    }

        header.custom .language .lang-icon img {
            width: 100%;
        }

    header.custom .language .lang-active {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 5px;
    }

    header.custom .language .lang-select li a,
    header.custom .language .lang-select li span {
        font-weight: 700;
        font-size: 16px;
    }

    header.custom .language .lang-select li a {
        color: white;
        background: none !important;
    }

header.custom .language .lang-select li i {
    transition: .2s;
    transform-origin: center center;
    padding-left: 5px;
    font-size: 10px;
}

    header.custom .language .lang-list {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        gap: 10px;
        left: 0;
        top: calc(100% + 10px);
        color: #ffffff;
        background: #2D5B83;
        padding: 12px 10px;
    }

    header.custom .language .lang-list li {
        margin-bottom: .5rem;
    }

        header.custom .language .lang-list li:last-child {
            margin-bottom: 0;
        }

header.custom .language.active .lang-list {
    display: flex;
}
