@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1200px) and (max-width: 1309px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {
  .mobile_logo {
    display: none;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
}

@media (min-width: 768px) {
  .signUpForm .form-group .form-label {
    margin: 0;
  }

  .menuShowBtn {
    display: none;
  }

  .guidChannelListOuter .swiper-button-prev {
    margin-bottom: 16px !important;
  }

  .guidChannelListOuter .swiper-button-next {
    margin-top: 16px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* #header .navbar-expand-lg .navbar-nav {
    gap: 15px;
  } */

  #header .extra_nav {
    margin-left: 12px;
  }


  .seriseMaxHeight .vodImg img {
    height: 150px;
  }

}

@media (min-width: 768px) and (max-width: 1199.98px) {}

@media (max-width: 1199.98px) {
  .container-fluid {
    max-width: unset;
    margin: 0 auto;
  }

  #header {
    height: 70px;
  }

  .navbar-brand {
    width: 80px !important;
  }

  #header .navbar-nav .nav-link,
  .vodContentBtnGroup .navbar-nav .nav-link {
    padding: 8px 10px;
    font-size: 13px;
  }

  .channelItem:nth-child(7n) {
    margin-right: 0;
  }

  .channelItem:nth-child(10n) {
    margin-right: 16px;
  }

  .channelItem {
    width: calc((100% - (16px * 6)) / 7);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  [dir="rtl"] .channelItem:nth-child(7n) {
    margin-left: 0;
  }

  [dir="rtl"] .channelItem:nth-child(10n) {
    margin-left: 16px;
  }

  [dir="rtl"] .channelItem {
    width: calc((100% - (16px * 6)) / 7);
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .profileSection .userDetails {
    min-height: calc(100vh - 372px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-toggler.menuClose-icon {
    display: none;
  }

  .navbar-toggler.menu-opened:before {
    top: 10px;
    background: #fff;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened span {
    opacity: 0;
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .recordingShowDateList {
    max-height: calc(100vh - 130px);
  }

}


@media (max-width: 991.98px) {
  body {
    zoom: .8;
  }


  .seriseMaxHeight .vodImg img {
    height: 140px;
  }

  .navbar-nav {
    flex-direction: row;
  }

  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }

  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }

  #header .navbar-brand img {
    max-height: 32px;

  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0px;
    padding: 0;
    border: 0;
    z-index: 9;
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 14px;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #000000;
    content: "";
  }

  /* Main Menu */
  header .navcollapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #fff;
    padding: 0 12px;
    padding-top: 95px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99;
  }

  header .navcollapse:not(.show).menu-show {
    left: 0px;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up,
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_in {
    margin: 0 0;
    margin-top: 10px;
    text-align: center;
  }

  .mobile_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 22px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 72px;
    display: flex;
    align-items: center;
    right: 0;
  }

  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .navcollapse:not(.show) {
    padding-top: 75px;
  }

  .mobile_logo img {
    max-height: 30px;
    width: auto;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up {
    margin-top: 20px;
  }

  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user_dropdown .dropdown-toggle::after {
    display: none;
  }

  /* #header .extra_nav {
    margin-left: 0;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
  } */

  #header .extra_nav.for_mobile {
    padding: 0;
    margin-top: 0;
    border: 0;
  }

  /* #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
  } */

  #header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 30px;
    margin-bottom: 0;
  }

  /* #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0px !important;
    margin-bottom: 10px;
  } */

  #header .extra_nav.for_mobile .nav-item {
    margin-bottom: 0;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
  }

  #header .for_mobile {
    display: block;
  }

  #header .for_desktop {
    display: none;
  }

  .extra_nav.for_mobile {
    margin-left: 0 !important;
  }

  .user_dropdown>a {
    padding-left: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 30px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 13px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 10px;
  }

  .footer-signup-link a {
    padding-left: 50px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 70px;
  }

  .footer-block figure {
    margin-bottom: 10px;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .loginFormWrap .loginLogo {
    margin-bottom: 24px;
  }

  .loginFormWrap .loginLogo img {
    max-height: 60px;
  }

  .btn-primary {
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 24px;
  }

  .loginMainWrapper {
    padding: 36px 0;
  }

  .signUpInnerHead h3 {
    font-size: 16px;
  }

  .profileSection .userDetails {
    min-height: calc(100vh - 116px);
  }

  .recordedShowThumbnail {
    max-width: 179px;
  }

  #header .navbar-nav .nav-link,
  .vodContentBtnGroup .navbar-nav .nav-link {
    padding: 8px 8px;
  }

  .themeChangeBtn {
    width: 30px;
    height: 30px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 12px;
  }

  [dir="rtl"] #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0;
    margin-left: 12px;
  }

  [dir="rtl"] #header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-left: 0px;
  }

  [dir="rtl"] #header .extra_nav {
    margin-left: 0 !important;
    margin-right: 12px;
  }
}

