.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

body.homepage .fast-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: -80px;
    -webkit-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    -moz-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    -o-transition: all 200ms cubic-bezier(.25, .1, .25, 1);
    transition: all 200ms cubic-bezier(.25, .1, .25, 1);
}

.fast-menu.show {
    bottom: 0 !important;
}

.fast-menu.show .icon {
    transform: translateY(0) !important;
}

body.homepage .fast-menu:hover {
    bottom: 0;
}

body.homepage .fast-menu:hover .fast-button .icon {
    transform: translateY(0);
}

.fast-menu.hide {
    transform: translateY(100%);
}

.fast-menu .fast-button {
    padding: 7px;
    display: flex;
    align-items: center;
    flex: 1 1 0;
    min-width: 30%;
    transition: all ease .3s;
}

.fast-menu .fast-button:hover {
}

.fast-menu .fast-button.blue {
    background-color: #00a1c9;
    color: #fff;
    fill: #00a1c9;
}

.fast-menu .fast-button.red {
    background-color: #fc7859;
    color: #fff;
    fill: #fc7859;
}

.fast-menu .fast-button.orange {
    background-color: #ffa136;
    color: #fff;
    fill: #ffa136;
}

.fast-menu .fast-button .icon {
    width: 82px;
    height: 82px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
    transform: translateY(30px);
    transition: all ease .1s;
}

.fast-menu .fast-button .icon svg {
}

.fast-menu .fast-button span {
    line-height: 1;
}

.fast-menu .fast-buttons {
    display: flex;
    align-items: center;
    width: 100%;
}


