@media(max-width: 991px) {
    .header_navLi:hover .cont-submenuMin {
        transform: translate(0%, 0);
        visibility: visible;
        opacity: 1;
    }
    .barsCont {
        font-size: 25px;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
        padding: 8px 15px 0px 15px;
        cursor: pointer;
    }

    .closeMenu {
        font-size: 25px;
        cursor: pointer;
    }

    header {
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 9999;
        right: -100%;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        transition: right ease-in-out .4s;
    }

    header.show {
        right: 0;
    }

    .header_navUl {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        padding: 0 20px 20px 20px;
    }

    .header_navUl>a {
        width: 100%;
        color: #000c;
        padding: 8px 0;
        border-bottom: solid 1px #00000026;
    }

    .header_navUl>div {
        width: 100%;
        color: #000c;
        padding: 8px 0;
        border-bottom: solid 1px #00000026;
    }

    .header_navLi {
        font-size: 16px;
    }

    .cont-submenuMin {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0;
        transform: translateY(0px);
        height: 0;
    }

    .cont-submenuMin.show {
        height: auto;
    }
    .submenuItem {
        font-size: 13px;
    }

    .submenuCont > a {
        color: #444;
    }
}
@media(max-width: 768px) {
    .contLastArtile>img {
        width: 100%;
    }

    .leftSideArticleCont {
        width: 100%;
    }

    .contArtBtns>a {
        width: 100%;
        margin: 5px 0;
    }
    .contSocialMedia {
        flex-wrap: wrap;
        justify-content: center;
    }
    .socialMediaText {
        width: 100%;
        text-align: center;
    }
}