@charset "UTF-8";
/** Web Site Special Variables **/
@import "fontawesome/css/all.css";
@font-face {
  font-family: "poppinsBlack";
  src: url("/assets/fonts/Poppins-Black.woff2") format("woff2"), url("/assets/fonts/Poppins-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsBold";
  src: url("/assets/fonts/Poppins-Bold.woff2") format("woff2"), url("/assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsExtraBold";
  src: url("/assets/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("/assets/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsExtraLight";
  src: url("/assets/fonts/Poppins-ExtraLight.woff2") format("woff2"), url("/assets/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsLight";
  src: url("/assets/fonts/Poppins-Light.woff2") format("woff2"), url("/assets/fonts/Poppins-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsMedium";
  src: url("/assets/fonts/Poppins-Medium.woff2") format("woff2"), url("/assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsRegular";
  src: url("/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("/assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsSemiBold";
  src: url("/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kids";
  src: url("/assets/fonts/TRKids.woff2") format("woff2"), url("/assets/fonts/TRKids.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

ol, ul {
  margin-bottom: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  line-height: 1;
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

a {
  text-decoration: unset;
  color: #3C2B99;
}

#header {
  padding: 0;
  min-height: 100vh;
}

.sub-page-main {
  min-height: unset !important;
}

header {
  z-index: 999;
  width: 100%;
  background-color: white;
}
header.move {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
header .header-top .header-top-main {
  width: 100%;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 30px 0;
}
header .header-top .header-top-main .header-top-main-left {
  padding-top: 20px;
}
header .header-top .header-top-main .header-top-main-left ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
header .header-top .header-top-main .header-top-main-left ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header .header-top .header-top-main .header-top-main-left ul li a {
  color: #3C2B99;
  font-family: "poppinsBold";
  font-weight: 700;
  text-align: right;
}
header .header-top .header-top-main .header-top-main-left ul li a span {
  color: #000000;
}
header .header-top .header-top-main .header-top-main-left ul li p {
  font-family: "poppinsLight";
  font-weight: 300;
  color: #787C83;
  text-align: right;
  margin-top: 5px;
}
header .header-top .header-top-main .header-top-main-left .hollow-hexagon {
  margin-left: 10px;
}
header .header-top .header-top-main .header-top-main-middle {
  margin: 0 5%;
}
header .header-top .header-top-main .header-top-main-right {
  padding-top: 20px;
}
header .header-top .header-top-main .header-top-main-right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
header .header-top .header-top-main .header-top-main-right ul li p {
  color: #787C83;
  margin-top: 5px;
}
header .header-top .header-top-main .header-top-main-right ul li p span {
  color: #3C2B99;
  font-family: "poppinsBold";
  font-weight: 700;
}
header .header-top .header-top-main .header-top-main-right ul li .first-title {
  font-family: "poppinsBold";
  font-weight: 700;
  color: black;
}
header .header-top .header-top-main .header-top-main-right .hollow-hexagon {
  margin-right: 10px;
}
header .menu-top {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  position: relative;
}
header .menu-top ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
}
header .menu-top ul li {
  margin-right: 14px;
}
header .menu-top ul li .nav-link {
  border-radius: 25px;
  font-family: "poppinsMedium";
  font-weight: 500;
  font-style: normal;
  color: #30383B;
  padding: 20px 0;
  margin: 0 6px;
  font-size: 14px;
}
header .menu-top ul li .nav-link.active {
  color: #3C2B99;
  font-family: "poppinsBold";
  position: relative;
}
header .menu-top ul li .nav-link.active::before {
  content: ""; /* İçerik ekle */
  position: absolute; /* Mutlak pozisyon */
  top: 0; /* Ortala */
  left: 0;
  right: 0;
  height: 2px; /* Kenar yüksekliği */
  background-color: #3C2B99; /* Kenar rengi */
  transform: translateY(-50%); /* Dikey olarak ortala */
  transition: width 0.3s; /* Genişlik geçiş efekti */
  width: 100%; /* Başlangıç genişliği sıfır (görünmez) */
}
header .menu-top .logo {
  margin-top: -25px;
}
header .menu-top .menu-child-main {
  position: relative;
}
header .menu-top .menu-child-main .menu-child {
  height: 61px;
  width: 100%;
  object-fit: contain;
}
header .menu-top .menu-child-main span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}
header .menu-top .our-future {
  position: absolute;
  width: 161px;
  right: 7%;
  top: 3px;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
}

#carouselExampleDark {
  height: calc(100vh - 222px);
  min-height: 548px;
}
#carouselExampleDark .carousel-inner {
  height: calc(100vh - 222px);
  min-height: 548px;
}
#carouselExampleDark .carousel-inner .carousel-item {
  height: calc(100vh - 222px);
  min-height: 548px;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 222px);
  min-height: 548px;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: calc(100vh - 222px);
  min-height: 548px;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main > img {
  object-fit: cover;
  min-width: 100%;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main > img.slide-logo {
  position: absolute;
  right: 13%;
  top: 21%;
  max-width: 710px;
  width: 100%;
  min-width: unset;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main .slider-main-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main .slider-main-left h2 {
  font-size: 42px;
  font-weight: 700;
  color: rgb(51, 52, 148);
  text-align: center;
  line-height: 42px;
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main .slider-main-left h6 {
  margin: 25px 0;
  color: rgb(51, 52, 148);
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main .slider-main-left h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: rgb(51, 52, 148);
}
#carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main .slider-main-right {
  margin-left: 10%;
}
#carouselExampleDark .carousel-inner video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
#carouselExampleDark .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: rgb(206, 206, 206);
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}
#carouselExampleDark .carousel-indicators-middle {
  bottom: 15%;
}
#carouselExampleDark .carousel-indicators-first {
  bottom: 24%;
  margin-left: -11%;
}
#carouselExampleDark .slide-2-banner {
  width: calc(100% - 400px);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.0509803922);
  position: absolute;
  bottom: 30px;
  background-color: white;
  padding: 20px 0;
}
#carouselExampleDark .slide-2-banner ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#carouselExampleDark .slide-2-banner ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#carouselExampleDark .slide-2-banner ul li img {
  margin-right: 20px;
}
#carouselExampleDark .slide-2-banner ul li h3 {
  color: #282828;
  font-family: "poppinsSemiBold";
  font-size: 18px;
}
#carouselExampleDark .slide-2-banner ul li p {
  color: #282828;
  font-family: "poppinsRegular";
  font-size: 14px;
}
#carouselExampleDark .slide-3-banner {
  width: calc(100% - 600px);
  position: absolute;
  bottom: 0;
  padding: 20px 0;
  left: 50px;
}
#carouselExampleDark .slide-3-banner ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#carouselExampleDark .slide-3-banner ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#carouselExampleDark .slide-3-banner ul li img {
  margin-right: 20px;
}
#carouselExampleDark .slide-3-banner ul li h3 {
  color: #282828;
  font-family: "poppinsSemiBold";
  font-size: 18px;
}
#carouselExampleDark .slide-3-banner ul li p {
  color: #282828;
  font-family: "poppinsRegular";
  font-size: 14px;
}
#carouselExampleDark .slide-form {
  position: absolute;
  right: 8%;
  width: 445px;
  background-color: white;
  border-radius: 15px;
  margin-top: 25px;
}
#carouselExampleDark .slide-form form {
  width: 100%;
  padding: 30px;
  /* Seçilen metnin dikey olarak ortalanması için */
  /* Ok simgesinin ortalanması için */
}
#carouselExampleDark .slide-form form h1 {
  color: #3C2B99;
  font-family: "poppinsExtraBold";
  font-size: 18px;
  margin-bottom: 10px;
}
#carouselExampleDark .slide-form form h4 {
  font-family: "poppinsRegular";
  color: #A5A5A5;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#carouselExampleDark .slide-form form .form-inline {
  width: 100%;
}
#carouselExampleDark .slide-form form .form-inline textarea {
  width: 100% !important;
  height: 84px;
  border: 1px solid #FAFAFA;
}
#carouselExampleDark .slide-form form .form-item {
  width: 100%;
  position: relative;
}
#carouselExampleDark .slide-form form .form-item img {
  position: absolute;
  right: 13px;
  top: 15px;
}
#carouselExampleDark .slide-form form .form-item.left {
  width: 48%;
  margin-right: 2%;
}
#carouselExampleDark .slide-form form .form-group {
  width: 100%;
  margin-bottom: 0;
}
#carouselExampleDark .slide-form form .form-control {
  background-color: #FAFAFA;
  border-radius: 10px;
}
#carouselExampleDark .slide-form form input {
  width: 100%;
  border: 1px solid #FAFAFA;
  height: 48px;
  margin-bottom: 7px;
}
#carouselExampleDark .slide-form form input::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
#carouselExampleDark .slide-form form button {
  border-radius: 10px;
}
#carouselExampleDark .slide-form form textarea::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
#carouselExampleDark .slide-form form .select2-container {
  width: calc(98% - 100px) !important;
  margin-right: 2%;
}
#carouselExampleDark .slide-form form .select2-container .select2-selection--single {
  height: 42px; /* Yükseklik 48px olarak ayarlanır */
  display: flex;
  background-color: #FAFAFA; /* Arka plan rengini gri yapar */
  align-items: center; /* Metni dikey olarak ortalamak için */
  border: 1px solid #FAFAFA;
}
#carouselExampleDark .slide-form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
#carouselExampleDark .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
#carouselExampleDark .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #DD2B1C transparent transparent transparent;
}
#carouselExampleDark .slide-form form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #DD2B1C transparent;
  border-width: 0 4px 5px 4px;
}
#carouselExampleDark .slide-form form button {
  background-color: #DD2B1C;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "poppinsRegular";
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  height: 42px;
  font-size: 13px;
  border-radius: 40px;
  width: 100px;
}
#carouselExampleDark .slide-form form .form-check {
  margin-top: 10px;
}
#carouselExampleDark .slide-form form .form-check span {
  margin-left: 10px;
}
#carouselExampleDark .slide-form form .form-check label {
  align-items: flex-start;
  color: #A5A5A5;
  font-family: "poppinsLight";
  font-size: 14px;
}
#carouselExampleDark .slide-form form .form-check label span {
  line-height: 24px;
}
#carouselExampleDark .slide-form form .check-absolute-2 {
  position: absolute;
  left: 6px;
  top: 1px;
  display: none;
}
#carouselExampleDark .last-slide-item-content {
  position: absolute;
  top: 30%;
  left: 15%;
  max-width: 600px;
}
#carouselExampleDark .last-slide-item-content h1 {
  color: #527282;
  font-family: "poppinsSemiBold";
  font-size: 30px;
  margin-bottom: 20px;
}
#carouselExampleDark .last-slide-item-content p {
  color: #527282;
  font-family: "poppinsRegular";
  font-size: 16px;
}

