/*================================ 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)
{
    .projects-pg .item .text-box {
        width: 100%;
        margin-bottom: 95px;
        height: auto;
    }
    .projects-pg .item .img-box ,
    .projects-pg .item .map-box {
        height: 250px;
    }
    .projects-pg .item-l .main-img,
    .projects-pg .item-l .map-box {
        width: 100% !important;
    }
    .projects-pg .item-l .proj_title {
        padding: 75px 0px 10px 0;
    }
    .projects-pg .item .img-box .border-img {
        left: 0px;
        right: 0;
    }
    .about-sec2 .text-box .title {
        font-size: 30px;
    }
    .single-project {
        padding-bottom: 0;
    }
    .single-project .content .proj_info .info_card {
        padding: 25px 15px 35px 15px;
        height: calc(100% - 30px);
    }
    .single-project .content .proj_info .info_card .label {
        font-size: 12px;
    }
}
@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)
{

}
