/* CSS Document */
/*
Theme Name: Land Of Hair
Version: 1.0
Author: EMRE AY | NESACREATIVE
Author URI: http://www.nesacreative.com
Author E-Mail: bilgi@emreay.com.tr
*/
@charset "utf-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;700&display=swap);.menu ul,.menu ul li {
    list-style: none
}

.logo img,.menu,.menu ul ul,header {
    height: auto
}

body,html {
    padding: 0;
    margin: 0;
    font-family: Poppins,sans-serif;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    background-size: 200px 250px;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    padding: 0px;
    margin: auto;
    margin-top: 0;
    
}

*,:after,:before {
    margin: 0;
    padding: 0;
    background: 0 0;
    text-decoration: none;
    list-style: none;
    outline: 0;
    border: none;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent
}

.container,.container-auto {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

header {
    width: 100%;
    padding-top: 20px
}

.container {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.logo {
    float: left;
    width: 250px;
    margin-top: 20px
}

.logo img {
    width: 100%
}

.menu {
    float: right;
    width: 750px
}

.slider {
    background-image: url(./images/sac-ekimi-banner.jpg);
    height: 100vh;
    border: none;
    float: left;
    width: 100%;
    position: initial;
    margin-top: -300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

.topmenu {
    float: right;
    width: 100%;
    height: 50px;
    border-bottom: thin solid #ffffff1e;
}

.globalLanguage,.sendmailbutton {
    height: 40px;
    font-size: 15px;
    font-family: Poppins,sans-serif;
    float: right;
    transition: 1s;
    text-decoration: none;
    font-weight: 300
}

.topmenu .languageBox {
    width: 24%;
    float: right;
    height: 50px;
    border-right: thin solid #00000012
}

.topmenu .mailArea {
    width: auto;
    float: right;
    height: 50px;
    border-right: thin solid #00000012;
    padding: 0 10px
}

.topmenu .activebutton {
    width: auto;
    float: right;
    height: 50px;
    padding-left: 10px
}

.dark-button {
    background-color: #d8a063;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 15px;
    font-family: Poppins,sans-serif;
    float: right;
    transition: 1s
}

.dark-button:Hover {
    background-color: #d7a062;
    color: #fff;
    transition: .1s
}

.radios-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.sendmailbutton {
    color: #FFF;
    border: none;
    padding: 10px 15px;
    margin-right: 10px
}

.sendmailbutton svg {
    float: left;
    margin-right: 4px;
    margin-top: -2px
}

.globalLanguage {
    color: #000;
    border: none;
    padding: 7px 10px 0 20px;
    width: 140px
}

.free-online-consultation,.menu ul ul {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.globalLanguage img {
    float: left;
    width: 28px;
    height: auto;
    margin-right: 8px;
    margin-top: -1px
}

.globalLanguage span {
    font-size: 9px;
    float: left;
    height: 7px;
    color: #CCC;
}

.globalLanguage .lang {
    font-weight: 400;
    float: left;
    height: 18px;
    font-size: 14px;
    color: #FFF;
}

.menu ul {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 0;
    margin: 0;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center
}

.menu ul li a {
    padding: 10px 15px;
    font-size: 16px;
    display: inline;
    color: #FFF;
    text-decoration: none;
    font-weight: 300
}

.megamenu::after {
    width: 7px;
    height: 4px;
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'4\'%3E%3Cpath fill=\'%23141414\' d=\'M3.5 4 0 1l1.167-1L3.5 2l2.333-2L7 1Z\'/%3E%3C/svg%3E");
    margin-top: 10px;
    margin-left: -7px;
    filter: opacity(.5);
    filter: invert(1) !important;
}

.accordion-new:after,.accordion:after {
    content: '\002B';
    margin-left: 5px;
    float: right
}

.menu ul ul {
    position: absolute;
    visibility: hidden;
    width: 350px;
    display: block;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: rgba(0,0,0,.56) 0 22px 70px 4px;
    border-radius: 10px;
    z-index: 99999999;
}

.menu ul li ul li {
    float: left;
    width: calc(100% - 20px);
    display: block;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.menu ul li ul li a {
    padding: 0;
    line-height: 40px;
    color: #000;
}

.menu ul li ul li:Hover {
    background-color: #f0f0f0
}

.menu ul li:hover>ul {
    visibility: visible
}

.slider-text {
    width: 550px;
    margin-top: 500px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #fff;
    padding-left: 10px
}

.sliderbtn1,.sliderbtn2 {
    font-size: 15px;
    font-weight: 300;
    transition: 1s;
    margin-top: 25px;
    float: left;
    text-decoration: none;
    font-family: Poppins,sans-serif
}

.slider-text h1 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 40px
}

.sliderbtn1 {
    background-color: #d7a062;
    color: #fff;
    border: none;
    padding: 3px 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: thin solid #d7a062
}

.sliderbtn2 {
    color: #FFF;
    border: none;
    padding: 3px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 20px;
    border: thin solid #fff;
    background-color: #0000001f;
}

.darkpanel {
    background-color: #242424;
    float: left;
    width: 100%;
    min-height: 300px;
    padding: 60px 0
}

.dark-left-panel {
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.dark-left-panel h2 {
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 16px
}

.indexMain {
    float: left;
    color: #fff
}

.servicesNode {
    float: left;
    height: 170px;
    padding-bottom: 15px;
    width: 33.33333333%;
    text-align: left
}

.free-online-consultation,.free-online-consultationDiv {
    background-color: #fff;
    float: right;
    height: auto;
    padding: 40px;
    box-shadow: rgba(0,0,0,.16) 0 10px 36px 0,rgba(0,0,0,.06) 0 0 0 1px
}

.servicesNode svg {
    float: left;
    padding: 0;
    margin: -3px 12px 130px 15px
}

.servicesNode strong {
    font-weight: 400;
    font-size: 16px
}

.servicesNode p {
    font-size: 14px;
    opacity: .6;
    font-weight: 300;
    margin-top: 5px;
    max-width: 95%
}

.servicesNode p:Hover {
    opacity: 1
}

.free-online-consultation {
    width: 36%;
    border-radius: 10px;
    position: relative;
    margin-top: -1000px;
}

.free-online-consultation h4,.free-online-consultationDiv h4 {
    font-size: 24px;
    font-weight: 300;
    width: 200px;
    line-height: 23px
}

.free-online-consultation h4 strong,.free-online-consultationDiv h4 strong {
    font-size: 26px;
    font-weight: 500
}

.free-online-consultationDiv {
    width: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 20%;
    left: calc(50% - 200px);
    z-index: 99999999999
}

.form-label {
    font-size: 14px;
    font-weight: 300;
    padding-left: 4px;
    margin-top: 24px;
    float: left
}

.form-element {
    border: thin solid #ccc;
    height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    padding: 5px 15px;
    color: #242424
}

.getButton,.list {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.getButton {
    height: 40px;
    border-radius: 10px;
    background-color: #d7a062;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: 200
}

.before-afeter-area,.marklist {
    background-color: #f3f4f7;
    min-height: 400px;
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px
}

.list,.summary-definitions {
    background-color: #fff;
    float: left
}

.list {
    width: calc(33.33333% - 40px);
    max-width: 100%;
    padding: 3rem;
    gap: 1rem;
    border-radius: 10px;
    margin: 20px;
    min-height: 280px
}

.list .title {
    font-size: 18px;
    font-weight: 400
}

.list p {
    font-size: 16px;
    font-weight: 300
}

.miya-50 h5,.page p strong {
    font-weight: 500
}

.summary-definitions {
    min-height: 400px;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px
}

.miya-50 {
    width: 50%;
    float: left
}

.miya-10 {
    width: 10%;
    float: left
}

.miya-20 {
    width: 20%;
    float: left
}

.miya-30 {
    width: 30%;
    float: left
}

.miya-40 {
    width: 40%;
    float: left
}

.miya-60 {
    width: 60%;
    float: left
}

.miya-70 {
    width: 70%;
    float: left
}

.miya-right {
    float: right!important
}

.miya-80 {
    width: 80%;
    float: left
}

.miya-50 h5 {
    float: left;
    font-size: 25px;
    width: 60%;
    line-height: 30px;
    margin-right: 40%;
    margin-bottom: 30px
}

.miya-50 h6 {
    float: left;
    font-size: 18px;
    width: 90%;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px
}

.miya-50 p {
    float: left;
    font-size: 16px;
    width: 90%;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px
}

.beafDiv h3,.beafDiv p,footer p {
    font-weight: 200
}

.beafDiv {
    width: 85%;
    background-color: #242424;
    color: #fff;
    padding: 80px 80px 80px 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right
}

.before-afeter-developer {
    width: 330px;
    height: 330px;
    position: absolute;
    margin-left: -420px
}

.beafDiv h3 {
    font-size: 26px;
    width: 300px;
    line-height: 28px;
    margin-bottom: 20px
}

.panel p,.panel-new p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px
}

.beafDiv p {
    font-size: 15px;
    margin-bottom: 20px
}

.swiper {
    width: 320px;
    height: 320px
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #242424;
    box-shadow: rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px
}

.faq-title,.faq-title-new {
    font-size: 40px!important;
    line-height: 45px!important
}

.swiper-slide img {
    width: 100%;
    height: 100%
}

.swiper-slide:nth-child(1n) {
    background-color: #ce1111
}

.swiper-slide:nth-child(2n) {
    background-color: #008cff
}

.swiper-slide:nth-child(3n) {
    background-color: #0ab86f
}

.swiper-slide:nth-child(4n) {
    background-color: #d37a07
}

.swiper-slide:nth-child(5n) {
    background-color: #76a30c
}

.swiper-slide:nth-child(6n) {
    background-color: #b40a2f
}

.swiper-slide:nth-child(7n) {
    background-color: #236313
}

.swiper-slide:nth-child(8n) {
    background-color: #04f
}

.swiper-slide:nth-child(9n) {
    background-color: #da0cda
}

.swiper-slide:nth-child(10n) {
    background-color: #365e4d
}

.arrows {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    display: inline-flex;
    gap: 1rem;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #2424244d;
    height: 50px
}

.faq-area,footer {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 80px
}

.arrows span {
    width: 1px;
    height: 26px;
    background-color: #2424244d
}

.faq-area {
    background-color: #cb8e4c;
    width: 100%;
    float: left
}

.faq-title {
    color: #fff;
    font-weight: 300
}

.faq-title-new {
    color: #000;
    font-weight: 300
}

.accordion,.accordion-new {
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 18px;
    transition: .4s;
    width: 100%
}

.accordion {
    color: #fff
}

.accordion-new:hover,.accordion:hover,.active,.active-new {
    background-color: #0202020a
}

.accordion:after {
    color: #fff;
    font-weight: 300
}

.accordion-new {
    color: #000
}

.be-afIMG,.transplant-turkey {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.accordion-new:after {
    color: #000;
    font-weight: 300
}

.active:after {
    content: "\2212"
}

.panel,.panel-new {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.panel p {
    color: #fff;
    font-weight: 300
}

.panel-new p {
    color: #000;
    font-weight: 300
}

.surgery-title {
    color: #242424;
    font-size: 30px!important;
    line-height: 45px!important;
    font-weight: 400;
    margin-top: 80px
}

.surgery {
    margin-top: 120px
}

.surgery p {
    color: #242424;
    font-size: 16px!important;
    line-height: 18px;
    font-weight: 300;
    margin-top: 30px
}

.transplant-turkey {
    width: 80%;
    float: right;
    margin-top: 80px;
    border-radius: 10px
}

.sliderbtn1-primary {
    background-color: #242424;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    padding: 3px 35px;
    font-family: Poppins,sans-serif;
    transition: 1s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-top: 25px;
    border: thin solid #242424
}

.social-area,footer p {
    margin-top: 20px;
    float: left;
    color: #fff
}

footer {
    background-color: #1a1a1a;
    width: 100%;
    float: left;
    margin-top: 80px
}

.footerLogo {
    width: 60%;
    float: left;
    height: auto
}

.footerTitle,footer .link {
    height: 33px;
    line-height: 33px
}

footer p {
    font-size: 14px;
    margin-left: 10px
}

.social-area {
    width: 100%;
    margin-left: 5px
}

.social-area a {
    fill: #a1a1a1;
    font-size: 24px;
    padding: 10px 10px 10px 5px
}

.social-area a:Hover {
    fill: #FFF
}

.footerTitle {
    color: #fff;
    float: left;
    font-size: 16px;
    width: 100%
}

.signature,footer .link {
    font-size: 15px;
    font-weight: 100;
    float: left;
    width: 100%
}

footer .link {
    color: #dfdfdf
}

footer .link:Hover {
    color: #fff;
    float: left;
    font-size: 15px;
    width: 100%;
    font-weight: 100;
    height: 33px;
    line-height: 33px
}

.doldur {
    display: block;
    width: 100%;
    height: 10px
}

.signature {
    color: #9a9a9a;
    height: 50px;
    line-height: 50px;
    border-top: thin solid #3d3d3d;
    margin: 10px
}

.clearfix {
    display: block;
    width: 100%;
    height: 10px;
    float: left
}

.page {
    margin-top: 80px;
    padding: 15px
}

.page h1 {
    font-size: 24px;
    font-weight: 400
}

.page h2 {
    font-size: 20px;
    font-weight: 400
}

.page p,.page p strong {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 15px
}

.page p {
    font-weight: 300
}

.w-100 {
    width: 100%
}

.p-left-40 {
    padding-left: 40px
}

.instagramMobile,.mobilmenu,.mobilmenuDiv {
    display: none
}

.overlay {
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s linear,opacity .2s linear;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    display: block;
    background: var(--gradient-end);
    background: linear-gradient(0deg,var(--gradient-start) 0,var(--gradient-end) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 45px
}

.be-afIMG {
    float: left;
    width: 33.333%;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px
}

.be-afIMG img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.privacy {
    color: #b0b0b0;
    text-decoration: underline;
    margin-left: 20px
}

@media only screen and (max-width: 600px) {
    .container,.container-auto {
        width:100%;
        margin-left: auto;
        margin-right: auto
    }

    .menu ul ul,.mobil-menu ul ul {
        position: absolute;
        background-color: #353535;
        padding: 15px 0;
        box-shadow: rgba(0,0,0,.56) 0 22px 70px 4px;
        visibility: hidden
    }

    .menu ul li ul li,.mobil-menu ul li ul li {
        width: calc(100% - 20px);
        display: block;
        line-height: 40px;
        padding-right: 10px;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px
    }

    :root {
        --color-text: #090f45c7;
        --color-lightblue: #171717;
        --color-bg: #1a1a1a;
        --color-border: rgb(255 255 255 / 10%);
        --gradient-start: rgb(0 0 0 / 50%);
        --gradient-end: rgb(0 0 0 / 60%);
    }

    .logo img,header {
        width: 100%;
        height: auto
    }

    .container {
        align-content: center;
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }

    .container-auto {
        max-width: 1200px
    }

    .logo {
        float: left;
        width: 200px;
        margin-top: 20px;
        margin-left: 20px
    }

    .menu {
        display: none;
        float: right;
        width: 750px;
        height: auto
    }

    .slider {
         background-image: url(./images/sac-ekimi-banner.jpg);
         height: 80vh;
         border: none;
         float: left;
         width: 100%;
         position: initial;
         margin-top: -140px;
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: auto 100%;
         background-repeat: no-repeat;
         background-position: -455px;
         min-height: 600px;
    }

    .topmenu {
        float: right;
        width: 100%;
        height: 50px;
        border-bottom: thin solid #0000001e
    }

    .globalLanguage,.sendmailbutton {
        height: 40px;
        font-size: 15px;
        font-family: Poppins,sans-serif;
        float: right;
        transition: 1s;
        text-decoration: none;
        font-weight: 300
    }

    .topmenu .languageBox {
        width: 24%;
        float: right;
        height: 50px;
        border-right: thin solid #00000012
    }

    .topmenu .mailArea {
        width: auto;
        float: right;
        height: 50px;
        border-right: thin solid #00000012;
        padding: 0 10px
    }

    .topmenu .activebutton {
        width: auto;
        float: right;
        height: 50px;
        padding-left: 10px
    }

    .dark-button {
        background-color: #000;
        color: #fff;
        border: none;
        font-size: 15px;
        font-weight: 300;
        text-decoration: none;
        padding: 10px 15px;
        font-family: Poppins,sans-serif;
        float: right;
        transition: 1s
    }

    .dark-button:Hover {
        background-color: #d7a062;
        color: #fff;
        transition: .1s
    }

    .radios-10 {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .sendmailbutton {
        color: #000;
        border: none;
        padding: 10px 15px;
        margin-right: 10px
    }

    .sendmailbutton svg {
        float: left;
        margin-right: 4px;
        margin-top: -2px
    }

    .globalLanguage {
        color: #000;
        border: none;
        padding: 7px 10px 0 20px;
        width: 140px
    }

    .globalLanguage img {
        float: left;
        width: 28px;
        height: auto;
        margin-right: 8px;
        margin-top: -1px
    }

    .menu ul,.mobil-menu ul {
        margin: 0;
        list-style: none;
        padding: 0;
        width: 100%
    }

    .globalLanguage span {
        font-size: 9px;
        float: left;
        height: 7px
    }

    .globalLanguage .lang {
        font-weight: 400;
        float: left;
        height: 18px;
        font-size: 14px
    }

    .menu ul {
        display: flex;
        height: 60px;
        align-content: stretch;
        justify-content: space-evenly;
        align-items: center
    }

    .menu ul li {
        list-style: none
    }

    .menu ul li a {
        padding: 10px 15px;
        font-size: 16px;
        display: inline;
        color: #000;
        text-decoration: none;
        font-weight: 300
    }

    .megamenu::after {
        width: 10px;
        height: 6px;
        position: absolute;
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'7\' height=\'4\'%3E%3Cpath fill=\'%23141414\' d=\'M3.5 4 0 1l1.167-1L3.5 2l2.333-2L7 1Z\'/%3E%3C/svg%3E");
        margin-top: 22px;
        margin-left: -7px;
        filter: opacity(.3);
        background-size: 100% 100%;
        z-index: -1;
    }

    .menu ul ul {
        width: 350px;
        display: block;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .menu ul li ul li {
        float: left;
        font-weight: 300;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .menu ul li ul li a {
        padding: 0
    }

    .menu ul li ul li:Hover {
        background-color: #f0f0f0
    }

    .menu ul li:hover>ul,.mobil-menu ul li:hover>ul {
        visibility:visible;
    }
    

    .mobil-menu ul {
        height: auto
    }

    .mobil-menu ul li {
        list-style: none;
        height: 45px;
        line-height: 45px
    }

    .mobil-menu ul li a,.mobil-menu ul li span {
        padding: 10px 15px;
        font-size: 20px;
        color: #FFF;
        text-decoration: none;
        font-weight: 400
    }

    .mobil-menu ul ul {
        width: 80%;
        display: block;
        height: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px
    }

    .mobil-menu ul li ul li {
        float: left;
        font-weight: 300;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px!important;
        height: auto
    }

    .mobil-menu ul li ul li a {
        padding: 0;
        font-size: 16px;
        height: 20px!important;
        line-height: initial
    }

    .mobil-menu ul li ul li:Hover {
        background-color: #f0f0f0
    }

    .mobil-menu {
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-x: scroll
    }

    .slider-text {
        width: 80%;
        margin-top: 380px;
        font-size: 23px;
        line-height: 30px;
        font-weight: 300;
        color: #fff;
        background-color: #0000009e;
        padding: 13px;
        height: auto;
        min-height: 110px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 20px;
        text-align: center;
        margin-left: 11%;
    }

    .sliderbtn1,.sliderbtn2 {
        font-size: 15px;
        font-weight: 300;
        transition: 1s;
        margin-top: 15px;
        float: left;
        text-decoration: none;
        font-family: Poppins,sans-serif
    }

    .slider-text h1 {
        float: left;
        width: 100%;
        font-weight: 400;
        font-size: 95%
    }

    .sliderbtn1 {
        background-color: #e3bf4b;
        color: #000;
        border: none;
        padding: 3px 35px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: thin solid #dab53f;
    }

    .sliderbtn2 {
        color: #fff;
        border: none;
        padding: 3px 25px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: thin solid #fff;
        width: 40%!important;
        background-color: #15144400;
        filter: blur(0px)
    }

    .darkpanel {
        background-color: #000;
        float: left;
        width: 100%;
        min-height: 300px;
        padding: 30px 14px
    }

    .dark-left-panel {
        color: #fff;
        font-size: 16px;
        width: 100%
    }

    .dark-left-panel h2 {
        font-size: 25px;
        font-weight: 500;
        display: inline-block;
        line-height: 1.1;
        margin-bottom: 40px;
        padding-left: 16px
    }

    .indexMain {
        float: left;
        color: #fff
    }

    .servicesNode {
        float: left;
        height: auto;
        padding-bottom: 15px;
        width: 90%;
        text-align: left
    }

    .servicesNode svg {
        float: left;
        padding: 0;
        margin: -3px 12px 80px 15px
    }

    .servicesNode strong {
        font-weight: 400;
        font-size: 16px
    }

    .servicesNode p {
        font-size: 14px;
        opacity: .6;
        font-weight: 300;
        margin-top: 5px;
        max-width: 95%
    }

    .servicesNode p:Hover {
        opacity: 1
    }

    .free-online-consultation {
        background-color: #fff;
        width: calc(100% - 40px);
        float: right;
        height: auto;
        padding: 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        box-shadow: rgba(0,0,0,.16) 0 10px 36px 0,rgba(0,0,0,.06) 0 0 0 1px;
        margin: 20px
    }

    .free-online-consultation h4 {
        font-size: 24px;
        font-weight: 300;
        width: 200px;
        line-height: 23px
    }

    .form-label,.list p {
        font-size: 14px;
        font-weight: 300
    }

    .free-online-consultation h4 strong {
        font-size: 26px;
        font-weight: 500
    }

    .form-label {
        padding-left: 4px;
        margin-top: 24px;
        float: left
    }

    .form-element {
        border: thin solid #ccc;
        height: 55px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 100%;
        font-size: 19px;
        padding: 5px 15px;
        color: #242424
    }

    .getButton,.list {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px
    }

    .beafDiv,.faq-title,.getButton {
        color: #fff
    }

    .getButton {
        height: 40px;
        border-radius: 10px;
        background-color: #e3c04b;
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
        font-weight: 200;
        color: #000;
    }

    .before-afeter-area,.marklist {
        background-color: #f3f4f7;
        min-height: 400px;
        width: 100%;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .list,.summary-definitions {
        background-color: #fff;
        float: left
    }

    .list {
        width: calc(50% - 10px);
        max-width: 100%;
        padding: 1.2rem;
        gap: 1rem;
        border-radius: 10px;
        margin: 5px;
        min-height: 300px
    }

    .faq-area,footer {
        min-height: 400px
    }

    .list svg {
        height: 55px;
        width: auto
    }

    .list .title {
        font-size: 16px;
        font-weight: 400
    }

    .summary-definitions {
        min-height: 400px;
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .miya-50 {
        width: 100%;
        float: left;
        padding: 20px
    }

    .miya-10,.miya-30,.miya-40,.miya-60,.miya-70 {
        width: 100%;
        float: left
    }

    .miya-20 {
        width: 100%;
        float: left;
        padding-left: 3%
    }

    .miya-right {
        float: right!important
    }

    .miya-80 {
        width: 80%;
        float: left
    }

    .miya-50 h5 {
        float: left;
        font-size: 24px;
        width: 100%;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 30px;
        margin-right: 0
    }

    .miya-50 h6 {
        float: left;
        font-size: 18px;
        width: 90%;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 5px
    }

    .miya-50 p {
        float: left;
        font-size: 16px;
        width: 90%;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 30px
    }

    .beafDiv h3,.beafDiv p,footer p {
        font-weight: 200
    }

    .beafDiv {
        width: 96%;
        background-color: #242424;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        float: left;
        margin-left: 2%;
        padding: 10%
    }

    .before-afeter-developer {
        width: 100px;
        height: 330px;
        position: initial;
        margin: 0
    }

    .beafDiv h3,.beafDiv p,.panel p,.transplant-turkey {
        margin-bottom: 20px
    }

    .beafDiv h3 {
        font-size: 26px;
        width: 300px;
        line-height: 28px
    }

    .beafDiv p {
        font-size: 15px
    }

    .swiper {
        width: 250px;
        height: 250px;
        margin-left: 25%
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        border: 2px solid #242424;
        box-shadow: rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px
    }

    .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .swiper-slide:nth-child(1n) {
        background-color: #ce1111
    }

    .swiper-slide:nth-child(2n) {
        background-color: #008cff
    }

    .swiper-slide:nth-child(3n) {
        background-color: #0ab86f
    }

    .swiper-slide:nth-child(4n) {
        background-color: #d37a07
    }

    .swiper-slide:nth-child(5n) {
        background-color: #76a30c
    }

    .swiper-slide:nth-child(6n) {
        background-color: #b40a2f
    }

    .swiper-slide:nth-child(7n) {
        background-color: #236313
    }

    .swiper-slide:nth-child(8n) {
        background-color: #04f
    }

    .swiper-slide:nth-child(9n) {
        background-color: #da0cda
    }

    .swiper-slide:nth-child(10n) {
        background-color: #365e4d
    }

    .arrows {
        position: relative;
        top: -30px;
        margin-left: 99px;
        transform: translateX(-50%);
        z-index: 2;
        background-color: #fff;
        display: inline-flex;
        gap: 1rem;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #2424244d;
        height: 50px
    }

    .arrows span {
        width: 1px;
        height: 26px;
        background-color: #2424244d
    }

    .arrows a svg {
        filter: brightness(.5)
    }

    .faq-area {
        background-color: #cb8e4c;
        width: 100%;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px
    }

    .faq-title,.faq-title-new {
        font-size: 30px!important;
        line-height: 45px!important;
        padding: 5%;
        font-weight: 300
    }

    .faq-title-new {
        color: #000
    }

    .accordion {
        color: #fff;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: 0;
        font-size: 16px;
        transition: .4s
    }

    .free-online-consultationDiv,.transplant-turkey {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px
    }

    .accordion:hover,.active {
        background-color: #0202020a
    }

    .accordion:after {
        content: '\002B';
        color: #fff;
        font-weight: 300;
        float: right;
        margin-left: 5px
    }

    .active:after {
        content: "\2212"
    }

    .panel {
        padding: 0 15px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-out
    }

    .panel p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px
    }

    .surgery-title {
        color: #242424;
        font-size: 30px!important;
        line-height: 38px!important;
        font-weight: 400;
        margin-top: 80px
    }

    .surgery {
        margin-top: 0;
        padding: 5%
    }

    .surgery p {
        color: #242424;
        font-size: 16px!important;
        line-height: 18px;
        font-weight: 300;
        margin-top: 30px
    }

    .transplant-turkey {
        width: 90%;
        margin-top: 50px;
        border-radius: 10px;
        float: left;
        margin-left: 5%
    }

    .sliderbtn1-primary {
        background-color: #242424;
        color: #fff;
        border: none;
        font-size: 15px;
        font-weight: 300;
        text-decoration: none;
        padding: 3px 35px;
        font-family: Poppins,sans-serif;
        transition: 1s;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        float: left;
        margin-top: 25px;
        border: thin solid #242424;
        width: 40%!important
    }

    footer {
        background-color: #1a1a1a;
        width: 100%;
        float: left;
        margin-top: 80px;
        padding: 5%
    }

    .footerLogo {
        width: 50%;
        float: left;
        height: auto;
        margin-top: 30px
    }

    .footerTitle,footer .link {
        height: 33px;
        line-height: 33px;
        width: 100%
    }

    .social-area,footer p {
        margin-top: 20px;
        color: #fff;
        float: left
    }

    footer p {
        font-size: 14px;
        margin-left: 10px
    }

    .social-area {
        width: 100%;
        margin-left: 5px
    }

    .social-area a {
        fill: #a1a1a1;
        font-size: 24px;
        padding: 10px 10px 10px 5px
    }

    .social-area a:Hover {
        fill: #FFF
    }

    .footerTitle {
        color: #fff;
        float: left;
        font-size: 16px
    }

    footer .link {
        color: #dfdfdf;
        float: left;
        font-size: 15px;
        font-weight: 100
    }

    footer .link:Hover {
        color: #fff;
        float: left;
        font-size: 15px;
        width: 100%;
        font-weight: 100;
        height: 33px;
        line-height: 33px
    }

    .doldur {
        display: block;
        width: 100%;
        height: 10px
    }

    .signature {
        float: left;
        color: #9a9a9a;
        font-weight: 300;
        height: auto;
        line-height: 50px;
        border-top: thin solid #3d3d3d;
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .signature a {
        float: none!important
    }

    .clearfix,.close-btn span,.mobilemenu-btn {
        width: 100%;
        float: left
    }

    .signature a img {
        filter: invert(1);
        width: 100px;
        opacity: .5;
        margin: 0 20px 30px
    }

    .clearfix {
        display: block;
        height: 10px
    }

    .p-left-40 {
        padding-left: 0
    }

    .page {
        margin-top: 0;
        padding: 6%
    }

    .mobilemenu-btn {
        display: inline-flex;
        gap: 7px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
        align-items: flex-end
    }

    .mobilemenu-btn span {
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        border-radius: 10px;
        display: inline-block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px
    }

    .mobilemenu-btn span:nth-child(2) {
        width: 65%
    }

    .close-btn {
        height: 20px;
        display: inline-block;
        position: fixed;
        right: 32px;
        top: 62px;
        left: auto;
        width: 35px
    }

    .close-btn span {
        height: 3px;
        background-color: var(--color-text);
        border-radius: 5px;
        display: inline-block;
        margin-top: 8px
    }

    .close-btn span:first-child {
        transform: rotate(45deg)
    }

    .close-btn span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px
    }

    .mobilmenu {
        display: block;
        width: 30px;
        height: 40px;
        margin-right: 32px;
        padding: 0;
        margin-top: 26px;
        color: #FFF;
    }

    .mobilmenuDiv {
        visibility: hidden;
        opacity: 0;
        transition: visibility .2s linear,opacity .2s linear;
        width: 100%;
        position: fixed;
        height: 100%;
        z-index: 999999;
        left: 0;
        top: 0;
        display: block;
        background: var(--gradient-end);
        background: linear-gradient(0deg,var(--gradient-start) 0,var(--gradient-end) 100%);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 45px
    }

    .free-online-consultationDiv {
        background-color: #fff;
        width: 350px;
        float: right;
        height: auto;
        padding: 40px;
        border-radius: 10px;
        box-shadow: rgba(0,0,0,.16) 0 10px 36px 0,rgba(0,0,0,.06) 0 0 0 1px;
        position: fixed;
        top: 20%;
        left: calc(50% - 180px);
        z-index: 99999999999
    }

    .be-afIMG,.be-afIMG img {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px
    }

    .be-afIMG {
        float: left;
        border-radius: 10px;
        overflow: hidden;
        padding: 15px
    }

    .be-afIMG img {
        height: auto;
        border-radius: 10px
    }

    .privacy {
        margin-left: 20px;
        width: 90%;
        text-align: center;
        display: block;
        height: 15px;
        line-height: 15px;
        margin-top: -12px
    }

    .instagramMobile {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 20px;
        font-size: 13px;
        height: auto;
        line-height: 24px;
        font-weight: 300;
        padding: 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        color: #fff!important;
        background: #f09433;
        background: -moz-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: -webkit-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
    }
}

.overlayLanguage {
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s linear,opacity .2s linear;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    display: block;
    background: var(--gradient-end);
    background: linear-gradient(0deg,var(--gradient-start) 0,var(--gradient-end) 100%);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 45px;
}

.overlayLanguageDiv {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    height: auto;
    min-height: 500px;
    margin-top: 10%;
}

.overlayLanguageDiv .languageSelect {
    float: left;
    width: 100%;
    height: 100px;
    line-height: 100px;
}

.overlayLanguageDiv img {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 22px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.overlayLanguageDiv span {
    font-size: 30px;
    color: #000;
}

.mobilTopMenu {
    display: none;
}

@media only screen and (max-width: 600px) {
    .globalLanguage {
        color: #000;
        border: none;
        padding: 7px 10px 0 20px;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .globalLanguage img {
        float: left;
        width: 58px;
        height: auto;
        margin-right: 8px;
        margin-top: -4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .globalLanguage span {
        font-size: 15px;
        float: left;
        height: 17px;
        width: 70%;
    }

    .globalLanguage .lang {
        font-weight: 400;
        float: left;
        height: 30px;
        font-size: 23px;
    }

    .mobilTopMenu {
        display: block;
        width: 100%;
        height: 40px;
        float: left;
        margin-top: -20px;
        border-bottom: solid thin #cccccc2e;
        padding: 0px;
    }

    .globalLanguage2 {
        display: block;
        float: left;
        width: auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        border-right: solid thin #cccccc2e;
        padding-right: 15px;
        margin-left: 15px;
        fill: #090e47cc;
    }

    .globalLanguage2 svg {
        float: left;
        font-size: 20px;
        margin-right: 8px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .mobilTopMenu .social-area {
        float: right;
        width: auto;
        height: 40px;
        margin: 0px;
        padding: 0px;
        line-height: 40px;
        font-size: 20px;
        margin-left: 30px;
        padding-right: 20px;
    }

    .mobilTopMenu .social-area a {
        font-size: 20px;
        height: 40px;
        float: left;
        line-height: 45px;
        padding: 0px 8px;
        fill: #FFF !important;
    }

    .mobilTopMenu .social-area a svg {
    }
}