.btn-full {
  border-radius: unset;
  background-color: rgb(51, 52, 148);
  width: 164px;
  height: 42px;
  border-color: rgb(51, 52, 148);
  font-weight: 700;
}
.btn-full:hover {
  background-color: #3C2B99;
  border-color: #3C2B99;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: white;
  background-color: #3C2B99;
  border-color: #3C2B99;
}

.btn-outline-full {
  border-radius: unset;
  width: 164px;
  height: 42px;
  border-color: rgb(51, 52, 148);
  color: rgb(51, 52, 148);
  font-weight: 700;
}
.btn-outline-full:hover {
  background-color: white;
  border-color: #3C2B99;
  color: #3C2B99;
}

.btn-full-kids {
  border-radius: unset;
  background-color: #30383B;
  width: 164px;
  height: 42px;
  border-color: #30383B;
  font-weight: 700;
}
.btn-full-kids:hover {
  background-color: #8C8C8C;
  border-color: #8C8C8C;
}

.btn-outline-full-kids {
  border-radius: unset;
  width: 164px;
  height: 42px;
  border-color: #787C83;
  color: #787C83;
  font-weight: 700;
}
.btn-outline-full-kids:hover {
  background-color: white;
  border-color: #8C8C8C;
  color: #8C8C8C;
}

.bg-soft {
  background-color: rgba(248, 248, 248, 0.4509803922);
}

.text {
  color: #2D3436;
  font-family: "poppinsRegular";
}

section {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 15px 0 60px 0;
}
section .title-big {
  color: #3C2B99;
  font-size: 33px;
  font-family: "poppinsExtraBold";
  text-align: center;
  margin-bottom: 20px;
}
section .section-main-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
  padding-top: 30px;
}
section .section-main-row .left, section .section-main-row .right {
  width: 50%;
}
section .section-main-row .left {
  position: relative;
}
section .section-main-row .left .about-img-1 {
  margin-top: 125px;
  z-index: 1;
  width: 312px;
  height: 371px;
  box-shadow: 2px 4px 20px 0px rgba(0, 60, 179, 0.1294117647);
  border-radius: 10px;
}
section .section-main-row .left .about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section .section-main-row .left .about-img-2 {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 151px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 278px;
  height: 295px;
  box-shadow: 2px 4px 20px 0px rgba(0, 60, 179, 0.1294117647);
  border-radius: 10px;
}
section .section-main-row .left .about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section .section-main {
  padding: 0 10%;
}
section .section-main .content {
  color: rgb(51, 52, 148);
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}
section .section-main .content-tab {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  align-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
section .section-main .content-tab .content-tab-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section .section-main .content-tab .content-tab-item h2 {
  font-size: 20px;
  color: rgb(51, 52, 148);
  line-height: 28px;
  font-weight: 700;
  display: flex;
  margin-bottom: 10px;
}
section .section-main .content-tab .content-tab-item p {
  text-align: center;
  color: #787C83;
  font-size: 16px;
  line-height: 22px;
}
section .section-main .content-tab .content-tab-item ul {
  list-style-type: disc;
}
section .section-main .content-tab-treatments {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  align-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
section .section-main .content-tab-treatments .content-tab-item {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
section .section-main .content-tab-treatments .content-tab-item img {
  width: 41px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 5px;
}
section .section-main .content-tab-treatments .content-tab-item h2 {
  font-size: 18px;
  color: rgb(51, 52, 148);
  line-height: 22px;
  font-weight: 700;
  display: flex;
  margin-bottom: 10px;
  text-align: center;
}
section .section-main .content-tab-treatments .content-tab-item p {
  text-align: center;
  color: #787C83;
  font-size: 16px;
  line-height: 22px;
}
section .section-main .content-tab-treatments .content-tab-item ul {
  list-style-type: disc;
}
section .about-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
section .about-list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 20px;
}
section .about-list li span {
  padding-left: 8px;
}

#about {
  padding-top: 50px;
}
#about .title-big {
  text-align: left;
}
#about .section-main-row {
  justify-content: space-between;
}
#about .section-main-row .text {
  color: #2D3436;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 70px;
}
#about .section-main-row .left {
  width: 30%;
  margin-left: 5%;
}
#about .section-main-row .right {
  margin-top: 60px;
}

.section-side-bg-left {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 0;
}
.section-side-bg-left img {
  width: 70%;
}

.section-side-bg-right {
  position: absolute;
  right: 0;
  top: -10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 0;
}
.section-side-bg-right img {
  width: 70%;
}

