@charset "UTF-8";
.icon {
  position: relative;
  width: 30px;
  cursor: pointer;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.hamburger {
  width: 100%;
  height: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: white;
}

.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: white;
}

.hamburger::before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.hamburger::after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.icon:hover .hamburger::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.icon:hover .hamburger::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.icon.active .hamburger {
  background-color: transparent;
}

.icon.active .hamburger::before {
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
}

.icon.active .hamburger::after {
  -webkit-transform: translate(0) rotate(135deg);
          transform: translate(0) rotate(135deg);
}

.icon.active:hover .hamburger::before {
  -webkit-transform: translate(0) rotate(135deg);
          transform: translate(0) rotate(135deg);
}

.icon.active:hover .hamburger::after {
  -webkit-transform: translate(0) rotate(225deg);
          transform: translate(0) rotate(225deg);
}

.nav {
  background-color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "emptyL nav emptyR";
  position: relative;
}

.nav-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: nav;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 37px;
}

.nav-content-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-content-left-adres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 15px;
  max-width: 400px;
}

.nav-content-left-adres span {
  color: #125091;
  font-size: 14px;
}

.nav-content-left-adres i {
  margin-right: 9px;
}

.nav-content-left-sosyal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0 20px;
}

.nav-content-left-sosyal a {
  height: 27px;
  width: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  /*background-color: #125091;*/
}

.nav-content-left-sosyal a:not(:last-child) {
  margin-right: 15px;
}

.nav-content-left-sosyal a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fff;
}

.nav-content-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-content-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
}

.nav-content-right a:not(:last-child) {
  margin: 0px 12px 0 0;
}

.nav-content-right .nav-content-right-onlinerandevu {
      background-color: #e31e24;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.nav-content-right .nav-content-right-onlinerandevu:hover {
  background-color: #ff363e;
}

.nav-content-right .nav-content-right-tel {
  padding-right: 0;
}

.nav-content-right .nav-content-right-tel i {
  height: 23px;
  width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #125091;
  color: #fff;
  margin-right: 9px;
}

.nav-content-right .nav-content-right-tel span {
  font-weight: 600;
  color: #125091;
}

.nav-content-right .nav-content-right-insankaynaklari {
    background-color: #125091;
    color: #fff;
    margin: 0 !important;
    transition: .3s ease-in-out;
    font-weight:600;
}
.nav-content-right .nav-content-right-insankaynaklari:hover {
    background-color: #296aaf;
}

.nav-content-right .randevu-wrapper {
  height: 100%;
  position: relative;
}

.randevu-close {
  height: 0;
}

.randevu-open {
  height: 360px;
}

.randevu-content {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background-color: #e31e24;
  top: 37px;
  right: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
      grid-template-areas: "randevuLeft randevuRight";
  margin: 0px 150px 0 302px;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.randevu-content .randevu-image {
  position: absolute;
  left: -107px;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.randevu-content .randevu-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0)), color-stop(52%, rgba(228, 126, 129, 0)), color-stop(99%, #e32026), to(#e31e24));
  background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(228, 126, 129, 0) 52%, #e32026 99%, #e31e24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#e31e24',GradientType=1 );
}

.randevu-content .randevu-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: randevuLeft;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 13px;
  border-right: 2px solid #fff;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.randevu-content .randevu-left-common {
  text-align: center;
  color: #fff;
}

.randevu-content .randevu-left-title {
  text-transform: uppercase;
}

.randevu-content .randevu-left-content {
  margin: 20px 0 35px 0;
}

.randevu-content .randevu-left-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 50%;
  margin-bottom: 15px;
}

.randevu-content .randevu-left-icon span {
  color: #e31e24;
  opacity: 0.9;
}

.randevu-content .randevu-left-destek {
  border-bottom: 1px solid #fff;
  margin-bottom: 5px;
}

.randevu-content .randevu-left-tel {
  font-weight: 600;
  font-size: 27px;
}

.randevu-content .randevu-right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: randevuRight;
  padding: 25px 13px;
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
  position: relative;
}

.randevu-content .randevu-right .randevu-button {
  margin: auto;
}

.randevu-content .randevu-right .input-common {
  margin: 8px;
  height: 42px;
}

.randevu-content .randevu-right .tckimlik {
  margin-top: 0;
}

.randevu-content .randevu-right .adSoyad {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.randevu-content .randevu-right .adSoyad .ad {
  margin: 0;
  margin-right: 8px;
  margin-left: 8px;
  width: 50%;
  height: 42px;
}

.randevu-content .randevu-right .adSoyad .soyad {
  margin: 0;
  margin-right: 8px;
  width: 50%;
  height: 42px;
}

.randevu-content .randevu-right .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 215px;
  margin: 20px auto;
}

.randevu-content .randevu-right .radio p:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.randevu-content .randevu-right .radio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 15px;
}

.randevu-content .randevu-right .radio p label {
  color: #fff;
  font-size: 18px;
  padding-right: 9px;
}

.randevu-content .randevu-right .radio p input {
  outline: none;
  width: 18px;
  height: 18px;
}

.header {
  position: absolute;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "emptyL header emptyR";
  padding: 15px 0;
}

.header .header-mobil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  display: none;
}

.header-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-content-right {
  z-index: 99;
}

.header-content-right img {
  width: 235px;
}

.header-content-center {
  width: 100%;
  height: 100%;
  margin: 0 66px;
  height: 48px;
  position: relative;
}

.header-content-center .search-input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 7px;
  padding: 4px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #125091;
  outline: none;
}

.header-content-center .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b3b3b3;
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-content-center .search-icon:before {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

.header-content-left span {
  color: #fff;
  font-weight: 600;
  margin-right: 9px;
  font-size: 13px;
  letter-spacing: 2px;
  padding-top: 2px;
}

.menu-close {
  height: 0;
}

.menu-open {
  height: 400px;
}

.headerMenuWrapper {
  position: absolute;
  left: 0;
  top: -15px;
  opacity: .8;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.header-menu {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-areas: "first second third fourth fifty sixty";
  background-color: #083b57;
  padding: 150px 35px 65px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-menu a {
  white-space: nowrap;
}

.header-menu .header-menu-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-menu .header-menu-common span {
  margin-bottom: 10px;
}

.header-menu .header-menu-common:not(:last-child) {
  border-right: 1px solid #fff;
}

.header-menu .header-menu-common h3 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-menu .header-menu-common h3 svg {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header-menu .header-menu-common h3 a {
  color: #fff;
}

.header-menu .header-menu-common h2 {
  color: #fff;
  text-align: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin: 0;
}

.header-menu .header-menu-common h2 a {
  color: #fff;
}

.header-menu .header-menu-common ul {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.header-menu .header-menu-common ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-menu .header-menu-common ul li a {
  color: #fff;
}

.header-menu .header-menu-common:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
}

.header-menu .header-menu-common:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: second;
}

.header-menu .header-menu-common:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: third;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .header-menu-common:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: fourth;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .header-menu-common:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: fifty;
}

.header-menu .header-menu-common:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
  grid-area: sixty;
}

.header-menu span {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 2px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  justify-self: center;
}

.custom-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0f3c8a;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .6;
}

.sliderAlt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "emptyL sliderAlt emptyR";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-120%);
          transform: translateX(-50%) translateY(-120%);
  width: 100%;
}

.sliderAlt-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sliderAlt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-anlasma {
    color:#000;
}

.sliderAlt-content-a {
  width: 17%;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9e9e9;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 125px;
  position: relative;
  margin: 7px;
}

.sliderAlt-content-a span {
  margin: 5px;
  color: #000;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.sliderAlt-content-a p {
  color: #000;
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.sliderAlt-content-a:hover span {
  color: #e31e24;
}

.sliderAlt-content-a:hover span:before {
  font-size: 70px;
}

.doktor {
  background-color: #f3f3f3;
  padding: 55px 0;
}

.doktor-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL doktor emptyR";
}

