/*================================ 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)
{
    .order_md_1 {
        order: 1;
    }
    .about-sec .img-box {
        height: 350px;
        margin: 50px auto 0 auto;
    }
    .features-sec {
        padding-top: 3rem;
    }
    .header .search_box {
        width: 95%;
    }
    .footer .content {
        margin-bottom: 40px;
    }
    .footer .content h5.title.color-primary.mb-5 {
        margin-bottom: 2rem !important;
    }
    .footer .copyright_p {
        font-size: 12px;
    }
    .footer .bt {
        padding-bottom: 4.3rem !important;
    }
    .navs-container .full_categ_menu {
        top: 260px;
        background-color: #f9f9f9;
    }
    .navs-container .navbar .nav_end .butn {
        font-size: 13px;
        width: 35px;
        height: 35px;
    }
    .themeToggler {
        top: 0;
    }
    .pg-header .bread {
        margin-bottom: 1rem;
    }
    .feedback-sec .item .text-box {
        width: 100%;
        right: 0;
        margin-top: 1rem !important;
    }
    .comparison_sec .comparison_row{
        margin-bottom: 0;
    }
    .comparison_sec .comparison_card{
        border-radius: 15px !important;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .comparison_sec .comparison_card .comparison_icon{
        display: none;
    }
    .contact-pg .map_box {
        margin-top: 25px;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .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: 35px !important;
    }
    .progress-wrap {
        bottom: 45px;
        left: 5px;
    }
    .cart-pg .steps-wizard {
        display: none;
    }
    .cart-pg .cart-item .prod-det .prod-name {
        margin-top: 20px;
    }
    .cart-pg .cart-item .prod-det .price {
        flex-wrap: wrap;
    }
    .cart-pg .summary-checkout {
        margin: 15px 0;
    }
    .container-fluid.px-5 {
        padding: 0 3vw !important;
    }
    .cart-pg .summary-checkout .footer-card {
        padding: 1.25rem 0;
    }

    .profile-pg .prof_side {
        margin-bottom: 10px;
        padding: 35px 10px;
    }
    .profile-pg .tab_wrapper {
        padding: 45px 15px;
    }
    .content-pg .inner .det  {
        font-size: 12px;
    }
    .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;
    }
    .profile-pg .tab_wrapper.myCar_tab .loc_card .country {
        margin-bottom: 1rem !important;
    }
    .cart-pg .steps-wizard {
        display: none;
    }
    .cart-pg .cart-item .prod-det .prod-name {
        margin-top: 20px;
    }
    .cart-pg .cart-item .prod-det .price {
        flex-wrap: wrap;
    }
    .cart-pg .summary-checkout {
        margin: 15px 0;
    }
    .container-fluid.px-5 {
        padding: 0 3vw !important;
    }
    .cart-pg .summary-checkout .footer-card {
        padding: 1.25rem 0;
    }
    .products-pg .filter_wrapper .nav-pills .nav-link {
        min-width: 135px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .product-det .swiper_box .sm-slide-swiper {
        height: 80px;
    }
    .product-det .car_data .sm_title {
        margin-bottom: 1rem !important;
    }
    .product-det .text-box .box_butns{
        display: none;
    }
    .product-det .swiper_box .lg-slide-swiper .img-box {
        height: 350px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .products-sec .prod_card .img-box {
        height: 200px;
    }
}
@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)
{

}
