.cheks input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  /* margin-right: 1px; */
  border: 0;
  /* outline: oldlace; */
}

.cheks {
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 16px;
}

.text {}

.cheks .text {
  padding-left: 7px;
  font-size: 15px;
}

.cheks .text a {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
/** Mobile Contact **/
.mContact {
/* display: none; */
text-align: center;
position: fixed;
bottom: -3px;
width: 100%;
padding: 3px 0px;
z-index: 99999999;
border: none !important;
/* border-top-left-radius: 51px; */
/* border-top-right-radius: 30px; */
}
.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* border-radius: 30px; */
  padding: 0 !important;
  }
  .mContact .col-md-6 a {
    padding: 10px;
    font-size: 14px;
    display: block;
    }
  .mContact .col-md-6 span {
    font-weight: bold;
    color: #fff;
    padding: 5px;
    position: relative;
    top: 1px; }
.mContact .wp {
  background: #55cd6c;
  background: #58D164;
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  }
.mContact .tl {
  background: linear-gradient(to bottom ,#3aa0bf,#2b85a1);
  }
.mContact img {
  width: 30px; }

  
.single-detail-head {
text-align: center;
padding-top: 45px;
padding-bottom: 45px;
background: #f1f1f2;
}
.single-detail-content  h2 {
font-size: 28px;
margin-bottom: 25px;
}
.single-detail-content h3 {
font-size: 28px;
margin-bottom: 25px;
}
.single-detail-content h4 {
font-size: 28px;
margin-bottom: 25px;
}

.single-detail-head-bottom {
margin-bottom: 20px;
}

.single-detail-head-bottom .breadcrumbs span {
color: #5d5c63;
padding: 0 5px;
font-size: 13px;
}

.single-detail-head-bottom .breadcrumbs span a {
color: #5d5c63;
}

.single-detail-head-bottom .breadcrumbs span:after {
content: "\f0da";
font-family: "Font Awesome 5 Free";
font-weight: bold;
margin: 0 0 0 15px;
}

.single-detail-head-bottom .breadcrumbs span:first-child {
padding-left: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child {
padding-right: 0;
}

.single-detail-head-bottom .breadcrumbs span:last-child:after {
display: none;
}
.single-detail-head-bottom .breadcrumbs span:last-child span:after {
display: none;
}

.single-detail-head-h1 {
color: #e61c49;
margin-bottom: 15px;
}

.single-detail-head-h1 h1 {
font-size: 30px;
display: block;
font-weight: 600;
margin-bottom: 20px;
}

.single-detail-head-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #e61c49;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 140px;
color: #fff;
height: 50px;
margin: 0 auto;
cursor: pointer;
-webkit-transition: all 0.8s var(--generalTransition);
transition: all 0.8s var(--generalTransition);
}

.single-detail-head-button a {
display: block;
width: 100%;
color: #fff;
}

.single-detail-head-button:hover {
background: #353535;
}

.single-detail-road {
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
margin-bottom: 60px;
}

.single-detail-road-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
}

.single-detail-road-inner .item {
padding-right: 45px;
}

.single-detail-road-inner .item span {
font-size: 16px !important;
display: block;
font-weight: 400;
cursor: pointer;
line-height: 60px;
}

.single-detail-road-inner .item span:hover {
color: #2597b3;
-webkit-transition: var(--generalTransition);
transition: var(--generalTransition);
}

.single-detail-road-inner .item:nth-child(1) span {
position: relative;
}

.single-detail-road-inner .item:nth-child(1) span:after {
position: absolute;
content: "";
width: 100%;
height: 2px;
background: #259ba0;
left: 0;
bottom: -1px;
z-index: 99;
}

.single-detail-content {
padding-bottom: 100px;
}

.single-detail-content ul {
font-size: 16px;
margin-bottom: 30px;
padding-left: 15px;
font-family: "Poppins", serif;
}

.single-detail-content ul li {
list-style: none;
position: relative;
padding: 0 0 0 20px;
font-weight: 400;
}

