﻿/*********Global*****************/

#map {
    height: 237px;
    margin-bottom: 35px;
}

.container-fluid {
    position: relative;
}

.img-responsive {
    width: 100%;
}

select::-ms-expand {
    display: none;
}

.selectList {
    text-align: center;
    text-align-last: center;
    border: 1px solid #e4e4e4 !important;
    font-size: 20px;
    background: url(/Content/Themes/images/accordionarrowdown.png) no-repeat #fff !important;
    background-position: calc(100% - 20px) !important;
    padding-left: 20px;
}

.page table.text {
    width: 100%;
}

.page table.text td {
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .page table.text {
        overflow-y: scroll;
    }
}

.accordion {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}

.accordion h3 {
    border-top: 1px solid #e4e4e4;
    padding-top: 19px;
    padding-bottom: 9px;
    cursor: pointer;
}

.accordion h3:last-of-type {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 19px;
    display: block;
    width: 100%;
    float: left;
    margin: 0 auto;
    border-top: none;
    padding-bottom: 3px;
}

.accordion h3:after {
    content: url(/Content/Themes/images/accordionarrowdown.png);
    float: right;
}

.accordion h3.active:after {
    content: url(/Content/Themes/images/accordionarrowup.png);
    float: right;
}


/*.accordion .inside_accordion {
        display: none;
        float: left;
        width: 100%;
    }*/

.accordion.inside {
    padding-left: 40px;
    margin-top: 0px;
}

.accordion div {
    display: none;
    float: left;
    width: 100%;
}

.privacy-page:after{
    display: none;
}

.accordion .open {
    padding-top: 20px;
}

.accordion .accordion.inside::before {
    content: '-';
    display: inline-block;
    position: absolute;
    left: 25px;
    font-size: 24px;
    color: #00529b;
    top: 7px;
}

.selectpage .item {
    display: none;
}

.selectpage .item:first-of-type {
    display: block;
}

.header-bottom {
    background: none;
}

.header-bottom .input-group input[type="text"] {
    background: #f3f3f3;
    text-align: left;
    padding-left: 35px;
    padding-right: 45px;
    width: auto;
}

.header-bottom .input-group input[type="text"]:-moz-placeholder {
    font-size: 18px;
    color: #00529b;
}

.header-bottom .input-group input[type="text"]:-ms-input-placeholder {
    font-size: 18px;
    color: #00529b;
}

.header-bottom .input-group input[type="text"]::-moz-placeholder {
    font-size: 18px;
    color: #00529b;
}

.header-bottom .input-group input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #00529b;
}

.divider {
    border-bottom: 1px solid #e4e4e4;
    display: block;
    width: 100%;
    position: relative;
}

.divider img {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eeeff0;
    padding-left: 20px;
    padding-right: 20px;
}

header nav ul.menu>li.active {
    background: #5f5f5f;
}

header nav ul.menu>li.active>span,
header nav ul.menu>li.active>a {
    color: #fff;
}

.page .banner {
    overflow: hidden;
    position: relative;
}

.page .banner .overlay {
    content: '';
    background: rgba(0, 82, 155, 0.70);
    width: 378px;
    height: 100%;
    position: absolute;
}

.page .banner2:before {
    display: none;
}

