﻿@font-face {
    font-family: 'gilmer_heavyregular';
    src: url('../fonts/gilmer_heavy-webfont.eot');
    src: url('../fonts/gilmer_heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilmer_heavy-webfont.woff') format('woff'), url('../fonts/gilmer_heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilmer_lightregular';
    src: url('../fonts/gilmer_light-webfont.eot');
    src: url('../fonts/gilmer_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilmer_light-webfont.woff') format('woff'), url('../fonts/gilmer_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilmer_mediumregular';
    src: url('../fonts/gilmer_medium-webfont.eot');
    src: url('../fonts/gilmer_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilmer_medium-webfont.woff') format('woff'), url('../fonts/gilmer_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilmer_regularregular';
    src: url('../fonts/gilmer_regular-webfont.eot');
    src: url('../fonts/gilmer_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilmer_regular-webfont.woff') format('woff'), url('../fonts/gilmer_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gilmer_boldregular';
    src: url('../fonts/gilmer_bold-webfont.eot');
    src: url('../fonts/gilmer_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilmer_bold-webfont.woff') format('woff'), url('../fonts/gilmer_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html {
    margin: 0;
    padding: 0; width:100%; height:100%;
    line-height: inherit;
    font-family: 'gilmer_regularregular';
    font-size: 17px;
    line-height: 23px;
    color: #4B4B4B;
}

h1, h2, h3, h4, h5, h6, ul, a, button, p {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}
p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
}
*, *:after, *:before {
    box-sizing: border-box;
    outline: none;
}
.clear {display:block; clear:both;}
main {padding-top:100px;}
header {position:fixed; top:0; background:white; width:100%; z-index:999; transition:all 0.3s;}
    header.shadow {
        box-shadow: 0px 5px 10px 0px rgba(168, 168, 168, 0.88);
    }
.logo {
    font-family: 'gilmer_boldregular';
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 12px;
    color: #000;
    text-align: center;
    padding: 27px 0 26px 0;
}
    .logo span {
        display: block;
        font-family: 'gilmer_lightregular';
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 15px;
    }
.main-menu {
    display: inline-flex;
    padding-top: 40px
}
    .main-menu li {
        display: inline-flex;
        padding: 0 15px;
    }
        .main-menu li a {
            color: #0e0e0e;
            font-family: 'gilmer_boldregular';
            font-size: 16px;
            transition: all 0.2s ease-in;
        }
            .main-menu li a:hover, .main-menu li a.active {
                color: #1fc3a5;
            }
.randevuBtn {
    display: inline-block;
    color: white;
    background: #1fc3a5;
    margin-top: 16px;
    border-radius: 50px;
  /*  height: fit-content;*/
    padding: 14px 25px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    font-family: 'gilmer_boldregular';
    margin-left: 15px;
    margin-bottom: 16px;
}
    .randevuBtn img {position:relative; top:5px;}
.language {
    display: inline-block;
    color: white;
    background: #687074;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 15px;
    border-radius: 50px;
    padding: 14px 25px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    font-family: 'gilmer_boldregular';
}
    .language img {
        margin-right: 5px;
        position: relative;
        top: 5px;
    }
.hizmetTitle {
    position: absolute;
    left: -250px;
    top: 125px;
    color: #687074;
    font-size: 90px;
    font-family: 'gilmer_boldregular';
    text-align: center;
    transform: rotate( -90deg );
}
.hizmetTitleEn {
    position: absolute;
    left: -150px;
    top: 60px;
    color: #687074;
    font-size: 90px;
    font-family: 'gilmer_boldregular';
    text-align: center;
    transform: rotate( -90deg );
}
footer {
    background: url(../images/footerBg.jpg) center top ;
}
/*.footerBg {
    background: #a3abaf;
}
.socialBg { background: #687074;
}*/
.footer-menu {
    padding: 50px 0; position:relative;
}
.bottom-menu {padding-left:150px;}
.brandcon {
    position: relative;
}
.footerBrand {
    position: absolute;
    left: -100px;
    top: 104px;
    color: white;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 13px;
    font-family: 'gilmer_boldregular';
    text-align: center;
    transform: rotate( -90deg );
}
    .footerBrand span {
        font-size: 12px;
        font-family: 'gilmer_regularregular';
        letter-spacing: 2px;
        display: block;
    }
.footer-menu li a {
    color: white;
    padding: 11px 11px 11px 20px;
    font-family: 'gilmer_boldregular';
    display: block;
    background: url(../images/rectangle.svg) left center no-repeat;transition: all 0.2s ease-in;
}
    .footer-menu li a:hover {
        letter-spacing: 1px;
        /*color: black;*/
    }
.footerBottom {
    color: white;
    padding: 50px 0; text-align:right;
}
    .footerBottom ul {
        float: right;
        display: block;
        clear: both;
        width: 100%;
        margin: 30px 0 89px 0;
    }
    .footerBottom ul li {display:inline-block; margin-left:30px;
    }
        .footerBottom ul li a {
            color: white;
            transition: all 0.2s ease-in;
        }
            .footerBottom ul li a:hover {
                color: #1fc3a5;
            }
.copyright p {
    font-size:12px; line-height:20px;
}
.follow {
    font-size: 18px;
}
h2 {
    color: #687074;
    font-family: 'gilmer_heavyregular';
    font-size: 90px;
    line-height: 120px;
    margin-bottom: 40px;
}
    h2.langEn {
        font-size: 55px;
        color: #687074;
        font-family: 'gilmer_heavyregular';
        line-height: 120px;
        margin-bottom: 40px;
    }
h3 {
    font-size: 52px;
    line-height: 62px;
    color: black;
    font-family: 'gilmer_heavyregular';
    margin-bottom: 40px;
}
.duyuruCon {
    padding: 100px 0;
  /*  height: 100vh;*/
}

    .duyuruCon p {
        margin-bottom: 40px;
    }
.makale {position:relative; padding-bottom:120px;
}
.seperator {
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #687074;
}

.announcement {
    text-align: right;
}
.date {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 40px;
}
    .date span {
        border-left: 1px solid #707070;
        padding:10px; margin-left:5px;
    }
.pageLink {
    position: absolute;
    bottom: 40px;
}
.announcement .pageLink {
    right: 0;
}
.pageLink a {
    background: #efefef;
    color: #1d1d1d;
    padding: 18px 30px;
    border-radius: 50px;
    /*margin-bottom: 40px;*/
    display: inline-flex;
    margin-right: 20px;
    font-size: 14px;
    transition: all 0.3s;
}
.pageLink a:hover {background:#1fc3a5; color:white;}
.hizmetler {
    background: url(../images/hizmetBg.jpg) center top;
    position: relative;
}
.doktor-takvimi {
    background: #00c2a5 url(../images/doktor-takvimi.jpg) right bottom no-repeat;
    background-size: contain;
}
.slider {position:relative;}
.subpage {
    background: #F7F7F7;
}
.pageTitle {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0 80px 0;
}
.center {
    text-align: center;}
.adres {
    font-size: 14px;
    line-height: 25px;
    color: #4B4B4B;
}
.page {
    padding: 80px 0;
}
#media {
    padding: 80px 0 40px 0;
}
.contactInfo i {
    font-size: 45px;
    color: #4B4B4B; line-height:80px;
}
.contactInfo a {
    font-size: 17px;
    line-height: 50px;
    font-family: 'gilmer_mediumregular';
    color: #4B4B4B;
}
.mapGoogle {
    height: 400px;
    display: block;
    filter: grayscale(8);
    opacity: .8;
    margin-top: 60px;
}
.mapGoogle:hover {
    filter: grayscale(6);
    opacity: 1;
}
.contactFormCon {
    background: #F4F4F6; padding:80px;
}
#contactForm {width:100%;}
input {
    width: 100%;
    background: white;
    border: 1px solid #4B4B4B4D;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    height: 52px;
    font-family: 'gilmer_mediumregular';
    padding-left: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px; transition:all ease-in .3s;}
textarea {
    width: 100%;
    background: white;
    border: 1px solid #4B4B4B4D;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    height: 100px;
    font-family: 'gilmer_mediumregular';
    padding-left: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
    resize: none;
    letter-spacing: 1px;
    transition: all ease-in .1s;
}
    input:hover, textarea:hover, input:focus, textarea:focus {
        border-color: #4B4B4B; 
    }
.sendForm {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    background: #4B4B4B;
    color: white;
    border-radius: 4px;
    padding: 26px 50px;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: 'gilmer_mediumregular';
    font-weight: 600;
    border: none;
    position: relative;
    float: right;
    margin-top: 15px;
}
.recap {
    position: absolute;
    top: 18px;
    right: 216px;
}

.g-recaptcha {
    width: 120px;
    overflow: hidden;
    border-right: 1px solid #4B4B4B4D;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
    position: absolute;
    right: 215px;
}
#changePage {
    display: block;
    position: relative;
    top: -20px;
    width: 100%;
    text-align: right;
}
    #changePage .pagination li {
        display:inline-block;
    }
    #changePage .pagination li a {
        color: white !important;
        background: #687074;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        display: block;
        text-align: center;
        line-height: 30px;
        font-family: 'gilmer_mediumregular';
        border-radius: 4px;
    }
    #changePage .pagination li.active a {
        color: white !important;
        background: #1fc3a5;
    }
    #changePage .pagination li.prev, #changePage .pagination li.next, #changePage .pagination li.first, #changePage .pagination li.last {
        display: none;
    }
