/*================================ 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)
{

}
/*============================== 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;
    }
    .progress-wrap {
        bottom: 60px;
    }
    .footer {
        padding-bottom: 70px !important;
    }
    .about-sec .sec-img {
        height: 350px;
    }
    .products-sec {
        padding-top: 70px !important;
    }
    .products-sec .prod_card .img-box {
        height: 250px;
    }
    .products-sec .prod_card .img-box .links {
        flex-direction: column;
    }
    .products-sec .prod_card .img-box .links .butn.sm_butn {
        margin: 4px 0;
    }
    .offers-sec .offer_card.lg_card .disc_badge {
        bottom: 10px;
        right: 10px;
        transform: scale(.8);
    }
    .products-sec .prod_card .price ,
    .products-sec .prod_card .del {
        font-size: 1.1rem !important;
    }
    .about-sec .sec-img {
        margin-top: 20px;
    }
    .insta-sec .insta_img.sm_card {
        height: 150px;
    }
    .insta-sec .insta_img.lg_card {
        height: 300px;
    }
    .features-sec .feature_card {
        padding: 30px 5px;
    }
    .features-sec .feature_card .icon {
        width: 45px;
    }
    .features-sec .feature_card .title {
        font-size: 13px !important;
    }
    .header .item .text-box .title ,
    .about-sec .text-box .title{
        font-size: calc(.5vw + 35px);
    }
    .register-pg .register_inner .head {
        padding: 15px 20px;
    }
    .register-pg .register_inner .head .title {
        font-size: 14px;
    }
    .register-pg .register_inner .register_body .card-body {
        padding: 2.5rem 1rem 3rem 1rem;
    }
    .register-pg .register_inner .register_body .primary_butn {
        padding: 1.1rem 2rem;
        font-size: 14px;
    }
    .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;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .table  span.prod_name {
        min-width: 100px;
    }
    .about-cards .about_card .icon-outer {
        width: 75px;
        height: 75px;
    }
    .about-cards .about_card .icon-outer .icon {
        width: 35px;
    }
    .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_box {
        padding: 25px 10px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .product-det .swiper_box .lg-slide-swiper .img-box {
        height: 300px;
    }
    .product-det .swiper_box .sm-slide-swiper .sm-bg-header {
        height: 95px;
    }
    .rateModal .butn {
        min-width: 130px;
    }
    .header .item .text-box .p {
        display: none;
    }
}
@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: 320px) and (max-width: 376px)
{
    .features-sec .feature_card .title{
        font-size: 11px !important;
    }
    .products-sec .prod_card .price ,
    .products-sec .prod_card .del {
        font-size: 14px !important;
    }
}
@media (max-width: 320px)
{

}

/**/
@media(max-width:576px)
{
    .header .item .text-box .title {
        font-size: calc(.7vw + 35px);
    }
    .banner-sec .sec-img {
        height: 200px;
    }
    .products-sec .prod_card .img-box {
        height: 235px;
    }
    .categ-sec .categ_card {
        height: 250px;
    }
    .categ-sec .categ_card .categ_title {
        width: 85%;
        padding: 0.8rem 0.2rem;
        font-size: 12px;
    }
    .footer .newsletter_outer .inner .text {
        margin-bottom: 25px;
        text-align: center;
    }
    .footer .footer_outer .content .det {
        font-size: 12px;
        margin-bottom: 30px !important;
    }
    .footer .footer_outer .content .contact_link .content {
        width: calc(100% - 40px);
    }
    .footer .footer_outer .content .contact_link .contact_det {
        font-size: 12px;
    }
    .footer .footer_outer .content .contact_link .icon_outer {
        width: 35px;
        height: 35px;
        margin-inline-end: 5px;
    }
    .footer .footer_outer .content .pgLinks a {
        margin-bottom: 18px;
        font-size: 13px;
    }
    .footer .footer_foot .pay_methods  {
        margin-bottom: 15px;
    }
    .footer .footer_foot .maroof_logo {
        margin: unset;
        margin-bottom: 15px;
        margin-inline-start: auto;
    }
    .footer .footer_foot .copyright_p {
        text-align: center !important;
    }
    .footer .footer_outer .content .socialLinks a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}