<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
  ************************************************************************
  * STYLE font-family: 'Montserrat', sans-serif;
  ************************************************************************
*/
:root {
    --color-01: #19709c; /* + */
    --color-02: #12192d; /* + */
    --color-03: #0042a4; /* + */
    --color-04: #727272; /* + */
    --color-05: #7a828c; /* + */
    --color-06: #d81117; /* + */
    --color-07: #9c9c9c; 
    --color-08: #071224; 
    --color-09: #464646; 
    --color-10: #fbecff; 
    --text-color: #484848; /* + */
    --black-color: #000;
    --white-color: #fff;
    --border-color: #ddd; /* + */
    --header-height: 140px;
    --wrapper-width: 1700px; /* 1350 */
    --wrapper-padding: 30px;
}
html.index, body.index { height:100%; position:relative; }
html { line-height: normal; }
.responsive-img { vertical-align:bottom; }
.item .responsive-img { vertical-align:bottom;    aspect-ratio: 4 / 3; object-fit: cover; }

a { cursor:pointer; }
h1, h2, h3, h4, h5, h6 { line-height:normal; }
body { color:var(--text-color); font-size:15.5px; font-family: 'Montserrat', sans-serif; }
.compensate-for-scrollbar { margin-right:0 !important; } /* fancybox active */

.wrapper { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); margin-left:auto; margin-right:auto; padding-left:var(--wrapper-padding); padding-right:var(--wrapper-padding); position:relative; }