.doktor-wrapper-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: doktor;
}

.doktor-wrapper-content-ust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}

.doktor-wrapper-content-ust h3 {
  font-size: 25px;
  color: #125091;
}

.doktor-wrapper-content-ust a {
  color: #125091;
}

.doktor-wrapper-content-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.doktor-wrapper-content-alt-a {
  width: 24%;
  min-width: 230px;
  background-color: #fff;
  min-height: 400px;
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 15px;
}

.doktor-wrapper-content-alt-a:hover {
  color: #fff;
  background-color: #125091;
}

.doktor-wrapper-content-alt-a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.doktor-wrapper-content-alt-a-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
}

.doktor-wrapper-content-alt-a-p span:first-child {
  font-weight: 500;
}

.doktor-wrapper-content-alt-a-p span:nth-child(2) {
  font-weight: 600;
}

.doktor-wrapper-content-alt-a-p span:last-child {
  font-weight: 200;
}

.doktor-wrapper-content-alt-a .image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.doktor-wrapper-content-alt-a .image-wrapper img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tıbbi {
  background-color: #fff;
  padding: 55px 0;
}

.tıbbi-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL doktor emptyR";
}

.tıbbi-wrapper-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: doktor;
}

.tıbbi-wrapper-content-ust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}

.tıbbi-wrapper-content-ust h3 {
  font-size: 25px;
  color: #125091;
}

.tıbbi-wrapper-content-ust a {
  color: #125091;
}

.tıbbi-wrapper-content-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tıbbi-wrapper-content-alt-a {
  width: 14%;
  min-width: 120px;
  height: 120px;
  background-color: #f3f3f3;
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tıbbi-wrapper-content-alt-a:hover {
  color: #fff;
  background-color: #125091;
}

.tıbbi-wrapper-content-alt-a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tıbbi-wrapper-content-alt-a-p {
  text-align: center;
  font-weight: 400;
}

.tıbbi-wrapper-content-alt-a .image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.tıbbi-wrapper-content-alt-a .image-wrapper img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.t-custom {
  background-color: #fff;
  overflow: hidden;
}

.tomografi {
  background-color: #125091;
  margin: 50px 0;
  padding: 34px 0;
  position: relative;
  z-index: 99;
}

.tomografi .tomografi-background {
  background-image: url(../img/waves.png);
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background-repeat: repeat;
}

.tomografi-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL tomografi emptyR";
}

.tomografi-wrapper-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: tomografi;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "tomografiLeft tomografiRight";
  grid-column-gap: 15px;
}

.tomografi-wrapper-content-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: tomografiLeft;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tomografi-wrapper-content-left .headerTitle {
  font-size: 33px;
  width: 75%;
}

.tomografi-wrapper-content-left .subheader {
  width: 77%;
  margin: 10px 0 25px 0;
}

.tomografi-wrapper-content-left-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 30px;
}

.tomografi-wrapper-content-left-icons .iconContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tomografi-wrapper-content-left-icons .iconContent span {
  margin-right: 20px;
}

.tomografi-wrapper-content-left-icons .iconContent .text h3 {
  margin-bottom: 5px;
}

.tomografi-wrapper-content-right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: tomografiRight;
  position: relative;
}

.tomografi-wrapper-content-right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
}

.haber {
  margin: 50px 0;
}

.haber-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL haber emptyR";
}

.haber-title .global-ust {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: haber;
}

.haber .flickity-viewport {
  height: 300px !important;
}

.haber .main-carousel {
  position: relative;
}

.haber .main-carousel .flickity-prev-next-button.previous {
  left: 32%;
}

.haber .main-carousel .flickity-prev-next-button.next {
  right: 33%;
}

.haber .main-carousel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(3%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, white 3%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  z-index: 10;
}

.haber .main-carousel:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(96%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  z-index: 10;
}

.haber .carousel-cell {
  height: 100%;
  width: 33%;
}

.haber .carousel-cell .carousel-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.068fr 1fr;
      grid-template-columns: 1.068fr 1fr;
      grid-template-areas: "left right";
  border-radius: 7px;
  overflow: hidden;
  width: 93%;
  margin: auto;
  height: 100%;
}

.haber .carousel-cell .carousel-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  background-color: #00bff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  height: 100%;
  padding: 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
}

.haber .carousel-cell .carousel-left span {
  font-size: 23px;
  font-weight: 600;
}

.haber .carousel-cell .carousel-left p {
  margin: 20px 0;
}

.haber .carousel-cell .carousel-left a {
  position: absolute;
  bottom: 20px;
  right: 25px;
}

.haber .carousel-cell .carousel-right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: right;
  overflow: hidden;
  height: 100%;
}

.haber .carousel-cell .carousel-right img {
  width: 100%;
  height: 100%;
}

.tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL tab emptyR";
  margin-bottom: 90px;
}

.tab-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: tab;
}

.tab-content-ust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.tab-content-ust a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  width: 175px;
  text-align: center;
  position: relative;
    padding: 7px;
    border-radius: 7px;
    background-color: #f3f3f3;
    transition:.3s ease-in-out;
}
.active11 {
     background-color: #125091 !important;
     
}
.active11 span, .active11 p {
    color:#fff !important;
}
.tab-content-ust a span {
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
      margin-right: 10px;
}

.tab-content-ust a p {
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align:left;
  /*position: absolute;*/
  /*top: 100%;*/
  /*left: 50%;*/
  /*-webkit-transform: translateX(-50%);*/
  /*        transform: translateX(-50%);*/
}

.tab-content-ust a:hover span, .tab-content-ust a:hover p {
  color: #fff !important;
}
.tab-content-ust a:hover {
     background-color: #125091;
}
@media only screen and (max-width:768px) {
    .tab-content-ust a {
        flex-direction: column;
            margin: 0 2px;
    height: 75px;
    }
    .tab-content-ust .tablinks p {
        text-align:center;
    }
}

.tab-content-alt {
  position: relative;
  height: 345px;
}

.tab-content-alt .tabcontent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.tab-content-alt .main-carousel2 {
  overflow: hidden;
}

.tab-content-alt .carousel-cell2 {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
      grid-template-areas: "left right";
  -ms-grid-rows:330px;
      grid-template-rows: 330px;
}

.tab-content-alt .carousel-cell2 .tab-content-alt-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  height: 100%;
}

.tab-content-alt .carousel-cell2 .tab-content-alt-left img {
    width: initial;
    height: 100%;
    min-width: 100%;
}

.tab-content-alt .carousel-cell2 .tab-content-alt-right {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: right;
  background-color: #f3f3f3;
  height: 100%;
  padding: 15px;
  color: #0b4262    ;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tab-content-alt .carousel-cell2 .tab-content-alt-right p {
  margin: 15px 0;
}
.tab-content-alt .carousel-cell2 .tab-content-alt-right .duyuru-a {
    border: 1px solid #0b4262;
    color: #0b4262;
}
.tab-content-alt .carousel-cell2 .tab-content-alt-right .duyuru-a:before {
  background-color: #0b4262;
}
.tab-content-alt .carousel-cell2 .tab-content-alt-right .duyuru-a:after {
  background-color: #0b4262;
}
.tab-content-alt .carousel-cell2 .tab-content-alt-right .duyuru-a:hover {
  color: #fff;
}
.footerBanner {
  background-color: #0b4262;
  position: relative;
  z-index: 99;
}

.footerBanner-background {
  background-image: url("../img/waves.png");
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background-repeat: repeat;
}

.footerBanner-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL footerBanner emptyR";
}

.footerBanner-wrapper-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: footerBanner;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-areas: "bir iki uc";
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  position: relative;
}

.footerBanner-wrapper-content-left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: bir;
  position: relative;
  width: 100%;
  height: 100%;
}

