/*================================ 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: 1024px)
{

}
@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: 100px !important;
    }
    .progress-wrap {
        bottom: 45px;
        left: 5px;
    }
    .navs-container .navbar .nav_end  {
        flex-wrap: wrap;
    }
    .navs-container .navbar.home_nav .navbar-collapse {
        background: #fff;
    }
    .footer .foot_links a, 
    .footer .copyright_p {
        font-size: 12px;
        text-align: center;
    }
    .footer .foot_links a {
        margin-inline-end: 5px;
    }
    .downloading-sec .down_butn {
        width: 145px;
    }
    .header .shape {
        width: 100%;
    }
    .header .sec-img  ,
    .about-sec .sec-img ,
    .downloading-sec .sec-img {
        height: 285px;
        object-fit: contain;
        margin: 10px 0;
    }
    .banner-sec {
        padding: 30px 0 200px 0;
    }
    .banner-sec .main_img {
        left: -24%;
        width: 100%;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table th, 
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table td {
        min-width: 100px;
        font-size: 13px;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table  span.prod_name {
        min-width: 100px;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body ,
    .profile-pg .tab_wrapper.loc_tab .loc_card .heading {
        flex-direction: column;
        text-align: center;
    }
    .profile-pg .tab_wrapper.loc_tab .loc_card .card-body .icon-outer {
        margin-inline-end: 0;
        margin-bottom: 15px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .products-sec .prod_card {
        padding: 5px;
    }
    .products-sec .prod_card .img-box {
        height: 220px;
    }
    .products-sec .prod_card .card-body {
        padding: 1rem 0.3rem;
    }
    .products-sec .prod_card .card-body .title {
        font-size: 1.1rem;
    }
    .products-sec .prod_card .card-body .prices h5{
        font-size: 1rem !important;
    }
    .products-sec .prod_card .card-body .prices .del {
        font-size: 60% !important;
    }
    .products-sec .prod_card .card-body .cart_butn {
        padding: 0.6rem 1rem;
        font-size: 10px;
        margin: 0 auto -35px auto;
    }

}
@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)
{

}