.border-l-t-b-7 {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.border-r-t-b-7 {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.hs_heading {
    color: var(--necmettin-light-blue);
    margin: 30px auto;
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
}

.hs_heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 65px;
    border-bottom: 2px solid var(--necmettin-light-blue);
}

.page-content {
    padding: 50px 0;
}

.page-lists {
    margin-top: 50px;
}

.page-lists .list-item {
    padding: 50px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #eee;
    text-align: center;
    position: relative;
    transition: 0.3s;
    display: block;
    margin-bottom: 40px;
}

.page-lists .list-item h3 {
    font-weight: 500;
    margin: 0;
    font-size: 18px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-lists .list-item:hover .hc-service-arrow {
    bottom: -25px;
    opacity: 1;
    visibility: visible;
}

.page-lists .list-item .hc-service-arrow:hover {
    background: var(--necmettin-light-blue);
}

.page-lists .list-item p {
    font-size: 14px;
}

.page-lists .list-item > svg {
    width: 50px;
    height: 50px;
}

.page-lists.flex-list {
    display: flex;
    justify-content: space-between;
}

.page-lists.flex-list .list-item {
    width: calc((100% - 50px) / 3);
}

.page-lists.flex-list .list-item h3 {
    margin-bottom: 12px;
}

.page-boxes {
    margin-top: 50px;
    display: flex;
    margin-bottom: 50px;
}

.page-boxes .box-detail {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #eee;
    transition: 0.3s;
    width: calc((100% - 50px) / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-boxes .box-detail:not(:first-child):not(:last-child) {
    margin: 0 25px;
}

.page-boxes .box-detail h4 {
    color: var(--necmettin-light-blue);
}

.page-boxes .box-detail p {
    font-size: 14px;
    color: #404040;
    margin-bottom: 0;
}

.map-container {
}

.map-container iframe {
    height: 500px;
    width: 100%;
}

.contact-information {
}

.contact-information h3 {
    font-size: 20px;
    color: #003f78;
}

.contact-information p {
    font-weight: 500;
}

.doctors-list {
    padding: 30px 20px;
    min-height: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(238, 238, 238, 0.30);
    width: 100%;
}

.doctors-list form {
    margin-bottom: 30px;
}

.doctors-list .hc-team-box {
    margin: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(238, 238, 238, 0.30);
    display: block;
    border: solid 1px #d8d8d8;
    padding: 60px 20px;
}


.doctors-list .hc-team-box:hover {
    box-shadow: 0 0 20px 0 rgba(238, 238, 238, 1);
}

.doctors-list .hc-team-box:hover {
    color: inherit;
}

.doctors-list .hc-team-box:after {
    background: var(--necmettin-light-blue);
    display: none;
}

.doctors-list input {
    width: 100%;
    height: 48px;
    background-color: #f7f7fa;
    border: solid 1px #d8d8d8;
    font-size: 1rem;
    color: #007bff;
}

.doctors-list input:focus {
    color: #007bff;
    box-shadow: unset;
    border-color: #d8d8d8;
}

.doctors-list button {
    width: 100%;
    height: 48px;
    font-size: 1rem;
}

.doctors-list .hc-team-box .hc-team-designation {
    margin-bottom: 10px;
}

.doctor-heading {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
}

.doctor-heading:before {
    display: none;
}

.page-content .page-header {
    background-color: rgba(240, 240, 242, 0.69);
    min-height: 350px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.page-content .page-header .doctor-name {
    font-size: 36px;
}

.page-content .page-header .unit {
    color: #007bff;
}

.doctor-detail {
    background-color: #fff;
    min-height: 300px;
    margin-top: -75px;
    padding: 60px;
    margin-left: -60px;
    margin-right: -60px;
}

.doctor-detail-right {
}

.doctor-detail-right img {
    margin-bottom: 30px;
}

.description-line {
}

.description-line h6 {
    font-weight: 500;
}

.description-line p {
}

.description-line p span {
}

.doctor-detail-content {
}

.doctor-detail-content .title {
    background-color: #003f78;
    color: #fff;
    padding: 12px;
    margin-bottom: 20px;
}

.doctor-detail-content .title h4 {
    margin: 0;
    font-size: 22px;
}

.side-menu {
    display: block;
    position: sticky;
    top: 100px;
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

.side-menu li {
    font-size: 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(192, 192, 192, 0.6);
    padding-bottom: 8px;
}

.side-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    display: block;
    position: relative;
    color: #1f2732;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-menu li a:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #003f78;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transition: all ease .3s;
    transform: translateY(-50%);
    opacity: 0;
}

.side-menu li a:hover:after {
    left: -15px;
    opacity: 1;
}

.side-menu li a.active {
}

.select2 {
    width: 100% !important
}

.select2 .select2-selection__rendered {
    font-size: .9375rem;
    color: #23275e
}

.select2-container--default.select2-container--open .select2-selection--single {
    border: 1px solid #23275e
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #23275e transparent
}

.select2-container--default.select2-container--open .select2-dropdown {
    border: 1px solid #23275e
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d8d8d8;
    background-color: #f7f7fa;
    height: auto;
    padding: 9px 3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #23275e
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #23275e transparent transparent transparent
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f7f7fa;
    color: #007bff
}

.select2-container--default .select2-results__option {
    padding: 10px 6px;
    height: auto;
    min-height: 45px
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #007bff;
    color: #fff
}

.select2-search--dropdown {
    background-color: #fff;
    border-bottom: 1px solid #f7f7fa;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.select2-search--dropdown:after {
    content: "Ara";
    position: absolute;
    right: 14px;
    top: 50%;
    color: #007bff;
    margin-top: -8px
}

.select2-search--dropdown input {
    background-color: transparent !important;
    border: 0 !important;
    color: #007bff;
    padding: 9px !important
}

.dokumanlar {
}

.dokumanlar .item {
    padding: 50px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #eee;
    text-align: center;
    position: relative;
    transition: 0.3s;
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

.dokumanlar .item i {
    font-size: 32px;
    margin-bottom: 12px;
}

.dokumanlar .item .text {
    font-weight: 500;
}

.hc-footer-contact-list a {
    color: #fff;
}

.hc-blog-img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

.accordion .card-header {
    padding: 0;
    border-bottom: 0;
}

.accordion .card {
    margin-bottom: 25px;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-btn {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px 25px;
    text-decoration: none;
    transition: .3s ease all;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    background-color: #f3f3f3;
}

.accordion-btn:focus {
    outline: unset;
}

.accordion-btn:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 18px;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url(../images/carret-arrow.svg);
    mask-image: url(../images/carret-arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    transform: rotate(90deg);
    background: #000;
    transition: .3s ease all
}


.accordion .accordion-btn:not(.collapsed):before {
    transform: rotate(-90deg)
}

.page-tabs {
}

.page-tabs .nav-tabs {
}

.page-tabs .nav-tabs li {
}

.page-tabs .nav-tabs li a {
}

.page-tabs .nav-tabs li a.active {
}

.page-tabs .nav-tabs li a:hover {
}

.page-tabs .tab-content {
}

.page-tabs .tab-content .tab-pane {
    padding: 20px;
}

.hs_blog_single img {
    width: 100%;
}


.hs_blog_categorie_detail .hs_blog_categorie_date ul {
    list-style: none;
    padding-left: 0px;
    padding: 10px 0px 0px 5px;
}

.hs_blog_categorie_detail .hs_blog_categorie_date ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #d1d1d1;
}

.hs_blog_categorie_detail .hs_blog_categorie_date ul li a {
    display: inline-block;
}

.hs_blog_categorie_detail .hs_blog_categorie_date ul li:last-child {
    border-right: none;
}

.hs_blog_categorie_detail .hs_blog_categorie_date ul li a i {
    padding-right: 5px;
}

.hs_blog_categorie_detail .hs_blog_categorie_date ul li a:hover {
    color: #00ac7a;
}

.hs_blog_categorie_detail h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 24px;
}

.hs_blog_categorie_detail p {
    margin-bottom: 20px;
}

.news-gallery .images {
}

.news-gallery .image {
    margin-bottom: 7;
    display: block;
    position: relative;
    margin-bottom: 7px;
    z-index: 1;
}

.news-gallery .image:before {
    content: '';
    background: rgba(0, 0, 0, 0.48);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    transition: 0.3s ease all;
}

.news-gallery .image:after {
    content: '';
    -webkit-mask-image: url(../images/photo.svg);
    -webkit-mask-position: top center;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    z-index: 3;
    background: #fff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 20.21px;
    height: 17.8px;
    transition: 0.3s ease all;
}

.news-gallery .image .img {
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.news-gallery .image:hover:before {
    opacity: 0;
}

.news-gallery .image:hover:after {
    background: #000;
}

.hidden {
    position: absolute;
    display: none;
}


.fileList {
    margin-bottom: 30px;
}

.fileList .fileTitle {
    font-weight: 300;
    font-size: 35px;
    line-height: 31px;
    text-align: left;
    color: #999;
    margin-bottom: 30px;
}

.fileList .file {
    border-radius: 6px;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    padding: 17px 22px 17px 32px;
    align-items: center;
    position: relative;
    min-height: 140px;
}

.fileList .file:before {
    content: '';
    height: 2px;
    width: 0px;
    position: absolute;
    left: 25px;
    background: #fff;
    transition: 0.3s ease all;
    bottom: 21px;
}

.fileList .file .icon {
    min-width: 40px;
    width: 40px;
    height: 46px;
    fill: var(--necmettin-light-blue);
    margin-right: 20px;
    transition: 0.3s ease all;
}

.fileList .file span {
    font-size: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #999;
    transition: 0.3s ease all;
}

.fileList .file:hover {
    background: var(--necmettin-light-blue);
    border: 1px solid rgba(6, 96, 105, 0.21);
    filter: drop-shadow(0px 10px 23px rgba(6, 96, 105, 0.1));
}

.fileList .file:hover:before {
    content: '';
    width: 110px;
}

.fileList .file:hover .icon {
    fill: #fff;
}

.fileList .file:hover span {
    color: #fff;
}

.corporate-contrainer2 {
    max-width: 1100px;
    margin: 0 auto;
}


.fileList3 {
}

.fileList3 .head {
    background: var(--necmettin-light-blue);
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 12px;
}

.fileList3 .head .title {
    height: 65px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}

.fileList3 .head .title span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.fileList3 .head .title .icon {
    width: 15.81px;
    height: 21.27px;
    margin-right: 5px;
}

.fileList3 .body {
}

.fileList3 .body > h1 {
    font-size: 18px;
    text-align: center;
}

.fileList3 .body .row {
    height: 100%;
}

.fileList3 .body .file {
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dadada;
    min-height: 65px;
    height: 65px;
    margin-bottom: 12px;
    transition: 0.3s ease all;
    overflow: hidden;
    display: block;
}

.fileList3 .body .file:nth-child(odd) {
}

.fileList3 .body .file:nth-child(even) {
    background: #f9f9f9;
}

.fileList3 .body .file:hover {
    background: #fff;
    border: 1px solid #003f78;
    overflow: hidden;
    transition: 0.3s ease all;
}

.fileList3 .body .file .text1 {
    height: 100%;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 18px;
    text-align: left;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    position: relative;
    transition: 0.3s ease all;
}

.fileList3 .body .file:hover .text1 {
    color: #066069;
}

.fileList3 .body .file .text1:before {
    content: '';
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #dadada;
}

.fileList3 .body .file .text2:before {
    content: '';
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #dadada;
}

.fileList3 .head .title:before {
    content: '';
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
}

.fileList3 .body .file .text3:before {
    content: '';
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #dadada;
}

.fileList3 .body .file .text2 {
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 22px;
    text-align: center;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 0px 20px;
}

.fileList3 .body .file .text3 {
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 20px;
    text-align: left;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    height: 100%;
    position: relative;
}

.fileList3 .body .file .text1 .textDesc, .fileList3 .body .file .text2 .textDesc, .fileList3 .body .file .text3 .textDesc {
    display: none;
}

.fileList3 .body .file .process {
    display: flex;
    justify-content: center;
    height: 100%;
}

.fileList3 .body .file .text4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 22px;
    text-align: left;
    color: #999;
}

.fileList3 .body .file .view {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    padding: 0px 18px;
    font-size: 12px;
    line-height: 22px;
    color: #066069;
    width: 40%;
    justify-content: center;
}

.fileList3 .body .file .view:hover {
}

.fileList3 .body .file .view .icon {
    height: 15.97px;
    width: 9.03px;
    fill: #066069;
    margin-left: 10px;
}

.fileList3 .body .file .download {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    padding: 0px 18px;
    font-size: 12px;
    line-height: 22px;
    color: #066069;
    width: 40%;
    justify-content: center;
}

.fileList3 .body .file .download:hover {
    background: #003f78;
    color: #fff;
}

.fileList3 .body .file .download .icon {
    height: 15.97px;
    width: 9.03px;
    fill: #066069;
    margin-left: 10px;
    transform: rotate(90deg);
}

.fileList3 .more {
    text-align: center;
    margin: 50px 0px 50px;
}

.fileList3 .more .btn {
    display: inline-block;
    border-radius: 26px;
    background: #066069;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #fff;
    padding: 12px 35px;
    font-weight: 600;
    text-align: center;
}

.fileList3 .more .btn:hover {
    background: #8aca38;
}

.ihale-kategori-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ihale-kategori-btn {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #066069;
    justify-content: center;
    height: 60px;
    border-radius: 8px;
    width: 20%;
}

.ihale-kategori-btn:hover,
.ihale-kategori-btn.active {
    background: #003f78;
    color: #fff;
}


.personel-filtre {
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

.personel-filtre label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.personel-filtre label a {
    font-size: 14px;
    background-color: #003f78;
    color: #fff;
    border-radius: 6px;
    padding: 3px 20px;
    border: 1px solid transparent;
}

.personel-filtre label a:hover {
    background-color: #fff;
    color: #003f78;
    border-color: #003f78;
}

.personel-filtre span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.personel-filtre input {
    height: 70px;
    padding: 0 30px;
    border-radius: 200px;
    transition: all ease .3s;
    font-size: 18px;
    margin-bottom: 30px;
}

.personel-filtre input:focus, .personel-filtre input:hover {
    border: 1px solid #003f78;
    outline: 0;
    box-shadow: unset;
}

.filtre-menu {
    text-align: left;
}

.departmanlar {
}

.departmanlar .departman {
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

.departmanlar .departman .main-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
}

.departmanlar .departman .main-title i {
    margin-right: 6px;
}

.departmanlar .departman .main-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fafafa;
}

.hc-team-box:after {
    display: none;
}

.hc-team-box {
    box-shadow: 0 0 4px 0 #eee;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.hc-team-box.baskan {
    border: 1px solid #003f78;
}

.hc-team-social {
    margin-top: auto;
}

.hc-team-name {
    font-size: 16px;
    margin-top: 10px;
}

.hc-team-name span {
    display: block;
}

.hc-team-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    border-radius: unset;
    box-shadow: unset;
    position: relative;
}

.hc-team-img:after, .doctor-image:after {
    content: '';
    position: absolute;
    inset: 0;
}

.hc-team-img {
    margin-bottom: auto;
}

.hc-team-designation {
    margin-top: 30px;
}

a:hover {
    color: #003f78;
}

.hide-result {
    display: none;
}

.hc-team-tab-list ul li a.active {
    color: #003f78;
    border-color: #003f78;
}

.hc-team-tab-list ul li a {
    font-size: 14px;
}

.doctor-header {
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 30px;
}

.doctor-header h4 {
    font-size: 32px;
    font-weight: 600;
}

.doctor-header p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}


.doctor-header p.last {
    font-style: italic;
    font-weight: bold;
    color: #003f78;
}

.doctor-side {
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

.doctor-side li {
}

.doctor-side li a {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    display: block;
    position: relative;
}

.doctor-side li a:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #003f78;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 10px;
    transition: all ease .3s;
    transform: translateY(-50%);
    opacity: 0;
}

.doctor-side li a:hover:after {
    left: -15px;
    opacity: 1;
}

.doctor-side li a.active:after {
    left: -15px;
    opacity: 1;
}

.doctor-image {
    margin-bottom: 30px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    overflow: hidden;
}

.doctor-image img {
    width: 100%;
}

.doctor-page-detail {

    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

.doctor-page-detail .head {
    margin-bottom: 30px;
}

.doctor-page-detail .head h4 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}

.doctor-page-detail .body {
    margin-bottom: 50px;
}

.doctor-page-detail .body .sub-head {
    background-color: #003f78;
    color: #fff;
    padding: 20px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.doctor-page-detail .body .sub-head h4 {
    margin-bottom: 0;
    font-size: 24px;
}

.doctor-page-detail .body .list-items {
}

.doctor-page-detail .body .list-items .item.bildiri-item .bottom h4 {
    font-size: 16px;
}

.doctor-page-detail .body .list-items .item {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
    background-color: #fff;
    margin-bottom: 25px;
}

.doctor-page-detail .body .list-items .item .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
    gap: 20px;
}

.doctor-page-detail .body .list-items .item .top .unvan {
    background-color: #003f78;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
}

.doctor-page-detail .body .list-items .item .top .yil {
    font-size: 18px;
    color: #777777;
    font-weight: 500;
}

.doctor-page-detail .body .list-items .item .bottom {
}

.doctor-page-detail .body .list-items .item .bottom h4 {
    margin-bottom: 0;
    font-weight: 600;
}

.doctor-page-detail .body .list-items .item .bottom p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
}

.hc-main-header {
    position: relative;
    top: unset;
}

.hc-logo {
    z-index: 9;
}

.hc-banner {
    z-index: 1;
}

.megamenu-container {
    background-color: #efefef;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease .3s;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.megamenu-container.opened {
    max-height: 10000px;
    visibility: visible;
    opacity: 1;
}

.megamenu-container #megamenu {
    padding: 50px 0;
}

.megamenu-container #megamenu .menu-item {
    display: none;
}