.page .banner2 header {
    position: absolute;
    bottom: 17px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.page .submenu {
    position: absolute;
}

.page .banner2 header h2,
.page .submenu header h2 {
    color: #fff;
    font-family: 'museo_sans_100regular';
}

.page .submenu nav {
    background: #00529b;
}

.page .submenu nav ul {
    width: 100%;
}

.page .submenu nav li a {
    color: #fff;
    font-family: 'museo_sans_300regular';
    font-size: 19px;
    padding: 7px 30px;
    display: block;
    position: relative;
}

.page .submenu nav li a:hover,
.page .submenu nav li a.active {
    color: #e6b249;
}

.page .submenu nav li a:hover:before,
.page .submenu nav li a.active:before {
    width: 3px;
    height: 100%;
    background: #e6b249;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

@media (min-width: 320px) {
    .header-bottom form {
        float: none;
    }
    .header-bottom .input-group input[type="text"] {
        width: 100%;
    }
    .header-bottom .input-group {
        max-width: 100%;
    }
    .page .banner2 header h2 {
        position: relative;
        bottom: 0px;
    }
    .page .submenu {
        position: relative;
    }
    .divider {
        margin: 30px 0;
    }
    .page .submenu header {
        margin-bottom: 0px;
    }
    .page .banner2 header h2,
    .page .submenu header h2 {
        font-size: 22px;
        padding: 15px 0px 10px;
        text-align: center;
        background: #00529b;
    }
}

@media (min-width: 768px) {
    .header-bottom form {
        float: right;
    }
    .header-bottom .input-group input[type="text"] {
        width: auto;
    }
    .header-bottom .input-group {
        max-width: 130px;
    }
    .page .banner2 header h2 {
        position: absolute;
        bottom: 0px;
    }
    .page .submenu {
        top: -150px;
        position: absolute;
    }
    .page .banner2 header h2,
    .page .submenu header h2 {
        font-size: 22px;
        padding-left: 30px;
        text-align: left;
        background: transparent;
    }
    .page .submenu header {
        margin-bottom: 14px;
    }
    .divider {
        margin: 60px 0;
    }
}

@media (min-width: 992px) {
    .page .submenu {
        top: -150px;
    }
    .page .banner2 header h2,
    .page .submenu header h2 {
        font-size: 27px;
        padding-left: 30px;
    }
    .rehber .submenu header h2 {
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .page .submenu {
        top: -250px;
    }
    .page .banner2 header h2,
    .page .submenu header h2 {
        font-size: 30px;
    }
}

.page .submenu2 {
    top: 0;
    position: relative;
}

.page .banner2 .breadcrump {
    float: right;
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

.page .content .breadcrump {
    float: right;
    padding: 10px 0;
}

.page .banner2 .breadcrump li,
.page .content .breadcrump li {
    display: inline-block;
    font-family: 'museo_sans_300regular';
    font-size: 12px;
}

.page .banner2 .breadcrump li:after,
.page .content .breadcrump li:after {
    content: '>';
    color: #00529b;
    margin-left: 5px;
    position: relative;
}

.page .banner2 .breadcrump li:after {
    color: #fff;
}

.page .banner2 .breadcrump li:last-of-type:after,
.page .content .breadcrump li:last-of-type:after {
    display: none;
}

.page .content .breadcrump a {
    color: #00529b;
}

.page .breadcrump a:hover,
.page .banner2 .breadcrump .active,
.page .content .breadcrump .active {
    color: #e6b249 !important;
}

.page .content .page_header h1,
.page .content .page_header h2 {
    color: #00529b;
    font-family: 'museo_sans_300regular';
    font-size: 32px;
    padding-bottom: 26px;
}

.page .content .page_header p,
.page .content .page_header ul li,
.page .content .page_header ol li {
    font-family: 'museo_sans_300regular';
    font-size: 18px;
    color: #797979;
    line-height: 25px;
    font-style: italic;
    letter-spacing: -0.25px;
}

.page .content .page_header p strong {
    font-family: 'museo_sans_900regular';
}

.page h3 {
    color: #00529b;
    font-family: 'museo_sans_500regular';
}

.page .littleheader {
    color: #00529b;
    font-family: 'museo_sans_500regular';
    font-size: 18px;
    margin: 20px 0 10px 0;
}

.page article strong {
    color: #797979;
}

.page .articles div,
.page article p,
.page table td,
th {
    color: #797979;
    font-size: 18px;
    font-family: 'museo_sans_300regular';
    letter-spacing: -0.25px;
    line-height: 28px;
    padding-bottom: 27px;
}

.doktordetay .table-row {
    color: #797979;
    font-size: 18px;
    font-family: 'museo_sans_300regular';
    letter-spacing: -0.25px;
    line-height: 28px;
}

.page article p {
    font-size: 18px;
}

.page article iframe {
    max-width: 100%;
}

.rehber article p {
    font-size: 18px !important;
}

.page .textpadding p {
    padding-bottom: 0;
}

.page table td,
.page table td th {
    line-height: normal;
    padding-bottom: 0;
    color: #000;
}

.page tbody,
td {
    border: 1px solid #22649e;
    vertical-align: middle !important;
}

.page .table-condensed tr>th {
    vertical-align: middle;
    color: #7b7b7b;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #22649e;
    border-top: none;
    border-left: 1px solid #22649e;
}

.page .change-page a {
    color: #00529b;
    display: block;
}

.page .change-page .prev {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .page .change-page .prev,
    .page .change-page .next {
        text-align: center;
        margin: 10px auto;
    }
}


/*.page p span {
    color: #e6b249;
    font-family: 'museo_sans_900regular';
}*/

.page article ul li label,
.page article p label {
    color: #00529b;
    font-family: 'museo_sans_900regular';
}

.page article p strong,
.page article strong,
.page article p b,
.page article b {
    font-family: 'museo_sans_900regular';
    font-size: 19px;
}

.page article p h2, .page article h2{
    font-family: 'museo_sans_900regular';
    font-size: 19px;
    color: #797979; 
}

.page article p.blue {
    color: #2c5f8c;
}

.page article figure {
    position: relative;
}

.page article figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(25, 65, 115, 0.80);
    width: 100%;
    font-size: 16px;
    font-family: 'museo_sans_700regular';
    padding: 11px 0 8px;
}

.page article figure figcaption h4 {
    padding-left: 19px;
    padding-right: 19px;
}

.page article ul li,
.page article ol li {
    color: #797979;
    font-size: 18px;
    font-family: 'museo_sans_300regular';
    letter-spacing: -0.25px;
    line-height: 28px;
}

.rehber article ul li {
    font-size: 18px;
}

.page article ul li.blue {
    font-size: 18px;
    color: #00529b;
}

.page article ul li i {
    color: #00529b;
}

.page .hastaneservisdetay ul {
    list-style: disc;
}

@media screen and (min-width:320px) {
    .margintop85 {
        margin-top: 0px !important;
    }
    .margintop25 {
        margin-top: 0px !important;
    }
    .page {
        padding-bottom: 30px;
    }
    .page article figure {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner2 header {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .banner2 header h2 {
        font-size: 22px;
        text-align: center;
        width: 100%;
    }
    .banner2 img {
        height: 135px;
    }
    .margin35 {
        margin: 35px 0 0 !important;
    }
    .page .submenu nav {
        padding: 20px 0 20px;
        max-width: 100%;
        width: 100%;
    }
    .page .content .page_header {
        margin-top: 15px;
    }
    .page h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .page .content .page_header h2 {
        font-size: 22px;
        text-align: center;
    }
    .page article figure .year {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:768px) {
    .margintop85 {
        margin-top: 85px !important;
    }
    .margintop25 {
        margin-top: 25px !important;
    }
    .page {
        padding-bottom: 80px;
    }
    .page article figure {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .banner2 header {
        padding-right: 0px;
        padding-left: 0px;
    }
    .banner2 img {
        height: auto;
    }
    .margin35 {
        margin: 35px 0 !important;
    }
    .page .submenu nav {
        /*padding: 40px 0 96px;*/
        padding: 40px 0 40px;
        max-width: 292px;
    }
    .page .content .page_header {
        margin-top: 35px;
    }
    .page .content .page_header h2 {
        font-size: 32px;
        text-align: left;
    }
    .page h3 {
        font-size: 22px;
        margin-bottom: 19px;
    }
    .page article figure .year {
        margin-top: 10px;
        margin-bottom: 0;
    }
}


/********************************************/

.page .basindabiz figure figcaption {
    position: relative;
    background: transparent;
    padding-bottom: 0;
}

.page .basindabiz figure figcaption span {
    display: block;
    text-align: right;
    color: #797979;
    font-style: italic;
    font-size: 12px;
    font-family: 'museo_sans_700regular';
}

.basindabiz .owl-pagination {
    visibility: hidden;
}

.pagination {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding-top: 25px;
    width: 100%;
}

.pagination .numbers,
.pagination span {
    display: inline-block;
    margin: 0 auto;
}

.pagination .numbers span {
    color: #4c4c4c;
    font-size: 14px;
    padding: 0;
    font-family: 'museo_sans_300regular';
    cursor: pointer;
}

.pagination .prev {
    margin-right: 10px;
}

.pagination .next {
    margin-left: 10px;
}

.pagination .prev:after {
    content: url(/Content/Themes/images/prev.png);
    cursor: pointer;
}

.pagination .next:after {
    content: url(/Content/Themes/images/next.png);
    cursor: pointer;
}

.pagination .numbers span:hover,
.pagination .numbers span.active {
    border-bottom: 1px solid #4c4c4c;
}

.kariyer .width306 {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.kariyer .width306:not(:last-of-type):after {
    height: 78px;
    width: 1px;
    background: #b7bac2;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
}

.kariyer .links a {
    color: #00529b;
    font-family: 'museo_sans_500regular';
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: block;
    padding-left: 26px;
}

.kariyer .links a:hover {
    color: #e6b249;
}

.kariyer .commonbtn {
    background: #00529b;
    padding: 4px 35px 10px 17px;
    border: 1px solid transparent;
    margin: auto;
}

.kariyer .commonbtn:before {
    content: url(/Content/Themes/images/kariyerkayitformuicon.png);
    position: relative;
    top: 5px;
    margin-right: 27px;
}

.kariyer .commonbtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

@media screen and (min-width:320px) {
    .kariyer .commonbtn {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .kariyer .commonbtn {
        width: auto;
    }
}


/***************Kalite Politikamız sayfası*/

.page article .kalitepolitikasi p {
    padding: 0px;
}


/**************İletisim Bilgileri******************/

.input-group input[type="text"],
.input-group input[type="email"],
.contact .input-group input[type="tel"],
.aboutus .input-group input[type="tel"],
.appoint .input-group input[type="tel"],
.input-group select {
    /*color: #00529b;*/
    color: #fff;
    font-family: 'museo_sans_300regular';
    border-bottom-color: #00529b;
}

.appoint.get .input-group input[type="tel"] {
    color: #00529b;
}

.white select {
    color: #fff;
}

.input-group .form-control::-webkit-input-placeholder {
    color: #00529b;
}

.input-group .form-control:-moz-placeholder {
    color: #00529b;
}

.input-group .form-control:-ms-input-placeholder {
    color: #00529b;
}

.input-group .form-control::-moz-placeholder {
    color: #00529b;
}

.contactinfo .commonbtn {
    background: #00529b;
    padding: 10px 100px;
    border: 1px solid transparent;
    margin: auto;
    display: block;
}

.contactinfo .commonbtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

.aboutus .commonbtn {
    background: #00529b;
    padding: 10px 100px;
    border: 1px solid transparent;
    margin: auto;
    display: block;
}

.aboutus .commonbtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

.input-group {
    width: 100%;
}

.contactinfo .input-group .form-control {
    outline: none;
    box-shadow: none;
}

.aboutus .input-group .form-control {
    outline: none;
    box-shadow: none;
}

.contactinfo .input-group textarea.form-control {
    resize: vertical;
    background: transparent;
    background-color: transparent;
    min-height: 100px;
    font-family: 'museo_sans_300regular';
    font-size: 18px;
    border: none;
}

.contactinfo .input-group.checkbox {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 24px;
    color: #00529b;
    font-family: 'museo_sans_300regular';
    font-size: 12px;
    position: relative;
    padding: 0px;
}

.contactinfo .input-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 11px 0 0;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.contactinfo .input-group.checkbox u {
    position: relative;
    top: 3px;
}

.aboutus .input-group .form-control {
    outline: none;
    box-shadow: none;
}

.aboutus .input-group textarea.form-control {
    resize: vertical;
    background: transparent;
    background-color: transparent;
    min-height: 100px;
    font-family: 'museo_sans_300regular';
    font-size: 18px;
    border: none;
}

.aboutus .input-group.checkbox {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 24px;
    color: #00529b;
    font-family: 'museo_sans_300regular';
    font-size: 12px;
    position: relative;
    padding: 0px;
}

.aboutus .input-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin: 3px 11px 0 0;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.aboutus .input-group.checkbox u {
    position: relative;
    top: 3px;
}

.input-group.checkbox label {
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #00529b;
    position: absolute;
    opacity: 1;
    left: 0px;
    top: 26px;
    min-height: 12px;
    padding: 0;
}

.input-group input[type="checkbox"]:checked+label {
    /*background: #00529b;*/
    background: url(../images/tik.jpg) no-repeat center center;
}

.contactinfo form {
    margin-top: 34px;
}

.contactinfo form .divider {
    border-bottom-color: #00529b;
    margin-bottom: 0;
}


/*************************İletişim Adresleri**************/

.hospitalandservices header {
    border-bottom: 1px solid #00529b;
    margin-bottom: 29px;
}

.hospitalandservices .selectaddress {
    margin-bottom: 30px;
}

.hospitalandservices .selectaddress .input-group {
    width: 100%;
}

.hospitalandservices .item {
    min-height: 250px;
}

.hospitalandservices .input-group select {
    color: #00529b;
}

.hospitalandservices .input-group select option {
    background: #ffffff;
}


/*********************Anlaşmalı Kurumlar**************/

.anlasmalikurumlar .item {
    min-height: 520px;
}

.anlasmalikurumlar #hospitalList,
.anlasmalikurumlar #hospitalList option,
#ddlYears,
#ddlYears option,
#ddlHosp,
#ddlHosp option,
#ddlDept,
#ddlDept option {
    color: #00529b;
    background: #fff;
}


/*********************B-Kart**************/

.ayricalik h6 {
    background: #00529b;
    text-align: center;
    font-size: 18px;
    font-family: 'museo_sans_300regular';
    border: 1px solid #cfcfcf;
    padding-top: 16px;
    padding-bottom: 13px;
}

.ayricalik h6:after {
    content: url(/Content/Themes/images/bkartrighticon.png);
    float: right;
    margin-right: 22px;
}

.ayricalik .bireysel {
    margin-top: 77px;
    position: relative;
}

.ayricalik:last-of-type .bireysel {
    padding-left: 20px;
}

.ayricalik:last-of-type .bireysel:after {
    border-left: 1px solid #00529b;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -13px;
}

.ayricalik a:hover,
a:focus {
    color: #fff;
}

@media screen and (min-width:320px) {
    .ayricalik {
        margin-top: 30px;
    }
    .margintop60 {
        margin-top: 25px !important;
    }
    .ayricalik .bireysel {
        margin-top: 30px;
    }
    .ayricalik:last-of-type .bireysel:after {
        display: none;
    }
    .bkartmenu {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .page .submenu.bkartmenu header {
        margin-bottom: 35px;
    }
}

@media screen and (min-width:768px) {
    .ayricalik {
        margin-top: 0px;
    }
    .margintop60 {
        margin-top: 85px !important;
    }
    .ayricalik .bireysel {
        margin-top: 77px;
    }
    .ayricalik:last-of-type .bireysel:after {
        display: block;
    }
    .bkartmenu {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .page .submenu.bkartmenu header {
        margin-bottom: 0px;
    }
}


/*********************Doktorlar*****************************/

.doktorlar .input-group input[type="text"] {
    /*background: #f3f3f3;*/
    background: #fff;
    text-align: center;
    padding-left: 35px;
    padding-right: 45px;
    width: 100%;
    border-bottom-color: transparent;
    border-top: 1px#e4e4e4 solid;
    color: #00529b;
}

.doktorlar .input-group button {
    position: absolute;
    top: 13px;
    right: 11px;
    outline: none !important;
    background: no-repeat;
    box-shadow: none;
    border: none;
    padding-left: 13px;
    border-left: 1px solid #05559d;
}

.doktorlar .input-group input[type="text"]:-moz-placeholder {
    font-size: 18px;
    color: #00529b;
}

.doktorlar .input-group input[type="text"]:-ms-input-placeholder {
    font-size: 18px;
    color: #00529b;
}

.doktorlar .input-group input[type="text"]::-moz-placeholder {
    font-size: 18px;
    color: #00529b;
}

.doktorlar .input-group input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #00529b;
}

.doktoraramasonuc .doktor {
    margin-bottom: 25px;
}

.doktoraramasonuc .doktor figure {
    position: relative;
    /*overflow: hidden;*/
}

.doktoraramasonuc .doktor figure:after {
    width: 100%;
    content: '';
    background: #00529b;
    position: absolute;
    height: 38px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.doktoraramasonuc .doktor figure:before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 82, 155, 0.71);
    position: absolute;
    -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;
    opacity: 0;
}

.doktoraramasonuc .doktor figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    text-align: center;
    -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;
}

.doktoraramasonuc .doktor figure figcaption h4,
.doktoraramasonuc .doktor figure figcaption a {
    color: #fff;
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: 'museo_sans_300regular';
}

.doktoraramasonuc .doktor figure figcaption h4 {
    bottom: 5px;
    font-size: 11px;
    -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;
}


/*.doktoraramasonuc .doktor figure figcaption h4:first-of-type {
                bottom: 40px;
            }
            .doktoraramasonuc .doktor figure figcaption h4:nth-child(2) {
                    bottom: 22px;
              }*/

.doktoraramasonuc .doktor figure figcaption a {
    bottom: -20px;
    font-size: 14px;
}

.doktoraramasonuc .doktor figure figcaption a:after {
    content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
    margin-left: 5px;
}

.doktoraramasonuc .doktor figure:hover:before {
    opacity: 1;
}

.doktoraramasonuc .doktor figure:hover figcaption h4 {
    bottom: 50%;
}

.doktoraramasonuc .doktor figure:hover figcaption a {
    bottom: 8px;
}


/****************Doktor Detay******************/

.doktordetay .table-row {
    display: table;
}

.doktordetay .table-row p {
    padding-bottom: 0;
}

.doktordetay .table-row p,
.doktordetay .table-row label {
    display: table-cell;
}

.doktordetay .table-row label {
    color: #00529b;
    width: 150px;
    font-family: 'museo_sans_700regular';
}

.doktordetay .commonbtn {
    background: #00529b;
    padding: 4px 35px 10px 17px;
    border: 1px solid transparent;
    margin: auto;
}

.doktordetay .commonbtn:before {
    content: url(/Content/Themes/images/kariyerkayitformuicon.png);
    position: relative;
    top: 5px;
    margin-right: 27px;
}

.doktordetay .commonbtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

.doktordetay .commonbtn:hover::before {
    opacity: 0;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.doktordetay .tab-content .tab-pane h3 {
    font-size: 32px;
}

.doktordetay .tab-content .tab-pane .divider {
    margin: 0 0 35px;
}

.doktordetay .tab-content .tab-pane p {
    font-family: 'museo_sans_300regular';
}

.doktordetay .tab-content .tab-pane.videolar figure figcaption {
    position: relative;
    background: transparent;
    padding-bottom: 0;
}

.doktordetay .tab-content .tab-pane.videolar figure figcaption span {
    display: block;
    text-align: right;
    color: #797979;
    font-style: italic;
    font-size: 9px;
    font-family: 'museo_sans_700regular';
}

.doktordetay .tab-content .tab-pane.videolar p {
    font-size: 11px;
    line-height: 15px;
}

@media screen and (min-width:320px) {
    .doktordetay .tab-content .tab-pane p {
        font-size: 13px;
    }
    .doktordetay .tab-content .tab-pane ol {
        font-size: 13px;
        color: #797979;
    }
    .doktordetay .table-row:first-of-type {
        margin-top: 10px;
    }
    .doktordetay .table-row,
    .doktordetay .commonbtn {
        width: 100%;
    }
    .doktordetay .commonbtn {
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    .doktordetay .tab-content .tab-pane p {
        font-size: 18px;
    }
    .doktordetay .tab-content .tab-pane ol {
        font-size: 18px;
        list-style: decimal;
    }
    .doktordetay .table-row:first-of-type {
        /*margin-top: 37px;*/
    }
    .doktordetay .table-row,
    .doktordetay .commonbtn {
        width: auto;
    }
    .doktordetay .commonbtn {
        text-align: left;
    }
}


/*YENİ DOĞANLAR*/

.bebekdetay p,
.bebekdetay .page table td {
    display: inline-block;
    padding-bottom: 5px !important;
}

.bebekdetay .table-row label {
    color: #00529b;
    width: 180px;
    font-family: 'museo_sans_700regular';
}

.bebekdetay .tab-content .table-row label {
    width: 100%;
}

.bebekdetay .table-row:nth-child(1) label:nth-child(1) {
    margin-top: 40px;
}

.bebekdetay .img-responsive {
    max-width: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.bebekdetay .divider {
    margin: 30px 0px;
}


/************************Sağlık Rehberi*******************/

.saglikrehberi .brosurler figure {
    margin-bottom: 25px;
}

.saglikrehberi .brosurler figure figcaption {
    position: relative;
    background: transparent;
    text-align: center;
}

.saglikrehberi .brosurler figure figcaption span {
    color: #00529b;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 8px 8px 0;
}

.saglikrehberi .brosurler figure figcaption a {
    display: block;
    color: #4c4c4c;
    font-family: 'museo_sans_300regular';
    font-size: 11px;
    margin-top: 5px;
}

.saglikrehberi .brosurler figure figcaption a:after {
    content: '';
    background: url(/Content/Themes/images/homeleftarrowicon.png) no-repeat top center;
    background-size: cover;
    width: 5px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    object-fit: cover;
}

.saglikrehberi .video figure {
    border: 1px solid #d9dada;
}

.saglikrehberi .video figure figcaption {
    padding-top: 0px;
}

.saglikrehberi .rehber figure {
    margin-bottom: 25px;
}

.saglikrehberi .rehber figure figcaption {
    position: relative;
    color: #fff;
    background: rgba(0, 82, 155, 0);
    padding: 13px 0px;
    -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;
}

.saglikrehberi .rehber figcaption h4 {
    display: inline-block;
    vertical-align: middle;
}

.saglikrehberi .rehber figcaption h4 {
    font-family: 'museo_sans_700regular';
    font-size: 16px;
    color: #00529b;
}

.saglikrehberi .rehber figcaption a {
    font-family: 'museo_sans_300regular';
    font-size: 10px;
    text-decoration: underline;
    margin-top: 3px;
    color: #4c4c4c;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    display: inline-block;
}

.saglikrehberi .rehber figcaption a:after {
    content: '';
    background: url(/Content/Themes/images/homeleftarrowicon.png) no-repeat top center;
    background-size: cover;
    width: 5px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    object-fit: cover;
}

.saglikrehberi .rehber figure:hover figcaption {
    background: rgba(0, 82, 155, 1);
}

.saglikrehberi .rehber figure:hover figcaption h4,
.saglikrehberi .rehber figure:hover figcaption a {
    color: #fff;
}

.saglikrehberi .rehber figure:hover figcaption a:after {
    background: url(/Content/Themes/images/tabslideinfoarrowicon.png) no-repeat top center;
    background-size: cover;
}

@media screen and (min-width:320px) {
    .etkinliknav {
        padding-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .etkinliknav {
        padding-bottom: 125px;
    }
}


/******************Pagination*********************/

.saglikrehberi .pagination {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    width: 100%;
}

.saglikrehberi .pagination .numbers,
.saglikrehberi .pagination a {
    display: inline-block;
    margin: 0 auto;
}

.saglikrehberi .pagination .numbers a {
    color: #4c4c4c;
    font-size: 14px;
    padding: 0;
    font-family: 'museo_sans_300regular';
    cursor: pointer;
    text-decoration: none;
}

.saglikrehberi .pagination .numbers a:hover,
.saglikrehberi .pagination .numbers a.active {
    border-bottom: 1px solid #4c4c4c;
}


/**************Tıbbi Bolumler***************/

.birimler h4 {
    color: #00529b;
    font-size: 32px;
    font-family: 'museo_sans_300regular';
    border: 1px solid #e4e4e4;
    display: inline-block;
    padding: 12px 15px 10px 16px;
}

.birimler ul {
    margin-top: 11px;
    margin-bottom: 40px;
}

.birimler ul li a {
    color: #797979;
    font-size: 15px;
    font-family: 'museo_sans_500regular';
    text-decoration: none;
}

.birimler ul li a:hover {
    color: #e6b249;
}

@media screen and (min-width:320px) {
    .birimler {
        text-align: center;
    }
    .birimler h4 {
        width: 59px;
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    .birimler {
        text-align: left;
    }
    .birimler h4 {
        width: auto;
        text-align: center;
    }
}

.hastaneservisdetay .headeritems {
    overflow: hidden;
}

.hastaneservisdetay .headeritems a:hover {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


/****************************Hastaneler ve Servisler**************/

.page article figure figcaption {
    position: absolute;
    bottom: 0;
    background: rgba(25, 65, 115, 0.80);
    width: 100%;
    font-size: 16px;
    font-family: 'museo_sans_700regular';
    padding: 11px 0 8px;
    text-align: center;
}

.page article figure figcaption h4 {
    padding-left: 19px;
    padding-right: 19px;
}

.hastaneservis .all-top a,
.hastaneservis .all-bottom a {
    margin-top: 30px;
    display: block;
    color: #fff;
}

.hastaneservis .content {
    margin-bottom: 30px;
}

.page .hastaneservis .submenu nav {
    padding: 0px 0 21px;
    max-width: 292px;
}

.page .hastaneservis .divider {
    margin: 0;
}

.page .tibbibirimler .all a,
.page .hastaneservisdetay .photo-gallery a {
    color: #fff;
    background: #5f5f5f;
    font-family: 'museo_sans_700regular';
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 14px;
}

.page .hastaneservisdetay .photo-gallery a {
    display: none;
}

.page .hastaneservisdetay .photo-gallery a:first-child {
    display: block;
}

.page .tibbibirimler .all a {
    margin-top: 0;
    margin-bottom: 14px;
}

.page .hastaneservisdetay .photo-gallery a:before {
    content: url(../images/photo_gallery_btn_icon.png);
    position: relative;
    margin-right: 40px;
    top: 4px;
}

.page .hastaneservisdetay .ulasim {
    margin-top: 14px;
}

.page .hastaneservisdetay .ulasim h4 {
    color: #5f5f5f;
    font-family: 'museo_sans_700regular';
    font-size: 18px;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 12px 0;
}

.page .hastaneservisdetay .ulasim #map {
    height: 140px;
}

.page .hastaneservisdetay .ulasim address span {
    display: block;
    color: #00529b;
    font-family: 'museo_sans_500regular';
    font-size: 18px;
    margin-top: 18px;
}

.page .hastaneservisdetay .ulasim address p,
.page .hastaneservisdetay .ulasim address a {
    color: #797979;
    font-size: 13px;
    line-height: 26px;
    font-family: 'museo_sans_500regular';
    margin: 0;
    padding: 0;
    display: block;
}

.page .hastaneservisdetay .ulasim address a label {
    color: #00529b;
    font-family: 'museo_sans_900regular';
}

.page .hastaneservisdetay .headeritems {
    float: left;
}

.page .hastaneservisdetay .accordion {
    /*margin-top: 30px;*/
    margin-bottom: 30px;
}

.page .hastaneservisdetay .accordion .item * {
    display: block !important;
}

.page .hastaneservisdetay .accordion figure figcaption {
    font-family: 'museo_sans_500regular';
    color: #00529b;
    line-height: 42px;
    font-size: 16px;
    background: no-repeat;
    position: relative;
    text-align: left;
}

.page .hastaneservisdetay .icons {
    text-align: center;
}

.page .hastaneservisdetay .icons>img {
    width: auto;
    height: auto;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}


/***************Tıbbi bolumler*************/

.tibbibirimler .content .page_header {
    margin-top: 0;
}

.tibbibirimler .content .page_header ul,
.content .page_header ol {
    list-style-type: disc;
}

.tibbibirimler #secondUl {
    list-style-type: circle;
}

.tibbibirimler p label {
    font-family: 'museo_sans_700regular' !important;
}

.tibbibirimler .saglikrehberi {
    margin-top: 50px;
}

.tibbibirimler h6 {
    font-size: 18px;
    color: #00529b;
    font-family: 'museo_sans_300regular';
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
    padding: 16px 0 12px;
}


/***************Hesap Makinesi*************/

.calculator-container .divider {
    margin: 0 0 25px;
    border-bottom-color: #3375af;
}

.calculator-container .result {
    background: #fff;
    width: 100%;
    border: 12px solid #00529b;
    background-size: cover !important;
    background-position: top center;
    text-align: center;
    padding-top: 40px;
    font-family: 'museo_sans_900regular';
    padding-bottom: 38px;
    border-radius: 7px;
    position: relative;
}

.calculator-container .result:before {
    content: url(../images/hesap_sonuc.png);
    position: absolute;
    top: -40px;
}

.calculator-container .result h4 {
    font-size: 24px;
    color: #00529b;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 37px;
}

.calculator-container .result p {
    color: #d75e54;
    line-height: 30px;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-family: 'museo_sans_900regular';
}

.calculator-container .table-detail {
    background: #00529b;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-family: 'museo_sans_700regular';
    font-size: 18px;
    padding: 14px 0 11px;
    text-decoration: none;
}

.calculator-container .table-detail:focus,
.calculator-container .table-detail:hover {
    background: #515151;
    color: #fff;
}

.calculator-container .calculator {
    background: #00529b;
    border-radius: 7px;
}

.calculator-container .calculator form .form-group {
    position: relative;
}

.calculator-container .calculator form label,
.calculator-container .calculator form span {
    color: #bbd1e4;
    font-size: 14px;
    font-family: 'museo_sans_300regular';
}

.calculator-container .calculator form span {
    position: absolute;
    bottom: 8px;
    right: 0;
}

.calculator-container .calculator form {
    padding: 30px 25px 18px 30px;
}

.calculator-container .calculator .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #bbd1e4;
    background: transparent;
    color: #bbd1e4;
    outline: none !important;
    box-shadow: none;
    font-size: 14px;
    font-family: 'museo_sans_300regular';
    padding: 0 30px 0 0;
}

.calculator-container .calculator .textbox {
    width: 70%;
}

.calculator-container .calculator .buttons {
    text-align: center;
    padding-left: 18px;
    width: 30%;
}

.calculator-container .calculator .buttons button {
    text-align: center;
    border-radius: 0;
    border: none;
    outline: none;
    padding: 0;
    background: transparent;
    width: 100%;
    margin-top: 14px;
    opacity: .9;
    -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;
}

.calculator-container .calculator .buttons button:hover {
    opacity: 1;
}

.calculator-container .calculator .resultbox {
    background: #515151;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 14px 12px 10px;
}

.calculator-container .calculator .resultbox .box {
    border-radius: 7px;
    border: 4px solid #5b6974;
    background: #fff;
    padding: 0 15px;
}

.calculator-container .calculator .resultbox .box label {
    font-size: 12px;
    color: #00529b;
    font-family: 'museo_sans_900regular';
    line-height: 19px;
}

.calculator-container .calculator .resultbox .box span {
    font-size: 20px;
    color: #d75e54;
    font-family: 'museo_sans_900regular';
}

@media screen and (min-width:320px) {
    .calculator {
        margin-bottom: 60px;
    }
}

@media screen and (min-width:768px) {
    .calculator {
        margin-bottom: 0;
    }
}

#hesap .modal-content {
    background: #00529b;
    border-radius: 0;
}

#hesap .modal-body .colitem {
    display: table;
}

#hesap .modal-body .left,
#hesap .modal-body .right {
    display: table-cell;
    vertical-align: top;
}

#hesap .modal-header {
    border: none;
    padding: 30px 30px 15px;
    font-family: 'museo_sans_900regular';
    font-size: 26px;
}

#hesap .modal-header .close {
    opacity: 1;
    color: #fff;
    font-family: 'museo_sans_900regular';
    font-size: 40px;
}

#hesap .modal-body .left {
    width: 80%;
}

#hesap .modal-body {
    margin: 0 30px 30px;
    background: #fff;
}

#hesap .modal-body .colitem {
    font-size: 22px;
    color: #00529b;
    font-family: 'museo_sans_500regular';
}

#hesap .modal-body .colitem label {
    font-family: 'museo_sans_900regular';
}

@media screen and (min-width:320px) {
    #hesap .modal-body .colitem {
        font-size: 17px;
    }
    #hesap .modal-body {
        padding: 15px;
    }
}

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 768px;
        margin: 100px auto;
    }
    #hesap .modal-body .colitem {
        font-size: 22px;
    }
    #hesap .modal-body {
        padding: 30px;
    }
}