#treatments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#treatments .treatments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#treatments .treatments .treatments-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#treatments .treatments .treatments-bg img {
  width: 28%;
}
#treatments .treatments .treatment-item {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 275px;
  margin-bottom: 8px;
  margin-top: 20px;
}
#treatments .treatments .treatment-item .treatment-item-img {
  position: relative;
}
#treatments .treatments .treatment-item .treatment-item-img .treatment-counter {
  border: 1px solid #3C2B99;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -23px;
  top: -23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#treatments .treatments .treatment-item .treatment-item-img .treatment-counter span {
  color: #DD2B1C;
}
#treatments .treatments .treatment-item img {
  margin-bottom: 15px;
}
#treatments .treatments .treatment-item h2 {
  font-family: "poppinsSemiBold";
  color: #3C2B99;
  font-size: 16px;
  margin-bottom: 15px;
}
#treatments .treatments .treatment-item p {
  font-family: "poppinsLight";
  color: #527282;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
}
#treatments .treatments .treatments-middle {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#treatments .treatments .treatments-middle.last-item {
  margin-top: -40px;
}
#treatments .treatments .treatments-around {
  z-index: 2;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#treatments .treatments .treatments-around.first-item {
  margin-top: -55px;
}
#treatments .treatments .treatments-around.second-item {
  margin-top: 10px;
}
#treatments .treatments .treatments-between {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#treatments .treatments-responsive {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#treatments .treatments-responsive .treatments-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
#treatments .treatments-responsive .treatments-bg img {
  width: 50%;
}
#treatments .treatments-responsive .treatment-item {
  padding: 0 13px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin-bottom: 35px;
  margin-top: 0;
  box-shadow: 1.05px 2.1px 10.51px 0px rgba(0, 60, 179, 0.1294117647);
  height: 250px;
}
#treatments .treatments-responsive .treatment-item .treatment-item-img {
  position: relative;
}
#treatments .treatments-responsive .treatment-item .treatment-item-img .treatment-counter {
  border: 1px solid #3C2B99;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -23px;
  top: -23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#treatments .treatments-responsive .treatment-item .treatment-item-img .treatment-counter span {
  color: #DD2B1C;
}
#treatments .treatments-responsive .treatment-item img {
  margin-bottom: 15px;
}
#treatments .treatments-responsive .treatment-item h2 {
  font-family: "poppinsSemiBold";
  color: #3C2B99;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
#treatments .treatments-responsive .treatment-item p {
  font-family: "poppinsLight";
  color: #527282;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
}

#doctors {
  padding-top: 18vh;
  /* Sağ ok */
}
#doctors .title-big {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  z-index: 1;
}
#doctors .multiple-items .item-main {
  margin: 15px;
}
#doctors .multiple-items .item-main .item {
  height: 200px;
}
#doctors .multiple-items .item-main .item img {
  object-fit: cover;
}
#doctors .multiple-items .item-main .item.old {
  filter: blur(5px);
}
#doctors .multiple-items .item-main .item-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#doctors .multiple-items .item-main .item-footer h3 {
  color: #0E384C;
  font-family: "poppinsSemiBold";
  font-size: 20px;
  margin-top: 35px;
}
#doctors .multiple-items .item-main .item-footer span {
  color: #527282;
  font-family: "poppinsRegular";
  font-size: 16px;
}
#doctors .slick-prev {
  background: url("../img/arrow-left.png") no-repeat center center;
  background-size: 70%; /* Görsel boyutunu %70 oranında ayarlama */
  width: 31px; /* Ok genişliği */
  height: 31px; /* Ok yüksekliği */
  z-index: 1; /* Gerekirse z-index ile öne çıkarabilirsiniz */
  text-indent: -9999px; /* Varsayılan metni gizlemek için */
  left: -4px;
}
#doctors .slick-next {
  background: url("../img/arrow-right.png") no-repeat center center;
  background-size: 70%; /* Görsel boyutunu %70 oranında ayarlama */
  width: 31px;
  height: 31px;
  z-index: 1;
  text-indent: -9999px;
  right: -4px;
}
#doctors .slick-prev, #doctors .slick-next {
  top: 45%;
}

#contact, .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact form, .form form {
  width: 100%;
  /* Seçilen metnin dikey olarak ortalanması için */
  /* Ok simgesinin ortalanması için */
}
#contact form .form-inline, .form form .form-inline {
  width: 100%;
}
#contact form .form-inline textarea, .form form .form-inline textarea {
  width: 100% !important;
  height: 94px;
  border: 1px solid #FAFAFA;
}
#contact form .form-item, .form form .form-item {
  width: 50%;
  position: relative;
}
#contact form .form-item img, .form form .form-item img {
  position: absolute;
  right: 13px;
  top: 15px;
}
#contact form .form-item.left, .form form .form-item.left {
  width: 48%;
  margin-right: 2%;
}
#contact form .form-group, .form form .form-group {
  width: 100%;
  margin-bottom: 0;
}
#contact form .form-control, .form form .form-control {
  background-color: #FAFAFA;
  border-radius: 10px;
}
#contact form input, .form form input {
  width: 100%;
  border: 1px solid #FAFAFA;
  height: 48px;
  margin-bottom: 27px;
}
#contact form input::placeholder, .form form input::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
#contact form button, .form form button {
  border-radius: 10px;
}
#contact form textarea::placeholder, .form form textarea::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
#contact form .select2-container, .form form .select2-container {
  width: calc(98% - 100px) !important;
  margin-right: 2%;
}
#contact form .select2-container .select2-selection--single, .form form .select2-container .select2-selection--single {
  height: 42px; /* Yükseklik 48px olarak ayarlanır */
  display: flex;
  background-color: #FAFAFA; /* Arka plan rengini gri yapar */
  align-items: center; /* Metni dikey olarak ortalamak için */
  border: 1px solid #FAFAFA;
}
#contact form .select2-container--default .select2-selection--single .select2-selection__rendered, .form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
#contact form .select2-container--default .select2-selection--single .select2-selection__arrow, .form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
#contact form .select2-container--default .select2-selection--single .select2-selection__arrow b, .form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #DD2B1C transparent transparent transparent;
}
#contact form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .form form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #DD2B1C transparent;
  border-width: 0 4px 5px 4px;
}
#contact form button, .form form button {
  background-color: #DD2B1C;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "poppinsRegular";
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  height: 42px;
  font-size: 13px;
  border-radius: 4px;
  width: 100px;
}
#contact form .form-check, .form form .form-check {
  margin-top: 30px;
}
#contact form .form-check span, .form form .form-check span {
  margin-left: 10px;
}
#contact form .form-check label, .form form .form-check label {
  align-items: flex-start;
  color: #A5A5A5;
  font-family: "poppinsLight";
  font-size: 14px;
}
#contact form .form-check label span, .form form .form-check label span {
  line-height: 24px;
}
#contact form .check-absolute, .form form .check-absolute {
  position: absolute;
  left: 6px;
  top: 1px;
  display: none;
}
#contact h4, .form h4 {
  color: #636571;
  font-family: "poppinsRegular";
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
#contact .contact-main, .form .contact-main {
  position: relative;
  width: 100%;
}
#contact .contact-main .contact-content, .form .contact-main .contact-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#contact .contact-main .contact-content .left, .form .contact-main .contact-content .left {
  width: 48%;
}
#contact .contact-main .contact-content .right, .form .contact-main .contact-content .right {
  width: 48%;
}
#contact .contact-main .contact-content .right h3, .form .contact-main .contact-content .right h3 {
  color: rgb(51, 52, 148);
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
}
#contact .contact-main .contact-content .right ul, .form .contact-main .contact-content .right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
#contact .contact-main .contact-content .right ul li a, .form .contact-main .contact-content .right ul li a {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3C2B99;
  color: white;
  font-family: "poppinsRegular";
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  height: 42px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 4px;
}
#contact .contact-main .maps, .form .contact-main .maps {
  min-height: 244px;
  width: 100%;
}
#contact .contact-main .contact-banner, .form .contact-main .contact-banner {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact .contact-main .contact-banner ul, .form .contact-main .contact-banner ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#contact .contact-main .contact-banner ul li, .form .contact-main .contact-banner ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#contact .contact-main .contact-banner ul.contact-banner-list li, .form .contact-main .contact-banner ul.contact-banner-list li {
  margin-right: 15px;
}
#contact .contact-main .contact-banner ul.contact-banner-list li:last-child, .form .contact-main .contact-banner ul.contact-banner-list li:last-child {
  margin-left: 0;
}
#contact .contact-main .contact-banner ul.contact-banner-list span, .form .contact-main .contact-banner ul.contact-banner-list span {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.0509803922) inset;
  border: 1px solid rgba(255, 255, 255, 0.0039215686);
  border-radius: 6px;
}
#contact .contact-main .contact-banner ul.contact-banner-list a, .form .contact-main .contact-banner ul.contact-banner-list a {
  text-decoration: none;
  color: #595959;
  font-size: 14px;
  font-family: "poppinsRegular";
}
#contact .contact-main .contact-banner ul.contact-banner-list div, .form .contact-main .contact-banner ul.contact-banner-list div {
  margin-left: 10px;
  position: relative;
}
#contact .contact-main .contact-banner ul.contact-banner-list div p, .form .contact-main .contact-banner ul.contact-banner-list div p {
  position: absolute;
  left: 10px;
  color: #959595;
  font-family: "poppinsRegular";
  font-size: 12px;
  bottom: -13px;
}
#contact .contact-main .contact-banner ul.social-media li, .form .contact-main .contact-banner ul.social-media li {
  margin-right: 20px;
}
#contact .contact-main .contact-banner ul.social-media li:last-child, .form .contact-main .contact-banner ul.social-media li:last-child {
  margin-right: 0;
}
#contact .contact-main .contact-banner ul.social-media a, .form .contact-main .contact-banner ul.social-media a {
  width: 48px;
  height: 48px;
  background-color: #DD2B1C;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#contact .footer, .form .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background-color: #3C2B99;
  padding: 0 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#contact .footer a, .form .footer a {
  text-decoration: none;
}
#contact .footer ul, .form .footer ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#contact .footer ul li, .form .footer ul li {
  margin: 0 10px;
}
#contact .footer ul li:first-child, .form .footer ul li:first-child {
  margin-left: 0;
}
#contact .footer ul li:last-child, .form .footer ul li:last-child {
  margin-right: 0;
}
#contact .footer ul li a, .form .footer ul li a {
  color: white;
  font-family: "poppinsLight";
  font-size: 14px;
}
#contact .footer .left span, .form .footer .left span {
  font-family: "poppinsLight";
  color: white;
  font-size: 14px;
}
#contact .footer .left a, .form .footer .left a {
  color: white;
  font-family: "poppinsSemiBold";
  font-size: 14px;
}

