@media screen and (max-width: 1600px) {
  header .bottomHeader .menu ul {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .newsSection1 .thirdColumn .streamNews .listingImage {
    padding-inline: 0;
  }
  .newsSection1 .secondColumn .listingItemDIV .listingItem,
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem,
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection3 .firstColumn,
  .newsSection4 .firstColumn,
  .newsSection5 .firstColumn,
  .newsSection3 .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection4 .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection5 .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-left: 25px;
  }
  .women-landing-page {
    padding: 50px 0;
  }
  .women-landing-page .container .row {
    --bs-gutter-x: 25px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .women-landing-page .container .offset-xl-2 {
    margin: 0;
  }
  .women-landing-page .flag-container {
    margin-bottom: 75px;
  }
  .women-landing-page .flag-container .image-holder {
    max-width: 50%;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  header {
    margin-top: 15px;
    position: static;
  }
  header.show-shadow:after {
    content: none;
  }
  header .container {
    display: flex;
    flex-direction: column-reverse;
  }
  header .topHeader {
    display: none;
  }
  header .middleHeader {
    row-gap: 30px;
    align-items: center;
    padding: 15px 0;
  }
  header .middleHeader .end {
    flex-direction: column;
    row-gap: 30px;
  }
  header .middleHeader .region:after,
  header .middleHeader .podcast:after {
    content: none;
  }
  header .middleHeader .podcast {
    display: none;
    margin-top: 15px;
  }
  header .middleHeader .region {
    padding-inline: 0;
  }
  header .middleHeader .region .country {
    margin-left: 10px;
    padding-left: 10px;
  }
  header .middleHeader .loginRegister {
    display: none;
  }
  header .bottomHeader {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    justify-content: end;
    overflow: visible;
  }
  header .bottomHeader .menu {
    display: none;
  }
  header .bottomHeader .languageSelectorMobile {
    display: block;
  }
  header .bottomHeader .languageSelectorMobile > a {
    position: relative;
    padding-inline: 30px;
    font-size: 18px;
    line-height: 18px;
  }
  header .bottomHeader .languageSelectorMobile > a:before {
    content: "";
    background-image: url("../images/globe.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .bottomHeader .languageSelectorMobile > a:after {
    content: "";
    background-image: url("../images/triangleDown.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    height: 9px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .featuredNewsSection1 .listingItemDIV.featured .listingInfos,
  .featuredNewsSection2 .listingItemDIV.featured .listingInfos {
    margin-top: 0;
    padding: 30px 0 50px;
  }
  .featuredNewsSection1 .otherNews,
  .featuredNewsSection2 .otherNews {
    gap: 30px;
  }
  .featuredNewsSection1 .otherNews .listingItemDIV,
  .featuredNewsSection2 .otherNews .listingItemDIV {
    border: 0;
  }
  .featuredNewsSection1 .otherNews .listingItemDIV .listingItem,
  .featuredNewsSection2 .otherNews .listingItemDIV .listingItem {
    padding-inline: 0;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .featuredNewsSection1 .otherNews .listingItemDIV:last-of-type .listingItem,
  .featuredNewsSection2 .otherNews .listingItemDIV:last-of-type .listingItem {
    padding-bottom: 30px;
  }
  .featuredNewsSection1 .featuredNews,
  .featuredNewsSection2 .featuredNews {
    border-bottom: 0;
  }
  .newsSection1 {
    margin-bottom: 50px;
  }
  .newsSection1 .firstColumn {
    padding-top: 0;
    border: none;
  }
  .newsSection1 .firstColumn .listingHolder {
    flex-direction: column;
    margin-left: -15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: initial;
  }
  .newsSection1 .secondColumn {
    padding-top: 30px;
    border: none;
  }
  .newsSection1 .secondColumn .listingItemDIV .listingItem {
    padding-inline: 0;
    margin-bottom: 30px;
  }
  .newsSection1 .secondColumn .listingItemDIV:last-of-type .listingItem {
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .newsSection1 .thirdColumn {
    border: none;
    padding-right: 15px;
  }
  .newsSection1 .thirdColumn .row {
    justify-content: center;
  }
  .newsSection1 .thirdColumn .streamNews {
    margin-bottom: 20px;
  }
  .newsSection1 .thirdColumn .streamNews .listingItemDIV {
    flex: 0 0 50%;
  }
  .newsSection1 .thirdColumn .streamNews .listingItemDIV .listingItem {
    margin-bottom: 30px;
  }
  .newsSection1 .thirdColumn .streamNews .listingImage {
    padding-inline: 0;
  }
  .newsSection1 .thirdColumn .listingHolder {
    padding: 0;
  }
  .newsSection1 .thirdColumn .streamNews,
  .newsSection1 .thirdColumn .latestNews {
    width: 100%;
  }
  .newsSection1 .thirdColumn .ad {
    margin-bottom: 60px;
  }
  .newsSection2,
  .newsSection3,
  .newsSection5 {
    margin-bottom: 50px;
  }
  .newsSection2 .topSection,
  .newsSection3 .topSection,
  .newsSection5 .topSection {
    gap: 0;
    flex-direction: row;
  }
  .newsSection2 .topSection h2,
  .newsSection3 .topSection h2,
  .newsSection5 .topSection h2 {
    margin-left: 20px;
  }
  .newsSection2 .topSection .newsType,
  .newsSection3 .topSection .newsType,
  .newsSection5 .topSection .newsType {
    flex-wrap: wrap;
    flex: 1;
    row-gap: 15px;
  }
  .newsSection2 .topSection .link,
  .newsSection3 .topSection .link,
  .newsSection5 .topSection .link {
    flex: none;
    margin-right: 10px;
  }
  .newsSection2 .newsSection .firstColumn,
  .newsSection3 .newsSection .firstColumn,
  .newsSection5 .newsSection .firstColumn {
    border: 0;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .listingItem,
  .newsSection5 .newsSection .firstColumn .listingItemDIV .listingItem {
    padding-inline: 0;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection5 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-left: 35px;
    max-width: unset;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV:last-of-type .listingItem,
  .newsSection3 .newsSection .firstColumn .listingItemDIV:last-of-type .listingItem,
  .newsSection5 .newsSection .firstColumn .listingItemDIV:last-of-type .listingItem {
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .newsSection2 .newsSection .firstColumn .secondaryNews .listingTitle,
  .newsSection3 .newsSection .firstColumn .secondaryNews .listingTitle,
  .newsSection5 .newsSection .firstColumn .secondaryNews .listingTitle {
    margin-bottom: 0;
  }
  .newsSection2 .newsSection .secondColumn,
  .newsSection3 .newsSection .secondColumn,
  .newsSection5 .newsSection .secondColumn {
    border: 0;
    padding-inline: 0;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder,
  .newsSection3 .newsSection .secondColumn .listingHolder,
  .newsSection5 .newsSection .secondColumn .listingHolder {
    padding: 0;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV,
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV {
    width: 100%;
    padding-inline: 15px;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem,
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem {
    border: 0;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type),
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type),
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) {
    flex: 0 0 50%;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) .listingItem,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) .listingItem,
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) .listingItem {
    flex-direction: column;
  }
  .newsSection3 {
    margin-bottom: 0;
  }
  .newsSection3 .secondColumn .listingHolder .listingItemDIV {
    flex: 0 0 50%;
  }
  .newsSection4 .firstColumn {
    padding-inline: 0;
    border: none;
  }
  .newsSection4 .firstColumn .listingItemDIV .listingItem {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .newsSection4 .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-left: 35px;
    max-width: unset;
  }
  .newsSection4 .firstColumn .listingItemDIV:last-of-type .listingItem {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .newsSection4 .secondColumn {
    padding-inline: 0;
  }
  .newsSection4 .secondColumn .listingItemDIV {
    width: 100%;
  }
  .newsSection4 .secondColumn .listingItemDIV .listingItem {
    margin-bottom: 25px;
  }
  .newsSection4 .secondColumn .listingHolder {
    padding-inline: 15px;
  }
  .newsSection5 .firstColumn {
    padding: 0;
  }
  .newsSection5 .secondColumn .listingHolder .listingItemDIV {
    flex: 0 0 50% !important;
  }
  .featuredNewsSection2 {
    margin-bottom: 100px;
  }
  .featuredNewsSection2 .otherNews {
    gap: 0;
    row-gap: 50px;
  }
  .featuredNewsSection2 .otherNews .listingItemDIV .listingItem {
    border-bottom: 0;
  }
  .featuredNewsSection2 .featured {
    margin-bottom: 30px;
  }
  .adSection .imgContainer {
    max-width: unset;
  }
  .registerBannerSection {
    margin-bottom: 100px;
  }
  .registerBannerSection .listingHolder {
    justify-content: center;
  }
  .registerBannerSection .listingImage {
    margin-inline: auto;
  }
  .registerBannerSection .listingTitle,
  .registerBannerSection .listingDescription {
    max-width: unset;
    text-align: center;
  }
  .registerBannerSection .registerInfo {
    justify-content: center;
  }
  .mostReadSection .blockHead {
    margin-bottom: 35px;
  }
  .mostReadSection .listingItemDIV .listingImage {
    margin-bottom: 30px;
  }
  .mostReadSection .listingHolder {
    row-gap: 30px;
  }
  .mostReadSection .listingInfos:after {
    content: none;
  }
  .mostReadSection .news {
    padding-bottom: 0;
    border: 0;
  }
  .registerBannerSection2 {
    text-align: center;
  }
  .registerBannerSection2 .listingHolder {
    row-gap: 30px;
  }
  .registerBannerSection2 .listingImage {
    margin-inline: auto;
  }
  .registerBannerSection2 .newsletterInputWrapper {
    margin: auto;
    padding: 0;
  }
  .newsSection3,
  .newsSection5 {
    padding: 100px 0 0;
  }
  .newsSection3 .topSection,
  .newsSection5 .topSection {
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
    gap: 0;
  }
  .newsSection3 .topSection h2,
  .newsSection5 .topSection h2 {
    margin-left: 20px;
  }
  .newsSection3 .topSection .link,
  .newsSection5 .topSection .link {
    flex: none;
    margin-right: 10px;
  }
  .newsSection3 .firstColumn,
  .newsSection5 .firstColumn {
    padding-inline: 0;
  }
  .newsSection3 .firstColumn .listingItemDIV .listingItem,
  .newsSection5 .firstColumn .listingItemDIV .listingItem {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .newsSection3 .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection5 .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-left: 50px;
    max-width: unset;
  }
  .newsSection3 .firstColumn .secondaryNews .listingTitle,
  .newsSection5 .firstColumn .secondaryNews .listingTitle {
    margin-bottom: 0;
  }
  .newsSection3 .secondColumn .listingHolder .listingItemDIV,
  .newsSection5 .secondColumn .listingHolder .listingItemDIV {
    flex: 0 0 50%;
  }
  .featuredNewsSectionAlt {
    margin-bottom: 30px;
  }
  .featuredNewsSectionAlt .firstColumn {
    padding: 0;
    margin-bottom: 70px;
  }
  .featuredNewsSectionAlt .first-news-section .featured .listingItem {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }
  .featuredNewsSectionAlt .first-news-section .otherNews .listingItemDIV {
    border: none;
    padding-bottom: 0;
  }
  .featuredNewsSectionAlt .otherNews {
    gap: 30px;
  }
  .featuredNewsSectionAlt .otherNews .listingItemDIV {
    border: none;
    padding-bottom: 0;
  }
  .featuredNewsSectionAlt .otherNews .listingItem {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .firstColumn {
    border-left: 0;
    border-bottom: 0;
  }
  .secondColumn {
    padding-right: 0;
  }
  .firstColumn {
    border: none;
    padding-inline: 0;
  }
  .newsSection1Alt {
    margin-bottom: 50px;
  }
  .newsSection1Alt .second-section .streamNews .listingItemDIV .listingItem {
    padding-bottom: 0;
  }
  .newsSection1Alt .second-section .streamNews .listingItemDIV .listingDescription {
    margin-bottom: 30px;
  }
  .newsSection1Alt .second-section .streamNews .listingImage {
    padding: 0;
  }
  footer {
    padding: 30px 0;
  }
  footer .topFooter {
    flex-direction: column;
  }
  footer .topFooter .menusMain {
    margin-right: 15px;
  }
  footer .topFooter .menusMain ul {
    gap: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  footer .topFooter .menusMain ul li {
    flex: 1 1 auto;
  }
  footer .topFooter .social {
    margin-bottom: 30px;
  }
  footer .topFooter .social h3 {
    margin-bottom: 20px;
  }
  footer .topFooter .social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  footer .topFooter .logoContainer {
    max-width: 200px;
    margin-bottom: 30px;
    margin-inline: auto;
  }
  footer .bottomFooter {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  footer .bottomFooter .newsLetter {
    width: 100%;
  }
  footer .bottomFooter .newsLetter .newsletterInputWrapper {
    max-width: 100%;
  }
  .liveBanner .liveContainer {
    padding-inline: 20px;
  }
  .liveBanner .title {
    padding-inline: 30px;
  }
  .liveText p {
    padding-inline-start: 10px;
  }
  .liveText .pulse-container {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  header .bottomHeader .sideMenu {
    right: -100vw;
    padding: 30px;
  }
  header .middleHeader .start span {
    margin-inline: 0;
  }
  header .container {
    padding-inline: 15px;
  }
  .newsSection2 .topSection,
  .newsSection3 .topSection {
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .listingItem {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882) !important;
    margin-bottom: 30px !important;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingImage,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .listingItem .listingImage {
    margin-bottom: 30px;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-inline: 0;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .secondaryNews,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .secondaryNews {
    margin-top: 40px;
    padding-right: 40px;
  }
  .newsSection2 .newsSection .firstColumn .listingItemDIV .secondaryNews .listingTitle,
  .newsSection3 .newsSection .firstColumn .listingItemDIV .secondaryNews .listingTitle {
    margin-bottom: 0;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type),
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) {
    flex: 0 0 50%;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) .listingTitle,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV:not(:first-of-type) .listingTitle {
    margin-bottom: 0;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem {
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingTitle,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingTitle {
    margin-bottom: 30px;
  }
  .newsSection2 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingDescription,
  .newsSection3 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingDescription {
    margin-bottom: 30px;
  }
  .newsSection4 .topSection {
    margin-bottom: 35px;
  }
  .newsSection4 .firstColumn .listingItemDIV .listingItem {
    flex-direction: column;
  }
  .newsSection4 .firstColumn .listingItemDIV .listingItem .listingImage {
    margin-bottom: 30px;
  }
  .newsSection4 .firstColumn .listingItemDIV .listingItem .listingInfos {
    padding-left: 0;
  }
  .newsSection5 .newsSection .firstColumn {
    padding: 0;
  }
  .newsSection5 .newsSection .firstColumn .listingItemDIV .listingItem {
    flex-direction: column;
  }
  .newsSection5 .newsSection .firstColumn .listingItemDIV .listingItem .listingImage {
    margin-bottom: 30px;
  }
  .newsSection5 .newsSection .firstColumn .secondaryNews {
    margin-top: 40px;
    padding-right: 40px;
  }
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV {
    flex: 0 0 50% !important;
  }
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem {
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingTitle {
    margin-bottom: 0;
  }
  .newsSection1Alt .firstColumn .listingItemDIV .listingItem {
    padding-bottom: 30px;
  }
  .newsSection1Alt .streamNews {
    margin-bottom: 0;
  }
  .registerBannerSection {
    margin-bottom: 40px;
  }
  .liveBanner .liveContainer {
    padding: 15px;
  }
  .liveBanner .liveContainer:after {
    height: 1px;
    width: 90%;
    right: 0;
  }
  .liveBanner .title {
    padding: 15px;
  }
  .secondColumn,
  .thirdColumn {
    min-width: unset !important;
  }
}
@media all and (max-width: 576px) {
  header .middleHeader {
    gap: 5px;
  }
  header .middleHeader .region .regionDropdown a {
    padding-inline: 22px;
  }
  header .bottomHeader .sideMenu .region {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  header .bottomHeader .sideMenu .newsLetter {
    margin-top: 15px;
    gap: 18px;
  }
  header .bottomHeader .sideMenu .newsLetter .imgContainer {
    display: none;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer {
    width: 100%;
    min-width: 100%;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer .newsletterInputWrapper {
    max-width: 100%;
    min-width: 100%;
  }
  header .bottomHeader .sideMenu .newsLetter .newsLetterContainer .newsletterInputWrapper a {
    padding: 11px 30px;
  }
  .firstColumn {
    padding-inline: 15px;
  }
  .secondColumn {
    padding-inline: 15px;
  }
  .newsSection1Alt .listingHolder {
    padding-inline: 15px;
  }
  .newsSection5 .newsSection .secondColumn .listingHolder .listingItemDIV .listingItem .listingTitle {
    margin-bottom: 10px;
  }
}
.women-landing-page .flag-container .image-holder .loading-bar {
  inset-inline-end: 50%;
  inset-inline-start: auto;
}/*# sourceMappingURL=annahar-responsive-ar.css.map */