.center.link {
    position: relative;
}
.contacyline {
    position: absolute;
    right: 0; top:0;
    height: 100%;
    background: #CFDEF6;
    width:1px;
}
.img-responsive {max-width:100%; height:auto;}
.videoCon {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #CFDEF6;
}
.video-box {
    padding: 10px 10px 5px 10px;
    border-radius: 5px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px 2px #cacaca;
}
.video-box img {
    transition: all ease-in 0.3s;
    filter: grayscale(1);
}
    .video-box img:hover {
        filter: grayscale(0.3); 
    }
.video-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/play-icon.png) center center no-repeat;
    pointer-events: none;
    background-size: 50px;
}
    .video-over i {
        color: red;
        font-size: 28px;
    }
    #media h3 {
        color: #1FC3A5;
        font-family: 'gilmer_mediumregular';
        font-size: 28px;
        margin: 0 0 20px 0;
        line-height: 34px;
        text-transform: capitalize;
    }
.fancybox-content {
    max-width: 1000px;
    border-radius: 4px;
}
    .fancybox-content p {
        margin-bottom: 15px;
        line-height: 26px;
    }
    .fancybox-content h3 {
        background: #1FC3A5;
        color: #fff;
        font-family: 'gilmer_boldregular';
        font-size: 25px;
        margin: 0 0 30px 0;
        line-height: 34px;
        text-transform: capitalize;
        width: 100%;
        font-weight: normal;
        padding: 20px 15px;
        border-radius: 4px;
        text-align: center;
    }