/****************************Etkinlik Takvimi*****************************/

#etkinlik .dateContainer {
    background: #00529b;
    padding: 40px 0 96px;
    width: 100%;
    overflow: hidden;
}

#etkinlik #datepicker {
    max-width: 296px;
    margin: auto;
}

#etkinlik #datepicker .ui-datepicker-calendar thead {
    display: none;
}

.ui-datepicker th,
.ui-datepicker td {
    border: 10px solid #00529b;
}

#etkinlik .all {
    font-size: 13px;
    font-family: 'museo_sans_300regular';
    display: block;
    text-decoration: underline;
    margin-top: 17px;
}

#etkinlik .all:hover {
    color: #fff;
}

#etkinlik .all:after {
    content: url(/Content/Themes/images/tabslideinfoarrowicon.png);
    margin-left: 5px;
}

#etkinlik .content p {
    font-size: 13px;
    color: #2b6fb4;
    line-height: 21px;
}

#etkinlik .content .etkinlik {
    margin-bottom: 30px;
}

.seminerler select#ddlYearList {
    color: #00529b;
}

.seminerler select#ddlYearList option {
    background: transparent;
}


/**********************İKİNCİ GÖRÜŞ SAYFASI ********************/

#pagegorus .content .input-group {
    margin-bottom: 20px;
}