.megamenu-container #megamenu .menu-item.openmenu {
    display: block;
}

.megamenu-container #megamenu .menu-item .hc-has-submenu:after {
    display: none;
}

.megamenu-container #megamenu .menu-item > ul {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.megamenu-container #megamenu .menu-item > ul.online-islemler {
    justify-content: end;
}

.megamenu-container #megamenu .menu-item > ul > li.menu-image {
}

.megamenu-container #megamenu .menu-item > ul > li.menu-image ~ .hc-has-submenu {
    width: 20%;
}

.megamenu-container #megamenu .menu-item > ul > li {
    width: calc(100% / 4);
}

.megamenu-container #megamenu .menu-item > ul > li > .megamenu {
    max-height: 210px;
}

.megamenu-container #megamenu .menu-item > ul > li > .megamenu:hover {
    overflow-y: auto;
}

.megamenu-container #megamenu .menu-item > ul > li > .megamenu::-webkit-scrollbar {
    width: 4px;
}

.megamenu-container #megamenu .menu-item > ul > li > .megamenu::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.megamenu-container #megamenu .menu-item > ul > li > .megamenu::-webkit-scrollbar-thumb {
    background-color: #033d76;
    border-radius: 100px;
}

.megamenu-container #megamenu .menu-item > ul > li > a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #003f78;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
}