.kids-main {
  position: relative;
}
.kids-main .kids-main-left-bg {
  position: absolute;
  width: 100%;
  height: unset;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.kids-main .kids-main-left-bg .kids-main-left-bg-content {
  position: absolute;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
  transform: translate(0px, 0px) rotate(90deg);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.kids-main .kids-main-left-bg .kids-main-left-bg-content .dMHlHA {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  width: 100%;
  opacity: 0.1;
}
.kids-main .content-tab-kids-main {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  align-content: center;
  margin-top: 30px;
}
.kids-main .content-tab-kids-main .left {
  width: 50%;
  position: relative;
}
.kids-main .content-tab-kids-main .left .left-content p {
  padding: 110px 223px 110px 173px;
  color: rgb(77, 76, 76);
  font-weight: 700;
  font-size: 20.2695px;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-align: center;
}
.kids-main .content-tab-kids-main .left .left-content:before {
  content: "";
  position: absolute;
  background: url("../img/childtwo.svg") no-repeat top center;
  transform: rotate(15deg);
  left: 0px;
  top: 0;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  opacity: 0.75;
}
.kids-main .content-tab-kids-main .left .left-content:after {
  content: "";
  position: absolute;
  background: url(../img/chid-bg-left.svg) no-repeat top right;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.kids-main .content-tab-kids-main .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 76px;
}
.kids-main .content-tab-kids-main .right:before {
  content: "";
  position: absolute;
  background: url(../img/chid-bg-left.svg) no-repeat top left;
  left: -32px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.1;
  width: calc(100% + 32px);
  height: 100%;
  background-size: cover;
}
.kids-main .content-tab-kids-main .right .child-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kids-main .content-tab-kids-main .right .child-contact h2 {
  font-size: 42px;
  font-weight: 700;
  color: #8C8C8C;
  text-align: center;
  line-height: 42px;
}
.kids-main .content-tab-kids-main .right .child-contact h6 {
  margin: 25px 0;
  color: #787C83;
}
.kids-main .content-tab-kids-main .right .child-contact h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #787C83;
}

.team-main .team-content {
  padding: 0 10%;
}
.team-main .team-content .left {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.team-main .team-content .right {
  margin-left: 50%;
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.team-main .team-content h2 {
  color: #30383B;
  font-size: 18px;
  font-weight: 600;
}
.team-main .team-content h1 {
  display: flex;
  color: rgb(51, 52, 148);
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0;
}
.team-main .team-content h3 {
  display: flex;
  color: #787C83;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.team-main .team-content p {
  font-size: 16px;
  line-height: 20px;
}
.team-main .team-go {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.team-main .team-go a {
  width: max-content;
  border-radius: 10px;
  font-size: 20px;
  height: 45px;
}

.section-doctors .doctors {
  margin-top: 100px;
}
.section-doctors .doctors li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
.section-doctors .doctors li:last-child {
  margin-bottom: 0;
}
.section-doctors .doctors li .content-img img {
  max-width: 300px;
  height: 249px;
  object-fit: cover;
}
.section-doctors .doctors li .content {
  width: calc(95% - 300px);
}
.section-doctors .doctors li .content h1 {
  color: #0E384C;
  font-family: "poppinsSemiBold";
  font-size: 20px;
}
.section-doctors .doctors li .content h2 {
  color: #527282;
  font-size: 14px;
  font-family: "poppinsRegular";
  margin-bottom: 20px;
  margin-top: 15px;
}
.section-doctors .doctors li .content p {
  font-size: 14px;
  font-family: "poppinsRegular";
  line-height: 22px;
  color: #000000;
}
.section-doctors .doctors li .content h5 {
  font-family: "poppinsMedium";
  color: #527282;
  font-size: 14px;
  margin-top: 10px;
}

.about-sub-title {
  color: #3C2B99;
  font-family: "poppinsSemiBold";
  font-size: 20px;
  margin-bottom: 20px;
}

.section-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-about #about .section-main-row .right {
  margin-top: 5px;
}
.section-about .about-bottom {
  max-width: 1583px;
}
.section-about .about-article {
  border: 1px solid #3C2B99;
  margin-left: 5%;
  padding: 50px 30% 30px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-about .about-article .article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 600px;
}
.section-about .about-article .article h1 {
  color: #3C2B99;
  font-family: "poppinsSemiBold";
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-about .about-article .article p {
  line-height: 20px;
  font-family: "poppinsRegular";
  text-align: center;
  color: #2D3436;
  font-size: 14px;
}
.section-about .about-article .about-logo {
  position: absolute;
  top: -40px;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.section-about .about-article .about-doctor-img {
  position: absolute;
  bottom: 0;
  right: -5%;
  max-height: 103%;
  object-fit: cover;
  z-index: 3;
}
.section-about .about-article .bg-white {
  position: absolute;
  bottom: -1px;
  right: -1px;
  top: -1px;
  width: 1px;
  background-color: white;
  z-index: 2;
}
.section-about .about-article .bg-white-top {
  position: absolute;
  right: 0;
  top: -5px;
  width: 90px;
  height: 10px;
  background-color: white;
  z-index: 2;
}
.section-about .about-article .bg-white-bottom {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 29px;
  height: 1px;
  background-color: white;
  z-index: 2;
}

.section-clinic .title-big {
  text-align: left;
  margin-top: 50px;
}
.section-clinic ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-clinic ul li {
  width: 19%;
  margin-top: 1.25%;
}
.section-clinic ul li a {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
.section-clinic ul li a img {
  width: 100%;
  object-fit: cover;
}

.section-articles .title-big {
  text-align: left;
  margin-top: 50px;
}
.section-articles ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.section-articles ul li {
  width: 32.5%;
  margin-bottom: 3%;
}
.section-articles ul li .blog-detail-index {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.section-articles ul li .blog-detail-index img {
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 4px 20px 0px rgba(0, 60, 179, 0.1294117647);
  aspect-ratio: 1/0.75;
}
.section-articles ul li .blog-detail-index > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-articles ul li .blog-detail-index > div .article-title {
  color: #0E384C;
  font-size: 18px;
  margin-top: 10px;
  font-family: "poppinsSemiBold";
  line-height: 21px;
  height: 43px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-articles ul li .blog-detail-index > div .doctor-name {
  margin-top: 10px;
  color: #527282;
  font-size: 16px;
  font-family: "poppinsRegular";
  line-height: 18px;
  height: 73px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-articles ul li .blog-detail-index > div .doctor-name p, .section-articles ul li .blog-detail-index > div .doctor-name span {
  line-height: 18px;
}
.section-articles ul li .blog-detail-index > div a {
  margin-top: 10px;
  font-size: 14px;
  font-family: "poppinsSemiBold";
}

.section-articles-details {
  padding-top: 40px;
}
.section-articles-details .articles-details .title-big {
  text-align: left;
  margin-top: 50px;
  font-size: 24px;
  font-family: "poppinsExtraBold";
}
.section-articles-details .articles-details img {
  box-shadow: 2px 4px 20px 0px rgba(0, 60, 179, 0.1294117647);
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.section-articles-details .articles-details h2 {
  color: #787C83;
  font-family: "poppinsMedium";
  font-size: 15px;
  margin-top: 7px;
}
.section-articles-details .content-text {
  font-family: "poppinsRegular";
}

.career .title-big {
  margin-bottom: 10px;
}
.career #contact .contact-main .contact-content .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.career #contact .contact-main .contact-content .right ul li {
  margin-right: 15px;
}
.career #contact .contact-main .contact-content .right ul li:last-child {
  margin-right: 0;
}
.career .career-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.career .career-top .title-big {
  text-align: left;
  font-size: 29px;
}
.career .career-top h4 {
  text-align: left;
  color: #2D3436;
  font-size: 14px;
  line-height: 20px;
}
.career .career-top .left {
  width: 49%;
}
.career .career-top .right {
  width: 49%;
}
.career .form form .form-item {
  width: 100%;
}
.career .form form .form-item input {
  width: 100%;
}
.career .form form .form-item .hidden-file {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.career .form form .form-item .file-bg {
  width: 100%;
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  height: 48px;
  padding: 10px;
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  border-radius: 10px;
}

.kids-font {
  font-family: "kids" !important;
}
.kids-font h1, .kids-font h2, .kids-font h3, .kids-font h4, .kids-font h5, .kids-font h6, .kids-font p, .kids-font span, .kids-font a, .kids-font .btn {
  font-family: "kids" !important;
}

.kids-doctors .title-big {
  font-family: "kids";
}
.kids-doctors .kids-absolute-img-1 {
  position: absolute;
  right: 0;
  top: 19%;
  z-index: 1;
  width: 238px;
}

.section-kids .slide-form {
  position: absolute;
  right: 17%;
  width: 445px;
  background-color: rgba(255, 255, 255, 0.8784313725);
  border-radius: 15px;
  margin-top: 25px;
  top: 0;
}
.section-kids .slide-form form {
  width: 100%;
  padding: 30px;
  /* Seçilen metnin dikey olarak ortalanması için */
  /* Ok simgesinin ortalanması için */
}
.section-kids .slide-form form h1 {
  color: #3C2B99;
  font-family: "poppinsExtraBold";
  font-size: 18px;
  margin-bottom: 10px;
}
.section-kids .slide-form form h4 {
  font-family: "poppinsRegular";
  color: #A5A5A5;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.section-kids .slide-form form .form-inline {
  width: 100%;
}
.section-kids .slide-form form .form-inline textarea {
  width: 100% !important;
  height: 84px;
  border: 1px solid #FAFAFA;
}
.section-kids .slide-form form .form-item {
  width: 100%;
  position: relative;
}
.section-kids .slide-form form .form-item img {
  position: absolute;
  right: 13px;
  top: 15px;
}
.section-kids .slide-form form .form-item.left {
  width: 48%;
  margin-right: 2%;
}
.section-kids .slide-form form .form-group {
  width: 100%;
  margin-bottom: 0;
}
.section-kids .slide-form form .form-control {
  background-color: rgba(128, 128, 128, 0.1294117647);
  border-radius: 10px;
}
.section-kids .slide-form form input {
  width: 100%;
  border: 1px solid #FAFAFA;
  height: 48px;
  margin-bottom: 7px;
}
.section-kids .slide-form form input::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
.section-kids .slide-form form button {
  border-radius: 10px;
}
.section-kids .slide-form form textarea::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
.section-kids .slide-form form .select2-container {
  width: calc(98% - 100px) !important;
  margin-right: 2%;
}
.section-kids .slide-form form .select2-container .select2-selection--single {
  height: 42px; /* Yükseklik 48px olarak ayarlanır */
  display: flex;
  background-color: #FAFAFA; /* Arka plan rengini gri yapar */
  align-items: center; /* Metni dikey olarak ortalamak için */
  border: 1px solid #FAFAFA;
}
.section-kids .slide-form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.section-kids .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
.section-kids .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #DD2B1C transparent transparent transparent;
}
.section-kids .slide-form form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #DD2B1C transparent;
  border-width: 0 4px 5px 4px;
}
.section-kids .slide-form form button {
  background-color: #DD2B1C;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "poppinsRegular";
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  height: 42px;
  font-size: 13px;
  border-radius: 40px;
  width: 100px;
}
.section-kids .slide-form form .form-check {
  margin-top: 10px;
}
.section-kids .slide-form form .form-check span {
  margin-left: 10px;
}
.section-kids .slide-form form .form-check label {
  align-items: flex-start;
  color: #A5A5A5;
  font-family: "poppinsLight";
  font-size: 14px;
}
.section-kids .slide-form form .form-check label span {
  line-height: 24px;
}
.section-kids .slide-form form .check-absolute-2 {
  position: absolute;
  left: 6px;
  top: 1px;
  display: none;
}
.section-kids h1, .section-kids h2, .section-kids h3, .section-kids h4, .section-kids h5, .section-kids h6, .section-kids p, .section-kids span, .section-kids a {
  font-family: "kids" !important;
}
.section-kids .kids-top {
  background-color: #10BAF6;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  padding-top: 63px;
  padding-bottom: 63px;
}
.section-kids .kids-top .right, .section-kids .kids-top .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.section-kids .kids-top .right.left, .section-kids .kids-top .left.left {
  margin-left: 10%;
}
.section-kids .kids-top .right h1, .section-kids .kids-top .left h1 {
  font-size: 45px;
  color: #3C2B99;
  margin-bottom: 20px;
}
.section-kids .kids-top .right p, .section-kids .kids-top .left p {
  color: white;
  font-size: 18px;
  line-height: 26px;
}
.section-kids .kids-top .right img, .section-kids .kids-top .left img {
  max-width: 300px;
  aspect-ratio: 1/0.9;
}
.section-kids .kids-about {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-kids .kids-about .right, .section-kids .kids-about .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.section-kids .kids-about .right.left, .section-kids .kids-about .left.left {
  margin-left: 10%;
}
.section-kids .kids-about .right h1, .section-kids .kids-about .left h1 {
  font-size: 45px;
  color: #3C2B99;
  margin-bottom: 20px;
}
.section-kids .kids-about .right p, .section-kids .kids-about .left p {
  color: #2D3436;
  font-size: 18px;
  line-height: 26px;
}
.section-kids .kids-about .right img, .section-kids .kids-about .left img {
  max-width: 394px;
}
.section-kids .kids-about .kids-absolute-img-1 {
  position: absolute;
  right: 0;
  top: 10%;
  width: 200px;
}
.section-kids .kids-about .kids-absolute-img-2 {
  position: absolute;
  left: 175px;
  bottom: 180px;
  width: 62px;
}
.section-kids .kids-about .kids-absolute-img-3 {
  position: absolute;
  left: 200px;
  top: 90px;
  width: 75px;
}
.section-kids .kids-about .kids-absolute-img-4 {
  position: absolute;
  right: 5%;
  bottom: 34%;
  width: 27px;
}
.section-kids .kids-treatments {
  position: relative;
  background-color: #FFE0DB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-kids .kids-treatments .kids-treatments-title {
  font-size: 45px;
  color: #3C2B99;
  margin-top: 40px;
  position: relative;
}
.section-kids .kids-treatments .kids-treatments-title h1 {
  z-index: 2;
  position: relative;
}
.section-kids .kids-treatments .kids-treatments-title .spider-main {
  z-index: 0;
  position: absolute;
  top: 35px;
}
.section-kids .kids-treatments .kids-treatments-title .spider-main .spider {
  margin-left: -27%;
  width: 59%;
  margin-top: -100px;
  transform: rotate(5deg);
  animation: bounce 6s ease-in-out infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0) rotate(5deg);
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
  }
  50% {
    transform: translateY(-40px) rotate(5deg);
  }
  75% {
    transform: translateY(-20px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(5deg);
  }
}
.section-kids .kids-treatments ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: 40%;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 942px;
  z-index: 2;
}
.section-kids .kids-treatments ul li {
  width: 50%;
  max-width: 315px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-kids .kids-treatments ul li img {
  max-width: 30px;
  margin-right: 20px;
}
.section-kids .kids-treatments ul li span {
  color: #4C1840;
  font-size: 19px;
}
.section-kids .kids-treatments .kids-absolute-img-1 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 200px;
}

.modal-content .slide-form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8784313725);
  border-radius: 15px;
  top: 0;
}
.modal-content .slide-form form {
  width: 100%;
  padding: 30px;
  /* Seçilen metnin dikey olarak ortalanması için */
  /* Ok simgesinin ortalanması için */
}
.modal-content .slide-form form h1 {
  color: #3C2B99;
  font-family: "poppinsExtraBold";
  font-size: 18px;
  margin-bottom: 10px;
}
.modal-content .slide-form form h4 {
  font-family: "poppinsRegular";
  color: #A5A5A5;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.modal-content .slide-form form .form-inline {
  width: 100%;
}
.modal-content .slide-form form .form-inline textarea {
  width: 100% !important;
  height: 84px;
  border: 1px solid #FAFAFA;
}
.modal-content .slide-form form .form-item {
  width: 100%;
  position: relative;
}
.modal-content .slide-form form .form-item img {
  position: absolute;
  right: 13px;
  top: 15px;
}
.modal-content .slide-form form .form-item.left {
  width: 48%;
  margin-right: 2%;
}
.modal-content .slide-form form .form-group {
  width: 100%;
  margin-bottom: 0;
}
.modal-content .slide-form form .form-control {
  background-color: rgba(128, 128, 128, 0.1294117647);
  border-radius: 10px;
}
.modal-content .slide-form form input {
  width: 100%;
  border: 1px solid #FAFAFA;
  height: 48px;
  margin-bottom: 7px;
}
.modal-content .slide-form form input::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
.modal-content .slide-form form button {
  border-radius: 10px;
}
.modal-content .slide-form form textarea::placeholder {
  color: #AAAAAA; /* Placeholder rengini beyaz yapar */
  opacity: 1; /* Bazı tarayıcılarda varsayılan olarak opacity düşük olabilir, tam görünürlük için 1 yapın */
}
.modal-content .slide-form form .select2-container {
  width: calc(98% - 100px) !important;
  margin-right: 2%;
}
.modal-content .slide-form form .select2-container .select2-selection--single {
  height: 42px; /* Yükseklik 48px olarak ayarlanır */
  display: flex;
  background-color: #FAFAFA; /* Arka plan rengini gri yapar */
  align-items: center; /* Metni dikey olarak ortalamak için */
  border: 1px solid #FAFAFA;
}
.modal-content .slide-form form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.modal-content .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  display: flex;
  align-items: center;
}
.modal-content .slide-form form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #DD2B1C transparent transparent transparent;
}
.modal-content .slide-form form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #DD2B1C transparent;
  border-width: 0 4px 5px 4px;
}
.modal-content .slide-form form button {
  background-color: #DD2B1C;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "poppinsRegular";
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1019607843) inset;
  height: 42px;
  font-size: 13px;
  border-radius: 40px;
  width: 100px;
}
.modal-content .slide-form form .form-check {
  margin-top: 10px;
}
.modal-content .slide-form form .form-check span {
  margin-left: 10px;
}
.modal-content .slide-form form .form-check label {
  align-items: flex-start;
  color: #A5A5A5;
  font-family: "poppinsLight";
  font-size: 14px;
}
.modal-content .slide-form form .form-check label span {
  line-height: 24px;
}
.modal-content .slide-form form .check-absolute-3 {
  position: absolute;
  left: 6px;
  top: 1px;
  display: none;
}