.single-detail-content ul li::before {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 10px;
height: 10px;
background-color: #269ba6;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}

.single-detail-content p {
font-weight: 400;
font-family: "Poppins", serif;
}

.single-detail-summary {
background: #269e9538;
}

.single-detail-summary-head {
padding-top: 100px;
font-size: 25px;
font-weight: 600;
padding-bottom: 50px;
color: #333;
}

.single-detail-summary-content {
padding-bottom: 100px;
}

.single-detail-summary-content .in {
width: 100%;
margin: 0px 10px;
}

.single-detail-summary-content-row {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}

.single-detail-summary-content .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
background: #fff;
border-radius: 25px;
height: 90px;
margin-bottom: 30px;
-webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
-webkit-transition: var(--generalTransition);
transition: var(--generalTransition);
}

.single-detail-summary-content .item .icon i {
font-size: 30px;
color: #333333;
}

.single-detail-summary-content .item .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.single-detail-summary-content .item .text .title {
color: #333333;
font-weight: 500;
}

.single-detail-summary-content .item .text .desc {
color: #333333;
font-weight: 400;
}

.single-detail-summary-content .item:hover {
background: #333;
}

.single-detail-summary-content .item:hover .icon i {
color: #fff;
}

.single-detail-summary-content .item:hover .text .title,
.single-detail-summary-content .item:hover .text .desc {
color: #fff;
}
.single-detail-faq {
background: #f9f9f9;
padding: 50px 0;
}
.single-detail-faq-head {
font-size: 25px;
font-weight: 600;
margin: 0 0 50px 0;
color: #333;
}

.single-detail-contact {
background: #00000008;
padding: 50px 0;
}

.single-detail-contact-head {
padding-top: 100px;
font-size: 25px;
font-weight: 600;
padding-bottom: 50px;
color: #333;
}

.single-detail-contact .contact-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 30px;
margin-bottom: 25px;
min-height: 80px;
}

.single-detail-contact .contact-inner .icon {
font-size: 50px;
color: #fff;
padding: 0 20px;
}

.single-detail-contact .contact-inner .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.single-detail-contact .contact-inner span {
font-size: 18px;
color: #fff;
}

.single-detail-contact .contact-inner a {
font-size: 18px;
color: #fff;
display: flex;
align-items: center;
width: 100%;
}

.single-detail-contact .tl {
background: #333333;
}

.single-detail-contact .wp {
background: #3bc039;
}