.footerBanner-wrapper-content-left img {
  width: 100%;
  max-width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footerBanner-wrapper-content-center {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: iki;
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}

.footerBanner-wrapper-content-center h3 {
  margin-bottom: 1px;
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 900;
}

.footerBanner-wrapper-content-center p {
  font-size: 17px;
  font-weight: 200;
}

.footerBanner-wrapper-content-right {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: uc;
}

.footerBanner-wrapper-content-right a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 5px 18px;
  border-radius: 17px;
  background-color: #0b4262;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footerBanner-wrapper-content-right a:hover {
  color: #0b4262;
  background-color: #fff;
}

.footer-xxx {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
}

.footer {
  background-color: #125091;
  position: relative;
  z-index: 99;
  padding: 30px 0 100px 0;
}

.footer-background {
  background-image: url("../img/waves.png");
  zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: -1;
  background-repeat: repeat;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5fr 1fr;
      grid-template-columns: 1fr 3.5fr 1fr;
      grid-template-areas: "amptyL footer emptyR";
  color: #fff;
}

.footer-wrapper ul {
  margin-top: 10px;
}

.footer-wrapper ul li {
  margin-bottom: 5px;
}

.footer-wrapper ul li a {
  color: #fff;
  font-weight: 200;
  font-size: 17px;
}

.footer-wrapper h3 {
  text-transform: uppercase;
  font-weight: 600;
}

.footer-wrapper-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: footer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.7fr 1fr 1fr 1fr;
      grid-template-columns: 1.7fr 1fr 1fr 1fr;
      grid-template-areas: "first second third fourth";
  grid-column-gap: 60px;
  position: relative;
  grid-row-gap: 15px;
}

.footer-wrapper-content-first {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: first;
}

.footer-wrapper-content-first ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-wrapper-content-first ul li a span {
  margin-right: 20px;
}

.footer-wrapper-content-first .sosyal-medya {
  margin-top: 25px;
}

.footer-wrapper-content-first .sosyal-medya h3 {
  text-transform: CAPITALIZE;
}

