/* Add here all your CSS customizations */

#header .header-nav.header-nav-links nav>ul>li>a,
#header .header-nav.header-nav-links nav>ul>li:hover>a,
#header .header-nav.header-nav-line nav>ul>li>a,
#header .header-nav.header-nav-line nav>ul>li:hover>a {
    /*text-transform: capitalize;*/
    /*font-size: 14px;*/
}

.image-border {}

.image-border img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: transparent;
}

.flag {
    margin-right: 3px;
}

i.fas.fa-angle-down {
    margin-left: 3px;
}

.heading.heading-middle-border:before {
    border-top: 1px solid #bc992e;
}

.accordion table tr:nth-child(2n-1) {
    background-color: #bc992e !important;
    color: #fff;
}

.accordion table {
    width: 100% !important;
    overflow: scroll;
}

.accordion table tr:nth-child(2n) {
    color: #bc992e !important;
    background-color: #212529 !important;
}

span.icerik p {
    color: #fff !important;
    ;
}

span.icerik p span {
    color: #fff !important;
    ;
}

.border-none {
    border: none;
}

#photo-gallery.item {
    -webkit-box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 7px -5px rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    border-radius: 0;
    padding: 12px;
}

.medical-schedules .box-one::after {
    border-left: 40px solid #328549 !important;
}

#pageTabs .nav-tabs .nav-link {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    ;
    border-top-right-radius: 0 !important;
    ;
}

#footer .list.list-icons li>[class*="fa-"]:first-child,
.list.list-icons li a:first-child>[class*="fa-"]:first-child,
.list.list-icons li>.icons:first-child,
.list.list-icons li a:first-child>.icons:first-child {
    color: white;
    border-color: white;
}

.flip-content {}

.bg-dark-transparent {
    width: 100%;
    position: absolute;
    height: 700px;
    background: #21252982;
    top: 0;
    z-index: 11;
}

@media (min-width: 992px) {
    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #f7f7f7;
    }
    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul>li.dropdown-full-color.dropdown-secondary:hover>a {
        background: #d1b30f;
        color: #f7f7f7;
    }
    .main {
        min-height: 800px;
    }
}