@media(max-width: 1199px) {
    .story-right h2 {
        font-size: 38px;
    }

    .tabs-nav ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .modal-left {
        width: 35%;
        padding: 30px;
    }

    .modal-right {
        width: 65%;
        padding: 74px 30px 0 30px;
    }

    .modal-left-top h2 {
        font-size: 22px;
    }

    .mb-box {
        font-size: 8px;
    }

    .catalog-inner-bottom h3 {
        font-size: 16px;
    }

    .catalog-btn-sec a {
        font-size: 7px;
    }

    .download-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .cart-left-list-box {
        flex-wrap: wrap;
    }

    .address-inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .address-left {
        width: 100%;
        padding-right: 25px;
    }

    .sign-up-sec-inner {
        height: 100%;
    }
}

@media(max-width: 991px) {
    .navbar-toggler-icon {
        width: 2.2em;
        height: 2.2em;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        background: transparent;
    }

    .nan-btn-icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #000;
        margin: 7px 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        background-color: transparent;
        /* margin-top: 2px; */
        display: block !important;
        min-width: 100%;
        left: 0 !important;
        transform: translate(0%, 0px);
    }

    .sub-menu>li>a {
        color: hsl(222.2 84% 4.9%);
        padding: 5px 0;
        font-size: 14px;
    }

    .sub-menu>li {
        border: 0;
    }

    .web-header .navbar .navbar-nav li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .menu_overlay {
        display: none;
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 2;
    }

    .navbar-collapse {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        display: none;
        height: 100% !important;
        max-height: 100% !important;
        overflow: hidden;
        overflow-x: scroll;
        display: block !important;
        transform: translateX(-260px);
        opacity: 0;
        visibility: hidden;
        padding: 0px 0 20px;
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        z-index: 3;
        padding: 18px 15px;
    }

    .navbar-collapse.menu-visible {
        transform: translateX(0px);
        transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        opacity: 1;
        visibility: visible;
        overflow: auto;
    }

    .sub-menu {
        display: none !important;
        position: relative;
        border: none;
        box-shadow: none;
        transform: translate(0%, 0px);
        left: 0;
        width: 100%;
        background: transparent;
    }

    .web-header .navbar .navbar-nav .nav-item:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
    }

    .web-header .navbar .navbar-nav .nav-item.curent .sub-menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: translateY(0em);
        z-index: 1;
        transition: none;
        display: block !important;
        min-width: 100%;
        left: 0;
        transform: translate(0%, 0px);
    }

    .menu_overlay.menu-visible {
        display: block;
    }

    .story-right {
        margin-top: 75px;
    }

    .catrgory-header h2 {
        font-size: 46px;
    }

    .why-choose-bottom {
        justify-content: center;
    }

    .why-choose-box {
        width: 33.33%;
        margin-bottom: 25px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .latest-baz-bottom {
        width: 100%;
    }

    .nav-item {
        padding: 10px 15px;
    }

    .vision-box {
        padding: 30px;
    }

    .vision-icon {
        width: 58px;
        height: 58px;
    }

    .vision-icon img {
        width: 22px;
    }

    .vision-right img {
        width: 128px;
    }

    .inovation-img-box {
        padding: 75px 38px;
    }

    .quality-sec .row {
        flex-direction: column-reverse;
    }

    .contact-dtl-sec {
        top: 0;
        padding: 60px 0;
    }

    .secound-banner {
        padding: 84px 0 80px 0;
    }

    .socound-banner-inner h1 {
        font-size: 41px;
    }

    .contact-box-outer {
        margin-bottom: 24px;
    }

    .contact-form-left-top h2 {
        font-size: 33px;
    }

    .contact-form-left {
        margin-bottom: 30px;
    }

    /*.filter-sec {*/
    /*    display: none;*/
    /*}*/

    .filter-btn {
        display: block;
    }

    .filter-btn {
        background: #fff;
        border: 0;
        font-size: 22px;
    }

    .product-details-right {
        margin-top: 30px;
    }

    .right-arrow {
        display: none;
    }

    .workflow-outer::before {
        display: none;
    }

    .workflow-header {
        width: 100%;
    }

    .workflow-header h2 {
        font-size: 36px;
    }

    .workflow-header p {
        font-size: 14px;
        padding: 0 70px;
    }

    .workflow-box {
        width: 33.33%;
        margin-bottom: 38px;
    }

    .bulk-banner {
        height: 453px;
        padding: 0;
    }

    .bulk-list-box-outer {
        margin-bottom: 24px;
    }

    .modal-left {
        display: none;
    }

    .modal-right {
        width: 100%;
    }

    .catalogModal .modal-dialog {
        max-width: 600px;
    }

    .cart-wrapper {
        flex-wrap: wrap;
    }

    .cart-list-box-right {
        max-width: 100%;
    }

    .select-size-box {
        width: 16.66%;
    }

    .cart-right {
        margin-top: 25px;
    }

    .bought-together-right {
        padding-top: 40px;
    }

    .sign-box:first-child {
        display: none;
    }

    .sign-box-right {
        width: 100%;
    }

    .profile-img {
        width: 350px;
        height: 352px;
    }

    .profile-dtl-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile-dtl-right {
        margin-top: 25px;
    }

    .address-info-checkmark {
        padding: 28px;
        border-radius: 23px;
    }

    .profile-dtl-header {
        flex-wrap: wrap;
    }

    .profile-dtl-header-right  .tabs-nav {
        margin-top: 25px;
    }

    .order-history-inner .profile-dtl-header-right {
        width: 100%;
    }

    .order-history-inner .profile-dtl-header-right .tabs-nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .order-history-box-left {
        flex-wrap: wrap;
    }

    .order-history-box-info {
        width: 100%;
        margin-bottom: 12px;
    }

    .order-history-box-img {
        padding-left: 0;
    }

    .order-history-box-right {
        width: 40%;
        border: 0;
    }

}