.megamenu-container #megamenu .menu-item > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003f78;
}

.megamenu-container #megamenu .menu-item > ul > li > a span {
}

.megamenu-container #megamenu .menu-item .hc-submenu {
    position: unset;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transform: unset;
    max-width: 100%;
}

.megamenu-container #megamenu .menu-item .megamenu {
}

.megamenu-container #megamenu .menu-item .megamenu > .hc-submenu {
}

.megamenu-container #megamenu .menu-item .megamenu > .hc-submenu > .hc-has-submenu {
}

.megamenu-container #megamenu .menu-item .megamenu > .hc-submenu > .hc-has-submenu .megamenu {
    display: none;
}

.megamenu-container #megamenu .menu-item .megamenu > .hc-submenu > .hc-has-submenu .megamenu > ul {
    padding-left: 10px;
}

.megamenu-container #megamenu .menu-item .megamenu > .hc-submenu > .hc-has-submenu:hover .megamenu {
    display: block;
}

.megamenu-container #megamenu .menu-item .megamenu ul {
    background: transparent;
    box-shadow: unset;
}

.megamenu-container #megamenu .menu-item .megamenu ul li {
    margin-bottom: 3px;
}

.megamenu-container #megamenu .menu-item .megamenu ul li a {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.megamenu-container #megamenu .menu-item .megamenu ul li a:hover {
    color: #003f78;
}