.footer-wrapper-content-first .sosyal-medya .sosyal-medya-ikon {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper-content-first .sosyal-medya .sosyal-medya-ikon a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-wrapper-content-first .sosyal-medya .sosyal-medya-ikon a:not(:last-child) {
  margin-right: 10px;
}

.footer-wrapper-content-first .sosyal-medya .sosyal-medya-ikon a span {
  color: #0b4262;
}

.footer-wrapper-content-second {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: second;
}

.footer-wrapper-content-third {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: third;
}

.footer-wrapper-content-fourth {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  grid-area: fourth;
}

.footer-wrapper-content-last {
  margin-top: 35px;
  position: relative;
  width: 105%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper-content-last div:first-child {
  width: 80%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: 0;
}

.footer-wrapper-content-last div:nth-child(2) {
  width: 3%;
  background-color: #fff;
  height: 1px;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  left: 80%;
}

.footer-wrapper-content-last div:nth-child(3) {
  width: 6%;
  background-color: #fff;
  height: 1px;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  left: 79.5%;
  top: 50%;
}

.footer-wrapper-content-last div:nth-child(4) {
  width: 3%;
  background-color: #fff;
  height: 1px;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  left: 82%;
}

.footer-wrapper-content-last div:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
  height: 2px;
  width: 2px;
  -webkit-box-shadow: 0 0 12px 4px #fff;
          box-shadow: 0 0 12px 4px #fff;
  background-color: #fff;
  visibility: hidden;
  -webkit-animation: fourth 4s forwards infinite;
          animation: fourth 4s forwards infinite;
}

.footer-wrapper-content-last div:nth-child(5) {
  width: 10%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: 85%;
}

.footer-wrapper-content-last div:nth-child(5):before {
  content: "";
}

.footer-wrapper-content-last div:nth-child(5) .last50 {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 2px;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: 0 0 12px 4px #fff;
          box-shadow: 0 0 12px 4px #fff;
  background-color: #fff;
  -webkit-animation: fifth 1s alternate infinite;
          animation: fifth 1s alternate infinite;
}

@-webkit-keyframes fifth {
  from {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
            box-shadow: 0 0 12px 4px #fff;
    left: 0;
  }
  to {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
            box-shadow: 0 0 12px 4px #fff;
    left: 100%;
  }
}

@keyframes fifth {
  from {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
            box-shadow: 0 0 12px 4px #fff;
    left: 0;
  }
  to {
    height: 2px;
    width: 2px;
    -webkit-box-shadow: 0 0 12px 4px #fff;
            box-shadow: 0 0 12px 4px #fff;
    left: 100%;
  }
}

.footer-wrapper-content-inova {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.footer-wrapper-content-beecorp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrapper-content-beecorp a svg {
  width: 100px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  min-width: 75px;
}

.footer-wrapper-content-beecorp a svg .cls-2 {
  fill: #d8d8d8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.footer-wrapper-content-beecorp a:hover .cls-2 {
  fill: #d18526;
}

/*Alt Sayfa*/
.banner {
  height: 124px;
}

.banner img {
  height: 125px;
  width: 100%;
}

.altiletisim {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 2fr;
      grid-template-columns: 1.3fr 2fr;
      grid-template-areas: "iletisimSol iletisimSag";
  grid-column-gap: 100px;
}

.altiletisim .title-blue {
  margin-bottom: 15px;
}

.altiletisim-sol {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: iletisimSol;
}

.altiletisim-sol-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altiletisim-sol-form .randevu-button {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  border: 1px solid #00aeef;
  width: 130px;
  margin-left: auto;
}

.altiletisim-sol-form .randevu-button:before {
  background-color: #fff;
}

.altiletisim-sol-form .randevu-button:after {
  background-color: #fff;
}

.altiletisim-sol-form .randevu-button:hover {
  color: #00aeef;
}

.altiletisim-sol-form .custom-input {
  border: 1px solid #ddd;
  padding: 10px 21px;
}

.altiletisim-sol-form .selectbox {
  color: #a8a8a8;
}

.altiletisim-sol-form .custom-input {
  margin-bottom: 5px;
}

.altiletisim-sol-form textarea {
  min-width: 250px;
  max-width: 500px;
  min-height: 50px;
  max-height: 600px;
}

.altiletisim-sag {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: iletisimSag;
}

.altiletisim-sag-ust {
  margin-bottom: 30px;
}

.altiletisim-sag-ust ul li:not(:last-child) {
  margin-bottom: 10px;
}

.altiletisim-sag-ust ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altiletisim-sag-ust ul li a span {
  margin-right: 20px;
}

.altiletisim-sag-ust .iletisim-tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altiletisim-sag-ust .iletisim-tel-wrapper a:first-child {
  margin-right: 55px;
}

.altiletisim-sag-orta {
  margin-bottom: 30px;
}

.altiletisim-sag-orta .sosyal-medya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.altiletisim-sag-orta .sosyal-medya a {
  height: 33px;
  width: 33px;
  background-color: #5a5d6754;
}

.altiletisim-sag-orta .sosyal-medya a:hover {
  background-color: #125091;
}

.altiletisim-sag-alt {
  margin-bottom: 30px;
}

.altiletisim-sag-alt .calismaSaatler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altiletisim-sag-alt .calismaSaatler .acilServis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.altiletisim-sag-alt .calismaSaatler .acilServis > p {
  margin-right: 15px;
  color: #125091;
  min-width: 80px;
}

.altiletisim-sag-alt .calismaSaatler .acilServis > span {
  margin-left: 15px;
}

.altiletisim-sag-alt .calismaSaatler .poliklinik {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.altiletisim-sag-alt .calismaSaatler .poliklinik > p {
  color: #125091;
  margin-right: 15px;
  min-width: 80px;
}

.altiletisim-sag-alt .calismaSaatler .poliklinik .Poliklinikler {
  margin-left: 15px;
}

.altkurumsal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
      grid-template-columns: 1fr 4fr;
      grid-template-areas: "kurumsalSol kurumsalSag";
  grid-column-gap: 30px;
}

.altkurumsal-sol {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: kurumsalSol;
}

.altkurumsal-sol ul {
  border-radius: 5px;
  overflow: hidden;
}

.altkurumsal-sol ul li {
  background-color: #f3f3f3;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

.altkurumsal-sol ul li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  height: 2px;
  width: 80%;
  background-color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.altkurumsal-sol ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #125091;
  font-weight: 600;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.altkurumsal-sol ul li:hover {
  background-color: #125091;
}

.altkurumsal-sol ul li:hover a {
  color: #f3f3f3;
}

.altkurumsal-sol ul li:hover:after {
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  width: 100%;
}

.altkurumsal-sag {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: kurumsalSag;
}

.altkurumsal-sag-content {
  position: relative;
  min-height: 600px;
}

.altkurumsal-sag-content .kurumsalTabContent {
  width: 100%;
}

.altkurumsal-sag-content .kurumsalTabContent .title-blue {
  margin-bottom: 15px;
}

.altkurumsal-sag-content .kurumsalTabContent p {
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: 200;
  color: #125091;
}

.altkurumsal-sag-content .insan-kaynaklari-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form {
  width: 100%;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form .randevu-button {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  border: 1px solid #00aeef;
  width: 130px;
  margin-left: auto;
  margin-top: 15px;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form .randevu-button:before {
  background-color: #fff !important;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form .randevu-button:after {
  background-color: #fff !important;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form .randevu-button:hover {
  color: #00aeef;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .title-blue {
  margin-bottom: 0px;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .is-basvuru-p {
  color: #000;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .custom-input {
  color: #cecece;
  height: 45px;
  border: 1px solid #a8a8a8;
  margin-bottom: 10px;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div .insan-kaynaklari-form-div-sol {
  width: 100%;
  margin-right: 10px;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div .insan-kaynaklari-form-div-sag {
  width: 100%;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div-alt {
  width: 100%;
}

.altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div-alt textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 50%;
  max-height: 250px;
  margin: 0px;
  height: 200px;
  -webkit-appearance: none;
  min-height: 100px;
  width: 100%;
}

.althaberler-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.activeBirimParent {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 42px;
}
@media only screen and (max-width:992px) {
  .althaberler-content { 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .oda-right > p {
    display:none;
  } 
  .oda-ozellik {
    width: 42% !important;
  }
  .header-same-h3:first-child {
    padding-top:0 !important;
  }
  .header-same-h3 {
    border-bottom: 1px solid #fff;
    width: 100%;
    margin: 0px 0 !important;
    padding: 10px 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.althaberler-content-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  width: 23%;
  height: 425px;
  background-color: #f3f3f3;
  margin: 7px;
  min-width: 270px;
  margin-left: 0;
  margin-top: 0;
}

.althaberler-content-div-ust {
  width: 100%;
  height: 200px;
}

.althaberler-content-div-ust img {
  width: 100%;
  height: 100%;
}

.althaberler-content-div-alt {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 215px;
}

.althaberler-content-div-alt-tarih {
  border-bottom: 2px solid #125091;
  margin-bottom: 5px;
  color: #4d4d4d;
}

.althaberler-content-div-alt-baslik {
  color: #125091;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

.althaberler-content-div-alt-aciklama {
  color: #4d4d4d;
  font-size: 14px;
}

.althaberler-content-div-alt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.althaberler-content-div-alt a span {
  margin-left: 15px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.althaberler-content-div-alt a:hover span {
  -webkit-animation: arrow 1s infinite ease-in-out;
          animation: arrow 1s infinite ease-in-out;
}

@-webkit-keyframes arrow {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

@keyframes arrow {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}

.altdoktorlar-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altdoktorlar-content-a {
  width: 23%;
  min-width: 230px;
  background-color: #eee;
  min-height: 400px;
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 7px;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:992px) {
  .altdoktorlar-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.altdoktorlar-content-a:hover {
  color: #fff;
  background-color: #125091;
}

.altdoktorlar-content-a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.altdoktorlar-content-a-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
}

.altdoktorlar-content-a-p span:first-child {
  font-weight: 500;
}

.altdoktorlar-content-a-p span:nth-child(2) {
  font-weight: 600;
}

.altdoktorlar-content-a-p span:last-child {
  font-weight: 200;
}

.altdoktorlar-content-a .image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.altdoktorlar-content-a .image-wrapper img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.altbirimler {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.3fr 4fr;
      grid-template-columns: 1.3fr 4fr;
      grid-template-areas: "birimSol birimSag";
  grid-column-gap: 30px;
}

.altbirimler-sol {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: birimSol;
}

.altbirimler-sol ul {
  border-radius: 5px;
  overflow: hidden;
}

.altbirimler-sol ul li {
  background-color: #f3f3f3;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: relative;
}

.altbirimler-sol ul li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  height: 2px;
  width: 80%;
  background-color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.altbirimler-sol ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #125091;
  font-weight: 600;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.altbirimler-sol ul li:hover {
  background-color: #125091;
}

.altbirimler-sol ul li:hover a {
  color: #f3f3f3;
}

.altbirimler-sol ul li:hover:after {
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  width: 100%;
}

.altbirimler-sag {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: birimSag;
}

.altbirimler-sag-content {
  position: relative;
  min-height: 600px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.altbirimler-sag-content .birimTabContent {
}

.altbirimler-sag-content .birimTabContent .title-blue {
  margin-bottom: 15px;
}

.closeM {
  height: 463px !important;
}
.openM {
  height: 100%;
}
.altbirim-toggle {
  transition: height .3s ease-in-out;
  position: relative;
}
.altbirim-toggle-button {
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  background-color: #00aeef;
  margin: auto;
  border-radius: 7px;
  color: #fff;
  margin-top: 15px;
  transition: .3s ease-in-out;
  border:1px solid #00aeef;
}
.altbirim-toggle-button:hover {
  background-color: #fff;
  color:#00aeef;
}

.altbirimler-sag-content .birimTabContent p {
  line-height: 29px;
  margin-bottom: 15px;
  font-weight: 200;
  color: #125091;
}

.alt-wrapper-doktor {
  background-color: #f3f3f3;
  margin: 0 !important;
  padding: 30px 0 100px 0;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .title-blue {
  padding: 0 60px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content {
  padding: 0 50px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .flickity-prev-next-button {
  top: 64% !important;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .flickity-prev-next-button.previous {
  left: 0 !important;
  -webkit-transform: translateX(-100%) translateY(-50%) !important;
          transform: translateX(-100%) translateY(-50%) !important;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .flickity-prev-next-button.next {
  right: 0 !important;
  -webkit-transform: translateX(100%) translateY(-50%) !important;
          transform: translateX(100%) translateY(-50%) !important;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .flickity-viewport {
  height: 215px !important;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .carousel-cell {
  width: 50%;
  bottom: 3px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div {
  position: relative;
  padding: 25px 25px;
  min-height: 100px;
  background-color: #fff;
  width: 95%;
  border-radius: 7px;
  margin: auto;
  -webkit-box-shadow: 0 0 10px 1px #ddd;
          box-shadow: 0 0 10px 1px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div img {
  position: absolute;
  bottom: 0;
  width: 140px;
  height: 200px;
  right: 10px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .ust {
  font-size: 17px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .alt {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 7px;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button {
  background-color: #00aeef;
  color: #fff;
  border: 1px solid #00aeef;
  height: 30px;
  padding: 0 7px;
  width: 135px;
  letter-spacing: 0 !important;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button:before {
  background-color: #fff;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button:after {
  background-color: #fff;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button:hover {
  color: #00aeef;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button:hover:before {
  width: 51%;
}

.alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div .randevu-button:hover:after {
  width: 51%;
}

.alt-wrapper-birim {
  margin: 50px 0 30px 0 !important;
}

.dr-detay-banner {
  width: 100%;
  height: 350px;
}

.dr-detay-banner img {
  width: 100%;
  height: 100%;
}

.alt-wrapper-drdetaybannercontent {
  -ms-grid-columns: 1fr 2.5fr 1fr !important;
      grid-template-columns: 1fr 2.5fr 1fr !important;
  margin: 0 !important;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic {
  position: relative;
  padding: 25px 25px;
  min-height: 100px;
  background-color: #fff;
  width: 95%;
  border-radius: 17px;
  margin: auto;
  -webkit-box-shadow: 0 0 10px 1px #ddd;
          box-shadow: 0 0 10px 1px #ddd;
  top: -80px;
  padding: 25px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .ust {
  font-size: 22px;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .alt {
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 7px;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .drdetaybannercontent-ic-resim {
  position: absolute;
  bottom: 0;
  width: 345px;
  height: 460px;
  right: 90px;
  overflow: hidden;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .drdetaybannercontent-ic-resim img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -75px;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button {
  background-color: #00aeef;
  color: #fff;
  border: 1px solid #00aeef;
  height: 27px;
  padding: 0 7px;
  letter-spacing: 0 !important;
  width: initial !important;
  display: inline-flex !important;
  white-space: nowrap !important;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button:before {
  background-color: #fff;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button:after {
  background-color: #fff;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button:hover {
  color: #00aeef;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button:hover:before {
  width: 51%;
}

.alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .randevu-button:hover:after {
  width: 51%;
}

.alt-wrapper-drdetay {
  margin: 0px 0 100px 0 !important;
  -ms-grid-columns: 1fr 2.5fr 1fr !important;
      grid-template-columns: 1fr 2.5fr 1fr !important;
}

.alt-wrapper-drdetay .altdrdetay {
  text-align: center;
  color: #125091;
  line-height: 27px;
  margin-left: 26px;
}

.alt-wrapper-drdetay .altdrdetay .title-blue {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
}
.alt-wrapper-drdetay .altdrdetay p {
    text-align: left;
}

.altcart .title-blue {
  text-align: center;
}

.altcart-p {
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 27px;
  color: #125091;
}

.altcart-content {
  position: relative;
}

.altcart-content-back {
  position: relative;
  min-height: 400px;
}

.altcart-content-back img {
  min-height: 400px;
  width: 100%;
}

.altcart-content-back .custom-back {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70%;
  height: 70%;
  background-color: #f9f9f8;
  opacity: .97;
}

.altcart-content-back .custom-back .cart-title {
  position: absolute;
  left: 50%;
  top: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  font-family: 'Sriracha', cursive;
  font-weight: 200;
  letter-spacing: 1px;
  width: 100%;
  text-align: center;
}

.altcart-content-carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.altcart-content-carts img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 1;
}

.altcart-content-carts img:hover {
  opacity: .8;
}

.altcart-content-carts .title-blue {
  font-size: 22px;
  margin-bottom: 15px;
}

.altcart-content-carts-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}

.altcart-content-carts-left-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.altcart-content-carts-left-div a {
  max-width: 300px;
  width: 30%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.altcart-content-carts-left-div a:not(:last-child) {
  margin-right: 15px;
}

.altcart-content-carts-left-div a img {
  width: 100%;
  height: 100%;
}

.altcart-content-carts-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}

.altcart-content-carts-right-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.altcart-content-carts-right-div a {
  width: 50%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.altcart-content-carts-right-div a:not(:last-child) {
  margin-right: 15px;
}

.altcart-content-carts-right-div a img {
  width: 100%;
  height: 100%;
}

.altcart-content-form {
  margin-top: 40px;
}

.altcart-content-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.altcart-content-form form .custom-input {
  color: #a8a8a8;
  height: 45px;
  border: 1px solid #a8a8a8;
  margin-top: 0;
  margin-right: 60px;
}

.altcart-content-form form .randevu-button {
  background-color: #00aeef;
  color: #fff;
  cursor: pointer;
  border: 1px solid #00aeef;
  width: 300px;
  margin-top: 0;
}

.altcart-content-form form .randevu-button:before {
  background-color: #fff;
}

.altcart-content-form form .randevu-button:after {
  background-color: #fff;
}

.altcart-content-form form .randevu-button:hover {
  color: #00aeef;
}

.altcart-content-form form .form-abs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 35px;
  width: 68%;
  height: 310px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(35%);
          transform: translateX(-50%) translateY(35%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.altcart-content-form form .form-abs .kartmesaj {
  font-family: 'Sriracha', cursive;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  color: #232323;
  font-size: 18px;
  width: 95% !important;
  height: 61% !important;
  background: url("../img/cartline.png");
  line-height: 1.9;
  letter-spacing: 2px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  resize: none;
}

.altcart-content-form form .form-abs .kartmesaj:focus {
  outline: none;
}

.altcart-content-form form .form-abs .kartmesaj::-webkit-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #cecece;
  font-size: 22px;
  letter-spacing: 2px;
}

.altcart-content-form form .form-abs .kartmesaj:-ms-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #cecece;
  font-size: 22px;
  letter-spacing: 2px;
}

.altcart-content-form form .form-abs .kartmesaj::-ms-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #cecece;
  font-size: 22px;
  letter-spacing: 2px;
}

.altcart-content-form form .form-abs .kartmesaj::placeholder {
  font-family: 'Sriracha', cursive;
  color: #cecece;
  font-size: 22px;
  letter-spacing: 2px;
}

.altcart-content-form form .form-abs .adSoyad {
  margin-top: 20px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: 'Sriracha', cursive;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 !important;
  background-color: #f9f9f8;
  color: #232323;
  font-size: 22px;
  width: 190px;
}

.altcart-content-form form .form-abs .adSoyad:focus {
  outline: none;
}

.altcart-content-form form .form-abs .adSoyad::-webkit-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #232323;
  font-size: 22px;
  letter-spacing: 1px;
}

.altcart-content-form form .form-abs .adSoyad:-ms-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #232323;
  font-size: 22px;
  letter-spacing: 1px;
}

.altcart-content-form form .form-abs .adSoyad::-ms-input-placeholder {
  font-family: 'Sriracha', cursive;
  color: #232323;
  font-size: 22px;
  letter-spacing: 1px;
}

.altcart-content-form form .form-abs .adSoyad::placeholder {
  font-family: 'Sriracha', cursive;
  color: #232323;
  font-size: 22px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1600px) {
      .nav, .header, .sliderAlt, .doktor-wrapper, .tıbbi-wrapper, .tomografi-wrapper, .haber-title, .tab, .footerBanner-wrapper, .footer-wrapper, .alt-wrapper {
    -ms-grid-columns: 1fr 10fr 1fr;
        grid-template-columns: 1fr 10fr 1fr;
  }
  .alt-wrapper-drdetay, .alt-wrapper.alt-wrapper-drdetaybannercontent {
    -ms-grid-columns: 1fr 10fr 1fr !important;
        grid-template-columns: 1fr 10fr 1fr !important;
  }
}


@media only screen and (max-width: 1400px) {
  .nav, .header, .sliderAlt, .doktor-wrapper, .tıbbi-wrapper, .tomografi-wrapper, .haber-title, .tab, .footerBanner-wrapper, .footer-wrapper, .alt-wrapper {
    -ms-grid-columns: 1fr 10fr 1fr;
        grid-template-columns: 1fr 10fr 1fr;
  }
  .alt-wrapper-drdetay, .alt-wrapper.alt-wrapper-drdetaybannercontent {
    -ms-grid-columns: 1fr 10fr 1fr !important;
        grid-template-columns: 1fr 10fr 1fr !important;
  }
  .slider-title {
    font-size: 40px !important;
  }
  .slider-p {
    font-size: 18px !important;
  }
  .haber .carousel-cell {
    width: 50%;
  }
  .haber .main-carousel .flickity-prev-next-button.previous {
    height: 100%;
    border-radius: 0;
    width: 100px;
    z-index: 99;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(99%, rgba(3, 192, 243, 0)), to(rgba(0, 191, 243, 0)));
    background: linear-gradient(to right, white 0%, rgba(3, 192, 243, 0) 99%, rgba(0, 191, 243, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0000bff3',GradientType=1 );
    cursor: pointer;
  }
  .haber .main-carousel .flickity-prev-next-button.previous svg {
    fill: #00bff3;
    width: 40px;
  }
  .haber .main-carousel .flickity-prev-next-button.next {
    height: 100%;
    border-radius: 0;
    width: 100px;
    z-index: 99;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.99)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0000bff3',GradientType=1 );
    cursor: pointer;
  }
  .haber .main-carousel .flickity-prev-next-button.next svg {
    fill: #00bff3;
    width: 40px;
  }
  .footer-wrapper-content ul li a {
    font-size: 15px;
  }
  .footerBanner-wrapper-content-center h3 {
    font-size: 30px;
  }
  .footerBanner-wrapper-content-center p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-menu .header-menu-common {
    padding-right: 10px;
    padding-left: 10px;
  }
  .header-menu {
    padding: 150px 6px 65px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-content-left-sosyal {
    padding: 0 10px;
  }
  .nav-content-left-sosyal a:not(:last-child) {
    margin-right: 7px;
  }
  .nav-content-left-adres {
    width: 260px;
  }
  .nav-content-left-adres span {
    font-size: 15px;
  }
  .doktor-wrapper-content-alt-a {
    min-width: 200px;
    min-height: 355px;
  }
  .doktor-wrapper-content-alt-a .image-wrapper {
    height: 235px;
  }
  .haber .carousel-left {
    padding: 12px 12px !important;
  }
  .tomografi-wrapper-content {
        grid-template-areas: "tomografiLeft tomografiLeft";
  }
  .tomografi-wrapper-content-right {
    display: none;
  }
  .lds-ripple {
    display: none;
  }
  .altcart-content-back .custom-back {
    width: 95%;
    height: 95%;
  }
  .altcart-content-form form .custom-input {
    margin-right: 20px;
  }
}

.altkurumsal-sol, .altbirimler-sol {
  min-width: 260px;
}

@media only screen and (max-width: 992px) {
  .nav, .header, .sliderAlt, .doktor-wrapper, .tıbbi-wrapper, .tomografi-wrapper, .haber-title, .tab, .footerBanner-wrapper, .footer-wrapper, .alt-wrapper {
    -ms-grid-columns: 1fr 15fr 1fr;
        grid-template-columns: 1fr 15fr 1fr;
  }
  .altkurumsal {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "kurumsalSol" "kurumsalSag";
    grid-row-gap: 35px;
  }
  .altbirimler {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "birimSol" "birimSag";
    grid-row-gap: 35px;
  }
  .altbirimlerDoktorlar-content .carousel-cell {
    width: 100% !important;
  }
  .altiletisim {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "iletisimSol"
 "iletisimSag";
    grid-row-gap: 30px;
  }
  .altiletisim-sol-form textarea {
    min-width: 100%;
  }
  .altiletisim-sol-form .randevu-button {
    margin-right: auto;
    margin-left: initial;
  }
  .altiletisim-sag-ust .iletisim-tel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav-content-left-adres {
    padding: 0;
    padding-right: 0px;
    width: 37px;
    background-color: #fff;
    border-right: 1px solid #fff;
  }
  .nav-content-left-adres .flaticon-placeholder {
    margin-right: 0;
  }
  .nav-content-left-adres .flaticon-placeholder:before {
    font-size: 25px;
  }
  .nav-content-left-adres span {
    display: none;
  }
  .nav-content-left-sosyal {
    /*display: none;*/
  }
  .nav-content-right {
    width: 100%;
  }
  .nav-content-right .nav-content-right-insankaynaklari {
    /*display: none;*/
  }
  .nav-content-right .randevu-wrapper {
    width: 50%;
  }
  .nav-content-right .nav-content-right-tel {
    padding: 0;
    width: 37px;
    background-color: #fff;
    border-left: 1px solid #fff;
  }
  .nav-content-right .nav-content-right-tel span {
    display: none;
  }
  .nav-content-right .nav-content-right-tel .flaticon-telephone {
    margin-right: 0;
    background-color: transparent;
    color: #000;
  }
  .nav-content-right .nav-content-right-tel .flaticon-telephone:before {
    font-size: 21px;
  }
  .nav-content {
    height: 45px;
  }
  .randevu-content {
    margin: 0 37px;
    right: 0px;
    top: 75px;
  }
  .header-content-right img {
    width: 190px;
  }
  .doktor-wrapper-content-alt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .doktor-wrapper-content-alt-a {
    min-width: 245px;
  }
  .sliderAlt {
    padding: 30px 0;
    background-color: #fff;
    position: static;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  .sliderAlt-content-a {
    border: 1px solid #ddd;
  }
  .sliderAlt-content-a p {
    font-size: 17px;
  }
  .sliderAlt-content-a span:before {
    font-size: 50px;
  }
  .tomografi .headerTitle {
    text-align: center;
    width: 100%;
  }
  .tomografi .subheader {
    width: 100%;
    text-align: center;
  }
  .haber .carousel-cell {
    width: 100%;
  }
  .footer-wrapper-content {
    grid-column-gap: 10px;
  }
  .header-content-center {
    margin: 0px 10px;
  }
  .search-input {
    padding: 4px 16px;
  }
  .header-menu > div h2 {
    font-size: 17px;
  }
  .footerBanner-wrapper-content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "iki uc";
  }
  .footerBanner-wrapper-content-left {
    display: none;
  }
  .header-menu {
    padding: 75px 6px 65px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu .header-menu-common:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
  .menu-open {
    height: 100vh;
  }
  .headerMenuWrapper {
    width: 100%;
  }
  .header-menu .header-menu-common ul li a {
    font-size: 19px;
  }
  .header-menu .header-menu-common h3, .header-menu .header-menu-common h2 {
    font-size: 28px;
  }
  .header-menu .header-menu-common h3 svg {
    height: 35px;
    width: 21px;
    -webkit-transform: rotate(0) translateY(-6px);
            transform: rotate(0) translateY(-6px);
    margin-left: 10px;
    display: block;
    pointer-events: none;
  }
  .header-menu .header-menu-common ul li {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-menu .header-menu-common ul {
    margin: 0;
    overflow: hidden;
  }
  .header-menu-ul-deactivate {
    height: 0;
    visibility: hidden;
  }
  .header-menu-ul-activate {
    visibility: visible;
  }
  .header-menu .header-menu-common {
    justify-self: end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 90%;
    margin: 0px 0 !important;
    padding: 10px 0 !important;
  }
  .header-menu .header-menu-common span {
    display: none;
  }
  .header-menu .header-menu-common h2 {
    -ms-flex-item-align: initial;
        -ms-grid-row-align: initial;
        align-self: initial;
  }
  .header-mobil {
    background-color: #083b57;
    display: block !important;
  }
  .footer-wrapper-content {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "first second" "third fourth";
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
  .footer-wrapper-content-beecorp a svg {
    min-width: 70px;
    width: 70px;
  }
  .altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form {
    width: 100%;
  }
  .altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .altkurumsal-sag-content .insan-kaynaklari-custom .insan-kaynaklari-form-div .insan-kaynaklari-form-div-sol {
    margin-right: 0;
  }
  .alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic {
    margin: 0 auto;
    padding: 25px 20px;
  }
  .alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .ust {
    font-size: 18px;
  }
  .alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .alt {
    font-size: 25px;
  }
  .alt-wrapper-drdetaybannercontent .drdetaybannercontent .drdetaybannercontent-ic .drdetaybannercontent-ic-resim {
    bottom: 100%;
    right: 50%;
    width: 245px;
    height: 360px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .altcart-content-form form .form-abs .kartmesaj {
    background: #fff;
  }
  .altcart-content-form form .form-abs .adSoyad {
    background-color: #fff;
    font-size: 18px;
    padding: 5px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 15px;
  }
  .altcart-content-form form .form-abs .adSoyad::-webkit-input-placeholder {
    font-size: 18px;
  }
  .altcart-content-form form .form-abs .adSoyad:-ms-input-placeholder {
    font-size: 18px;
  }
  .altcart-content-form form .form-abs .adSoyad::-ms-input-placeholder {
    font-size: 18px;
  }
  .altcart-content-form form .form-abs .adSoyad::placeholder {
    font-size: 18px;
  }
  .altcart-content-carts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-abs {
    top: -33px !important;
    width: 90% !important;
  }
  .altcart-content-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .altcart-content-form form .custom-input {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .altcart-content-form form .randevu-button {
    width: 200px;
  }
  .altcart-content-carts-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .altcart-content-carts-right {
    width: 100%;
  }
  .altcart-content-carts-right-div a, .altcart-content-carts-left-div a {
    height: initial;
    width: 30%;
  }
  .altcart-content-carts-right-div a img {
    width: 100%;
    min-height: 65px;
    height: auto;
  }
  .altcart-content-carts-left-div a img {
    min-height: 65px;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .footerBanner-wrapper-content-right {
    margin-bottom: 10px;
  }
  .header-content-right img {
    width: 150px;
  }
  .header-content-center .search-input {
    padding: 4px 16px;
    font-size: 13px;
  }
  .header-content-center {
    height: 35px;
  }
  .search-icon:before {
    font-size: 18px;
  }
  .header-content-left span {
    display: none;
  }
  .randevu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 38px;
    right: -1px;
  }
  .randevu-open {
    height: 700px;
  }
  .randevu-left {
    border-right: 0 !important;
  }
  .tab-content-alt .carousel-cell2 {
        grid-template-areas: "right right";
  }
  .tab-content-alt .carousel-cell2 .tab-content-alt-left {
    display: none;
  }
  .footerBanner-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .alt-wrapper-doktor .altbirimlerDoktorlar .title-blue, .aciklama-p {
    padding: 0 !important;
  }
  .alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content {
    padding: 0;
  }
  .alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .flickity-prev-next-button {
    display: none;
  }
  .alt-wrapper-doktor .altbirimlerDoktorlar .altbirimlerDoktorlar-content .main-carouselBirim .doktor-div img {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  .haber .flickity-prev-next-button {
    display: none;
  }
  .tab .tab-content-ust a {
    width: 80px;
  }
  .haber .flickity-viewport {
    height: 350px !important;
  }
  .haber .carousel-cell .carousel-wrapper {
        grid-template-areas: "left left";
  }
  .haber .carousel-cell .carousel-right {
    display: none;
  }
  .haber .carousel-cell .carousel-left {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .haber .carousel-cell .carousel-left a {
    left: 25px;
    right: 0;
  }
  .haber .main-carousel:before {
    height: 0;
    width: 0;
  }
  .haber .main-carousel:after {
    height: 0;
    width: 0;
  }
  .footer-wrapper-content-last {
    display: none;
  }
  .tab-content .flickity-prev-next-button {
    display: none;
  }
  .header {
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }
  .header .header-content-center {
    position: absolute;
    top: -40px;
    margin: 0;
  }
  .headerMenuWrapper {
    top: 0px;
  }
  .header-mobil {
    top: 15px !important;
  }
  .footer-xxx {
    border-top: 1px solid #fff;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}

@media only screen and (max-width: 480px) {
  .tomografi-wrapper-content-left-icons {
    grid-column-gap: 10px;
    grid-row-gap: 29px;
  }
  .tab-content-alt .carousel-cell2 .tab-content-alt-right {
    padding: 7px !important;
  }
  .tab-content-ust span:before {
    font-size: 35px;
  }
  .tab-content-ust .tablinks p {
    font-size: 14px;
  }
  .tab-content-ust a {
    width: 80px !important;
  }
  .tomografi-wrapper-content-left-icons {
    -ms-grid-rows: initial;
        grid-template-rows: initial;
    -ms-grid-columns: initial;
        grid-template-columns: initial;
  }
  .footer-wrapper-content {
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "first"
 "second"
 "third"
 "fourth";
    grid-row-gap: 35px;
  }
  .sliderAlt-content-a {
    min-width: 120px;
    height: 135px;
    margin: 2px;
  }
  .tıbbi-wrapper-content-alt-a {
    min-width: 120px;
  }
  .footer-wrapper-content-inova p {
    width: 75%;
  }
  .footer-wrapper-content-beecorp a svg {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .randevu-content {
    margin: 0 0px;
  }
  .slider-title {
    font-size: 35px !important;
  }
  .header-menu .header-menu-common h3, .header-menu .header-menu-common h2 {
    font-size: 26px !important;
  }
}

@media only screen and (max-width: 360px) {
  .slider-title {
    font-size: 28px !important;
  }
  .slider-p {
    font-size: 15px !important;
  }
}

.global-ust a {
  white-space: nowrap;
}

/* Düzelmetler */

.doktor-wrapper-content-alt .image-wrapper{
  position: relative;
}
.doktor-wrapper-content-alt .image-wrapper .doktor-front{
  position: absolute;
  width: 216px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.doktor-wrapper-content-alt .image-wrapper .doktor-back{
  position: absolute;
  width: 110%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.doktor-wrapper-content-alt-a:hover .doktor-front {
  transform: scale(1.02) translateX(-50%);
}



.haber .carousel-cell .carousel-right{
  position: relative;
}
.haber-front{
  position: absolute;
  width: 216px !important;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.haber-back{
  position: absolute;
  width: 110%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.alt-wrapper-doktor .randevu-button {
  display: inline-flex !important;
  width: initial !important;
  white-space: nowrap !important;
}

.altdoktorlar-content-a .image-wrapper{
  position: relative;
}
.altdoktorlar-content-a .image-wrapper .doktor-front{
  position: absolute;
  width: 216px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.altdoktorlar-content-a .image-wrapper .doktor-back{
  position: absolute;
  width: 110%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.altdoktorlar-content-a:hover .doktor-front {
  transform: scale(1.02) translateX(-50%);
}

.title-blue-h1 {
  font-size: 38px !important;
}

.tab .flickity-viewport {
  height: 330px !important;
}
.title-blue {
  margin-bottom: 15px;
}

@media only screen and (max-width:680px) {
  .fancy-custom {
    justify-content: center !important;
  }
}

.hizmetler-content-a .image-wrapper{
  position: relative;
  height: 145px;
  overflow: hidden;
}
.hizmetler-content-a .image-wrapper .hizmetler-front{
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  height: 140px;
}
.hizmetler-content-a:hover .hizmetler-front {
  transform: scale(1.02) translateX(-50%);
}
.hizmetler-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.hizmetler-content-a {
  width: 23%;
  min-width: 230px;
  background-color: #eee;
  min-height: 400px;
  color: #125091;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 7px;
  border-radius: 6px;
  overflow: hidden;
}

.hizmetler-content-a:hover {
  color: #fff;
  background-color: #125091;
}

.hizmetler-content-a:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.hizmetler-content-a-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
}

.hizmetler-content-a-p span:first-child {
  font-weight: 900;
}

.hizmetler-content-a-p span:nth-child(2) {
  font-weight: 400;
}

.hizmetler-content-a .image-wrapper img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hizmetler-image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
max-height: 450px;
}
.hizmetler-image-wrapper img{
  width: 100%;
  height: 100%;
}

.fancy-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}
.fancy-custom a {
width: 130px;
    height: 87px;
  margin-right: 7px;
  margin-top: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.fancy-custom a img {
  width: 100%;
  height: 100%;
}
.gallery-custom {
  margin-top: 0 !important;
}

.aciklama-p {
  padding: 0 60px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #125091bf;
  margin-top: -5px;
  width: 100%;
}
.kurumsalTabContent img {
  width:100% !important;
} 
.tanitim-wrapper {
  position: relative;
}
.tanitim-iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 #ddd;
    transition: .3s ease-in-out;
    background-color: #37393a;
}
.tanitim-iframeClose {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
}
.tanitim-iframeOpen {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.tanitim-iframe iframe {
  width:100% !important;
  height: calc(100% - 40px) !important;
}
.tanitim-wrapper .tanitim-a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.tanitim-wrapper .tanitim-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.tanitim-iframe a {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #fff;
    transition: .3s ease-in-out;
}
.tanitim-iframe a:hover {
  color: #37393a;
  background-color: #fff;
}
.tanitim-wrapper .tanitim-a svg {
  font-size: 110px;
  color: #fff;
  transition: .3s ease-in-out;
}
.tanitim-wrapper .tanitim-a:hover svg {
  font-size: 116px;
}
.tanitim-wrapper .tanitim-home svg {
  font-size: 110px;
  color: #fff;
  transition: .3s ease-in-out;
}
.tanitim-wrapper .tanitim-home:hover svg {
  font-size: 116px;
}
@media only screen and (max-width:550px) {
  .tanitim-wrapper .tanitim-a svg {
    font-size: 50px;
  }
  .tanitim-wrapper .tanitim-a:hover svg {
    font-size: 50px;
  }
  .tanitim-wrapper .tanitim-home svg {
    font-size: 50px;
  }
  .tanitim-wrapper .tanitim-home:hover svg {
    font-size: 50px;
  }
}

@media only screen and (max-width:768px) {
  .title-blue-h1{
    font-size: 28px !important;
  }
}

.anasayfa-gallery {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.anasayfa-gallery a {
  width: 29%;
  height: 100px;
  margin-right: 16px;
  margin-bottom: 7px;
  
}
.anasayfa-gallery a img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:480px) {
  .anasayfa-gallery {
    justify-content: center;
  }
  .anasayfa-gallery a {
    width: 30%;
    height: 78px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
}
.multimedia-right {
  padding: 15px !important;
}
.misafir-rehberi-galeri-wrapper {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.misafir-rehberi-galeri {
  width: 31%;
  border: 1px solid #ddd;
  border-radius: 7px;
  height: 150px;
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 6px;
  overflow: hidden;
}
.misafir-rehberi-galeri img {
  width: 100%;
  height: 100%;
  filter: grayscale(60%);
  transition: .3s ease-in-out;
  transform: scale(.95);
}
.misafir-rehberi-galeri:hover img  {
  filter: grayscale(0%);
  transform: scale(1);
}
.anasayfa-oda {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.oda-ozellik {
  width: 21%;
  margin: 7px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.oda-ozellik img {
  margin-right: 8px;
  width: 25px;
}
.ic-sayfa-oda {
  margin-top: 30px;
}
.ic-sayfa-oda .oda-ozellik {
  width: 31%;
}
#randevuMessage {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.is-basvuru-formu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 18px 15px;
    border-radius: 7px;
    background-color: #f3f3f3;
    transition: .3s ease-in-out;
    color:#125091;
    font-weight: 600;
}
.basvuru-indir {
        margin-right: 10px;
    font-size:23px;
}
.is-basvuru-formu:hover {
    background-color: #125091;
    color:#fff;
}
#sliderDesktop {
  display: block;
}
#sliderMobil {
  display: none;
}
@media only screen and (max-width:992px) {
  #sliderDesktop {
    display: none;
  }
  #sliderMobil {
    display: block;
  }
  .nav {
    grid-template-areas: "nav nav nav";
  }
  .nav-content-left {
    justify-content: space-evenly;
    width:100%;
  }
  .nav-content-left-sosyal {
    width: 40%;
    justify-content: space-evenly;
  }
}
.inSearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6px;
    max-height: 390px;
    overflow-y: scroll;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
}
.inSearch a {
    width: 100%;
    padding: 5px 10px 5px 25px;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: flex-start;
    color: #125091;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.inSearch a:nth-child(odd) {
  background-color: #f9f5f5;
} 
.inSearch a:nth-child(odd) .wrapperImgPost {
  background-color: #f9f5f5 !important;
}
.inSearch a:hover .wrapperImgPost {
  background-color: #f3ebeb !important;
}
.inSearch a:nth-child(odd) .wrapperAltBolumP {
  background-color: #fff !important;
} 

.inSearch a:hover {
  background-color: #f3ebeb;
}
.inSearch a:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 0px;
}
.inSearch a:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 0px;
}
.messagesWrapper {
    display: flex;
    justify-content: center;
    padding: 16px;
}
.messagesWrapper .messages {
    background-color: #0b4262;
    border-radius: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37%;
    min-width: 300px;
}

.inSearch .wrapperImg{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #d7d2ce2b;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}
.inSearch .wrapperImg img {
  width: 54px;
  margin-top: 5px;
  height: 62px;
}
.wrapperContent span {
  font-size: 12px;
}
.wrapperAltBolumP {
  background-color: #f8f7f7;
  padding: 6px 13px;
  font-weight: 600;
}
.wrapperContent {
  flex-grow: 1;
}
.wrapperImgPost {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}

.kartmesajOut {
  font-family: 'Sriracha', cursive;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  color: #232323;
  font-size: 18px;
  width: 95% !important;
  height: 235px !important;
  margin-top: 65px;
  background: url(../img/cartline.png);
  line-height: 1.9;
  letter-spacing: 2px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  resize: none;
}
.adSoyadOut {
  margin-top: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: 'Sriracha', cursive;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important;
    background-color: #f9f9f8;
    color: #232323;
    font-size: 22px;
}
.cartOut .form-abs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cartOut {
  position: relative;
  min-height: 400px;
  display: none !important;
}
.cartOut img{
  min-height: 400px !important;
  width: 1200px !important;
}
.doktor-resim {
        display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
        width: 100%;
}
.doktor-resim-alt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.doktor-resim a {
    width: 150px;
    max-height: 155px;
    margin: 5px;
}
.doktor-resim a img {
        width: 100%;
    height: auto;
}
.doktor-resim-ilk {
    width: 90%;
    min-width: 300px;
    height: auto;
}

.galleryMenu {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 9px;
    overflow: hidden;
        margin-right: 10px;
    margin-top: 10px;
}
.galleryMenu img {
    transition:.5s ease-in-out;
}
.galleryMenu h3 {
    margin: 11px 0;
}
.galleryMenu:hover img {
    transform : scale(1.03);
}
@media only screen and (max-width:992px) {
    .nav-content-right-insankaynaklari {
        width: 50%;
        font-size: 13px;
        text-align: center;
        box-sizing: border-box;
    }
    .randevu-wrapper {
        font-size: 13px;
        text-align: center;
    }
    .nav-content {
        height: 75px;
        flex-direction: column;
    }
    .mobil-phone {
        width: 37px;
        display: flex !important;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    .mobil-phone span {
        display:none;
    }
    .mobil-phone i:before {
        font-size: 21px;
    }
    .mobil-phone i {
        margin-right: 0;
        background-color: transparent;
        color: #000;
        height: 23px;
        width: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;    
    }
   .nav-content-right .nav-content-right-tel {
       display:none;
   }
   
}
.mobil-phone {
    display:none;
}
.inSearch a {
    z-index:9999;
}
.nav-content-left-sosyal a img {
    width: 30px;
}

/*# sourceMappingURL=style.css.map */