@media (max-width: 1200px) {
    #main-nav {
        display: none;
    }

    header .stellarnav {
        display: block;
        text-align: end;
    }

    .stellarnav.mobile ul {
        z-index: 999;
        background: #000;
    }

    .filter-button {
        display: block;
    }

    .left-box.open {
        left: 0;
    }

    .left-box {
        background-color: #fff;

        display: block;
        height: 100%;
        left: -300px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 15px;
        position: fixed;
        top: 0;
        transition: all .4s ease-in-out;
        width: 300px;
        z-index: 999999;
    }

    .left-box .left-accordion {
        align-items: center;
        border-bottom: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        padding-bottom: 6px;
        cursor: pointer;
    }

    .stellarnav.mobile ul {
        background: #000 !important;
    }



    .footer-body ul li a {
        font-size: 12px;
    }


    .mega-menu-list li .icon-plus {
        display: none !important;
    }

    .mega-menu-list li {
        width: 31% !important;
    }

    .megamenu_two li {
        width: 38% !important;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before {
        width: 19px;
        border-bottom: solid 3px #fff;
    }

    .stellarnav a.dd-toggle .icon-plus:after,
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
        border-bottom: solid 3px #fff;
    }

    .stellarnav .open ul li a {
        color: #fff;
    }

    .megamenu_two a {
        color: #08172a !important;
        display: flex !important;
        gap: 10px;
        padding: 0 14px;
    }

    .stellarnav .menu-toggle span.bars span {
        background: #000;
    }

    .ph {
        display: block;
        justify-content: center;
        gap: 22px;
    }

    .ph a {
        color: #fff;
    }

    header .menu-bar .icon {
        display: none !important;
    }

    .hero-body h1 {
        font-size: 40px;
    }



}


@media (max-width: 1024px) {
    .hero-body h1 {
        font-size: 23px;
    }

    .btn-info.now {
        padding: 7px 9px;
    }
}