/*.megamenu-main .megamenu {
    display: none;
}*/

.hc-navbar > ul > li > a {
    font-size: 14px;
}

.megamenu-online {
    background: #3e5265;
    padding: 0 20px;
    border-radius: 8px;
    color: #fff;
    transition: all ease .3s;
}

.megamenu-online a {
    color: inherit;
}

.megamenu-online:after {
    right: 15px;
}

.megamenu-online.active, .megamenu-online:hover {
    background-color: #003f78;
}

.hc-navbar > ul > li > a {
    padding: 10px 0;
}

.alt-bolumler {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 15px;
}

.alt-bolumler i {
    color: var(--necmettin-light-blue);
}

.alt-bolumler span {
    margin-left: 4px;
}

.alt-bolumler:hover {
}

aside.bolum-aside {
    background: #f7f7f7;
    padding: 60px;
}

aside.bolum-aside h4 {
    font-size: 24px;
    font-weight: bold;
    color: #003f78;
    margin-bottom: 20px;
}

.side-menu-bolum {
    margin: 30px 0;
}

.side-menu-bolum li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.side-menu-bolum > li > a {
    display: flex;
}

.side-menu-bolum > li.active > a {
    font-weight: bold;
    color: #003f78;
}

.side-menu-bolum > li a i {
    margin-right: 6px;
    line-height: 1;
    display: flex;
    height: 19px;
    align-items: center;
}

.side-menu-bolum > li a {
    font-size: 1rem;
    line-height: 1.5;
}

.side-menu-bolum > li > ul {
    margin: 20px 0;
}

.side-menu-bolum > li > ul > li {
}

.side-menu-bolum > li > ul > li a {
    font-size: 14px;
    display: flex;
}

.side-menu-bolum > li > ul > li a.active {
    color: #003f78;
    font-weight: 500;
}

.content-area {
}

.content-area h4.sub-title {
    font-size: 26px;
    font-weight: bold;
    color: var(--necmettin-light-blue);
    margin-bottom: 20px;
}

.content-area h2 {
    font-size: 26px;
    font-weight: bold;
    color: var(--necmettin-light-blue);
    margin-bottom: 20px;
}

.content-area h3 {
    font-size: 22px;
    font-weight: bold;
    color: var(--necmettin-light-blue);
    margin-bottom: 25px;
    margin-top: 30px;
}

.content-area p {
    font-size: 16px;
    line-height: 28px;
    color: #7d8287;
    margin-bottom: 30px;
    font-weight: 400;
    word-wrap: break-word;
}

a.go-doctor {
    width: 250px;
    height: 100px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #003f78;
    border: 1px transparent solid;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all ease .3s;
}

a.go-doctor:hover {
    background-color: transparent;
    color: #003f78;
    border-color: #003f78;
}

a.go-doctor i {
    margin-bottom: 14px;
    font-size: 16px;
}

a.go-doctor span {
}

.birim-doktorlari {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.birim-doktorlari .search-item {
    width: calc(1 / 5 * 100% - (1 - 1 / 5) * 20px);
}

.birim-title {
    font-size: 26px;
    font-weight: bold;
    color: var(--necmettin-light-blue);
    margin-bottom: 20px;
    padding-top: 100px;
}

.filtre-menu {
}

.filtre-menu ul {
}

.filtre-menu ul li a {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 15px;
}

.filtre-menu ul li a i {
    color: var(--necmettin-light-blue);
    margin-right: 4px;
}

.filtre-menu ul li a.active {
    font-weight: bold;
}

.filtre-menu ul li a:hover {
    font-weight: bold;
}

.birim-btn {
    font-size: 14px;
    background-color: #003f78;
    color: #fff;
    border-radius: 6px;
    padding: 6px 20px;
    border: 1px solid transparent;
    margin-left: auto;
}

.birim-btn:hover {
    background-color: #fff;
    color: #003f78;
    border-color: #003f78;
}

#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    font-size: 32px;
    font-weight: bold;
    flex-direction: column;
}

.personel-img {
    margin-bottom: 50px;
}

.button-dropdown .button:hover {
    background: #4566a4;
    text-decoration: none;
}

.button-dropdown {
    position: relative;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: -15px;
    margin-left: 30px;
}

.button-dropdown:hover > span {
    background-color: #0D3349;
}

.button-dropdown > span {
    border-radius: 3px;
    position: relative;
    padding: 1em 2rem;
    text-align: center;
    background: #003f78;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all ease .3s;
}

.button-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    width: 260px;
    right: 0;
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.button-dropdown .dropdown li:first-child {
    background: #fafafa;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #f7f7f7;
    padding: .75em 1em;
    font-weight: 600;
    user-select: none;
    display: flex;
    align-items: center;
}