.contactinfo .input-group input[name='Message'] {
    margin-top: 40px;
}

#pagegorus .content .page_header h2 {
    color: #00529b;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

#pagegorus .content .page_header p {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 21px;
    margin-bottom: 15px;
}

#pagegorus aside,
.careerForm-cv {
    margin-top: 40px;
    font-family: 'museo_sans_300regular';
}

#pagegorus aside p,
.careerForm-cv p {
    color: #5f5f5f;
    font-size: 18px;
    margin-bottom: 20px;
}

#pagegorus aside input[type='file'],
.careerForm-cv input[type='file'] {
    background: #00529b;
    color: #fff;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#pagegorus aside input[type='file']+label,
.careerForm-cv input[type='file']+label {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: #00529b;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
}

#pagegorus aside input[type='file']+label span,
.careerForm-cv input[type='file']+label span {
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    padding: 0px;
}

#pagegorus .input-group input[type="text"],
#pagegorus .input-group input[type="email"],
#pagegorus .input-group select {
    color: #00529b;
}

.aboutus .input-group input[type="text"],
.aboutus .input-group input[type="email"],
.aboutus .input-group input[type="tel"],
.aboutus .input-group select {
    color: #00529b;
}

.contact .input-group input[type="text"],
.contact .input-group input[type="email"],
.contact .input-group input[type="tel"],
.contact .input-group select {
    color: #00529b;
}