@media (max-width: 991px) {
    .blog-details-content h2 {
        margin-top: 15px;
    }
    .blog-details-content img {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .box-4 .form-select {
        max-width: 100%;
    }

    .review-section {
        padding: 1rem 0 2rem;
    }

    .related-product {
        padding: 2rem 0;
    }

    .offer-text h3 {
        font-size: 25px;
    }

    .selling-body {
        flex-direction: column;
    }

    .best-body h2 {
        font-size: 37px;
        margin-bottom: 4px;
    }

    .language {
        width: auto;
    }

    .dashboard-left-sidebar-close {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 3px 9px;
    }

    .left-dashboard-show {
        display: block;
    }

    .dashboard-left-sidebar.show {
        left: 0;
    }

    .dashboard-left-sidebar {
        background-color: #fff;
        display: block;
        height: 100%;
        left: -300px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 15px;
        position: fixed;
        top: 0;
        transition: all .4s ease-in-out;
        width: 300px;
        z-index: 999999;
    }

}





@media (max-width: 960px) {

    .hero-body h1 {
        font-size: 25px;
    }

    .btn-info.now {
        padding: 7px 20px;
        font-size: 12px;
    }

    .hero {
        height: 100%;
    }


}



@media (max-width: 768px) {

    .banner-slider .hero-body {
        padding: 0 0 0 73px !important;
    }

    .btn-info.now {
        padding: 7px 11px;
        font-size: 12px;
    }
    header .logo img {
        height: 55px;
        object-fit: contain;
    }
    .home-partner h2 {
        font-size: 21px;
    }
}


@media (max-width: 767px) {
    .about-page .about-text {
        margin-bottom: 22px;
    }
   .about-page .image2 {
        flex-direction: column-reverse;
    }
    .about-page .image3 {
        flex-direction: column-reverse;
    }
    .banner-button {
        justify-content: center;
    }

    .banner-slider .hero-body {
        padding: 63px 0 !important;
        text-align: center;
    }

    /* .banner-slider .col-md-7 img{
        display: none;
    } */

    .blog-details-content h2 {
        font-size: 31px;
    }

    .login-page {
        padding: 2rem 0;
    }

    .login-page .log__in___adata {
        display: block;
    }


    .login-page .form-container {
        position: relative !important;
    }

    .login-page .log-in-page {
        max-width: 100%;
        height: 100%;
        overflow: visible;
        box-shadow: none;
        background-color: #fff;
        padding: 12px;
        box-shadow: 0 0 10px #0000004f;
    }

    .login-page .sign-in-container,
    .login-page .sign-up-container {
        width: 100%;
        opacity: 1;
        visibility: visible;
        overflow: visible;
    }

    .login-page .overlay {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .login-page .overlay-container {
        display: none;
    }

    .login-page .sign-in-container {
        display: none;
    }

    .login-page .sign-in-container__show .sign-in-container {
        display: block !important;
    }

    .login-page .sign-in-container__show .sign-up-container {
        display: none;
    }

    .login-page .sign-up-container__show .sign-in-container {
        display: none !important;
    }

    .login-page .sign-up-container__show .sign-up-container {
        display: block !important;
    }


}

@media (max-width: 600px) {
    .buttonload {
        height: 39px;
        width: 100%;
    }
    .captcha-button{
flex-direction: column;
    }
    .stellarnav.mobile.left>ul, .stellarnav.mobile.right>ul {
        max-width: 100%;
    }

    .product-page .sticky .product-tab-content .product .item img {
        padding: 0 13px;
    }
    .review-section{
        display: block;
    }
    .product-thumbnail-page .product-section-box {
        display: none;
    }

    .banner-slider .swiper-wrapper {
        height: 269px;
    }

    .banner-slider .col-md-7 .banner-image-container {
        position: relative;
        margin-top: -145px;
    }

    .banner-slider .col-md-7 .banner-image-container::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(0 0 0 / 68%);
    }

    .banner-slider .hero-body {
        top: 49px;
        position: relative;
    }

    .banner-slider .hero-body {
        position: relative;
        z-index: 1;
    }

    .carts table .img-thumbnail {
        width: 83px;
        height: 100%;
    }

    .carts {
        padding: 50px 0 !important;
    }

    .bg-img {
        height: unset;
        object-fit: contain;
    }
    .category-dropdown {
        gap: 2px;
    }

    .category-dropdown select {
        width: 195px;
    }

    a.btn.btn-danger.btn-sm.clearbtn {
        margin-left: 10px;
        padding: 0 3px;
        line-height: 36px;
    }

    .stellarnav .product-menu .card .card-img img {
        height: 81px;
        object-fit: contain;
    }
    .stellarnav .product-menu .card .card-img  {
      background-color: transparent;
    }
    .stellarnav .product-menu .card {
        margin-top: 13px;
    }

    .contact-form #regenCaptcha {
        margin-bottom: 10px;
    }

    .log__in___adata {
        border: 2px solid #071226;
        padding: 6px 20px;
    }

    .dashboard-right-box .order .order-box {
        padding: 0;
    }

    .account-profile-tab {
        flex-direction: column;
        justify-content: start;
    }

    .checkout-page {
        padding: 2rem 0;
    }

    .best-offer .offer-box h2 {
        font-size: 41px;
    }

    .product-page {
        padding: 2rem 0;
    }

    body {
        padding-top: 90px;
    }

    .top-filter-menu>div a {
        margin-bottom: -4px;
        text-align: left;
    }

    .top-filter-menu>div {
        align-items: normal;
        flex-direction: column;
    }

    .top-filter-menu {
        /* display: block; */
        width: 100%;
        justify-content: center;
        align-items: flex-end;
    }

    .product-page .product h3 {
        font-size: 16px;
    }

    .price {
        font-size: 14px;
    }

    .product-page .rating li {
        font-size: 14px;
    }

    .product-detail-box .product-option h3 {
        font-size: 23px !important;
    }

    .product-detail-box .product-option>p {
        font-size: 15px;
        margin: 6px 0;
    }

    .box-4 div {
        flex-direction: column;
    }

    .product-detail-box .product-option .quantity-box {
        flex-direction: column;
        align-items: unset !important;
    }

    .product-detail-box .product-option .dz-info>ul>li {
        margin-bottom: 8px;
    }

    /* .review-section {
        padding: 1rem 0;
    } */

    .related-product {
        padding: 2rem 0 2rem;
    }

    .product-tab.nav-tabs .nav-link {
        font-size: 12px;
        padding: 6px;
    }

    .product-tab {
        gap: 0px;
        margin-top: 0;
    }

    .product-title {
        font-size: 17px;
    }

    .wrap-box {
        margin-bottom: 20px;
    }

    .custom-accordion .accordion .accordion-item .accordion-header .accordion-button:after {
        font-size: 16px;
        margin-top: -14px;
    }

    .question-main-box {
        align-items: normal;
        justify-content: start;
        flex-direction: column;
    }

    .question-main-box h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .link-dislike-box {
        display: none;
    }

    .question-box h6 {
        font-size: 14px;
    }

    .comments-box {
        padding-left: 0;
    }

    .product-content .review-right .global-rating h5 {
        font-size: 48px;
        line-height: 25px;
    }

    .product-content .review-right .rating-progess li {
        white-space: nowrap;
    }

    .comments-box>ul {
        margin-top: 13px;
    }

    .inner-banner h2 {
        font-size: 27px;
    }

    .inner-banner {
        padding: 5rem 0 3rem;
    }

    .product-thumbnail-page {
        padding-top: 2rem;
    }

    .cart-countdown img {
        display: none;
    }

    .cart-page {
        padding: 1rem 0;
    }

    .address-option .address-title {
        align-items: normal;
        justify-content: start;
        margin-bottom: 17px;
        flex-direction: column;
    }

    .address-option .address-title a {
        margin-top: 9px;
    }

    .address-option .delivery-address-box {
        gap: 4px;
        padding: 9px;
    }

    .address-option .delivery-address-box .form-check input {
        vertical-align: 1px;
    }

    .custom-radio {
        height: 8px;
        width: 8px;
    }

    #owl-three .owl-item img,
    #owl-two .owl-item img,
    #owl-threee .owl-item img {
        height: 100%;
    }

    .related-product h2 {
        padding-bottom: 0px;

    }

    .product h2 {
        font-size: 24px;
    }

    .view-button {
        text-align: start !important;
    }

    .instant {
        padding: 22px 0 !important;
    }

    #owl-two {
        padding-top: 0;
    }

    .owl-carousel .owl-stage-outer {
        padding: 22px 0 0;
    }

    .card:hover {
        transform: none;
        background-color: transparent;
        box-shadow: none;
    }

    .offer-text h3 {
        width: 100%;
        font-size: 27px;
    }

    .offer-text {
        width: 100%;
    }

    .product-caregory h2 {
        font-size: 24px;
    }

    .trip h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .selling {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .best-offer .col-md-3 {
        order: 2;
    }

    .best-offer .col-md-6 {
        order: 1;
    }

    .best-body h2 {
        font-size: 24px;
        margin-bottom: 7px;
    }

    .missing-title {
        font-size: 24px;
    }

    .missing h4 {
        font-size: 14px;
        margin: 17px 0;
    }

    .missing .input-group input {
        padding: 17px;
    }

    .missing .btn {
        top: 11%;
    }

    .bottom-footer p {
        text-align: center;
    }

    .icon {
        text-align: center;
    }

    footer {
        text-align: center;
    }

    footer .icon {
        justify-content: center !important;
        margin-top: 10px;
    }

    .offer-box {
        height: unset;
        margin-bottom: 29px;
        padding: 14px 27px;
    }

    .product {
        margin-bottom: 10px;
    }

    .first-nav .icon {
        justify-content: center!important;
    }
    .contact-button-group{
        flex-direction: column;
    }
    .hero {

        text-align: center;
    }

    .hero-body h1 {
        font-size: 17px;
    }

    .hero-body h6 {
        margin-bottom: 14px;
    }

    .hero .carousel-indicators {
        margin-bottom: -4px;
    }

    .hero .carousel .carousel-indicators [data-bs-target] {
        height: 7px;
        width: 7px;
    }

    .hero .carousel-control-next-icon,
    .hero .carousel-control-prev-icon {
        display: none;
    }

    .menu-bar {
        padding: 4px 0;
    }

    .search-box {
        justify-content: end !important;
    }

    .link-hover-anim,
    .link-hover-anim .link-strong svg {
        margin-top: 7px;
    }

    header .mobile-fix-option ul {
        align-items: center;
        display: flex;
        justify-content: space-evenly;
    }

    header .mobile-fix-option {
        background-color: #fff;
        bottom: 0;
        display: block !important;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 8;
        box-shadow: 0 0 10px #00000038;
    }

    header .mobile-fix-option ul li a {
        font-size: 13px;
    }

    header .mobile-fix-option ul li a {
        display: flex;
        font-weight: 600;
        padding: 8px 6px;
        text-align: center;
        transition: all .4s ease-in-out;
        justify-content: center;
        flex-direction: column;
        /* border: 1px solid #000; */
        color: #000;
        font-size: 16px;
        /* justify-content: center; */
        align-items: center;
    }

    .contact-page {
        padding: 2rem 0;
    }

    .selling-body {
        flex-direction: row;
    }

    .bottom-footer {
        padding: 10px 0;
        margin-bottom: 56px;
    }

    .dashboard-right-box .order .order-box .product-order-detail .product-box {
        flex-direction: column;
    }

    .account-page {
        padding: 2rem 0;
    }

    .about-text h3 {
        font-family: var(--semibold-font);
        font-size: 20px;
    }

    .about-slider {
        display: block;
    }



    .about-page {
        padding: 0;
    }

    .about-text {
        margin-top: 24px;
        padding: 29px 10px;
    }

    .about-slider {
        padding: 20px 0;
    }

    .about-text .sidebar-title .loader-line {
        bottom: 0;
    }

    .about-page img {
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .blog-main-box {
        margin-bottom: 18px;
    }

    .blog-details-content h2 {
        font-size: 24px;
    }

    .blog-details {
        padding: 2rem 0;
    }

    .blog-page {
        padding: 2rem 0;
    }

    .hero .swiper-button-prev,
    .hero .swiper-button-next {
        width: 21px;
        height: 21px;
    }

    .banner-slider .hero-body {
        padding: 30px 37px !important;
        text-align: center;
    }

    .hero {
        height: 100%;
    }

    .hero .swiper-button-prev:after,
    .hero .swiper-button-next:after {
        font-size: 10px;
    }

    .home-partner h2 {
        font-family: var(--semibold-font);
        font-size: 20px;
        margin-bottom: 0 !important;
    }

    .home-partner {
        padding: 1rem 0;
    }
    .blog-details-button-wrap{
        margin-right: 0 !important;
    }
}
