@media (min-width: 992px) {
    .nav-item {
        position: relative;
    }
    .nav-item .sub-menu {
        list-style: none;
        opacity: 0;
        top: 80px;
        transition: all 0.3s ease;
        visibility: hidden;
        height: auto;
        position: absolute;
        z-index: 10000;
    }
    .nav-item:hover .sub-menu {
        opacity: 1;
        top: 60px;
        visibility: visible;
    }
    .nav-item .sub-menu .sub-menu {
        top: 80px;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .nav-item .sub-menu li:hover .sub-menu {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .nav-item .sub-menu {
        background-color: #ffffff;
        min-width: 160px;
        padding: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    }
    .header-main .main-nav .navbar-nav .nav-item .sub-menu li a {
        color: #333 !important;
        font-weight: 500;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 6px 14px 6px 7px;
        font-size: 0.9em;
        line-height: 20px;
    }
    .header-main .main-nav .navbar-nav .nav-item .sub-menu li:hover {
        background: #f4f4f4;
    }
    .header-main .main-nav .navbar-nav .nav-item .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }
    .header-main .main-nav .navbar-nav .nav-item .sub-menu li:last-child {
        border: unset;
    }
    .navbar-brand.mobile {
        display: none;
    }
    .navbar-toggler {
        display: none;
    }
    .navbar-brand img {
        width: 100%;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
    .header-main .main-nav .navbar-collapse {
        padding-left: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
        padding: 38px 8px;
    }
}
@media (max-width: 1024px) {
  .header-text{
    padding-top: 20px;
    padding-bottom:28px;
  }
  .assessment-box{
    height: 100%;
  }
 .assessment-box .media{
  text-align: center;
  display: block;
 }
 .assessment-box img{
    margin-bottom: 10px;
 }
 .navbar-brand{
    max-width: 186px;
 }
}

@media (max-width: 998px) {
    .navbar .navbar-brand {
        display: none;
    }
    .main-nav {
        position: relative;
    }
    .navbar-toggler-icon i {
        color: #0270BA;
    }
    .header-button.mobile {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-button.mobile .cart-header {
        position: relative;
    }
    .mobile-wrapper {
        width: 100%;
    }
    .main-nav .navbar .navbar-collapse.mobile {
        position: fixed;
        height: 100%;
        width: 80%;
        background: #fff;
        top: 0;
        left: -1000px;
        z-index: 1000000;
        transition: all 0.3s;
    }
    .main-nav .navbar .collapse {
        display: block;
    }
    .overlay-mobile.show {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0e0e0e82;
        z-index: 100;
        display: block;
        top: 0;
        left: 0;
    }
    .main-nav .navbar .navbar-collapse.mobile.active {
        left: 0px;
    }
    .header-wrapper .header-main .main-nav .navbar-nav {
        margin-top: 30px;
    }
    .header-main .main-nav .navbar-nav .nav-item a.nav-link {
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }
    .main-nav {
        display: flex;
    }
    a.navbar-brand.mobile {
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-toggler:focus {
        outline: 0;
        box-shadow: unset;
        border: unset;
    }
    .header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
        padding: 8px 10px;
    }
    .header-main .main-nav li.nav-item.header-search {
        margin-top: 10px;
        margin-left: 20px;
    }
    .header-main .main-nav .navbar-nav {
        margin-left: 0;
        padding-top: 20px;
    }
    .header-main .main-nav .navbar-nav>.nav-item.active {
        background: unset !important;
    }
    .header-main .main-nav .navbar-nav>.nav-item:hover {
        background-color: #0692d3 !important;
    }
    .header-main .main-nav .navbar-nav>.nav-item:hover a {
        color: #fff !important;
    }
    .header-top {
        display: none;
    }
    .mega-menu ul {
        padding-left: 10px;
    }
    .mega-menu ul {
        display: none;
    }
    .footer-info{
      padding-right: 0px;
    }
    .navbar-nav .nav-item .sub-menu {
        display: none;
        padding-left: 30px;
    }
    .btn-dropmenu i.fa.rotate {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .btn-dropmenu i {
        border-radius: 33px;
        font-size: 16px;
        color: #333 !important;
        font-weight: bold;
    }
    .main-nav .navbar-toggler {
        position: absolute;
        left: 0px;
        top: 24px;
    }
    .header-main .navbar-nav>.nav-item>span.btn-dropmenu {
        top: 18px;
        right: 10px;
    }
    .header-main .sub-menu span.btn-dropmenu {
        top: 10px;
        right: 10px;
        transform: rotate(90deg);
    }
    .header-main span.btn-dropmenu {
        width: 20px;
        height: 20px;
    }
    .header-main span.btn-dropmenu:hover {
        border-radius: 100px;
        background: aliceblue;
    }
    .header-main .main-nav .navbar-nav>.nav-item {
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .row-grid-pr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .header-inner {
        text-align: center;
    }
    .navbar-brand {
        max-width: 138px;
    }
    .header-text {
        padding: 10px;
        margin-bottom: 10px;
    }
    .header-text_2 {
        font-size: 34px;
        line-height: 20px;
    }
    .header-text_1,
    .footer-text_1 {
        height: 40px;
    }
    .seach-form .form-group {
        display: flex;
        align-items: center;
    }
    .section-title {
        font-size: 16px;
    }
    .seach-form .title {
        font-size: 18px;
    }
    .row-grid-pr {
        grid-gap: 10px;
        grid-template-columns: 100%;
    }
    .section-title span {
        height: auto;
        line-height: 22px;
        padding-top: 8px;
        padding-bottom: 6px;
    }
    .section-advise::after {
        height: 401px;
        bottom: 269px;
    }
    .section-blog {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .footer-hotline {
        position: unset;
        min-width: 100%;
    }
    .product-wrapper .cat-tab li {
        margin-bottom: 10px;
    }
    .product-group {
        padding: 0px 20px;
    }
    .entry-header .post-title {
        font-size: 22px;
        line-height: 28px;
    }
    .section-title span::after {
        left: 0;
        min-width: unset;
    }
    .banner-text img {
        max-width: 200px;
    }
    .banner-text p {
        text-align: center;
    }
    .banner-text .label,
    .product-wrapper .cat-tab .nav-link {
        font-size: 18px;
    }
    .seach-form .form-group input::placeholder {
        font-size: 14px;
    }
    .symptoms-list li a {
        font-size: 16px;
    }
    .product-wrapper .cat-tab li {
        margin-right: 10px;
    }
    .product-wrapper .cat-tab {
        white-space: nowrap;
        overflow: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
    .bn-wrapper .bn-box {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .seach-form .title {
        max-width: 100%;
        margin-right: 0 !important;
    }
    .footer-hotline span {
        font-size: 20px;
    }
    .product-info .price-wrapper {
        flex-wrap: wrap;
    }
    .product-info .buttons_added {
        margin-bottom: 10px;
        display: inline-block;
    }
    .product-info .pr-meta-box {
        padding: 20px;
    }
    .product-info .pr-meta-box .product-name {
        font-size: 22px;
    }
    .product-info .info-bottom {
        padding-left: 0;
    }
    .product-info .btn-add-to-cart,
    .product-info .btn.btn-buy {
        padding: 8px;
        font-size: 18px;
    }
    .product-info .btn-add-to-cart i {
        font-size: 18px;
    }
    .related-products ul {
        justify-content: start;
    }
    .related-products ul li {
        margin-right: 20px;
    }
    .related-products ul li a {
        max-width: 160px;
    }
    .title span,
    .checkout-info-title {
        font-size: 18px;
    }
    .related-articles li a {
        font-size: 16px;
    }
    .featured-image {
        padding: 10px;
    }
    .quantity-stock {
        display: block;
    }
    .cart-wrapper {
        padding: 10px;
    }
    .cart-table tr th:first-child {
        min-width: 180px;
    }
    .cart-page .table-responsive {
        background: #fff;
    }
    .post-list .post-box .media {
        display: block;
    }
    .most-view h2,
    .faq-list h2 {
        font-size: 26px;
    }
    .post-list .post-box .box-image {
        margin-bottom: 10px;
    }
    .order-info-wrapper {
        box-shadow: unset;
        border-radius: unset;
    }
    .checkout-page {
        padding: 10px;
        padding-top: 30px !important;
    }
    .checkout-title {
        font-size: 20px;
    }
    .pr-info-right .buttons_added {
        display: inline-block;
    }
    .pr-info-right {
        align-items: center;
        margin-top: 20px;
        justify-content: space-between;
    }
    .buttons_added .input-qty {
        max-width: 26px;
    }
}