@charset "UTF-8";

/*
Theme Name: Özel HLC Polikliniği v1
Theme URI: https://www.hlcpoliklinigi.com
Author: the team
Author URI: https://www.hlc.com.tr
Description: Ameliyatsız Estetik
Requires at least: WordPress 4.9.6
Version: v2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Özel HLC Polikliniği 
Tags: Özel HLC Polikliniği

/* * HTML5 Boilerplate * * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. * * Detailed information about this CSS: h5bp.com/css * * ==|== normalize ========================================================== */


/*   =============================================================================   Box sizing rest for all elements   ==========================================================================*/

* {
    /* Firefox 1, probably can drop this */
    /* Safari 3-4, also probably droppable */
    box-sizing: border-box;
    /* Everything else */
}


*{
margin: 0;
padding: 0;
box-sizing: border-box;
}


/* =============================================================================   HTML5 display definitions   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
section {
    display: block;
}




audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    text-decoration: none;
}

h2,h3,h4,h5,h6 {
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 100%;
    font-weight: 400;
}


/* =============================================================================   Base   ========================================================================== */


/* * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}
.is--ipad body {
    margin-left: 0px;
}




/* * Remove text-shadow in selection highlight: h5bp.com/i * These selection declarations have to be separate * Also: hot pink! (or customize the background color to match your design) */

::-moz-selection {
    background: #4c3f18;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4c3f18;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================   Links - EDIT   ========================================================================== */

a {
    color: #4c3f18;
}

a:hover {
    text-decoration: none;
}


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================   Typography   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
      border-top: 1px solid #7db0d8;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


/* Redeclare monospace font family: h5bp.com/j */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}


/* Improve readability of pre-formatted text in all browsers */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}


/* Position subscript and superscript content without affecting line-height: h5bp.com/k */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

address {
    line-height: 110%;
    font-style: normal;
}


/* =============================================================================   Lists   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================   Embedded content   ========================================================================== */


/* * 1. Improve image quality when scaled in IE7: h5bp.com/d * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440 */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}


/* * Correct overflow not hidden in IE9 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================   Figures   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================   Forms   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/* Indicate that 'label' will shift focus to the associated form element */

label {
    cursor: pointer;
}


/* * 1. Correct color not inheriting in IE6/7/8/9 * 2. Correct alignment displayed oddly in IE6/7 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}


/* * 1. Correct font-size not inheriting in all browsers * 2. Remove margins in FF3/4 S5 Chrome * 3. Define consistent vertical alignment display in all browsers */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}


/* * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) */

button,
input {
    line-height: normal;
}


/* * 1. Display hand cursor for clickable form elements * 2. Allow styling of clickable form elements in iOS * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6) */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}


/* * Re-set default cursor for disabled elements */

button[disabled],
input[disabled] {
    cursor: default;
}


/* * Consistent box sizing and appearance */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}


/* * Remove inner padding and border in FF3/4: h5bp.com/l */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* * 1. Remove default vertical scrollbar in IE6/7/8/9 * 2. Allow only vertical resizing */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/* Colors for form validity */

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}


/* =============================================================================   Tables   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================   Chrome Frame Prompt   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

b,
strong {
    color: #165694;
}

a[href^="tel"] {
    color: inherit;
    /* Inherit text color of parent element. */
    text-decoration: none;
    /* Remove underline. */
    /* Additional css `propery: value;` pairs here… */
}


/* =============================================================================   WordPress Reset   ========================================================================== */

div.aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright,
.commentlist li .avatar {
    float: right;
}

.wp-caption {
    background: #f3f3f3;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    border-radius: 3px;
}

.wp-caption img,
.wp-caption p.wp-caption-text,
#commentsDiv p,
#commentsDiv h3 {
    margin: 0;
}

.wp-caption img {
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
}

.alt {
    background: #042b5e !important;
}

h3#respond {
    margin-bottom: 20px;
}


/****************************************************************/


/* --------------------- Utility Classes  -------------------- */

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
}

/**************************************************************/

.clear {
    clear: both;
}

div.clear {
    height: .01em;
    overflow: hidden;
}

.no-clear {
    clear: none;
}

.inline-block {
    display: inline-block;
}

body.lt-ie9 .inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.aligncenter {
    display: block;
}

.no-frame {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.italic {
    font-style: italic;
}

p.break {
    min-height: 1rem;
    visibility: hidden;
}

.is--underline {
    text-decoration: underline;
}

body .disableLink {
    pointer-events: none;
    cursor: default;
}
/***************************************************************** *********************** Site Specific CSS *********************** *****************************************************************/


/* ------------------------   Typography (and primary body style)------------------------ */

body {
    /*color: #575757; */
    color: #09223e;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 150%;
    font-weight: 400;
    min-width: 320px;
    text-align: center;
    position: relative;
}



.menu li a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #01579b;
    font-weight: 300;
        margin-top: 0;
    margin-bottom: 20px;
}

h1 {
    font-size: 20px;
    line-height: 100%;
}

h3 {
    font-size: 20px;
    line-height: 100%;
}
h4 {
    font-size: 19px;
    line-height: 100%;
}

a {
    color: #165694;
    word-wrap: break-word;
}

a sup,
h1 > sup,
h2 > sup,
h3 > sup,
h4 > sup,
h5 > sup {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    position: static;
}

blockquote {
    font-family: "Times New Roman", serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 400;
    font-style: italic;
    padding: 20px 0;
    margin: 0;
    position: relative;
    text-align: center;
}
blockquote p{
margin: 1.2em !important;
}
blockquote footer {
    font-style: normal;
    margin: 20px 0;
}

blockquote:before,
blockquote:after {
    content: '';
    background: #16a9da;
    background-size: 187px 1px;
    width: 187px;
    height: 1px;
    position: absolute;
    left: calc(50% - (187px/2));
}

::-moz-selection {
    background: #165694;
}

::selection {
    background: #165694;
}

.sep {
    padding: 0 3px;
}