.mediaTxt {position:relative; height:100%;}
    .mediaTxt span {
        font-style: italic;
        font-family: 'gilmer_boldregular';
        font-size: 14px; display:inline-block; padding-left:15px;
    }
.keepOn {
    display: inline-block;
    background: #1FC3A5;
    border-radius: 4px;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-family: 'gilmer_mediumregular';
    margin: 15px 0 0px 0;
    transition: all 0.3s;
}
.spot {
    display: block;
    text-align: center;
    margin:0 0 40px 0;
}
.doctor {
    text-align: center;
    
    /* margin: 0px;
    background: #1fc3a5;
    border-radius: 5px;*/
}

    .doctor h2 {
        font-size: 18px;
        font-family: 'gilmer_boldregular';
        color: #4B4B4B;
        line-height: 30px;
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .doctor h4 {
        font-size: 14px;
        color: #4B4B4B;
        font-family: 'gilmer_mediumregular';
        margin-bottom: 15px;
    }
    .doctor a {
        display: block;
        font-size: 18px;
        padding-bottom: 40px;
        font-family: 'gilmer_boldregular';
        color: #4B4B4B;
        transition: all ease-in-out .3s;
    }
    .doctor a:hover {
        color: #1fc3a5;
    }
.docPic { /*padding:0;*/
    background: #F7F7F7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
    .docPic img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
.hizmetler ul {
    padding-left: 140px;
}
.hizmetler ul li {
    padding: 10px 0px;
}
#services ul {
    list-style: disc;
    width: inherit;
    margin: 0 auto;
}
#services ul li {
    padding: 0 0 18px 10px;
    color: #a3aab0;
}
    /*#services ul li i {
        font-size: 8px;
        color: #a3aab0;
        display: inline-block;
        padding-right: 5px;
        position: relative;
        top: -3px;
    }*/
