/*================================ 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)
{
    .job_det .text_box .box {
        width: 100%;
    }
    .job_det .text_box .box {
        margin-inline-start: 0;
    }
    .navs-container .navbar .logo {
        width: 200px;
    }
    .header .item .text_box .title {
        font-size: 35px;
    }
    .header  .swiper-button-next, 
    .header  .swiper-button-prev {
        top: 80%;
    }
    .about_sec .img_box img {
        height: 200px;
    }
    .about_sec .img_box::before {
        width: 200px;
        height: 200px;
    }
    .team_pg .founder_card {
        padding: 5px 5px 0 5px;
    }
    .team_pg .founder_card .img_box {
        width: 100%;
    }
    .team_pg .founder_card .img_box {
        height: 330px;
    }
    .statics_sec .about_card .det {
        font-size: 18px;
    }
    .estate_det .box .img_box .sec-img ,
    .team_pg .team_card .img_box {
        height: 250px;
    }
    .job_det {
        padding: 10px 0;
    }
}
/*============================== Start small screen of mobile =========================*/
@media(max-width:768px)
{
    
}
@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)
{

}