.hp-message {
    display: none !important;
}
body .header-inclusion {
    margin-top: 60px;
}
body .header-wrap {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


.menu-is-open .header-wrap {
    z-index: 10002;
}



.mobile-nav-menu {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #005cb9;
}

.mobile-nav-menu .mobil-menu-trigger {
    background: #00a8e1;
    color: #ffffff;
    height: 100%;
    padding: 10px 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
	    text-align: left;
    cursor: pointer;
}

.mobile-nav-menu .mobil-menu-trigger span {
    display: block;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

.mobile-nav-menu .mobil-menu-trigger span {
    display: block;
    line-height: 100%;
}

.mobil-menu-trigger svg {
    display: inline-block;
    vertical-align: middle;
}

svg#menu-svg path {
    fill: #ffffff;
}

.header-aside a.full-logo {
    display: inline-block;
    position: relative;
}

/* ------------------------logo------------------------ */

.is--device .full-logo svg {
    width: 100px;
    height: auto;
}

.mobile-nav-menu .logo .full-logo {
    display: none;
}



.mobile-nav-menu .logo svg {
    width: auto;
    height: 30px;
    vertical-align: middle;
}
#links-to-select-1 label {
    position: absolute;
    bottom: 0;
    /* left: 10px; */
    width: auto;
    height: 100%;
    z-index: 1000;
    opacity: 0;
}



button#dil-open {
    /* text-transform: uppercase; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: -webkit-flex; */ /* Safari */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* outline: none; */
}



#flags_language_selector img {
    margin-left: 5px;
}


#flags_language_selector .fa-angle-down {
    content: '';
    /* position: absolute; */
    /* right: 15px; */
    width: 8px;
    display: inline-block;
    height: 13px;
    background-image: url(images/svg/arrow-blue.svg);
    background-size: 8px 13px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* transition: .2s linear transform; */
}


#flags_language_selector img {
position: relative;
    color: #165694;
    margin-right: 5px;
}
#lang-dropdown {display: none;}

#nav-dil {
     margin: 0em 0;
}
#flags_language_selector {
    position: relative;
    color: #165694;
}
#lang-dropdown a {
   /* color: white; */
}

/* ------------------------	Header------------------------ */

.header-inclusion .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 50;
    background: linear-gradient(to bottom, rgba(93, 93, 93, 0.18) 0%, #2f4256 99%);
}



.inside .header-inclusion .overlay {
    background: rgba(58, 73, 87, 0.3);
}

.banner-header.banner-wrap {
    background: url("images/int-hlc.jpg") no-repeat center top;
    background-size: cover;
}
.banner-header .container {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header-aside {position: relative;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);margin: 0 auto;text-align: center;}

.breadcrumb {
    /* display: inline-block; */
    /* bottom: 0; */
    /* position: relative; */
    /* bottom: -50%; */
    /* -webkit-transform: translateY(50%); */
    /* transform: translateY(0%); */
    /* margin: 0 auto; */
    /* text-align: center; */
    /* margin-left: 20px; */
    color: white !important;
    font-weight: 00;
    font-size: 21px;
    /* align-items: baseline; */
    /* align-self: unset; */
    /* height: 31px; */
    background-color: #5f9ea04d;
}




.banner-header {
    height: 140px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.banner-header {
     background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
}



/* -----------------------	Basic layout----------------------- */

.container {
    position: relative;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0px 0px 0px;
}

.content {
    padding: 0px 20px;
}

.content p{
margin-top: 0;
    margin-bottom: 20px;
}
.wp-block-media-text__content p{
margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-separator.is-style-dots::before {
color: #01579b !important;
    font-size: 30px !important;
}

.wp-block-media-text{
margin-bottom: 20px;
}
.crumb-wrapper {
    padding: 0px 20px;
}

.mobile-nav-menu .logo a span {
    display: none;
}




    .mobile-nav-menu .icons a.phone:before, .mobile-nav-menu .icons a.whatsapp1:before {
        display: block;
        font-size: 12px;
        text-align: right;
        color: #ffffff;
        font-weight: 400;
    }
    
    
    
    .mobile-nav-menu .icons a {
    display: inline-block;
    /* vertical-align: middle; */
    /* text-decoration: none; */
    position: relative;
    color: #ffffff;
    font-weight: 500;
    /* z-index: 490; */
    text-align: center;
}

.mobile-nav-menu .icons .location {
    padding-right: 0px;
}


.icons .location svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 30px !important;
}


      .mobile-nav-menu .icons a.doktora-sor:after {
        content: 'Doktora Sor';
    }
    

.mobile-nav-menu .icons a.phone:after {
      content: "0312 447 74 26";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0px;
}


.mobile-nav-menu .icons a.whatsapp1:after {
    content: "";
    /* display: inline-block; */
    vertical-align: middle;
    padding: 0 0 0 2px;
}

.phones-footer li {
    display: inline-block;
    font-size: 14px;
}

.mobile-nav-menu .icons .doktora-sor svg,
.mobile-nav-menu .icons .phone svg,
.mobile-nav-menu .icons .whatsapp1 svg,
.mobile-nav-menu .icons .location svg {
    /* display: inline-block; */
    vertical-align: middle;
    width: auto;
    height: 30px;
}

.mobile-nav-menu .icons .whatsapp1 {
    display: none;
}

/*HEADER SECTION REDUX*/

.mobile-nav-menu .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-right: 10px;
    margin-left: 10px;
}

ul.social li {
    background-color: #fff;
    width: 100%;
}



.mobile-nav-menu .logo svg {
    width: 100px;
    height: auto;
}


.mobile-nav-menu .icons .whatsapp1 svg path {
 fill: #90ff95;
}

.section-heading > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 125%;
    font-weight: 600;
}

.menu-is-open .nav-menu-wrap {
    height: 100%;
    padding: 0px;
    overflow-y: scroll;
    z-index: 1000;
    position: relative;
}


.menu-is-open .nav-menu-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
       background: #f1f7f9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skew(-14deg) translateX(-120%);
    /* transform: skew(-14deg) translateX(-120%); */
    transition: all .275s .1s;
    -webkit-transform: skew(-14deg) translateX(0);
    transform: skew(-14deg) translateX(0);
}