.dtBg {
    position: absolute;
    width: 38%;
    height: 100%;
    pointer-events: none;
    background: url(../images/doktor-takvimi.jpg) bottom right no-repeat;
    top: 0;
    right: 0;
    background-size: contain;
}
.dtRandevu {
    padding-left: 40px;
    position: relative;
    z-index: 9;
    color: #fff;
    max-width: 400px;
}
    .dtRandevu h3 {
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
        margin: 50px 0 10px 0;
        font-family: 'gilmer_heavyregular';
    }
    .dtRandevu a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 15px 40px;
        margin-top: 50px;
        font-family: 'gilmer_regularregular';
        background: #3D83DF;
        border-radius: 50px;
        transition: all 0.3s;
    }
        .dtRandevu a:hover {
            background: #3172c8;
        }
.main-menu li a i, .mobilMenuTop, .hamburger {
    display: none;
}
.bodyOverlay {
    visibility: hidden; pointer-events:none;
}

.wi {
    width: inherit !important;
}

@media screen and (max-width:1199px) {
    .main-menu li {
        padding: 0 10px;
    }
    .randevuBtn, .language {
        font-size: 14px;
        margin-left: 10px;
    }
    .tp-caption.medium_bg_asbestos, .tp-leftarrow.default {
        left: calc(50% - 466px) !important;
    }
    .tp-rightarrow.default {
        left: calc(50% - 400px) !important;
    }
    .tp-bullets {
        left: calc(50% - 320px) !important;
    }
    h2 {
        font-size: 75px;
    }
    #services ul li {
        font-size: 15px;
    }
    .contactInfo a, .contactInfo p {
        font-size: 14px;
    }
}
@media screen and (max-width:991px) {
    .logoCon {
        width: 100% !important;
    }
    .logo {
        width: 250px;
        display: block;
        margin: 0 auto;
    }
    .mobilMenuTop .logo {
        font-size: 18px;
        letter-spacing: 5px;
        padding: 27px 0 26px 0;
    }
        .mobilMenuTop .logo span {
            font-size: 12px;
        }
    #mainMenu {
        position: fixed;
        top: 0;
        left: -350px;
        background: white;
        height: 100%;
        width: 350px !important;
        padding: 0;
        margin-left: 0;
        visibility:hidden;
        box-shadow: 0px 5px 10px 0px rgba(168, 168, 168, 0.88);
       /* opacity: 0;*/
       transition:all ease-in-out 0.3s;
        z-index: 9999; display:block !important;
    }
        #mainMenu.open { 
            left: 0; /*opacity:1;*/
            visibility: visible;
        }
        .main-menu, .mobilMenuTop, .hamburger {
            display: block;
        }
    .bodyOverlay {
        position: fixed;
        left: 0px;
        top: 0px;
        opacity: 0;
        height: 100vh;
        width: 100vw;
        z-index: 9998;
        transition: all ease-in-out 0.3s;
        background: black; visibility:hidden;
    }
        .bodyOverlay.open {
            visibility: visible;
            opacity: .7;
            pointer-events: auto;
        }
    .hamburger {
        position: fixed;
        left: 30px;
        top: 36px;
        z-index: 9998;
        color: black !important;
    }
        .hamburger i {
            font-size: 24px;
        }
    .mobilMenuTop {
        box-shadow: 0px 5px 10px 0px rgba(168, 168, 168, 0.18); height:100px;
    }
    .main-menu{
        padding-top: 5px;
    }
        .main-menu li {
            padding: 15px 15px 15px 30px;
            display: block;
            position: relative;
            border-bottom: 1px solid rgba(168, 168, 168, 0.18)
        }
            .main-menu li a {
                font-family: 'gilmer_regularregular';
                display: block;
            }
                .main-menu li a i {
                    right: 30px;
                    top: 20px;
                    position: absolute;
                    display: block;
                    font-size: 12px;
                }
    .randevuBtn, .language {
        padding: 0px 28px;
        margin-left: 0px;
        position: absolute;
        bottom: 30px;
        left: 30px;
        display: block;
        height: auto;
        margin: 0;
        line-height: 65px;
    }
    .language {
        left: auto;
        right: 30px;
    }
        .randevuBtn img, .language img {
           top: 5px;
            position: relative;
        }
    h2 {
        font-size: 65px;
    }
    .dtBg {
        width: 32%;
    }
    .tp-caption.medium_bg_asbestos, .tp-leftarrow.default {
        left: 100px !important;
    }

    .tp-rightarrow.default {
        left: 170px !important;
    }

    .tp-bullets {
        left: 250px !important;
    }

    h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .duyuruCon {
        padding: 60px 0 120px 0;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    p, body {
        font-size: 15px;
        line-height: 24px;
    }
    .hizmetler {
        padding:0;
    }
        .hizmetler .container-fluid, footer .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }
    .hizmetCon {
        background: #f6f6f6;
        padding: 50px 15px;
    }
    .randevuCon {
        background: url(../images/doktor-takvimi.png) bottom right no-repeat #1fc3a5;
        padding: 50px 15px;
        background-size: 50%;
    }
    .hizmetTitle {
        left: -160px;
        top: 125px;
        font-size: 65px;
    }
    .hizmetTitleEn {
        left: -82px;
        top: 53px;
        font-size: 65px;
    }
    .seperator {
        right: 0px;
    }
    .dtBg {
        display:none;
    }
    footer {
        background: none;
        background: #a3aab0;
    }
    #footer-menu {
        background: #a3aab0;
    }
    #social-menu {
        background: #686f75;
        display: block;
    }
    .footerBottom ul {
        margin: 0px 0 50px 0;
    }
    .footerBrand {
        left: -25px;
        top: 103px;
        font-size: 20px;
        letter-spacing: 10px;
    }
    .doctor a, .doctor h2 {
        font-size: 15px;
    }
    .doctor a {
        padding-bottom: 25px;
    }
    .doctor h2 {
        padding-top: 25px;
        line-height: 20px;
    }
}
@media screen and (max-width:768px) {
    #services ul li {
        padding-left: 0;
    }
    .hizmetler  {
       background:none;
    }
    .hizmetler ul {
        padding-left: 0;
        margin: 0 auto;
        display: table;
    }
    .hizmetTitle {
        left: -145px;
        top: 315px;
    }
    .hizmetTitleEn {
        left: -82px;
        top: 250px;
    }
    h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    #media h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .duyuruCon {
        padding: 60px 0;
    }
    #media {
        padding: 80px 0 0px 0;
    }
    .footerBrand {
        left: -70px;
    }
    .bottom-menu {
        padding-left: 90px;
    }
}

