body:not(.mobileMenuActive) .mobileHeader {
    background-color: #fff;
}

.mobileHeader {
    position: absolute;
    left: 0px;
    right: 0%;
    top: 0px;
    padding: 20px 15px;
    z-index: 16;
    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;
    max-width: 100%;
    overflow: hidden;
}

.mobileHeader .btnPoisition {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

body.mobileMenuActive .button-toggle:before {
    opacity: 1;
    transition: 0.2s 0.2s ease all;
}

body.mobileMenuActive .button-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(-4px, 4px);
}

body.mobileMenuActive .button-toggle span {
    width: 25px;
}

body.mobileMenuActive .button-toggle span {
    background: #666666;
}

body.mobileMenuActive .button-toggle span:nth-child(2) {
    transform: translateX(-50px);
    opacity: 0;
}

body.mobileMenuActive .button-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(-4px, -4px);
}

.button-toggle {
    cursor: pointer;
    background: 0 0;
    box-shadow: none;
    border: none;
    transition: all .3s;
    height: 40px;
    position: absolute;
    z-index: 30;
    outline: unset !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 40px;
    right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-toggle:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -23px;
    top: -9px;
    opacity: 0;
    transition: unset;
}

.button-toggle span:nth-child(1) {
    transform: translateY(-13px);
}

.button-toggle span {
    display: block;
    width: 48px;
    height: 6px;
    background: #007335;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    top: 22px;
    left: 0;
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.20);
    transition: all .3s;
}

.button-toggle span:nth-child(3) {
    transform: translateY(13px);
}

.mobileHeader .logo {
    display: block;
    position: relative;
    height: 70px;
}

.mobileHeader .logo img {
    opacity: 1;
    transition: 0.3s ease all;
    height: 100%;
}

.button-toggle {
    top: 10px;
}

.mobileHeader .logo .img {
    background-image: url(../img/logo.svg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    transition: 0.3s ease all;
}

body.mobileMenuActive .mobileMenu {
    opacity: 1;
    pointer-events: auto;
}

}

.mobileMenu .menucontainer {
    opacity: 0;
    transition: 0.3s 0.3s ease all;
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mobileMenu .menuContent2 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 85px;
    width: 100vw;
    height: 100%;
    flex-direction: column;
}

.mobileMenu .menuContent2 .back {
    -webkit-mask: url(../images/left-arrow.png);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent2 .title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent2 .head {
    padding-left: 20px;
    position: absolute;
    top: 30px;
}




.mobileMenu .menuContent3 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 85px;
    width: 100vw;
    height: 100%;
    flex-direction: column;
}

