ul.coWal_new {
    list-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 28px;

}

ul.coWal_new li {
    display: inline-block;
}

li.vroshr_new {
    margin-top: 20px;
    padding-right: 15px;
}

ul.coWal_new li a {
    position: relative;
    padding: 15px 0px 15px 40px;
    font-family: 'Poppins-Regular';
    font-size: 15px;
    color: #000;
    /* border-top: 1px solid #163567;
     border-bottom: 1px solid red; */
}

ul.coWal_new li a:before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    width: 33px;
    height: 23px;
    top: 16px;
    background: url(../images/video.png) no-repeat center 0;
    background-size: 20px;
}

ul.coWal_new li.vroshr_new a:before {
    background: url(../images/brochure.png) no-repeat center 0;
}

ul.coWal_new li.Wlt_new a:before {
    background-position: 6px 2px !important;
    background-size: 26px;
}

ul.coWal_new li.PnLi_new a:before {
    background: url(../images/call.png) no-repeat center 0;
}


/* Add a class to hide elements on mobile */
.qrcode_display {
    display: block !important;
    /* Change to 'none' for hiding */
    margin: auto;
    max-width: 30%;
}

a.browsure_rules {
    display: none;
}

/* Media query to hide elements with class 'qrcode_display' on mobile devices */
@media (max-width: 768px) {
    .qrcode_display {
        /*display: none !important;*/
        max-width: 18%;
        text-align: left;
        margin-left: 2px !important;
    }



    a.browsure_rules {
        font-family: 'Poppins-Regular';
        font-size: 14px;
        color: #f32f2f;
        text-decoration: none;
        padding: 5px 1px 1px;
        border-radius: 5px;
        display: block;
        width: 28px !important;
        text-align: center !important;
        height: 26px;
    }

    .brochure_rules img.brochure_rules {
        margin-right: 0;
        width: 36px;
        margin-top: 1px;
    }

    .vroshr_new {
        display: none !important;
    }

    .Wlt_new {
        display: none !important;
    }

    section {
        /* padding-top: 20% !important; */
    }

    .logTi .col-lg-4 {
        width: 337px;
        height: auto !important;
    }

    .project_title {
        margin-top: 40px !important;
    }
}