@media only screen and (max-width: 991px) {
  .nav-item a.active {
    border: none !important;
    padding-left: 0px !important;
  }
  .nav-item a {
    border: none !important;
    padding-left: 0px !important;
  }
  .cart-countwrap {
    display: inline-block;
  }

  .cart-count {
    right: -10px;
  }

  .navbar-nav {
    align-items: start;
    margin-top: 30px;
    gap: 5px;
  }

  .nav-item {
    border-bottom: var(--border-lightgray);
    width: 100%;
  }

  .active {
    border: var(--border-none);
    padding: 0.5rem 0rem !important;
  }

  .headerleft h1 {
    font-size: var(--font-title-40);
    margin-top: 30px;
  }

  .imagecolumn {
    text-align: center;
  }

  .operationhourscol h5 {
    padding-left: 0px !important;
  }
  .operationhourscol ul {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {

  .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
  }
  .textcol {
    width: 80%;
  }

  .prodcatwrap {
    padding-top: 30px;
    text-align: center;
  }
  .prodcatwrap .prod-info h6 {
    height: 100px;
  }

  .bluepatternbg {
    background-size: cover !important;
  }

  .listbtnstyle li {
    padding: 8px;
  }

  .listbtnstyle li a {
    font-size: var(--font-body-sm);
  }
}

@media only screen and (max-width: 767px) {
  .prodcatwrap h3 {
    padding: 0px 20px;
  }

  .letushelpyouwrap h2 br {
    display: none;
  }
  .listbtnstyle {
    padding: 0;
    column-count: 1 !important;
  }
  .operationhourswrap {
    padding-top: 30px;
  }
  .operationhourscol ul li {
    display: block !important;
  }

  .carousel-caption h5 {
    font-size: var(--font-body-xl);
    padding: 0px 25px;
  }

  .testinobualwrap {
    padding: 40px 0px;
  }

  .daycol,
  .timecol {
    font-size: var(--font-body-lg);
  }

  .operationhourscol {
    padding: 25px;
  }
  .operationhourscol ul {
    margin-bottom: 0px;
  }

  .welcometext {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .balloon-img {
    right: -50px;
  }

  .product-service-wrap,
  .prodcatmainwrap {
    width: 100%;
  }

  .testinobualwrap .carousel-caption {
    width: 80%;
    margin: 0px auto;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 30px !important;
    background-size: cover;
  }
  .welcometext h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
  }

  .nav-item a:hover::after {
    display: none;
  }
  .nav-item a.active::after {
    display: none;
  }
  .height91 {
    height: inherit;
  }
}


@media only screen and (max-width: 786px) {

    .navbar-wrapper .dropdown {
        align-items: start;
        margin-top: 30px;
        gap: 5px;
        flex-direction: column;
    }

    .navbar-wrapper .dropdown li {
        position: relative;
        border-bottom: var(--border-lightgray);
        width: 100%;
        padding: 7px 0px !important;
    }

    .navbar-wrapper .dropdown li:last-child {
        border: none;
    }

    .navbar-wrapper ul li a{
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .navbar-wrapper ul li > ul {
        background: transparent;
        position: unset !important;
        display: block;
        margin-left: 0;
        padding-left: 15px;
    }

    .navbar-wrapper ul li > ul a {
        padding: 0 10px !important;
        color: var(--accent-color-first);
    }

    .navbar-wrapper ul li > ul::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        top: 30px;
        right: 13px;
    }
}