.menu-is-open .nav-menu-wrap {

    background: #ffffff;

}
.menu-top {
    margin: 0;
    padding: 0;
}

.menu-top li {
 border-top: 1px solid #e5e5e5;
    position: relative;
    margin: 0;
    line-height: 150%;
}

.menu-is-open .menu-item > a {
    padding: 12px 20px;
}


.menu-top li:before {
    display: none;
}

.menu-top li:last-child {
    border-bottom: none;
}

.menu-top li.sub-menu-open {
    border-bottom: none;
}

.menu-top > li {
    /* opacity: 0; */
    position: relative;
    /* -webkit-transform: translate3d(450px, 0, 0); */
    /* transform: translate3d(450px, 0, 0); */
}

.menu-top.show-list > li {
    /* opacity: 1; */
    /* -webkit-transform: translate3d(0, 0, 0); */
    /* transform: translate3d(0, 0, 0); */
    /* transition: 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) transform; */
}

.menu-top.show-list > li a {
}

.parent-li a:after {
    content: "Detay";
    padding: 0 0 0 5px;
    color: #ffd991;
    font-size: 12px;
}

.burun-detay .parent-li a:after {
    content: "Ameliyatı";
}

.meme-detay .parent-li a:after {
    content: "Operasyonları";
}

.liposuction-detay .parent-li a:after {
    content: "(liposuciton)";
}

.botoks-detay .parent-li a:after {
    content: "Uygulaması";
}

.menu-top a {
    color: #3a4957;
    text-decoration: none;
    display: block;
    /* text-align: left; */
    transition: .15s linear background;
}

.menu-top ul {
    margin: 0;
    padding: 0;
}

.menu-top .sub-menu {
    position: relative;
    z-index: 50;
}


.menu-top .sub-menu a {
    color: #ffffff;
}

.menu-top .ul-depth-0 .sub-menu {
       background: #049ace;
    padding: 0px;
}

.menu-top .ul-depth-0 li {
    border: none;
    /* width: 180px; */
}

.active-slide .menu-top .ul-depth-0 li {
    border-top: 1px solid #0086b5;
}

.menu-top .ul-depth-0 a {
    padding-left: 0px;
    padding: 12px 20px;
}

.menu-top .ul-depth-1 .sub-menu {
    background: #10314c;
}

.active-slide .menu-top .ul-depth-1 li {
    border-top: 1px solid #0b253a;
}

.menu-top .ul-depth-2 .sub-menu {
    background: #092338;
}

.active-slide .menu-top .ul-depth-2 li {
    border-top: 1px solid #031321;
}

.menu-top .ul-depth-2 a {
    padding-left: 0px;
    padding: 16px 20px;
}

.menu-top .nav-dropdown-button {
    position: absolute;
    z-index: 25;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0px;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.menu-top .nav-dropdown-button:after {
    content: '+';
	font-size: 25px;
    width: 12px;
	    font-weight: 100;
    height: 20px;
    background-size: 12px 20px;
    -webkit-transition: .2s linear transform;
    transition: .2s linear transform;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
        /* background-image: url(images/svg/arrow.svg); */
    background-position: center;
    background-repeat: no-repeat;
}

.is--device .hidden-desktop-lrm {
    display: block !important;
}

.is--device .menu-top .nav-dropdown-button {
    display: block;
}
.menu-is-open .active-slide .nav-menu-wrap {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
}

.menu-is-open .main-menu a {
    line-height: 1em!important;
}

.sub-menu-open > .nav-dropdown-button:after {
    content: '-';
}


.menu-is-open .mobile-close-menu {
    /* -webkit-transform: translate3d(0, 0, 0); */
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    /* transform: translate3d(0, 0, 0); */
    /* transition-delay: 0.7s; */
}
.mobile-close-menu {
display: block;
    position: relative;
    margin: 10px;
    margin-bottom: 10px;
    padding: 15px 20px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #00a8e1;
        color: #00a8e1;
}


.menu-is-open header {
    position: static;
}



.inside .content h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.inside .content ul,
.inside .content ol {
    margin-left: 10px;
    padding-right: 0;
    list-style-type: none;
}

.inside .content ul li,
.inside .content ol li {
    list-style-position: outside;
    counter-increment: step-counter;
    padding: 4px 0 4px 20px;
    position: relative;
    clear: both;
}

.inside .content ul li:before,
.inside .content ol li:before {
    position: absolute;
    left: 0;
    color: #3483d0;
    font-weight: bold;
    border-radius: 3px;
}

.inside .content ul li:before {
    content: '•';
}

.inside .content ol li:before {
    content: counter(step-counter) ".";
}

.inside .content .menu .sub-menu,
.inside .content .menu .children {
    margin: 0 0 0 10px;
}


/* *****navigat*********************** */

.crumb-wrapper > ul {
    margin-left: 0 !important;
    padding-right: 0;
    list-style-type: none;
    font-size: 13px;
}

.crumb-wrapper > ul li {
    list-style-position: unset;
    counter-increment: unset;
    padding: 0px 0 0px 0px !important;
    position: relative;
    clear: both;
    display: inline-block;
    text-decoration: none;
}

.crumb-wrapper > ul li:before {
    content: "";
    list-style-type: none;
}

.crumb-wrapper > ul li a {
    text-decoration: none;
}

.crumb-wrapper > ul li:before {
    content: "" !important;
}

.crumb-wrapper > ul li:after {
    content: "/" !important;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    font-size: 15px;
    font-size: 9px;
    color: #1b5ca7;
}

.crumb-wrapper > ul li:last-child:after {
    content: "" !important;
    padding-right: 5px;
    font-size: 15px;
    font-size: 9px;
}

.crumb-wrapper > ul li:before {
    content: "";
}

.crumb-wrapper > ul li:first-child {}

.crumb-wrapper > ul li:last-child {
    color: #8c8d8e;
}


/* ------------------------Common/UI elements (images, video, buttons, etc)------------------------ */

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.caption {
    display: block;
    height: auto;
    margin: 0 auto 1em;
    max-width: 100%;
    margin-top: 6px;
}

.content img.alignright,
.content img.alignleft {
    float: none;
}

.content img.fullwidth {
    max-width: 100%;
}

.wp-caption {
    max-width: 95%;
}

.wp-caption img {
    width: 100%;
    height: auto;
}

.button,
.buttons a {
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 150%;
    font-weight: 400;
    color: #ffffff;
    background: #165694;
    padding: 16px 15px;
    border: none;
    line-height: 100%;
}


img.alignnone {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


/* ------------------------	Content------------------------ */

.content,
.header-heading {
    position: relative;
}


.content .subheading,
.header-heading .subheading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: 600;
}

.content .callout {
    list-style: none;
    margin-left: 0 !important;
    padding: 25px !important;
    background: #ffffff;
    border-top: 6px solid #2298b2;
}

.content .callout li {
    padding-left: 0 !important;
}

.content .callout li:before {
    display: none;
}

.content .callout li span {
    font-weight: 600;
    color: #2298b2;
}


/*.content #gnewtonCareerHome .gnewtonJobFilter .gnewtonComboSearch .gnewtonKeywordInput {  width: auto;}*/





/* ------------------------	Aside------------------------ */

.aside,
aside {
    position: relative;
    margin: 20px auto;
}


.header-aside .sidebar-block {
    background: #ffffff;
    padding: 20px 26px;
    margin-bottom: 28px;
    color: #fff;
}


.sb-contact:before {content: '';z-index: 100;display: block;position: absolute;height: 0;width: 0;overflow: hidden;left: calc(50% - 16px);border-top: 16px solid #dfdfdf;border-right: 16px solid transparent;border-left: 16px solid transparent;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #005cb9;}








.aside .sidebar-block .hdng,
aside .sidebar-block .hdng,
.header-aside .sidebar-block .hdng {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 125%;
    font-weight: 400;
    color: #2298b2;
}

.aside .sidebar-block .hdng a,
aside .sidebar-block .hdng a,
.header-aside .sidebar-block .hdng a {
    color: #2298b2;
}

.aside .sidebar-block .hdng a,
aside .sidebar-block a,
.header-aside .sidebar-block a {
    color: #575757;
    text-decoration: none;
}

.aside .sidebar-block .hdng a,
aside .sidebar-block li,
.header-aside .sidebar-block li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 246, 246, 0.1);
    list-style: none;
}






