@media (max-width: 1199px) {
  .extra-value {
    width: 90px !important;
    height: 90px !important;
    margin-left: 0px;
    padding-top: 10px !important;
  }
  #footer .container {
    padding: 60px 20px;
  }
  .fix-mobile {
    position: relative;
    top: 20px;
    transform: scale(2.1) !important;
  }
  .m-desktop {
    display: none !important;
  }
  .m-mobile {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .round-mobile {
    border-radius: 10px !important;
  }
  .schedule-doctor {
    padding: 1.5rem 0.75rem;
  }
  .team .member .member-info h4,
  .schedule-doctor h4,
  .section-sechedule h5 {
    font-size: 11pt;
    font-weight: bold;
  }
  .team .member .member-info span,
  .schedule-doctor p,
  .section-sechedule p {
    font-size: 9pt;
    padding: 5px;
  }
  .team .member .member-info span,
  .schedule-doctor p,
  .section-sechedule p {
    padding: 5px 0;
  }
  .team .member .member-info h4,
  .schedule-doctor h4,
  .section-sechedule h5 {
    font-size: 11pt;
    font-weight: bold;
  }

  .section-sechedule .m-1 {
    margin: 0px !important;
    padding: 5px !important;
  }
}
@media screen and (min-width: 992px) {
  .header-gambar {
    margin-bottom: -120px;
    transition: 0.7s;
  }
  /* .navbar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  } */
}

@media screen and (max-width: 991px) {
  .mobile-center {
    display: flex;
    align-items: center;
    text-align: center !important;
    flex-direction: column;
  }
  .dropdown-item::after {
    transform: rotate(90deg);
  }
  .nav-item.dropdown .dropdown-menu {
    /* background: transparent; */
    --bs-dropdown-bg: none;
    --bs-dropdown-link-hover-bg: var(--bluetrans);
    --bs-dropdown-link-active-bg: rgba(0, 154, 178, 0.7);
  }

  .dropdown-menu li:hover {
    background-image: none;
  }
  .dropdown-item {
    color: var(--blue) !important;
  }

  .navbar .nav-link,
  .navbar-brand {
    font-weight: 500;
    text-transform: none;
  }
}

@media screen and (max-width: 900px) {
  .news-card__text-wrapper {
    bottom: -1rem !important;
  }
  .news-card__title {
    margin-bottom: 0rem !important;
    font-size: 1.2rem !important;
  }
  .footer-last,
  .footer-last span {
    font-size: 7pt;
    padding-bottom: 30px;
  }
  .navbar-brand img {
    height: 70px;
  }
  /*  .header-gambar {
    height: 300px;
  }
  .header-gambar .carousel-header img {
    height: 400px;
  }*/
}
@media screen and (min-width: 900px) {
  .navbar-brand img {
    height: 50px;
  }
  /*  .header-gambar {
    height: 350px;
  }

  .header-gambar .carousel-header img {
    height: 450px;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-area {
    margin-top: 35px;
  }
}

@media screen and (max-width: 800px) {
  .navbar-brand img {
    height: 50px;
  }
  /*  .header-gambar {
    height: fit-content !important;
  }

  .header-gambar .carousel-header img {
    width: 100% !important;
    height: auto !important;
  }*/
}
@media screen and (max-width: 768px) {
  .navbar-brand img {
    height: 40px;
  }
  /* .sidebar {
    display: none;
  } */
  .card-header h3 {
    font-size: large;
  }
  .schedule-doctor {
    padding: 1rem 0;
  }
  .section-sechedule .day-schedule {
    display: flex;
    padding: 0 !important;
  }
  .section-sechedule .day-schedule .sc-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #d9e4eb;
    min-width: 45%;
    flex-direction: column;
  }
  .section-sechedule .day-schedule .sc-label * {
    display: block;
    width: 100%;
  }

  .section-sechedule .date-schedule {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin: 0;
  }
  .section-sechedule .day-schedule .sc-time {
    display: flex;
    align-items: center;
    padding: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    min-width: 55%;
  }
  .bg-hourpick {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container,
  .container-fluid {
    padding: 0px 120px;
  }
  .m-mobile {
    display: none !important;
  }
  .m-desktop {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  .carousel-header .owl-nav .owl-next,
  .carousel-header .owl-nav .owl-prev {
    height: 30px;
    width: 30px;
    position: absolute !important;
    padding: 10px !important;
    top: 40%;
    font-size: 35px !important;
  }
  .carousel-header .owl-nav .owl-prev span {
    margin-bottom: 3px;
    margin-left: -2px;
  }

  .carousel-header .owl-nav .owl-next span {
    margin-bottom: 3px;
    margin-right: -2px;
  }
  #unggulan .card-text {
    -webkit-line-clamp: 3 !important;
  }
  .fix-mobile {
    top: 22px;
  }
}

@media screen and (max-width: 470px) {
  .fix-mobile {
    position: relative;
    top: 24px;
    transform: scale(2.3) !important;
  }
}
@media screen and (max-width: 360px) {
  .fix-mobile {
    position: relative;
    top: 28px;
    transform: scale(2.5) !important;
  }
}

@media screen and (max-width: 280px) {
  .fix-mobile {
    position: relative;
    top: 39.5px;
    transform: scale(3.2) !important;
  }
}
