@media screen and (max-width: 1600px) {
  header .bottomHeader .menu ul {
    gap: 15px;
  }
  .newsDetails .firstColumn .floatedText,
  .newsDetails .firstColumn .floatedTime,
  .newsDetails .firstColumn .floatedList,
  .newsDetails .firstColumn .floatedNumber,
  .newsDetails .firstColumn .floatedOpinion,
  .newsDetails .firstColumn .floatedAnalysis,
  .newsDetails .firstColumn .floatedQuote {
    margin: 0;
    float: none;
    width: 100%;
    padding-inline: 0;
  }
  .newsDetails .firstColumn .floatedAnalysis {
    margin-block: 30px;
    padding-inline-start: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .newsSection2 .newsSection .firstColumn .listingItemDIV .listingItem .listingInfos,
  .newsDetails .firstColumn {
    padding-left: 25px;
  }
  .newsDetails .topSection {
    padding-left: 15px;
  }
  .chooseGameSection .blockBody .listingHolder {
    gap: 30px;
    justify-content: center;
  }
  .newsDetails.premium .premiumSubscribe .subscribe .imgContainer {
    padding-inline: 20px;
  }
}
@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;
    margin-bottom: 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%);
  }
  .newsDetails {
    padding-bottom: 50px;
  }
  .readMoreSection {
    margin-bottom: 100px;
  }
  .readMoreSection .blockHead {
    margin-bottom: 50px;
  }
  .newsDetails .topSection {
    max-width: unset;
  }
  .chooseGameSection {
    padding: 20px 0 50px;
  }
  .chooseGameSection .blockBody .listingHolder {
    justify-content: center;
  }
  .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;
  }
  .newsDetails .topSection,
  .newsDetails .firstColumn {
    padding-inline: 15px;
  }
  .liveNews .listingHolder {
    flex-direction: row-reverse;
    row-gap: 100px;
  }
  .readMoreSection .listingItemDIV {
    border: none;
  }
  .newsDetails.premium {
    padding-bottom: 400px;
  }
  .newsDetails.premium .premiumSubscribe .subscribe,
  .newsDetails.premium .premiumSubscribe .signup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .newsDetails.premium .premiumSubscribe .subscribe h3,
  .newsDetails.premium .premiumSubscribe .signup h3 {
    margin-bottom: 0;
  }
  .programDetailsSection {
    padding: 30px 0 100px;
  }
  .programDetailsSection .programInfo {
    margin-bottom: 55px;
  }
  .programDetailsSection .description {
    margin-bottom: 35px;
  }
  .podcastDetailSection .listingItem .listingImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .podcastDetailSection .listingItem .listingInfos {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .otherPodcastSection .listingImage {
    max-width: 100%;
  }
  .otherPodcastSection .blockHead {
    margin-bottom: 50px;
  }
  .newsDetails .firstColumn .floatedText {
    float: none;
    width: 100%;
    padding-inline: 0;
  }
  .newsDetails .secondColumn .mostRead {
    border-top: none;
    padding-top: 0;
  }
  .newsDetails .secondColumn .mostRead h4 {
    padding-bottom: 10px;
    border-bottom: 3px solid black;
  }
  .newsDetails .secondColumn .mostRead .listingItemDIV .listingItem {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .newsDetails .secondColumn .mostRead .listingImage {
    flex: 0 0 40%;
  }
  .newsDetails .secondColumn .mostRead .listingImage:after {
    content: none !important;
  }
  .newsDetails .secondColumn .mostRead .listingInfos {
    flex: 0 0 60%;
  }
  .newsDetails .secondColumn .mostRead .listingInfos .listingTitle {
    margin-left: 30px;
  }
  .newsDetails .secondColumn .mostRead .listingInfos .listingDescription {
    display: none;
  }
  .aljareedaSection {
    padding: 80px 0;
  }
  .aljareedaSection .blockHead,
  .aljareedaSection .btnContainer {
    margin-bottom: 40px;
  }
  .aljareedaSection .blockHead .options .option a,
  .aljareedaSection .btnContainer .options .option a {
    padding: 10px 0;
    min-width: 150px;
  }
  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%;
  }
  .newsDetails.premium .premiumSubscribe .subscribe {
    margin-bottom: 30px;
    border: none;
  }
  .newsDetails.premium .premiumSubscribe .imgContainer {
    border-bottom: 1px solid black;
  }
  .newsDetails.premium .premiumSubscribe .registerInfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    align-items: center;
  }
  .newsDetails.premium .premiumSubscribe .registerInfo .link a {
    height: auto;
    line-height: 40px;
  }
  .newsDetails.premium .premiumSubscribe .signup {
    margin-bottom: 80px;
    border: none;
    display: block;
  }
  .newsDetails.premium .premiumSubscribe .signup h3 {
    border-bottom: 1px solid;
    text-align: start;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .newsDetails.premium .premiumSubscribe .signup .link {
    display: flex;
    justify-content: end;
  }
  .newsDetails.premium .premiumSubscribe .signup .link a {
    padding: 0 50px;
    border: 1px solid black;
    height: auto;
    line-height: 40px;
  }
  .otherPodcastSection .listingItemDIV .listingItem {
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
    padding-bottom: 30px;
  }
  .otherPodcastSection .listingItemDIV:last-of-type .listingItem {
    border: none;
    padding-bottom: 0;
  }
  .updateMemberSection .sideMenu .secondLevelToggle {
    font-size: 26px;
    display: block;
    background: white;
    color: black !important;
    padding: 10px;
    border-bottom: 3px solid #39c0f3;
    position: relative;
  }
  .updateMemberSection .sideMenu .secondLevelToggle:after {
    content: "";
    position: absolute;
    background-image: url(../images/ArrowDown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 10px;
    top: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
  }
  .updateMemberSection .sideMenu .secondLevelToggle.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .updateMemberSection .sideMenu .link a {
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgba(121, 121, 111, 0.3764705882);
  }
  .updateMemberSection .sideMenu .link.active {
    display: none;
  }
  .updateMemberSection .sideMenu .link:last-of-type a {
    border: none;
  }
  .updateMemberSection .option {
    padding: 20px;
  }
  .updateMemberSection .option .tableContent {
    padding: 15px;
  }
  .updateMemberSection .option .tableContent label {
    margin-bottom: 10px;
  }
  .updateMemberSection .option .btnContainer input,
  .updateMemberSection .option .btnContainer a {
    width: 100%;
  }
  .updateMemberSection .inputContainer {
    flex-direction: column;
  }
  .authorSection .authorDetails {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  header .bottomHeader .sideMenu {
    right: -100vw;
    padding: 30px;
  }
  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;
  }
  header .middleHeader .start span {
    margin-inline: 0;
  }
  header {
    margin-top: 50px;
  }
  header .topHeader {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding-bottom: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer .easy,
  .chooseDifficultySection .game .difficultyContainer .medium,
  .chooseDifficultySection .game .difficultyContainer .hard {
    margin-bottom: 30px;
  }
  .chooseDifficultySection .game .difficultyContainer .levels {
    justify-content: center;
  }
  .newsListing .newsSection {
    margin-bottom: 50px;
  }
  .subscribeSection {
    padding: 50px 0 200px;
  }
  .subscribeSection .newsletterInputWrapper a {
    padding: 11px 40px;
  }
  .obituariesSection .blockHead {
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .obituariesSection .blockHead .blockTitle {
    padding: 0;
  }
  .obituariesSection .dropDown {
    flex-direction: column;
    row-gap: 20px;
  }
  .obituariesSection .dropDown .dateDropdown {
    max-width: 180px;
    margin-inline: auto;
    flex-direction: column;
    row-gap: 10px;
  }
  .obituariesSection .listingItemDIV .listingItem {
    flex-direction: column;
    row-gap: 30px;
  }
  .obituariesSection .listingItemDIV .listingItem .listingImage {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .obituariesSection .listingItemDIV .listingItem .listingInfos {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .loginRegisterSection {
    padding: 60px 0 75px;
  }
  .loginRegisterSection .btnContainer {
    justify-content: start;
  }
  .subscriptionSection .btnContainer {
    justify-content: start;
  }
  .subscriptionSection .offers .submitSection {
    text-align: start;
  }
  .subscriptionSection .offers .paymentMethod .optionContainer {
    text-align: start;
  }
  .games > .container > .row {
    margin: 0;
  }
  .liveBanner .live:before {
    height: 30px;
    width: 30px;
  }
  .chooseGameSection .row {
    margin: 0;
  }
  .newsDetails .tab .socialIcon {
    display: none;
  }
  .newsDetails .tab .share {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .newsDetails .tab .share .desktopShare {
    display: none;
  }
  .newsDetails .tab .share .mobileShare {
    display: block;
    max-height: unset !important;
  }
  .newsDetails .tab .save,
  .newsDetails .tab .copy {
    padding: 15px;
  }
  .newsDetails .tab .save img,
  .newsDetails .tab .copy img {
    max-height: 30px !important;
  }
  .newsDetails .newsSection .listingHolder {
    width: 100%;
    margin: 0;
  }
  .newsDetails .newsSection .listingHolder .firstColumn {
    padding-inline: 0;
  }
  .secondColumn,
  .thirdColumn {
    min-width: unset !important;
  }
}/*# sourceMappingURL=annahar-responsive-ar-sub.css.map */