.button-dropdown .dropdown li:first-child svg {
    fill: #000;
}

.button-dropdown .dropdown li svg {
    fill: #0ba5cb;
}

.button-dropdown .dropdown li:first-child .dropdown-link {
    border-radius: 3px 3px 0 0;
}

.button-dropdown .dropdown li:first-child:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 13px;
    width: 0;
    height: 0;
    border: 6px outset transparent;
    border-bottom: 6px solid #fff;
}

.button-dropdown .dropdown li:last-child .dropdown-link {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px;
    border: 0;
}

.button-dropdown .dropdown .dropdown-link {
    position: relative;
    padding: .75em 1em;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f7f7f7;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.button-dropdown .dropdown .dropdown-link:hover {
    background: #f7f7f7;
}


.dropdown:hover {
    display: block;
}

.button-dropdown:hover > .dropdown, .button-dropdown.open > .dropdown {
    display: block;
}

.menuContent1>.button-dropdown:hover > .dropdown{
    display: none;
}

.subLevelContent > .dropdown{
    display: block;
    width: 100%;
    height: 100%;
    filter: unset;
    position: relative;
}
.subLevelContent > .dropdown .dropdown-link{
    font-size: 18px;
}
.subLevelContent > .dropdown .icon svg{
    width: 40px;
    height: 40px;
}

.subLevelContent.button-dropdown > span{
    display: none;
}

.hc-main-menu {
    width: 100%;
}

.hc-main-menu .hc-navbar {
    display: flex;
    align-items: center;
    justify-content: end;
}

.result-not-found {
    background: #fafafa;
    padding: 30px 0;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
}

.button-dropdown .dropdown .icon {
    margin-right: 6px;
    display: flex;
}

.button-dropdown .dropdown .icon svg {
    width: 24px;
    height: 24px;
}

.hover-hc-team-box {
    border: 1px solid transparent;
    transition: all ease .3s;
}

.hover-hc-team-box:hover {
    border: 1px solid #003f78;
}

.editor-link-list {
}

.editor-link-list ul {
}

.editor-link-list ul li {
    position: relative;
    padding: 6px 0;
}

.editor-link-list ul li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
}

.editor-link-list ul li a {
    font-weight: 500;
    color: #00a1c8;
}

.editor-link-list ul li a:hover {
    color: #000;
}

.subpage-header {
    background-color: #202638;
    border-bottom: 1px solid #3c3c3c;
    position: relative;
}

.subpage-header .submenu {
}

.subpage-header .submenu > ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.subpage-header .submenu > ul > li {
}

.subpage-header .submenu > ul > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 18px;
    color: #fff;
}

.subpage-header .submenu > ul > li > a:hover {
    color: #9c9c9c;
}

.submenu ul > li > a {
    margin-right: 20px;
    position: relative;
}

.submenu ul > li.lb-has-submenu > a:after {
    position: absolute;
    content: '';
    right: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(
            45deg);
    top: -2px;
    bottom: 0;
    margin: auto;
    border-color: #fff;
}

.lb-has-submenu > .lb-megamain {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    max-width: 100vw;
    width: 100vw;
    transition: all ease .3s;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: 9;
}


.lb-has-submenu:hover .lb-megamain {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
}

body {
    overflow-x: hidden;
}

.lb-megacontainer {
    display: flex;
}

.lb-megacontainer > li {
    width: 25%;
}

.lb-megacontainer > li > a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #003f78;
    margin-bottom: 8px;
    font-weight: bold;
    position: relative;
    padding-bottom: 8px;
}

.lb-megacontainer > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003f78;
}

.lb-megacontainer > li > ul {
}

.lb-megacontainer > li > ul li {
    margin-bottom: 3px;
}

.lb-megacontainer > li > ul li > a {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.lb-megacontainer > li > ul li > a:hover {
}

.lb-megamain {
    padding: 50px 0;
}


.position-relative {
    position: relative;
}

.lb-has-submenu > .lb-submenumain {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;

    transition: all ease .3s;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    top: 100%;
    right: 0;
    width: 300px;
    z-index: 9;
}


.lb-has-submenu:hover .lb-submenumain {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
}

.lb-has-submenu .lb-submenumain ul {
}

.lb-has-submenu .lb-submenumain ul li:not(:last-child) {
}

.lb-has-submenu .lb-submenumain ul li:not(:last-child) a {
    border-bottom: 1px solid #f7f7f7;
}

.lb-has-submenu .lb-submenumain ul li a {
    position: relative;
    padding: .75em 1em;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
}

.lb-has-submenu .lb-submenumain ul li a:hover {
    background: #f7f7f7;
}

.subpage-slider-swiper {
    width: 100%;
    position: relative;
}

.subpage-slider {
    margin-bottom: 60px;
}

.subpage-slider-swiper .swiper-slide {
    opacity: 0 !important;
}

.subpage-slider-swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.subpage-slider-swiper .swiper-slide .img {
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 40%;
}

.subpage-slider-swiper .swiper-button-next {
}

.subpage-slider-swiper .swiper-button-prev {
}

.sw-button {
    background-image: unset;
}

.sw-button svg {
    width: 32px;
    height: 32px;
}

.sub-page-content {
    padding-bottom: 100px;
}

.sub-page-content .page-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 40px 0;
}

#heroVideo {
    height: calc(100vh - 120px);
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}

#heroVideo video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    object-fit: cover;
}

#heroVideo .caption {
    position: relative;
    z-index: 20;
    text-align: center;
    color: #ffffff;
}

