
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.9rem;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
    .banner {
        min-height: 450px;
        /*background: #fff !important;*/
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url(../img/bg/slider-bg-1.jpg) no-repeat;
        background-size: cover;
       /* min-height: 550px;*/
    }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
    .banner {
        min-height: 450px;
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url(../img/bg/slider-bg-1.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
    .banner {
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url(../img/bg/slider-bg-1.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 992px) {
    .banner {
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url(../img/bg/slider-bg-1.jpg) no-repeat;
        background-size: cover;
    }
}

@media (max-width: 480px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 400px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 768px) {
  .doctors .btn-group {
    display: block;
  }
  .doctors .btn-group .btn {
    margin: 8px 3px;
  }
}

@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*# sourceMappingURL=maps/style.css.map */