.mobileMenu .menuContent3 .back {
    -webkit-mask: url(../images/left-arrow.png);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent3 .title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent3 .head {
    padding-left: 20px;
    position: absolute;
    top: 30px;
}


.mobileMenu .menuContent3 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent3.active {
    right: 0%;
}




.mobileMenu .menuContent4 {
    position: absolute;
    right: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease right;
    padding-top: 85px;
    width: 100vw;
    height: 100%;
    flex-direction: column;
}

.mobileMenu .menuContent4 .back {
    -webkit-mask: url(../images/left-arrow.png);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background: #000;
    margin-bottom: 0px;
    margin-top: 5px;
}

.mobileMenu .menuContent4 .title {
    font-size: 28px;
    font-weight: 800;
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.mobileMenu .menuContent4 .head {
    padding-left: 20px;
    position: absolute;
    top: 30px;
}


.mobileMenu .menuContent4 .navbar-nav {
    padding: 10px 0px;
}

.mobileMenu .menuContent4.active {
    right: 0%;
}




.mobileMenu .navbar-nav > li.submenu .submenuarea {
    display: none;
}

body.mobileMenuActive .mobileMenu .menucontainer {
    opacity: 1;
}

.mobileMenu .menuContent1.active {
    left: 0%;
}

.mobileMenu .menuContent1 {
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    transition: 0.3s ease left;
    padding-top: 100px;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobileMenu .menuContent1 ul{
    margin-bottom: 50px;
}

.mobileMenu .navbar-nav {
    padding: 0;
}

.mobileMenu .navbar-nav > li > a {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    padding: 0px;
    padding-left: 20px;
}

.mobileMenu {
    display: none;
}

.mobileHeader {
    display: none;
}

.mobile-show {
    display: none;
}

.mobile-hidden {
    display: block;
}

li.submenu a span i {
    display: none;
}

@media screen and (min-width:1200px){
    .container {
        max-width: 1180px;
    }
    .hc-submenu {
        background: #fff;
        box-shadow: 0 0px 20px 0 rgb(0 0 0 / 3%);
        position: absolute;
        top: 100%;
        max-width: 300px;
        width: max-content;
        min-width: 150px;
        padding: 0;
        transform-origin: top;
        visibility: hidden;
        opacity: 0;
        z-index: 11;
        transition: 0.3s;
        transform: scaleY(0);
    }
    .hc-submenu li {
        display: block;
    }
    .hc-submenu li a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .hc-navbar>ul>li:hover .hc-submenu {
        visibility: visible;
        opacity: 1;
        transform: scaleY(1);
    }
    .hc-navbar>ul>li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
    }
    .hc-navbar>ul>li:last-child {
        margin-right: 0;
    }
}
@media screen and (min-width:1600px){
    .container {
        max-width: 1480px;
    }
}
@media screen and (max-width:1199px){
    .mobileMenu{
        display: block;
    }
    .hc-main-header.hc-header-sticky .hc-logo{
        transform: translateY(-50%) scale(1);
    }
    .customHidden .hc-menu-toggle{
        display: block;
        margin: 5px auto;
        z-index: 4;
    }

    .subpage-header .submenu > .customHidden{
        height: 70px;
    }
    .subpage-header .submenu > .customHidden + ul{
        display: none;
    }

    .subpage-header .hc-menu-toggle span{
        background: #fff;
        height: 1px;
    }
    .hc-menu-toggle span:nth-child(2){
        background: #fff;
    }

    .hc-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        background: #1f2732;
        margin-bottom: 4px;
        transition: 0.3s;;
    }
    .hc-menu-toggle span:nth-child(3) {
        margin-bottom: 0px;
    }
    .hc-menu-toggle span:nth-child(2) {
        width: 12px;
        background: var(--necmettin-light-blue);
        margin-left: auto;
        margin-right: auto;
    }
    .hc-menu-toggle {
        width: 22px;
        text-align: center;
        margin-left: auto;
        top: 30px;
        position: relative;
        transform: scale(2);
        margin-right: 14px;
        margin-top: 5px;
        z-index: 10;
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(3) {
        transform: translate(1px, -9px) rotate(48deg);
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .hc-open-menu .hc-menu-toggle span:nth-child(2) {
        transform: translateY(9px);
        width: 24px;
        transition: 0.3s;
        height: 5px;
        border-radius: 5px;
        opacity: 0;
    }
    .hc-main-header{
        height: 110px;
    }
    .hc-main-head-flex {
        justify-content: flex-end;
    }
    .hc-navbar, .mobileMenu {
        position: fixed;
        top: 170px;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 9;
        transition: 0.3s;
        overflow-y: auto;
        text-align: left;
    }
    .hc-main-header:before{
        content: '';
        top: 100%;
        height: 130px;
        position: absolute;
        left: -100vw;
        width: 100vw;
        background: #fff;
        transition: .3s ease all;
    }
    body.mobileActive .hc-open-menu.hc-main-header:before{
        left: 0;
        transition: .3s ease all;
    }
    .hc-open-menu .hc-navbar, body.mobileActive .mobileMenu{
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    .hc-open-menu .hc-navbar{
        left: -100%;
    }
    body.mobileActive .mobileMenu .menucontainer{
        opacity: 1;
    }
    body.mobileActive .mobileMenu .menucontainer.levelTwo .menuContent1{
        left: -100%;
    }
    body.mobileActive .mobileMenu .menucontainer.levelTwo .menuContent2{
        right: 0;
    }

    body.mobileActive .mobileMenu .menucontainer.levelThree .menuContent2, body.mobileActive .mobileMenu .menucontainer.levelFour .menuContent2{
        right: 100%;
    }

    body.mobileActive .mobileMenu .menuContent1 > ul > li > .megamenu{
        height: 0;
        overflow: hidden;
    }

    body.mobileActive .mobileMenu .menucontainer .subLevelContent>.megamenu .megamenu{
        height: 0;
        overflow: hidden;
    }
    body.mobileActive .mobileMenu .menucontainer.levelFour .menuContent3{
        right: 100%;
    }
    body.mobileActive .mobileMenu .menucontainer.levelFour .menuContent4{
        right: 0;
    }



    .hc-navbar>ul li, .mobileMenu .menuContent1 ul li, .mobileMenu .subLevelContent ul li{
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .subLevelContent li.menu-image{
        display: none;
    }
    .hc-navbar>ul li:last-child, .mobileMenu .menuContent1 ul li:last-child, .mobileMenu .subLevelContent ul li:last-child {
        border-bottom: 0;
    }
    .hc-navbar>ul li a, .mobileMenu .menuContent1 ul li a, .mobileMenu .subLevelContent ul li a{
        padding: 15px;
        display: inline-block;
        font-size: 20px;
    }
    .hc-navbar ul.hc-submenu li:first-child{
        border-top: 1px solid #eee;
    }
    ul.hc-submenu {
        display: none;
    }
    .mobileMenu .menucontainer.levelThree ul.hc-submenu, .mobileMenu .menucontainer.levelFour ul.hc-submenu{
        display: block;
    }

    .mobileMenu .subLevelContent .container{
        padding: 0;
    }

    .mobileMenu .subLevelContent>a{
        margin-top: -60px;
        display: block;
        margin-left: 60px;
        font-size: 30px;
        text-align: center;
    }
    .mobileMenu .subLevelContent>a + .megamenu{
        margin-top: 30px;
    }
    .mobileMenu .subLevelContent>a+ul>li>a+ul{
        display: none;
    }

    .hc-has-submenu:after {
        right: 15px;
        top: 23px;
        bottom: auto;
    }
    .hc-team-box {
        max-width: 280px;
    }
    .hc-banner-content {
        padding: 60px 0;
    }
    .hc-banner-content h1 {
        font-size: 40px;
    }
    .button-dropdown{
        justify-content: center;
        margin: 0;
    }
    .hc-service-box{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:991px){
    .mobile-show {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobileHeader {
        display: block;
        border-bottom: 1px solid #e4e4e4;
    }

    .mobileMenu {
        display: block;
    }

    body.mobileMenuActive {
        max-height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }

    header {
        display: none;
    }
    .hc-map-address {
        width: auto;
    }
    .hc-about-content {
        padding-top: 50px;
    }
    .hc-team-box {
        max-width: 310px;
    }
    .hc-go-top {
        right: 50px;
    }
    .hc-banner-img {
        position: unset;
    }
    .hc-banner-shape,
    .hc-banner:after {
        display: none;
    }
    .hc-navbar > ul > li > a, .mobileMenu .menuContent1 > ul > li > a{
        font-size: 20px;
    }
}
@media screen and (max-width:767px){
    .hc-main-menu .hc-navbar{
        justify-content: center;
        flex-direction: column;
        align-items: unset;
    }
    .hc-top-head-div,.hc-top-head-right {
        text-align: center;
        z-index: 10;
        position: relative;
    }
    .hc-footer-contact-list {
        grid-template-columns: repeat(1,1fr);
    }
    .hc-footer-contact-list li {
        border-right: 0px solid #323d4c;
        border-bottom: 1px solid #323d4c;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .hc-footer-contact-list li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .hc-main-head-flex {
        justify-content: flex-end
    }
    .hc-logo {
        text-align: center;
        margin-bottom: 10px;
        width: 96px;
        height: 96px;
        left: 15px;
        top: 45px;
        z-index: 10;
    }
    .hc-blog-img img {
        width: 100%;
        object-fit: cover;
    }
    .swiper-homepage.swiper{
        margin: 0 0 15px
    }
    .icerik-detailBtn{
        margin-bottom: 20px;
    }
    .hc-footer-logo img{
        height: 60px;
    }
    .hc-team-box {
        max-width: 100%;
        margin: 0 0px 30px;
    }
    .hc-spacer-bottom {
        padding-bottom: 40px;
    }
    .hc-counter{
        margin-bottom: 50px;
    }
    .hc-spacer-top {
        padding-top: 60px;
    }
    .hc-blog {
        padding-bottom: 10px;
    }
    .hc-service, .hc-team {
        padding-bottom: 30px;
    }
    .hc-map-box {
        margin-bottom: 50px;
    }
    body.mobileActive{
        overflow: hidden;
    }
    .fast-menu>.container{
        padding: 0;
    }
    .fast-menu .fast-button .icon{
        width: 60px;
        margin-right: 10px;
    }
    .fast-menu .fast-button .icon svg {
        transform: scale(0.9);
    }
    .fast-menu .fast-button span{
        font-size: 13px;
    }
    body.homepage .fast-menu:hover .fast-button .icon{
        min-width: 50px;
    }
    .fast-buttons a:first-child{
        border-bottom-left-radius: 0;
    }
    .fast-buttons a:last-child{
        border-bottom-right-radius: 0;
    }
    .footer-social{
        padding-top: 40px;
    }
    .fileList .file{
        padding: 15px;
    }
    a.go-doctor{
        width: calc(50% - 10px);
        margin: 0 5px;
    }

}
@media screen and (max-width:480px){
    .hc-testi-img img {
        width: 80px;
        height: 80px;
    }
    .hc-heading {
        font-size: 30px;
    }
    .hc-go-top {
        width: 50px;
        height: 50px;
    }
    .hc-go-top svg {
        width: 15px;
        height: 15px;
    }
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        margin-left: -45px;
    }
    .hc-sub-heading:after,
    .hc-heading-wrap.text-center .hc-sub-heading:before {
        width: 30px;
    }
    .hc-go-top.hc-go-top-show {
        bottom: 20px;
    }
    .hc-go-top {
        right: 20px;
    }
    .hc-tab-list li {
        margin-right: 15px;
    }
    .hc-tab-content {
        margin-top: 20px;
    }
    .hc-blog-data {
        width: 95%;
    }
}

@media screen and (max-width: 480px) and (max-height: 750px){
    .mobileMenu .menuContent1{
        padding-top: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    .mobileMenu .menuContent1{
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px){
    .hc-navbar>ul li a, .mobileMenu .menuContent1 ul li a, .mobileMenu .subLevelContent ul li a{
        padding: 5px 15px;
        font-size: 15px;
    }
    .hc-logo{
        width: 70px;
        height: 70px;
    }
    .hc-logo a{
        display: block;
    }
    .mobileMenu .menuContent1{
        padding-top: 10px;
    }
    body.homepage .fast-menu:hover .fast-button .icon{
        min-width: 40px;
        margin-right: 5px;
    }
    .fast-menu .fast-button span{
        font-size: 10px;
    }
    .hc-footer-logo img{
        height: 40px;
    }
    .departmanlar .departman{
        padding: 50px 20px;
    }
    .birim-doktorlari{
        flex-direction: column;
    }
    .birim-doktorlari .search-item{
        width: 100%;
    }
    .mobileMenu div[class^="menuContent"] .head{
        top: 17px;
    }
    .mobileMenu .subLevelContent>a{
        font-size: 25px;
        line-height: 1;
    }

    .mobileMenu div[class^="menuContent"]{
        overflow-y: scroll;
        padding-bottom: 50px;
    }

    .hc-navbar>ul li a, .mobileMenu .menuContent1 ul li a, .subLevelContent ul li a{
        padding: 11px 15px;
        font-size: 17px;
    }
}

@media screen and (max-height: 768px){
    .mobileMenu div[class^="menuContent"]{
        overflow-y: scroll;
        padding-bottom: 50px;
    }
}

