/*================================ Satrt large screens =========================*/
@media (min-width:1201px ) and (max-width: 1440px)
{
   
}
@media (min-width:1025px) and (max-width:1200px)
{

}
/*============================== Start medium screen of tablet =========================*/

@media (min-width: 993px) and (max-width: 1200px)
{
    .navs-container .navbar .nav-link {
        margin: 0 5px;
        font-size: 12px;
    }
    .navs-container .navbar .logo {
        width: 135px;
    }
    .header .item .img_box {
        width: 490px;
        height: 490px;
    }
    .header .item .img_box .sec-img {
        width: 440px;
        height: 440px;
    }
    .navs-container .navbar .nav_end button ,
    .navs-container .navbar .nav_end a {
        font-size: 12px;
    }
    .navs-container .navbar .nav_end .search_box .form-control {
        width: 50px;
    }
    .navs-container .navbar .nav_end .search_box .form-control:focus {
        width: 100px;
    }
    .navs-container .navbar .nav_end .px-3 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
}
@media (min-width: 769px) and (max-width: 992px)
{

}
@media(max-width:992px)
{
    .d_none_sm {
        display: none !important;
    }
    .d_block_sm {
        display: block !important;
    }
    .d_inFlex_sm {
        display: inline-flex !important;
    }
    .d_flex_sm {
        display: flex !important;
    }
    .order_sm_1 {
        order: 1;
    }
    .tab-bar-mob {
        display: block !important;
    }
    .footer {
        padding-bottom: 86px !important;
    }
    .progress-wrap {
        bottom: 45px;
        left: 5px;
    }
    .order_md_1 {
        order: -1;
    }
    .navs-container .navbar.home-nav .navbar-collapse {
        background-color: #fff;
        padding: .5rem;
    }
    .header .item .img_box {
        width: 350px;
        height: 350px;
    }
    .header .item .img_box .sec-img {
        width: 300px;
        height: 300px;
    }
    .header .item  .col-lg-4.ms-5 {
        margin-inline-start: 0rem!important;
        margin-top: 25px;
    }
    .header .swiper-container .swiper-button-next, 
    .header .swiper-container .swiper-container-rtl .swiper-button-prev {
        right: 1%;
    }
    .header .swiper-container .swiper-button-next, 
    .header .swiper-container .swiper-button-prev {
        top: 25% !important;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .products-sec .prod_card .img-box {
        height: 300px;
    }
    .products-sec .prod_card .card-body .prices{
        flex-direction: column;
        justify-content: start;
        align-items: start !important; 
    }
    .products-sec .prod_card .card-body .prices .price {
        margin-bottom: .5rem !important;
    }
    .contact-sec .inner .form_box {
        margin-bottom: 25px;
    }
    .footer .row_links a {
        margin: 0 5px;
        font-size: 12px;
    }
    .footer .copyright_p ,
    .footer .row_links   {
        text-align: center !important;
        margin: 5px 0 !important;
    }
    .footer .foot .delivery_imgs .delivery_img,
    .footer .foot .pay_imgs .pay_img ,
    .footer .foot .marof_img {
        width: 20px;
        /* justify-content: center !important; */
    }
    .product-det .desc_wrapper .nav .nav-link {
        font-size: 15px;
        width: 140px;
    }
    .product-det .taxt_box .butn {
        padding: 0.7rem 1rem;
    }
    .prices.d-flex {
        flex-wrap: wrap;
    }
    .product-det .swiper_box {
        margin-bottom: 25px;
    }
    .product-det .swiper_box .lg-slide-swiper .img-box {
        height: 300px;
    }
    .product-det .desc_wrapper .tab_wrapper .item {
        font-size: 14px;
    }
    .table-responsive th, 
    .table-responsive td {
        min-width: 100px;
    }
    .about-pg .item .img_box .sec-img {
        margin: 15px 0;
    }
    .table th ,
    .table td {
        min-width: 100px;
    }
    .cart-pg .table-responsive {
        margin-bottom: 45px ;
    }
    .categ-sec .nav-link ,
    .gallery-pg .nav-link {
        width: 150px;
        border-radius: 5px;
    }
    .notifications-pg .noti_card {
        flex-direction: column;
        position: relative;
    }
    .notifications-pg .noti_card .content {
        width: 100%;
        margin-top: 15px;
    }
    .notifications-pg .noti_card .date {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 12px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .about-pg .item .text_box {
        margin: 15px 0;
    }
    .product-det .taxt_box .badge.offer_badge {
        padding: 0.6rem 0.5rem;
        font-size: 10px;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .heading ,
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body {
        flex-direction: column;
        justify-content: center;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body  {
        text-align: center;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer {
        margin: 0 0 15px 0;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    
}
@media(min-width: 426px) and (max-width: 576px)
{

}
@media (min-width: 376px) and (max-width: 425px)
{

}
@media (min-width: 321px) and (max-width: 375px)
{
   
}
@media (max-width: 320px)
{

}
