/*================================ Satrt large screens =========================*/
@media (min-width: 1440px)
{   
   .products-pg .container-fluid{
       padding: 0 5vw;
   }
}
@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)
{
    .header{
        padding: 70px 0;
    }
    .header .inner .sec-img {
        height: 300px;
        border-radius: 25px;
        left: 0;
        margin-top: 40px;
    }
    .features-sec .inner .feature_card {
        border-left: 1px solid transparent;
        border-bottom: 1px solid #eee;
    }
    .footer .footer_b .links{
        text-align: center;
    }
    .footer .footer_b .copyright {
        font-size: 12px;
        margin: 10px 0 !important;
        text-align: center;
    }
    .footer .footer_b .imgs-box {
        justify-content: center;
    }
    .navs-container .top-nav .register-butns{
        text-align: center;
        margin-bottom: 20px;
    }   
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    .header2 .item .text-box .pattern{
        display: none;
    }
    .banners-sec .banner_card.bannerr-text{
        position: relative;
        top: 55%;
        transform: translateY(-45%);
    }
    .register-pg .register-img{
        min-height: 440px;
    }
    .single-product .sm-slide-swiper .sm-bg-header{
        height: 70px;
    }
    .single-product .text-box {
        margin-top: 50px;
    }
}
@media (min-width: 577px) and (max-width: 768px)
{

}
@media(max-width:576px)
{
    .footer .content .contact-links{
        text-align: start !important;
    }
    .footer .content .contact-links a{
        display: block;
    }
    .summary-checkout {
        padding: 30px 5px;
    }
    .summary-checkout .card-body .item .prod-img{
        width: 45px;
        height: 45px;
    }
    .register-pg .inner .form-wrapper .code-form-group .form-control{
        width: 50px;
    }

}
@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)
{

}