.single-detail-contact .insta {
background: linear-gradient(-60deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.single-detail-contact .contact-form input[type="text"] {
width: 100%;
background: #fff;
border-radius: 30px;
height: 60px;
-webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
border: 1px solid #f3f3f3;
margin-bottom: 15px;
padding: 15px;
}

.single-detail-contact .contact-form textarea {
width: 100%;
background: #fff;
border-radius: 30px;
height: 60px;
-webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
border: 1px solid #f3f3f3;
margin-bottom: 15px;
padding: 15px;
}

.single-detail-contact .contact-form input[type="submit"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #e61c49;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 50px;
margin: 0 auto;
color: #fff;
border-radius: 30px;
-webkit-box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
box-shadow: 0 15px 30px rgba(93, 92, 99, 0.15);
border: 1px solid #f3f3f3;
cursor: pointer;
-webkit-transition: all 0.8s var(--generalTransition);
transition: all 0.8s var(--generalTransition);
}

.single-social .item a {
text-decoration: none;
}
.single-social .item a .single-social-item {
display: flex;
background: #203970;
border-radius: 20px;
background: linear-gradient(to bottom ,#3a9fbe,#0e4758);
box-shadow: 0px 6px 0px 0px rgb(255 255 255 / 34%);
align-items: center;
padding: 10px 0;
}

.single-social-item .icons {
font-size: 30px;
color: #ffffff;
width: 78px;
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
text-align: center;
}

.single-social-item .texts strong {
display: block;
color: #ffffff;
opacity: initial;
font-size: 19px;
font-weight: 500;
font-family: "Poppins", serif;
}

.single-social-item .texts {
line-height: 25px;
}
.single-social-item .texts span {
display: block;
color: #ffffff;
opacity: initial;
font-size: 14px;
}

.single-social .item {
  margin-bottom: 35px;
  /* box-shadow: 6px 5px 0px 0px rgb(255 255 255 / 24%); */
  font-family: "Poppins", serif;
}

.contact-area {
padding: 75px 0 0 0;
}

.contact-widget {
background-color: #fff;
position: relative;
z-index: 9;
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
margin-bottom: 100px;
border-radius: 10px;
overflow: hidden;
}

.contact-widget form input, .contact-widget form textarea {
width: 100%;
padding: 15px;
border: 0;
width: 100%;
border-radius: 10px;
padding-left: 27px;
font-size: 15px;
color: #999999;
background-color: #f5f5f5;
font-family: "Poppins", serif;
margin-bottom: 15px;
}

.contact-widget form textarea {
height: 100px;
resize: none;
}

.contact-widget form button {
font-size: 16px;
color: #fff;
border: 0;
line-height: 1;
width: 100%;
font-weight: 500;
height: 60px;
border-radius: 25px;
background: #279d9c;
width: 209px !important;
font-family: "Poppins", serif;
background: linear-gradient(to bottom ,#3aa0bf,#2b85a1);
}

.contact__left {
padding: 80px 45px;
background-size: cover;
background: red;
color: #FFF;
background: linear-gradient(to bottom ,#279e97,#2596b7);
background: linear-gradient(to bottom ,#3aa0bf,#2b85a1);
}

.contact__right {
padding: 50px;
}

.contact__left h4 {
color: #FFF;
margin-bottom: 0;
}

.header-social a i {
font-size: 25px;
height: 38px;
line-height: 34px;
padding: 0 5px;
top: 1px;
position: relative;
}

/* Slider */
.slider {
background: #F3F4F6;
padding: 70px 0 70px 0;
}

.slider-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.slider-inner .img .doctors {
position: absolute;
top: 70%;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #fff;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
border-radius: 15px;
}

.slider-inner .img .doctors img {
width: 70px;
margin-right: 20px;
}

.slider-inner .img .doctors .title {
font-size: 20px;
color: #70798B;
font-weight: 700;
display: block;
margin-bottom: 15px;
}

.slider-inner .img .doctors .desc {
font-size: 16px;
color: #70798B;
font-weight: 100;
display: block;
padding-top: 7px;
}

.slider-form {
background: #F3F4F6;
padding-bottom: 30px;
}

.slider-form-inner {
background: #fff;
-webkit-box-shadow: -20px 50px 70px #0814201a;
box-shadow: -20px 50px 70px #0814201a;
border-radius: 20px;
opacity: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/* justify-content: space-between; */
padding: 5% 2%;
}

.slider-form-inner .title {
color: #030314;
font-size: 40px;
font-weight: 700;
line-height: 48px;
margin-bottom: 20px;
}

.slider-form-inner .desc {
color: #70798B;
line-height: 25px;
font-weight: 100;
font-size: 18px;
}

.slider-form-inner input[type="text"] {
width: 100%;
height: 60px;
border-radius: 20px;
border: 1px solid #dee2e6 !important;
padding: 15px;
margin-bottom: 15px;
}

.slider-form-inner input[type="tel"] {
width: 100%;
height: 60px;
border-radius: 20px;
border: 1px solid #dee2e6 !important;
padding: 15px;
margin-bottom: 15px;
}

.slider-form-inner select {
width: 100%;
height: 60px;
border-radius: 20px;
border: 1px solid #dee2e6 !important;
padding: 15px;
margin-bottom: 15px;
color: #7e8499;
}

.slider-form-inner textarea {
width: 100%;
height: 100px;
border-radius: 20px;
border: 1px solid #dee2e6 !important;
padding: 15px;
margin-bottom: 15px;
color: #70798B;
}

.slider-form-inner input[type="submit"] {
font-weight: 500;
width: 193px;
background-color: #0091ac;
border-radius: 20px 20px 20px 20px;
padding: 15px 40px 15px 40px;
border: 0;
color: #fff;
margin: 0 auto;
display: block;
}

/* Hasta YorumlarÃ„Â± */
.patient-comments {
padding: 50px 0;
}
.patient-comments .items .item {
box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 4%);
border-radius: 10px;
overflow: hidden;
padding: 25px;
background-color: #ffffff;
margin: 0 25px;
}
.patient-comments .items .item .title {
font-weight: bolder;
font-size: 18px;
}
.patient-comments .slick-prev {
left: -50px;
}
.patient-comments .slick-next {
right: -50px;
}
.patient-comments .items .item p {
margin-bottom: 5px;
}
.patient-comments .items .item .five-star {
width: 100px;
}

/* Videolar */ 
.videos .items .item {
margin: 0 25px;
}
.videos .items .item a {
position: relative;
display: block;
overflow: hidden;
border-radius: 25px;
}
.videos .items .item a:before {
content: "";
position: absolute;
top: 15px;
right: 15px;
width: 50px;
height: 50px;
background-image: url('../images/play.png');
background-color: #269c9c;
border-radius: 100%;
z-index: 2;
}
.videos .items .item a:after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 25%;
width: 100%;
 transition: all, .4s;
background: rgb(38 156 156);
background: linear-gradient(180deg, rgb(38 156 156) 0%, rgba(97,136,107,0) 99%);
}

.size-full{
max-width: 100%;
}
.videos .items .item a:hover:after {
height: 100%;
transition: all, .4s;
}
.videos .items .item .title {
font-size: 16px;
font-weight: 500;
margin: 15px 0 0 0;
color: #444;
}
.videos .slick-prev {
left: -50px;
}
.videos .slick-next {
right: -50px;
}

.prd-grid.prd-carousel .prd {
border-radius: 25px;
overflow: hidden;
}

.icn-list-lg li i, .icn-list li i {
position: absolute;
left: 0;
top: 4px;
font-size: 18px;
color: #269e95;
}

.flag-container {
z-index: 9;
}

.telefon {
width: 100%;
}

.language button {
width: max-content;
font-size: 13px !important;
height: 30px;
font-weight: 400 !important;
line-height: 30px !important;
padding: 0 15px !important;
min-height: auto !important;
border-radius: 25px !important;
background: #3597b5 !important;
color: #FFF !important;
border: none !important;
padding-right: 30px !important;
}
.language button:after {
content: "\f0dd" !important;
font-family: "Font Awesome 5 Free" !important;
font-weight: bold;
right: 5px !important;
top: 50% !important;
width: 15px;
height: 15px;
line-height: 10px;
margin: 0 !important;
transform: translateY(-50%);
font-size: 12px !important;
}
.language .dropdown-menu {
border-radius: 15px;
overflow: hidden;
border: 1px solid #ebebeb;
top: 15px !important;
}
.language .dropdown-item {font-size: 15px;display: flex;align-items: center;border-bottom: 1px solid #f3f3f3;text-transform: inherit;padding: 7px 0;}
.language .dropdown-item img {width: 26px;margin-left: 10px;padding: 0px 0;margin-right: 10px;}

.mobil-iletisim-set .items {
height: 60px;
background-color: #2b9cab;
}
.mobil-iletisim-set {
position: fixed;
z-index: 999;
bottom: 0;
width: 100%;
font-size: 12px;
display: none;
}

/* --- Mobile Menu --- */
.mobile-menus {
position: fixed;
left: -300px;
top: 0;
left: -200% !important;
width: 80%;
font-family: "Poppins", Sans-serif;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
z-index: 999999999999;
height: 100%;
border-left: 0 !important;
padding: 15px;
display: flex;
flex-direction: column;
/* justify-content: space-between; */
overflow-y: auto !important;
background: linear-gradient(to bottom ,#3aa0bf,#2b85a1);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.mobile-menu-list ul {
display: block;
border: none;
margin: 0;
padding: 0;
}
.mobile-menu-list ul li {
list-style-type: none;
}
.mobile-menu-list ul li a {
color: #ffffff !important;
border: none;
font-size: 14px;
border-bottom: 1px solid #d2d2d221;
line-height: 35px !important;
display: block;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all 0.3s;
opacity: inherit;
padding: 10px 0%;
font-weight: 600;
display: block;
letter-spacing: 0.5px;
}
.mobile-menu-list ul li a i {
margin-right: 10px;
}
.mobile-menu-list ul li ul {
background: none !important;
}
.mobile-menu-list ul li ul li a {
position: relative;
padding-left: 10px !important;
padding: 3px 0%;
}
.mobile-menu-list ul li ul li a:before {
content: "\f105";
font-family: 'Font Awesome 5 Free';
font-weight: bold;
position: absolute;
left: 12px;
top: 0;
line-height: 46px;
width: 40px;
height: 46px;
display: block;
color: #ffffff;
opacity: 0;
}
.mobile-menu-list ul li ul li ul li a {
position: relative;
padding-left: 15px !important;
}
.mobile-menu-list ul li ul li ul li a:before {
left: 22px;
}
.mobile-menu-list ul li ul {
max-height: 0 !important;
overflow: hidden;
transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}
.mobile-menu-list ul li.acik > ul {
max-height: 500px !important;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.mobile-menu-list ul li.menu-item-has-children a {
position: relative;
overflow: hidden;
}
.mobile-menu-list ul li.menu-item-has-children > a:after {
position: absolute;
right: 0;
top: 0;
color: #fff;
font-family: 'Font Awesome 5 Free';
width: 46px;
font-weight: bold;
content: "\f107";
height: 100%;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu-list ul li.menu-item-has-children.acik > a:after {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.mobile-menu-listul li a:hover {
/* background-color: #dcdcdc; */
/* color: #000 !important; */
/* -webkit-transition: all .5s; */
-o-transition: all .5s;
/* transition: all .5s; */
}
.mobile-menu-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}
.mobile-menu-list::-webkit-scrollbar {
width: 1px;
background-color: #fff;
}
.mobile-menu-list::-webkit-scrollbar-thumb {
background-color: #3b559e;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.mobile-menus.mobile-menus-active {
left: 0 !important;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
/* overflow-y: auto; */
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
html.mobile-menus-active {
overflow: hidden;
}
nav.mobile-menu-list {
padding-top: 95px;
}
body {
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
position: relative;
left: 0%;
}
body.mobile-menus-active {
/* left: 65%; */
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
.menuClose {
width: 100%;
position: absolute;
right: 0;
height: 100%;
z-index: 999999999999;
top: 0;
background: #202020ab;
opacity: 0;
pointer-events: none;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
background-color: rgb(0 145 172 / 28%);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}
.menuClose.mobile-menus-active {
opacity: 1;
pointer-events: auto;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}


 
.mobil-menu-btn{
position: relative;
  transform: translateY(7px);
  background: #888888;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}

.mobil-menu-btn:before {
content: "";
position: absolute;
right: 0;
width: 27px;
bottom: 7px;
height: 2px;

background: #888888;
transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-menu-list ul li a img {
  width: 30px;
  margin-right: 5px;
}
.mobil-menu-btn:after {
content: "";
position: absolute;
right: 0;
width: 15px;
top: 7px;
height: 2px;

background: #888888;
transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-hamburger-menu{
z-index: 99999;
display: flex;
position: absolute;
right: 10px;
top: 50%;
/* transform: translateY(-50%); */
flex-direction: column;
padding: 10px;
width: 40px;
height: 36px;
}

.mobil-menu-logo img{
/* filter: brightness(0) invert(1); */
width: 140px;
}

.mobil-menu-inner{
display: flex;
align-items: center;
padding: 10px 0 20px;
justify-content: space-between;
position: absolute;
width: 90%;
}

.mobil-menu-close{
color: #ffffffa8;
font-size: 30px;
}

.mobil-menu-buttons a{
font-weight: 600;
width: 90%;
font-size: 17px;
background-color: #33b9cb;
border-radius: 20px 20px 20px 20px;
color: #ffffff !important;
padding: 10px 4px;
display: block;
text-align: center;
opacity: inherit !important;
margin-top: 16px;
font-size: 1;
}

.mobil-menu-buttons{
/* display: flex; */
}

.mobil-menu-buttons-one a{
font-family: "Nunito", Sans-serif;
font-weight: 500;
width: 90%;
font-size: 16px;
background-color: #0091ac;
border-radius: 20px 20px 20px 20px;
color: #fff;
padding: 15px 4px;
display: block;
text-align: center;
opacity: inherit !important;
margin-top: 21px;
border: 1px solid;
}

.mobil-menu-buttons-one{
display: flex;
}

.mobile-social a:last-child {
  margin-right: 0px;
}

.mobile-social a{
width: 45px;
height: 45px;
font-size: 21px;
color: #ffffff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
/* background: #fff; */
border-radius: 100%;
color: #ffffff;
margin-right: 23px;
border: 1px solid;
}

.mobile-social {
margin-top: 18px;
}
ul.list-pricing li i {
min-width: 25px;
height: 25px;
background: #091d3e;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
border-radius: 100%;
font-size: 15px;
}

.btn-menu {
background-color  : var(--primary-color);
display           : none;
float             : right;
position          : absolute;
background        : transparent;
cursor            : pointer;
width: 25px;
height: 24px;
top               : 50%;
right             : 15px;
margin-top: 8px;
-webkit-transition: all ease .238s;
-moz-transition   : all ease .238s;
transition        : all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
background-color  : #ccc;
-webkit-transition: all ease .238s;
-moz-transition   : all ease .238s;
transition        : all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
content                 : "";
position                : absolute;
top                     : 0;
height                  : 2px;
width                   : 100%;
left                    : 0;
top                     : 50%;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin    : 50% 50%;
transform-origin        : 50% 50%;
}

.btn-menu span {
position   : absolute;
width      : 100%;
height: 2px;
left       : 0;
top        : 50%;
overflow   : hidden;
text-indent: 200%;
transform: translateY(-50%);
}

.btn-menu:before {
-webkit-transform: translate3d(0, -7px, 0);
transform        : translate3d(0, -7px, 0);
}

.btn-menu:after {
-webkit-transform: translate3d(0, 7px, 0);
transform        : translate3d(0, 7px, 0);
}

.btn-menu.active span {
opacity: 0;
}

.btn-menu.active:before {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform        : rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform        : rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
position  : absolute;
right     : 20px;
top       : 0;
font      : 20px/50px 'FontAwesome';
text-align: center;
cursor    : pointer;
width     : 70px;
height    : 44px;
}

.btn-submenu:before {
content: "\f107";
color  : #fff;
}

.btn-submenu.active:before {
content: "\f106";
}


.header-flag a img {
width: 35px;
margin-left: 15px;
}

.language button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language button img {
    width: 30px;
    margin-right: 9px;
}

.language  {
  display: none;

}


/*------------------------------------------------------------------//
//      RESPONSIVE SYSTEM                                                                                 //
//------------------------------------------------------------------*/
@media screen and (min-width: 1601px) {
/* PC 1400+  */ 
.mContact{
		display:none;
	}
}
@media screen and (max-width: 1600px) and (min-width: 1369px) {
	.mContact{
		display:none;
	}
}
@media screen and (max-width: 1368px) and (min-width: 1199px) {
.mContact{
		display:none;
	}

}
@media screen and (max-width: 1198px) and (min-width: 992px) {
/* IPAD PRO */

}
@media screen and (max-width: 991px) and (min-width: 768px) {
 
/* TABLET 768+ ~ 960 */
.double-title span {font-size: 30px;}
.double-title:after {font-size: 38px;}
#uzmanlik-alanlari .col-md-6 {padding-right: 30px;}
.videos .btn.mt-5 {margin-top: 20px !important;}
.header-content.stuck, .header-content {min-height: 65px;}
.header-logo, .header-logo img {top: 0;max-height: 80px;}
.videos .slick-next, .patient-comments .slick-next {right: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.videos .slick-prev, .patient-comments .slick-prev {left: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.icn-list-lg li i, .icn-list li i {left: 6px;}
.language  {
  display: block;

}
}
@media screen and (max-width: 767px) and (min-width: 640px) {
	.single-detail-head-h1 h1 {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 27px;
}
/* TABLET 640+ ~ 768 */
.double-title span {font-size: 30px;}
.double-title:after {font-size: 38px;}
#uzmanlik-alanlari .col-md-6 {padding-right: 30px;}
.videos .btn.mt-5 {margin-top: 20px !important;}
.header-content.stuck, .header-content {min-height: 65px;}
.header-logo, .header-logo img {top: 0;max-height: 80px;}
.videos .slick-next, .patient-comments .slick-next {right: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.videos .slick-prev, .patient-comments .slick-prev {left: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.icn-list-lg li i, .icn-list li i {left: 6px;}
.language  {
  display: block;

}
}
@media screen and (max-width: 639px) and (min-width: 480px) {
/* MOBILE 480+ ~ 640 */
	.single-detail-head-h1 h1 {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 27px;
}
.double-title span {font-size: 30px;}
.double-title:after {font-size: 38px;}
#uzmanlik-alanlari .col-md-6 {padding-right: 30px;}
.videos .btn.mt-5 {margin-top: 20px !important;}
.header-content.stuck, .header-content {min-height: 65px;}
.header-logo, .header-logo img {top: 0;max-height: 80px;}
.videos .slick-next, .patient-comments .slick-next {right: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.videos .slick-prev, .patient-comments .slick-prev {left: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.icn-list-lg li i, .icn-list li i {left: 6px;}
.language  {
  display: block;

}
}
@media screen and (max-width: 479px) and (min-width: 320px) {
/* MOBILE 320+ ~ 480 */
	  .single-detail-head {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 13px;
    background: #f1f1f2;
}
	.single-detail-head-h1 h1 {
    font-size: 22px;
    display: block;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 27px;
}
.double-title span {font-size: 30px;}
.double-title:after {font-size: 38px;}
#uzmanlik-alanlari .col-md-6 {padding-right: 30px;}
.videos .btn.mt-5 {margin-top: 20px !important;}
.header-content.stuck, .header-content {min-height: 65px;}
.header-logo, .header-logo img {top: 0;max-height: 80px;}
.videos .slick-next, .patient-comments .slick-next {right: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.videos .slick-prev, .patient-comments .slick-prev {left: 0;background: #269c9c;color: #FFF;border-color: #FFF;}
.icn-list-lg li i, .icn-list li i {left: 6px;}
.over-image-card.pos-center {max-width: 100%; width: 100%;}
.contact__left {
  padding: 39px 29px;
 }

.btn-menu {
display: block;
}
.single-social-item .texts strong {

font-size: 16px;

}
.contact__right {
padding: 39px 29px;
}
.contact__left h4 {
font-size: 23px;
}

.contact__right h4 {
font-size: 23px;
}
.single-detail-summary-content .in {
width: 50%;
padding-right: 3px;
padding-left: 2px;
margin: 0;
}
.single-detail-summary-content-row {
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
margin: 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -13px;
margin-top: -13px;
}
.single-detail-summary-head {
padding-top: 52px;

}
.single-detail-summary-content {
padding-bottom: 15px;
}
.footer-bottom .text-center {
flex-direction: column;
}
.language { display: block; position: absolute;right: 15%;margin-top: 42px;}
.mobil-iletisim-set{
display:block;
}



}

