@media (max-width: 768px) {
  .header-body {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
  }
 
}

@media (max-width: 768px) {

  .header-body .header-menu,
  .header-body .header-social {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-body .header-menu-bars {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-body .header-menu-mobile {
    display: block;
    z-index: 4;
    position: absolute;
    top: 75px;
    text-align: center;
    background: #fff;
    width: 100%;
    padding: 20px;
    left: 0%;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .header-body .header-menu-mobile li {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .subheader-body {
    display: block;
  }
}

@media (max-width: 768px) {
  .subheader-logo {
    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;
    padding: 6px 0;
    text-align: center;
  }

  .dropdown.select-tedavi {
    margin-right: initial;
  }

  .dropdown.select-tedavi-2 {
    margin-right: initial;
  }

  .hero-body-menu .dropdown .btn {
    background: #FFF;
    border: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    padding: 0 15px;
    color: #333;
    margin-bottom: 13px;
  }
  .subheader-logo img {
    width: 80%;
  }
  .find-out {
    width: 260px;
    height: 58px;
    -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.03));
    background-color: #0e223d;
    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;
    color: white;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 768px) {
  .subheader-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .subheader-menu-search {
    display: none;
  }
}

@media (max-width: 768px) {
  .subheader-menu-language {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-bg img {
    height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .hero-body {
    left: 0;
    top: 5vh;
    text-align: center;
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .hero-body .c-subtitle {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .hero-body-menu input {
    margin-bottom: 5px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-body-menu button {
    height: 60px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero-information {
    margin: 0 5px;
    left: 0;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .treatment .c-title-container {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .treatment .col-6 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .treatment-card {
    height: 190px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .treatment-card img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 130px;
  }
}

@media (max-width: 768px) {
  .treatment-card-name p {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .treatment-card-name img {
    display: none;
  }
}

@media (max-width: 768px) {
  .application {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .application-body {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .application-body-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .application-body .c-title-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .application-slider {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .certificate {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .certificate-body {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .certificate-body-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .certificate-submenu {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .certificate-submenu-title p {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .about {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-body {
    display: block;
  }
}

@media (max-width: 768px) {
  .about-body-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-body-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .about-body-information {
    margin-left: 10px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .days {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .days .c-title-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .days-body-dots {
    margin: 50px 0;
  }

  .days-body-dots .slick-dots {
    width: 100%;
    height: 80px;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .days-body-text-sliders {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .days-body {
    display: block;
  }
}

@media (max-width: 768px) {
  .days-body-image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .days-body-steps {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .days-body-text-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .before-body {
    padding-top: 30px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .before-body-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {

  .contact #telefon,
  .contact #ad_soyad,
  .contact #email,
  .contact #mesaj,
  .contact #submitContactForm {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-menu {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .contact-body-image {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .contact-body-image img {
    max-width: 100%;
    width: 100%;
  }

  .contact-body-image img:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .contact-body-image .row {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .contact-body-image2 img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .last-text-body {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .last-text-body-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .last-text-slider-card {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .experience .c-container {
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .experience-card {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .experience-card img {
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) {
  .experience-card p {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .top-footer {
    height: auto;
  }
}

@media (max-width: 768px) {
  .top-footer-body {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  .top-footer-body-text {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer-social {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-certifica {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-certifica img {
    width: 13%;
}
}

@media (max-width: 768px) {
  .footer-contact {
    height: auto;
    padding-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .footer-contact-name {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-contact-address {
    font-size: 14px;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-contact-email {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer-contact-email a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer-contact-phone {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .footer-contact-phone a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .footer-nav-title {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer-list {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .aesthetic {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .aesthetic-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .aesthetic-body-image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .aesthetic-body-information {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .aesthetic-body-information-menu .c-button {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .how_to {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .how_to-text .c-subtitle {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .videos-body {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .videos-body .c-title-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .videos-body .c-title-container .c-subtitle {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .videos-body .c-button {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .before-inner {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .contact-hero-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .contact-hero-body-image img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .contact-hero-body-information {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .contact-hero-body-information-menu p {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .map {
    margin: 25px 0;
  }
}

@media (max-width: 768px) {
  .cards-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  .cards-body-mail,
  .cards-body-address,
  .cards-body-phone {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .subheader-menu-button {
    display: none;
  }
}