#AnketAcilservis .input-group input[type="text"],
#AnketAcilservis .input-group input[type="email"],
#AnketAcilservis .input-group select {
    color: #00529b;
}

#AnketAcilservis #errorMessage {
    color: red;
}

#pagegorus .divider {
    border-bottom: 1px solid #00529b;
}

#pagegorus aside .g1,
.careerForm-cv .g1 {
    display: block;
}

#pagegorus aside .g2,
.careerForm-cv .g2 {
    display: none;
}

#pagegorus aside input[type='checkbox'],
.careerForm-cv input[type='checkbox'] {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 0px;
    background: transparent;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

#pagegorus aside input[type='checkbox']+label,
.careerForm-cv input[type='checkbox']+label {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #dfe9f2;
    border: none;
    display: inline-block;
    cursor: initial;
    z-index: 1;
    position: absolute;
    top: 0px;
}

#pagegorus aside input[type="checkbox"]+label,
.careerForm-cv input[type="checkbox"]+label {
    background: url(../images/oftik.jpg) no-repeat;
}

#pagegorus aside input[type="checkbox"]:checked+label,
.careerForm-cv input[type="checkbox"]:checked+label {
    background: url(../images/tik.jpg) no-repeat;
}

#pagegorus aside .input-group span,
.careerForm-cv span {
    margin-left: 25px;
    color: #00529b;
}

@media only screen and (max-width: 768px) {
    #pagegorus .content .page_header p {
        text-align: center;
        padding: 10px 0px;
    }
    #pagegorus .divider {
        display: none;
    }
}


