/* xxl */

@media (min-width: 1380px) {
}

/* xl */

@media (min-width: 1200px) and (max-width: 1379px) {
  .doctor-slider {
    right: 10%;
    width: 30%;
  }
}

/* lg */

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 1.8rem;
  }
  .lead {
    font-size: 1rem;
  }
  .modal-menu {
    font-size: 0.9rem;
  }
  .intro .carousel-item .inc {
  	max-height: 500px;
  }
  .doctor-slider {
    right: 10%;
    width: 30%;
  }
}

/* md */

@media (min-width: 768px) and (max-width: 991px) {
  .nav-item {
    font-size: 1rem;
  }
  .nav-item2 {
    font-size: 1rem;
  }
  .modal-menu {
    font-size: 0.9rem;
  }
  .text {
    font-size: 1rem;
  }
  /*nav.navbar .dropdown:hover .dropdown-menu {
    display: none;
  }*/
  .doctor-slider {
    right: 0%;
    width: 45%;
  }
}

/* sm */

@media (min-width: 480px) and (max-width: 767px) {
  /*********************************/
  .text {
    font-size: 1rem;
  }
  .doctor-slider {
    right: 5%;
    width: 35%;
  }
  .top-caption {
    top: 0%;
    width: 65%;
  }
}

/* xs Portrait */

@media (max-width: 479px) {
  /*.owl-nav,
  .owl-prev,
  .owl-next {
    display: none;
  }*/
  .about .bg-block {
    background: url(/site/styles/images/about-1.jpg) no-repeat left top / 100%;
    padding-top: 250px;
  }
  h1 {
    font-size: 1.2rem;
  }
  .lead {
    font-size: 1rem;
  }
  .nav-item {
    font-size: 1rem;
  }
  .nav-item2 {
    font-size: 1rem;
  }
  .modal-menu {
    font-size: 0.9rem;
  }
  .part p {
    font-size: 1rem;
  }
  .text {
    font-size: 1rem;
  }
  .top-caption {
    top: 0%;
  }
  .doctor-slider {
    right: 0%;
    width: 65%;
  }
}