#heroVideo .caption h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 0.5rem;
}

#heroVideo .caption h2 {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
}


@media screen and (min-width: 768px) {
    #heroVideo .caption h1 {
        font-size: 2.5rem;
    }

    #heroVideo .caption h2 {
        font-size: 1.75rem;
    }
}


@media screen and (min-width: 992px) {
    #heroVideo .caption h1 {
        font-size: 3rem;
    }

    #heroVideo .caption h2 {
        font-size: 2rem;
    }
}


@media screen and (min-width: 1200px) {
    #heroVideo .caption h1 {
        font-size: 4rem;
    }

    #heroVideo .caption h2 {
        font-size: 2.5rem;
    }
}

.rehber-table {
    background-color: #fff;
    width: 100%;
    padding: 50px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    margin-bottom: 50px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dbdfe3 !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-color: #dbdfe3 !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    border-right: 1px solid #dbdfe3;
}

table.dataTable tbody th:first-child, table.dataTable tbody td:first-child {
    border-left: 1px solid #dbdfe3;
}

.content-btn-area {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.sub-department {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 40px 0;
    margin: 40px 0;
}

.sub-department ul {
}

.sub-department ul li {
}

.sub-department ul li a {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 15px;
}

.sub-department ul li a i {
    color: var(--necmettin-light-blue);
    margin-right: 4px;
}

.hc-counter {
    background: #033e76;
}


.swiper-homepage.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 40px;
}

.swiper-homepage .swiper-slide {

}

.swiper-homepage .swiper-button-prev {
    left: -60px;
}

.swiper-homepage .swiper-button-next {
    right: -60px;
}

.swiper-homepage .hc-blog-title {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 28px;
}

.swiper-homepage .hc-blog-head {
    font-size: 10px;
}

.home-boxes {
}

.home-boxes .hc-service-box {
    padding: 40px 20px;
}

.home-boxes .hc-service-box .hc-service-icon {
    border-radius: 0;
    background: unset;
    box-shadow: none;
}

.home-boxes .hc-service-box .hc-service-icon img {
    object-fit: cover;
    height: 100%;
}

.home-boxes .hc-service-box .hc-service-title {
    font-size: 16px;
}

.home-boxes .hc-service-box p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.swiper-homepage {
}

.hc-blog-data {
    top: unset;
    margin-top: -50px;
}

.hc-service-box {
    margin-bottom: 0;
}

.home-duyuru .hc-blog-img {
    border-radius: 12px;
    border: 1px solid rgba(192, 192, 192, 0.47);
    background-color: #fff;
}


.swiper-homepage .hc-blog-box {
    padding: 20px 0;
}

.home-mainContent .hc-service-box {
    min-height: 290px;
    height: 100%;
    max-height: 300px;
}

.hc-service-arrow:hover {
    background-color: #033e76;
}

.content-button-ck {
}

.content-button-ck p {
    margin-bottom: 0;
}

.content-button-ck a {
    border-radius: 3px;
    position: relative;
    padding: 1em 2rem;
    text-align: center;
    background: #003f78;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all ease .3s;
    margin-right: 12px;
    margin-bottom: 12px;
}

.content-button-ck a:hover {
    background-color: #0D3349;
}

.hc-footer a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.footer-social li {
}

.footer-social li a {
    display: block;
    padding: 0 20px;
}

.footer-social li a .icon {
    transition: 0.3s ease all;
    width: 38px;
    height: 38px;
    fill: #d9dbdf;
}

.footer-social li a:hover .icon {
    fill: #00a1c8;
}

.footer-social li a:hover {
}

.map-buttons {
}

.map-buttons a {
    border-radius: 3px;
    position: relative;
    padding: 1em 2rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all ease .3s;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #0D3349;
    background-color: transparent;
    color: #0D3349;
}

.map-buttons a:hover {
    background-color: #003f78;
    color: #fff;
}

.map-buttons a.active {
    background: #003f78;
    color: #fff;
}

.map-container {
}

.map-container > * {
    display: none;
}

.map-container .active {
    display: block;
}


.position-unset {
    position: unset;
}

.hc-has-submenu:after {
    display: none;
}

.hc-main-menu .hc-navbar {
}

.hc-main-menu .hc-navbar > ul {
}

.hc-main-menu .hc-navbar > ul > li {
}

.hc-main-menu .hc-navbar > ul > li > a {
    position: relative;
}

.hc-main-menu .hc-navbar ul > li.megamenu-main > a:after, .hc-main-menu .hc-navbar ul > li.hc-has-submenu > a:after, .hc-main-menu .hc-navbar ul > li.lb-has-submenu > a:after, .mobileMenu .menuContent1 ul > li.megamenu-main > a:after, .mobileMenu .menuContent1 ul > li.hc-has-submenu > a:after, .mobileMenu .menuContent1 ul > li.lb-has-submenu > a:after, .mobileMenu .subLevelcontent ul > li.megamenu-main > a:after, .mobileMenu .subLevelContent ul > li.hc-has-submenu > a:after, .mobileMenu .subLevelContent ul > li.lb-has-submenu > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.megamenu-main > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.hc-has-submenu > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.lc-has-submenu > a:after, .menuContent3 .megamenu ul > li.megamenu-main > a:after, .menuContent3 .megamenu ul > li.hc-has-submenu > a:after, .menuContent3 .megamenu ul > li.lb-has-submenu > a:after, ul.mobilemegacontainer > li > a:after{
    position: absolute;
    content: '';
    right: 0;
    width: 6px;
    height: 6px;
    background: transparent;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    top: -2px;
    bottom: 0;
    margin: auto;
    border-color: #003f78;
}