/****ANKETLER*******/

#AnketAcilservis .divider {
    margin: 25px 0px;
}

#AnketAcilservis .contactinfo h3 {
    font-size: 24px;
    /*font-family: 'Museo Sans 500';*/
    color: #00529b;
    border-bottom: 1px solid #00529b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#AnketAcilservis .contactinfo p {
    font-size: 22px;
    /*font-family: 'Museo Sans 300';*/
    color: #00529b;
}

#AnketAcilservis .contactinfo p span {
    font-size: 14px;
    color: #2c5f8c;
    display: block;
}

#AnketAcilservis form label {
    /*font-family: 'Museo Sans 300';*/
    font-family: 'museo_sans_300regular';
    font-size: 18px;
    color: #00529b;
    margin-top: 35px;
}

#AnketAcilservis .contactinfo .input-group input,
#AnketAcilservis -moz-input-placeholder,
#AnketAcilservis -webkit-input-placeholder,
#AnketAcilservis -ms-input-placeholder,
#AnketAcilservis .contactinfo .input-group .form-control {
    height: 30px;
    font-size: 14px;
}

#AnketAcilservis .contactinfo .input-group .form-control {
    border-bottom: 1px solid #00529b;
    position: relative;
    -webkit-appearance: none;
}

#AnketAcilservis .contactinfo .input-group select.form-control {
    background: url(../images/dropicon.png) no-repeat;
    background-position: right;
}

#AnketAcilservis .contactinfo .input-group .form-control.error {
    border: 1px solid red;
}

#AnketAcilservis .contactinfo form {
    margin-top: 5px;
}

#AnketAcilservis .contactinfo .commonbtn {
    margin-top: 20px;
}

#AnketAcilservis .kisisel {
    width: 100%;
    display: block;
    background: url('../images/dropicon.png') no-repeat;
    background-position: center right;
}

#AnketAcilservis .kisisel2 {
    width: 100%;
    display: none;
    background: url('../images/dropicon.png') no-repeat;
    background-position: center right;
}

