@charset "utf-8";
@charset "utf-8";
@import "fontawesome.css";
@import 'reset.css';
@import 'jquery.fancybox.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
* {
}

::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
    background-color: #000;
    border-left: 1px solid #163835;
}

::-webkit-scrollbar-thumb {
    background-color: #016ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

::selection {
    background-color: #016ccc;
    color: #fff;
}

.iletisimformu input[type=text]#datepicker::placeholder {
    color: #000 !important;
}

::placeholder {
    color: #dcdcdc;
    opacity: 1; /* Firefox */
}

b {
    font-weight: 600;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
}

html {
}

body {
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    line-height: 22px !important;
    background-color: #EFF7FE !important;
    font-weight: 300 !important;
}

.anadiv {
    position: relative;
    width: 100%;
    float: left;
}

.width100 {
    width: 100%;
    float: left;
    height: 3px;
    position: relative;
}

#yukari {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #005ca9;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    transition: all .3s ease;
    z-index: 999;
    border: 2px solid #fff;
}

#yukari i {
    position: relative;
    left: 15px;
    top: 13px;
    color: #fff;
    margin: 0;
    font-size: 20px;
    transition: all .3s ease;
}

#yukari:hover {
    background-color: #ffffff;
    border-color: #000;
}

#yukari:hover i {
    color: #000;
}

.header {
    position: relative;
    width: 100%;
    float: left;
    z-index: 2;
    background: #005ca9;
}

.header-box {
    position: relative;
    width: 100%;
    background-color: #005ca9;
    min-height: 90px;
    float: left;
    padding: 13px 23px !important;
}

.header .logo {
    float: left;
    z-index: 3;
    top: 0;
    padding: 0px;
    position: relative;
    width: 90%;
    margin-left: 20px;
}

@media (max-width: 1366px) {
    .header .logo {
        margin-left: 0;
    }
}

.header .logo img {
    position: relative;
}

.header nav.main-manu {
    margin-top: 25px;
    float: right;
    margin-right: 30px;
}

.header nav.main-manu ul {
    margin-left: 20px;
}

.header nav.main-manu ul li {
    float: left;
    margin-right: 20px;
    list-style: none;
    position: relative;
    z-index: 9;
}

@media (max-width: 1440px) {
    .header nav.main-manu {
        margin-right: 0;
    }
}


.header nav.main-manu ul li:last-of-type {
    margin-right: 8px;
}

.header nav.main-manu ul li a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    z-index: 9;
    font-weight: 600;
}

.header nav.main-manu ul li a i {
    margin-right: 5px;
}

