﻿@import url('Normalize.css');
@import url('Bootstrap/css/bootstrap.css');
@import url('Fonts/Fonts.css');


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    text-decoration: none;
    outline: 0px;
    font-weight: normal;
}

.animation {
    -webkit-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -moz-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -o-transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition: all 500ms cubic-bezier(0.550, 0.055, 0.675, 0.190); /* easeInCubic */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    -o-transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transition-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); /* easeInCubic */
}

a, a:hover {
    color: inherit;
    text-decoration: inherit;
}

    a:hover {
        opacity: 0.8;
    }

    a.no-hover {
        opacity: 1;
    }

em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}

ol, ul {
    list-style: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    border: none;
    text-decoration: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.relative {
    position: relative;
}

strong {
    font-weight: 700;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb {
    background-color: #042a50;
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        background-color: #021e39;
    }

body {
    font-family: 'nexaregular';
    color: #616060;
    font-size: 14px;
    background: white;
}

.container {
    position: relative;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

header {
    width: 100%;
    background-color: #004785 /*#002f5d*/;
    padding: 0 0 0 0;
    position: relative;
}

body.isopenform {
    overflow: hidden;
}

    body.isopenform .form_overlay {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.20);
        height: 100%;
    }

.logo {
    height: 96px;
    margin-bottom: 10px;
    margin-left:14px;
}

header .top-nav {
    width: 100%;
    padding: 0px 0;
    color: #90a7be;
    background: rgb(4, 42, 80);
    background: -moz-linear-gradient(90deg, rgb(4, 42, 80) 30%, rgb(3, 37, 70) 70%);
    background: -webkit-linear-gradient(90deg, rgb(4, 42, 80) 30%, rgb(3, 37, 70) 70%);
    background: -o-linear-gradient(90deg, rgb(4, 42, 80) 30%, rgb(3, 37, 70) 70%);
    background: -ms-linear-gradient(90deg, rgb(4, 42, 80) 30%, rgb(3, 37, 70) 70%);
    background: linear-gradient(180deg, rgb(4, 42, 80) 30%, rgb(3, 37, 70) 70%);
    padding-top: 9px;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

    header .top-nav .menu {
        width: 100%;
        margin-top: 6px;
    }

        header .top-nav .menu li {
            display: inline-block;
            margin-right: 18px;
            font-family: 'nexaxbold';
        }

            header .top-nav .menu li:last-of-type {
                margin-right: 0;
            }

    header .top-nav select.lang {
        height: 28px;
        background: url('../Images/btn-lang.png') no-repeat top right #031d37;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        color: #a1bfdf;
        font-size: 12px;
        float: right;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
    }

        header .top-nav select.lang::-ms-expand {
            display: none;
        }

header .main-menu {
    width: 100%;
    color: white;
    text-align: center;
}

    header .main-menu li {
        display: inline-block;
        font-family: 'nexaxbold';
    }

        header .main-menu li:last-of-type {
            margin-right: 0;
        }

@media screen and (min-width:768px) {
    body.isopenform .form_overlay {
        top: 98px;
    }

    header .top-nav select.lang {
        width: 100%;
        padding-left: 6px;
    }

    header .top-nav {
        font-size: 10px;
    }

        header .top-nav a.phone {
            font-size: 16px;
        }

        header .top-nav .menu li {
            margin-right: 7px;
        }

        header .top-nav .menu {
            text-align: left;
            width: auto;
            display: inline-block;
        }

    header .main-menu {
        font-size: 12px;
        padding: 16px 0 0 0;
    }

        header .main-menu li {
            margin-right: 2px;
            margin-left: 2px;
        }
}

@media screen and (min-width:992px) {
    body.isopenform .form_overlay {
        top: 127px;
    }

    header .top-nav select.lang {
        width: 190px;
        padding-left: 46px;
    }

    header .top-nav {
        font-size: 12px;
    }

        header .top-nav a.phone {
            font-size: 25px;
        }

        header .top-nav .menu li {
            margin-right: 18px;
        }

        header .top-nav .menu {
            text-align: left;
            width: auto;
            display: inline-block;
        }

    header .main-menu {
        font-size: 14px;
        padding: 26px 0 0 0;
    }

        header .main-menu li {
            margin-right: 7px;
            margin-left: 7px;
        }
}

@media screen and (min-width:1200px) {
    header .top-nav a.phone {
        font-size: 22px;
        margin-left:14px;
    }

    header .top-nav .menu {
        width: 100%;
        text-align: center;
    }

    header .main-menu li {
        margin-right: 14px;
        margin-left: 14px;
    }
}
.desktop-menu .lang{
    display:inline-block;
}
.header {
    display:inline-block;
    margin-left:5px;
}
.header .social img{
    width:32px;
    height:32px;
}
.header .social li{
    margin-bottom:5px;
}
@media screen and (max-width:380px){
    .header {
        margin-left: 18px;
    }
}
    /**********************mobile menu************************************/
    .mobile-menu .navbar-brand {
        width: 213px;
        display: block;
    }

.navbar-toggle {
    position: relative;
    margin-right: -35px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 4px;
        border-radius: 1px;
        background: #fff;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.mobile-menu .navbar-header {
    background-color: #094378;
    padding: 12px 30px;
}

    .mobile-menu .navbar-header .lang,
    .desktop-menu  .lang,
    .mobile-menu .navbar-header .phone {
        font-size: 19px;
        color: #90a7be;
        font-family: 'nexabook';
    }
     /*.desktop-menu  .lang{
         font-size:14px;
     }*/
    .mobile-menu .navbar-header .lang {
        display: block;
        font-size: 18px;
    }
        .desktop-menu  .lang a,
        .mobile-menu .navbar-header .lang a {
            margin: 0 4.5px 2px;
            display: inline-block;
        }
            .desktop-menu .lang a.active
            .mobile-menu .navbar-header .lang a.active {
                color: #4da5fb;
            }

    .mobile-menu .navbar-header .pull-right {
        text-align: center;
    }

.mobile-menu #mobile-menu {
    background: rgba(0, 0, 0, 0.70);
    padding-top: 10px;
    border-top: 1px solid #000;
    position: absolute;
    width: 100%;
    z-index: 11;
}

.mobile-menu .main-menu li {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: 'nexaxbold';
    border-bottom: 1px solid rgba(77, 165, 251, 0.34);
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}

.mobile-menu .main-menu li:last-of-type {
    border-bottom: none;
}
/**********************appointment************************************/
header .btn-appointment {
    display: block;
    background-color: #d0202e;
    border-radius: 7px;
    color: white;
    font-family: 'nexaxbold';
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    float: right;
}

    header .btn-appointment span {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        height: 100%;
        width: 40px;
        background: url('../Images/randevu-down-arrow.png') no-repeat center center #ad101d;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
    }

header .appointment-container {
    position: absolute;
    z-index: 2;
    top: 52px;
    right: 0;
    width: 470px;
    box-sizing: border-box;
    background-color: #d0202e;
    border-radius: 5px;
    border-top-right-radius: 0;
    font-family: 'nexaxbold';
    display: none;
}

    header .appointment-container.opened {
        display: block;
    }


    header .appointment-container .contents {
        padding: 45px 50px 0 50px;
    }

    header .appointment-container .warning {
        color: white;
        font-size: 11px;
    }

    header .appointment-container .step {
        color: #840a14;
        margin: 30px 0;
        text-align: center;
    }

    header .appointment-container span {
        display: inline-block;
        width: 60px;
        background: url('../Images/randevu-right-arrow.png') no-repeat right center;
        margin-right: 10px;
        text-align: left;
    }

        header .appointment-container span:last-of-type {
            background: none;
            margin-right: 0;
        }

    header .appointment-container .step span:first-of-type {
        color: white;
        background: url('../Images/randevu-right-arrow-white.png') no-repeat right center;
    }

    header .appointment-container input {
        width: 100%;
        height: 48px;
        color: #002f5d;
        border: none;
        outline: none;
        border: none;
        border-radius: 7px;
        background-color: white;
        padding: 0 18px;
        margin-bottom: 14px;
    }

    header .appointment-container select {
        width: 75px;
        height: 48px;
        color: #002f5d;
        border: none;
        outline: none;
        border: none;
        border-radius: 7px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        background: url('../../Themes/Images/randevu-select-arrow.png') no-repeat right 5px center white;
        padding: 0 5px 0 5px;
    }

        header .appointment-container select::-ms-expand {
            display: none;
        }

    header .appointment-container .birthday {
        margin-bottom: 35px;
    }

        header .appointment-container .birthday ul {
            color: white;
            width: 100%;
        }

            header .appointment-container .birthday ul li {
                float: left;
                width: 75px;
                margin-right: 14px;
            }

                header .appointment-container .birthday ul li:last-of-type {
                    width: 92px;
                    margin-right: 0;
                }

                header .appointment-container .birthday ul li:first-of-type p {
                    padding-top: 5px;
                }

    header .appointment-container button {
        display: block;
        width: 100%;
        height: 66px;
        background: url('../Images/randevu-send-btn-arroe.png') no-repeat right 20px center #042a50;
        color: white;
        border: none;
        outline: none;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        text-shadow: 0px 2px 30px rgba(250, 250, 250, 0.6);
    }

@media screen and (min-width:768px) {
    header .btn-appointment {
        width: 100%;
        font-size: 12px;
        padding: 10px 0 10px 6px;
        margin-top: 5px;
    }
}

@media screen and (min-width:992px) {
    header .btn-appointment {
        width: 165px;
        font-size: 14px;
        padding: 14px 0 14px 20px;
        margin-top: 10px;
    }
}

@media screen and (min-width:1200px) {
    header .btn-appointment {
        width: 165px;
    }
}

.search-container {
    min-height: 70px;
    background-color: #d0202e;
    border-radius: 5px;
    margin: 15px auto;
    padding: 8px;
    position: relative;
    font-family: 'nexaxbold';
}

    .search-container .form-control {
        position: relative;
        width: 100%;
        height: 54px;
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        color: #fff;
        padding-left: 12px;
        padding-right: 100px;
    }

        .search-container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
            opacity: 0.6;
        }

        .search-container .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
            opacity: 0.6;
        }

        .search-container .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
            opacity: 0.6;
        }

        .search-container .form-control:-moz-placeholder { /* Firefox 18- */
            color: #fff;
            opacity: 0.6;
        }

    .search-container button {
        position: absolute;
        top: 8px;
        right: 8px;
        color: #fff;
        background: #434546;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0 30px;
        border-radius: 7px;
        height: 54px;
    }

