@media screen and (max-width: 1366px) {
    .imgall{
        object-fit: cover;
        width: 100%;
        height: 220px;
    }
}
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 768px) {
    #bannertext {
        font-size: 50px;
        text-align: center;
    }

    #bannersubtext {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 20px;
        font-size: 1.4em;
        line-height: 1em;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
    }
    .bannerx {
        background-image: url("../asset/banners/home/mainmobile.jpg");
        min-height: 60vh;
       display: flex;
       text-align: center;
       
    }
    .bkport {
        background-image: url("../asset/banners/ports/bannermob.jpg");
  
    }
    .lgmax{
        width: auto !important;
    }
    .mobtop{
        padding-top: 20px;
    }
    .card{
        max-width: 500px;
        margin-bottom: 20px;
    }
    .centermob{
        text-align: center;
    }
    

    .profilepic{
        margin-top: 30px;
        position: unset;width: 260px;
       
    }
    .picmarg{
        text-align: center !important;
        height: auto !important;
    }
    .cardcats {

        min-height: 100px;
       
    }
    .catbtngray{
        margin-top: 10px;
        display: inline-flex;
        text-wrap: nowrap;
        white-space: nowrap;
    }
    .linkscontainer{
        display: block !important;
    }
    .imgall{
        object-fit: cover;
        width: 100%;
        height: 186px;
    }
    .txthomecard{
        font-size: 14px;
    }

    .navpgination{
        margin-top: 30px; width: 100%; text-align: center;
    }
}