.header nav.main-manu ul li i {
    color: #fff;
    margin-left: 9px;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.header nav.main-manu ul li a:hover {
    color: #d0d5dd;
}

.header nav.main-manu ul li a.active {
    color: #18bff1;
}

.header nav.main-manu ul li a:after {
    content: '';
    position: absolute;
    left: -10px;
    width: 0%;
    height: 2px;
    background-color: #d0d5dd;
    bottom: -3px;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header nav.main-manu ul li a:hover:after, .header nav.main-manu ul li a.active:after {
    width: calc(50% + 10px);
}

.header nav.main-manu ul li a:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 0;
    height: 1px;
    bottom: -3px;
    background-color: #d0d5dd;
    transform: scaleX(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.header nav.main-manu ul li a:hover:before, .header nav.main-manu ul li a.active:before {
    width: calc(50% + 10px);
    height: 2px;
}


@media (min-width: 1200px) and (max-width: 1366px) {
    .header .container.header-revize {
        max-width: 100% !important;
    }

}


.header nav.main-manu > ul > li > ul {
    position: absolute;
    width: 250px;
    padding-top: 54px;
    margin-top: 4px;
    top: 0;
    left: -15%;
    z-index: 1;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: left 70px 0;
    visibility: hidden;
}

.header nav.main-manu > ul > li > ul.a-menu-kurumsal {
}

.header nav.main-manu > ul > li > ul:before {
    top: 34px;
    left: 59%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -105px;
}

.header nav.main-manu ul li:hover > ul {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.header nav.main-manu ul li ul > li {
    background-color: #ffffff;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #f5f5f5;
}

.header nav.main-manu ul li ul > li > ul > li {
    background-color: #e3000f;
    padding: 2px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.header nav.main-manu ul li ul li a {
    padding: 6px 13px;
    color: #05040a;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.header nav.main-manu ul li ul li ul li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-size: 16px;
}

.header nav.main-manu ul li ul li ul li a:hover {
    background-color: #fff;
    color: #000;
}

.header nav.main-manu ul li ul li a:hover:before {
    display: none;
}

.header nav.main-manu ul li ul li a:hover:after {
    display: none;
}

.header nav.main-manu ul li ul li a:hover {
    background-color: #005ca9;
    color: #ffffff;
}

.header nav.main-manu ul li ul.language {
    width: 75px;
}

.header nav ul li ul li ul {
    position: absolute;
    width: 250px;
    padding-top: 0;
    margin-top: 0;
    top: 0;
    left: 264px !important;
    z-index: 99;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: left 70px 0;
    visibility: hidden;
    margin-left: 0px !important;
}

.header nav ul li ul li:hover > ul {
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}

.header nav ul li ul li li ul {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #e6e6e6;
    border-left: 6px solid #222;
    text-align: left;
}

.header nav ul li ul li li ul a:before {
    display: none;
}

.header nav ul li ul li li ul a {
    padding: 10px 20px;
    color: #222;
    display: block;
    font-weight: 500;
}

.header nav ul li ul li li ul a:hover:before {
    display: none;
}

.header nav ul li ul li li ul a:hover:after {
    display: none;
}

.header nav ul li ul li li ul a:hover {
    background-color: #222222;
    color: #fff;
}

.header nav ul > li > ul > li > ul:before {
    top: 9px;
    left: 41.5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #000000;
    border-width: 10px;
    margin-left: -125px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.header nav.main-manu ul li ul.language:before {
    left: 146%;
}

.header nav.main-manu ul li a img {
    width: 30px;
}

.header .whatsapp {
    float: right;
    display: inline-block;
    background-color: #17aa2f;
    color: #fff;
    font-weight: bold;
    padding: 8px 11px 6px 11px;
    margin-right: 8px;
    margin-top: 18px;
    font-size: 19px;
}

.header .whatsapp:hover {
    background-color: #ffffff;
    color: #005ca9;
}

.header .sepet {
    float: left;
    position: relative;
}

.sabitheader {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 100;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-bottom: 3px solid #117dd7;
    background-color: #005ca9;
}

.sabitheader .header-box {
    margin-top: 0;
    padding: 0 23px !important;
    min-height: 77px;
}

.sabitheader .logo {
    padding: 6px 0px !important;
    background: none;
    width: 170px;
}

.sabitheader nav ul li ul {
    padding-top: 47px !important;
}

.sabitheader nav ul li ul li ul {
    padding-top: 7px !important;
}

.sabitheader nav ul li ul:before {
    top: 27px !important; /* border-bottom-color: #02b7ff !important; */
}

.sabitheader nav {
    margin-top: 26px !important;
}

.sabitheader .whatsapp {
    margin-top: 19px;
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 !important;
    float: left;
    height: auto;
    background: #fff;
    margin-top: 0;
}

.slider .caption img {
    width: auto
}

.slide .slide-item {
    background-size: cover;
    background-repeat: no-repeat
}

.slider .caption {
    position: absolute;
    width: 100%;
    top: 38%
}

.slider .caption .container {
    padding: 0 125px
}

.slider .caption .container figure {
    margin-bottom: 10px
}

.slider .caption .container .link {
    margin-left: 25px
}

.slider .owl-theme .owl-controls {
    display: none;
}

.slider .slide li {
    height: auto;
    float: left;
    width: 100%;
    position: relative;
}

.slider .owl-dots {
    display: none !important;
    position: absolute;
    top: 45%;
    right: 2%;
    width: 10px
}

.slider .container {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
}

.slider .container .slidetext {
    z-index: 3;
    color: #000;
    font-size: 40px;
    position: relative;
    top: 21vh;
    padding: 46px 26px;
    width: 36%;
    margin-left: 11%;
}

.slider .container .pparallax {
    width: 10%;
    min-height: 310px;
    border: 10px solid #ffffff69;
    margin-left: 45%;
    margin-top: 2vh;
    z-index: 1;
}

.slider .container .slidetext p.etiket {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 42px;
    color: #005ca9;
    font-weight: 600;
}

.slider .container .slidetext p {
    font-size: 41px;
    margin-bottom: 10px;
    line-height: 42px;
    color: #222;
    line-height: 49px;
    font-weight: bold;
}

.slider .container .slidetext p b {
    color: #ffffffa8;
    font-size: 58px;
    line-height: 56px;
}

.slider .container .slidetext p span.renk {
    font-size: 48px;
    display: contents;
    font-weight: 600;
    color: #005ca9;
}

.slider .container .slidetext span {
    font-size: 18px;
    margin-bottom: 19px;
    line-height: 24px;
    color: #222;
    font-weight: 300;
    display: inherit;
    height: 52px;
    overflow: hidden;
}

.slider .container .slidetext span b {
    color: #000;
}

.slider .container .slidetext a {
    display: inline-block;
    background: #005ca9;
    color: #fff;
    font-weight: bold;
    padding: 12px 22px;
    margin-top: 10px;
    font-size: 16px;
    background-image: url(../images/bg3.jpg);
    position: relative;
    border: 2px solid #005ca9;
}

.slider .container .slidetext a:hover {
    background-color: transparent;
    border-color: #222222;
    color: #000;
}

.slider .container .slidetext a:hover i {
    color: #000;
}

.slider .container .slidetext a i {
    color: #fff;
    float: right;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 3px;
}

.slider .container .slidetext a.hakkimizdalink:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.slider .owl-slider .item figure {
    margin: 0;
}

.mobilslider {
    display: none !important;
}

.webslider {
    display: block;
}

.slider .owl-nav {
    display: block !important;
    position: absolute;
    margin-top: -90px;
    right: 40px;
}

.slider .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.slider .owl-nav .owl-prev {
    background: url(../images/slider/sliderprev.png) no-repeat;
    padding: 11px 18px;
    text-indent: -9999px;
    z-index: 9999;
    width: 47px;
    float: right;
    background-position: center;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: 52px;
    margin-right: 65px;
}

.slider .owl-nav .owl-next {
    background: url(../images/slider/slidernext.png) no-repeat;
    padding: 11px 18px;
    text-indent: -9999px;
    z-index: 9999;
    width: 47px;
    float: right;
    background-position: center;
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: 52px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}


.sabitFormBtna {
    position: fixed;
    left: -1px;
    top: 50%;
    margin-top: -125px;
    display: block;
    z-index: 9;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all cubic-bezier(.42, 0, .17, 1.03) .6s;
    background-color: #005ca9;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    border: 2px solid #ffffff;
}

.sabitFormBtna:hover {
    background-color: #000000;
}


.sabitFormBtn {
    position: fixed;
    right: -1px;
    top: 50%;
    margin-top: -125px;
    display: block;
    z-index: 9;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transition: all cubic-bezier(.42, 0, .17, 1.03) .6s;
    background-color: #005ca9;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    border: 2px solid #ffffff;
}

.sabitFormBtn:hover {
    background-color: #000000;
}

.banner-bottom {
    position: relative;
    margin-top: -56px;
    z-index: 2;
}

.banner-bottom .bannerBottomBox {
    position: relative;
    display: flex;
    padding: 4px;
}

.banner-bottom .bannerBottomBox a {
    display: flex;
    position: relative;
    padding: 20px;
    border: 2px solid #d8d8d8;
    background: #fff;
}

.banner-bottom .bannerBottomBox a:hover {
    background-color: #005ca9;
}

.banner-bottom .bannerBottomBox a:hover i {
    color: #fff;
}

.banner-bottom .bannerBottomBox a:hover p {
    color: #fff;
}

.banner-bottom .bannerBottomBox a:hover span {
    color: #fff;
}

.banner-bottom .bannerBottomBox .pull-left i {
    position: relative;
    font-size: 30px;
    padding: 17px 26px 17px 7px;
    color: #222;
}

.banner-bottom .bannerBottomBox .pull-right p {
    position: relative;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.banner-bottom .bannerBottomBox .pull-right span {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    color: #222;
}

.ortadogu-content {
    padding: 45px 0 65px 0;
}

.ortadogu-anlasmaliKurumlar {
    padding: 45px 0 120px 0;
    background: #fff;
    border-top: 6px solid #dae3eb;
}

.ortadogu-content span.ustbaslik {
    font-size: 16px;
    text-align: center;
    display: block;
}

.ortadogu-content h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.ortadogu-content h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 420px) {
    .ortadogu-content h2 {
        font-size: 25px;
    }
}

#google_translate_element2 {
    display: none;
}

.ortadogu-anlasmaliKurumlar h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.ortadogu-content p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.ortadogu-anlasmaliKurumlar p {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
}

.ortadogu-content .line {
    width: 95px;
    height: 3px;
    background-color: #005ca9;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ortadogu-anlasmaliKurumlar .line {
    width: 95px;
    height: 3px;
    background-color: #005ca9;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ortadogu-content .birimBox {
    position: relative;
    display: flex;
    padding: 4px;
}

.ortadogu-content .birimBox a {
    display: block;
    position: relative;
    border: 2px solid #d8d8d8;
    background: #fff;
}

.ortadogu-content .birimBox a figure {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.ortadogu-content .birimBox a figure img {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.ortadogu-content .birimBox a:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.ortadogu-content .birimBox a:hover {
    background-color: #005ca9;
}

.ortadogu-content .birimBox a:hover .birimText .pull-right img:first-child {
    display: none;
}

.ortadogu-content .birimBox a:hover .birimText .pull-right img:last-child {
    display: block;
}

.ortadogu-content .birimBox a:hover span.baslik {
    color: #fff !important;
}

.ortadogu-content .birimBox a:hover span.ortadogu {
    color: #fff !important;
}

.ortadogu-content .birimBox .birimText {
    position: relative;
    padding: 20px;
    min-height: 100px
}

.ortadogu-content .birimBox .birimText .pull-left span.baslik {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
}

.ortadogu-content .birimBox .birimText .pull-left span.ortadogu {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #222;
}

.ortadogu-content .birimBox .birimText .pull-right img {
    margin-top: 10px;
}

.ortadogu-content .birimBox .birimText .pull-right img:first-child {
    display: block;
}

.ortadogu-content .birimBox .birimText .pull-right img:last-child {
    display: none;
}

.ortadogu-content a.tumBirimler {
    display: inline-block;
    text-align: center;
    background: #005ca9;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 4px;
    width: 20%;
    margin-left: 40%;
    margin-top: 26px;
    border: 2px solid #005ca9;
}

.ortadogu-content a.tumBirimler:hover {
    background-color: transparent;
    color: #005ca9;
}

.urunyelpazesi {
    width: 100%;
    background-image: url(../images/parallax.jpg);
    background-repeat: no-repeat;
    position: relative;
    float: left;
    text-align: center;
    padding: 20px 0;
    background-size: cover;
    margin-bottom: 30px;
}

.urunyelpazesi2 {
    background-image: url(../images/parallax2.jpg);
    text-align: left;
}

.urunyelpazesi:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0 92 169 / 60%);
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.urunyelpazesi .container {
    position: relative;
    z-index: 3;
}

.urunyelpazesi span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.urunyelpazesi span.ustbaslik {
    font-size: 16px;
    letter-spacing: 0px;
    color: #fff;
    line-height: 44px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.urunyelpazesi span.aciklama {
    font-size: 38px;
    line-height: 41px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    color: #fff;
}

.urunyelpazesi p {
    font-size: 18px;
    font-weight: 200;
    z-index: 4;
    position: relative;
    color: #fff;
    margin: 11px 160px;
    line-height: 24px;
}

.urunyelpazesi a {
    font-size: 14px;
    font-weight: 700;
    z-index: 4;
    position: relative;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}

.urunyelpazesi a.picea {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #fff;
    padding: 8px 22px;
    display: inline-block;
    width: 20%;
}

.urunyelpazesi a.picea:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
}

.urunyelpazesi .line3 {
    width: 136px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}

.urunyelpazesi:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 48.5%;
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-top-color: #044e89;
    border-width: 30px;
}

.ortadogu-content .owl-doktorlarimiz {
    margin-top: 20px;
}

.ortadogu-content .owl-doktorlarimiz {
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
    padding: 0;
}

.ortadogu-content .owl-doktorlarimiz .owl-nav {
    display: none;
}

.ortadogu-content .owl-doktorlarimiz .owl-dots {
    display: block;
}

.ortadogu-content .owl-doktorlarimiz .owl-dots {
    display: block;
    text-align: center;
}

.ortadogu-content .owl-doktorlarimiz .owl-dots .owl-dot {
    width: 23px;
    height: 7px;
    background-color: #a7a7a7;
    margin: 3px;
    margin-top: 20px;
    border-radius: 6px;
}

.ortadogu-content .owl-doktorlarimiz .owl-dots .active {
    background-color: #005ca9;
}

.home-tibbi-kadromuz {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.home-tibbi-kadromuz .ortadogu-kadro {
    width: 100%;
    float: left;
    position: relative;
    padding: 4px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.home-tibbi-kadromuz .ortadogu-kadro {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.home-tibbi-kadromuz .ortadogu-kadro figure {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 3px solid #fff;
}

.home-tibbi-kadromuz .ortadogu-kadro figure img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    float: left;
    border-radius: 0;
}

.home-tibbi-kadromuz .ortadogu-kadro:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text {
    padding: 20px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text p {
    width: auto;
    margin-left: 0;
    text-align: left;
    margin: 0;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text p b {
    font-weight: bold;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text span {
    font-size: 14px;
    color: #222;
    padding: 0px 0px;
    display: block;
    margin-top: 3px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text a {
    font-weight: bold;
    font-size: 16px;
    color: #ecf9f5;
    padding: 7px 7px;
    display: inline-block;
    margin-top: 7px;
    background: none;
    position: relative;
    bottom: -27px;
    left: 0;
    background: #005ca9;
    border: 2px solid #005ca9;
    width: 48%;
    margin-right: 0px;
    text-align: center;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text a:last-child {
    right: 0;
    background: #000;
    border: 2px solid #000;
}

.home-tibbi-kadromuz .ortadogu-kadro:hover .kadro-text a {
    display: block;
    bottom: 0;
    opacity: 1;
}

.home-tibbi-kadromuz .ortadogu-kadro:hover .kadro-text {
    margin-top: -25px;
    padding-bottom: 57px;
}

.home-tibbi-kadromuz .ortadogu-kadro figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgb(255 255 255 / 85%) 0, rgb(255 255 255 / 26%) 40%, rgb(255 255 255 / 11%) 100%);
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.home-tibbi-kadromuz .owl-stage-outer {
    border: none;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text .doktorLink {
    display: flex;
    height: 46px;
    position: absolute;
    bottom: 7px;
    left: 3px;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text a:hover:last-child {
    right: 0;
    background: transparent;
    color: #000;
}

.home-tibbi-kadromuz .ortadogu-kadro .kadro-text a:hover {
    background-color: transparent;
    color: #005ca9;
}

.saglikTurizmi {
    padding: 45px 0 45px 0;
    background-color: #005ca9;
    border-bottom: 10px solid #016ccc;
}

.saglikTurizmi .TurizmLeft {
    padding: 0;
}

.saglikTurizmi .TurizmLeft figure {
    width: 20%;
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
}

.saglikTurizmi .TurizmLeft figure img {
    width: 100%;
    position: relative;
    float: left;
}

.saglikTurizmi .TurizmLeft span.ustbaslik {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 20px;
}

.saglikTurizmi .TurizmLeft span.aciklama {
    position: relative;
    font-size: 34px;
    line-height: 37px;
    font-weight: bold;
    color: #fff;
}

.saglikTurizmi .TurizmRight p {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 1px;
}

.saglikTurizmi .TurizmRight a {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #fff;
    padding: 8px 22px;
    display: inline-block;
    width: 35%;
    letter-spacing: -0.3px;
    text-align: center;
}

.saglikTurizmi .TurizmRight a:hover {
    background-color: #fff;
    color: #005ca9;
}

.ortadogu-content .haber-left {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    padding: 30px 25px !important;
    margin-bottom: 14px;
}

.ortadogu-content .haber-left a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.ortadogu-content .haber-left:hover {
    background-color: #005ca9;
}

.ortadogu-content .haber-left:hover span.etiket {
    color: #005ca9;
    background-color: #fff;
}

.ortadogu-content .haber-left:hover span.baslik {
    color: #fff;
}

.ortadogu-content .haber-left:hover span.tarih {
    color: #fff;
}

.ortadogu-content .haber-left:hover span.tarih i {
    color: #fff;
}

.ortadogu-content .haber-left span.etiket {
    position: relative;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 4px 12px;
    color: #fff;
    background: #005ca9;
}

.ortadogu-content .haber-left span.baslik {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 17px;
    color: #000;
    height: 49px;
    overflow: hidden;
}

.ortadogu-content .haber-left span.tarih {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

.ortadogu-content .haber-left span.tarih i {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #005ca9;
    margin-right: 6px;
}

.haberPad {
    padding: 5px;
}

.ortadogu-content .haber-right {
    padding: 0 5px;
}

.ortadogu-content .haber-right figure {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 3px solid #e8e8e8;
}

.ortadogu-content .haber-right figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 55%) 0, rgb(0 0 0 / 26%) 40%, rgb(0 0 0 / 15%) 100%);
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.ortadogu-content .haber-right figure img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    float: left;
    border-radius: 0;
}

.ortadogu-content .haber-right:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.ortadogu-content .haber-right .kadro-text {
    padding: 30px;
    width: 97%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ortadogu-content .haber-right span.etiket {
    position: relative;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 4px 12px;
    color: #fff;
    background: #005ca9;
}

.ortadogu-content .haber-right span.baslik {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #fff;
}

.ortadogu-content .haber-right span.tarih {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
}

.ortadogu-content .haber-right span.tarih i {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #f9f9f9;
    margin-right: 6px;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar {
    margin-top: 0;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-nav {
    display: none;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-dots {
    display: block;
    text-align: center;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-dots .owl-dot {
    width: 23px;
    height: 9px;
    background-color: #a8a8a8;
    border-radius: 10px;
    margin: 3px;
    margin-top: 20px;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-dots .active {
    background-color: #005ca9;
}

.ortadogu-anlasmaliKurumlar .referanslar-owl {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.ortadogu-anlasmaliKurumlar .referanslar-owl figure {
    margin: 0px auto;
    width: 100%;
    display: inline-flex;
}

.ortadogu-anlasmaliKurumlar .referanslar-owl figure img {
    width: auto;
    margin: 0 auto;
    filter: grayscale(1);
}

.ortadogu-anlasmaliKurumlar .referanslar-owl:hover figure img {
    filter: grayscale(0);
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-item {
    height: 90%;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-item .item:before {
    content: "";
    position: absolute;
    left: 7px;
    z-index: -1;
    top: 4.8%;
    width: 75%;
    height: 90%;
    transform: rotate(2deg);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.11, 0.87, 0.57, 0.13);
    -webkit-transition: all 0.5s cubic-bezier(0.11, 0.87, 0.57, 0.13);
    -moz-transition: all 0.5s cubic-bezier(0.11, 0.87, 0.57, 0.13);
    background-color: #005ca9;
    width: 97%;
    opacity: 0.1;
}

.ortadogu-anlasmaliKurumlar .owl-referanslar .owl-item .item:hover::before {
    height: 107%;
    opacity: 1;
    width: 94%;
    top: -5px;
}

.owl-referanslar .owl-stage-outer {
    padding: 20px 0;
    border: none;
}

.footer {
    background-color: #102737;
    padding: 45px 0 65px 0;
    top: 0px;
}

.footer .footerTop {
    background-color: #016ccc;
    padding: 30px !important;
    margin-top: -120px;
}

.footerTop .footerTopText {
    position: relative;
}

.footerTop .footerTopText p {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 17px;
}

.footerTop .footerContact {
    position: relative;
    padding-right: 20px !important;
}

.footerTop .footerContact figure {
    position: relative;
    width: 72px;
    top: 6px;
    float: left;
    margin-bottom: 0;
    border: 1px solid #fff;
    margin-right: 23px;
}

.footerTop .footerContact figure img {
    position: relative;
    width: 100%;
    float: left;
}

.footerTop .footerContact p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 12px;
}

.footerTop .footerContact span {
    color: #a3bfe6;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.footerTop .footerContact span b {
    color: #a3bfe6;
    font-weight: 700;
}

.footerTop .footerContact span a {
    color: #a3bfe6;
}

.footerLine {
    height: 3px;
    background-color: #475965;
    margin: 40px 0;
}

.footer .footer-box span.baslik {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px
}

.footer .footer-box p {
    font-weight: 200;
    font-size: 18px;
    color: #979797;
    margin-bottom: 0
}

.footer .footer-box > a {
    background-color: #016ccc;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    font-size: 16px;
}

.footer .footer-box > a:hover {
    background-color: #fff;
    color: #102737;
}

.footer .footer-box .line {
    width: 100px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 17px;
    margin-top: 7px
}

.footer .footer-box ul li {
    padding: 3px 0;
    background-image: url(../images/li3.jpg);
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 20px;
    background-size: 12px
}

.footer .footer-box ul li a {
    font-weight: 400;
    color: #cbcbcb;
    font-size: 18px;
    transition: all .5s ease-in-out 0;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0
}

.footer .footer-box ul li:hover a {
    font-weight: 700;
    font-weight: 700;
    color: #016ccc;
}

.footer .footer-box ul li:hover {
    background-image: url(../images/li3-h.jpg)
}

.footer .footer-box ul {
    margin-bottom: 0
}

.footer .footer-box p {
    font-weight: 300;
    color: #cbcbcb;
    width: 90%;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
}

.footer .footer-box p i {
    font-size: 14px;
    margin-right: 8px
}

.footer .footer-box .link {
    font-weight: 300;
    color: inherit;
    text-decoration: none;
    width: 90%;
    margin-bottom: 4px
}

.footer-box {
    padding: 40px 0 0 0;
}

.footer-box .randevu-al {
    background-color: #009fe3;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 10px
}

.footer-box .randevu-al:hover {
    background-color: #fff;
    color: #000
}

.footer-down {
    position: relative;
    width: 100%;
    float: left
}

.footer-down .copyright {
    margin: 0;
    padding: 25px 0 25px 1%;
    color: #222;
    font-weight: 400;
    font-size: 16px;
    float: left
}

.footer-down .copyright b {
    font-weight: 700
}

.footer-down .author {
    float: right;
    padding: 8px;
    position: relative;
    top: 14px;
    right: 14px
}

.footer-down .author b {
    font-weight: 700
}

.footer-down span {
    font-weight: 700;
    color: #000;
}

.footer-down a {
    color: #000;
}

.footerSosyal {
    position: relative;
}

.footerSosyal p {
    color: #016ccc;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 21px;
}

.footerSosyal span {
    color: #fff;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.footer .footerSosyal .sosyal {
    display: block;
    margin-top: 1px;
    float: left;
    margin-right: 3px;
    padding: 10px 0;
}

.footer .footerSosyal .sosyal:hover .sosyal-face {
    background-color: #4267B2 !important;
    color: #fff;
    border-color: #4267B2;
}

.footer .footerSosyal .sosyal:hover .sosyal-ins {
    background-color: #c83b6e !important;
    color: #fff;
    border-color: #c83b6e;
}

.footer .footerSosyal .sosyal:hover .sosyal-you {
    background-color: #ff0404 !important;
    color: #fff;
    border-color: #ff0404;
}

.footer .footerSosyal .sosyal:hover .sosyal-tw {
    background-color: #1DA1F2 !important;
    color: #fff;
    border-color: #1DA1F2;
}

.footer .footerSosyal .sosyal:hover .sosyal-wp {
    background-color: #06D755 !important;
    color: #fff;
    border-color: #06D755;
}

.footer .footerSosyal .sosyal .sosyalmedya {
    background: #016ccc;
    border: 1px solid #016ccc;
    border-radius: 0px;
    padding: 9px;
    color: #ffffff;
}

.footerKayit {
    text-align: right;
    float: right;
}

.footerKayit p {
    color: #fff;
    width: 70%;
    float: right;
}

.footerKayit p b {
    color: #fff;
}

.footerKayit input[type=text] {
    border: 2px solid #405260;
    width: 80%;
    float: right;
    background: transparent;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}

.footerKayit input[type=submit] {
    border: 2px solid #016ccc;
    width: 30%;
    background-color: #016ccc;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 16px;
}

.footerKayit input[type=submit]:hover {
    background-color: #fff;
    color: #102737;
    border-color: #fff;
}

.content-header {
    width: 100%;
    min-height: 230px;
    background-size: cover;
    background-image: url(../images/header.jpg);
    background-position: center center;
    float: left;
    position: relative;
    border-bottom: 2px solid #dedede;
    padding: 30px 28px;
    padding-top: 159px;
    margin-top: -126px;
}

.content-header span {
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    margin-left: 2px;
    color: white;
}

.content-header a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: underline;
    float: left;

}

.content-header a i {
    color: #ffffff;
    padding: 0px 6px 0 11px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.ortaalan {
    padding: 45px 0 144px 0;
}

.ortaalan h1 {
    font-size: 38px;
    font-weight: bold;
}

.ortaalan h2 {
    font-size: 30px;
    font-weight: bold;
    color: #005ca9;
}

.ortaalan h3 {
    font-size: 26px;
    font-weight: bold;
    color: #102737;
}

.ortaalan h4 {
    font-size: 22px;
    font-weight: bold;
    color: #6a6a6a;
}

.ortaalan h5 {
    font-size: 20px;
    font-weight: bold;
    color: #104d81;
}

.ortaalan h6 {
    font-size: 18px;
    font-weight: bold;
    color: #005ca9;
}

.ortaalan p {
    line-height: 26px;
}

.ortaalan .iletisim-information {
    padding: 1px 10px 10px 0px;
    float: left;
}

.ortaalan .iletisim-information .iletisim-info {
    border: 1px solid #ddd;
    padding: 28px;
    background-color: #fff;
    min-height: 298px;
}

.ortaalan .iletisim-information .iletisim-info h2 {
    font-size: 20px;
    background: #03532d;
    color: #fff;
    padding: 11px 21px;
    border-bottom: 4px solid #8dbc98;
    margin-bottom: 16px;
    font-weight: bold;
}

.ortaalan .iletisim-information .iletisim-info h2.istanbul {
    background: #323e48;
    color: #fff;
    border-bottom: 4px solid #21292f;
}

.ortaalan .iletisim-information .iletisim-info p {
    margin-bottom: 0;
    line-height: 31px;
}

.ortaalan .iletisim-information .iletisim-info p i {
    font-size: 16px;
    margin-right: 8px;
}

.ortaalan .iletisim-information .iletisim-info p img {
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.ortaalan .iletisim-information .iletisim-info a {
    background: #f59c00;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
}

.ortaalan .iletisim-information iframe {
    width: 100%;
    border: 1px solid #ccc;
    height: 527px;
    border-radius: 0;
    filter: grayscale(1);
}

.ortaalan .iletisim-information iframe:hover {
    filter: grayscale(0);
}

.contact-info {
    padding: 0px 30px 30px 30px;
}

.iletisim-bg {
    border-radius: 0;
    padding-bottom: 25px !important;
    padding-top: 22px !important;
    border: 2px solid #cccccc69;
    background: white;
}

.contact-info .contact-list {
    margin-bottom: 0;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 0;
}

.contact-info .contact-list li {
    position: relative;
    padding-left: 95px;
    color: #000000 !important;
    margin-bottom: 35px !important;
    background-image: none !important;
    cursor: pointer;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 20px;
}

.contact-info .contact-list li.adresli {
    padding-right: 0px;
    margin-bottom: 40px !important;
}

.contact-info .contact-list li.adresli p {
    margin-bottom: 0;
}

.contact-info .contact-list li.adresli p b {
    color: #fff;
    font-weight: bold;
}

.contact-info .contact-list li .icon {
    border: 1px dashed #005ca9;
    width: 75px;
    height: 75px;
    line-height: 74px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.contact-info .contact-list li .icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #005ca9;
    border-radius: 50%;
    margin: 6px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-info .contact-list li .icon i.flaticon-email {
    position: relative;
    display: inline-block;
    top: -2px;
}

.contact-info .contact-list li .icon i.flaticon-map-location {
    position: relative;
    display: inline-block;
    top: -2px;
}

.contact-info .contact-list li span {
    display: block;
    margin-bottom: 5px;
    color: #005ca9;
    font-size: 21px;
    font-weight: 600;
}

.contact-info .contact-list li a {
    color: #000000;
    display: block;
    margin-bottom: 2px;
}

.contact-info .contact-list li a:hover {
    color: #00a8af;
}

.contact-info .contact-list li a:last-child {
    margin-bottom: 0;
}

.contact-info .contact-list li:last-child {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.contact-info .contact-list li:hover .icon::before {
    margin: 0;
}

.contact-info .contact-list li .icon i {
    font-size: 27px;
    position: relative;
    top: -2px;
    color: #fff;
}

span.adresbaslik {
    display: block;
    color: #000;
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: bold;
}

.contactinfoTime {
    padding: 1px 10px 0px 0px !important;
    margin-top: 15px;
}

.contactinfoTime:last-child {
    padding-right: 0 !important
}

.contactinfoTime .contactinfoTimeBg {
    padding: 25px !important;
    background-color: #005ca9;
    border: 2px solid #cccccc69;
}

.contactinfoTime .contactinfoTimeBg span.baslik {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

.contactinfoTime .contactinfoTimeBg ul {
    position: relative;
    padding: 0;
    margin: 0;
}

.contactinfoTime .contactinfoTimeBg ul li {
    position: relative;
    line-height: 26px;
    background-image: url(../images/li2.png);
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 22px;
    font-weight: 200;
    background-position: 0 3px;
    color: #fff;
}

.contactinfoTime .contactinfoTimeBg ul li b {
    font-weight: 500;
    color: #ffffff;
}

.contactmgT {
    padding-top: 40px !important;
}

.iletisimformu input[type=text]#datepicker::placeholder {
    color: #fff;
    opacity: 1;
}

.iletisimformu input[type=text] {
    padding: 16px 2vh;
    background-color: #ffffff;
    border: 2px solid #cccccc69;
    border-radius: 0;
    color: #000;
}

.iletisimformu input[type=text]#datepicker {
    background-color: #ffffff;
    color: #000;

}

.iletisimformu input[type=email] {
    padding: 16px 2vh;
    background-color: #ffffff;
    border: 2px solid #cccccc69;
    margin-top: 0px;
    border-radius: 0;
    color: #000;
}

.iletisimformu input[type=file] {
    padding: 12px;
    background-color: #0a0a0a;
    border: 1px solid #ffffff;
}

.iletisimformu input[type=submit] {
    background-color: #102737;
    border: 1px solid #102737;
    padding: 0;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100.1%;
    letter-spacing: 1px; /* margin-bottom: 20px; */
    margin-top: 11px;
    border-radius: 0;
}

.iletisimformu input[type=submit]:hover {
    background-color: #005ca9;
    border: 1px solid #005ca9;
    color: #fff;
}

.iletisimformu textarea {
    padding: 20px 2vh;
    background-color: #ffffff;
    border: 2px solid #cccccc69;
    border-radius: 0;
    color: #000 !important;
}

.iletisimformu textarea:focus {
    background-color: #fff; /* border-color: #3e3e3e; */
}

.iletisimformu select {
    width: 100%;
    padding: 14.6px 1vh;
    border: 2px solid #cccccc69;
    color: #0a0a0a;
    background: #ffffff;
    color: #fff;
}

.iletisimformu .inputs {
    padding: 2px 4px 2px 0;
    float: left;
}

.dosyayukle {
    width: 99.1% !important;
    height: 150px;
    border: 2px solid #cccccc69;
    margin: 5px 0;
    margin-left: 2px;
    background: #ffffff;
    float: left;
}

.dosyayukle span {
    position: relative;
    top: 4vh;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
    color: #102737;
}

.dosyayukle input {
    opacity: 0;
    width: 95%;
    height: 100%;
}

.inputs label {
    display: inline;
    color: #222;
    font-size: 16px;
}

.inputs a {
    color: #005ca9;
    font-weight: 700;
}

.recaptchaGoogle {
    font-size: 12px !important;
}

.modal-content button.Popupkapat p {
    color: #000;
}

.ortaalan .haber-right {
    padding: 0 5px 0 0;
    margin-bottom: 10px;
}

.ortaalan .haber-right figure {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 3px solid #e8e8e8;
}

.ortaalan .haber-right figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, rgb(0 0 0 / 55%) 0, rgb(0 0 0 / 26%) 40%, rgb(0 0 0 / 15%) 100%);
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.ortaalan .haber-right figure img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    width: 100%;
    float: left;
    border-radius: 0;
}

.ortaalan .haber-right:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.ortaalan .haber-right .kadro-text {
    padding: 30px;
    width: 97%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ortaalan .haber-right span.etiket {
    position: relative;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 4px 12px;
    color: #fff;
    background: #005ca9;
}

.ortaalan .haber-right span.baslik {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 7px;
    color: #fff;
}

.ortaalan .haber-right span.tarih {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
}

.ortaalan .haber-right span.tarih i {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-right: 6px;
}

.ortaalan .haber-left {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    padding: 30px 25px !important;
    margin-bottom: 13px;
    margin: 5px 5px 5px 0;
    max-width: 49.5%;
}

.ortaalan .haber-left a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.ortaalan .haber-left:hover {
    background-color: #005ca9;
}

.ortaalan .haber-left:hover span.etiket {
    color: #005ca9;
    background-color: #fff;
}

.ortaalan .haber-left:hover span.baslik {
    color: #fff;
}

.ortaalan .haber-left:hover span.tarih {
    color: #fff;
}

.ortaalan .haber-left:hover span.tarih i {
    color: #fff;
}

.ortaalan .haber-left span.etiket {
    position: relative;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 4px 12px;
    color: #fff;
    background: #005ca9;
}

.ortaalan .haber-left span.baslik {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    margin-bottom: 17px;
    color: #000;
    height: 49px;
    overflow: hidden;
}

.ortaalan .haber-left span.tarih {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    font-weight: 300;
    color: #000;
    margin-top: 10px;
}

.ortaalan .haber-left span.tarih i {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #005ca9;
    margin-right: 6px;
}

.textalan {
    padding-left: 40px;
}

.haber-detay-img {
    float: right;
    position: relative;
    width: 100% !important;
    margin-left: 30px;
    border: 2px solid rgb(204 204 204 / 50%);
    overflow: hidden;
    padding: 8px;
}

.haber-detay-img img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left;
    border: 2px solid rgb(204 204 204 / 50%);
}

.haber-detay-img:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.sosyalMedyadapaylas {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sosyalMedyadapaylas span.sosyalPaylas {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 20px 0;
    border-bottom: 2px solid #016ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    float: left;
    color: #016ccc;
}

.sosyalMedyadapaylas .sosyal {
    display: block;
    margin-top: 1px;
    float: left;
    margin-right: 3px;
    padding: 0px 0;
    margin-bottom: 0px;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-face {
    background-color: #4267B2 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-ins {
    background-color: #0077b7 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-you {
    background-color: #ff0404 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-tw {
    background-color: #1DA1F2 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal:hover .sosyal-wp {
    background-color: #06D755 !important;
    color: #fff;
}

.sosyalMedyadapaylas .sosyal .sosyalmedya {
    border: 1px solid #292929;
    background: #fff;
    padding: 10px;
}

span.benzerhaberler {
    font-size: 32px;
    line-height: 38px;
    color: #102737;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.foto-galeri {
    padding: 5px;
    float: left;
}

.foto-galeri figure {
    float: left;
    width: 100%;
    overflow: hidden;
}

.foto-galeri figure img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    object-fit: cover;
    height: 220px;
}

.basinda-biz-gorsel {
    margin-bottom: 10px;
}

.basinda-biz-gorsel figure img {
    height: 320px;
    float: left;
}

.basinda-biz-gorsel span.baslik {
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.basinda-biz-gorsel > div {
    border: 2px solid #2222222e;
    padding: 16px !important;
    background: #fff;
}

.basinda-biz-gorsel figure {
    margin-bottom: 0;
}

.checkUpFotoGaleri figure img {
    height: 320px;
}

.foto-galeri:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.blog-box2 {
    padding: 0px 15px 15px 0px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    float: left;
}

.blog-box2 .lokasyon {
    border: 1px solid #dcdcdc;
    float: left;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}

.blog-box2:hover .lokasyon {
    background-color: #fff;
}

.blog-box2 .lokasyon figure {
    float: left;
    margin-right: 25px;
    overflow: hidden;
}

.blog-box2 .lokasyon figure.video {
    float: left;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
}

.blog-box2 .lokasyon figure.video iframe {
    width: 100%;
    height: 220px;
}

.blog-box2 .lokasyon figure img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.blog-box2:hover .lokasyon figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.blog-box2 .lokasyon i {
    font-size: 16px;
    padding-top: 30px;
    display: inline-block;
}

.blog-box2 .lokasyon span {
    font-size: 20px;
    font-weight: bold;
}

.blog-box2 .lokasyon span.videoh3 {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-top: 10px;
    color: #000000;
    height: 48px;
    overflow: hidden;
    line-height: 17px;
}

.blog-box2 .lokasyon p {
    font-size: 16px;
    line-height: 21px;
    height: 81px;
    overflow: hidden;
}

.blog-box2 .lokasyon a {
    font-size: 16px;
    font-weight: bold;
    background: #054597;
    color: #fff;
    display: inline-block;
    padding: 5px 11px 3px 10px;
    float: right;
    margin-top: 24px;
    border-radius: 4px;
}

.blog-box2 .lokasyon a.videoplay {
    font-size: 16px;
    font-weight: bold;
    background: #005ca9;
    color: #fff;
    display: inline-block;
    padding: 5px 11px 3px 10px;
    float: right;
    margin-top: 5px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    border: 1px solid #005ca9;
}

.blog-box2 .lokasyon:hover a {
    color: #fff;
    background: #000000;
    border: 1px solid #fff;
}

.ortadogu-basin-kiti {
    padding: 5px 5px 0px 0;
    margin-top: 10px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left;
}

.ortadogu-basin-kiti figure {
    background: #fff;
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    border: 4px solid #dedede;
    border-bottom: 0;
}

.ortadogu-basin-kiti figure img {
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    width: 100%;
    float: left;
}

.ortadogu-basin-kiti:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.ortadogu-basin-kiti .owl-text {
    width: 100%;
    position: relative;
    float: left;
    border: 4px solid #dedede;
    padding: 20px;
}

.ortadogu-basin-kiti .owl-text p {
    margin-bottom: 12px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    height: 46px;
    overflow: hidden;
    font-weight: 300;
}

.basin-kit {
    width: 100% !important;
    float: left;
    position: relative;
    padding: 12px 16px !important;
    cursor: pointer;
    font-size: 14px;
}

.basin-kit-logo {
    background-color: #102737;
    border: 1px solid #b9b9b9;
    color: #fff;
}

.basin-kit-logo i {
    margin-right: 10px;
}

.basin-kit:hover {
    color: #fff;
    background-color: #005ca9;
}

.ortaalan ul {
    margin-bottom: 25px;
}

.ortaalan ul li {
    margin: 9px 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    background-image: url(../images/li3.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 0px 6px;
    color: #6c6c6c;
    font-weight: 400;
}

.twoBox {
    position: relative;
    padding: 4px;
}

.twoBox a {
    position: relative;
    width: 100%;
    float: left
}

.twoBox figure {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    border: 2px solid #d7d7d7;
    margin-bottom: 0
}

.twoBox figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(0 92 169 / 88%) 0, rgb(0 92 169 / 45%) 40%, rgb(0 92 169 / 18%) 100%);
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s
}

.twoBox:hover figure:after {
    background: linear-gradient(360deg, rgb(0 0 0 / 50%) 0, rgb(4 39 68 / 37%) 40%, rgb(0 92 169 / 26%) 100%);
}

.twoBox figure img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left
}

.twoBox:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.twoBox .hizmetText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.twoBox .hizmetText p {
    text-align: center;
    float: left;
    width: auto;
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    top: 7px;
    font-weight: bold;
}

.twoBox .hizmetText span {
    text-align: right;
    float: right;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px 6px 3px 6px;
}

.twoBox:hover .hizmetText span {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #005ca9;
}

.ortaalan table tr td, .ortaalan table tr th {
    border: 1px solid #2222224d;
    vertical-align: middle;
    padding: 20px;
}

.ortaalan table tr td p, .ortaalan table tr th p {
    margin-bottom: 0;
}

.ortaalan .sidebar {
    float: left;
    padding: 0;
    position: relative;
}

.ortaalan .contentPage {
    float: left;
    padding: 0;
    position: relative;
    padding-right: 40px;
}

.ortaalan .sidebar ul li.navmenu a > i {
    float: left;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.mobilonlinemenu {
    display: none;
}

.mobilon {
    display: none;
}

.menu_list {
    width: 100%;
    border: 1px solid #005ca9;
    margin-top: 2px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.menu_head {
    cursor: pointer;
    background: #005ca9;
    position: relative;
    margin: 0px;
    font-weight: bold;
    border-top: 1px solid #0067bd;
    border-bottom: 1px solid #004b8b;
    color: #222;
    font-size: 16px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.menu_head i.right-i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

.menu_head.active {
    background-color: #102737;
    color: #ffffff;
}

.menu_head.active a {
    color: #ffffff;
}

.menu_head a {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.menu_head-acik {
    padding: 12px 20px;
}

.menu_head:hover {
    background-color: #ffffff;
    color: #005ca9;
}

.menu_head:hover a {
    color: #005ca9;
}

.menu_head i.fa-cog {
    margin-right: 10px;
}

.menu_body {
    display: none;
}

.menu_body a {
    display: block;
    color: #636363;
    background-color: #ececec;
    padding-left: 10px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #bbb;
    padding: 6px 20px;
    font-size: 14px;
}

.menu_body a.active {
    color: #fff;
    background-color: #000000;
}

.menu_body a.active:hover {
    color: #fff;
    background-color: #000000;
}

.menu_body a i {
    margin-right: 6px;
}

.menu_body a:hover {
    color: #000000;
    text-decoration: underline;
}

.page-detay-img {
    float: right;
    position: relative;
    width: 44% !important;
    margin-left: 30px;
    border: 2px solid rgb(204 204 204 / 50%);
    overflow: hidden;
    padding: 8px;
}

.page-detay-img-w100 {
    width: 30% !important;
}

.page-detay-img img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    float: left;
    border: 2px solid rgb(204 204 204 / 50%);
}

.page-detay-img p {
    float: left;
    width: 100%;
    background: #005ca9;
    text-align: center;
    color: #fff;
    padding: 10px;
    z-index: 9;
    position: relative;
    font-size: 16px;
}

.page-detay-img:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.idari-kadro-uye {
    padding: 7px 5px 7px 0;
    float: left;
}

.idari-kadro-isim {
    color: #222 !important;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}

.idari-kadro-uye .card {
    padding: 5px;
    border: 1px solid #ccc !important;
    border-radius: 0;
}

.idari-kadro-uye .card-body {
    padding-bottom: 0;
    padding: 15px 0 10px 0;
}

.idari-kadro-uye .card-body span {
    display: inherit;
    margin-top: 0;
    font-size: 16px;
}

.idari-kadro-uye .card-body .card-text {
    font-size: 15px;
    margin: 0;
    color: #005ca9;
    font-weight: bold;
}

.ortaalan ul.twoUl {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-bottom: 30px;
}

.sertifika-box {
    float: left;
    margin: 10px 0 0px 0;
    padding: 5px;
}

.sertifika-box figure {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #2222222e;
}

.sertifika-box figure img {
    position: relative;
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    border: ;
    float: left;
    filter: grayscale(1);
    object-fit: cover;
    height: 300px;
}

.sertifika-box:hover figure img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    filter: grayscale(0);
}

.sertifika-box img {
    width: 100%;
    float: left;
    position: relative;
}

.sertifika-box span.baslik {
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.sertifika-box p {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

.ortaalan ul.nav-tabs li.nav-item {
    margin: 0;
    padding: 1px;
    background: none;
}

.ortaalan ul.nav-tabs li.nav-item button.nav-link {
    background-color: #102737;
    color: #fff;;
    cursor: pointer;
    PADDING: 10px 40.6px;
}

.ortaalan ul.nav-tabs li.nav-item button.nav-link:hover {
    background-color: #000;
    color: #fff;;
}

.ortaalan ul.nav-tabs li.nav-item button.nav-link.active {
    background-color: #005ca9;
    margin-top: 0;
    color: #fff;
}

.ortaalan .tibbi-birimler-left {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 20px 5px 0;
    padding-top: 2rem;
}

.ortaalan .tibbi-birimler-left span.baslik {
    font-size: 34px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.ortaalan .tibbi-birimler-left .line {
    width: 100%;
    height: 2px;
    background-color: #005ca9;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.ortaalan .tibbi-birimler-left ul {
    width: 100%;
    position: relative;
    float: left;
}

.ortaalan .tibbi-birimler-left ul li {
    background-image: none !important;
    padding: 2px 0px !important;
}

.ortaalan .tibbi-birimler-left ul li a {
    display: inline-block;
    font-weight: 400;
}

.ortaalan .tibbi-birimler-left ul li a:hover {
    color: #005ca9;
}

.ortaalan .birimBox {
    position: relative;
    display: flex;
    padding: 4px;
}

.ortaalan .birimBox a {
    display: block;
    position: relative;
    border: 2px solid #d8d8d8;
    background: #fff;
}

.ortaalan .birimBox a figure {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0;
    overflow: hidden;
}

.ortaalan .birimBox a figure img {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
}

.ortaalan .birimBox a:hover figure img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.ortaalan .birimBox a:hover {
    background-color: #044683;
}

.ortaalan .birimBox a:hover .birimText .pull-right img:first-child {
    display: none;
}

.ortaalan .birimBox a:hover .birimText .pull-right img:last-child {
    display: block;
}

.ortaalan .birimBox a:hover span.baslik {
    color: #fff !important;
}

.ortaalan .birimBox a:hover span.ortadogu {
    color: #fff !important;
}

.ortaalan .birimBox .birimText {
    position: relative;
    padding: 15px;
}

.ortaalan .birimBox .birimText .pull-left span.baslik {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
}

.ortaalan .birimBox .birimText .pull-left span.ortadogu {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    color: #222;
}

.ortaalan .birimBox .birimText .pull-right img {
    margin-top: 10px;
}

.ortaalan .birimBox .birimText .pull-right img:first-child {
    display: block;
}

.ortaalan .birimBox .birimText .pull-right img:last-child {
    display: none;
}

.idari-kadro-isim {
    color: #222 !important;
    font-size: 17px !important;
    line-height: 20px;
    margin-bottom: 0px !important;
}

.yonetim-kadrosu {
    padding: 12px;
    float: left;
    position: relative;
    width: 100%;
}

.yonetim-kadrosu img {
    border: 2px solid #ccc;
    width: 100%;
    float: left;
}

.card-body span {
    display: inherit;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.yonetim-kadrosu .card-img-div {
    float: left;
    width: 40%;
}

.yonetim-kadrosu .card-body {
    float: left;
    width: 60%;
    padding: 0;
    position: relative;
    top: 12px;
    padding-left: 20px;
}

.card-body .card-text {
    font-size: 14px;
    line-height: 14px;
}

.doktor-kadro {
    padding: 7px 5px 10px 8px;
    float: left;
}

.doktor-kadro a {
    border: 1px solid #22222252;
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
}

.doktor-kadro a:hover {
    background-color: #016ccc;
}

.doktor-kadro a:hover .idari-kadro-isim {
    color: #fff !important;
}

.doktor-kadro a:hover .card-body .card-text {
    color: #fff !important;
}

.doktorPadB {
    padding-bottom: 26px !important;
}

.doktor-info p {
    margin-bottom: 0;
    line-height: 31px;
}

.doktor-info p i {
    font-size: 16px;
    margin-right: 8px;
}

a.doktorrandevual {
    text-align: center;
    float: left;
    display: block;
    width: 42%;
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0 20px 0;
    border: 2px solid #016ccc;
    padding: 11px;
    background-color: #016ccc;
    font-weight: 600;
}

a.doktorrandevual i {
    margin-right: 15px;
    color: #fff;
}

a.doktorrandevual:hover {
    background-color: #ffffff;
    color: #016ccc;
}

a.doktorrandevual:hover i {
    color: #005ca9;
}

a.doktorasorusor {
    text-align: center;
    float: left;
    display: block;
    width: 40%;
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0 20px 14px;
    border: 2px solid #102737;
    padding: 11px;
    background-color: #102737;
    font-weight: 600;
}

a.doktorasorusor i {
    margin-right: 15px;
    color: #fff;
}

a.doktorasorusor:hover {
    background-color: #ffffff;
    color: #102737;
}

a.doktorasorusor:hover i {
    color: #102737;
}

a.doktor-whatsapp {
    display: inline-block;
    font-weight: 500;
}

a.doktor-whatsapp:hover {
    color: #17aa2f;
}

a.doktor-whatsapp i {
    float: left;
    position: relative;
    top: 7px;
}

a.doktor-whatsapp:hover i {
    color: #17aa2f;
}

.mt20 {
    margin-top: 14px;
}

.ortaalan .TibbiBirimBox .birimText .pull-left span.baslik {
    height: 42px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}

.ortaalan .TibbiBirimBox .birimText .pull-left {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.accordion {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-header span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.card-header[aria-expanded="true"] {
    background-color: #005ca9;
}

.card-header[aria-expanded="false"] {
    background-color: #ececec;
}

.card-header[aria-expanded="false"] span {
    color: #000;
}

.card-header[aria-expanded="true"] span:after {
    content: "-";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 22px;
    color: #fff;
}

.card-header[aria-expanded="false"] span:after {
    content: "+";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 25px;
    bottom: 28px;
    font-size: 30px;
    color: #092f56;
}


.ortaalan .aKurumlarBox {
    padding: 5px;
}

.ortaalan .aKurumlarBox .RefText {
    padding: 15px 0 !important;
}

.ortaalan .aKurumlarBox .RefText p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.ortaalan .aKurumlarBox .referanslar-owl {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 20px 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.ortaalan .aKurumlarBox .referanslar-owl figure {
    margin: 0px auto;
    width: 100%;
    display: inline-flex;
}

.ortaalan .aKurumlarBox .referanslar-owl figure img {
    width: auto;
    margin: 0 auto;
    filter: grayscale(1);
    height: 100px;
}

.ortaalan .aKurumlarBox .referanslar-owl:hover figure img {
    filter: grayscale(0);
}

.mobilnonehaberler {
    display: block;
}

.mobilonhaberler {
    display: none;
}

.doktor-sidebar {
    margin-bottom: 86px;
}

.contentPageDoctor {
    padding-left: 40px !important;
    padding-right: 0 !important;
}

.left-sidebar2 {
    margin-top: 141px;
}

.kvkk-title {
    height: 75px;
    background: #016ccc;
    width: 100%;
    margin-top: -5px;
    margin-bottom: 5px;
    padding: 2px 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.kvkk-title p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}


.modalx {
    animation: fadeIn 1s;
    position: fixed;
    height: max-content;
    z-index: 999999;
    background-color: rgb(77, 76, 76, 0.9);
    width: 100%;
    color: #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    padding: 10px 0;
    border-top: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.contentx {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
}

.contentx p a {
    color: #000;
    font-weight: 600;
}

.contentx .cerez-btn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.contentx .cerez-btn .btn {
    margin-left: 5px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.etkinlik-galeri {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;

}

.etkinlik-galeri figure {
    overflow: hidden;
    max-width: calc((100% - 30px) / 3);
    width: 100%;

}

.etkinlik-galeri figure img {
    width: 100%;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
}

.etkinlik-galeri figure:hover img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}


.container-header-top {
    background-color: #fff;
}
@media (max-width: 1024px) {
    .container-header-top {
        display: none;
    }
}
@media (max-width: 1440px) {
    .container-header-top .header-top{
        padding: 5px 25px 5px 43px !important;
    }
}
.container-header-top .header-top {
    position: relative;
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 5px 25px 5px 43px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.container-header-top .header-top a {
    color: #005ca9;
    font-size: 14px;
    font-weight: bold;
}
.container-header-top .header-top a i {
    font-size: 14px;
}
.container-header-top .header-top .header-top-information {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.container-header-top .header-top .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-header-top .header-top .social-media .sosyal {
    font-size: 16px;
    margin-right: 5px;
    background-color: #005ca9;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-header-top .header-top .social-media .saglik-turizmi {
    letter-spacing: 1px;
    margin-right: 10px;
}



#saglikTurizmiHeader {
    display: none;
    @media (max-width: 1024px) {
        display: block;
    }
}