@media screen and (min-width:1920px) and (max-width:2500px){
    .main-banner{
        /* height: 800px; */
    }
    .forgot-text {width: 75%;margin: auto;}
}
@media (max-width:1900px){
    .product-listing .product-body .product-image img{height: 350px;}
    .product-listing .product-body .product-image{height: 350px;}
    .related-product .product-body .product-image img{height: 350px;}
    .related-product .product-body .product-image{height: 350px;}
    .t-product .product-body .product-image img{height: 350px;}
    .t-product .product-body .product-image{height: 350px;}
    .forgot-text {width: 75%;margin: auto;}
}
@media (max-width:1699px){
    .product-listing .product-body .product-image img{height: 300px;}
    .product-listing .product-body .product-image{height: 300px;}
    .related-product .product-body .product-image img{height: 300px;}
    .related-product .product-body .product-image{height: 300px;}
    .t-product .product-body .product-image img{height: 300px;}
    .t-product .product-body .product-image{height: 300px;}
    .forgot-text {width: 75%;margin: auto;}
}
@media (max-width: 1400px){
    .forgot-text {width: 85% ;margin: auto;}
    .contact-img{height: 300px;}
}
@media (max-width: 992px){
    .section-padding{padding-top: 50px;padding-bottom: 50px;}
    .header-desktop{display: none;}
    .mobile{display: block !important;}
    .navbar .offcanvas-end{width: 290px;padding: 0px 0px;}
    .navbar .offcanvas-body{padding:0; }
    .navbar .offcanvas-body .navbar-nav{padding:0 25px; }
    .navbar .offcanvas-header{padding: 1rem 1.5rem; }
    .offcanvas .nav-item {border-bottom: 1px solid #ddd;padding: 10px 0px;}
    .right.social-icon{display: flex;align-items: center;margin-top: 10px;}
    .navbar-light .navbar-brand img{width: 40%;}
    .navbar-light .navbar-brand {padding: 0;}
    .main-banner .description{width: 44%;}
    .banner-title{font-size: 40px;}
    .main-banner{height: 420px;}
    .about{padding: 80px 0px 80px;}
    .about .back-border::after{left: 11px;top: -8%;height: 430px;}
    .about .about-img{height: 430px;top: -6%;}
    .about .gray-bg{height: 370px;}
    .about-details .section-title{margin-bottom: 20px;}
    .about-details .section-title h2{font-size: 26px;}
    .about-details p{font-size: 14px;}
    .about .about-sec{width: 70%;margin-top: -23%;margin-bottom: 10px;}
    .section-title h2{font-size: 26px;}
    .left-img img{height: 410px;}
    .left-img-set .back-border-left::after {height: 435px;}
    .deal-day .section-title h2{font-size: 40px;}
    .deal-tab .nav .nav-link.active{padding-left: 55px;}
    .deal-tab ul li a{font-size: 22px;}
    .deal-tab .nav a.active::before {width: 30px;}
    .deal-day .deal-content .img-1{height: 420px;}
    .deal-day .deal-content .deal-thumb .deal-image{padding: 70px 16px 15px;}
    .deal-day .deal-content .deal-thumb .pb-40{padding-bottom: 20px;}
    .blog-body .blog-content .blog-title{font-size: 26px;}
    .blog-body .blog-content{margin-bottom: 40px;}
    .testimonial-slider .feedback p{font-size: 26px;}
    .testimonial .shap-1{top: 44%;bottom: 0;width: 9%;}
    .testimonial .shap-2{width: 9%;}
    .slick-dots li button::before {font-size: 18px !important;}
    .quote i{font-size: 22px;padding: 16px;}
    footer .footer-logo img{width: 30%;}
    .navbar-light .offcanvas .navbar-brand img{width: 90%;}
    footer .big-font-1{font-size: 80px;}
    footer .big-font-2{font-size: 80px;}
    .parallax-right .parallax-category-content{max-width: 350px;}
    #content {
        opacity: 0;
        transform: translateX(-100%); /* Start off to the right */
        visibility: hidden; /* Initially hidden */
        transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s; /* Slide and fade-in transition */
        position: fixed;
        z-index: 1;
        background: #fff;
        width: 300px;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        top: 0;
        height: 100%;
    }
    #content.active {
        opacity: 1;
        transform: translateX(0); /* Slide in from the right */
        visibility: visible;
        transition: transform 0.5s ease, opacity 0.5s ease; /* Reset visibility transition */
    }
    .filter-menu .filter-menu-box{margin-top: 20px;}
    .filter-menu{position: relative;}
    .close-filter{position: absolute;right: 13px;top: 10px;display: block;}
    .custom-select-wrapper{margin-bottom: 0px;}
    .product-filter{display: flex;justify-content: space-between;}
    .product-body .product-image{height: 250px;}
    .product-body .product-image img{height: 250px;}        
    .product-listing .product-body .product-image img{height: 250px;}
    .product-listing .product-body .product-image{height: 250px;}
    .related-product .product-body .product-image img{height: 250px;}
    .related-product .product-body .product-image{height: 250px;}
    .t-product .product-body .product-image img{height: 250px;}
    .t-product .product-body .product-image{height: 250px;}
    .blog-listing{padding-top: 40px;padding-bottom: 40px;}
    .blog-listing .blog-body{margin-bottom: 20px;}
    .contact-padding{padding-top: 50px;padding-bottom: 50px;}
    .get-in-touch .section-title h2{font-size: 26px;}
    .get-in-touch{padding: 40px;}
    .covid-test-wrap{padding-left: 10px !important;padding-right: 10px !important;}
    .register-screen-space{padding-left: 10px !important;padding-right: 10px !important;}
    .register-wrapper .step-block{padding-left: 10px !important;padding-right: 10px !important;}
    .slider-direction{height: 500px !important;}
    .auth-one-bg{height: 50vh !important;}
    .slick-slide{margin-left: 0px !important;margin-right: 0px !important;}
    .btn-close{
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    }
    .ugf-covid{padding-top: 50px !important;padding-bottom: 50px !important;}
    .product-details{padding-top: 40px;padding-bottom: 40px;}
    .wishlist{padding-top: 40px;padding-bottom: 10px;}
    .wishlist .product-body .product-image{height: 220px;}
    .wishlist .product-body .product-image img{height: 220px;}
    .cart-body{padding-top: 40px;padding-bottom: 40px;}
    .cart-img img {width: 100%; height: 250px;}
    .product-details .product-slider .product-image{height: 300px;}
    .qty-cart-btn .btn{width: 55% !important;}
    .checkout-order{padding-top: 50px;padding-bottom: 50px;}
    .checkout-order .card:last-child{margin-bottom: 20px;margin-top: 20px;}
    .res-ord-1{order: 1;}
    .res-ord-2{order: 2;}
    .register-header .navbar-brand img {width: 30%;}
    .register-screen-space{margin-bottom: 20px;}
    .test-step .slick-initialized .slick-slide{border-radius: 10px;}
    .account-body{padding: 20px;}
    .border-right::after{border-right: 0;}
    .b-none{margin-bottom: 20px;padding-bottom: 0px;}
    .order-view-track{margin-top: 20px;display: flex;gap: 10px;}
    .order-detail.b-top{border-top: 1px solid #ddd;margin-top: 27px;padding-top: 17px;}
    .order-detail{padding-left: 0;padding-right: 0;}
    .order-main-body{padding-bottom: 0;}
    .order-view-track a{margin-bottom: 0px;}
    .account-body .address-body{padding: 0px 0px;margin-bottom: 20px;}
    .account-body .address-body::after{
        border-right: 0;
        border-bottom: 1px solid #000;
        bottom: 12px;
        width: 100%;
        right: unset;
        top: unset;
    }
    .address-body .address-header a{z-index: 1;}
    .covid-test-wrap p{font-size: 13px;}
    .social-nav {
        display: none;
    }
    .related-product-slider .slick-slide {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .product-main .wishlist{right: 20px;}
    .blog-details .blog-image img{height: 400px;}
    .offcanvas .nav-item:last-child{border-bottom: 0px;}
    .cat-overlay .image-wrapper img{height: 350px;}
    .center-category .image-wrapper img{height: 163px;}
    .cat-overlay .overlay-hidden{height: 350px;}
    .parallax{padding-top: 340px;padding-bottom: 519px;}
    .account-body .cover-icon{left: 16%;}
    .ugf-covid{min-height: auto;}
    .search-area .close-search{top: 10px;}
}
@media all and (max-width: 768px){}
@media all and (max-width: 580px){
    .header-desktop{display: none;}
    .mobile{display: block !important;}
    #content {
        opacity: 0;
        transform: translateX(-100%); /* Start off to the right */
        visibility: hidden; /* Initially hidden */
        transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s; /* Slide and fade-in transition */
        position: fixed;
        z-index: 1;
        background: #fff;
        width: 300px;
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        top: 0;
        height: 100%;
    }
    #content.active {
        opacity: 1;
        transform: translateX(0); /* Slide in from the right */
        visibility: visible;
        transition: transform 0.5s ease, opacity 0.5s ease; /* Reset visibility transition */
    }
    .navbar .offcanvas-end{width: 290px;padding: 0px 0px;}
    .navbar .offcanvas-body{padding:0; }
    .navbar .offcanvas-body .navbar-nav{padding:0 25px; }
    .navbar .offcanvas-header{padding: 1rem 1.5rem; }
    .offcanvas .nav-item {border-bottom: 1px solid #ddd;padding: 10px 0px;}
    .banner-title{font-size: 24px;}
    .main-banner{height: 250px;}
    .main-banner img{height: 100%;}
    .main-banner .description p{font-size: 14px;}
    .main-banner .description{margin: auto 10%;width: 100%;}
    .banner .custom-nav{display: none;}
    .banner .slick-dots{display: none;}
    .about .about-sec{margin-top: 0;width: 60%;margin-bottom: 25px;}
    .back-border{height: 330px;margin-bottom: 25px;}
    .about .about-img{height: 330px;left: 2%;top: 7%;}
    .about .back-border::after{left: 0;top: 5%;}
    .about{padding: 40px 0px 80px}
    .about .gray-bg{height: unset;margin: 0;background-color: transparent;}
    .ord-1{order: 1;}
    .ord-2{order: 2;}
    .about .about-details{margin-bottom: 20px;}
    .cat-overlay .image-wrapper img{height: 300px;}
    .cat-overlay .overlay-hidden{height: 100%;}
    .cat-overlay .center-category{gap: 0;}
    .cat-overlay .image-wrapper{margin-bottom: 20px;}
    .m-b0{margin-bottom: 0px !important;}
    .left-img-set{margin-top: 40px;margin-bottom: 20px;}
    .left-img-set .back-border-left::after {height: 355px;top: -13px;}
    .left-img img{height: 330px;}
    .section-padding{padding-top: 40px;padding-bottom: 40px;}
    .deal-tab ul li{margin-top: 22px;}
    .deal-tab ul li a{font-size: 20px;}
    .deal-day .section-title h2{font-size: 40px;}
    .deal-tab ul li:last-child{margin-bottom: 30px;}
    .section-title{margin-bottom: 20px;}
    .deal-day .deal-content .img-1{margin-bottom: 20px;}
    .blog-body{display: block;margin-bottom: 30px;height: auto;}
    .blog-body .blog-content .blog-title{font-size: 28px;}
    .blog-body .blog-content{margin-bottom: 30px;}
    .quote i{font-size: 22px;padding: 15px;}
    .testimonial-slider .feedback p{font-size: 26px;}
    .testimonial-clinet{font-size: 16px;}
    .slick-dots li button::before{font-size: 6px !important;line-height: 0px !important;}
    footer .footer-logo img{width: 70%;}
    footer .big-font-1{font-size: 40px;}
    footer .big-font-2{font-size: 40px;}
    footer .footer-social ul li i{font-size: 20px;}
    footer .footer-social{margin: 40px 0px 30px;}
    #footer-text{padding-bottom: 0px;}
    footer .footer-e-border{border-bottom: 1px solid rgba(0, 0, 0, 0.352);border-right: 0px;padding: 30px 0px 20px;}
    footer .footer-x-border{
        border-bottom: 1px solid rgba(0, 0, 0, 0.352);
        border-top: 1px solid rgba(0, 0, 0, 0.352);
        border-left: 0px;
        border-right: 0px;
        padding: 30px 0px 20px;
    }
    .testimonial .shap-1{bottom: 0;top: 44%;width: 15%;left: 1%;}
    .testimonial .shap-2{width: 17%;}
    footer .footer-logo{margin-bottom: 20px;}
    .contact-img{background-size: cover;background-repeat: no-repeat;height: 160px;background-position: center;}
    .right.social-icon{display: none;}
    .navbar-light .navbar-brand img {width: 80%;}
    .about{margin-top: 0px;}
    .parallax-right .parallax-category-content{max-width: 100%;margin-right: 0;}
    .filter-menu .filter-menu-box{margin-top: 20px;}
    .filter-menu{position: relative;}
    .close-filter{position: absolute;right: 13px;top: 10px;}
    .custom-select-float{float: left;}
    .custom-select-wrapper{margin-bottom: 30px;}
    .product-filter{display: block;}
    .product-body .product-image{height: 300px;}
    .product-body .product-image img{height: 300px;}
    .product-listing .product-body .product-image img{height: 300px;}
    .product-listing .product-body .product-image{height: 300px;}
    .related-product .product-body .product-image img{height: 300px;}
    .related-product .product-body .product-image{height: 300px;}
    .blog-details .blog-image img{height: 300px;}
    .contact-padding{padding-top: 50px;padding-bottom: 50px;}
    .get-in-touch{margin-left: 0;}
    .submit-button{margin-bottom: 20px;}
    .get-in-touch{padding: 30px;}
    .slick-slide{margin-left: 0px !important;margin-right: 0px !important;}
    .slider-direction{height: 450px !important;}
    .auth-one-bg{height: 450px !important;margin-bottom: 30px;}
    .product-details .thumbh{display: none;}
    .product-main{margin-bottom: 20px;}
    .product-body{margin-bottom: 0px;}
    .product-listing .product-body{margin-bottom: 20px;}
    .wishlist .product-body{margin-bottom: 20px;}
    .wishlist .row > *:last-child .product-body{margin-bottom: 0;}
    .wishlist{padding-top: 40px;padding-bottom: 40px;}
    .wishlist .product-body .product-image{height: 300px;}
    .wishlist .product-body .product-image img{height: 300px;}
    .cart-card{margin-top: 20px;}
    .cart-body{padding-top: 40px;padding-bottom: 40px;}
    .cart-img img {width: 100%; height: 250px;}
    .cart-product-box .remove{top: 0px;}
    .cart-img{margin-bottom: 10px;}
    .cart-product-box{padding-bottom: 15px;}
    .cart-product-box:last-child{padding-bottom: 0px;}
    .coupen-modal .discount-price {width: 45%;}
    .coupen-modal .apply-btn {width: 50%;}
    .about .back-border::after{height: 330px;}
    .product-details {padding-top: 20px;padding-bottom: 40px;}
    .qty-cart-btn .btn{width: 65% !important;}
    .checkout-order .card:last-child{margin-bottom: 20px;margin-top: 20px;}
    .checkout-order-detail .section-title{text-align: left;}
    .checkout-order .card .card-body{padding-left: 20px;padding-right: 20px;}
    .order-detail{padding: 0px 0px 20px;margin-bottom: 10px;}
    .order-detail::after {
        border-right: 0;
        border-bottom: 1px solid #000;
        bottom: 13px;
        width: 100%;
        right: 0;
        top: unset;
    }
    .b-none{margin-bottom: 20px;padding-bottom: 0px;}
    .order-main-body{padding-bottom: 10px;margin-bottom: 30px;}
    .order-img img{width: 100%;height: 250px;margin-bottom: 20px;}
    .order-view-track{margin-top: 20px;display: flex;gap: 10px;}
    .order-detail.b-top{border-top: 0;padding-top: 0;margin-top: 0;}
    .covid-test-wrap p.time-count{text-align: center;margin-bottom: 20px;}
    .covid-test-wrap p.resend-link{text-align: center;margin-bottom: 5px;}
    .modal-shopping-cart{width: 90%;left: unset;right: 0;}
    .offcanvas .nav-item:last-child{border-bottom: 0px;}
    .social-nav {
        display: flex;
        flex-direction: column;
        padding: 0px 25px;
    }
    .parallax-category-content{margin-left: 0;}
    .qty-delete .quantity{width: 40%;}
    .related-product-slider .slick-slide {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    footer .footer-social ul li{margin: 0px 15px;}    
    .products .row > *:nth-last-child(2) .product-body{margin-bottom: 20px;}
    .products .row > *:nth-last-child(3) .product-body{margin-bottom: 20px;}
    .wishlist .row > *:nth-last-child(2) .product-body{margin-bottom: 20px;}
    .wishlist .row > *:nth-last-child(3) .product-body{margin-bottom: 20px;}
    .wishlist .row > *:nth-last-child(4) .product-body{margin-bottom: 20px;}
}
@media all and (max-width: 380px){}