/* ----- Sidebar Procedures ----- */



.footer-top {
    /* padding: 20px 0px; */
    /* background: #0084b9; */
    font-size: 0;
    position:relative;
}



.footer-wrap {
    color: #ffffff;
    clear: both;
}

.footer-wrap a {
    color: #ffffff;
    text-decoration: none;
}


.container.dose {
    display: flex;
    flex-wrap: wrap;
}



.schema-faq-section {
    padding-left: 60px;
    margin-bottom: 30px;
    list-style-type: none;
}


.schema-faq-question {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #005999;
    line-height: 0px;
    font-weight: 500;
    line-height: 0px;
    font-size: 15px;
}

.schema-faq-question:before {
    content: '';
    border-left: 13px solid #0769b7;
    border-top: 16px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -60px;
    top: 0;
    transition: transform .5s;
}

.schema-faq-section.active .schema-faq-question:before {
    content: '';
        border-left: 13px solid #0875cc;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}



/* ----- Proud Member of... ----- */
.memberships {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 100%;
    padding: 25px 0px 25px 0px;
    font-weight: 300;
    color: #07315a;
    background: #ffffff;
    position: relative;
    z-index: 5;
    width: 100%;
    border-top: 1px solid rgb(243, 243, 243);
}

.memberships .containers {
    padding: 20px 0;
    margin: 0 auto;
}

/* ----- Main Footer Content ----- */

.footer-social {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    z-index: 10;
}

.footer-social ul {
    list-style: none;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.footer-social ul li {
    border-bottom: none !important;
    display: inline-block;
    padding: 0px 5px;
}

.footer-social ul li a {
    padding-left: 0 !important;
}

.footer-social ul li svg path,
.footer-social ul li svg polygon {
    fill: #fff;
}

.footer-social ul li svg {
    width: auto;
    height: 40px;
}



    .footer-phones-tel:after, .footer-phones-mobil:after, .footer-phones-contact:after {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}


.phones-footer {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 5px;
    align-items: center;
}

.phones-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    /* padding: 40px; */
    height: 80px;
    background-color: #6588ab;
}

.footer-local {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    display: block;
}

.footer-local .address:before{
    content: "\00D6 zel Ankara HLC Poliklini\011F i";
    display: block;
    white-space: pre;
    line-height: 130%;
}

.footer-local {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 400;
    position: relative;
    padding: 25px 0 25px;
    /* height: 100px; */
    background-color:#0084b9;
}

.footer-local span {
    display: block;
}

.footer-local span:first-of-type {
    font-weight: 300;
    font-size: 15px;
        line-height: 15px;
}



    .footer-phones-tel:after {
        content: "0312 447 74 26";
    }
    .footer-phones-mobil:after {
        content: "0533 678 61 95";
    }





.footer-phones-contact:after {
    content: "İletişim";
}
.footer-phones-tel:after,
.footer-phones-mobil:after,
.footer-phones-contact:after {
    vertical-align: middle;
}


.footer-top .contact-footer-wrap li {
    padding: 0px 10px 0px;
}

.footer-top .contact-footer-wrap img {
    padding-right: 5px;
        height: 25px;
}
.mobile-nav-menu .icons .doktora-sor svg circle,
.mobile-nav-menu .icons .doktora-sor svg path,
.mobile-nav-menu .icons .phone svg polygon,
.mobile-nav-menu .icons .phone svg path,
.mobile-nav-menu .icons .location svg path {
     fill: #ffffff;
 
}


/* ----- Footer Content ----- */

.footer-bottom {
    padding: 15px 0 15px 0;
        background: #414971;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .footer-bottom {
        padding: 35px 0;
    }
}