@media (max-width: 767.98px) {
  body {
    zoom: 1;
  }

  body:has(#header.menuShow) {
    overflow: hidden;
  }

  .menuCustomMenu .rightMenu {
    position: fixed;
    top: 70px;
    left: -400px;
    width: 300px;
    height: 100vh;
    background: #191b21;
    z-index: 1;
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    transition: ease-in-out .3s;
  }

  #header.menuShow .menuCustomMenu .rightMenu {
    left: 0;
  }

  #header.menuShow.is-sticky .rightMenu,
  #header.menuShow.is-sticky::after {
    top: 60px;
  }

  #header .navbar-nav .nav-link {
    padding: 10px 16px;
    font-size: 14px;
    width: 100%;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0;
  }

  #header:not(.menuShow) .menuShowBtn svg.closeIcon,
  #header.menuShow .menuShowBtn svg.hamBurgarIcon {
    display: none;
  }

  [dir="rtl"] #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 0;
  }

  #header::after {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100vh - 70px);
    background-color: #000000d1;
    position: fixed;
    left: 0;
    top: 70px;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: ease-in-out .2s;
    visibility: hidden;
  }

  #header.menuShow::after {
    opacity: 1;
    visibility: visible;
  }

  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }

  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }

  header .navcollapse:not(.show) {
    width: 100%;
  }

  header .navcollapse:not(.show) {
    left: -100%;
    box-shadow: unset;
  }

  .channelItem:nth-child(5n) {
    margin-right: 0;
  }

  .channelItem:nth-child(7n) {
    margin-right: 16px;
  }

  .channelItem {
    width: calc((100% - (16px * 4)) / 5);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  [dir="rtl"] .channelItem:nth-child(5n) {
    margin-left: 0;
  }

  [dir="rtl"] .channelItem:nth-child(7n) {
    margin-left: 16px;
  }

  [dir="rtl"] .channelItem {
    width: calc((100% - (16px * 4)) / 5);
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .vodItem {
    width: calc((100% - (16px * 3)) / 4);
  }

  .vodItem:nth-child(4n) {
    margin-right: 0;
  }

  .vodItem:nth-child(5n) {
    margin-right: 16px;
  }

  [dir="rtl"] .vodItem:nth-child(4n) {
    margin-left: 0;
  }

  [dir="rtl"] .vodItem:nth-child(5n) {
    margin-left: 16px;
  }

  [dir="rtl"] .vodItem {
    width: calc((100% - (16px * 3)) / 4);
  }

  p {
    font-size: 15px;
  }

  #header.is-sticky {
    height: 60px;
  }

  .copyright {
    font-size: 12px;
  }

  footer h6 {
    margin: 0 0 10px;
  }

  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .features-coin img {
    height: 30px;
  }

  .features-heading {
    font-size: 17px;
  }

  .features-text {
    font-size: 13px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 20px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 11px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 14px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
    padding-left: 15px;
  }

  .price-value-right,
  .coinname-detail-box,
  .coin-trade-action {
    padding: 10px 20px;
  }

  .form-label.top-n16px {
    top: 0;
  }

  .pageFooterLinkOuter {
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: left;
  }

  .pageFooterLink {
    font-size: 14px;
    padding: 10px 14px;
  }

  .detailIcon {
    width: 52px;
    padding: 12px;
  }

  .grayBox {
    padding: 14px;
  }

  .profileSection .proInfo {
    padding: 16px 0;
  }

  .profileSection .proInfo .proImg {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }

  .profileSection .userDetails {
    padding: 16px 0;
  }

  .detailTitle {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .socialFooter .pageFooterLink {
    width: fit-content;
  }

  .searchControl {
    width: 100%;
  }

  .searchSection #searchForm .position-relative {
    width: 100%;
  }

  .guidListItem.channelListItem {
    width: fit-content;
    padding: 5px 16px 5px 5px;
  }

  .guideChannelSlider.swiper {
    width: 100% !important;
  }

  .guideChannelSlider .swiper-slide {
    height: unset;
    width: auto !important;
  }

  .guidChannelListOuter {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    max-height: unset;
    min-height: unset;
  }

  #header {
    z-index: 111;
  }

  .playerDetail {
    padding: 12px;
  }

  .guidChannelShowListOuter {
    /* max-height: unset;
    min-height: unset;
    align-items: baseline;
    flex-direction: row; */
    height: 100%;
    min-height: 300px;
    max-height: calc(100vh - 436px);

  }

  .guidChannelListOuter .btnArrow {
    transform: rotate(-90deg);
  }

  .showesDateList .lightBtn {
    min-width: unset;
  }

  .maxRightWidth.video-data-img {
    width: 100%;
    flex: 0 0 auto;
  }

  .movie_vod_flex {
    flex-direction: column;
  }


  .episodeDetailSection .vodItem {
    width: calc((100% - (22px * 2)) / 3);
  }

  .episodeDetailSection .vodItem:nth-child(3n) {
    margin-right: 0;
  }

  .episodeDetailSection .vodItem:nth-child(4n) {
    margin-right: 16px;
  }

  .showesDateList.recordingShowDateList {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .showesDateList.recordingShowDateList button {
    white-space: nowrap;
  }

  .showesDateList.recordingShowDateList button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {

  .seriseMaxHeight .vodImg img {
    height: 130px;
  }

  .searchSection #searchForm {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .searchSection #searchForm>*:not(:last-child) {
    margin: 0;
  }

  #header .navbar-brand img {
    max-height: 45px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 19px;
  }

  .section {
    margin-top: 25px;
  }

  .features-coin {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .features-coin img {
    height: 22px;
  }

  .footer_wrapper {
    padding: 20px 0 0;
  }

  .footer-block figure img {
    height: 35px;
  }

  footer h6 {
    font-size: 15px;
  }

  ul.footer-links li {
    margin: 2 0;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-left: 10px;
    padding-right: 0;
    height: 80px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 16px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    top: 10px;
    transform: unset;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }


  .loginFormWrap .loginLogo {
    margin-bottom: 16px;
  }

  .loginFormWrap .loginLogo img {
    max-height: 50px;
  }

  .btn-primary {
    font-size: 14px;
    padding: 12px;
  }

  .btn-flex {
    gap: 8px;
  }

  .loginMainWrapper {
    padding: 24px 0;
  }

  .flex-gap:has(>.captchaImgOuter) {
    flex-direction: column;
    gap: 12px;
  }

  .captchaImgOuter {
    padding: 10px 16px;
  }

  .flex-gap>.captchaImgOuter,
  .flex-gap>.captchaImgOuter+* {
    width: 100%;
  }

  .signUpForm .form-group p.note {
    font-size: 12px;
    margin: 8px 0 0;
  }

  .menuCustomMenu .rightMenu {
    left: -100%;
    width: 100%;
  }

  .channelItem:nth-child(4n) {
    margin-right: 0;
  }

  .channelItem:nth-child(5n) {
    margin-right: 16px;
  }

  .channelItem {
    width: calc((100% - (16px * 3)) / 4);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  [dir="rtl"] .channelItem:nth-child(4n) {
    margin-left: 0;
  }

  [dir="rtl"] .channelItem:nth-child(5n) {
    margin-left: 16px;
  }

  [dir="rtl"] .channelItem {
    width: calc((100% - (16px * 3)) / 4);
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .channelImg,
  .channelImg img {
    border-radius: 12px
  }

  .channelImg::after {
    border-radius: 16px;
  }

  .vodItem {
    width: calc((100% - (16px * 2)) / 3);
  }

  .vodItem:nth-child(3n) {
    margin-right: 0;
  }

  .vodItem:nth-child(4n) {
    margin-right: 16px;
  }

  [dir="rtl"] .vodItem:nth-child(3n) {
    margin-left: 0;
  }

  [dir="rtl"] .vodItem:nth-child(4n) {
    margin-left: 16px;
  }

  [dir="rtl"] .vodItem {
    width: calc((100% - (16px * 2)) / 3);
  }

  .videoDetail .channelImg {
    width: 74px;
    border-radius: 12px;
  }

  .channelNextPrevBox {
    max-width: 74px;
  }

  .channelDetail {
    margin-left: 92px;
  }

  .channelNextPrevBox .btnArrow {
    width: 46px;
  }

  .channelNextPrevBox .btnArrow svg {
    width: 46px;
  }

  .channelName {
    font-size: 16px;
  }

  .playerDetail {
    max-height: 160px;
  }

  .showesDateList.yearslist .showesDateListInner {
    flex-direction: row;
    gap: 16px;
    overflow: auto;
  }

  .showesDateList.yearslist .lightBtn {
    min-width: unset;
    white-space: nowrap;
  }

  .episodeDetail {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 420.98px) {

  .channelItem:nth-child(4n) {
    margin-right: 16px;
  }

  .channelItem:nth-child(3n) {
    margin-right: 0 !important;
  }

  .channelItem {
    width: calc((100% - (16px * 2)) / 3);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  [dir="rtl"] .channelItem:nth-child(3n) {
    margin-left: 0 !important;
  }

  [dir="rtl"] .channelItem:nth-child(4n) {
    margin-left: 16px;
  }

  [dir="rtl"] .channelItem {
    width: calc((100% - (16px * 2)) / 3);
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .episodeDetailSection .vodItem {
    width: calc((100% - (16px * 1)) / 2);
  }

  .episodeDetailSection .vodItem:nth-child(2n) {
    margin-right: 0;
  }

  .episodeDetailSection .vodItem:nth-child(3n) {
    margin-right: 16px;
  }

  .vodItem {
    width: calc((100% - (16px * 1)) / 2);
  }

  .vodItem:nth-child(2n) {
    margin-right: 0 !important;
  }

  .vodItem:nth-child(3n) {
    margin-right: 16px;
  }

  [dir="rtl"] .vodItem:nth-child(2n) {
    margin-left: 0 !important;
  }

  [dir="rtl"] .vodItem:nth-child(3n) {
    margin-left: 16px;
  }

  [dir="rtl"] .vodItem {
    width: calc((100% - (16px * 1)) / 2);
  }
}

@media (max-width: 360.98px) {

  .channelItem:nth-child(2n) {
    margin-right: 0 !important;
  }

  .channelItem:nth-child(3n) {
    margin-right: 16px;
  }

  .channelItem {
    width: calc((100% - (16px * 1)) / 2);
    margin-right: 16px;
    margin-bottom: 12px;
  }

  [dir="rtl"] .channelItem:nth-child(2n) {
    margin-left: 0 !important;
  }

  [dir="rtl"] .channelItem:nth-child(3n) {
    margin-left: 16px;
  }

  [dir="rtl"] .channelItem {
    width: calc((100% - (16px * 1)) / 2);
    margin-left: 16px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}