@media screen and (max-width:480px) {
    .search-container .form-control::-webkit-input-placeholder, .search_unit_container .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 10px;
    }

    .search-container .form-control::-moz-placeholder, .search_unit_container .form-control::-moz-placeholder { /* Firefox 19+ */
        font-size: 10px;
    }

    .search-container .form-control:-ms-input-placeholder, .search_unit_container .form-control::-moz-placeholder { /* IE 10+ */
        font-size: 10px;
    }

    .search-container .form-control:-moz-placeholder, .search_unit_container .form-control::-moz-placeholder { /* Firefox 18- */
        font-size: 10px;
    }

    #medical_units .search_unit {
        right: 13px;
        top: 20px;
    }

    #haber p {
        z-index:1;
    }

    .home .mobil-bg .item::before {
        
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 48, 91, 0.4);
        z-index:1;
    }
     .home .item .caption h1, .home .item .caption p{
         color:#fff !important;
     }
    .home .btn .btn-default{
        z-index:2;
    }
    .boxType1 figcaption:after {
           
            opacity: 1!important;
        }
    .boxType1 figcaption p{
        z-index:10 !important;
    }
    .home .owl-dots .owl-dot {
     
        border: 3px solid #fff!important;
      
    }

        .home .owl-dots .owl-dot.active {
            background: #fff!important;
        }
}

