@media screen and (min-width: 991px) and (max-width: 1399px) {
  .navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-style: normal;
    font-size: 1.1rem;
    margin: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  section.slider-section {
    padding: 0;
    margin-top: -1rem;
  }
  section {
    padding: 1.6em 0;
  }
  .navbar-light .navbar-toggler {
    color: #656565;
    position: relative;
    right: 10px;
  }
  .owl-prev i,
  .owl-next i {
    font-size: 1.4rem;
  }
  .owl-next {
    right: 0.5rem;
  }
  .owl-dots {
    top: calc(96% - 26px);
  }
  .section-heading h2 {
    font-size: calc(1.8rem + 0.8vw);
  }
  .section-heading p {
    font-size: 1.2rem;
    color: #291d5d;
  }
  .chat-icon {
    display: none;
  }
  .about-content .content-sub::after {
    left: 22%;
  }
  section.banner-cta {
    padding: 2rem 0;
    text-align: center;
  }
  section.banner-cta .btn-cta {
    margin-top: 0.8rem;
  }
  .usps {
    flex-direction: column;
  }
  .usps .usp-item {
    flex-direction: column;
    text-align: center;
  }
  .usps .usp-item .usp-content {
    text-align: center;
  }
  .home-banner-sec {
    margin-top: 2rem;
  }
  .about-content {
    margin-bottom: 2rem;
  }
  .product-cart-wrap .product-img-action-wrap {
    padding: 0;
  }
  .product-cart-wrap .product-content-wrap {
    padding: 0 10px 20px 10px;
  }
  .product-cart-wrap .product-content-wrap h2 {
    font-size: calc(0.9rem + 0.5vw);
    margin: 0.3em 0;
  }
  .product-cart-wrap .product-content-wrap .product-rate-cover {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-cart-wrap .product-content-wrap .product-card-bottom {
    margin-top: 0.3em;
    display: flex;
  }
  .product-cart-wrap .product-content-wrap .product-card-bottom .add-cart .add {
    padding: 6px 10px 6px 10px;
    font-size: 0.8rem;
  }
  .product-cart-wrap .product-content-wrap .product-meta {
    margin-bottom: 1em;
  }
  .product-cart-wrap .product-content-wrap .product-meta .font-small {
    display: none;
  }
  .unodered-list li:before {
    top: 30%;
    height: 27%;
  }
  .unodered-list li {
    margin-bottom: 1.6rem;
  }
  .unodered-list li:after {
    width: 8%;
    bottom: 43%;
  }
  .font-small {
    font-size: 0.9rem;
  }
  .testimonial-slider .item .card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonial-slider .item .card img {
    height: 100%;
  }
  .testimonial-slider .item .card .card-body {
    text-align: center;
  }
  .testimonial-slider .item .card .card-body .patient-name {
    margin-bottom: 0.8rem;
  }
  .contact-cards {
    flex-direction: column;
  }
  .contact-cards li {
    width: 100%;
  }
  section.main-cta h3 {
    font-size: 1.6rem;
  }
  section.main-cta .btn-cta {
    font-size: 1.6rem;
    margin: 0.8rem 0;
  }
  .main-cta .btn-cta {
    font-size: 1.4rem;
  }
  footer h4 {
    margin-bottom: 0.2rem;
  }
  footer ul {
    margin-bottom: 2rem;
  }
  footer .social-media-icons {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .main-btn-static .btn {
    background-color: #cd1d57;
    border: none;
  }
  section.home-category {
    padding: 3rem 0;
  }
  .products-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-category ul li,
  .footer-contact ul li {
    line-height: 1.8;
  }
  .footer-contact ul li {
    margin-bottom: 0.5em;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom ul.footer-menu {
    float: inline-start;
  }
  .page-title-bar .breadcrumb {
    font-size: 0.8rem;
  }
  .testimonial-slider .item {
    padding: 0.5em;
  }
  .testimonials-inner {
    padding: 0.7em 1em;
    text-align: center;
  }
  .footer-category ul li,
  .footer-contact ul li {
    font-size: calc(1rem + 0.2vw);
  }
}
@media (max-width: 768px) {
  .small-width {
    max-width: 25rem;
  }
}
/* Offcanvas */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 53px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #ff97ba;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .navbar-brand img {
    width: 85%;
    padding: 0 0.8rem;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .offcanvas-collapse.open ul li {
    line-height: 2.5;
  }
  .offcanvas-collapse.open .navbar-nav li:hover > ul.dropdown-menu {
    border-top: 2px solid #cd1d57;
    width: 100%;
    position: relative;
  }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    padding: 0;
  }
  .form-inline {
    margin-left: 0;
    text-align: center;
    float: none;
    bottom: 26px;
    position: absolute;
    width: 85%;
    padding: 0.5em 1em;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-nav {
    border-top: 2px solid #cd1d57;
    padding-top: 10px;
    margin-top: 10px;
  }
  .dropdown-menu {
    background: #ff97ba;
  }
  .dropdown-menu .dropdown-item {
    line-height: 1.5;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-item.dropdown ul li a {
    font-size: 1.3rem;
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #cd1d57;
}/*# sourceMappingURL=responsive.css.map */