.footer-bottom a {
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    color: #57bfd6;
    text-decoration: none;
    font-size: 13px;
}




.footer-bottom p {
    margin: 0;
    padding: 12px 0;
}

.legal information::after {
    padding: 20px 0;
    content: "";
    display: block;
}

#nks-overlay-inclusive {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    z-index: 999;
    opacity: .99;
}

#nks-overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #333;
    -webkit-transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: opacity .4 cubic-bezier(.645, .045, .355, 1);
    -ms-transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .4s cubic-bezier(.645, .045, .355, 1);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -webkit-transform: translate3d(0, 0, 0);
}

#nks-overlay {
    cursor: pointer;
    -webkit-backface-visibility: hidden;
}

#nks-overlay {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#nks-overlay,
body:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ==|== non-semantic helper classes ========================================   Please define your styles before this section.   ========================================================================== */


/* For image replacement */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}


/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
    display: none !important;
    visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}


/* Contain floats: h5bp.com/q */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media only screen and (max-width: 768px) {
    .hidden-phone {
        display: none;
    }
     
    .mobile-nav-menu {
    height: 60px;
}
    
    
    
   #lang-dropdown {
display: none !important;
}

#flags_language_selector {
    margin-right: 0px;
}
 
    #dil-open,.mobile-nav-menu .icons .location,.mobile-nav-menu .icons a, .mobile-nav-menu .icons .phone{

    display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; /* Safari */
display: flex;
justify-content: space-between;
align-items: center;
height: 58px;
}
   
 
.footer-bottom .container {
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.schema-faq-section {
    padding-left: 30px;
}
.schema-faq-question:before {
    left: -30px;
}
.mobile_req_appt {
    background: #f3f6f8 !important;
}
    
}


.headroom--top{
    will-change: transform;
    transition: transform 200ms linear;
}


.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.menu-is-open .headroom--unpinned {
    transform: translateY(0%);
}



@media only screen and (min-width: 768px) {
    h1 {
        font-size: 32px;
        line-height: 100%;
        font-weight: 400;
    }
    
        h2 {
        font-size: 28px;
        line-height: 100%;
        font-weight: 400;
    }
        h3 {
        font-size: 24px;
        line-height: 100%;
        font-weight: 400;
    }
        h4,
    h5,
    h6 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 100%;
        font-weight: 400;
    }
        blockquote {
        padding: 30px 40px;
        margin: 18px 40px;
    }
        .inside main {
        padding: 0px 0;
    }
        body .header-inclusion {
        margin-top: 70px;
    }
    
        .mobile-nav-menu {
    height: 70px;
}
     
      .mobile-nav-menu .logo svg {
        width: 130px;
        height: 50px;
    }  
    
        .mobile-nav-menu .mobil-menu-trigger {
        padding: 20px 26px;
            height: 70px;
    }
    
   .mobile-nav-menu .icons a.whatsapp1:before {
        content: "WhatsApp";
    }
    .mobile-nav-menu .icons a.phone:before {
        content: "Telefon";
    }

    .mobile-nav-menu .icons a.whatsapp1:before {
     color: #90ff95;
    }
    .mobile-nav-menu .icons .phone,
    .mobile-nav-menu .icons .whatsapp1 {
        line-height: 5px;
        /* padding-bottom: 10px; */
    }
    .mobile-nav-menu .icons a.phone:after,
    .mobile-nav-menu .icons a.whatsapp1:after {
        font-size: 16px;
    }
      .mobile-nav-menu .icons .whatsapp1 {
        display: inline-block;
    }
    

    .mobile-nav-menu .icons a.phone:after {
        content: "0312 447 74 26";
    }
    .mobile-nav-menu .icons a.phone svg:before {
        content: "Bizi Arayın";
        padding-right: 5px;
        vertical-align: middle;
    }
    .mobile-nav-menu .icons a.whatsapp1:after {
        content: "0533 678 61 95";
    }
       .content img.alignright,
    .content img.alignleft {
        margin-bottom: 1em;
    }

    .content img.alignleft {
        float: left;
        margin-right: 1em;
    }

    .content img.alignright {
        float: right;
        margin-left: 1em;
    }

    img.alignright,
    img.alignleft,
    img.aligncenter,
    .caption,
    img.alignnone {
        clear: none;
    } 
        .memberships {
        display: block;
        padding: 20px 50px 20px;
    }
    
    .contact-footer-wrap {
        background-color: #0084b9;
display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
}

.phones-footer {
background-color:#0084b9;
}

    .phones-footer li {
        display: block;
     font-size: 15px;
    }
    
    
    .footer-top .contact-footer-wrap img {
    padding-right: 5px;
      height: 35px;
}

    .legal information::after {
        padding: 0px 0;
        display: block;
    }
    
        .header-inclusion .overlay {
        background: rgba(58, 73, 87, 0.3);
    }

    .banner-header.banner-wrap {
        background: url("images/int-hlc-tablet.jpg") no-repeat center top;
        background-size: cover;
    }
        .banner-header .header-heading {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 150%;
        font-weight: 400;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }  
    
        .banner-header {
        height: 250px;
    }
        .container {
        padding: 20px 60px;
    }
    .content {
        padding: 0px 0px;
    }
    .crumb-wrapper {
        padding: 0px 0px;
    }
  
}


@media only screen and (min-width: 768px) and (max-width: 980px) {
    .hidden-tablet {
        display: none;
    }
}

.practice-info {
    width: 100%;
}



@media only screen and (min-width: 968px) {
    .footer-bottom .legal information {
        display: inline-block;
        text-align: left;
        width: 100%;
        vertical-align: top;
    }
    




.practice-info.practice-end {
    width: 60%;
    text-align: right;
    order: 2;
}



.practice-info.practice-fix {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    order: 3;
}
    
    

.footer-bottom .practice-info {
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: top;
}

        .practice-info.practice-start {
    width: 40%;
    order: 1;
}

    
    
}