@media screen and (min-width:320px) {
    .search-container {
        width: 86%;
        font-size: 13px;
    }
    .phone{
        margin-left: 15px;
    }
}

@media screen and (min-width:768px) {
    .search-container {
        width: 50%;
        font-size: 15px;
    }
    .phone{
        margin-left: 0;
    }
}
/****************************footer***********************/
.commonbtn {
    color: #fff;
    font-size: 14px;
    background: #d0202e;
    padding: 17px 25px;
    border-radius: 5px;
    display: table;
    text-align: center;
}

footer .footer_top {
    /*background:url(../Images/footer_topbg.jpg) no-repeat top center;*/
    background: #021e39;
    background: -moz-linear-gradient(left, #021e39 0%, #04386b 32%, #04427e 50%, #04386b 68%, #021e39 100%);
    background: -webkit-linear-gradient(left, #021e39 0%,#04386b 32%,#04427e 50%,#04386b 68%,#021e39 100%);
    background: linear-gradient(to right, #021e39 0%,#04386b 32%,#04427e 50%,#04386b 68%,#021e39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#021e39', endColorstr='#021e39',GradientType=1 );
    padding: 34px 0 30px;
}

    footer .footer_top .media {
        display: table;
        padding-left: 25px;
    }

        footer .footer_top .media .media-left,
        footer .footer_top .media .media-body {
            display: table-cell;
        }

        footer .footer_top .media .media-body {
            color: #fff;
            font-family: 'nexaxbold';
        }

            footer .footer_top .media .media-body h4 {
                font-size: 18px;
                line-height: 21px;
                margin-bottom: 45px;
            }

            footer .footer_top .media .media-body p {
                font-family: 'nexaregular';
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 28px;
            }

            footer .footer_top .media .media-body .social li {
                display: inline-block;
                margin-right: 9px;
            }
            .header .social li {
                display: inline-block;
                margin-right: 9px;
            }
        /*footer .footer_top .media.noborder {
            border: none;
            padding-left: 0;
        }

        footer .footer_top .media:not(.noborder):after {
            content: '';
            width: 1px;
            height: 185px;
            background: #0a4d8e;
            position: absolute;
            right: 0;
        }*/

@media screen and (max-width:768px) {
    footer .footer_top .media .media-body {
        vertical-align: top;
    }
}

@media screen and (min-width:320px) {
    footer .footer_top .media {
        margin: 15px auto;
    }

        footer .footer_top .media .media-body .social li {
            margin-right: 0px;
        }
        .header .social li {
            margin-right: 0px;
        }
        footer .footer_top .media .media-left {
            padding-right: 30px;
        }

        footer .footer_top .media:after {
            display: none;
        }
}

@media screen and (min-width:768px) {
    footer .footer_top .media {
        margin: 0 auto 30px;
    }

        footer .footer_top .media .media-body .social li {
            margin-right: 14px;
        }
        header .social li {
            margin-right: 14px;
        }
        footer .footer_top .media .media-left {
            padding-right: 41px;
        }

        footer .footer_top .media:after {
            display: none;
        }
}

@media screen and (min-width:992px) {
    footer .footer_top .media {
        margin: 0;
    }

        footer .footer_top .media .media-body .social li {
            margin-right: 0px;
        }
         .header .social li {
            margin-right: 0px;
        }
        footer .footer_top .media .media-left {
            padding-right: 18px;
        }

        footer .footer_top .media:after {
            display: block;
        }
}

@media screen and (min-width:1200px) {

    footer .footer_top .media .media-body .social li {
        margin-right: 9px;
    }
    .header .social li {
        /*margin-right: 9px;*/
    }
    footer .footer_top .media .media-left {
        padding-right: 41px;
    }

        footer .footer_top .media .media-left a {
            height: 70px;
            display: block;
        }
}
/**********************************/
.footer_middle {
    color: #fff;
    background: #042a50;
}

    .footer_middle .row {
        position: relative;
    }

    .footer_middle h4 {
        color: #fff;
        font-family: 'nexaxbold';
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 25px;
    }

    .footer_middle ul li a {
        color: #bdbdbd;
        font-family: 'nexaregular';
        font-size: 15px;
        line-height: 35px;
    }

    .footer_middle .divider {
        width: 1px;
        height: 350px;
        background: #0a4279;
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .footer_middle .menu {
        text-align: center;
    }

        .footer_middle .menu li {
            display: inline-block;
            padding-left: 15px;
            margin-top: 30px;
        }

            .footer_middle .menu li a {
                color: #fff;
                font-family: 'nexaxbold';
                font-size: 15px;
                line-height: 17px;
                margin-bottom: 25px;
            }

/**Teşekkürler**/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(250,250,250,0.9);
    z-index: 99;
    display: none;
}

    .loading img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

@media screen and (min-width:320px) {
    .footer_middle {
        padding: 30px 0;
        text-align: center;
    }

        .footer_middle h4 {
            margin-top: 30px;
        }
}

@media screen and (min-width:768px) {
    .footer_middle {
        padding: 30px 0 40px;
        text-align: center;
    }

        .footer_middle h4 {
            margin-top: 30px;
        }

        .footer_middle .divider {
            height: 100%;
        }
}

@media screen and (min-width:992px) {
    .footer_middle {
        padding: 60px 0 40px;
        text-align: left;
    }

        .footer_middle h4 {
            margin-top: 0px;
        }

        .footer_middle .divider {
            height: 350px;
        }
}
/******************************************/
.footer_bottom {
    background: #004785 /*#002f5d*/;
    color: #7e8487;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 40px 0;
}

    .footer_bottom .divider {
        height: 1px;
        background: #0a4178;
        width: 30%;
        display: block;
        margin: 20px auto;
    }

@media screen and (min-width:320px) {
    .footer_bottom img {
        margin: 30px auto;
        display: block;
    }

    .footer_bottom {
        padding: 0px;
    }
}

@media screen and (min-width:768px) {
    .footer_bottom img {
        margin: 0;
    }

    .footer_bottom {
        padding: 40px 0;
    }
}
