/*================================ 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_1 {
        order: -1 !important;
    }
}
/*============================== 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;
    }
    .products-pg .box {
        padding: 10px 5px;
        border-radius: 20px;
        height: auto;
    }
    .navs-container .navbar .logo {
        width: 60px;
    }
    .header {
        min-height: fit-content;
    }
    .header .text-box .title ,
    .about-sec .text-box .title {
        font-size: calc(.5vw + 20px);
    }
    .header .text-box .p ,
    .about-sec .text-box .p{
        display: none;
    }
    .about-pg .text-box .p ,
    .service-det .text-box .p{
        font-size: 12px;
        display: block !important;
    }
    .about-sec .sec-img {
        height: 250px;
        margin: 30px 0;
    }
    .header .text-box .butn ,
    .about-sec .text-box .butn{
        padding: 0.7rem 1rem;
        font-size: 12px;
        width: fit-content;
        height: fit-content;
    }
    .products-sec .prod_card .img_box {
        height: 180px;
    }
    .categ-sec .categ_card .categ_img {
        width: 130px;
        height: 130px;
    }
    .services-sec .swiper-slide ,
    .services-sec .service_card{
        height: 300px;
    }
    .services-sec .swiper-slide-active .service_card {
        height: 350px;
    }
    .services-sec .swiper-slide-active .service_card .card_back .p {
        max-height: 105px;
        overflow: hidden;
    }
    .progress-wrap {
        bottom: 45px;
        left: 5px;
    }
    .whatsapp_butn {
        width: 50px;
        height: 50px;
        bottom: 55px;
        right: 5px;
    }
    .tab-bar-mob {
        display: block !important;
    }
    .footer {
        padding-bottom: 70px !important;
    }
    .footer .content .logo {
        display: block;
        margin: auto;
    }
    .footer .content .det {
        font-size: 13px !important;
        text-align: center;
        margin: 20px 0 35px 0;
    }
    .footer .content .contact_link .icon_outer {
        width: 45px;
        height: 45px;
    }
    .footer .content  p.contact_det.mb-0 {
        font-size: 13px;
    }
    .sec_title {
        font-size: calc(1vw + 18px);
    }
    .services-sec .swiper-slide-active .service_card .card_front .p {
        font-size: 12px;
    }
    .products-sec .prod_card .sec-img, .products-sec .prod_card .title ,
    .categ-sec .categ_card .title {
        font-size: calc(.5vw + 13px);
    }
    .products-sec .prod_card .sec-img, .products-sec .prod_card .price {
        font-size: calc(.5vw + 16px);
    }
    .about-cards .about_card {
        transform: scale(.95);
    }
    .about-pg .bg {
        object-position: left;
    }
    .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;
    }
    .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;
    }
    .products-sec .prod_card .img_box .hvr_icons .butn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .products-pg .form-box .box {
        padding: 10px;
    }
    .profile-pg .prof_side {
        margin-bottom: 10px;
        padding: 35px 10px;
    }
    .profile-pg .tab_wrapper {
        padding: 45px 15px;
    }
    .content-pg .inner .det ,
    .footer .copyright_p {
        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;
    }
    .product-det .sm-slide-swiper .sm-bg-header {
        height: 80px;
    }
    .order_det_pg .order-details .order-head ul li {
        width: 100%;
    }
    .profile-pg .tab_wrapper.orders_tab .table-responsive .name {
        min-width: 100px;
    }
    .order-details .order-head ul li {
        width: 100%;
    }
    .cart-pg .butn {
        padding: 0.8rem 2rem;
    }
    .contact-pg .contact-wrapper {
        padding: 45px 20px;
    }
    .contact-pg .wrapper-sm {
        margin-top: 25px;
    }
}
@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)
{

    .header .text-box .title, .about-sec .text-box .title {
        font-size: calc(.5vw + 14px);
    }
    .services-sec .swiper-slide ,
    .services-sec .service_card{
        height: 200px;
    }
    .services-sec .swiper-slide-active .service_card {
        height: 250px;
    }
    .services-sec .swiper-slide-active .service_card .card_back .p {
        display: none;
    }
    .services-sec .swiper-slide-active .service_card .card_front .p {
        max-height: 55px;
    }
    .services-sec .service_card .card_inner {
        padding: 20px 15px;
    }
    .footer .content .contact_link .icon_outer {
        width: 30px;
        height: 30px;
    }
    .footer .content .contact_link .icon_outer .icon {
        width: 20px;
        height: 20px;
    }
    .footer .content .contact_link .content {
        width: calc(100% - 45px);
    }
    .footer .content p.contact_det.mb-0 {
        font-size: 10px;
    }
    .footer .content .socialLinks a {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }
}
@media (max-width: 320px)
{

}