footer {
  background-color: #0E384C;
  padding: 3% 10% 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}
footer img {
  width: 24%;
}
footer .footer-middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
footer .footer-middle svg {
  margin-top: 11px;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
footer .footer-middle p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .footer-middle p .first {
  text-align: center;
  color: rgb(51, 52, 148);
  font-size: 27px;
  line-height: 37px;
  font-weight: 400;
}
footer .footer-middle p .second {
  text-align: center;
  color: rgb(51, 52, 148);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 11px;
}
footer .footer-middle .btn-full {
  font-size: 19px;
}
footer .footer-last {
  width: 320px;
}
footer .footer-last p {
  font-size: 18px;
  line-height: 28px;
  color: rgb(51, 52, 148);
}
footer .footer-last p span {
  font-weight: 700;
}

.menu {
  position: fixed;
  bottom: 50%;
  left: 50px;
  right: 0;
  padding: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  width: fit-content;
  z-index: 1099;
}
.menu li {
  position: relative;
  margin-bottom: 10px;
}
.menu li:first-child {
  display: none;
}
.menu li button {
  background: transparent;
  font: inherit;
  border: none;
  cursor: pointer;
  font-family: "poppinsLight";
  color: #8C8C8C;
}
.menu li button.active {
  font-family: "poppinsSemiBold";
}
.menu li button::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -4.16667vw;
  width: 1.5625vw;
  height: 2px;
  margin-left: 1.5625vw;
  background: #7a93a9;
  -webkit-transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s;
  -o-transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s;
  transition: width 0.3s ease 0s, margin 0.3s ease 0s, background 0.5s ease 0s;
}
.menu li button span {
  margin-left: -5px;
}
.menu li button.active::before {
  width: 2.6vw;
  height: 3px;
  background: #455f76;
}
.menu li button.active span {
  margin-left: 10px;
}
.menu li button.active {
  color: #3C2B99;
}

