/*================================ 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 .text_box .butns .butn {
        padding: 0.9rem 1.5rem;
    }
    .header .img_box .header_tr {
        top: -5%;
        right: -14%;
        width: 300px;
    }
    header .img_box .header_icon_tl {
        top: 22%;
        width: 80px;
    }
    .header .img_box .header_icon_tr {
        top: 43%;
        right: -14%;
        width: 50%;
    }
    .header .img_box .header_icon_bl {
        bottom: 0;
        left: 0;
        width: 120px;
    }
    .header .img_box ,
    .header .img_box .sec-img{
        height: 500px;
    }
    .about-sec .sec-img {
        height: 350px;
    }
    .features-sec .feature_card {
        padding: 50px 25px;
    }
    .app-sec .img_box .sec-img {
        width: auto;
        height: 350px;
        object-fit: contain;
        border-radius: 20px;
        margin-bottom: 35px;
    }
    .down_links .down_img {
        width: 135px;
        height: auto;
    }
    .footer .content {
        text-align: center;
    }
    .footer .content .title{
        margin: auto;
    }
    .footer .foot .links, 
    .footer .foot .p {
        margin: 5px 0;
        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)
{

}