.float-buttons { display:flex; flex-direction:column; justify-content:center; position:fixed; right:4%; top:50%; z-index:1; transform:translateY(-50%); }
.float-buttons a { width:50px; height:50px; display:block; overflow:hidden; margin-bottom:5px; /*padding:10px 13px;*/ color:var(--white-color); font-size:15px; line-height:50px; position:relative; border-radius:50px; background-color:var(--color-02); /*box-shadow:0px 0px 25px 0px rgba(18,194,193,0.3);*/ transition:.5s; transition-property:width; }
.float-buttons a &gt; img { position:absolute; top:10px; left:10px; }
.float-buttons a &gt; i { width:50px; height:50px; text-align:center; font-size:22px; line-height:50px; position:absolute; left:0; }
.float-buttons a &gt; strong { display:inline-block; position:absolute; left:50px; }
.float-buttons a:nth-child(2) { background-color:#5c6573; }
.float-buttons a:nth-child(3) { margin-bottom:0; background-color:#00be98; }
.float-buttons:hover a { width:200px; }
.float-icons { width:33px; position:fixed; right:4%; top:50%; z-index:1; }

.mobile-contact { width:100%; display:none; margin:0px; padding:0px; list-style:none; text-align:center; position:fixed; left:0px; bottom:0px; z-index:2; }
.mobile-contact &gt; li { width:24%; display:inline-block; vertical-align:top; background-color:#00c7ca; }
.mobile-contact &gt; li.whatsapp { background-color:#27bc80; }
.mobile-contact &gt; li.instagram { background-color:#f85f89; }
.mobile-contact &gt; li.map { background-color:#4285F4; }
.mobile-contact &gt; li &gt; a { display:block; color:var(--white-color); font-size:13px; font-weight:600; line-height:40px; cursor:pointer; }

.social-media { margin:0; padding:0; list-style:none; text-align:center; }
.social-media &gt; li { display:inline-block; margin-left:2px; margin-right:2px; text-align:center; vertical-align:top; }
.social-media &gt; li &gt; a { width:38px; height:38px; display:inline-block; overflow:hidden; color:var(--white-color); font-size:22px; line-height:38px;}
.social-media &gt; li &gt; a img {width:100%;}
/*.social-media &gt; li &gt; a.facebook { color:#396ab5; border-color:#396ab5; }
.social-media &gt; li &gt; a.instagram { color:#9916cf; border-color:#9916cf; }
.social-media &gt; li &gt; a.linkedin { color:#0077b5; border-color:#0077b5; }
.social-media &gt; li &gt; a.google { color:#f1a318; border-color:#f1a318; }
.social-media &gt; li &gt; a.youtube { color:#f50d34; border-color:#f50d34; }*/

.link-btn { display:inline-block; overflow:hidden; padding:0px 35px; vertical-align:top; color:var(--white-color); font-size:15.5px; font-weight:500; border-radius:30px; border:1px solid var(--color-02); background-color:var(--color-02); /*box-shadow:0px 0px 15px 0px rgba(45,49,146,0.3);*/ }
.link-btn i { margin-left:10px; font-size:17.5px; line-height:56px; }

.languages { overflow:hidden; margin:0px; padding:0px; list-style:none; }
.languages &gt; li { min-height:inherit; line-height:normal; display:inline-block; vertical-align:top; position:relative; color:var(--black-color); }
.languages &gt; li:hover { background-color:transparent; }
.languages &gt; li + li:before { padding:0px 3px; content:""; }
.languages &gt; li &gt; a { display:inline-block; overflow:hidden; padding:0; color:var(--black-color); }
.languages &gt; li &gt; a img {  }
.languages &gt; li &gt; a strong { display:none; margin-left:10px; }
.languages &gt; li &gt; a:hover { color:var(--color-01); }
#slide-out .languages {margin:15px;}

.sidenav-trigger { height:inherit; display:inline-block; overflow:hidden; float:right; color:var(--color-01); font-size:16px; line-height:20px; position:relative; z-index:2; /*background-color:var(--color-01);*/ }
.sidenav-trigger &gt; strong { display:none; margin-right:10px; vertical-align:top; font-weight:500; }
.sidenav-trigger &gt; span { width:33px; height:20px; display:inline-block; overflow:hidden; position:relative; }
.sidenav-trigger &gt; span span { width:100%; height:2px; display:block; overflow:hidden; background-color:var(--color-01); position:absolute; left:0; top:0; }
.sidenav-trigger .middle { top:9px; }
.sidenav-trigger .bottom { top:18px; }

.brand { display:inline-block; overflow:hidden; text-align:center; color:var(--black-color); font-size:16px; }
.brand img { float:left; margin-right:0px; }
.brand &gt; strong { display:block; margin-top:10px; font-size:25px; font-weight:700; line-height:35px; }
.brand &gt; span { display:block; }

.header { height:var(--header-height); position:relative; z-index:7; background-color:var(--white-color); /*box-shadow:0px 0px 20px 0px rgba(0,0,0,0.7);*/ }
body.index .header { width:100%; position:absolute; left:0; top:0; background-color:transparent; }
.header &gt; .wrapper { z-index:1; }
.header .brand { width:400px; float:left; margin-top:20px; }
.header .phone { display:inline-block; overflow:hidden; float:right; margin-top:40px; color:var(--color-02); font-size:20px; font-weight:600; margin-right:30px; }
.header .phone .fa {
    border: 1px solid var(--color-01);
    color: var(--color-01);
    border-radius: 100%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}
.header .comment-btn { display:inline-block; overflow:hidden; float:right; margin-top:30px; margin-right:40px; padding:0px 30px; color:var(--white-color); font-size:15.5px; font-weight:500; line-height:55px; border-radius:10px; background-color:var(--color-03); }
.header .sidenav-trigger {  margin-top:50px; margin-right:10px; }
.header .languages { position:absolute;top:48px;right:var(--wrapper-padding); }

.navigation { width:auto; height:auto; float:right; margin-top:42px; margin-right:30px; padding:0; line-height:normal; position:relative; z-index:2; background-color:transparent;; }
.navigation .menus { margin:0; padding:0; list-style:none; }
.navigation .menus &gt; li { display:inline-block; float:none; position:relative; }
.navigation .menus &gt; li + li:before { display:inline-block; margin:0px 10px; vertical-align:middle; content:""; }
.navigation .menus &gt; li.active { background-color:transparent; }
.navigation .menus &gt; li &gt; a, .navigation .menus &gt; li &gt; span { display:inline-block; padding:0; vertical-align:top; color:var(--color-02); font-family:Saira Condensed;font-size:20px; font-weight:600; position:relative; z-index:1; background-color:transparent; }
.navigation .menus &gt; li &gt; a &gt; strong { position:relative; z-index:1; }
.navigation .menus &gt; li &gt; a .fa {display:inline;font-size:14px;}
.navigation .menus &gt; li &gt; span &gt; i { height:auto; margin-left:5px; color:var(--color-01); font-size:16px; }
.navigation .menus &gt; li:hover &gt; a, .navigation .menus &gt; li.active &gt; a, .navigation .menus &gt; li:hover &gt; span, .navigation .menus &gt; li.active &gt; span { color:var(--color-01); }
/*.navigation .menus &gt; li.active:before, .navigation .menus &gt; li:hover:before { background-color:var(--color-01); }*/
.navigation .dropdown-content { width:330px !important; padding:20px 20px 20px 30px; position:absolute; top:40px !important; left:0px !important; z-index:1; border-top:2px solid var(--color-01); background-color:var(--white-color); box-shadow:0px 0px 20px 0px rgba(25,28,37,0.2); /*transition:.5s; transition-property:display;*/ }
.navigation .dropdown-content ol, .navigation .dropdown-content ul { margin:0; padding:0; list-style:none; }
.navigation .dropdown-content li { min-height:inherit; float:none; margin-bottom:12px; line-height:normal; position:relative; z-index:1; }
.navigation .dropdown-content li a { min-height:inherit; display:block; overflow:hidden; margin:2px 0px; padding:0px; color:var(--color-02); font-family:Saira Condensed; font-size:16px; line-height:16px; line-height:normal; position:relative; background-color:transparent; }
.navigation .dropdown-content li a &gt; strong { display:inline-block; overflow:hidden; font-size:16px; font-weight:500; }
.navigation .dropdown-content li a .fa {font-size:12px;margin-right:4px;}
/*.navigation .dropdown-content li a &gt; i { width:auto; height:auto; float:none; margin:0; }
.navigation .dropdown-content li a &gt; span { display:inline-block; overflow:hidden; padding-left:15px; vertical-align:top; }*/
.navigation .dropdown-content ol ol { padding-top:10px; }
.navigation .dropdown-content li:hover { background-color:transparent; }
.navigation .dropdown-content li &gt; a:hover { color:var(--color-01); }

.mobile-navigation {  }
.mobile-navigation .profile { padding:15px; color:var(--white-color); background-color:var(--color-01); }
.mobile-navigation .profile a { max-width:77px; display:inline-block; overflow:hidden; }
.mobile-navigation .profile img { border-radius:50%; }
.mobile-navigation .profile strong { display:block; margin-top:10px; font-weight:700; }
.mobile-navigation .phone { padding:15px; border-bottom:1px solid #edf0f1; }
.mobile-navigation .phone a { display:inline-block; color:var(--black-color); font-size:14px; font-weight:600; }
.mobile-navigation .phone i { margin-right:10px; }
.mobile-navigation .menu { padding:15px; }
.mobile-navigation .menu ul, .mobile-navigation .menu ol { overflow:hidden; margin:0px; padding:0; list-style:none; }
.mobile-navigation .menu ol { margin-left:15px; margin-top:5px; margin-bottom:10px; }
.mobile-navigation .menu li { margin-bottom:5px; line-height:normal; }
.mobile-navigation .menu a { height:auto; display:inline-block; padding:0; font-size:14px; font-weight:normal; line-height:normal; }
.mobile-navigation .menu a:hover { color:var(--color-01); background-color:transparent; }
.mobile-navigation .menu ul &gt; li &gt; a { font-weight:700; }
.mobile-navigation .social-media { overflow:hidden; margin:0px; padding:15px; text-align:center; border-top:1px solid #edf0f1; }
.mobile-navigation .social-media &gt; li { display:inline-block; overflow:hidden; margin-left:2px; margin-right:2px; }
.mobile-navigation .social-media &gt; li &gt; a { width:36px; height:36px; display:block; overflow:hidden; padding:0px; font-size:13px; line-height:34px; background-color:transparent; }
.mobile-navigation .social-media &gt; li &gt; a &gt; i { width:auto; height:auto; float:none; margin:0px; color:#141516; line-height:normal; }
.mobile-navigation .social-media &gt; li &gt; a:hover { background-color:#edf0f1; }

.slider-area { min-height:420px; max-height:840px; height:100%; overflow:hidden; position:relative; z-index:0; /*border-bottom:1px solid var(--border-color);*/ background-image:url(/images/slider-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.slider-area &gt; .wrapper { height:100%; }
.index-slider { max-width:48%; height:auto; position:absolute; left:10%; top:50%; z-index:0; transform:translateY(-35%); }
.index-slider .owl-slide { margin-bottom:60px; padding:0px 0px 0 75px; text-align:left; color:var(--text-color); }
.index-slider .headline { margin-bottom:10px; color:var(--color-02); font-size:18px; }
.index-slider .title { margin:0; margin-bottom:40px; color:var(--color-02); font-size:45px; font-weight:700; }
.index-slider .summary { margin:0; margin-bottom:50px; padding-top:50px; padding-right:150px; color:var(--color-04); font-size:22px; font-weight:500; line-height:32px; position:relative; }
.index-slider .summary:before { width:150px; height:4px; position:absolute; left:0; top:0; z-index:0; border-radius:2px; background-color:var(--color-01); content:""; }
.index-slider .link-btn { background-color:var(--color-02); }
.index-slider .owl-dots { padding:0px 75px; text-align:left; }
.index-slider .owl-dots &gt; .owl-dot { width:18px; height:18px; margin:0; margin-right:4px; border:1px solid var(--color-02); border-radius:50%; background-color:transparent; }
.index-slider .owl-dots &gt; .owl-dot.active { background-color:var(--color-02); }
.slider-area .profile { width:360px; padding:40px 40px; color:var(--white-color); font-size:15px; position:absolute; right:var(--wrapper-padding); bottom:14%; z-index:2; border-radius:10px; background-color:var(--color-01); box-shadow:0px 0px 10px 0px rgba(0,185,167,0.5); }
.slider-area .profile .brand { margin:0; color:var(--white-color); font-size:20px; font-weight:700; }
.slider-area .profile .title { margin:0; margin-bottom:20px; font-size:15px; line-height:normal; }
.slider-area .profile .address { margin-top:20px; margin-bottom:20px; padding-top:20px; line-height:23px; border-top:1px solid rgba(255,255,255,0.1); }
.slider-area .profile .address a { display:inline-block; color:var(--white-color); font-weight:700; }
.slider-area .profile .phone { font-size:24px; font-weight:700; margin:15px 0; }
.slider-area .profile .phone a { color:var(--white-color); }
.slider-area .profile .social-media { text-align:left; }
.slider-area .doctor { position:absolute; left:46%; bottom:0; z-index:2; }

.index-container { padding-top:100px; text-align:center; position:relative; }
.section-title { margin:0; margin-bottom:30px; padding-bottom:30px; text-align:center; color:var(--color-02); font-size:32px; font-weight:800; position:relative; }
.section-title:after { width:130px; height:4px; position:absolute; left:50%; bottom:0; z-index:-1; transform:translateX(-50%); border-radius:2px; background-color:var(--color-01); content:""; }
.section-summary { max-width:960px; margin:0 auto; margin-bottom:60px; text-align:center; color:var(--color-05); font-size:16px; line-height:24px; }

.bg-gray {background-color:#f5f5f5;    padding: 50px 0 1px 0;
    margin-bottom: 50px;}

.corporate-section { max-width:1140px; margin:0 auto; margin-bottom:80px; text-align:left; }
.corporate-section .image { display:inline-block; float:left; margin-right:70px; position:relative; }
.corporate-section .image:before { width:46px; height:418px; position:absolute; left:-90px; top:90px; z-index:0; background-image:url(/images/borders.jpg); background-repeat:no-repeat; background-position:left top; content:""; }
.corporate-section .image img { border:1px solid var(--border-color);object-fit: cover; aspect-ratio: 3 / 4; border-radius:16px; }
.corporate-section .title { margin:0; margin-bottom:20px; padding-top:20px; color:var(--color-01); font-size:22px; font-weight:700; }
.corporate-section .summary { margin-bottom:30px; font-size:18px; line-height:24px; }
.corporate-section .summary strong { color:var(--color-01); font-weight:700; }

.infos-list { overflow:hidden; margin:0px; margin-bottom:80px; padding:0px; list-style:none; text-align:center; }
.infos-list &gt; li { max-width:310px; display:inline-block; overflow:hidden; margin:0px 35px; margin-bottom:40px; padding-top:140px; vertical-align:top; position:relative; }
.infos-list &gt; li:before, .infos-list &gt; li:after { width:110px; height:110px; position:absolute; left:50%; top:0; z-index:1; transform:translateX(-50%); border:1px solid var(--border-color); border-radius:50%; background-color:var(--white-color); content:""; }
.infos-list &gt; li:before { transform:translateX(-70%); }
.infos-list &gt; li:after { top:10px; border-color:var(--color-03); background-color:var(--color-03); background-image:url(/images/icon-1.jpg); background-repeat:no-repeat; background-position:center center; box-shadow:0px 0px 10px 0px rgba(0,66,164,0.5); }
.infos-list &gt; li:nth-child(2):after { background-image:url(/images/icon-2.jpg); }
.infos-list &gt; li:nth-child(3):after { background-image:url(/images/icon-3.jpg); }
.infos-list &gt; li .image { display:inline-block; }
.infos-list &gt; li .title { display:block; margin-bottom:25px; color:var(--color-02); font-size:20px; font-weight:600; }
.infos-list &gt; li .summary { margin:0; font-size:16.5px; line-height:25px; }


.testimonials-section { max-width:1160px; overflow:hidden; margin-bottom:80px; margin-left:auto; margin-right:auto; text-align:center; }
.testimonials-section .section-title { color:var(--color-02); }
.testimonials-section .section-title:before { background-color:var(--color-02); }
.testimonials-section .link-btn { background-color:var(--color-02); }
.testimonials-list { margin:0; margin-bottom:20px; padding:0; list-style:none; text-align:center; }
.testimonials-list &gt; li {
		margin:0;padding:0;
	}
.testimonials-list .item {
    margin: 15px 0px;
    padding: 40px 30px 20px 30px;
    text-align: left;
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-color: var(--white-color);
	
}
.testimonials-list .item .title {display:inline-block; overflow:hidden; color:var(--black-color); font-size:18px; font-weight:600; position:relative; z-index:1; padding:10px 0; }
.testimonials-list .item .summary { min-height:150px; overflow:hidden; color:var(--color-04); font-size:16px; line-height:22px; }
.testimonials-list .item .btn {
    position: absolute;
    bottom: 20px;
    right: 20px; }
.testimonials-list .item .date { display:inline-block; float:right; color:var(--black-color); font-size:15.5px; }
.testimonials-list .item .stars {     display: block;
    text-align: center;
    color: goldenrod;
    padding: 10px;
    background: #eee;
    border-radius: 50px;
    margin:0;
    float: right;}
.testimonials-list .item .stars &gt; i { margin-right:3px; }



.testimonials-slider { height:auto; margin-bottom:60px; position:relative; z-index:1; }
.testimonials-slider .owl-nav { width:100%; position:absolute; left:0; top:50%; z-index:1; transform:translateY(-50%); }
.testimonials-slider .owl-nav &gt; .owl-prev, .testimonials-slider .owl-nav &gt; .owl-next { width:50px; height:50px; display:inline-block; float:left; color:var(--color-03) !important; font-size:17px !important; line-height:49px !important; border-radius:50%; border:1px solid var(--color-03) !important; }
.testimonials-slider .owl-nav &gt; .owl-prev { margin-left:-80px; }
.testimonials-slider .owl-nav &gt; .owl-next { float:right; margin-right:-80px; }
.testimonials-slider .item { text-align:left;    padding: 15px;
    border: 2px solid #eee;
    margin: 0px;
    border-radius: 12px; background:#fff;}
.testimonials-slider .responsive-img { border-radius:6px; }
.testimonials-slider .image { display:inline-block; overflow:hidden; }
.testimonials-slider .image img { border-radius:10px; border:1px solid var(--border-color); }
.testimonials-slider .title { display:inline-block; padding:15px 0 5px 0px; color:var(--color-02); font-size:22px; font-weight:700; }
.testimonials-slider p {color:#666;padding:0;margin:0;font-size:12px;}
.testimonials-slider .owl-dots { width:100%; text-align:center; position:absolute; left:0; bottom:5%; z-index:1; }
.testimonials-slider .owl-dots &gt; .owl-dot { width:18px; height:18px; display:inline-block; margin-left:2px; margin-right:2px; border-radius:50%; border:2px solid var(--black-color); background-color:transparent; }
.testimonials-slider .owl-dots &gt; .owl-dot.active { border-color:var(--black-color); background-color:var(--black-color); }


.search-bar { overflow:hidden; clear:both; padding-top:15px; padding-bottom:15px; text-align:center; background-color:var(--color-01); }
.search-bar a { display:block; color:var(--white-color); font-size:19px; line-height:35px; padding:10px; }
.search-bar .title { display:inline-block; padding:0px 20px; font-weight:500; }
.search-bar .row {margin:0;}
.search-bar form {display:flex;margin-top:5px;}
.search-bar input {color:#fff;}
.search-bar .container {margin:0 auto;}
.search-bar img {vertical-align: middle;}

.sb2 { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); margin:30px auto 60px auto; border-radius:10px;}

.hospital-section { overflow:hidden; clear:both; margin-bottom:80px; position:relative; z-index:1; }
.hospital-section .hospital-image { width:49%; max-width:717px; overflow:hidden; float:left; }
.hospital-section .hospital-image img {  }
.hospital-section .hospital-info { width:51%; overflow:hidden; float:left; padding:10px 0px; padding-left:40px; text-align:left; position:relative; z-index:1; }
.hospital-section .summary { margin-top:25px; margin-bottom:25px; font-size:16px; line-height:26px; }
.hospital-section .headline { margin:0; color:var(--black-color); font-size:26px; font-weight:500; }
.hospital-section .baskent-btn { padding:15px 30px; color:var(--white-color); border-radius:0; border-color:var(--color-06); background-color:var(--color-06); }
.hospital-section .count-list { display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; margin:0; padding:20px 0px; list-style:none; text-align:center; }
.hospital-section .count-list &gt; li { width:calc(33.33% - 7px); padding:25px 5px; color:var(--black-color); font-size:18px; border-radius:10px; border:1px solid var(--border-color); }
.hospital-section .count-list &gt; li strong { display:block; color:var(--color-06); font-size:40px; font-weight:700; }

.contents-slider { height:auto; margin-bottom:60px; position:relative; z-index:1; }
.contents-slider .owl-nav { width:100%; position:absolute; left:0; top:50%; z-index:1; transform:translateY(-50%); }
.contents-slider .owl-nav &gt; .owl-prev, .contents-slider .owl-nav &gt; .owl-next { width:50px; height:50px; display:inline-block; float:left; color:var(--color-03) !important; font-size:17px !important; line-height:49px !important; border-radius:50%; border:1px solid var(--color-03) !important; }
.contents-slider .owl-nav &gt; .owl-prev { margin-left:-80px; }
.contents-slider .owl-nav &gt; .owl-next { float:right; margin-right:-80px; }
.contents-slider .item { text-align:left;    padding: 15px;
    border: 2px solid #eee;
    margin: 0px;
    border-radius: 12px; background:#fff;}
.contents-slider .responsive-img { border-radius:6px; }
.contents-slider .image { display:inline-block; overflow:hidden; }
.contents-slider .image img { border-radius:10px; border:1px solid var(--border-color); }
.contents-slider .title { display:inline-block; padding:15px 0 5px 0px; color:var(--color-02); font-size:22px; font-weight:700; }
.contents-slider p {color:#666;padding:0;margin:0;font-size:12px;}
.contents-slider .owl-dots { width:100%; text-align:center; position:absolute; left:0; bottom:5%; z-index:1; }
.contents-slider .owl-dots &gt; .owl-dot { width:18px; height:18px; display:inline-block; margin-left:2px; margin-right:2px; border-radius:50%; border:2px solid var(--black-color); background-color:transparent; }
.contents-slider .owl-dots &gt; .owl-dot.active { border-color:var(--black-color); background-color:var(--black-color); }

.news-list { height:auto; margin-bottom:60px; position:relative; z-index:1; }
.news-list .item { text-align:left;    padding: 15px;
    border: 2px solid #eee;
    margin: 0 0 15px 0;
    border-radius: 12px; }
.news-list .responsive-img { border-radius:6px; }
.news-list .image { display:inline-block; overflow:hidden; }
.news-list .image img { border-radius:10px; border:1px solid var(--border-color); }
.news-list .title { display:inline-block; padding:15px 0 5px 0px; color:var(--color-02); font-size:20px; font-weight:700; }
.news-list p {color:#666;padding:0;margin:0;font-size:14px;line-height:22px;}
.news-link-btn { margin-left:10px; margin-bottom:110px; color:var(--color-02); background-color:var(--white-color); }

.ivideo {background:#000;color:#fff;}
.ivideo a {color:#fff;}
.ivideo strong {display:block;padding:10px;margin-bottom:15px;font-size:16px;color:#fff;text-align:center;}

.contents-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; text-align:center; }
.contents-list &gt; li { max-width:340px; display:inline-block; overflow:hidden; margin-bottom:40px; vertical-align:top; text-align:left; }
.contents-list &gt; li .image { display:inline-block; overflow:hidden; }
.contents-list &gt; li .image img { border-radius:10px; border:1px solid var(--border-color); }
.contents-list &gt; li .title { display:inline-block; padding:15px; color:var(--color-02); font-size:18px; font-weight:700; }
.contents-link-btn { margin-bottom:100px; }

.bottom-section { margin-bottom:110px; text-align:center; }
.bottom-section .headline { margin-bottom:50px; text-align:left; color:var(--white-color); font-size:28px; font-weight:700; position:relative; }
.bottom-section .headline:before { position:absolute; right:0; top:-10px; z-index:0; background-repeat:no-repeat; background-position:left top; content:""; }
.comment-section { max-width:700px; width:calc(50% - 30px); min-height:520px; display:inline-block; overflow:hidden; margin-left:15px; margin-right:15px; margin-bottom:0px; padding:0px 60px; padding-top:70px; text-align:left; position:relative; border-radius:10px; background-color:var(--color-03); }
.comment-section:before { opacity:0.05; color:var(--white-color); font-size:40px; font-weight:400; position:absolute; right:60px; bottom:30px; z-index:0; content: attr(data-title); }
.comment-section .headline { margin-bottom:70px; }
.comment-section .headline:before { width:61px; height:53px; background-image:url(/images/icon-comment.png); }
.comment-section .comments-slider {  }
.comment-section .owl-dots { display:inline-block; }
.comment-section .owl-dots &gt; .owl-dot { width:18px; height:18px; display:inline-block; margin-right:5px; border:1px solid var(--white-color); border-radius:50%; background-color:transparent; }
.comment-section .owl-dots &gt; .owl-dot.active { background-color:var(--white-color); }
.comment-section .item { overflow:hidden; text-align:left; }
.comment-section .item .title { display:inline-block; margin-bottom:30px; color:var(--white-color); font-size:20px; font-weight:600; }
.comment-section .item .summary { margin:0; margin-bottom:70px; padding:1px; text-align:justify; color:var(--white-color); font-size:15.5px; line-height:22px; }
.comment-section .item .summary a { color:var(--white-color); }
.comment-section .link { display:inline-block; float:right; margin-top:-35px; padding:15px 35px; color:var(--color-03); font-size:15.5px; font-weight:500; position:relative; z-index:1; border-radius:25px; background-color:var(--white-color); }

.form-section { max-width:700px; width:calc(50% - 30px); min-height:520px; display:inline-block; overflow:hidden; margin-left:15px; margin-right:15px; margin-bottom:0px; padding:0px 50px; padding-top:70px; position:relative; border-radius:10px; background-color:var(--color-01); }
.form-section:before { opacity:0.05; color:var(--white-color); font-size:40px; font-weight:400; position:absolute; left:50px; bottom:30px; z-index:0; content: attr(data-title); }
.form-section .headline:before { width:52px; height:52px; background-image:url(/images/icon-form.png); }

.institutions-section { margin-bottom:50px; text-align:center; }
.institutions-list { margin:0; margin-bottom:30px; padding:0; list-style:none; }
.institutions-list &gt; li { display:inline-block; margin:0px 7px; margin-bottom:20px; vertical-align:top; }
.institutions-list &gt; li img { box-shadow:0px 0px 30px 0px rgba(26,26,26,0.1); }


.video-section { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); margin-left:auto; margin-right:auto; margin-bottom:80px; padding-top:100px; padding-bottom:100px; text-align:center; position:relative; background-color:var(--black-color); border-radius:10px; }
.video-section:before { width:calc(100% - 100px); height:calc(100% - 100px); margin:50px; position:absolute; left:0px; top:0px; z-index:1; border:2px solid rgba(255,255,255,0.1); content:""; }
.video-section .container {position:relative;z-index:2;}
.video-section .section-title { margin-bottom:20px; padding-bottom:0; color:var(--white-color); line-height:60px; }
.video-section .section-title:after { display:none; }
.video-section .section-title:before {     background-color: var(--white-color); }
.video-section .section-summary { color:var(--white-color); }
.video-section .link-btn {margin-top:40px;}
.video-slider {  }
.video-slider .owl-nav { text-align:center; }
.video-slider .owl-nav .owl-prev, .video-slider .owl-nav .owl-next { position:absolute;top:40%;width:50px; height:50px; display:inline-block; margin:0px 3px; color:var(--white-color) !important; font-size:23px !important; line-height:50px !important; border-radius:50%; border:1px solid var(--white-color) !important; }
.video-slider .owl-nav .owl-prev {left:-80px;}
.video-slider .owl-nav .owl-next {right:-80px;}
.video-slider .item { max-width:555px; margin:0 auto; margin-bottom:20px; padding:10px; }
.video-slider .item a { display:inline-block; color:var(--white-color); }
.video-slider .item a &gt; span { display:inline-block; overflow:hidden; margin-bottom:5px; position:relative; box-shadow:0px 0px 15px 0px rgba(0,0,0,0.5); }
.video-slider .item a &gt; span:before, .video-slider .item a &gt; span:after { width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:0; content:""; }
.video-slider .item a &gt; span:before { background-color:rgba(23,23,23,0.2); }
.video-slider .item a &gt; span:after { width:73px; height:73px; left:50%; top:50%; transform:translate(-50%, -50%); background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; }
.video-slider .item a &gt; strong { display:inline-block; color:var(--white-color); font-size:18px; font-weight:500; }
.video-slider .item .responsive-img {aspect-ratio: 16 / 9;}


.footer { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); overflow:hidden; margin:0 auto; padding-top:100px; padding-bottom:50px; text-align:left; position:relative; border-radius:10px; background-color:var(--color-02); }
.footer .warning { color:var(--text-color); }
.footer .contact-area, .footer .links-area { overflow:hidden; margin-bottom:40px; }
.footer .contact-area { text-align:center; }
.footer .brand { width:335px; margin-bottom:40px; color:var(--white-color); }
.footer .brand &gt; strong { color:var(--white-color); }
.footer .social-media { display:inline-block; margin-top:5px; vertical-align:top; }
.footer .social-media &gt; li &gt; a { color:var(--white-color); border-color:var(--white-color); }
.footer .address { margin-bottom:20px; color:var(--white-color); }
.footer .email { display:block; margin-bottom:30px; color:var(--white-color); }
.footer .phones { display:inline-block; margin-right:30px; font-size:25px; }
.footer .phones a { vertical-align:top; color:var(--white-color); line-height:48px; }
.footer .phones img { margin-right:15px; }
.footer .links, .footer .menu { margin:0; padding:0; list-style:none; }
.footer .links &gt; li { margin-bottom:5px; /*display:inline-block; overflow:hidden; vertical-align:top; position:relative;*/ }
.footer .links &gt; li &gt; a { display:inline-block; color:var(--white-color); font-size:18px; font-weight:600; }
.footer .menu { margin-top:15px; margin-bottom:45px; }
.footer .menu &gt; li { margin-bottom:5px; }
.footer .menu &gt; li &gt; a { display:inline-block; color:var(--white-color); font-size:15.5px; }
.copyright { overflow:hidden; padding-top:40px; padding-bottom:70px; text-align:center; color:var(--color-02); }
.copyright p { margin-top:0px; }
.copyright p i { font-size:12px; }
.copyright p span { color:var(--color-02); font-weight:500; }
.copyright p a { color:var(--color-02); }
.copyright .seven { display:inline-block; }

/* Content Style */
.container-area { overflow:hidden; }
.content-breadcrumb { overflow:hidden; margin:0px; padding:0px; list-style:none; }
.content-breadcrumb &gt; li { display:inline-block; vertical-align:top; font-size:14px; position:relative;  color:var(--white-color); }
.content-breadcrumb &gt; li + li:before { padding:0px 5px; vertical-align:top; color:var(--white-color); content: "-"; }
.content-breadcrumb &gt; li &gt; a { display:inline-block; color:var(--white-color); }
.content-title { margin:0; margin-bottom:5px; color:var(--white-color); font-size:35px; font-weight:700; }
.content-summary { margin:0; margin-bottom:40px; color:var(--color-02); font-size:20px; font-weight:500; line-height:26px; }
.content-phone { display:inline-block; float:right; margin-right:30px; vertical-align:top; color:var(--white-color); font-size:25px; line-height:48px; }
.content-phone img { margin-right:15px; }

.content-header { max-width:calc(var(--wrapper-width) + ( var(--wrapper-padding)*2)); overflow:hidden; margin:0 auto; margin-bottom:60px; padding:70px 0px; border-radius:10px; background-color:var(--color-02); }
.content-header .social-media { display:inline-block; float:right; margin-top:5px; vertical-align:top; }
.content-area { overflow:hidden; clear:both; }

.mgx {margin-bottom: -50px;}

.content-text { margin:0 auto; padding-bottom:40px; }
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5, .content-text h6 { margin-top:30px; margin-bottom:25px; color:var(--color-01); font-size:25px; font-weight:700; }
.content-text h3 { font-size:24px; }
.content-text h4 { font-size:23px; }
.content-text h5 { font-size:22px; }
.content-text h6 { font-size:21px; }
.content-text p { margin-bottom:30px; line-height:24px; }
.content-text p strong { color:var(--black-color); font-weight:700; }
.content-text ul:not(.browser-default) { margin-bottom:25px; padding-left:40px; }
.content-text ul:not(.browser-default) li { list-style:disc; }
.content-text a { color:var(--color-01); text-decoration:underline; }
.content-text a &gt; i {  }
.content-text .prew-image { float:right; margin-left:40px; margin-bottom:20px; text-align:center; }
.content-text .float-left { float:left; margin-right:40px; margin-bottom:20px; text-align:center; }

.content-text .float-right { float:right; margin-left:40px; margin-bottom:20px; text-align:center; }
.content-text .prew-image img, .content-text .float-left img, .content-text .float-right img { border:1px solid var(--border-color); box-shadow:0px 0px 20px 0px rgba(0,0,0,0.4); border-radius:20px; }
.content-text .float-left &gt; strong, .content-text .float-right &gt; strong { display:block; padding:10px 15px; text-align:center; border:1px solid var(--border-color); border-top:none; }
.content-text .float-left &gt; a, .content-text .float-right &gt; a { display:inline-block; }
.content-text .fancybox-clip { display:inline-block; overflow:hidden; position:relative; }
.content-text .fancybox-clip:before { width:73px; height:73px; position:absolute; left:calc(50% - 37px); top:calc(50% - 37px); z-index:0; background-image:url(/images/play.png); background-repeat:no-repeat; background-position:center center; content:""; }
.content-text .topics { overflow:hidden; padding:15px; background-color:#ddd; }
.content-text .topics li { list-style:disc; }
.content-text table { margin-bottom:30px; border:1px solid var(--border-color); }
.content-text table thead { border-color:var(--border-color); }
.content-text table thead th { color:var(--white-color); border:1px solid var(--border-color); background-color:var(--color-01); }
.content-text table tbody th, .content-text table tbody td { border:1px solid var(--border-color); }
.content-text iframe { border:1px solid var(--border-color); }
.content-text .info { margin-top:50px; margin-bottom:35px; padding:35px 45px; text-align:center; color:var(--white-color); position:relative; background-color:var(--color-01); }
.content-text .info h2, .content-text .info h3, .content-text .info h4, .content-text .info h5, .content-text .info h6 { display:inline-block; margin-top:0px; margin-bottom:10px; padding-bottom:10px; color:var(--white-color); font-size:22px; border-bottom:1px dashed var(--white-color); }
.content-text .info p { margin-bottom: 10px; color:var(--white-color); font-size:15px; }
.content-text .info a { display:inline-block; padding:0px 25px; text-align:left; color:var(--white-color); font-size:15px; font-weight:700; line-height:48px; border-radius:25px; border:1px solid var(--white-color); }
.content-text .info p strong { color:var(--white-color); font-weight:700; }

.publisher-section { max-width:700px; overflow:hidden; clear:both; margin:0 auto; margin-bottom:30px; }
.publisher-section .update { margin-bottom:30px; text-align:center; font-size:16px; font-style:italic; }
.publisher-section .publisher { overflow:hidden; clear:both; margin-bottom:30px; border:1px solid var(--border-color); }
.publisher-section .image { width:29%; display:inline-block; overflow:hidden; float:left; }
.publisher-section .image img { vertical-align:bottom; border-right:1px solid var(--border-color); }
.publisher-section .info { width:71%; overflow:hidden; float:left; padding:30px 50px; padding-bottom:0; }
.publisher-section .headline { font-size:20px; color:var(--black-color); font-weight:bold; }
.publisher-section .title { font-size:20px; color:var(--black-color); font-weight:bold; }
.publisher-section .subtitle { font-size:16px; margin-bottom:30px; }
.publisher-section .links { margin:0; padding:0; list-style:none; }
.publisher-section .links &gt; li { display:inline-block; margin-right:30px; vertical-align:top; }
.publisher-section .links &gt; li:last-child { margin-right:0; }
.publisher-section .links &gt; li &gt; a { display:inline-block; color:var(--black-color); font-weight:bold; }
.publisher-section .links &gt; li &gt; a i { margin-right:5px; }

.questions-list { margin:0px; margin-bottom:70px; color:#3a1f5d; box-shadow:none !important; text-shadow:none !important; border:1px solid #eef1f3; border-bottom:none; }
.questions-list .collapsible-header, .questions-list .collapsible-body { border-bottom-color:#eef1f3; }
.questions-list li.active .collapsible-header { background-color:#eef1f3; }
.questions-list .collapsible-header strong { font-weight:600; }

.content-blog-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.content-blog-list &gt; li { margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eef1f3; }
.content-blog-list &gt; li &gt; a { display:block; overflow:hidden; color:#1e1e1e; font-size:18px; }
.content-blog-list &gt; li &gt; a:hover { color:#00b6a7; }
.content-blog-list &gt; li &gt; a &gt; strong { display:inline-block; font-weight:600; }
.content-blog-list &gt; li &gt; a &gt; i { float:right; color:#51789d; font-size:24px; }

.question-answer-list { overflow:hidden; margin:0px; margin-bottom:50px; padding:0px; list-style:none; }
.question-answer-list &gt; li { overflow:hidden; margin-bottom:20px; }
.question-answer-list &gt; li &gt; span { width:60px; height:60px; display:block; overflow:hidden; float:left; margin-right:20px; text-align:center; color:var(--white-color); font-size:26px; font-weight:700; line-height:60px; border-radius:50%; background-color:var(--color-01); }
.question-answer-list &gt; li .question-answer { width: calc(100% - 80px); display:block; float:left; }
.question-answer-list &gt; li .question-answer .question { color:var(--text-color); font-size:16px; }
.question-answer-list &gt; li .question-answer .question strong { color:var(--color-02); font-weight:700; }
.question-answer-list &gt; li .question-answer .question span { display:none; padding-left:5px; }
.question-answer-list &gt; li .question-answer .question p { margin-top:5px; margin-bottom:25px; color:var(--text-color); font-size:14px; }
.question-answer-list &gt; li .question-answer .answer { padding:25px 30px; border:1px solid var(--border-color); }
.question-answer-list &gt; li .question-answer .answer strong { color:var(--color-01); font-size:16px; font-weight:700; }
.question-answer-list &gt; li .question-answer .answer p { margin-top:10px; margin-bottom:0px; color:var(--text-color); font-size:14px; }
.question-answer-list &gt; li.active .question-answer .answer { background-color:var(--border-color); }

.news-list { overflow:hidden; margin:0px; margin-bottom:30px; padding:0px; list-style:none; text-align:center; }
.news-list &gt; li { max-width:420px; display:inline-block; margin-bottom:40px; vertical-align:top; }
.news-list &gt; li .title { display:inline-block; color:var(--color-01); font-size:18px; font-weight:500; position:relative; }
.news-list &gt; li .title img { border:1px solid var(--border-color); }
.news-list &gt; li .title span { display:inline-block; padding:22px; color:var(--color-02); font-size:15px; position:absolute; left:0px; top:0px; }
.news-list &gt; li .title strong { display:inline-block; margin-top:10px; font-weight:600; }

.comments-list { overflow:hidden; margin:0; margin-bottom:20px; padding:0; list-style:none; text-align:center; }
.comments-list &gt; li { max-width:420px; min-height:305px; display:inline-block; margin-bottom:30px; padding:40px 40px; vertical-align:top; text-align:left; position:relative; border:1px solid var(--border-color); background-color:var(--white-color); }
.comments-list &gt; li .title { min-height:48px; display:inline-block; overflow:hidden; padding-right:40px; color:var(--color-02); font-size:18px; font-weight:500; position:relative; z-index:1; }
.comments-list &gt; li .summary { min-height:138px; overflow:hidden; margin-top:20px; line-height:24px; }
.comments-list &gt; li .summary a { color:var(--color-02); }
.comments-list &gt; li .date { display:inline-block; float:left; color:var(--color-02); }
.comments-list &gt; li .stars { display:none; float:right; color:var(--color-05); }
.comments-list &gt; li .stars &gt; i { margin-right:3px; }

.form-contact { margin-left:auto; margin-right:auto; text-align:left; color:var(--text-color); position:relative; /*box-shadow:0px 0px 15px 0px rgba(0,0,0,0.2);*/ }
.form-contact .form-headline { padding:0 .75rem; color:var(--black-color); font-size:35px; font-weight:600; }
.form-contact .form-title { margin-bottom:20px; padding:0 .75rem; color:var(--black-color); font-size:20px; }
.form-contact label { color:var(--text-color); font-size:15px; }
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input[type="email"], .form-contact textarea.materialize-textarea { color:var(--text-color); font-size:15px; margin-bottom:0px; border-bottom-color:var(--black-color); }
.form-contact .input-field input[type="text"]:focus + label, .form-contact .input-field input[type="tel"]:focus + label, .form-contact .input-field input[type="email"]:focus + label, .form-contact .input-field .materialize-textarea:focus + label { color:var(--black-color); }
.form-contact .input-field input[type=text]:focus, .form-contact .input-field input[type=tel]:focus, .form-contact .input-field input[type="email"]:focus, .form-contact .input-field .materialize-textarea:focus { color:var(--black-color); border-bottom-color:var(--black-color); box-shadow: 0 1px 0 0 var(--black-color); }
.form-contact .require-text { display:none; margin-top:10px; color:var(--text-color); font-size:14px; }
.form-contact .btn { height:auto; display:inline-block; overflow:hidden; padding:15px 35px; text-align:center; color:var(--white-color); font-size:15.5px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:25px; background-color:var(--color-01); /*box-shadow:0px 0px 25px 0px rgba(19,195,195,0.4);*/ }
.form-contact .character-counter { display:inline-block; padding-top:5px; color:var(--text-color); }
.form-contact .select-dropdown { padding:0 !important; }

.form-section .form-contact label { color:var(--white-color); }
.form-section .form-contact input[type="text"], .form-section .form-contact input[type="tel"], .form-section .form-contact input[type="email"], .form-section .form-contact textarea.materialize-textarea { color:var(--white-color); border-bottom-color:rgba(255,255,255,0.1); }
.form-section .form-contact .btn { color:var(--color-01); background-color:var(--white-color); }

.form-question { overflow:hidden; margin-left:-0.75rem; margin-right:-0.75rem; font-size:15px; }
.form-question .row { margin:0; }
.form-question .input-field label, .form-question label { color:var(--color-07); }
.form-question .input-field input[type="text"]:focus + label, .form-question .input-field input[type="tel"]:focus + label, .form-question .input-field input[type="email"]:focus + label, .form-question .input-field .materialize-textarea:focus + label { color:var(--white-color); }
.form-question input[type="text"], .form-question input[type="tel"], .form-question input[type="email"], .form-question textarea.materialize-textarea { color:var(--color-07); margin-bottom:0px; border-bottom:1px solid var(--color-07); }
.form-question .input-field input[type=text]:focus, .form-question .input-field input[type=tel]:focus, .form-question .input-field input[type="email"]:focus, .form-question .input-field .materialize-textarea:focus { color:var(--white-color); border-bottom-color:var(--white-color); box-shadow: 0 1px 0 0 var(--white-color); }
.form-question .require-text { display:block; float:right; margin-top:10px; color:var(--color-07); }
.form-question .btn { height:auto; display:inline-block; overflow:hidden; padding:13px 33px; color:var(--white-color); font-size:17px; font-weight:500; line-height:normal; text-transform:none; letter-spacing:normal; border-radius:0px; border:1px solid var(--white-color); background-color:transparent; }

.list-image { overflow:hidden; margin:0px !important; padding:20px 0px !important; list-style:none; text-align:center; }
.list-image &gt; li { display:inline-block; margin-left:7px; margin-right:7px; margin-bottom:20px; vertical-align:top; background-color:var(--white-color); }
.list-image &gt; li img { border:1px solid #eceeef; }
.list-image &gt; li strong { display:block; padding:10px 15px; text-align:center; color:#3db995; font-weight:700; border:1px solid #eceeef; border-top:none; }

.images-gallery { overflow:hidden; margin:0px; margin-bottom:25px; padding:0px; list-style:none; text-align:center; }
.images-gallery &gt; li { display:inline-block; margin-left:3px; margin-right:3px; margin-bottom:15px; vertical-align:top; }
.images-gallery &gt; li a { display:inline-block; overflow:hidden; }
.images-gallery &gt; li img { display:block; margin-left:auto; margin-right:auto; border:1px solid #ebf0f2; }
.images-gallery &gt; li strong { display:inline-block; text-align:center; color:#000000; font-size:16px; }

.documents-gallery { overflow:hidden; margin-top:0px; margin-bottom:30px; }
.documents-gallery &gt; li { overflow:hidden; margin-bottom:10px; color:#1d2024; font-size:13px; position:relative; border:1px solid #edf0f3; }
.documents-gallery &gt; li:before { width:0%; height:100%; position:absolute; left:0px; top:0px; z-index:-1; content:""; background-color:#00af35; transition: all 0.5s ease-in-out; }
.documents-gallery &gt; li:hover:before { width:100%; }
.documents-gallery &gt; li:after { height:100%; color:#000000; position:absolute; right:30px; top:16px; z-index:-1; content:"İndir - Görüntüle"; }
.documents-gallery &gt; li a { display:block; overflow:hidden; color:#1d2024; }
.documents-gallery &gt; li:hover &gt; a { color:var(--white-color); transition: all 0.3s ease-in-out; }
.documents-gallery &gt; li i { width:66px; height:48px; float:left; margin-right:25px; text-align:center; font-size:20px; line-height:48px; color:var(--white-color); background-color:#00af35; }
.documents-gallery &gt; li span { display:block; float:left; margin-top:16px; padding-right:150px; }

.list-prev-next { overflow:hidden; clear:both; margin:0px; margin-bottom:60px; padding:0px; text-align:center; }
.list-prev-next &gt; li { display:inline-block; margin-left:5px; margin-right:5px; }
.list-prev-next &gt; li &gt; a { display:inline-block; overflow:hidden; text-align:center; color:var(--color-02); font-size:18px; line-height:44px; }
.list-prev-next &gt; li &gt; a &gt; span { display:inline-block; vertical-align:top; }
.list-prev-next &gt; li &gt; a &gt; i { width:44px; height:44px; vertical-align:top; color:var(--color-01); font-size:24px; line-height:42px; border-radius:50%; border:1px solid var(--color-01); }
.list-prev-next &gt; li.prev &gt; a &gt; i { margin-left:10px; }
.list-prev-next &gt; li.next &gt; a &gt; i { margin-right:10px; }

.pagination { margin:20px 0px; margin-bottom:40px; padding:0px; text-align:center; }
.pagination li { height:auto; margin-left:3px; margin-right:3px; border-radius:0px; }
.pagination li.active { background-color:transparent; }
.pagination li a { width:44px; height:44px; display:inline-block; overflow:hidden; padding:0px; color:#141516; font-size:16px; font-weight:700; line-height:44px; border:1px solid #ebebeb; border-radius:50%; }
.pagination li.active a { color:#51789d; background-color:#ebebeb; }
.pagination li a i { color:#141516; font-size:26px; line-height:44px; }

.cookieConsentContainer { width:300px; opacity:0; font-size:14px; position:fixed; right:var(--wrapper-padding); bottom:40px; z-index:999; background-color:#e7ebed; }
.cookieConsentContainer .cookieContent { overflow:hidden; padding:15px; color:var(--black-color); }
.cookieConsentContainer .cookieDesc { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieDesc a { color:#0960bd; cursor:pointer; }
.cookieConsentContainer .cookieButtons { display:inline-block; padding:5px; }
.cookieConsentContainer .cookieButtons a { display:inline-block; padding:7px 17px; color:var(--white-color); cursor:pointer; background-color:#0960bd; }

.padding-top-0 { padding-top:0px !important; }
.padding-right-0 { padding-right:0px !important; }
.padding-bottom-0 { padding-bottom:0px !important; }
.padding-left-0 { padding-left:0px !important; }

.margin-top-0 { margin-top:0px !important; }
.margin-right-0 { margin-right:0px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }
.margin-left-0 {margin-left:0px !important;  }

.margin-top-10 { margin-top:10px; }
.margin-right-10 { margin-right:10px; }
.margin-bottom-10 { margin-bottom:10px; }
.margin-left-10 {margin-left:10px;  }

.margin-top-20 { margin-top:20px; }
.margin-right-20 { margin-right:20px; }
.margin-bottom-20 { margin-bottom:20px; }
.margin-left-20 {margin-left:20px;  }

.margin-top-30 { margin-top:30px; }
.margin-right-30 { margin-right:30px; }
.margin-bottom-30 { margin-bottom:30px; }
.margin-left-30 {margin-left:30px;  }

.margin-top-40 { margin-top:40px; }
.margin-right-40 { margin-right:40px; }
.margin-bottom-40 { margin-bottom:40px; }
.margin-left-40 {margin-left:40px;  }

.clear-left { clear:left; }
.clear-right { clear:right; }
.clear-both { clear:both; }
.float-left { float:left !important; }
.float-right { float:right !important; }
.float-none { float:none !important; }
.border-none { border:0px !important; }
.radius-none { border-radius:0px !important; }
.shadow-none { box-shadow:none !important; text-shadow:none !important; }
.outline-none, a { outline:none !important; }
.box-shadow { -webkit-box-shadow: 0px 0px 20px 0px rgba(25,28,37,0.2); -moz-box-shadow: 0px 0px 20px 0px rgba(25,28,37,0.2); box-shadow: 0px 0px 20px 0px rgba(25,28,37,0.2); }
.position-relative { position:relative; }
.position-absolute { position:absolute; }
.overflow-hidden { overflow:hidden; }
.display-none { display:none !important; }
.display-block { display:block; }
.display-inline-block { display:inline-block; }
.text-indent-9999 { text-indent:-9999px; }
.text-center { text-align:center !important; }
.img-border { border:1px solid #eaebec; }

@media (max-width: 1900px) {
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1830px) {
    /*body { background-color:#0FF; }*/ /* Turkuaz */
	.content-header { margin-left:15px; margin-right:15px; }
}
@media (max-width: 1700px) {
    /*body { background-color:#FF0; }*/ /* Sarı */
	.header .brand {max-width:300px; font-size:14px; margin-top:24px;}
	.header .brand img {max-width:50px;margin:8px 0;}
	.brand &gt; strong {font-size:20px;line-height:28px;}
    .header .phone { font-size:16px;margin-top: 42px; }
	.header .phone .fa {font-size:14px;line-height:32px;width:32px;height:32px;}
    .header .comment-btn { margin-right:30px; font-size:15px; }
    .header .sidenav-trigger { margin-right:0; }
    .navigation { margin-right:10px; }
    .navigation .menus &gt; li + li:before { margin:0 10px; }
    .index-slider { left:5%;max-width: 55%; }
    .index-slider .title { font-size:40px; }
    .index-slider .summary { font-size:20px; line-height:30px; }
}
@media (max-width: 1640px) {
    /*body { background-color:#00F; }*/ /* Mavi */
}
@media (max-width: 1560px) {
	.header .brand {margin-top:24px;}
    .navigation { margin-right:30px; }
    /*body { background-color:#0F0; }*/ /* Yeşil */
    .header .phone, .index-slider .summary:before { display:none; }
    .header .comment-btn { margin-right:0; }
    .slider-area { max-height:640px; }
    .slider-area .doctor { max-width:350px; }
    .index-slider { left:30px; }
    .index-slider .owl-slide, .index-slider .owl-dots { padding:0; }
    .index-slider .owl-slide { margin-bottom:30px; }
    .index-slider .title { margin-bottom:20px; font-size:34px; }
    .index-slider .summary { margin-bottom:30px; padding-top:0; font-size:18px; line-height:28px; }
    .slider-area .profile { width:330px; padding:25px 25px; font-size:14px; bottom:10%; z-index:+99; }
    .slider-area .profile .brand, .slider-area .profile .phone { font-size:22px; }
    .slider-area .profile .title { margin-bottom:15px; font-size:14px; }
    .slider-area .profile .address { margin-top:15px; padding-top:15px; line-height:19px; }
    .index-container { padding-top:60px; }
    .section-summary { margin-bottom:40px; }
    .content-title { font-size:30px; }
	.contents-slider .owl-nav { width:auto; position:relative; top:auto; transform:translateY(0); }
.contents-slider .owl-nav &gt; .owl-prev, .contents-slider .owl-nav &gt; .owl-next { width:44px; height:44px; float:none; margin-left:3px; margin-right:3px; line-height:43px !important;}
}
@media (min-width: 1400px) {
    .contents-list &gt; li:nth-child(3n+2), .contents-list &gt; li:nth-child(3n+3), .comments-list &gt; li:nth-child(3n+2), .comments-list &gt; li:nth-child(3n+3), .news-list &gt; li:nth-child(3n+2), .news-list &gt; li:nth-child(3n+3), .videos-list &gt; li:nth-child(2n+2) { margin-left:30px; }
    .footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:100px; -moz-column-gap:100px; column-gap:100px; }
}
@media (max-width: 1399.99px) {
	.header .sidenav-trigger {margin-top:48px;}
    /*body { background-color:#F0F; }*/ /* Pembe */
}
@media (max-width: 1299.99px) {
    .sidenav-trigger &gt; strong { display:inline-block; }
    .navigation { display:none; }
	.header .languages {right:180px;}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) {
    /*.footer .colums { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:70px; -moz-column-gap:70px; column-gap:70px; -webkit-column-rule:1px solid rgba(255,255,255,0.1); -moz-column-rule:1px solid rgba(255,255,255,0.1); column-rule:1px solid rgba(255,255,255,0.1); }*/
    .contents-list &gt; li:nth-child(3n+2), .contents-list &gt; li:nth-child(3n+3), .comments-list &gt; li:nth-child(3n+2), .comments-list &gt; li:nth-child(3n+3), .news-list &gt; li:nth-child(3n+2), .news-list &gt; li:nth-child(3n+3), .videos-list &gt; li:nth-child(2n+2) { margin-left:30px; }
	.footer .links { -webkit-column-count:3; -moz-column-count:3; column-count:3; -webkit-column-gap:50px; -moz-column-gap:50px; column-gap:50px; }
}
@media (max-width: 1199.99px) {
    :root {
        --header-height: 110px;
    }
    .link-btn { padding:0 25px; font-size:14px; }
    .link-btn i { font-size:16px; line-height:48px; }
    .header .brand, .header .comment-btn { margin-top:10px; }
    .header .sidenav-trigger { margin-top:37px; }
    .slider-area { max-height:520px; }
    .slider-area .doctor { max-width:280px; }

    .slider-area .profile { width:280px; padding:25px 25px; font-size:14px; bottom:10%; z-index:+99; }
    .slider-area .profile .brand, .slider-area .profile .phone { font-size:16px; }
    .slider-area .profile .title { margin-bottom:15px; font-size:12px; }
    .slider-area .profile .address { margin-top:15px; padding-top:15px; line-height:19px; }
	.slider-area .profile .social-media &gt; li &gt; a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
	}
	.index-slider {max-width: 54%;}
    .index-slider .title { font-size:28px; }
    .index-slider .summary { font-size:16px; line-height:26px; padding:0 70px 0 0px; }
    .section-title { font-size:26px; }
    .section-summary, .corporate-section .summary { font-size:15px; }
    .corporate-section .image { margin-right:0; float:none; display: block; text-align: center; }
	.corporate-section .image img {max-width:300px;margin:0 auto;aspect-ratio:1/1;border-radius:100%;}
	.hospital-section { text-align:center; }
	.hospital-section .hospital-image, .hospital-section .hospital-info { width:auto; float:none; margin-left:auto; margin-right:auto;  }
	.hospital-section .hospital-info { max-width:717px; margin-top:30px; padding:0; }
    
    .content-title { font-size:26px; }
    .content-phone { margin-right:0; font-size:20px; }
    .content-header { margin-bottom:30px; padding:40px 0; }
    .content-header .social-media { display:none; }
    
	.header .languages {top:38px;right:170px;}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) {
    /*body { background-color:red; }*/
}
@media (max-width:991.99px) {
    .mobile-contact { 
		background:#000;
		padding:10px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center; }
    .slider-area { max-height:460px; }
    .slider-area .profile { display:none; }
    .slider-area .doctor { max-width:230px; left:auto; right:30px; }
    .index-slider { max-width:81%; }
    .index-slider .title { font-size:28px; }
    .index-slider .summary { font-size:16px; line-height:26px; padding:0 70px 0 0px; }
    .corporate-section, .infos-list, .news-link-btn, .bottom-section { margin-bottom:60px; }
    .corporate-section .image { float:none; margin-left:auto; margin-right:auto; }
    .comment-section, .form-section { width:auto; display:block; margin-left:auto; margin-right:auto; }
	.comment-section { margin-bottom:40px; }
    .footer { padding-top:50px; padding-bottom:0; text-align:center; }
    
    .content-phone { display:none; }
    .content-header { text-align:center; }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) {
    /*body { background-color:green; }*/
}
@media (max-width: 767.99px) {
    .header .comment-btn, .corporate-section .image:before { display:none; }
    .header .sidenav-trigger { margin-right:0; }
	
    .index-slider { max-width:74%; }
	.content-text .prew-image, .content-text .float-left, .content-text .float-right { float:none; margin-left:auto; margin-right:auto; text-align:center; }
	.header .languages {top:38px;right:150px;}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) {
    /*body { background-color:yellow; }*/
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) {
    /*body { background-color:blue; }*/
    :root {
        --header-height: 80px;
        --wrapper-padding: 15px;
    }
    .brand img { margin:0 !important;  }
    .brand &gt; strong { margin-top:0; font-size:20px; line-height:28px; }
    .header .brand { width:300px; margin-top:10px; }
	.header .languages { display:none; }
    .header .sidenav-trigger { margin-top:24px; }
    .slider-area { max-height:420px; }
    .slider-area .doctor { right:0px; }
    .index-slider { max-width:74%; left:15px; }
    .index-slider .title { font-size:24px; }
    .index-slider .summary, .bottom-section .headline:before, .comment-section:before, .form-section:before { display:none; }
	.hospital-section .count-list &gt; li { width:100%; margin-bottom:10px; }
    .bottom-section .headline { font-size:24px; }
    .comment-section, .form-section { min-height:inherit; margin-left:15px; margin-right:15px; padding:40px 30px; }
    .comment-section .headline { margin-bottom:30px; }
    .comment-section .item .summary { text-align:left; }
    .footer { margin-left:15px; margin-right:15px; }
    .footer .phones { display:block; margin-right:auto; }
    .footer .social-media { display:block; }
	
	.publisher-section .publisher { text-align:center; border:none; }
    .publisher-section .image, .publisher-section .info { width:auto; float:none; }
    .publisher-section .info { padding-top:15px; }
    .publisher-section .image img { border:1px solid var(--border-color); }
}
@media (max-width: 399.99px) {
    /*body { background-color:hotpink; }*/
}
@media (max-height: 700px) {

}
.container { width:auto; margin:0 auto 100px auto; padding:0 15px; }
.content-header .container {margin:0 auto;}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.99px) { .container { max-width: 100%; } }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.99px) { .container { max-width: 570px; } }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.99px) { .container { max-width: 750px; } }
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.99px) { .container { max-width: 990px; } }
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.99px) { .container { max-width: 1170px; } }
/* XX-Large devices (more than 1400px) */
@media (min-width: 1400px) { .container { max-width: 1350px; } }

@-webkit-keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
}
@keyframes pulse {
    0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    50% { -webkit-transform: translate(0, 10px); transform: translate(0, 10px); }
    100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); } 
}



.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0;
	padding:0 !important;
	border-radius: 10px;
    overflow: hidden;
}
.collapsible &gt; li {list-style:none !important;padding:0 !important;}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.collapsible-header:focus {
    outline: 0
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem
}

.keyboard-focused .collapsible-header:focus {
    background-color: #eee
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem
}
.collapsible-body li {margin-bottom:5px;line-height:24px;}

li {
	.collapsible-header {
		justify-content: space-between;
		.caret {
			color: #999; 
			margin-right: 0;
			transition: transform 0.2s ease; 
		}
	}
	&amp;.active {
		.collapsible-header {
			background-color: var(--color-01); 
			color: white;
			.caret {
				color: white;
				transform: rotate(-180deg);
				transform-origin: 0.6em 0.5em;
			}
		}
	}	
}



.row {
	display: flex;
justify-content: flex-start;
flex-direction: row;
    flex-wrap: wrap;}
.row .col {margin-left: initial !important;}

.imgbox {
    border: 1px solid #ccc;
    display: block;
    border-radius: 6px;
    margin: 10px 0;
    box-shadow: 2px 2px 2px #eee;
    overflow: hidden;
}
.imgbox:hover {
    border: 1px solid #999;
    box-shadow: 4px 4px 4px #eee;
	
}

.btn-floating {background: var(--color-01);color:  var(--white-color);}

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


.randevu-btn {
	position: absolute;
    top: 35%;
    display: block;
    right: var(--wrapper-padding);
    padding: 10px;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    vertical-align: bottom;
    background: #46ab60;
    color: #fff;
    box-shadow: 2px 2px 2px #ccc;
    border-radius: 6px;
}
.randevu-btn .fa {
	display: block;
    margin: 5px auto;
    width: 40px;
    height: 40px;
    color: #46ab60;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #eee;
}


@media (max-width: 1560px) {
	
	.randevu-btn { top: 31%; }
}
@media (max-width: 1199.99px) {
	
	.randevu-btn { top: 24%; }
}
@media (max-width: 992px) {
	
	.randevu-btn { display:none; }
}</pre></body></html>