﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=latin-ext');
@media only screen and (max-width: 1024px) {
	.hospitals .col-12{ margin-bottom:20px;}
}
.loading {
    position: fixed;
    background: rgba(0,0,0,0.35);
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
}

    .loading img {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
	.banner_link {
    position: absolute;
    display: block;
    width: 300px;
    height: 100px;
    right: 18%;
    bottom: 30%;
}
header {
    padding: 10px 0px;
}

    header ul {
        padding-top: 20px;
    }

        header ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            header ul li:last-child {
                margin-right: 0px;
            }

    header .to_left {
        text-align: right;
    }

    header .tel {
        font-size: 25px;
        font-weight: bold;
        color: #1E3E7C;
    }

.banner {
    position: relative;
}

    .banner .banner_left,
    .banner .banner_right {
        display: none !important;
        position: absolute;
        z-index: 1;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 42px;
        padding: 10px;
        background: #fff;
        opacity: 0.7;
        text-decoration: none;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .banner .banner_left.last,
        .banner .banner_right.last {
            opacity: 0;
            visibility: hidden;
        }

    .banner .banner_left {
        left: 0px;
    }

    .banner .banner_right {
        right: 0px;
    }

        .banner .banner_right:hover,
        .banner .banner_left:hover {
            opacity: 1;
        }

    .banner .owl-carousel {
        z-index: 0;
    }

.blocks {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    background: #fff;
    z-index: 1;
}

    .blocks .row,
    .item3 .item_block {
        border-radius: 8px;
        min-height: 250px;
    }

.item1 .item_block,
.item2 .item_block,
.item3 .item_block,
.item4 .item_block .row {
    box-shadow: 0 11px 10px 0 rgba(0,0,0,0.22);
}

.blocks h3 {
    color: #1E3E7C;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    text-align: center;
    background-color: #DCF5FF;
    margin: 0 auto;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.blocks ul {
    padding-left: 50px;
    position: relative;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #fff;
    width: 100%;
}

    .blocks ul::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #DCF5FF;
        position: absolute;
        right: -1px;
        top: 0px;
    }

    .blocks ul li {
        list-style: none;
        color: #1E3E7C;
        font-size: 14.5px;
        font-weight: 600;
        line-height: 29px;
    }

.item1 {
    margin-top: 0;
}

.item3 .item_block {
    width: 100%;
    margin: 0px 30px 0px 0px;
}

.third .blocks:last-child .item_block {
    margin-right: 0px;
}

.item4 {
    margin-bottom: 68px;
}

    .item4 .item_block:first-child {
        padding-right: 50px;
    }

.form {
    position: relative;
    z-index: 101;
    padding: 60px 0px;
    background-color: #F2F2F2;
}

    .form h3 {
        color: #223982;
        font-size: 27px;
        font-weight: 600;
        letter-spacing: 1.13px;
        line-height: 37px;
    }

    .form p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
    }

    .form .red {
        color: red;
    }

    .form .centered {
        max-width: 600px;
        margin: auto;
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .form .form-control {
        max-width: 450px;
        width: 100%;
        box-shadow: inset 1px 1px 3px 0 #CCD1D9;
        background-color: #FFFFFF;
        border: 1px solid #CCD1D9;
        height: 65px;
        margin: auto;
        display: block;
    }

    .form .btn {
        max-width: 160px;
        height: 50px;
        width: 100%;
        display: block;
        margin: auto;
        color: #fff;
        border-radius: 28px;
        border: 1px solid transparent;
        background-color: #223982;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

@media only screen and (min-width: 1024px) {
    .form .btn:hover {
        background: #fff;
        color: #223982;
        border: 1px solid #223982;
    }
}

.hospital_list {
    padding: 40px 0px;
    text-align: center;
}

footer {
    background-color: #223982;
    padding: 20px 0px;
}

    footer a {
        display: block;
        text-align: right;
    }

    footer .foot_tel {
        color: #FEFEFE;
        font-size: 17px;
        font-weight: 500;
    }

    footer .foot_web {
        color: #FEFEFE;
        font-size: 11px;
        font-weight: 500;
    }

.m_kulakcik {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    right: 0px;
    background: #223982;
    padding: 10px 30px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 11px 10px 0 rgba(0,0,0,0.22);
    -moz-animation: changeColor 3s ease-in-out infinite;
    -o-animation: changeColor 3s ease-in-out infinite;
    -webkit-animation: changeColor 3s ease-in-out infinite;
    animation: changeColor 3s ease-in-out infinite;
    text-decoration: none;
    border: 1px solid transparent;
}

    .m_kulakcik.hidded {
        visibility: hidden;
    }

@keyframes changeColor {
    0% {
        background: #223982;
        color: #fff;
    }

    25% {
        border: 1px solid #223982;
        background: #DCF5FF;
        color: #223982;
    }

    50% {
        background: #223982;
        color: #fff;
    }

    75% {
        border: 1px solid #223982;
        background: #DCF5FF;
        color: #223982;
    }

    100% {
        background: #223982;
        color: #fff;
    }
}

@-moz-keyframes changeColor {
    from {
        background: #223982;
    }

    to {
        background: #1E3E7C;
    }
}

@-webkit-keyframes changeColor {
    from {
        background: #223982;
    }

    to {
        background: #1E3E7C;
    }
}

.message.fancybox-content {
    text-align: center;
}
/*Teşekkürler Sayfası*/
.thanks-page header{position:fixed;top:0px;left:0px;right:0px;z-index:1;box-shadow:0px -25px 33px #223982;}
.thanks-page .m_kulakcik{
    display:none !important;
}
.thanks{
    position:relative;
    height:100vh;
    display:flex;
    align-content:center;
    align-items:center;
    text-align:center;
}
    .thanks h1,
    .thanks p {
        text-align: center;
        display: block;
        width: 100%;
        color: #1E3E7C;
    }
    .thanks .btns{
        max-width:300px;
        display:flex;
        width:100%;
        padding:10px;
        background:#223982;
        color:#fff;
        margin-top:40px;
        text-align:center;
        justify-content:center;
        align-content:center;
        margin:20px auto;
    }
@media only screen and (max-width: 992px) {
    header {
        padding-bottom: 30px;
    }

        header .to_left {
            text-align: center;
        }

        header .logo {
            margin: 20px auto;
            margin-top: 0px;
        }

        header ul {
            padding: 0px;
        }

    .logo {
        display: block;
        vertical-align: middle;
        align-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

        .logo img {
            margin: auto;
            display: block;
        }

    .banner .banner_left, .banner .banner_right {
        font-size: 22px;
    }

    .item1 {
        margin-top: 0px;
    }

    .container {
        padding: 0px 40px;
    }

    .m_kulakcik {
        display: block;
    }

    .blocks ul {
        padding: 10px;
        margin: 0 auto;
        text-align: center;
    }

    .item_block,
    .blocks .row {
        min-height: auto;
    }

    .item3 {
        padding: 0px;
    }

        .item3 .item_block {
            margin-right: 0px;
            min-height: auto;
        }

    .item4 .item_block:first-child {
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .third {
        margin: 0 auto;
    }

    .hospitals a{
        display:block;
        max-width:180px;
        margin:auto;
        text-align:left;
    }

    footer .d-flex.align-items-center img {
        margin: 20px auto;
        margin-top: 0px;
    }

    footer a {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

        footer a:last-child {
            margin-bottom: 0px;
        }
}

@media only screen and (max-width: 640px) {
    .blocks h3 {
        font-size: 18px;
    }

    .m_kulakcik {
        font-size: 14px;
        left: 0px;
        text-align: center;
    }

    .form {
        padding: 50px 20px;
        padding-bottom: 90px;
        z-index: 200;
    }
}
