/*================================ 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)
{
    .header .inner_header .ps-5 {
        padding-right: 1rem !important;
        margin-right: unset !important;
    }
    .header .inner_header .sec-img {
        position: relative;
        width: 100%;
        margin-top: 35px;
    }
    .header .social_links {
        bottom: 0;
        left: -5px;
    }
    .download_app .down_img {
        width: 130px;
    }
    .provide-sec .col-lg-3.pt-5 {
        margin-top: 0rem !important;
        padding-top: 0rem !important;
    }
    .provide-sec .img-box {
        height: 350px;
        width: 100%;
        margin: 25px auto;
    }
    .downloading-sec .sec-img {
        width: 100%;
        /* height: 350px; */
        position: relative;
        margin-top: 25px;
    }
    .downloading-sec .inFlex.justify-content-between {
        justify-content: center !important;
    }
    .downloading-sec .download_app  {
        text-align: center;
    }
    .screens-sec::before {
        height: 54%;
    }
    .contact-sec .form-box{
        margin-bottom: 25px;
    }
    .newsletter-sec .circle {
        width: 100px;
        height: 100px;
    }
    .swiper-button-next, 
    .swiper-button-prev{
        display: none;
    }
    .foot .text-end ,
    .foot .foot_links{
        text-align: center !important;
    }
}
@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)
{

}