@media(max-width: 767px) {
    .latest-header {
        width: 100%;
    }

    .latest-header h2 {
        font-size: 42px;
    }

    .catrgory-header h2 {
        font-size: 38px;
    }

    .counter-box-outer {
        margin-bottom: 30px;
    }

    .testimonials-inner {
        height: 315px;
    }

    .why-choose-box {
        width: 33.33%;
    }

    .accordion-item {
        padding: 29px 20px;
    }

    .baz-quote {
        font-size: 13px;
    }

    .baz-bottom p {
        font-size: 13px;
    }

    .footer-top-box {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .footer-top-box:last-child {
        width: 100%;
    }

    .vision-header h2 {
        font-size: 48px;
    }

    .vision-box-outer {
        margin-bottom: 25px;
    }

    .vision-header {
        width: 100%;
    }

    .inovation-img-box h2 {
        font-size: 28px;
    }

    .specialization-sec .catrgory-header {
        width: 100%;
    }

    .specialization-sec .category-wrapper {
        padding-bottom: 0;
    }

    .socound-banner-inner {
        width: 100%;
    }

    .map-inner {
        height: 474px;
    }

    .hq-box {
        right: 14px;
    }

    .product-details-top h2 {
        font-size: 35px;
    }

    .new-price {
        font-size: 32px;
    }

    .similer-product-top-left {
        width: 325px;
    }

    .workflow-trusted {
        flex-wrap: wrap;
        gap: 15px;
    }

    .catalogModal .modal-content {
        height: 455px;
    }

    .cart-left {
        padding-right: 0;
    }

    .address-top-header h2 {
        font-size: 18px;
    }

    .bought-together-box {
        width: 50%;
    }

    .plus-sec {
        display: none;
    }
}

@media(max-width: 575px) {
    .webHeaderMobileSearchArea {
        display: block;
    }

    .nan-btn-icon {
        height: 2px;
        margin: 7px 0;
    }

    .webHeaderMobileSearchAreainner {
        position: relative;
    }

    .webHeaderMobileSearchAreainner input {
        width: 100%;
        height: 40px;
        border: 1px solid #dee2e6;
        outline: none;
        box-shadow: none;
        position: relative;
        padding: 6px;
        font-size: 14px;
        padding-left: 38px;
    }

    .webHeaderMobileSearchAreainner .searchBtn {
        position: absolute;
        top: 8px;
        left: 6px;
        background-color: transparent;
        border: 0;
        color: #a19f9f;
        font-size: 14px;
    }

    .catrgory-header {
        width: 100%;
        margin-bottom: 30px;
    }

    .catrgory-sec {
        overflow: hidden;
    }

    .search-switcher {
        display: none;
    }

    .story-sec {
        padding: 40px 0 52px 0;
    }

    .vision-header h2 {
        font-size: 38px;
    }

    .vision-left h3 {
        font-size: 31px;
    }

    .vision-top {
        margin-bottom: 20px;
    }

    .inovation-img-box {
        margin-top: 50px;
    }

    .catrgory-sec {
        padding: 50px 0;
    }

    .vision-sec {
        padding: 60px 0 50px 0;
    }

    .quality-sec .story-right {
        padding-right: 0px;
    }

    .edge-sec {
        width: 100%;
        padding: 50px 0;
    }

    .story-sec {
        padding: 40px 0 52px 0;
    }

    .footer-top {
        padding: 50px 0 70px 0;
    }

    .web-header {
        padding-bottom: 15px;
    }

    .hq-box {
        width: 303px;
        padding: 26px;
    }

    .contact-input-btn-sec p {
        display: none;
    }

    .similer-product-top {
        flex-wrap: wrap;
        gap: 15px;
    }

    .similer-product-top-left {
        width: 100%;
    }

    .similer-product-top-left h2 {
        font-size: 29px;
    }

    .des-left h2 {
        font-size: 26px;
    }

    .policy-box-outer {
        margin-bottom: 25px;
    }

    .policy-box-outer:last-child {
        margin-bottom: 0px;
    }

    .why-choose-box-bottom p {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        left: 19px;
    }

    .quote-btn {
        padding: 15px 22px;
        border-radius: 10px;
    }

    .catalog-btn {
        padding: 15px 22px;
        border-radius: 10px;
    }

    .modal-right .btn-close {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .checkout-address-top-inner ul li {
        padding: 0 20px;
    }

    .checkout-address-top-inner ul li::before {
        right: -11px;
        width: 18px;
    }

    .payment-info-name h4 {
        font-size: 12px;
    }

    .payment-icon {
        width: 40px;
        height: 40px;
    }

    .payment-info-name p {
        font-size: 10px;
    }

    .place-order-sec {
        padding: 21px;
    }

    .place-order-box {
        flex-wrap: wrap;
        gap: 15px;
    }

    .place-holder-box-left h5 {
        font-size: 12px;
    }

    .placeholder-icon i {
        font-size: 15px;
    }

    .placeholder-icon {
        font-size: 12px;
    }

    .order-user-box {
        width: 192px;
        height: 192px;
    }

    .order-user-box img {
        width: 192px;
        height: 192px;
    }

    .order-user-box span {
        width: 58px;
        height: 58px;
        font-size: 29px;
        right: 33px;
        bottom: 23px;
    }

    .login-dtl-box .dropdown-menu {
        width: 256px;
        left: auto;
        right: -33px;
    }

    .address-book-wrapper {
        flex-wrap: wrap;
    }

    .address-info-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .order-history-box {
        flex-wrap: wrap;
        border-radius: 18px;
    }

    .order-history-box-left {
        width: 100%;
    }

    .order-history-box-info {
        width: 50%;
    }

    .order-history-box-right {
        width: 100%;
        border: 0;
        text-align: left;
        margin-top: 17px;
    }
    
    .why-choose-box {
        background: #fff;
        border-radius: 12px !important;
        padding: 18px !important;
        box-shadow: 0px 30px 60px 0px #0000000D;
        align-items: flex-start;
        text-align: left;  
    }
    
    .why-choose-top {
            display: flex !important;
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }
        .choose-icon {
            margin: 0 !important;
        }
        .why-choose-top p {
            font-size: 14px !important;
        }
        .why-choose-box-bottom {
            margin: 0 !important;
            font-size: 11px !important;
        }
        .why-choose-box-bottom p {
            margin-top: 20px !important;
            font-size: 12px !important;
        }
        .why-choose-box-bottom {
            height: 55px !important;
        }
}

@media(max-width: 480px) {
    .nan-btn-icon {
        width: 26px;
    }

    .trusted-box {
        width: 216px;
        padding: 26px;
    }

    .trusted-box h2 {
        font-size: 40px;
    }

    .trusted-box p {
        font-size: 9px;
    }

    .story-right h2 {
        font-size: 30px;
    }

    .quote-box {
        font-size: 15px;
    }

    .explore-btn {
        font-size: 12px;
    }

    .latest-header h2 {
        font-size: 31px;
    }

    .latest-bottom {
        padding-top: 48px;
    }

    .tabs-nav ul {
        gap: 5px;
        justify-content: flex-start;
    }

    .tabs-nav a {
        padding: 8px 16px;
    }

    .product-box-img {
        height: 294px;
    }

    .latest-sec {
        padding: 60px 0 50px 0;
    }

    .catrgory-sec {
        padding: 48px 0 10px 0;
    }

    .catrgory-header h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .catrgory-header p {
        font-size: 15px;
    }

    .testimonials-sec {
        padding: 50px 0;
    }

    .testimonials-header h2 {
        font-size: 29px;
    }

    .testimonials-box {
        padding-bottom: 0;
    }

    .why-choose-box {
        width: 100%;
        padding: 0;
    }

    .why-choose-box::before {
        display: none;
    }

    .accordion-item-header {
        font-size: 15px;
    }

    .accordion-item {
        padding: 17px 14px;
    }

    .latest-baz-sec {
        padding: 50px 0;
    }

    .blog-sec {
        padding: 50px 0;
    }

    .baz-quote {
        padding: 0 0 36px 0;
    }

    .latest-baz-bottom {
        padding-top: 20px;
    }

    .baz-btn-bottom {
        flex-wrap: wrap;
        gap: 18px;
    }

    .latestbaz-bg-text {
        font-size: 379px;
    }

    .footer-top {
        width: 100%;
        padding: 50px 0 0px 0;
    }

    .footer-top-box:first-child {
        width: 50%;
    }

    .footer-top-box:nth-child(2) {
        width: 50%;
    }

    .footer-top-box:nth-child(3) {
        width: 100%;
    }

    .footer-bottom-center p {
        font-size: 13px;
        text-align: center;
    }

    .footer-bottom-right a img {
        display: none;
    }

    .footer-bottom {
        padding: 12px 0;
        flex-direction: column;
    }

    .lagency-box {
        width: 108px;
        height: 108px;
    }

    .chairman-img::before {
        display: none;
    }

    .story-right {
        margin-top: 33px;
    }

    .message-box {
        padding: 0;
    }

    .message-box img {
        width: 79px;
        height: 58px;
        top: 20px;
        left: -16px;
    }

    .chairman-info p {
        font-size: 10px;
    }

    .chairman-info h4 {
        font-size: 12px;
    }

    .story-right {
        margin-top: 64px;
    }

    .hq-box {
        right: auto;
        left: 11px;
        top: 8px;
        border-radius: 20px;
    }

    .hq-box h3 {
        font-size: 16px;
        margin-bottom: 9px;
    }

    .hq-box p {
        font-size: 12px;
    }

    .time-sec {
        font-size: 10px;
    }

    .contact-form-box {
        border-radius: 0 0 22px 22px;
        padding: 32px;
    }

    .contact-input-btn-sec {
        justify-content: center;
    }

    .contact-form-btn {
        width: 100%;
    }

    .contact-form-box-top h3 {
        font-size: 18px;
    }

    .secound-banner {
        padding: 47px 0;
    }

    .secound-banner-heading {
        font-size: 9px;
        padding-left: 46px;
    }

    .secound-banner-heading::before {
        width: 32px;
    }

    .socound-banner-inner h1 {
        font-size: 32px;
    }

    .socound-banner-inner p {
        font-size: 14px;
        padding-right: 0;
    }

    .bed-cum li, .bed-cum li a {
        font-size: 10px;
    }

    .contact-form-left-top h2 {
        font-size: 27px;
    }

    .product-gallery {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .thumb-slider {
        width: 100%;
    }

    .product-details-sec {
        padding: 38px 0;
    }

    .product-details-tag {
        left: 11px;
    }

    .thumb-slider .slick-slide {
        width: 60px !important;
    }

    .thumb-slider .slick-track {
        height: 60px !important;
    }

    .thumb-slider .slick-list {
        height: 78px !important;
    }

    .product-details-top h2 {
        font-size: 25px;
    }

    .price-sec {
        flex-wrap: wrap;
        gap: 15px;
    }

    .new-price {
        font-size: 25px;
    }

    .old-price {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .bulk-right {
        display: none;
    }

    .bulk-sec {
        padding: 25px;
    }

    .inventory-top {
        flex-wrap: wrap;
        gap: 15px;
    }

    .inventory-top-right {
        width: 100%;
        justify-content: space-between;
    }

    .investory-sec {
        padding: 22px;
    }

    .inventory-icon {
        font-size: 13px;
    }

    .inventory-info h4 {
        font-size: 12px;
    }

    .investory-bottom-right .total {
        font-size: 17px;
    }

    .cart-btn-sec {
        flex-wrap: wrap;
        gap: 15px;
    }

    .checkout-btn {
        width: 100%;
        font-size: 14px;
    }

    .cart-btn {
        width: 100%;
    }

    .des-left h2 {
        font-size: 20px;
    }

    .des-faq-box {
        padding: 18px;
    }

    .des-faq-box-right h3 {
        font-size: 14px;
    }

    .score-box {
        padding: 35px;
    }

    .rating-sec .new-rating {
        font-size: 50px;
    }

    .review-score-right {
        padding: 0;
    }

    .review-score-right ul li {
        padding: 17px;
    }

    .review-top {
        flex-wrap: wrap;
        gap: 12px;
    }

    .workflow-box {
        width: 50%;
    }

    .workflow-box p {
        font-size: 12px;
    }

    .workflow-header p {
        padding: 0;
    }

    .workflow-sec {
        padding: 40px 0;
    }

    .workflow-header h2 {
        font-size: 31px;
    }

    .workflow-wrapper {
        padding-bottom: 5px;
    }

    .workflow-trusted {
        padding-top: 40px;
    }

    .trusted-left {
        flex-wrap: wrap;
        gap: 5px;
    }

    .why-choose-box-bottom {
        height: 40px;
    }

    .why-choose-box-bottom p {
        left: 19px;
    }

    .contact-form-left-bottom ul li p {
        width: 50%;
        font-size: 9px;
    }

    .contact-form-left-bottom ul li span {
        width: 50%;
        font-size: 11px;
        padding-left: 12px;
    }

    .bulk-banner {
        height: 415px;
        padding: 0;
    }

    .banner-btn-sec {
        flex-wrap: wrap;
    }

    .quote-btn {
        font-size: 10px;
        padding: 10px 18px;
        border-radius: 10px;
    }

    .catalog-btn {
        font-size: 10px;
        padding: 10px 18px;
        border-radius: 10px;
    }

    .cart-heading h2 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .cart-list-box-info h3 {
        font-size: 16px;
    }

    .select-size-box {
        width: 33.33%;
    }

    .cart-right-box {
        width: 100%;
        border-radius: 26px;
        padding: 26px;
    }

    .cart-right-box h2 {
        font-size: 20px;
    }

    .total-top-list {
        margin-bottom: 10px;
    }

    .total-bottom-right h3 {
        font-size: 23px;
    }

    .addressRightBox {
        width: 100%;
    }

    .checkout-address-top-inner ul li::before {
        display: none;
    }

    .checkout-address-top-inner ul li {
        padding: 0 8px;
        gap: 6px;
    }

    .address-top-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .address-box-inner {
        border-radius: 12px;
    }

    .address-left {
        padding-right: 5px;
    }

    .address-box-inner {
        padding: 17px;
        padding-left: 52px;
    }

    .addressRightBox h2 {
        font-size: 17px;
        padding: 20px 20px 0 20px;
    }

    .orderShortBox {
        padding: 0 20px;
    }

    .addressRightBox {
        border-radius: 20px;
    }

    .orderShortBox-price-info-sec {
        padding: 20px 20px;
    }

    .grandTotalBox {
        padding: 20px 20px;
    }

    .grandTotalBox p {
        font-size: 15px;
    }

    .grandTotalBox h3 {
        font-size: 24px;
    }

    .newAddressModal .modal-content {
        border-radius: 20px;
    }

    .new-address-body-sec {
        padding: 21px;
    }

    .newAddressModal .btn-close {
        width: 30px;
        height: 30px;
    }

    .order-user-center h2 {
        font-size: 25px;
    }

    .place-order-btn-sec {
        flex-wrap: wrap;
        gap: 15px;
    }

    .place-order-btn-sec a {
        width: 100%;
    }

    .order-details-box {
        border-radius: 20px;
        width: 100%;
    }

    .order-details-top {
        flex-wrap: wrap;
        gap: 15px;
    }

    .order-details-bottom {
        padding: 20px;
    }

    .orderDetailsInfo-details ul li {
        width: 100%;
        margin: 0;
    }

    .orderDetailsInfo-list-inner p {
        font-size: 12px;
    }

    .grandTotal-sec p {
        font-size: 14px;
    }

    .grandTotal-sec h4 {
        font-size: 20px;
    }

    .bought-together-left h2 {
        font-size: 28px;
    }

    .bundil-box {
        padding: 25px;
    }

    .add-buldin-btn {
        font-size: 13px;
        padding: 16px 5px;
    }

    .buldil-top-right h3 {
        font-size: 20px;
    }

    .bought-together-box {
        width: 100%;
    }

    .banner-right {
        width: 100%;
        padding: 50px 28px;
    }

    .banner-right h3 {
        font-size: 27px;
    }

    .send-btn {
        padding: 11px 35px;
    }

    .section-two p::after {
        left: -68px;
        width: 51px;
    }

    .section-two p::before {
        right: -68px;
        width: 51px;
    }

    .sign-btn a {
        font-size: 16.2px;
        margin: 13px 0 10px;
    }

    .profile-dtl-header-left h2 {
        font-size: 18px;
    }

    .profile-dtl-header-left p {
        font-size: 13px;
    }

    .order-history-box-info {
        width: 100%;
    }

    .order-history-box {
        padding: 23px;
    }

    .order-history-sec {
        width: 100%;
        padding: 60px 0;
    }

    .order-history-box-right h3 {
        font-size: 29px;
    }

    .order-dtl-sec {
        padding: 40px 0;
    }

    .order-item-info-box {
        flex-wrap: wrap;
    }

    .order-item-info {
        width: 65%;
    }

    .order-item-info ul {
        flex-wrap: wrap;
        gap: 4px;
    }

    .order-item-info ul li {
        font-size: 10px;
    }

    .order-item-info-box-right h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .tracking-top {
        flex-wrap: wrap;
        gap: 15px;
    }

    .tracking-box {
        padding: 27px;
    }

    .tracking-box {
        margin-bottom: 30px;
        border-radius: 15px;
    }
    
    .order-item-box {
        border-radius: 15px;
    }
    
    .order-item-box h2 {
        font-size: 15px;
        padding: 18px 20px;
    }
    
    .order-item-info h4 {
        font-size: 13px;
    }
    
    .tracking-heading h4 {
        font-size: 14px;
    }
    
    .billing-summery-box {
        border-radius: 15px;
        padding: 25px;
    }
    
    .billing-summery-box h3 {
        font-size: 16px;
    }
    
    .billing-summery-bottom-box h4 {
        font-size: 14px;
    }
    
    .billing-summery-bottom-box h3 {
        font-size: 20px;
    }
    
    .shipping-address-box {
        border-radius: 15px;
        padding: 25px;
    }
    
    .shipping-address-box h3 {
        font-size: 16px;
    }
    
    .profile-img {
        width: 100%;
        height: 303px;
        border-radius: 15px;
    }
    
    .upload-title {
        font-size: 15px;
    }
    
    .login-dtl-sec {
        display: none;
    }
    
    .user-box-top {
        padding: 15px 18px;
    }
    
    .user-box-bottom ul li a {
        padding: 10px;
    }
    
    .login-dtl-box .dropdown-menu {
        border-radius: 15px;
    }
    
    .bg-img-inner h2 {
        font-size: 20px;
    }
    
    .bg-img-inner p {
        font-size: 14px;
    }
    
    .category-heading::before {
        width: 115px;
    }
    
    .quality-list-box {
        flex-wrap: wrap;
    }
    
    .quality-list-info {
        padding-left: 0;
        padding-top: 12px;
    }
    
    .quality-list-info span {
        font-size: 11px;
    }
    
    .brand-inner h2 {
        font-size: 20px;
        margin-bottom: 0 !important;
    }
    
    .latest-sec {
        padding: 30px 0 50px 0;
    }
    
    .brand-wrapper-sec {
        padding: 20px 0;
    }
    
    .latest-header h2 {
        font-size: 25px;
    }
    
    .tabs-content {
        padding-top: 28px;
    }
    
    .counter-box h3 {
        font-size: 25px;
    }
    
    .counter-box p {
        font-size: 14px;
    }
    
    .medfit-sec {
        padding: 40px 0 0px 0 !important;
    }
    
    .medfit-btn {
        font-size: 11px;
        padding: 13px 27px;
    }
    
    .bulk-order-sec .workflow-bottom {
        padding-top: 15px;
    }
    
    .testimonials-header {
        margin-bottom: 16px;
    }
    
    .why-choose-bottom {
        padding-top: 20px;
    }
    
    .why-choose-sec {
        padding: 28px 0 12px 0;
    }
    
    .accordion-bottom {
        margin-top: 28px;
    }
    
    .workflow-header h2 {
        font-size: 26px;
    }
    
    .medfit-list-sec {
        padding: 20px 0;
    }
    
    .medfit-list-sec ul {
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .story-sec {
        padding: 45px 0 52px 0 !important;
    }
    
    .vision-header h2 {
        font-size: 28px;
    }
    
    .inovation-img-box {
        padding: 38px 38px;
    }
    
    .inovation-img-box h2 {
        font-size: 20px;
    }
    
    .category-box a {
        height: auto !important;
    }
    
    .quality-sec .story-right h2 {
        font-size: 28px !important;
    }
    
    .edge-bottom {
        padding-top: 20px;
    }
    
    .edge-box {
        padding: 26px !important;
    }
    
    .chairman-sec {
        padding: 65px 0 52px 0 !important;
    }
    
    .listing-top-left ul li:last-child {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .branding-outer-box {
        margin-bottom: 12px;
    }
    
    .address-book-sec {
        padding: 40px 0 0 0 !important;
    }
    
    .profile-dtl-header {
        gap: 17px;
    }
    
    .order-history-sec {
        padding: 40px 0 0 0 !important;
    }


}