@media only screen and (min-width: 968px) {

.practice-info.practice-end {
width: 60%;
    text-align: right;
    order: 2;
}

.practice-info {
    padding-bottom: 10px;
}
.practice-info {
    padding-left: 10px;
    padding-right: 10px;
}


}





@media only screen and (max-width: 1199px) {

.slide-nav{
    display: none;
}
}





@media only screen and (max-width: 1200px) {


.button-l {
    cursor: pointer;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    /* font-size: 0.875rem; */
    line-height: 150%;
    font-weight: 500;
    color: #165694;
    /* background: #bdcad6; */
    /* padding: 16px 15px; */
    border: none;
    line-height: 100%;
    text-transform: uppercase;
    /* height: 40px; */
    /* width: 65px; */
}





.is--device .slide-in-right .nav-menu {
    display: block;
    height: calc(var(--vh,1vh)*100);
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    position: fixed;
    right: -320px;
    top: 0;
    width: 100%;
    max-width: 320px;
    z-index: 1001;

}




.is--device .header-wrap .mobile-nav-menu .icons {
   width: 100% !important;
   display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; /* Safari */
   display: flex;
   justify-content: space-between !important;
   align-items: center;
   /* flex-wrap: wrap; */
   margin-right: 20px;
   margin-left: 20px;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-tr.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-item-legacy-dropdown:before {
content: 'Dil';
background-position: 50% 50%!important;
    background-repeat: no-repeat!important;
    background-size: 55%!important;

}

.tinynav1, #select-links-to-select-1, #links-to-select-1{

position: absolute;
    bottom: 0;
    /* left: 10px; */
    width: auto;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    /* display: block; */
}


}





@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobil-menu-trigger {
        display: block;
    }
    
       .mobile-nav-menu .mobil-menu-trigger {
        display: inline-block;
    } 
    
        .nav-menu {
        position: fixed;
        right: -400px !important;
        top: 0;
        width: 90%;
        max-width: 400px;
        z-index: 500;
        height: 100%;
    }
    
    #dil-open, .mobile-nav-menu .icons .location, .mobile-nav-menu .icons a, .mobile-nav-menu .icons .phone {
    height: auto;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
}
     .nav-menu-wrap {
        height: 100%;
        padding: 0px;
        background: #1f4c77;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
        overflow-y: scroll;
    }  
        .menu-top > li {
        /* opacity: 0; */
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        /* -webkit-transform: translate3d(450px, 0, 0); */
        /* transform: translate3d(450px, 0, 0); */
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .menu-top > li .sub-menu {
        left: inherit !important;
    } 
        .menu-top.show-list > li {
        /* -webkit-transform: translate3d(0, 0, 0); */
        /* transform: translate3d(0, 0, 0); */
        /* transition: 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) transform; */
    }
    .menu-top.show-list > li:nth-child(1) {
        transition-delay: 0.1s;
    }
    .menu-top.show-list > li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .menu-top.show-list > li:nth-child(3) {
        /* transition-delay: 0.3s; */
    }
    .menu-top.show-list > li:nth-child(4) {
        transition-delay: 0.4s;
    }
    .menu-top.show-list > li:nth-child(5) {
        transition-delay: 0.5s;
    }
    .menu-top.show-list > li:nth-child(6) {
        transition-delay: 0.6s;
    }
    .menu-top.show-list > li:nth-child(7) {
        transition-delay: 0.7s;
    }
    .menu-top.show-list > li:nth-child(8) {
        transition-delay: 0.8s;
    }
  
      .menu-top a {
        text-align: left;
    }
      .menu-top .sub-menu {
        width: 100%;
        position: relative;
        left: inherit;
    }
    .menu-top .sub-menu .menu-item-has-children:after {
        content: '';
        display: none;
    }
      .menu-is-open .active-slide .nav-menu-wrap {
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0);
    }
    
        .mobile-nav-menu .icons {
        width: calc(100% - 307px);
    }
    
    
            
}






/* ------------------------	Nav------------------------ */



@media only screen and (max-height: 700px) {
    .header-wrap {
        position: static;
    }
}










.mobile-nav-menu .icons a.location:after {
      content: "Konum";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0px;
        font-size: 12px;
}



@media all and (min-width: 320px) and (max-width:480px) {
    .logo {
        margin-right: 0;
    }
}
@media screen and (max-width: 320px){
.mobile-nav-menu .icons a.phone:after {
    content: "0312 447 74 26";
}
}






















