@media screen and (min-width: 1500px) and (max-width: 2000px) {
  .main-logo {
    margin-bottom: 0.6rem;
  }
  section.home-banner-icon {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999;
  }
  section.home-banner-icon .banner-icons-wrapper {
    position: absolute;
    top: -9rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  section.home-banner-icon .banner-icons-wrapper li {
    background-color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 10rem;
    max-width: 11rem;
    padding: 0.3rem 0.5rem;
    min-height: 16vh;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  }
  section.home-banner-icon .banner-icons-wrapper li h3 {
    font-size: 1.24rem;
    color: #280f28;
    margin: 0.5rem 0;
    font-family: "Poppins", sans-serif;
  }
  section.home-banner-icon .banner-icons-wrapper li img {
    max-width: 64px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1499px) {
  .navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    margin: 0 0.3rem;
  }
  .main-logo {
    margin-bottom: 0.5rem;
  }
  section.home-banner-icon .banner-icons-wrapper {
    top: -8rem;
  }
  section.home-banner-icon .banner-icons-wrapper li {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 14vh;
  }
  section.home-banner-icon .banner-icons-wrapper li h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #280f28;
    margin: 0.5rem 0;
    font-family: "Poppins", sans-serif;
  }
  section.home-banner-icon .banner-icons-wrapper li img {
    max-width: 64px;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  section.slider-section {
    padding: 0;
    margin-top: -1rem;
  }
  .user-menu {
    min-width: 330px;
  }
  section.home-banner-icon .banner-icons-wrapper {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 0.3rem;
  }
  section.home-banner-icon .banner-icons-wrapper li {
    min-width: 8rem;
    max-width: 10rem;
    min-height: 16vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.home-banner-icon .banner-icons-wrapper li img {
    max-width: 36px;
  }
  section.home-banner-icon .banner-icons-wrapper li h3 {
    font-size: 0.8rem;
    color: #280f28;
    margin: 0.3rem 0;
    font-family: "Poppins", sans-serif;
  }
  section.home-banner-icon .banner-icons-wrapper li img {
    max-width: 64px;
  }
  section {
    padding: 1.6em 0;
  }
  .navbar-light .navbar-toggler {
    color: #ffd67d;
    position: relative;
    right: 10px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
  .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;
  }
  .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: #a67203;
    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);
  }
  .ec-member-wrapper {
    grid-template-columns: 1fr;
  }
  .weather-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .small-width {
    max-width: 25rem;
  }
  section.contact-home .item-wrapper {
    min-height: 0;
  }
  section.contact-home .ec-member-wrapper {
    grid-template-columns: 1fr;
  }
}
/* 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: #291d5d;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .main-logo {
    margin-bottom: 0.2rem;
  }
  .navbar-brand img {
    width: 85%;
    padding: 0 0.8rem;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
    z-index: 9999;
  }
  .offcanvas-collapse.open ul li {
    line-height: 2.5;
  }
  .offcanvas-collapse.open .navbar-nav li:hover > ul.dropdown-menu {
    border-top: 2px solid #a67203;
    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 #a67203;
    padding-top: 10px;
    margin-top: 10px;
  }
  .dropdown-menu {
    background: #372973;
  }
  .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: #a67203;
}/*# sourceMappingURL=responsive.css.map */