.pl-6 {
  padding-left: 200px;
  padding-right: 200px;
}

.header-top-main-last {
  display: none;
}

.kids-header {
  min-height: 555px;
}
.kids-header .kids-header-bg {
  width: 100%;
  height: 555px;
  object-fit: cover;
}

.fast-dating {
  position: fixed;
  left: 0;
  bottom: 8%;
  z-index: 3;
  background-color: #3C2B99;
  padding: 10px 15px 12px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}
.fast-dating p {
  color: white;
  cursor: pointer;
}

.whatsapp-absolute {
  position: fixed;
  right: 0;
  bottom: 8%;
  z-index: 99999;
}

@media screen and (min-width: 999px) and (max-width: 1200px) {
  #doctors .multiple-items .item-main .item-footer h3 {
    font-size: 16px;
    text-align: center;
  }
  #doctors .multiple-items .item-main .item-footer span {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .section-about #about .section-main-row .left {
    margin-left: 0;
  }
  .section-about .about-article {
    margin-left: 0;
  }
  .section-about .pl-6 {
    padding-left: 10%;
    padding-right: 10%;
  }
  #doctors .multiple-items .item-main .item-footer h3 {
    font-size: 18px;
    text-align: center;
  }
  #doctors .multiple-items .item-main .item-footer span {
    text-align: center;
  }
}
@media screen and (max-width: 1490px) {
  #carouselExampleDark .slide-2-banner {
    width: 80%;
  }
}
@media screen and (max-width: 1480px) {
  #contact .contact-main .contact-banner {
    flex-direction: column;
    align-items: baseline;
  }
  #contact .contact-main .contact-banner .social-media {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1470px) {
  #carouselExampleDark .slide-form {
    right: 3%;
  }
}
@media screen and (max-width: 1460px) {
  #about .section-main-row .left {
    width: 45%;
  }
}
@media screen and (max-width: 1410px) {
  #about .section-main-row .left {
    margin-left: 0;
  }
}
@media screen and (max-width: 1322px) {
  section .section-main-row .left .about-img-1 {
    width: 78%;
  }
  section .section-main-row .left .about-img-2 {
    width: 67%;
    right: 0;
  }
}
@media screen and (max-width: 1375px) {
  #contact .contact-main .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  #contact .contact-main .contact-content > .left {
    width: 100%;
  }
  #contact .contact-main .contact-content .right {
    margin-top: 20px;
    width: 100%;
  }
  #contact form .form-check {
    margin-top: 10px;
  }
  #contact .contact-main .contact-banner {
    margin: 0;
  }
}
@media screen and (max-width: 1340px) {
  #carouselExampleDark .slide-2-banner {
    width: 85%;
  }
}
@media screen and (max-width: 1300px) {
  header .menu-top .our-future {
    right: 2%;
  }
  #contact .contact-main .contact-banner ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .section-about .pl-6 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1270px) {
  section .section-main-row .left .about-img-2 {
    width: 70%;
    left: unset;
  }
}
@media screen and (max-width: 1265px) {
  #carouselExampleDark .slide-3-banner {
    left: 3%;
    width: fit-content;
  }
  #carouselExampleDark .slide-2-banner {
    width: 90%;
  }
}
@media screen and (max-width: 1190px) {
  #contact .footer {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1189px) {
  #carouselExampleDark .slide-2-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1175px) {
  #carouselExampleDark .slide-3-banner {
    left: 1%;
  }
}
@media screen and (max-width: 1170px) {
  .section-about .about-article .article p {
    line-height: 18px;
  }
  .section-about .about-article .bg-white-bottom {
    width: 26px;
  }
}
@media screen and (max-width: 1165px) {
  header .menu-top ul li .nav-link {
    margin: 0 2px;
  }
}
@media screen and (max-width: 1155px) {
  #carouselExampleDark .slide-3-banner ul li img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1135px) {
  .section-about .about-article .about-doctor-img {
    display: none;
  }
  .section-about .about-article .bg-white {
    display: none;
  }
  .section-about .about-article .bg-white-top {
    display: none;
  }
  .section-about .about-article .bg-white-bottom {
    display: none;
  }
  .section-about .about-article {
    padding: 50px 30px 30px 30px;
  }
  .section-about .about-article .article {
    max-width: 100%;
  }
}
@media screen and (max-width: 1121px) {
  #carouselExampleDark .slide-2-banner {
    width: 100%;
  }
  #contact .contact-main .contact-content .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #contact .contact-main .contact-content .right ul {
    margin-left: 0;
  }
  #contact .contact-main .contact-content .right ul li {
    margin-right: 15px;
  }
  #contact .contact-main .contact-content .right ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1116px) {
  #carouselExampleDark .slide-3-banner {
    left: 3%;
  }
  #carouselExampleDark .slide-3-banner ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
  #carouselExampleDark .slide-3-banner ul li {
    margin-bottom: 10px;
  }
  #carouselExampleDark .slide-3-banner ul li:last-child {
    margin-bottom: 0;
  }
  #carouselExampleDark .slide-3-banner {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .menu-top ul li {
    margin-right: 8px;
  }
  .pl-6 {
    padding-right: 50px;
  }
  #treatments .treatments-bg img {
    margin-left: 150px;
  }
  .section-kids .kids-top .right.left, .section-kids .kids-top .left.left {
    margin-left: 0;
  }
  .section-kids .kids-top.pl-6 {
    padding-left: 50px;
  }
  .section-kids .kids-about.pl-6 {
    padding-left: 50px;
  }
  .section-kids .kids-about .right.left, .section-kids .kids-about .left.left {
    margin-left: 0;
  }
  .section-kids .kids-about .kids-absolute-img-2 {
    left: 46px;
    bottom: 60px;
  }
  .section-kids .kids-about .kids-absolute-img-3 {
    left: 50px;
  }
  .section-kids .kids-about {
    flex-direction: column;
  }
  .section-kids .kids-about .left {
    width: 76%;
  }
  .section-kids .kids-about .right {
    margin-top: 15px;
    width: 76%;
  }
  .section-kids .kids-treatments ul {
    margin-left: 33%;
  }
}
@media screen and (max-width: 1065px) {
  header .menu-top {
    justify-content: space-between;
  }
  header .menu-top ul {
    margin-left: 3%;
  }
  .section-clinic ul li {
    width: 24%;
    margin-top: 1.25%;
  }
}
@media screen and (max-width: 1045px) {
  header .header-top .header-top-main .header-top-main-middle {
    margin: 0 1%;
  }
}
@media screen and (max-width: 999px) {
  .pl-6 {
    padding-right: 4%;
    padding-left: 4%;
  }
  #treatments .treatments-bg img {
    margin-left: unset;
  }
  .menu {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .section-kids .kids-treatments {
    position: relative;
    background-color: #FFE0DB;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section-kids .kids-treatments .kids-treatments-title h1 {
    font-size: 35px;
  }
  .section-kids .kids-treatments .kids-treatments-title {
    margin-left: 115px;
  }
  .section-kids .kids-treatments ul {
    margin-left: 250px;
  }
}
@media screen and (max-width: 960px) {
  header {
    border-bottom: 1px solid #EDEDED;
  }
  header .header-top .header-top-main {
    margin: 25px 0 20px 0;
    justify-content: space-between;
    align-items: center;
  }
  header .header-top .header-top-main .header-top-main-left {
    display: none;
  }
  header .header-top .header-top-main .header-top-main-right {
    display: none;
  }
  header .header-top .header-top-main .header-top-main-middle {
    width: 127px;
    margin: 0 5%;
  }
  header .header-top .header-top-main .header-top-main-last {
    display: flex;
    margin-right: 5%;
  }
  header .menu-top {
    display: none;
  }
  #treatments .treatments {
    display: none;
  }
  #treatments .treatments-responsive {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  #carouselExampleDark .carousel-inner .carousel-item .carousel-item-main .slider-main > img.slide-logo {
    position: absolute;
    right: 5%;
    top: 21%;
    left: 5%;
    max-width: 710px;
    width: 90%;
    min-width: unset;
  }
}
@media screen and (max-width: 879px) {
  .section-kids .kids-treatments .kids-treatments-title h1 {
    font-size: 25px;
  }
  .section-kids .kids-treatments ul li {
    width: 100%;
  }
  .section-kids .kids-treatments ul {
    margin-left: 290px;
  }
  .section-kids .kids-treatments .kids-treatments-title .spider-main {
    top: 21px;
  }
}
@media screen and (max-width: 865px) {
  #contact .footer {
    height: unset;
    flex-direction: column;
    padding: 7px 50px;
  }
}
@media screen and (max-width: 840px) {
  #treatments .treatments-middle.last-item {
    margin-top: 10px;
  }
  #about .section-main-row .text {
    margin-bottom: 40px;
  }
  .section-kids .kids-about .kids-absolute-img-1 {
    position: absolute;
    right: 0;
    top: unset;
    width: 200px;
    bottom: 30%;
  }
  .section-kids .kids-about .kids-absolute-img-4 {
    position: absolute;
    right: 5%;
    bottom: 16%;
    width: 27px;
  }
}
@media screen and (max-width: 800px) {
  section .about-list li {
    width: 47%;
  }
  section .about-list li:nth-child(2n) {
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .section-articles ul li {
    width: 49%;
  }
  .section-clinic ul li {
    width: 32%;
    margin-top: 1.25%;
  }
  .career .career-top {
    flex-direction: column-reverse;
  }
  .career .career-top .left, .career .career-top .right {
    width: 100%;
  }
  .career .career-top .right img {
    width: 100%;
    object-fit: cover;
  }
  .career .career-top .left {
    margin-top: 5%;
  }
  #about .section-main-row {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #about .section-main-row .left {
    width: 100%;
    max-width: 400px;
  }
  #about .section-main-row .right {
    width: 100%;
    margin-top: 5%;
  }
  .section-about #about .title-big {
    margin-top: 15px;
  }
}
@media screen and (max-width: 740px) {
  .section-kids .kids-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-kids .kids-top .left {
    width: 100%;
  }
  .section-kids .kids-top .right {
    margin-top: 50px;
  }
}
@media screen and (max-width: 715px) {
  #carouselExampleDark .slide-2-banner {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .section-doctors .doctors .doctor-reverse {
    flex-direction: column-reverse;
  }
  .section-doctors .doctors li {
    flex-direction: column;
  }
  .section-doctors .doctors li.left {
    flex-direction: column-reverse;
  }
  .section-doctors .doctors li .content {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 650px) {
  .section-kids .slide-form {
    right: 5%;
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 610px) {
  .section-kids .kids-treatments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-kids .kids-treatments .kids-treatments-title {
    margin-left: unset;
  }
  .section-kids .kids-treatments .kids-treatments-title .spider-main {
    left: calc(100% - 250px);
  }
  .section-kids .kids-treatments .kids-treatments-title .spider-main .spider {
    margin-top: -45px;
  }
  .spider-rope {
    height: 120px !important;
  }
  .section-kids .kids-treatments ul {
    margin-left: unset;
    justify-content: center;
    margin-top: 170px;
  }
  .section-kids .kids-treatments .kids-treatments-title h1 {
    text-align: center;
  }
  .section-kids .kids-about .right img, .section-kids .kids-about .left img {
    max-width: 100%;
  }
  .section-kids .kids-top .right img, .section-kids .kids-top .left img {
    max-width: 100%;
    aspect-ratio: 1/0.9;
  }
  .section-kids .kids-top.pl-6 {
    padding-left: 4%;
  }
  .section-kids .kids-about.pl-6 {
    padding-left: 4%;
  }
  .section-kids .kids-about .right h1, .section-kids .kids-about .left h1 {
    font-size: 30px;
    color: #3C2B99;
    margin-bottom: 20px;
  }
  .section-kids .kids-about .right p, .section-kids .kids-about .left p {
    color: #2D3436;
    font-size: 16px;
    line-height: 26px;
  }
  #doctors .title-big {
    z-index: 2;
  }
}
@media screen and (max-width: 630px) {
  #treatments .treatments-responsive .treatment-item {
    width: 100%;
    height: unset;
    padding: 50px 10px 30px 10px;
    margin-bottom: 15px;
  }
  #treatments .treatments-responsive .treatments-bg img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #carouselExampleDark .carousel-inner video {
    object-fit: contain;
  }
}
@media screen and (max-width: 580px) {
  #contact .contact-main .contact-content .left, .form .contact-main .contact-content .left {
    width: 100%;
    margin-right: 0;
  }
  #contact form .form-item, .form form .form-item {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .section-articles ul li {
    width: 100%;
  }
  .section-clinic ul li {
    width: 49%;
    margin-top: 2%;
  }
  #contact .contact-main .contact-content .right ul {
    flex-wrap: wrap;
    width: 100%;
  }
  #contact .contact-main .contact-content .right ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  #contact .contact-main .contact-content .right ul li:last-child {
    margin-bottom: 0;
  }
  #contact .footer ul {
    flex-direction: column;
    justify-content: center;
  }
  #contact .footer ul li a {
    display: flex;
    width: 100%;
    text-align: center;
  }
  .fast-dating {
    bottom: 18%;
  }
  .whatsapp-absolute {
    bottom: 18%;
    right: 10px;
  }
  #contact .footer .left span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-clinic .title-big {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 25px !important;
  }
  section .title-big {
    font-size: 20px;
    z-index: 1;
  }
}
@media screen and (max-width: 500px) {
  .career .career-top .title-big {
    font-size: 20px;
  }
  .career .career-top h4 {
    font-size: 13px;
  }
  #carouselExampleDark .slide-form {
    width: 94%;
    left: 3%;
  }
  #doctors .multiple-items .item-main .item {
    min-height: 200px;
    height: unset;
  }
}
@media screen and (max-width: 470px) {
  section .about-list li {
    width: 100% !important;
  }
}
@media screen and (max-width: 425px) {
  section .section-main-row .left .about-img-2 {
    height: 200px;
  }
  section .section-main-row .left .about-img-1 {
    height: 200px;
  }
  #carouselExampleDark .slide-form {
    margin-top: 5px;
  }
  .section-kids .slide-form form .form-check label span {
    line-height: 22px;
  }
  .section-kids .slide-form {
    margin-top: 10px;
  }
  .section-kids .kids-about .kids-absolute-img-1 {
    width: 50%;
    bottom: 25%;
  }
  .kids-doctors .multiple-items {
    z-index: 3;
  }
  .kids-doctors .kids-absolute-img-1 {
    z-index: 1;
    width: 75%;
    top: 2%;
  }
}
@media screen and (max-width: 380px) {
  .section-clinic ul li {
    width: 100%;
  }
  #carouselExampleDark .slide-form form {
    padding: 20px;
  }
  #carouselExampleDark .slide-form form .form-check label span {
    line-height: 22px;
  }
  #contact .footer {
    padding: 7px 20px;
  }
}

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