@media screen and (max-width:767px) {
    #services ul {
        width: 100%;
        padding-left: 15px; list-style:none;
    }
    .duyuruCon {
        padding: 10px 0 20px 0;
    }
    #services {
        padding: 50px 0 30px 0;
    }
    .announcement {
        text-align: left;
    }
    .makale {
        padding-bottom: 40px;
    }
    .pageLink {
        position: static;
    }
    .seperator {
        position: absolute;
        right: auto;
        top: auto;
        width: calc(100% - 30px);
        height: 1px;
        background: #ccc;
        left: 15px;
        bottom: 0;
    }
    .footerBrand {
        left: auto;
        top: 40px;
        font-size: 20px;
        letter-spacing: 10px;
        transform: rotate( 0deg );
        width: 100%;
    }
    .footer-menu {
        padding: 50px 0 30px 0;
    }
        .footer-menu li a {
            font-family: 'gilmer_mediumregular';
            font-size: 12px;
            padding: 11px 5px 11px 5px;
            background: none;
        }
    .footer-menu li a:hover {
        letter-spacing:0;
    }
    .bottom-menu {
        padding-left: 0;
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .footerBrand span {
        position: relative;
        top: -8px;
    }
    .footerBottom {
        color: white;
        padding: 40px 0;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
        .footerBottom ul {
            margin: 0px 0 15px 0;
        }
        .footerBottom ul li {
            display: inline-flex;
            margin: 5px 8px;
        }
    .copyright p {
        font-size: 11px;
    }
    .dtRandevu {
        padding-left: 0px;
    }
    #media {
        padding: 50px 0 0px 0;
    }

    .pageTitle {
        margin: 0px 0 50px 0;
    }
    .video-box {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .videoCon {
        padding-top: 50px;
    }
    .mediaTxt {
        position: static;
    }
    #media h3 {
        position: absolute;
        top: -10px;
        left: 5%;
        right: auto;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        width: 90%;
        text-align: center;
        font-size: 20px;
    }
    .docPic {
        max-width: 380px;
    }
    .doctor {
        margin: 0 auto;
        max-width: 380px;
        margin-bottom: 30px;
    }
        .doctor h4 {
            margin-bottom: 0;
        }
    #aboutUs {
        padding: 50px 0 30px 0;
    }
    #contact {
        padding: 50px 0;
    }
    .contacyline {display:none;}
    .contactInfo i {
        line-height: 70px;
    }
    .contactInfo a {
        line-height: 30px;
    }
    .contactFormCon {
        padding: 50px 15px;
    }
    .g-recaptcha {
        right: auto;
        left: 15px;
    }
    .recap {
        right: auto;
        left: 62px;
    }
    .fancybox-content {
        max-width: unset;
        padding: 20px;
        text-align: justify;
    }
        .fancybox-content h3 {
            background: #fff;
            color: #1FC3A5;
            font-size: 19px;
            margin: 0;
            line-height: 25px;
        }
}