@media only screen and (min-width: 1200px){
body {
    margin-left: 300px;
}


    .hidden-desktop {
        display: none;
    }

 
    
.not--device .mobile-nav-menu {
    padding-right: 20px;
    padding-left: 20px;
}
     .is--ipad .header-inclusion {
     margin-top: 100px !important;
    }
        body .header-inclusion {
        margin-top: 0px !important;
    }
        .mobil-menu-trigger {
        display: none;
    }   

    .mobile-nav-menu .logo svg {
  width: 100% !important;
  height: auto;
  }
  
     .mobile-nav-menu .logo .full-logo {
        display: inline-block;
        padding-top: 5px;
        width: 140px;
    }
    



     .banner-header.banner-wrap {
        background-size: cover;
    }

    .banner-header .header-aside {
        display: block;
    } 
    .mobile-nav-menu {
       position: fixed;
       width: 300px;
       height: 100vh;
       text-align: center;
       box-shadow: none;
       flex-direction: column;
       justify-content: space-around;
    }

        .banner-header {
        height: 150px;
    }
    
        .nav-menu-wrap {
        text-align: left;
        position: relative;
    }
        .mobile-nav-menu .logo a {
        text-decoration: none;
    }
    
    
    
 .mobile-nav-menu .mobil-menu-trigger {
   display: none; 
}

 .mobile-nav-menu .logo a:before {
        content: "\00D6 zel Ankara";
        display: block;
        /* white-space: pre; */
        font-size: 16px;
        text-align: left;
        /* line-height: 16px; */
        text-decoration: none;
        position: relative;
            color: white;
        font-weight: 400;
        /* padding-bottom: 5px; */
        white-space: unset;
        line-height: 100%;
    }

    .mobile-nav-menu .logo a:after {
      content: "Poliklini\011F i";
    display: block;
    /* white-space: pre; */
    font-size: 16px;
    /* text-align: left; */
    /* line-height: 16px; */
    text-decoration: none;
    position: relative;
    color: white;
    font-weight: 400;
    padding-top: 5px;
    white-space: unset;
    line-height: 100%;
        text-align: right;
    }


     .mobile-nav-menu .icons a.phone:before,
    .mobile-nav-menu .icons a.whatsapp1:before {
    display: inline-block !important;
    font-size: 13px !important;
    padding-right: 5px;
    }
    
    .mobile-nav-menu .icons .doktora-sor svg, .mobile-nav-menu .icons .phone svg, .mobile-nav-menu .icons .whatsapp1 svg, .mobile-nav-menu .icons .location svg {
    height: 20px !important;
}
        .mobile-nav-menu .icons .location {
   padding: 20px 0px 20px;
   -ms-flex-align: center;
   -ms-flex-order: 2;
   -webkit-box-flex: 0;
   -ms-flex-positive: 0;
   flex-grow: 0;
   -webkit-box-ordinal-group: 3;
   -ms-flex-order: 2;
   order: 2;
   }
   .mobile-nav-menu .icons {
   flex-direction: column;

}
     .mobile-nav-menu .icons a.location:after {
content: "U\011F ur Mumcu Cad. No: 8 \a Kaz\0131 m \00D6 zalp Mah. \a GOP - CANKAYA / Ankara";
    white-space: pre;
    vertical-align: middle;
    padding: 0 0 0 5px;
    font-size: 13px;
    line-height: 110%;
    display: inline-block;
}

    .mobile-nav-menu .icons a.phone:after,
    .mobile-nav-menu .icons a.whatsapp1:after {
        font-size: 15px;
    }

    .mobile-nav-menu .icons .phone,
    .mobile-nav-menu .icons .whatsapp1 {
        font-size: 15px;
        font-size: 1rem;
        font-weight: 400;
        padding-bottom: 10px;
    }
        .slide-nav {
        width: 300px !important;
        position: relative;
    }
        .menu-top > li:last-of-type {
        display: block !important;
    }

        .menu-top li {
        border-bottom: none !important;
        /* width: 180px; */
    }
        .menu-top > li {
        padding: 0 10px;
        opacity: 1;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /* display: inline-block; */
        vertical-align: middle;
        border-bottom: none;
        border-top: none;
    }
    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .sub-menu {
        padding: 0px 0;
        left: 0;
    }
    .not--device .menu-top > li .sub-menu a {
        padding: 5px 20px;
    }
    .not--device .menu-top > li .sub-menu li .sub-menu li a {
        padding: 5px 20px;
    }

    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .ul-depth-0 > .sub-menu {
        text-align: left;
        left: 300px;
        top: 0;
         background: #0079c8!important;
    }

    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .sub-menu > .menu-item-has-children:hover .sub-menu {
        padding: 0;
        left: 275px;
        top: 0;
       
    }
    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .sub-menu > .menu-item-has-children:hover .sub-menu > .menu-item-has-children:hover .ul-depth-2 > .sub-menu {
        padding: 0;
        left: 275px;
        top: 0;
    }
    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
        padding: 0;
        left: 275px;
        top: 0;
    }
    .not--device .menu-top > li.mega {
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        transition: none !important;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu {
        width: auto;
        position: absolute;
        background: #167094;
        text-align: left;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        padding: 16px 30px;
    }
    .not--device .menu-top .mega .ul-depth-0 a {
        padding-left: 0px;
        padding: 10px 20px;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item {
        width: 100%;
        vertical-align: top;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item:after {
        content: '';
        display: none;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item a {
        border-bottom: 1px solid #106182;
        padding-left: 0;
        font-weight: 300;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item .sub-menu {
        position: relative;
        left: inherit;
        width: 100%;
        padding: 0;
        display: inline;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item .menu-item {
        padding-left: 0;
        padding-right: 0;
        width: 180px;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item .menu-item a {
        /* padding-left: 10px; */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu > .menu-item .menu-item .menu-item a {}
    .not--device .menu-top > li.mega:hover .ul-depth-0 > .sub-menu {
        left: 0;
    }

    .not--device .menu-top > li.mega:hover .ul-depth-0 > .sub-menu {
        width: 850px;
        left: 300px;
        top: 0;
    }

    .menu-top > li {
        /* display: block; */
        padding: 0 20px;
    }
    
   .top-ul ul {
    top: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
   .top-ul ul li ul {
     top: 0 !important;
    height: max-content;
}

    .not--device .menu-top > li.menu-item-has-children:not(.mega):hover .sub-menu > .croos.menu-item-has-children:hover .sub-menu {
        top: -200px;
    }


    .menu-top > li > a > span {
        display: block;
    }
    .menu-top.show-list > li a {
        padding: 10px 0;
    }
    .menu-top > li > a {
        padding: 10px 0;
     border-bottom: 1px solid rgb(32, 109, 187);
        display: block;
        line-height: 100%;
        height: auto;
        width: 200px;
    margin: auto;
    color: white;
    }
    .menu-top > li > a > span {
        display: initial;
    }

    .menu-top.show-list > li a {
        padding: 10px 0;
    }

    .menu-top .sub-menu {
        width: 275px;
        position: absolute;
        left: -9999px;
    }
    .menu-top .sub-menu li .sub-menu {
        display: none;
    }
    .menu-top .sub-menu li .sub-menu li .sub-menu {
        display: none;
    }
    .menu-top .sub-menu li:hover .sub-menu {
        display: block;
    }
    .menu-top .sub-menu li .sub-menu li:hover .sub-menu {
        display: block;
    }
    .menu-top .sub-menu .menu-item-has-children:after {
        content: '';
        position: absolute;
        right: 15px;
        width: 8px;
        height: 13px;
        background-image: url(images/svg/arrow.svg);
        background-size: 8px 13px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: .2s linear transform;
    }
    .not--device .menu-top .mega .sub-menu .menu-item-has-children:after {
        content: '';
        position: absolute;
        right: 15px;
        width: 8px;
        height: 13px;
        background-image: none;
    }
    .menu-top .sub-menu .menu-item-has-children:hover:after {
        content: '';
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

    .menu-top .nav-dropdown-button {
        display: none;
    }
    .mega .hidden-desktop-lrm {
        display: none!important;
    }

    .menu-is-open .active-slide .nav-menu-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .crumb-wrapper > ul {
        font-size: 12px;
    }

    .content,
    .header-heading {
        display: inline-block;
        vertical-align: top;
    }

	
    span.model_tag,
    div.model_tag {
        margin: 0px !important;
        ;
    }




}

        .sb-contact {
			border-top: 5px solid #005cb9;
			border-bottom: 1px solid #005cb9;
			background: #ffffff;
			background-size: cover;
			background-position: center;
			color: #fff;
			margin-bottom: 0px;
			}


	.sidebar-block-content{
	    background-color: #fdfdfd;
	      padding: 40px 40px 40px;
	    }







@media only screen and (min-device-width: 1200px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobil-menu-trigger {
        display: block;
    }
    
    .is--ipad .header-inclusion {
    margin-top: 80px !important;
}
    
    
      .menu-is-open .nav-menu-wrap {
        height: 100%;
        background: #1f4c77;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
        overflow-y: scroll;
    }
    

.mobile-nav-menu .logo {
    padding-left: 30px;
}
  
      .not--device .menu-top > li.mega .ul-depth-0 > .sub-menu {
        width: 100%;
        position: relative;
        /* background: #167094; */
        background: #153d63;
        text-align: left;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0;
    }
    .menu-top > li {
        opacity: 0;
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        -webkit-transform: translate3d(450px, 0, 0);
        transform: translate3d(450px, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .menu-top > li .sub-menu {
        left: inherit !important;
    }
    .menu-top.show-list > li a {
        padding: 12px 20px!important;
        line-height: 150%;
        display: block;
        text-align: left;
    }  
      .is--device .menu-top .nav-dropdown-button {}
    .menu-top.show-list > li {
        position: relative;
        padding: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) opacity, 0.25s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
    }
    .menu-top.show-list > li:nth-child(1) {
        transition-delay: 0.1s;
    }
    .menu-top.show-list > li:nth-child(2) {
        transition-delay: 0.2s;
    }
    .menu-top.show-list > li:nth-child(3) {
        transition-delay: 0.3s;
    }
    .menu-top.show-list > li:nth-child(4) {
        transition-delay: 0.4s;
    }
    .menu-top.show-list > li:nth-child(5) {
        transition-delay: 0.5s;
    }
    .menu-top.show-list > li:nth-child(6) {
        transition-delay: 0.6s;
    }
    .menu-top.show-list > li:nth-child(7) {
        transition-delay: 0.7s;
    }
    .menu-top.show-list > li:nth-child(8) {
        transition-delay: 0.8s;
    }  
   
       .menu-top a {
        text-align: left;
    }
       .menu-top .sub-menu {
        width: 100%;
        position: relative;
        left: inherit;
    }
    .menu-top .sub-menu .menu-item-has-children:after {
        content: '';
        display: none;
    }
    
       .menu-is-open .active-slide .nav-menu-wrap {
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0);
    } 
        .mobile-nav-menu .mobil-menu-trigger {
display: block;
    }
    .menu-top .nav-dropdown-button {
        display: block !important;
    }
   .mobile-nav-menu .icons .location {
    /* display: inline-block; */
}
   
   .mobile-nav-menu {
    height: 80px;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: unset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: unset;
}

.mobile-nav-menu .icons a.location:after {
    content: "Konum";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0px;
    font-size: 12px;
}


.mobile-nav-menu .icons .location {
    -ms-flex-align: center;
    -ms-flex-order: 2;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


.is--ipad .mobile-nav-menu .icons {
width: 100%;
    flex-direction: inherit;
    justify-content: inherit !important;
    }



.menu-is-open .nav-menu-wrap {
    background: #1f4c77;
}
.mobile-nav-menu .logo a:before ,
.mobile-nav-menu .logo a:after {
    content: "";
    padding: 0;
    margin: 0;
}

   
        .nav-menu {
                 position: fixed;
     right: -400px !important;
    top: 0;
    width: 100%;
    max-width: 320px;
    z-index: 500;
    height: 100%;
    }
    .menu-top > li > a > span {
        display: inline-block !important;
    }
    .menu-top > li > a {
        height: auto !important;
    }   
    
    
    .mobile-nav-menu .logo .full-logo {
    width: 90px;
}
   .mobile-nav-menu .icons a.phone:before, .mobile-nav-menu .icons a.whatsapp1:before {
       display: block !important;
    font-size: 13px !important;
    padding-right: 5px;
} 
    
      
}






















@media only screen and (min-width: 1200px)and  (max-width: 1200px){

   .menu-top .hide {
    display: none;
}
}















@media only screen and (min-width: 1540px) {
    .banner-header .header-aside {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}









@media only screen and (min-width: 1540px) {
    .mobile-nav-menu .icons .phone svg path,
    .mobile-nav-menu .icons .location svg path {
        fill: #2298b2;
    }
}



 


@media only screen and (min-width: 980px) and (max-width: 1139px) {
    .mobile-nav-menu .icons {}
    .mobile-nav-menu .logo svg {
        width: 120px;
        height: auto;
    }

 

    .is--device .mobile-nav-menu .icons {
        width: calc(100% - 330px) !important;
        text-align: right;
    }
}






@media only screen and (min-width: 1400px) {
    .content,
    .header-heading {
        width: calc(100% - (300px + 50px));
        display: inline-block;
        vertical-align: top;
    }
}





@media only screen and (min-width: 1400px) {

    .aside,
    aside {
        width: 300px;
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        margin-left: 46px;
    }
}