.mobileMenu .menuContent1 ul > li.megamenu-main > a:after, .mobileMenu .menuContent1 ul > li.hc-has-submenu > a:after, .mobileMenu .menuContent1 ul > li.lb-has-submenu > a:after, .mobileMenu .subLevelcontent ul > li.megamenu-main > a:after, .mobileMenu .subLevelContent ul > li.hc-has-submenu > a:after, .mobileMenu .subLevelContent ul > li.lb-has-submenu > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.megamenu-main > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.hc-has-submenu > a:after, .mobileMenu .menuContent3 .subLevelContent ul > li.lc-has-submenu > a:after, .menuContent3 .megamenu ul > li.megamenu-main > a:after, .menuContent3 .megamenu ul > li.hc-has-submenu > a:after, .menuContent3 .megamenu ul > li.lb-has-submenu > a:after, ul.mobilemegacontainer > li > a:after{
    right: 30px;
    transform: rotate(315deg);
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main {
    position: unset;
    margin-bottom: -10px;
    padding-bottom: 10px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main:hover {
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main:hover .megamenu {
    max-height: 1000px;
    visibility: visible;
    opacity: 1;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    max-width: 100vw;
    width: 100vw;
    transition: all ease .3s;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: 7;
    display: block;
    padding: 50px 0;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu {
    width: 25%;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > a {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #003f78;
    margin-bottom: 8px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-right: 20px;
    position: relative;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #003f78;
    transform: unset;
    top: unset;
}
.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu {
    display: block;
    height: 200px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu {
    position: unset;
    box-shadow: unset;
    max-width: 100%;
    width: 100%;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li {

    margin-bottom: 3px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li .megamenu {
    padding-left: 20px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > a {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-bottom: unset;
    position: relative;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > a:hover {
    color: #033d76;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li:hover .megamenu {
    position: relative;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > a > span {
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > .megamenu > ul {
    position: unset;
    box-shadow: unset;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease .3s;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li:hover > .megamenu > ul {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > .megamenu > ul li {
    margin-bottom: 3px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu > .hc-submenu > li > .megamenu > ul li a {
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-bottom: unset;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu::-webkit-scrollbar {
    width: 8px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.hc-main-menu .hc-navbar > ul > li.megamenu-main > .megamenu > .container > ul > .hc-has-submenu > .megamenu::-webkit-scrollbar-thumb {
    background-color: #033d76;
    border-radius: 100px;
}

.table-yemeklistesi {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.table-yemeklistesi thead tr {
    height: 60px;
    background: #003f78;
}

.table-yemeklistesi thead th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    text-align: center;
}

.table-yemeklistesi tbody tr {
    height: 50px;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
    border-bottom: 1px solid silver;
}

.table-yemeklistesi tbody tr.today {
    background-color: #003f78 !important;
    color: #fff;
}

.table-yemeklistesi tbody tr:last-child {
    border-bottom: 0;
}

.table-yemeklistesi tbody tr td {
    text-align: center;
    border-right: 1px solid silver;
    padding: 12px 0;
}

.table-yemeklistesi tbody tr td:last-child {
    border-right: 0;
}

.table-yemeklistesi tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.home-duyuru {
}

.home-duyuru .hc-blog-box {
    height: 250px;
}

.home-duyuru .hc-blog-box .hc-blog-head {
    margin-bottom: auto;
}

.home-duyuru .hc-blog-box .hc-blog-head a {
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(3 126 172);
    color: #fff;
    display: block;
    padding: 6px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.home-duyuru .hc-blog-box .hc-blog-title {
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
}

.home-duyuru .hc-blog-box:hover .hc-blog-data {
    box-shadow: 0 0 0 5px #fff;
}

.home-duyuru .hc-blog-box .hc-blog-data {
    box-shadow: unset;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hc-duyuru {
    background-color: #033e76;
    padding: 100px 0;
}

.hc-duyuru .hc-sub-heading {
    color: #fff;
}

.hc-bloglar {
    padding: 100px 0;
}
.hc-duyuru .icerik-detailBtn{
    background: var(--necmettin-light-blue);
}

.icerik-detailBtn {
    border-radius: 3px;
    position: relative;
    padding: 1em 2rem;
    text-align: center;
    background: #003f78;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    transition: all ease .3s;
}

.icerik-detailBtn:hover {
    color: #003f78;
    background-color: #fff;
}

.pagination-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    margin: 3rem 0;
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
}

.pagination-page li{
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.4rem;
    cursor: pointer;
}

.pagination-page li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
}

.pagination-page li a.active {
    color: #ffffff;
    background: #23adad;
    font-weight: 600;
    border: 1px solid #23adad;
}


.pagination-page a:hover:not(.active) {
    background-color: #ddd;
}

.all-news .hc-blog-title, .all-blogs .hc-blog-title {
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 28px;
}

.all-news .hc-blog-box, .all-blogs .hc-blog-box {
    margin-bottom: 50px;
}

.all-annoc {}

.all-annoc .hc-blog-box {
    margin-bottom: 50px;
}

.all-annoc .hc-blog-data {
    margin-top: 0;
    height: 220px;
    overflow-y: hidden;
    width: 100%;
}

.all-annoc .hc-blog-title {
    font-size: 18px;
}