@media screen and (max-width:580px) {
    .tp-caption.medium_bg_asbestos, .tp-leftarrow.default {
        left: 30px !important;
    }

        .tp-caption.medium_bg_asbestos .bigSpot {
            font-size: 35px !important;
            line-height: 45px !important;
        }

    .tp-bullets {
        display: none !important;
    }

    .tp-leftarrow.default, .tp-rightarrow.default {
        bottom: 30px !important;
    }

    .tp-rightarrow.default {
        left: 90px !important;
    }

    #mainMenu {
        width: 306px !important;
        left: -306px;
    }

        #mainMenu.open {
            left: 0px;
        }

    .dtRandevu h3 {
        font-size: 28px;
        text-transform: capitalize;
        margin: 30px 0 10px 0;
        font-family: 'gilmer_boldregular';
    }

    .hizmetTitle {
        left: 0;
        top: 60px;
        font-size: 40px;
        transform: rotate( 0deg );
        text-align: center;
        width: 100%;
    }
    .hizmetTitleEn {
        left: 0;
        top: 60px;
        font-size: 40px;
        transform: rotate( 0deg );
        text-align: center;
        width: 100%;
    }
    .hizmetler ul {
        text-align: center;
        padding-top: 70px;
    }

    .makale {
        padding-bottom: 0px;
        text-align: justify;
    }

    .seperator {
        display: none;
    }

    .duyuruCon {
        padding: 10px 0 60px 0;
    }

    .logo {
        font-size: 22px;
        letter-spacing: 6px;
        width: auto;
    }

    .randevuBtn {
        left: 15px;
    }

    .language {
        right: 15px;
        width: 90px;
        padding-left: 20px;
    }
    .randevuCon {
        background-size: 63%;
    }
    .mediaTxt p {
        text-align: justify;
    }
    .makale h2, .makale h3, .makale h4 {
        text-align: left;
    }
}