#AnketAcilservis .satir p {
    font-size: 14px;
    padding-bottom: 0px;
    font-family: 'Museo Sans 700';
    color: #00529b;
}

#AnketAcilservis .satir .besparca {
    position: relative;
    width: auto;
    display: inline-block;
}

#AnketAcilservis .satir .besparca label {
    margin-top: 0px;
}

#AnketAcilservis .satir .besparca span {
    margin-left: 25px;
    /*font-family: 'Museo Sans 300';*/
    font-family: 'museo_sans_300regular';
    font-size: 12px;
    color: #00529b;
    padding: 0px 3px;
}

#AnketAcilservis .satir input[type='radio'] {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 0px;
    background: transparent;
    opacity: 0;
    overflow: hidden;
    z-index: 1;
}

#AnketAcilservis .satir input[type='radio']+label {
    width: 24px;
    height: 24px;
    text-align: center;
    background-color: #dfe9f2;
    border: none;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0px;
}

#AnketAcilservis .satir input[type="radio"]+label {
    background: url(../images/oftik.jpg) no-repeat;
}

#AnketAcilservis .satir input[type="radio"]:checked+label {
    background: url(../images/tik.jpg) no-repeat;
    background-size: 24px 24px;
}


/*************************search*******************/

.page article .divider {
    margin: 0 0 27px;
}

.page article.search h3 span {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.page article.search h3 {
    margin-bottom: 0;
}

.page article.search p {
    padding-bottom: 10px;
}

@media screen and (min-width:320px) {
    .page article.search {
        padding-top: 0px;
    }
    .page article.search h3 {
        font-size: 25px;
    }
    .page article.search.news h3 {
        font-size: 18px;
    }
    .page article.search h3 span {
        font-size: 12px;
        margin-top: 10px;
    }
    .page article.search p {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) {
    .page article.search {
        padding-top: 50px;
    }
    .page article.search h3 {
        font-size: 32px;
    }
    .page article.search.news h3 {
        font-size: 25px;
    }
    .page article.search h3 span {
        font-size: 14px;
        margin-top: 10px;
    }
    .page article.search p {
        font-size: 18px;
    }
}


/************************Dogum tarihi hesaplama **************/

#DogumTarihiHesaplama h3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #00529b;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'museo_sans_300regular';
}

#DogumTarihiHesaplama .tarih {
    font-size: 22px;
    /*font-family: 'Museo Sans 300';*/
    font-family: 'museo_sans_300regular';
    text-align: center;
    color: #00529b;
}

#DogumTarihiHesaplama .form-group p {
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    margin-top: 5px;
    /*font-family: 'Museo Sans 300';*/
    font-family: 'museo_sans_300regular';
    margin-right: 0px;
    color: #00529b;
    text-align: center;
}

#DogumTarihiHesaplama .form-group label {
    background: #00529b;
    padding: 5px;
    position: absolute;
    bottom: 1px;
    right: 13px;
    z-index: -1;
}

#DogumTarihiHesaplama .form-control {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #00529b;
    width: 75%;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#DogumTarihiHesaplama .form-control#day,
#DogumTarihiHesaplama .form-control#month,
#DogumTarihiHesaplama .form-control#year {
    background-image: none !important;
}

#DogumTarihiHesaplama .form-control.alert_ {
    border: 1px solid red;
}

#DogumTarihiHesaplama .center a {
    font-family: 'museo_sans_300regular';
    font-size: 18px;
    position: relative;
}

#DogumTarihiHesaplama .center .hesapla {
    background: #00529b;
    padding: 6px 30px;
    margin-left: 25px;
    border: none;
    position: relative;
    font-family: 'museo_sans_300regular';
    font-size: 18px;
}

#DogumTarihiHesaplama .center .hesapla::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #00529b;
    position: absolute;
    left: -25px;
    top: 49%;
}

#DogumTarihiHesaplama .center .hesapla:hover {
    background: #0e7bdd;
    -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;
}

#DogumTarihiHesaplama .center a:hover {
    background: #0e7bdd;
    color: #fff;
    text-decoration: none;
}

#DogumTarihiHesaplama .center {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #00529b;
}

#DogumTarihiHesaplama .center .temizle::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #00529b;
    position: absolute;
    right: -25px;
    top: 50%;
}

#DogumTarihiHesaplama .center .temizle::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #00529b;
    position: absolute;
    right: -29px;
    top: 12.5px;
}

#DogumTarihiHesaplama .center .temizle {
    background: #00529b;
    padding: 6px 30px;
    margin-right: 25px;
}

#DogumTarihiHesaplama .etapiki.gizli {
    display: none;
}

#DogumTarihiHesaplama .sonuc {
    text-align: center;
}

#DogumTarihiHesaplama .sonuc p,
#DogumTarihiHesaplama .sonuc span {
    display: inline-block;
    font-size: 22px;
    font-family: 'Museo Sans 300';
    color: #00529b;
}

#DogumTarihiHesaplama .sonuc span {
    border: 1px solid #ccc;
    padding: 0px 51px;
    font-family: 'Museo Sans 700';
    margin: 0px 13px;
}

#DogumTarihiHesaplama .tahmini {
    border: 2px solid #0e7bdd;
}

#DogumTarihiHesaplama .tahmini p {
    font-size: 16px;
    font-family: 'Museo Sans 900';
    width: 50%;
    float: left;
    display: inline-block;
    padding: 20px 10px;
    background: #fff;
    position: relative;
    color: #0e7bdd;
    text-align: center;
}

#DogumTarihiHesaplama .tahmini span {
    font-family: 'Museo Sans 700';
    font-size: 18px;
    background: #0e7bdd;
    color: #fff;
    padding: 0px 10px;
    float: left;
    display: inline-block;
    width: 50%;
    text-align: center;
    line-height: 68px;
    min-height: 68px;
}

#DogumTarihiHesaplama .tahmini p::after {
    content: '';
    background: url(../images/kalp.png)no-repeat center center;
    position: absolute;
    right: -16px;
    width: 35px;
    height: 35px;
    top: 15px;
}

#DogumTarihiHesaplama .uyari p {
    margin: 20px 0px;
    font-size: 17px;
    font-family: 'Museo Sans 300';
    color: #00529b;
    padding-bottom: 20px;
    border-bottom: 1px solid #0e7bdd;
}

@media only screen and (max-width: 768px) {
    #DogumTarihiHesaplama .sonuc span,
    #DogumTarihiHesaplama .sonuc p {
        margin: auto;
        float: none;
        padding: 0px 3px;
        border: none;
    }
    #DogumTarihiHesaplama .center .temizle,
    #DogumTarihiHesaplama .center .hesapla {
        padding: 8px 15px;
    }
    #DogumTarihiHesaplama .form-control {
        float: left;
        width: 100%;
    }
    #DogumTarihiHesaplama .center .temizle::before,
    #DogumTarihiHesaplama .center .hesapla::before,
    #DogumTarihiHesaplama .center .hesapla::after {
        display: none;
    }
    #DogumTarihiHesaplama .tahmini,
    #DogumTarihiHesaplama .tahmini p,
    #DogumTarihiHesaplama .tahmini span {
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
    }
    #DogumTarihiHesaplama .tahmini {
        margin-top: 10px;
    }
    #DogumTarihiHesaplama .tahmini p::after {
        top: inherit;
        bottom: -17px;
        left: 45%;
    }
}

