* {
    direction: rtl;
}

.swiper-slide {
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: 0.3s;
    overflow: hidden;
}
.swiper-slide img:hover {
    transition-timing-function: linear;
    transition-duration: 0.3s;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.swiper-slide:hover .title {
    color: #6d0606 !important;
}

.d-flex {
    display: flex !important;
}

.alignItemCen {
    display: flex;
    align-items: center;
}
.heightUnset {
    height: unset !important;
}
.height {
    height: 100% !important;
}
.flexDirColumn {
    display: flex;
    flex-direction: column;
}

.newbgColor {
    background-color: #ebebeb !important;
}
.bgColorBlack {
    background-color: black !important;
}
.bgColorGray {
    background-color: #232323;
}
.colorGray {
    color: #676767;
}
.bgColorWhite {
    background-color: #fff !important;
}
.bgColorRed {
    background-color: #6d0606 !important;
}
.colorWhite {
    color: white !important;
}
.justifyContentUnset {
    display: flex;
    justify-content: unset !important;
}
.padUnset {
    padding: unset !important;
}
.pdR0 {
    padding-right: 0px !important;
}
.pd5 {
    padding: 5px;
}
.pd10 {
    padding: 10px !important;
}
.pdr15 {
    padding-right: 15px !important;
}
.pdL0 {
    padding-left: 0px !important;
}

.pdl10 {
    padding-left: 10px !important;
}
.pdB10 {
    padding-bottom: 10px;
}
.mgL17 {
    margin-left: 17px;
}
.mrLeft5 {
    margin-left: 5px;
}
.mgR10 {
    margin-right: 10px;
}
.mgt10 {
    margin-top: 10px;
}
.mg17 {
    margin: 17px;
}
.w100 {
    width: 100% !important;
}
.Point {
    cursor: pointer;
}
.boxShadow {
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
}
.alignItemStart {
    align-items: flex-start;
}
.borderRadiusUnset {
    border-radius: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}
.flexDirRow {
    flex-direction: row !important;
}
.flexRowRev {
    display: flex;
    flex-direction: row-reverse !important;
}
.videoConv {
    background-color: black;
    float: right !important;
    margin: 20px 15px 0px 0px;
    width: 73%;
    height: 250px !important;
    overflow: hidden;
}
.lastSelectedNews {
    height: unset !important;
}

.centerNav {
    justify-content: space-around;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.mainSwiper {
    order: 1;
}
.lastNews {
    height: unset !important;
    margin-top: 10px;
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.videoBox {
    height: unset !important;
    margin-top: 10px;
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
}
.videoBox .meta {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsCat {
    justify-content: space-between;
    height: unset !important;
    margin-top: 10px;
    float: right;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}
.newsCat .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sideNews .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secendVideoBox {
    height: unset !important;
    margin-top: 10px;
    float: right !important;
    display: flex;
    flex-direction: column;
}
.secHeadMain {
    direction: rtl;
    text-align: right;
    position: relative;
    padding: 10px 5%;
    background-color: #232323;
}

.RecommendedVideo {
    height: 100%;
    padding: 0px 10px;
    background-color: #e7e0d8;
}
.RecommendedVideo .title {
    font-size: 18px !important;
    line-height: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RecommendedVideo .summery {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videosHeader {
    display: flex;
    align-items: baseline;
}
.alignItemBase {
    display: flex;
    align-items: baseline;
}

.secHeadTabs:not(:first-child) {
    margin-right: 25px;
}

.secHeadTabs {
    white-space: nowrap;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    cursor: pointer;
    height: 40px;
}

.secHeadNavs {
    display: flex;
}
.floatRight {
    float: right !important;
}
.secHeadTabsSubList {
    position: absolute;
    top: 40px;
    z-index: 10;
    display: none;
    flex-direction: column;
    min-width: 130px;
    background-color: var(--koochita-yellow);
    border-radius: 0px 0px 10px 10px;
}

.secHeadTabs:hover .secHeadTabsSubList {
    display: flex;
}

.secHeadTabsSubList > a {
    color: black;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
}

.secHeadTabsSubList > a:hover {
    background-color: #88070b;
    color: white;
}

.linkRoute {
    color: #16174f !important;
    font-size: 15px;
}

.spanMarginSecHead {
    flex-wrap: wrap;
}

.spanMarginSecHead > span {
    margin: 3px 7px 0;
}

.spanMarginSecHead > a {
    display: flex;
    align-items: center;
}

.secHeadTabsSubList > a:last-child {
    border-radius: 0 0 10px 10px;
}

.secHeaderPathDiv {
    margin-right: 10px;
    /*min-width: 90px;*/
}

.yelCol {
    color: var(--koochita-yellow);
}
.listSecHeadContainer {
    font-size: 20px;
    flex-wrap: nowrap;
}
.fluidPlacePath {
    background-color: white;
    padding-top: 10px;
    overflow-y: hidden;
    overflow-x: auto;
}
.linkRoute {
    min-width: 60px;
}

.mainPageSlider {
    width: 100%;
    position: relative;
}

.mainPageSlider .content {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(0deg, black, transparent);
}
.mainPageSlider .content .title {
    color: white;
    font-size: 20px;
    /* font-weight: bold; */
}
.mainPageSlider .content .summery {
    color: gainsboro;
    line-height: 18px;
    font-size: 12px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.newNews .content {
    background: transparent
        linear-gradient(180deg, #07070700 0%, #04040475 18%, #000000 100%) 0% 0%
        no-repeat padding-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 5px;
    width: 100%;
}
.newNews .content .title {
    line-height: 23px !important;
    font-size: 14px !important;
    color: white !important;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px !important;
}
.lastSpecialNew .title {
    font-size: 14px !important;
    line-height: 18px !important;
}
.videoBox .title {
    font-size: 14px !important;
    line-height: 18px !important;
}
.newNews .content .summery {
    color: gainsboro;
    line-height: 18px;
    font-size: 12px !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.topSectionMainPageNews {
    margin: 10px 0px;
}
.topSectionMainPageNews > div {
    height: 450px;
}

.sideCardSec {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sideCardSec .lastNewsCard {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 10px;

    border-bottom: 2px solid #6d0606;
    height: 250px;
}
.videoBox .sideNewsCard {
    width: 49%;
    height: fit-content;
    overflow: hidden;
    background-color: #e7e0d8;
}
.videoBox .sideNewsCard .title {
    color: #232323;
}
.sideNewsCard {
    width: 48%;
    height: 210px;
    overflow: hidden;
    /* margin-top: 10px; */
}

.sideNewsCard .picSec {
    width: auto;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.inOneRows {
    padding-right: 10px;
}

.inOneRows .title {
    color: white;
    font-size: 23px;
    margin: 10px 10px 20px 10px;
}
.inOneRows .body {
    display: flex;
    justify-content: space-around;
}
.inOneRows .cardDownTitle {
    align-items: flex-start;
    display: flex;
    min-width: 200px;
    flex-direction: row;
    width: 291px;
    margin-left: 30px;
}
.inOneRows .cardDownTitle .picSec {
    height: 160px;
    overflow: hidden;
    border-radius: 10px;
    width: 50%;
    position: relative;
}
.picSec.playIcon {
    position: relative;
}
.picSec.playIcon:before {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #0000002e;
    width: 100%;
    height: 100%;
    font-size: 85px;
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inOneRows .cardDownTitle .content {
    width: 50%;
    padding: 10px;
    text-align: center;
    /* font-weight: bold; */
    padding-top: 3px;
    color: white;
    display: flex;
}
.inOneRows .cardDownTitle .content div {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inOneRows .cardDownTitle .content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oneBig4SmallRows {
    padding: 10px 0px;
    margin: 10px 10px 10px 10px;
}
.oneBig4SmallRows .sideDown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.oneBig4SmallRows .title {
    font-size: 24px;
    margin-bottom: 10px;
    color: black;
}

.colCard {
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.colCard .picSec {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 200px;
}
.colCard .content {
    color: white;
}
.colCard .content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    font-weight: normal;
}
.colCard .content .summery {
    line-height: 20px;
    font-size: 13px !important;
}

.rowCard {
    background-color: #232323;
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-around;
    width: 48%;
}
.rowCard .picSec {
    width: 40%;
    height: 90%;
    overflow: hidden;
}
.rowCard .content {
    width: 50%;
    font-size: 14px !important;
    color: white;
    line-height: 18px;
}

.oneBig4SmallRows.green {
    /*background: var(--koochita-green);*/
    background: #0d665052;
}
.oneBig4SmallRows.green .rowCard,
.oneBig4SmallRows.green .colCard {
    background: var(--koochita-green);
}

.oneBig4SmallRows.yellow {
    /*background: var(--koochita-yellow);*/
    background: #fcc1564a;
}
.oneBig4SmallRows.yellow .rowCard,
.oneBig4SmallRows.yellow .colCard {
    background: var(--koochita-yellow);
}

.oneBig4SmallRows.blue {
    background: var(--koochita-blue);
    background: #0076a340;
}
.oneBig4SmallRows.blue .rowCard,
.oneBig4SmallRows.blue .colCard {
    background: var(--koochita-blue);
}

.oneBig4SmallRows.lightGreen {
    background: var(--koochita-light-green);
    background: #4dc7bc45;
}
.oneBig4SmallRows.lightGreen .rowCard,
.oneBig4SmallRows.lightGreen .colCard {
    background: var(--koochita-light-green);
}

.oneBig4SmallRows.red {
    background: var(--koochita-red);
    background: #720d1954;
}
.oneBig4SmallRows.red .rowCard,
.oneBig4SmallRows.red .colCard {
    background: var(--koochita-red);
}

.edBetween {
    margin: 10px 0px;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.edBetween.onED > a {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.edBetween.twoED > a {
    width: 49%;
    overflow: hidden;
}

.descriptionText h2,
.descriptionText h2 span {
    font-size: 22px !important;
    line-height: 29px !important;
    font-weight: bold !important;
}
.descriptionText span,
.descriptionText p {
    font-size: 14px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    text-align: justify;
}
/* .descriptionText figure {
    margin: 20px auto;
    display: flex;
    width: 100% !important;
} */
.descriptionText img {
    margin: 0px auto;
    max-width: 100% !important;
}

.sideSec .title {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.sideSec .tagSection {
    display: flex;
    flex-direction: column;
}
.sideSec .tagSection .tag {
    margin-top: 10px;
    font-size: 16px;
}
.sideSec .tagSection .tag > a {
    padding: 0px 5px;
    background: #0076a3a3;
    color: #ffffff;
    transition: 0.3s;
}
.sideSec .tagSection .tag > a:hover {
    background: var(--koochita-blue);
}

.sideEdInShow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}
.sideEdInShow .edvPic {
    width: 100%;
}
.sideEdInShow .edvPic > img {
    width: 100%;
}

.sideSec .otherNewsInShow {
    width: 100%;
    position: relative;
}
.sideSec .otherNewsInShow .swiper-slide {
    display: flex;
    flex-direction: column;
}
.sideSec .otherNewsInShow .swiper-slide .picSec {
    height: 200px;
}
.sideSec .otherNewsInShow .swiper-slide .content {
    position: relative;
    background: none;
}
.sideSec .otherNewsInShow .swiper-slide .content .title {
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.sideSec {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 10px;
}

.shareSec .bu a {
    display: flex;
    margin-bottom: 10px;
}
.shareSec .bu .text {
    color: var(--koochita-dark-green);
    margin-right: 5px;
    margin-left: 5px;
}
.shareSec .bu .pic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.listBody .newsRow {
    display: flex;
}
.listBody .newsRow .picSec {
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.listBody .newsRow .content .title {
    color: black;
    /* font-weight: bold; */
    font-size: 18px;
    padding-bottom: 4px;
}
.listBody .newsRow .content .summery {
    font-size: 11px;
    margin-top: 10px;
}
.listBody .newsRow .content .time {
    position: absolute;
    color: gray;
    bottom: 0;
    left: 0;
}

.listHeaderRow {
    background-color: #e7e0d8;
}
.listHeaderRow h2 {
    font-weight: bold;
    font-size: 18px !important;
    padding: 5px;
    color: black;
}
.directionSite {
    display: flex;
    padding-top: 5px;
    color: #6d0606;
    font-size: 14px;
}
.directionSite a {
    color: #6d0606;
}
.mostViewHeader {
    color: white !important;
    background-color: #6d0606;
    padding: 6px 5px;
    margin-bottom: 2px;
}
.topNewsImg {
    width: 210px;
    min-width: 210px;
    height: 140px;
}
#sideNews {
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 5px;
}
#firstAds {
    width: 100%;
    margin-top: 10px;
}
#secendAds {
    width: 100%;
    margin-top: 10px;
}
.mostViewDay .title {
    font-size: 14px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#lineAds {
    height: fit-content;
    margin: 30px 0px;
}
.imgCaption {
    position: absolute;
    bottom: 0px;
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    background-color: #343a40;
    color: white;
    padding: 5px;
    overflow: hidden;
    text-overflow: clip;
    width: 100%;
}
.leftNavOne {
    top: 0;
    position: sticky;
}
.menuIcon {
    position: absolute;
    left: 5px;
    font-size: 40px;
}
.topnews {
    height: unset !important;
    padding-left: 0px;
    color: white !important;
    padding: 6px 5px;
    margin-bottom: 2px;
}
@media (max-width: 889px) {
    .secHeadTabs {
        margin-right: 13px;
        font-size: 10px;
        font-weight: 800;
    }
}

@media (max-width: 650px) {
    .listSecHeadContainer {
        width: fit-content;
    }
    .linkRoute {
        font-size: 12px;
    }
    .spanMarginSecHead {
        padding: 0px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 20px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 40px;
        margin-top: 5px;
    }
    h2 {
        font-size: 18px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 30px;
        margin-top: 5px;
    }
    h3 {
        font-size: 16px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 30px;
        margin-top: 5px;
    }
    h4 {
        font-size: 14px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 30px;
        margin-top: 5px;
    }

    .col-md-12 {
        padding: 0px !important;
    }
    .videoConv {
        width: 100%;
    }

    .videoConv {
        display: none;
    }
    .mainSwiper {
        padding-right: 0px !important ;
    }
    .newsInRow {
        padding-right: 0px !important;
    }
    .newsCat {
        flex-direction: column;
    }
    .lastSelectedNews {
        height: unset !important;
        margin: 20px 15px 0px 0px;
    }

    .topNewsImg {
        width: 30%;
        min-width: 30%;
        height: 140px;
    }

    .secendVideoBox {
        display: none;
    }
    .newsCat > div {
        padding-top: 5px;
        width: 100% !important;
    }
    .listBody .newsRow {
        width: 100% !important;
    }
    #sideNews {
        margin: 0px !important;
    }
    .sideCardSec .lastNewsCard {
        width: 100%;
        height: 250px !important;
    }
    .sideNewsCard .picSec {
        height: 150px;
    }
    .videoBox .sideNewsCard {
        width: 100% !important;
    }

    .oneBigSec {
        width: 100%;
    }
    .colCard {
        margin-bottom: 10px;
    }
    .rowCard {
        flex-direction: column;
        height: 200px;
    }
    .rowCard .picSec {
        width: 90%;
        height: 50%;
    }
    .rowCard .content {
        width: 90%;
        text-align: center;
    }

    .sideSec {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
        border-bottom: solid 1px;
        margin-bottom: 10px;
    }

    .listBody .newsRow .content .summery {
        display: none;
    }
    .listBody .newsRow .picSec {
        width: 150px;
    }

    .newsTitleShow h1 {
        font-weight: bold;
        margin-top: 0;
        line-height: 32px;
        color: #292929;
        font-size: 23px !important;
        margin-bottom: 14px;
    }

    .sideSec .tagSection {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sideSec .tagSection .tag {
        margin-top: 10px;
        font-size: 13px;
        margin-left: 10px;
    }
    .descriptionText figure {
        max-width: 100% !important;
    }

    .newsCategoryListMFooter {
        overflow-y: auto;
        background: white;
        position: relative;
        border: solid 2px black;
        border-top: 0px;
        height: 100%;
    }
    .newsCategoryListMFooter .list {
        display: flex;
        flex-direction: column;
    }
    .newsCategoryListMFooter .categ {
        align-items: center;
        display: flex;
        color: #333;
        height: fit-content;
        border-bottom: 1px solid black;
        padding: 15px;
    }
    .closeInFooter {
        display: flex;
        flex-direction: row;
        padding: 10px;
        font-size: 25px;
    }
    .newsCategoryListMFooter .categ .categIcon {
        /* margin: 5px 0px; */
    }
    .newsCategoryListMFooter .categ .categIcon img {
        height: 30px;
        padding: 0px 5px;
    }
    .newsCategoryListMFooter .categ .title {
        font-size: 15px;
        margin-bottom: 5px;
        margin-right: 15px;
    }

    .searchInMobileNewsBody .title {
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .searchInMobileNewsBody .searchInput {
        font-size: 23px;
        width: 95%;
        padding: 5px;
        border: none;
        border-bottom: solid 2px #868686;
    }
    .searchInMobileNewsBody .searchButton {
        font-size: 22px;
        background: var(--koochita-yellow);
        color: white;
        border: none;
        border-radius: 10px;
        padding: 5px 25px;
        box-shadow: 1px 1px 5px 1px #6f6f6f;
    }

    .listBody .newsRow .content .time {
        font-size: 9px;
    }
    .listBody .newsRow .content .title {
        font-size: 14px;
    }
    .leftNavOne {
        position: relative;
    }
    #RecommendedVideo {
        display: none;
    }
    #secendAds {
        display: none;
    }
    .centerNav {
        display: none;
    }
}

@media (min-width: 990px) {
    h1 {
        font-size: 28px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 60px;
        margin-top: 5px;
    }
    h2 {
        font-size: 22px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 32px;
        margin-top: 5px;
    }
    h3 {
        font-size: 20px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 32px;
        margin-top: 5px;
    }
    h4 {
        font-size: 18px;
        /* font-weight: 800; */
        margin-bottom: 5px;
        line-height: 30px;
        margin-top: 5px;
    }
}
@media (max-width: 991px) {
    .sideCardSec .lastNewsCard {
        width: 47%;
        height: 250px !important;
    }
    .listBody .newsRow {
        width: 50%;
        padding: 10px 10px 0px 10px !important;
    }
    .listBody .newsRow:nth-child(1) {
        width: 100% !important;
    }
    .topSectionMainPageNews {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 50px;
    }
    #MostVisitedToday {
        padding-right: 15px;
        width: 75%;
    }
    #firstAds {
        width: 25%;
    }
    .leftNavOne {
        position: relative;
    }
    #RecommendedVideo {
        display: none;
    }
    #secendAds {
        display: none;
    }
    .centerNav {
        order: 2;
        /* display: none; */
    }
    .leftNavOne {
        padding-left: 0px;
        flex-direction: row-reverse;
        display: flex;
        order: 3;
    }
    .lastNews {
        margin: 20px 0px 0px 0px;
        order: 4;
    }
    .lastSelectedNews {
        order: 5;
    }
    .oneBig4SmallRows {
        order: 6;
        height: unset !important;
    }
    .newsCat {
        order: 7;
    }
    #lineAds {
        order: 8;
    }
    .topnews {
        order: 9;
    }
    .videoBox {
        order: 10;
    }
}
@media (min-width: 992px) {
    .listBody .newsRow {
        width: 33%;
    }
    .sideCardSec .lastNewsCard {
        width: 32%;
    }
}
@media (max-width: 700px) {
    .leftNavOne {
        flex-direction: column;
    }
    #MostVisitedToday {
        padding-right: 15px;
        width: 100%;
    }
    #firstAds {
        align-content: center;
        display: flex;
        flex-wrap: wrap;
        height: 400px;
        width: 100%;
    }
    #firstAds img {
        margin: auto;
        height: 85% !important;
        width: auto !important;
    }
    .sideCardSec .lastNewsCard {
        width: 100%;
    }
}
