/*
 * Copyright (c) 2022.
  * Muhammet KÖKLÜ <info@muhammetkoklu.com>
  */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .our-doctors .container {
    padding-right: 0!important;
    padding-left: 0!important;
  }
}
@media (max-width: 1760px) {
  .carousel-item {
    height: 700px !important;
  }
}
@media (max-width: 545px) {
  .exchange-rates {
    width: 300px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1760px) {
  .exchange-rates {
    width: 300px;
    margin: auto;
  }
}
@media only screen and (max-width: 992px) {
  .carousel .carousel-caption {
    right: 15%;
    top: 20%;
    text-align: left;
  }
  .carousel .carousel-caption h2 {
    font-size: 1.5rem;
  }
  header {
    position: relative;
  }
  header.home {
    position: relative;
  }
  header .logo-area img {
    height: 60px;
    width: auto;
    transition: all 0.5s;
  }
  header .menu-area .main-menu {
    display: none;
  }
  header .menu-area .mobile-menu-button {
    display: block;
    font-size: 1.5em;
    color: black;
  }
  header .menu-area .mobile-menu-button:focus,
  header .menu-area .mobile-menu-button:active {
    color: #0f3e85;
  }
  header .header-right {
    display: none;
  }
}
.services-section .other-news .item {
  padding: 0 1rem;
  margin-top: 2rem;
}
