/*
 * 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: 545px) {
  .exchange-rates {
    width: 300px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  #top-bar .container-fluid > .d-flex.w-100 {
    width: unset !important;
  }
}
@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.home {
    position: relative;
  }
  header .menu-area .main-menu {
    display: none;
  }
  header .menu-area .mobile-menu-button {
    display: flex;
    font-size: 1.5em;
    color: black;
    align-items: center;
  }
  header .menu-area .mobile-menu-button:focus,
  header .menu-area .mobile-menu-button:active {
    color: #231f20;
  }
  header .header-right {
    display: none;
  }
  .icon-count-2-outer .icon-count-2 .icon-content {
    top: 0;
  }
  .services-section .icon {
    left: calc(50% - 80px);
  }
  .services-section .icon img {
    width: 160px;
  }
}
.services-section .other-news .item {
  padding: 0 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .icon-count-2-outer-section [class*="col-"]:last-child .icon-count-2-outer {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .about-image .description {
    padding: 1rem 0.5rem;
  }
  .about-image .description span:last-child {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  .timeline-container:before {
    left: 8px;
    width: 2px;
  }
  .timeline-container .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-container .timeline-block-right {
    float: none;
  }
  .timeline-container .timeline-block-left {
    float: none;
    direction: ltr;
  }
}
/*# sourceMappingURL=responsive.css.map */