.tesekkurler .content .page_header h2 {
    font-size: 30px;
    text-align: center;
    font-family: 'museo_sans_700regular';
}

.tesekkurler article p {
    font-size: 16px;
    border-bottom: 1px solid #00529b;
    padding-bottom: 45px;
    text-align: center;
}

.tesekkurler .home-link {
    background: #00529b;
    padding: 10px 80px;
    border: 1px solid transparent;
    font-size: 15px;
    font-family: 'museo_sans_700regular';
    position: relative;
    margin-left: 50%;
    left: -128px;
    top: 45px;
    margin-bottom: 195px;
}

.home-link:hover,
.home-link:focus {
    color: #fff;
    text-decoration: none;
}

.tesekkurler .divider {
    border: none;
}


/*Appoint*/

.appoint .input-group .form-control,
.appoint .input-group input[type="tel"] {
    box-shadow: none;
    color: #00529b;
}

.appoint .input-group #hospitalList.active,
.appoint .input-group #departmentList.active,
.appoint .input-group #doctorList.active,
.appoint .input-group #dateList.active,
.appoint .input-group #hourList.active {
    height: 0;
    visibility: hidden;
    display: none;
}

.appoint .selectaddress .SumoSelect {
    width: 100%;
    background-color: transparent;
}

.appoint .SumoSelect>.CaptionCont {
    background-color: transparent;
    text-align: center;
    border: 1px solid #00529b;
    color: #00529b;
}

.appoint .SumoSelect>.optWrapper {
    background: #f3f3f3 !important;
    top: 49px !important;
}

.appoint .SumoSelect>.optWrapper li {
    min-height: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0px !important;
    border-bottom: 1px solid #d5d5d5 !important;
    text-align: center;
}

.appoint .SumoSelect>.optWrapper>.options li label {
    font-family: 'museo_sans_500regular';
}

.appoint .selectaddress .SumoSelect p {
    display: block !important;
    padding: 10px 12px;
}

.appoint .selectaddress .SumoSelect>.CaptionCont>label>i {
    background: url(/Content/Themes/images/accordionarrowdown.png) no-repeat center center;
    margin-right: 20px;
}

.appoint .input-group input[type="text"] {
    color: #00529b;
}

.appoint .commonbtn {
    background: #00529b;
    padding: 10px 100px;
    border: 1px solid transparent;
    margin: auto;
    display: block;
    margin-top: 4px;
}

.appoint .commonbtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

.appoint .radioBtnArea {
    border-bottom: 1px solid #00529b;
    height: 50px
}

.appoint .radioBtnArea .radioBtn {
    text-align: center;
    height: 100%;
    border-right: 1px solid #00529b;
}

.appoint .radioBtnArea .radioBtn:last-of-type {
    border-right: none
}

.appoint .radioBtnArea .radioBtn label {
    color: #00529b;
    font-family: 'museo_sans_300regular';
    font-size: 20px;
    margin-top: 10px;
}

.appoint .selectList {
    border: 1px solid #00529b !important;
}

.appoint .input-group {
    margin-bottom: 20px;
}

.appoint .input-group select option {
    background-color: #fff
}

.appoint .addressArea h4 {
    color: #00529b;
    font-family: 'museo_sans_400regular';
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
}

.appoint .addressArea input {
    border-top: 1px solid #00529b;
}

.appoint .buttonArea {
    text-align: right;
}

.appoint .buttonArea .commonbtn {
    display: inline-block;
    vertical-align: top
}

.appoint .buttonArea #clear {
    background: #5f5f5f;
    padding: 10px 80px;
    margin-right: 15px;
}

.appoint .buttonArea #clear:hover {
    background: transparent;
}

.appoint .input-group input[type="text"].alert {
    color: red;
    padding: 6px 12px;
}

.appoint .input-group .form-control.alert::placeholder {
    color: red;
}

.appoint .input-group .form-control.alert:-ms-input-placeholder {
    color: red;
}

.appoint .input-group .form-control.alert::-ms-input-placeholder {
    color: red;
}

.appoint .alertArea .alertText {
    display: none;
    color: red;
}

.appoint .alertArea .alertText.active {
    display: block;
}

.appoint .content.tcArea {
    display: none;
}

.appoint .content.tcArea.active {
    display: block;
}

.appoint .content.smsArea {
    display: none;
}

.appoint .content.smsArea.active {
    display: block;
}

.appoint .content.patientRecordArea {
    display: none;
}

.appoint .content.patientRecordArea.active {
    display: block;
}

@media screen and (max-width:768px) {
    .appoint .buttonArea {
        text-align: center;
    }
    .contractualPage .divider img {
        top: 0;
    }
    .page.contact article .divider {
        text-align: center;
    }
    .page.contact article .divider img {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width:480px) {
    .page .banner2 .breadcrump {
        position: absolute;
        top: -76px;
        right: 8px;
    }
    .banner2 img {
        margin-bottom: 80px;
    }
    .page .banner2 header h2,
    .page .submenu header h2 {
        background: #00529b !important;
    }
    .banner2 img {
        height: 95px;
    }
}

.careerFormPage .input-group input[type="text"],
.careerFormPage .input-group input[type="email"],
.careerFormPage .input-group select {
    color: #00529b;
}

.careerFormPage #errorMessageKariyer {
    text-align: center;
    color: red;
}

.careerFormBtn {
    background: #00529b;
}

.careerFormBtn:hover {
    color: #00529b;
    background: transparent;
    border: 1px solid #00529b;
}

.blogDetailPage .change-page .nextPrev {
    color: #000;
    display: block;
}

.blogDetailPage .similiar_articles img {
    margin-bottom: 10px;
}

.blogDetailPage .similiar_articles a {
    font-family: 'museo_sans_300regular';
    display: block;
    color: #00529b;
    margin-bottom: 20px;
}

.blogDetailPage .similiar_articles .title_second {
    margin-top: 40px;
    display: block;
}


/*Tetkik Sonuçarlı*/

.tetkik_sonuclari_index {
    padding-top: 80px;
}

.tetkik_sonuclari_index .contain .ul-text {
    display: flex;
    flex-wrap: wrap;
}

.tetkik_sonuclari_index .contain .ul-text .li-text {
    padding: 10px;
    color: #000;
}

.tetkik_sonuclari_index .contain .ul-text .li-text a:focus {
    color: #000;
}

.tetkik_sonuclari_index .container .nav-tabs li a {
    color: #000;
    border: 1px solid #ccc;
}

.tetkik_sonuclari_index .container .nav-tabs li.active a {
    border: 1px solid #000;
}

.tetkik_sonuclari_index .custom_nav {
    margin-bottom: 40px;
}


/*KVKK KUTUCUKLARI*/

#kvkkCheckRandevu {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

#kvkkCheckRandevu2 {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.randevuAydinlatma {
    color: #00529b;
    text-decoration: underline;
}

.randevuText {
    font-size: 12px !important;
    line-height: 15px !important;
}

#warningKvkkText {
    display: none;
    color: red;
    font-size: 18px;
    margin-top: 10px;
}


.content a {
    color: #00529b;
}

.articles a strong {
    color: #00529b;
}